]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Japanese documentation files: a bunch of updates and some new translated files; all...
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 1.6.5 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 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 \newlength{\abc}
46 \settowidth{\abc}{\space}
47 \addto\extrasenglish{
48  \renewcommand{\equationautorefname}{\hspace{-\abc}}
49  \renewcommand{\sectionautorefname}{sec.\negthinspace}
50  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
52
53 % don't load packages twice
54 % see first footnote in sec. 9.3
55 \@ifundefined{textcolor}{\usepackage{color}}{}
56
57 % the pages of the TOC are numbered roman
58 % and a PDF-bookmark for the TOC is added
59 \pagenumbering{roman}
60 \let\myTOC\tableofcontents
61 \renewcommand{\tableofcontents}{%
62  \vspace{1cm}
63  \pdfbookmark[1]{\contentsname}{}
64  \myTOC
65  \cleardoublepage
66  \pagenumbering{arabic}}
67
68 % insert additional vertical space of 1.5 mm between footnotes,
69 \let\myFoot\footnote
70 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
71
72 % provides caption formatting
73 %\setkomafont{captionlabel}{\bfseries}
74
75 % used in Kap. 22.6
76 \usepackage[samesize]{cancel}
77
78 % enables calculation of values,
79 \usepackage{calc}
80
81 % for multiple table row and column cells
82 \usepackage{multirow}
83 \usepackage{multicol}
84
85 % needed in sec. 19.4
86 \usepackage{remreset}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % needed in sec. 22.4
132 % check for package braket
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % make pdf bookmark sane with Japanese
148 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
149 \end_preamble
150 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
151 \use_default_options true
152 \language japanese
153 \inputencoding auto
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \paperfontsize default
165 \spacing single
166 \use_hyperref true
167 \pdf_title "LyX数式説明書"
168 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
169 \pdf_subject "LyXの数式機能に関する説明書"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pdfusetitle false
180 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
181 \papersize a4paper
182 \use_geometry true
183 \use_amsmath 2
184 \use_esint 1
185 \cite_engine basic
186 \use_bibtopic false
187 \paperorientation portrait
188 \leftmargin 3.5cm
189 \topmargin 3cm
190 \rightmargin 3cm
191 \bottommargin 3.5cm
192 \secnumdepth 4
193 \tocdepth 3
194 \paragraph_separation skip
195 \defskip medskip
196 \quotes_language english
197 \papercolumns 1
198 \papersides 2
199 \paperpagestyle plain
200 \tracking_changes false
201 \output_changes false
202 \author "" 
203 \author "" 
204 \end_header
205
206 \begin_body
207
208 \begin_layout Title
209 LyXの数式詳細説明書
210 \end_layout
211
212 \begin_layout Author
213 LyXプロジェクトチーム
214 \begin_inset Foot
215 status collapsed
216
217 \begin_layout Plain Layout
218 \noindent
219 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
220 \family typewriter
221
222 \begin_inset CommandInset href
223 LatexCommand href
224 name "lyx-docs@lists.lyx.org"
225 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
226 type "mailto:"
227
228 \end_inset
229
230
231 \family default
232 までお知らせください。
233 \end_layout
234
235 \end_inset
236
237
238 \begin_inset Note Note
239 status collapsed
240
241 \begin_layout Plain Layout
242 著者:Uwe Stöhr
243 \end_layout
244
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251
252 \begin_inset Newline newline
253 \end_inset
254
255
256 \family sans
257 第1.6.x版
258 \end_layout
259
260 \begin_layout Standard
261 \begin_inset CommandInset toc
262 LatexCommand tableofcontents
263
264 \end_inset
265
266
267 \end_layout
268
269 \begin_layout Standard
270 \begin_inset Note Note
271 status collapsed
272
273 \begin_layout Plain Layout
274 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
275 \series bold
276 eurosym
277 \series default
278
279 \series bold
280 mhchem
281 \series default
282
283 \series bold
284 multirow
285 \series default
286
287 \series bold
288 wasが導入されている必要があります。
289 \series default
290 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
291 \series bold
292 mhchem
293 \series default
294 が導入されていないと、本ファイルを書き出すことができません。
295 \end_layout
296
297 \begin_layout Plain Layout
298 この文書の最新のPDF版は
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \series bold
304 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \series default
310 にあります。
311 \end_layout
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Newpage newpage
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Section
326 はじめに
327 \end_layout
328
329 \begin_layout Standard
330 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
331 使用を念頭に置いています。したがいまして、ユーザーの手引きの
332 \family typewriter
333 数式
334 \family default
335 の節をすでにお読みになっていることを前提としています。
336 \end_layout
337
338 \begin_layout Standard
339 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
340 \family sans
341 挿入\SpecialChar \menuseparator
342 数式
343 \family default
344 メニューか
345 \family sans
346 数式ツールバー
347 \family default
348 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
349 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
350 \end_layout
351
352 \begin_layout Standard
353 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
354 \family sans
355 文書\SpecialChar \menuseparator
356 設定\SpecialChar \menuseparator
357 数式オプション
358 \family default
359 メニュー)で
360 \family sans
361 AMS mathパッケージを使う
362 \family default
363 オプションを有効にしなくてはなりません
364 \begin_inset Foot
365 status collapsed
366
367 \begin_layout Plain Layout
368
369 \family sans
370 AMS mathパッケージを自動的に使う
371 \family default
372 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378
379 \backslash
380 AmS 
381 \end_layout
382
383 \end_inset
384
385 -mathパッケージを使用します。
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Standard
394 説明を明瞭にするために、この文書はすべての
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400
401 \backslash
402 AmS 
403 \end_layout
404
405 \end_inset
406
407 -mathコマンド
408 \begin_inset Foot
409 status collapsed
410
411 \begin_layout Plain Layout
412 すべての
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS
421 \end_layout
422
423 \end_inset
424
425 -mathコマンドの一覧は、
426 \family sans
427
428 \begin_inset CommandInset href
429 LatexCommand href
430 name "amsguide.ps"
431 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
432
433 \end_inset
434
435
436 \family default
437 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
438 \end_layout
439
440 \end_inset
441
442 を列挙はしません。
443 \end_layout
444
445 \begin_layout Section
446 一般的な説明
447 \end_layout
448
449 \begin_layout Standard
450 本文に埋め込まれた行内数式
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 すうしき ! ぎょうない @ 数式 ! 行内
456 \end_layout
457
458 \end_inset
459
460 を作成するには、短絡キー
461 \begin_inset Info
462 type  "shortcuts"
463 arg   "math-mode"
464 \end_inset
465
466 のうちのいずれか、あるいはツールバーボタン
467 \begin_inset Graphics
468         filename ../../images/math-mode.png
469         scale 85
470
471 \end_inset
472
473 を使用してください。
474 \begin_inset Newline newline
475 \end_inset
476
477 大きく別の段落として表示される別行建て数式
478 \begin_inset Index
479 status collapsed
480
481 \begin_layout Plain Layout
482 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
483 \end_layout
484
485 \end_inset
486
487 を作成するには、
488 \begin_inset Info
489 type  "shortcuts"
490 arg   "math-display"
491 \end_inset
492
493 のうちいずれかの短絡キーを使用して下さい。
494 \end_layout
495
496 \begin_layout Standard
497 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
498 \begin_inset Info
499 type  "shortcuts"
500 arg   "math-mode"
501 \end_inset
502
503 のいずれかの短絡キーか、
504 \family sans
505 編集\SpecialChar \menuseparator
506 数式\SpecialChar \menuseparator
507 数式の表記を変更
508 \family default
509 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
510 \end_layout
511
512 \begin_layout Standard
513 行内数式の一部を別行建て数式の大きさで表示するには、
514 \series bold
515
516 \backslash
517 displaystyle
518 \begin_inset Index
519 status collapsed
520
521 \begin_layout Plain Layout
522
523 \size normal
524 こまんど@コマンド ! D ! 
525 \backslash
526 displaystyle
527 \end_layout
528
529 \end_inset
530
531
532 \series default
533 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
534 \end_layout
535
536 \begin_layout Standard
537 表の中では、行内数式のみの使用が許されています。
538 \end_layout
539
540 \begin_layout Standard
541
542 \family sans
543 数式ツールバー
544 \family default
545 は、
546 \family sans
547 表示\SpecialChar \menuseparator
548 ツールバー
549 \family default
550 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
551 \family sans
552 ツールバー
553 \family default
554 メニューの中ではチェック印で表されます。この状態から、
555 \family sans
556 ツールバー
557 \family default
558 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
559 数式(自動)」に変わることで表されます。
560 \end_layout
561
562 \begin_layout Standard
563 TeXモード
564 \begin_inset Index
565 status collapsed
566
567 \begin_layout Plain Layout
568 T@TeXモード
569 \end_layout
570
571 \end_inset
572
573 は、ツールバーボタン
574 \begin_inset Graphics
575         filename ../../images/ert-insert.png
576         scale 85
577
578 \end_inset
579
580 を押すか、
581 \family sans
582 挿入\SpecialChar \menuseparator
583 Te
584 \begin_inset ERT
585 status collapsed
586
587 \begin_layout Plain Layout
588
589 {}
590 \end_layout
591
592 \end_inset
593
594 Xコード
595 \family default
596 (短絡キー
597 \begin_inset Info
598 type  "shortcut"
599 arg   "ert-insert"
600 \end_inset
601
602 )メニューを使うことで、起動できます。
603 \begin_inset Note Note
604 status collapsed
605
606 \begin_layout Plain Layout
607 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
608 のを防ぐために、ここではTeX括弧が挿入されています。
609 \end_layout
610
611 \end_inset
612
613
614 \end_layout
615
616 \begin_layout Standard
617 LaTeXプリアンブル
618 \begin_inset Index
619 status collapsed
620
621 \begin_layout Plain Layout
622 L@LaTeXプリアンブル
623 \end_layout
624
625 \end_inset
626
627 を変更するには、
628 \family sans
629 文書\SpecialChar \menuseparator
630 設定\SpecialChar \menuseparator
631 LaT
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637 {}
638 \end_layout
639
640 \end_inset
641
642 eXプリアンブル
643 \family default
644 メニューを使用してください。
645 \end_layout
646
647 \begin_layout Standard
648 行列や場合分け、多行数式を続けて編集するには、
649 \family sans
650 編集\SpecialChar \menuseparator
651 数式
652 \family default
653 メニューと
654 \family sans
655 編集\SpecialChar \menuseparator
656 行と列
657 \family default
658 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
659 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
660 \end_layout
661
662 \begin_layout Standard
663 数式内で文章を書く
664 \begin_inset Foot
665 status collapsed
666
667 \begin_layout Plain Layout
668 多行数式では、
669 \series bold
670
671 \backslash
672 intertext
673 \series default
674 コマンドが使用されます。
675 \begin_inset CommandInset ref
676 LatexCommand ref
677 reference "sub:多行数式中のテキスト"
678
679 \end_inset
680
681 を参照のこと。
682 \end_layout
683
684 \end_inset
685
686 には、
687 \emph on
688 数式テキスト
689 \emph default
690
691 \begin_inset Index
692 status collapsed
693
694 \begin_layout Plain Layout
695 てきすと ! すうしきないの @ テキスト ! 数式内の
696 \end_layout
697
698 \end_inset
699
700
701 \begin_inset Index
702 status collapsed
703
704 \begin_layout Plain Layout
705 すうしきてきすと @ 数式テキスト
706 \end_layout
707
708 \end_inset
709
710 が使用されます。このモードには、短絡キー
711 \begin_inset Info
712 type  "shortcut"
713 arg   "math-mode"
714 \end_inset
715
716 を使うか、
717 \series bold
718
719 \backslash
720 text
721 \series default
722
723 \begin_inset Index
724 status collapsed
725
726 \begin_layout Plain Layout
727 こまんど @ コマンド ! T ! 
728 \backslash
729 text
730 \end_layout
731
732 \end_inset
733
734 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
735 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
736 \end_layout
737
738 \begin_layout Subsection*
739 コマンドの構成
740 \end_layout
741
742 \begin_layout Standard
743 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
744 \end_layout
745
746 \begin_layout Standard
747
748 \series bold
749
750 \backslash
751 コマンド名[非必須引数]{必須引数}
752 \end_layout
753
754 \begin_layout Standard
755 コマンドは、つねにバックスラッシュ「
756 \series bold
757
758 \backslash
759
760 \series default
761 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
762 \begin_inset Index
763 status collapsed
764
765 \begin_layout Plain Layout
766 T@TeX括弧
767 \end_layout
768
769 \end_inset
770
771 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
772 \series bold
773
774 \backslash
775 {
776 \series default
777 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
778 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
779 \end_layout
780
781 \begin_layout Standard
782 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
783 \emph on
784 かならず
785 \emph default
786 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
787 ん。
788 \end_layout
789
790 \begin_layout Standard
791 保護された空白は、
792 \begin_inset Info
793 type  "shortcut"
794 arg   "space-insert protected"
795 \end_inset
796
797 で入力できます。
798 \end_layout
799
800 \begin_layout Subsection*
801 \begin_inset Newpage newpage
802 \end_inset
803
804 文法の説明
805 \end_layout
806
807 \begin_layout Itemize
808 記号
809 \begin_inset Foot
810 status collapsed
811
812 \begin_layout Plain Layout
813 この可視化された空白文字は、
814 \series bold
815
816 \backslash
817 textvisiblespace
818 \series default
819
820 \begin_inset Index
821 status collapsed
822
823 \begin_layout Plain Layout
824 こまんど@コマンド ! T ! 
825 \backslash
826 textvisiblespace
827 \end_layout
828
829 \end_inset
830
831 コマンドをTeXモード中に挿入することで作ることができます。
832 \end_layout
833
834 \end_inset
835
836
837 \begin_inset ERT
838 status collapsed
839
840 \begin_layout Plain Layout
841
842
843 \backslash
844 spce 
845 \end_layout
846
847 \end_inset
848
849 は、空白文字を入力することを表します。
850 \end_layout
851
852 \begin_layout Itemize
853 \begin_inset Formula $\to$
854 \end_inset
855
856 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
857 \end_layout
858
859 \begin_layout Subsection*
860 使用できる単位
861 \end_layout
862
863 \begin_layout Standard
864 \align center
865 \begin_inset Float table
866 placement H
867 wide false
868 sideways false
869 status open
870
871 \begin_layout Plain Layout
872 \align center
873 \begin_inset Caption
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "tab:使用できる単位"
879
880 \end_inset
881
882 使用できる単位
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Tabular
893 <lyxtabular version="3" rows="13" columns="2">
894 <features>
895 <column alignment="center" valignment="top" width="0">
896 <column alignment="center" valignment="top" width="0">
897 <row>
898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
899 \begin_inset Text
900
901 \begin_layout Plain Layout
902 単位
903 \end_layout
904
905 \end_inset
906 </cell>
907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
908 \begin_inset Text
909
910 \begin_layout Plain Layout
911 名称/摘要
912 \end_layout
913
914 \end_inset
915 </cell>
916 </row>
917 <row>
918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
919 \begin_inset Text
920
921 \begin_layout Plain Layout
922 mm
923 \end_layout
924
925 \end_inset
926 </cell>
927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
928 \begin_inset Text
929
930 \begin_layout Plain Layout
931 ミリメートル
932 \end_layout
933
934 \end_inset
935 </cell>
936 </row>
937 <row>
938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
939 \begin_inset Text
940
941 \begin_layout Plain Layout
942 cm
943 \end_layout
944
945 \end_inset
946 </cell>
947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
948 \begin_inset Text
949
950 \begin_layout Plain Layout
951 センチメートル
952 \end_layout
953
954 \end_inset
955 </cell>
956 </row>
957 <row>
958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
959 \begin_inset Text
960
961 \begin_layout Plain Layout
962 in
963 \end_layout
964
965 \end_inset
966 </cell>
967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
968 \begin_inset Text
969
970 \begin_layout Plain Layout
971 インチ
972 \end_layout
973
974 \end_inset
975 </cell>
976 </row>
977 <row>
978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
979 \begin_inset Text
980
981 \begin_layout Plain Layout
982 pt
983 \end_layout
984
985 \end_inset
986 </cell>
987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
988 \begin_inset Text
989
990 \begin_layout Plain Layout
991 ポイント (72.27
992 \begin_inset Formula $\,$
993 \end_inset
994
995 pt = 1
996 \begin_inset Formula $\,$
997 \end_inset
998
999 in)
1000 \end_layout
1001
1002 \end_inset
1003 </cell>
1004 </row>
1005 <row>
1006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 pc
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 パイカ (1
1020 \begin_inset Formula $\,$
1021 \end_inset
1022
1023 pc = 12
1024 \begin_inset Formula $\,$
1025 \end_inset
1026
1027 pt)
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 </row>
1033 <row>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 sp
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 スケールポイント (65536
1048 \begin_inset Formula $\,$
1049 \end_inset
1050
1051 sp = 1
1052 \begin_inset Formula $\,$
1053 \end_inset
1054
1055 pt)
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 bp
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 ビッグポイント (72
1076 \begin_inset Formula $\,$
1077 \end_inset
1078
1079 bp = 1
1080 \begin_inset Formula $\,$
1081 \end_inset
1082
1083 in)
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 dd
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 ディドー (72
1104 \begin_inset Formula $\,$
1105 \end_inset
1106
1107 dd 
1108 \begin_inset Formula $\approx$
1109 \end_inset
1110
1111  37.6
1112 \begin_inset Formula $\,$
1113 \end_inset
1114
1115 mm)
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 </row>
1121 <row>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 cc
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 シセロ (1
1136 \begin_inset Formula $\,$
1137 \end_inset
1138
1139 cc = 12
1140 \begin_inset Formula $\,$
1141 \end_inset
1142
1143 dd)
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 </row>
1149 <row>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 ex
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Plain Layout
1163 現在のフォントの文字「x」の高さ
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 em
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 現在のフォントの文字「M」の幅
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 mu
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 数式単位(1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 mu = 
1208 \begin_inset Formula $\nicefrac{1}{18}$
1209 \end_inset
1210
1211
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 em)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 </lyxtabular>
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Standard
1234 \begin_inset Newpage newpage
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Section
1241 基礎的な函数
1242 \end_layout
1243
1244 \begin_layout Subsection
1245 指数
1246 \begin_inset Index
1247 status collapsed
1248
1249 \begin_layout Plain Layout
1250 しすう@指数
1251 \end_layout
1252
1253 \end_inset
1254
1255 および添字
1256 \begin_inset Index
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 そえじ@添字
1261 \end_layout
1262
1263 \end_inset
1264
1265
1266 \begin_inset Index
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270 うえつきもじ@上付き文字|see
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 {
1277 \end_layout
1278
1279 \end_inset
1280
1281 指数
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 }
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \end_inset
1296
1297
1298 \begin_inset Index
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302 したつきもじ@下付き文字|see
1303 \begin_inset ERT
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307
1308 {
1309 \end_layout
1310
1311 \end_inset
1312
1313 添字
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 }
1320 \end_layout
1321
1322 \end_inset
1323
1324
1325 \end_layout
1326
1327 \end_inset
1328
1329
1330 \end_layout
1331
1332 \begin_layout Standard
1333 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1334 \begin_inset Graphics
1335         filename ../../images/math-subscript.png
1336         scale 85
1337
1338 \end_inset
1339
1340 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1341 \begin_inset Graphics
1342         filename ../../images/math-superscript.png
1343         scale 85
1344
1345 \end_inset
1346
1347 を使って入力することができます。
1348 \end_layout
1349
1350 \begin_layout Standard
1351 \align center
1352 \begin_inset Tabular
1353 <lyxtabular version="3" rows="4" columns="2">
1354 <features>
1355 <column alignment="center" valignment="top" width="0pt">
1356 <column alignment="center" valignment="top" width="0pt">
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 コマンド
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 結果
1372 \begin_inset Note Note
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 ここで使われている
1377 \series bold
1378
1379 \backslash
1380 raisebox
1381 \series default
1382 は単なるスペーサーです。
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 B_V
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 \begin_inset Formula $B_{V}$
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \end_inset
1414 </cell>
1415 </row>
1416 <row>
1417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1418 \begin_inset Text
1419
1420 \begin_layout Plain Layout
1421 B^V
1422 \end_layout
1423
1424 \end_inset
1425 </cell>
1426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1427 \begin_inset Text
1428
1429 \begin_layout Plain Layout
1430 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437 </cell>
1438 </row>
1439 <row>
1440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1441 \begin_inset Text
1442
1443 \begin_layout Plain Layout
1444 B^
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450
1451 \backslash
1452 spce 
1453 \end_layout
1454
1455 \end_inset
1456
1457 A
1458 \end_layout
1459
1460 \end_inset
1461 </cell>
1462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473 </cell>
1474 </row>
1475 </lyxtabular>
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \begin_layout Standard
1483 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1484 ってしまいます
1485 \begin_inset Foot
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1490 \end_layout
1491
1492 \end_inset
1493
1494 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1495 \family sans
1496 Space
1497 \family default
1498 を押してください。
1499 \end_layout
1500
1501 \begin_layout Subsection
1502 分数
1503 \begin_inset CommandInset label
1504 LatexCommand label
1505 name "sub:分数"
1506
1507 \end_inset
1508
1509
1510 \begin_inset Index
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514 ぶんすう@分数
1515 \end_layout
1516
1517 \end_inset
1518
1519
1520 \end_layout
1521
1522 \begin_layout Standard
1523 分数は、コマンド
1524 \series bold
1525
1526 \backslash
1527 frac
1528 \series default
1529
1530 \begin_inset Index
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534 こまんど@コマンド ! F ! 
1535 \backslash
1536 frac
1537 \end_layout
1538
1539 \end_inset
1540
1541 か数式ツールバーボタン
1542 \begin_inset Graphics
1543         filename ../../images/math/frac.png
1544         scale 50
1545
1546 \end_inset
1547
1548 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1549 \begin_inset Graphics
1550         filename ../../images/math/frac-square.png
1551         scale 85
1552
1553 \end_inset
1554
1555 を使えば、分数の種類を選ぶことができます。
1556 \end_layout
1557
1558 \begin_layout Standard
1559 コマンド
1560 \series bold
1561
1562 \backslash
1563 dfrac
1564 \begin_inset Index
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 こまんど@コマンド ! D ! 
1569 \backslash
1570 dfrac
1571 \end_layout
1572
1573 \end_inset
1574
1575 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1576 \backslash
1577 tfrac
1578 \begin_inset Index
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582 こまんど@コマンド ! T ! 
1583 \backslash
1584 tfrac
1585 \end_layout
1586
1587 \end_inset
1588
1589 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1590 \end_layout
1591
1592 \begin_layout Standard
1593 これは、コマンド
1594 \series bold
1595
1596 \backslash
1597 frac
1598 \series default
1599 を使用して作った分数
1600 \begin_inset Formula $\frac{1}{2}$
1601 \end_inset
1602
1603 を含む行です。
1604 \end_layout
1605
1606 \begin_layout Standard
1607 これは、コマンド
1608 \series bold
1609
1610 \backslash
1611 dfrac
1612 \series default
1613 を使用して作った分数
1614 \begin_inset Formula $\dfrac{1}{2}$
1615 \end_inset
1616
1617 を含む行です。
1618 \end_layout
1619
1620 \begin_layout Standard
1621 \align center
1622 \begin_inset Tabular
1623 <lyxtabular version="3" rows="4" columns="2">
1624 <features>
1625 <column alignment="center" valignment="top" width="0pt">
1626 <column alignment="center" valignment="top" width="0pt">
1627 <row>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632 コマンド
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641 出力
1642 \begin_inset Note Note
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646 ここで
1647 \series bold
1648
1649 \backslash
1650 raisebox
1651 \series default
1652 はスペーサーとして使用しているだけです。
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 </row>
1663 <row>
1664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1665 \begin_inset Text
1666
1667 \begin_layout Plain Layout
1668
1669 \backslash
1670 frac
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676
1677 \backslash
1678 spce 
1679 \end_layout
1680
1681 \end_inset
1682
1683 A
1684 \begin_inset Formula $\downarrow$
1685 \end_inset
1686
1687 B
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \end_inset
1703 </cell>
1704 </row>
1705 <row>
1706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1707 \begin_inset Text
1708
1709 \begin_layout Plain Layout
1710
1711 \backslash
1712 dfrac
1713 \begin_inset ERT
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717
1718
1719 \backslash
1720 spce 
1721 \end_layout
1722
1723 \end_inset
1724
1725 A
1726 \begin_inset Formula $\downarrow$
1727 \end_inset
1728
1729 B
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1739 \end_inset
1740
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 </row>
1747 <row>
1748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \backslash
1754 dfrac
1755 \begin_inset ERT
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759
1760
1761 \backslash
1762 spce 
1763 \end_layout
1764
1765 \end_inset
1766
1767 e^
1768 \begin_inset ERT
1769 status collapsed
1770
1771 \begin_layout Plain Layout
1772
1773
1774 \backslash
1775 spce 
1776 \end_layout
1777
1778 \end_inset
1779
1780
1781 \backslash
1782 frac
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788
1789 \backslash
1790 spce 
1791 \end_layout
1792
1793 \end_inset
1794
1795 1
1796 \begin_inset Formula $\downarrow$
1797 \end_inset
1798
1799 2
1800 \begin_inset Formula $\downarrow\downarrow$
1801 \end_inset
1802
1803 3
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 </lyxtabular>
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \begin_layout Standard
1829 \begin_inset VSpace bigskip
1830 \end_inset
1831
1832
1833 \begin_inset Newpage newpage
1834 \end_inset
1835
1836 入れ子の分数を作るには、コマンド
1837 \series bold
1838
1839 \backslash
1840 cfrac
1841 \series default
1842
1843 \begin_inset Index
1844 status collapsed
1845
1846 \begin_layout Plain Layout
1847 こまんど@コマンド ! C ! 
1848 \backslash
1849 cfrac
1850 \end_layout
1851
1852 \end_inset
1853
1854 が使えます。以下がその例です。
1855 \begin_inset VSpace -3mm
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 \begin_inset Formula \begin{align*}
1863 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1864 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Standard
1872 上記の例で使用したコマンドは、
1873 \end_layout
1874
1875 \begin_layout Standard
1876
1877 \series bold
1878
1879 \backslash
1880 cfrac
1881 \begin_inset ERT
1882 status collapsed
1883
1884 \begin_layout Plain Layout
1885
1886
1887 \backslash
1888 space 
1889 \end_layout
1890
1891 \end_inset
1892
1893 A
1894 \begin_inset Formula $\downarrow$
1895 \end_inset
1896
1897 B+
1898 \backslash
1899 cfrac
1900 \begin_inset ERT
1901 status collapsed
1902
1903 \begin_layout Plain Layout
1904
1905
1906 \backslash
1907 space 
1908 \end_layout
1909
1910 \end_inset
1911
1912 C+
1913 \backslash
1914 cfrac
1915 \begin_inset ERT
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919
1920
1921 \backslash
1922 space 
1923 \end_layout
1924
1925 \end_inset
1926
1927 E
1928 \begin_inset Formula $\downarrow$
1929 \end_inset
1930
1931 F
1932 \begin_inset Formula $\downarrow$
1933 \end_inset
1934
1935 D
1936 \end_layout
1937
1938 \begin_layout Standard
1939 です。
1940 \end_layout
1941
1942 \begin_layout Standard
1943 \begin_inset VSpace medskip
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950
1951 \series bold
1952
1953 \backslash
1954 cfrac
1955 \series default
1956 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1957 \end_layout
1958
1959 \begin_layout Standard
1960 分子の揃え方は、指定することができます。
1961 \series bold
1962
1963 \backslash
1964 cfracleft
1965 \series default
1966 コマンドは左揃えにし、
1967 \series bold
1968
1969 \backslash
1970 cfracright
1971 \series default
1972 は右揃えにします。
1973 \series bold
1974
1975 \backslash
1976 cfrac
1977 \series default
1978 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982
1983 \series bold
1984
1985 \begin_inset Formula $\cfrac[l]{A}{B+C}$
1986 \end_inset
1987
1988
1989 \begin_inset Formula $\cfrac{A}{B+C}$
1990 \end_inset
1991
1992
1993 \begin_inset Formula $\cfrac[r]{A}{B+C}$
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 \begin_inset Note Greyedout
2001 status open
2002
2003 \begin_layout Plain Layout
2004
2005 \series bold
2006 (註)
2007 \backslash
2008 cfracleft
2009 \series default
2010
2011 \series bold
2012
2013 \backslash
2014 cfracright
2015 \series default
2016 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2017 \series bold
2018
2019 \backslash
2020 cfrac[揃え位置]{分子}{分母}
2021 \series default
2022 です。したがって、これらをTeXモードで使うことはできません。
2023 \end_layout
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Standard
2031 \begin_inset VSpace medskip
2032 \end_inset
2033
2034 ときに、以下のように
2035 \series bold
2036
2037 \backslash
2038 cfrac
2039 \series default
2040
2041 \series bold
2042
2043 \backslash
2044 frac
2045 \series default
2046 を組み合わせて使うと便利です。
2047 \begin_inset Formula \[
2048 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2049
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 斜めの分数線を持つ行内分数を作るには、コマンド
2057 \series bold
2058
2059 \backslash
2060 nicefrac
2061 \series default
2062
2063 \begin_inset Index
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 こまんど@コマンド ! N ! 
2068 \backslash
2069 nicefrac
2070 \end_layout
2071
2072 \end_inset
2073
2074 (例:
2075 \begin_inset Formula $\nicefrac{5}{31}$
2076 \end_inset
2077
2078 )を使うか、コマンド
2079 \series bold
2080
2081 \backslash
2082 unitfrac
2083 \series default
2084
2085 \begin_inset Index
2086 status collapsed
2087
2088 \begin_layout Plain Layout
2089 こまんど@コマンド ! U ! 
2090 \backslash
2091 unitfrac
2092 \end_layout
2093
2094 \end_inset
2095
2096 (例:
2097 \begin_inset Formula $\unitfrac{5}{31}$
2098 \end_inset
2099
2100 )を使います。さらに、
2101 \begin_inset Formula $\unitfrac[2]{1}{3}$
2102 \end_inset
2103
2104 のような帯分数を作るコマンド
2105 \series bold
2106
2107 \backslash
2108 unitfracthree
2109 \series default
2110 もあります。
2111 \end_layout
2112
2113 \begin_layout Standard
2114 \begin_inset Note Greyedout
2115 status open
2116
2117 \begin_layout Plain Layout
2118
2119 \series bold
2120 (註)
2121 \series default
2122 実は、
2123 \series bold
2124
2125 \backslash
2126 unitfracthree
2127 \series default
2128 は生粋のLaTeXコマンドではなく、実体は
2129 \begin_inset Newline newline
2130 \end_inset
2131
2132
2133 \series bold
2134
2135 \backslash
2136 unitfrac[自然数]{分子}{分母}
2137 \series default
2138 というコマンドなので、TeXコードでは使用できません。
2139 \end_layout
2140
2141 \end_inset
2142
2143
2144 \end_layout
2145
2146 \begin_layout Standard
2147 分数線を変更できるような独自の分数の定義のしかたは、第
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "sub:自己定義の分数"
2151
2152 \end_inset
2153
2154 節に説明があります。
2155 \end_layout
2156
2157 \begin_layout Subsection
2158 根号
2159 \begin_inset Index
2160 status collapsed
2161
2162 \begin_layout Plain Layout
2163 こんごう@根号
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \begin_inset Index
2170 status collapsed
2171
2172 \begin_layout Plain Layout
2173 るーと@ルート|see
2174 \begin_inset ERT
2175 status collapsed
2176
2177 \begin_layout Plain Layout
2178
2179 {
2180 \end_layout
2181
2182 \end_inset
2183
2184 根号
2185 \begin_inset ERT
2186 status collapsed
2187
2188 \begin_layout Plain Layout
2189
2190 }
2191 \end_layout
2192
2193 \end_inset
2194
2195
2196 \end_layout
2197
2198 \end_inset
2199
2200
2201 \end_layout
2202
2203 \begin_layout Standard
2204 平方根は、
2205 \series bold
2206
2207 \backslash
2208 sqrt
2209 \series default
2210
2211 \begin_inset Index
2212 status collapsed
2213
2214 \begin_layout Plain Layout
2215 こまんど@コマンド ! S ! 
2216 \backslash
2217 sqrt
2218 \end_layout
2219
2220 \end_inset
2221
2222 か数式ツールバーボタン
2223 \begin_inset Graphics
2224         filename ../../images/math/sqrt.png
2225         scale 85
2226
2227 \end_inset
2228
2229 で作成することができ、他のすべての根号は、コマンド
2230 \series bold
2231
2232 \backslash
2233 root
2234 \series default
2235
2236 \begin_inset Index
2237 status collapsed
2238
2239 \begin_layout Plain Layout
2240 こまんど@コマンド ! R ! 
2241 \backslash
2242 root
2243 \end_layout
2244
2245 \end_inset
2246
2247 か数式ツールバーボタン
2248 \begin_inset Graphics
2249         filename ../../images/math/root.png
2250         scale 85
2251
2252 \end_inset
2253
2254 で作成することができます。
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \align center
2259 \begin_inset Tabular
2260 <lyxtabular version="3" rows="3" columns="2">
2261 <features>
2262 <column alignment="center" valignment="top" width="0pt">
2263 <column alignment="center" valignment="top" width="0pt">
2264 <row>
2265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269 コマンド
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278 出力
2279 \begin_inset Note Note
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 ここで
2284 \series bold
2285
2286 \backslash
2287 raisebox
2288 \series default
2289 はスペーサーとして使用しているだけです。
2290 \end_layout
2291
2292 \end_inset
2293
2294
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 </row>
2300 <row>
2301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2302 \begin_inset Text
2303
2304 \begin_layout Plain Layout
2305
2306 \backslash
2307 sqrt
2308 \begin_inset ERT
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312
2313
2314 \backslash
2315 spce 
2316 \end_layout
2317
2318 \end_inset
2319
2320 A-B
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343
2344 \backslash
2345 root
2346 \begin_inset ERT
2347 status collapsed
2348
2349 \begin_layout Plain Layout
2350
2351
2352 \backslash
2353 spce 
2354 \end_layout
2355
2356 \end_inset
2357
2358 3
2359 \begin_inset Formula $\downarrow$
2360 \end_inset
2361
2362 A-B
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2372 \end_inset
2373
2374
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 </lyxtabular>
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Standard
2388 平方根は、根号指数フィールドを空白のままにしておけば、
2389 \series bold
2390
2391 \backslash
2392 root
2393 \series default
2394 でも作成することができます。
2395 \end_layout
2396
2397 \begin_layout Standard
2398 \begin_inset Formula $\sqrt[\beta]{B}$
2399 \end_inset
2400
2401 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2402 \begin_inset Newline newline
2403 \end_inset
2404
2405 この場合には、
2406 \begin_inset Formula $\beta$
2407 \end_inset
2408
2409 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2410 \series bold
2411
2412 \backslash
2413 leftroot
2414 \series default
2415
2416 \begin_inset Index
2417 status collapsed
2418
2419 \begin_layout Plain Layout
2420 こまんど@コマンド ! L ! 
2421 \backslash
2422 leftroot
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \series bold
2429
2430 \backslash
2431 uproot
2432 \series default
2433
2434 \begin_inset Index
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 こまんど@コマンド ! U ! 
2439 \backslash
2440 uproot
2441 \end_layout
2442
2443 \end_inset
2444
2445 を使います。
2446 \end_layout
2447
2448 \begin_layout Standard
2449
2450 \series bold
2451
2452 \backslash
2453 leftroot{距離}
2454 \series default
2455 および
2456 \series bold
2457
2458 \backslash
2459 uproot{距離}
2460 \end_layout
2461
2462 \begin_layout Standard
2463 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2464 \begin_inset Formula $\mathrm{72\, bp=1}$
2465 \end_inset
2466
2467 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2468 \begin_inset Newline newline
2469 \end_inset
2470
2471
2472 \series bold
2473
2474 \backslash
2475 root
2476 \backslash
2477 leftroot{-1
2478 \begin_inset Formula $\to$
2479 \end_inset
2480
2481
2482 \backslash
2483 uproot{2
2484 \begin_inset Formula $\to$
2485 \end_inset
2486
2487
2488 \backslash
2489 beta
2490 \begin_inset ERT
2491 status collapsed
2492
2493 \begin_layout Plain Layout
2494
2495
2496 \backslash
2497 spce 
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \begin_inset Formula $\to$
2504 \end_inset
2505
2506 B
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510
2511 \series default
2512 は、正しく組版された数式
2513 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2514 \end_inset
2515
2516 を生成します。
2517 \end_layout
2518
2519 \begin_layout Subsection
2520 二項係数
2521 \begin_inset Index
2522 status collapsed
2523
2524 \begin_layout Plain Layout
2525 にこうけいすう@二項係数
2526 \end_layout
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Standard
2534 二項係数は、コマンド
2535 \series bold
2536
2537 \backslash
2538 binom
2539 \series default
2540
2541 \begin_inset Index
2542 status collapsed
2543
2544 \begin_layout Plain Layout
2545 こまんど@コマンド ! B ! 
2546 \backslash
2547 binom
2548 \end_layout
2549
2550 \end_inset
2551
2552 か数式ツールバーボタン
2553 \begin_inset Graphics
2554         filename ../../images/math/frac-square.png
2555         scale 85
2556
2557 \end_inset
2558
2559 の下位メニューを使って挿入することができます。分数(
2560 \series bold
2561
2562 \backslash
2563 frac
2564 \series default
2565 )と同様に、
2566 \series bold
2567
2568 \backslash
2569 binom
2570 \series default
2571 の他に、コマンド
2572 \series bold
2573
2574 \backslash
2575 dbinom
2576 \begin_inset Index
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 こまんど@コマンド ! D ! 
2581 \backslash
2582 dbinom
2583 \end_layout
2584
2585 \end_inset
2586
2587 および
2588 \backslash
2589 tbinom
2590 \series default
2591
2592 \begin_inset Index
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 こまんど@コマンド ! T ! 
2597 \backslash
2598 tbinom
2599 \end_layout
2600
2601 \end_inset
2602
2603 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2604 \series bold
2605
2606 \backslash
2607 brace
2608 \series default
2609
2610 \begin_inset Index
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 こまんど@コマンド ! B ! 
2615 \backslash
2616 brace
2617 \end_layout
2618
2619 \end_inset
2620
2621
2622 \series bold
2623
2624 \backslash
2625 brack
2626 \series default
2627
2628 \begin_inset Index
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 こまんど@コマンド ! B ! 
2633 \backslash
2634 brack
2635 \end_layout
2636
2637 \end_inset
2638
2639 があります。
2640 \end_layout
2641
2642 \begin_layout Standard
2643 \align center
2644 \begin_inset Tabular
2645 <lyxtabular version="3" rows="6" columns="2">
2646 <features>
2647 <column alignment="center" valignment="top" width="0pt">
2648 <column alignment="center" valignment="top" width="0pt">
2649 <row>
2650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Plain Layout
2654 コマンド
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663 出力
2664 \begin_inset Note Note
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 ここで
2669 \series bold
2670
2671 \backslash
2672 raisebox
2673 \series default
2674 はスペーサーとして使用しているだけです。
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \backslash
2692 binom
2693 \begin_inset ERT
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697
2698
2699 \backslash
2700 spce 
2701 \end_layout
2702
2703 \end_inset
2704
2705 A
2706 \begin_inset Formula $\downarrow$
2707 \end_inset
2708
2709 B
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725 </cell>
2726 </row>
2727 <row>
2728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732
2733 \backslash
2734 dbinom
2735 \begin_inset ERT
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739
2740
2741 \backslash
2742 spce 
2743 \end_layout
2744
2745 \end_inset
2746
2747 A
2748 \begin_inset Formula $\downarrow$
2749 \end_inset
2750
2751 B
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \backslash
2776 tbinom
2777 \begin_inset ERT
2778 status collapsed
2779
2780 \begin_layout Plain Layout
2781
2782
2783 \backslash
2784 spce 
2785 \end_layout
2786
2787 \end_inset
2788
2789 A
2790 \begin_inset Formula $\downarrow$
2791 \end_inset
2792
2793 B
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 </row>
2811 <row>
2812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \backslash
2818 brack
2819 \begin_inset ERT
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823
2824
2825 \backslash
2826 spce 
2827 \end_layout
2828
2829 \end_inset
2830
2831 A
2832 \begin_inset Formula $\downarrow$
2833 \end_inset
2834
2835 B
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 <row>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \backslash
2860 brace
2861 \begin_inset ERT
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865
2866
2867 \backslash
2868 spce 
2869 \end_layout
2870
2871 \end_inset
2872
2873 A
2874 \begin_inset Formula $\downarrow$
2875 \end_inset
2876
2877 B
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 </lyxtabular>
2896
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \begin_layout Subsection
2903 場合分け
2904 \begin_inset Index
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908 ばあいわけ@場合分け
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Standard
2917 \align center
2918 \begin_inset Tabular
2919 <lyxtabular version="3" rows="3" columns="2">
2920 <features>
2921 <column alignment="center" valignment="top" width="0pt">
2922 <column alignment="center" valignment="top" width="0pt">
2923 <row>
2924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928 コマンド
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 出力
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948
2949 \backslash
2950 cases
2951 \begin_inset ERT
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955
2956
2957 \backslash
2958 spce 
2959 \end_layout
2960
2961 \end_inset
2962
2963 A
2964 \begin_inset Formula $\to$
2965 \end_inset
2966
2967 B
2968 \begin_inset Formula $>$
2969 \end_inset
2970
2971 0
2972 \begin_inset Index
2973 status collapsed
2974
2975 \begin_layout Plain Layout
2976 こまんど@コマンド ! C ! 
2977 \backslash
2978 cases
2979 \end_layout
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992 \begin_inset Formula $\begin{cases}
2993 A & B>0\end{cases}$
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \backslash
3009 cases
3010 \begin_inset ERT
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014
3015
3016 \backslash
3017 spce 
3018 \end_layout
3019
3020 \end_inset
3021
3022
3023 \begin_inset Info
3024 type  "shortcut"
3025 arg   "newline-insert newline"
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Formula $\begin{cases}
3038 A & \textrm{for }x>0\\
3039 B & \textrm{for }x=0\end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 </lyxtabular>
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Standard
3056
3057 \series bold
3058
3059 \backslash
3060 cases
3061 \series default
3062 を挿入するか数式ツールバーボタン
3063 \begin_inset Graphics
3064         filename ../../images/math/cases.png
3065         scale 85
3066
3067 \end_inset
3068
3069 を使用した後では、短絡キー
3070 \begin_inset Info
3071 type  "shortcut"
3072 arg   "newline-insert newline"
3073 \end_inset
3074
3075 か表ツールバーボタン
3076 \begin_inset Graphics
3077         filename ../../images/tabular-feature_append-row.png
3078         scale 85
3079
3080 \end_inset
3081
3082 を使えば、新しい行を作ることができます。
3083 \end_layout
3084
3085 \begin_layout Standard
3086 コマンド
3087 \series bold
3088
3089 \backslash
3090 cases
3091 \series default
3092 は、
3093 \family sans
3094 挿入\SpecialChar \menuseparator
3095 数式\SpecialChar \menuseparator
3096 Cases環境
3097 \family default
3098 メニューで挿入することもできます。
3099 \end_layout
3100
3101 \begin_layout Subsection
3102 否定
3103 \begin_inset Index
3104 status collapsed
3105
3106 \begin_layout Plain Layout
3107 ひてい@否定
3108 \end_layout
3109
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \begin_layout Standard
3116
3117 \series bold
3118
3119 \backslash
3120 not
3121 \series default
3122
3123 \begin_inset Index
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 こまんど@コマンド ! N ! 
3128 \backslash
3129 not
3130 \end_layout
3131
3132 \end_inset
3133
3134 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3135 \end_layout
3136
3137 \begin_layout Standard
3138 \align center
3139 \begin_inset Tabular
3140 <lyxtabular version="3" rows="4" columns="2">
3141 <features>
3142 <column alignment="center" valignment="top" width="0pt">
3143 <column alignment="center" valignment="top" width="0pt">
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 コマンド
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 出力
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \backslash
3171 not=
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 \begin_inset Formula $\not=$
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \backslash
3196 not 
3197 \backslash
3198 le
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 \begin_inset Formula $\not\le$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 <row>
3217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \backslash
3223 not 
3224 \backslash
3225 parallel
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 \begin_inset Formula $\not\parallel$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3252 \begin_inset CommandInset ref
3253 LatexCommand ref
3254 reference "sub:数学記号"
3255
3256 \end_inset
3257
3258 節および第
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sec:関係子"
3262
3263 \end_inset
3264
3265 節を参照)。
3266 \end_layout
3267
3268 \begin_layout Subsection
3269 空打ち文字
3270 \begin_inset CommandInset label
3271 LatexCommand label
3272 name "sub:空打ち文字"
3273
3274 \end_inset
3275
3276
3277 \begin_inset Index
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 からうちもじ@空打ち文字
3282 \end_layout
3283
3284 \end_inset
3285
3286
3287 \begin_inset Index
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291 かがくきごう@化学記号 ! どういたい@同位体
3292 \end_layout
3293
3294 \end_inset
3295
3296
3297 \begin_inset Index
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 どういたい@同位体|see
3302 \begin_inset ERT
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306
3307 {
3308 \end_layout
3309
3310 \end_inset
3311
3312 化学記号
3313 \begin_inset ERT
3314 status collapsed
3315
3316 \begin_layout Plain Layout
3317
3318 }
3319 \end_layout
3320
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327
3328
3329 \begin_inset Index
3330 status collapsed
3331
3332 \begin_layout Plain Layout
3333 あいそとーぷ@アイソトープ|see
3334 \begin_inset ERT
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338
3339 {
3340 \end_layout
3341
3342 \end_inset
3343
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 \end_layout
3357
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \begin_layout Standard
3364 たとえば同位体
3365 \begin_inset Foot
3366 status collapsed
3367
3368 \begin_layout Plain Layout
3369 同位体と化学記号の組版に関しては、第
3370 \begin_inset CommandInset ref
3371 LatexCommand ref
3372 reference "sub:化学記号と化学式"
3373
3374 \end_inset
3375
3376 節に記述があります。
3377 \end_layout
3378
3379 \end_inset
3380
3381 を表示しようとすると、次のような問題が起こります。
3382 \end_layout
3383
3384 \begin_layout Standard
3385 \align center
3386 \begin_inset Tabular
3387 <lyxtabular version="3" rows="2" columns="2">
3388 <features>
3389 <column alignment="center" valignment="top" width="0pt">
3390 <column alignment="center" valignment="top" width="0pt">
3391 <row>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 上付き文字と下付き文字を使用して作った指数:
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3406 \end_inset
3407
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 正しい指数:
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 </lyxtabular>
3438
3439 \end_inset
3440
3441
3442 \begin_inset Note Note
3443 status collapsed
3444
3445 \begin_layout Plain Layout
3446 ここで
3447 \series bold
3448
3449 \backslash
3450 raisebox
3451 \series default
3452 はスペーサーとして使用しているだけです。
3453 \end_layout
3454
3455 \end_inset
3456
3457
3458 \end_layout
3459
3460 \begin_layout Standard
3461 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3462 \series bold
3463
3464 \backslash
3465 phantom
3466 \series default
3467
3468 \begin_inset Index
3469 status collapsed
3470
3471 \begin_layout Plain Layout
3472 こまんど@コマンド ! P ! 
3473 \backslash
3474 phantom
3475 \end_layout
3476
3477 \end_inset
3478
3479 や数式ツールバーボタン
3480 \begin_inset Foot
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484 ツールバーボタン
3485 \begin_inset Graphics
3486         filename ../../images/math/space.png
3487         scale 85
3488
3489 \end_inset
3490
3491 の下位メニューに入っています。
3492 \end_layout
3493
3494 \end_inset
3495
3496
3497 \begin_inset Graphics
3498         filename ../../images/math/phantom.png
3499         scale 85
3500
3501 \end_inset
3502
3503 があります。
3504 \series bold
3505
3506 \backslash
3507 phantom
3508 \series default
3509 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3510 \series bold
3511
3512 \backslash
3513 phantom
3514 \series default
3515 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3516 \end_layout
3517
3518 \begin_layout Standard
3519 \align center
3520 \begin_inset Tabular
3521 <lyxtabular version="3" rows="4" columns="2">
3522 <features>
3523 <column alignment="center" valignment="top" width="0">
3524 <column alignment="center" valignment="top" width="0">
3525 <row>
3526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 コマンド
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 出力
3540 \begin_inset Note Note
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 ここで
3545 \series bold
3546
3547 \backslash
3548 raisebox
3549 \series default
3550 はスペーサーとして使用しているだけです。
3551 \end_layout
3552
3553 \end_inset
3554
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 ^19
3567 \begin_inset ERT
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572
3573 \backslash
3574 spce 
3575 \end_layout
3576
3577 \end_inset
3578
3579 _
3580 \backslash
3581 phantom
3582 \begin_inset ERT
3583 status collapsed
3584
3585 \begin_layout Plain Layout
3586
3587
3588 \backslash
3589 spce 
3590 \end_layout
3591
3592 \end_inset
3593
3594 1
3595 \begin_inset Formula $\to$
3596 \end_inset
3597
3598 9
3599 \begin_inset ERT
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603
3604
3605 \backslash
3606 spce 
3607 \end_layout
3608
3609 \end_inset
3610
3611 F
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3621 \end_inset
3622
3623
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 ^235
3635 \begin_inset ERT
3636 status collapsed
3637
3638 \begin_layout Plain Layout
3639
3640
3641 \backslash
3642 spce 
3643 \end_layout
3644
3645 \end_inset
3646
3647 _
3648 \backslash
3649 phantom
3650 \begin_inset ERT
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654
3655
3656 \backslash
3657 spce 
3658 \end_layout
3659
3660 \end_inset
3661
3662 23
3663 \begin_inset Formula $\to$
3664 \end_inset
3665
3666 9
3667 \begin_inset ERT
3668 status collapsed
3669
3670 \begin_layout Plain Layout
3671
3672
3673 \backslash
3674 spce 
3675 \end_layout
3676
3677 \end_inset
3678
3679 F
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3689 \end_inset
3690
3691
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 </row>
3697 <row>
3698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702
3703 \backslash
3704 Lambda^
3705 \begin_inset ERT
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710
3711 \backslash
3712 spce 
3713 \end_layout
3714
3715 \end_inset
3716
3717
3718 \backslash
3719 phantom
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732 ii
3733 \begin_inset Formula $\to$
3734 \end_inset
3735
3736 t
3737 \begin_inset ERT
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741
3742
3743 \backslash
3744 spce 
3745 \end_layout
3746
3747 \end_inset
3748
3749 _MMt
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3759 \end_inset
3760
3761
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 </lyxtabular>
3768
3769 \end_inset
3770
3771
3772 \end_layout
3773
3774 \begin_layout Standard
3775 さらに、
3776 \series bold
3777
3778 \backslash
3779 vphantom
3780 \series default
3781
3782 \begin_inset Index
3783 status collapsed
3784
3785 \begin_layout Plain Layout
3786 こまんど@コマンド ! V ! 
3787 \backslash
3788 vphantom
3789 \end_layout
3790
3791 \end_inset
3792
3793 (ツールバーボタン
3794 \begin_inset space ~
3795 \end_inset
3796
3797
3798 \begin_inset Graphics
3799         filename ../../images/math/vphantom.png
3800         scale 85
3801
3802 \end_inset
3803
3804 )および
3805 \series bold
3806
3807 \backslash
3808 hphantom
3809 \series default
3810
3811 \begin_inset Index
3812 status collapsed
3813
3814 \begin_layout Plain Layout
3815 こまんど@コマンド ! H ! 
3816 \backslash
3817 hphantom
3818 \end_layout
3819
3820 \end_inset
3821
3822 (ツールバーボタン
3823 \begin_inset space ~
3824 \end_inset
3825
3826
3827 \begin_inset Graphics
3828         filename ../../images/math/hphantom.png
3829         scale 85
3830
3831 \end_inset
3832
3833 )というコマンドもあります。
3834 \series bold
3835
3836 \backslash
3837 vphantom
3838 \series default
3839 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3840 \series bold
3841
3842 \backslash
3843 hphantom
3844 \series default
3845 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3846 \end_layout
3847
3848 \begin_layout Standard
3849 たとえば、
3850 \series bold
3851
3852 \backslash
3853 vphantom
3854 \series default
3855
3856 \begin_inset ERT
3857 status collapsed
3858
3859 \begin_layout Plain Layout
3860
3861
3862 \backslash
3863 spce 
3864 \end_layout
3865
3866 \end_inset
3867
3868
3869 \series bold
3870 a
3871 \backslash
3872 int
3873 \series default
3874 は、積分記号
3875 \begin_inset Foot
3876 status collapsed
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881
3882 \backslash
3883 int
3884 \series default
3885 コマンドは、積分記号を生成します。第
3886 \begin_inset CommandInset ref
3887 LatexCommand ref
3888 reference "sub:大演算子"
3889
3890 \end_inset
3891
3892 節を参照してください。
3893 \end_layout
3894
3895 \end_inset
3896
3897 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3898 \begin_inset CommandInset ref
3899 LatexCommand ref
3900 reference "sub:多行にわたる括弧"
3901
3902 \end_inset
3903
3904 節を参照してください。
3905 \end_layout
3906
3907 \begin_layout Subsection
3908 横線
3909 \begin_inset Index
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913 よこせん@横線
3914 \end_layout
3915
3916 \end_inset
3917
3918
3919 \begin_inset Index
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 すうしき@数式 ! かせん@下線
3924 \end_layout
3925
3926 \end_inset
3927
3928
3929 \begin_inset Index
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933 ぼうせん@棒線|see
3934 \begin_inset ERT
3935 status collapsed
3936
3937 \begin_layout Plain Layout
3938
3939 {
3940 \end_layout
3941
3942 \end_inset
3943
3944 横線
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 \end_layout
3957
3958 \end_inset
3959
3960
3961 \end_layout
3962
3963 \begin_layout Standard
3964 \align center
3965 \begin_inset Tabular
3966 <lyxtabular version="3" rows="4" columns="2">
3967 <features>
3968 <column alignment="center" valignment="top" width="0pt">
3969 <column alignment="center" valignment="top" width="0pt">
3970 <row>
3971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 コマンド
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 出力
3985 \begin_inset Note Note
3986 status collapsed
3987
3988 \begin_layout Plain Layout
3989 ここで
3990 \series bold
3991
3992 \backslash
3993 raisebox
3994 \series default
3995 はスペーサーとして使用しているだけです。
3996 \end_layout
3997
3998 \end_inset
3999
4000
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \backslash
4013 overline
4014 \begin_inset ERT
4015 status collapsed
4016
4017 \begin_layout Plain Layout
4018
4019
4020 \backslash
4021 spce 
4022 \end_layout
4023
4024 \end_inset
4025
4026 A+B
4027 \begin_inset Index
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031 こまんど@コマンド ! O ! 
4032 \backslash
4033 overline
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4048 \end_inset
4049
4050
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \backslash
4063 underline
4064 \begin_inset ERT
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068
4069
4070 \backslash
4071 spce 
4072 \end_layout
4073
4074 \end_inset
4075
4076 A+B
4077 \begin_inset Index
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 こまんど@コマンド ! U ! 
4082 \backslash
4083 underline
4084 \end_layout
4085
4086 \end_inset
4087
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \backslash
4113 overline
4114 \begin_inset ERT
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118
4119
4120 \backslash
4121 spce 
4122 \end_layout
4123
4124 \end_inset
4125
4126
4127 \backslash
4128 underline
4129 \begin_inset ERT
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133
4134
4135 \backslash
4136 spce 
4137 \end_layout
4138
4139 \end_inset
4140
4141 A+B
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 </lyxtabular>
4160
4161 \end_inset
4162
4163
4164 \end_layout
4165
4166 \begin_layout Standard
4167 上記最後の例では、先に
4168 \series bold
4169
4170 \backslash
4171 overline
4172 \series default
4173 が来ようが
4174 \series bold
4175
4176 \backslash
4177 underline
4178 \series default
4179 が来ようが、関係ありません。
4180 \end_layout
4181
4182 \begin_layout Standard
4183 二重下線を引くには、
4184 \series bold
4185
4186 \backslash
4187 underline
4188 \series default
4189 を二回使います。
4190 \end_layout
4191
4192 \begin_layout Standard
4193 文字の上下6本の線まで引くことができます。
4194 \end_layout
4195
4196 \begin_layout Standard
4197 \begin_inset VSpace bigskip
4198 \end_inset
4199
4200 自製の線は、以下の書式を持つ
4201 \series bold
4202
4203 \backslash
4204 rule
4205 \series default
4206
4207 \begin_inset Index
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211 こまんど@こまんど ! R ! 
4212 \backslash
4213 rule
4214 \end_layout
4215
4216 \end_inset
4217
4218 コマンドで作成することができます。
4219 \end_layout
4220
4221 \begin_layout Standard
4222
4223 \series bold
4224
4225 \backslash
4226 rule[垂直オフセット幅]{長さ}{厚み}
4227 \end_layout
4228
4229 \begin_layout Standard
4230 オプションの
4231 \series bold
4232 「垂直オフセット幅
4233 \series default
4234 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4235 \begin_inset CommandInset ref
4236 LatexCommand ref
4237 reference "tab:使用できる単位"
4238
4239 \end_inset
4240
4241 表に掲げてある単位を用いることができます。以下に、
4242 \begin_inset Newline newline
4243 \end_inset
4244
4245
4246 \series bold
4247
4248 \backslash
4249 rule[-2ex]{3cm}{2pt}
4250 \series default
4251  および 
4252 \series bold
4253
4254 \backslash
4255 rule{2cm}{1pt}
4256 \begin_inset Newline newline
4257 \end_inset
4258
4259 というコマンドを用いて作成したふたつの例を例示します。
4260 \end_layout
4261
4262 \begin_layout Standard
4263 この行には、
4264 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4265 \end_inset
4266
4267 二本の線があります。
4268 \end_layout
4269
4270 \begin_layout Standard
4271
4272 \series bold
4273
4274 \backslash
4275 rule
4276 \series default
4277 は、TeXモードで挿入すれば、本文中でも使用することができます。
4278 \end_layout
4279
4280 \begin_layout Subsection
4281 省略符号
4282 \begin_inset CommandInset label
4283 LatexCommand label
4284 name "sub:省略符号"
4285
4286 \end_inset
4287
4288
4289 \begin_inset Index
4290 status collapsed
4291
4292 \begin_layout Plain Layout
4293 しょうりゃくふごう@省略符号
4294 \end_layout
4295
4296 \end_inset
4297
4298
4299 \end_layout
4300
4301 \begin_layout Standard
4302 省略符号には、いくつかの種類が使用できます
4303 \begin_inset Foot
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307 数式ツールバー中の
4308 \begin_inset Graphics
4309         filename ../../images/math/ldots.png
4310         scale 85
4311
4312 \end_inset
4313
4314 ボタンで表示されている下位メニューです。
4315 \end_layout
4316
4317 \end_inset
4318
4319 。列挙のためには、ベースラインの点々(
4320 \series bold
4321
4322 \backslash
4323 ldots
4324 \series default
4325
4326 \begin_inset Index
4327 status collapsed
4328
4329 \begin_layout Plain Layout
4330 こまんど@コマンド ! L ! 
4331 \backslash
4332 ldots
4333 \end_layout
4334
4335 \end_inset
4336
4337 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4338 \series bold
4339
4340 \backslash
4341 cdots
4342 \series default
4343
4344 \begin_inset Index
4345 status collapsed
4346
4347 \begin_layout Plain Layout
4348 こまんど@コマンド ! C ! 
4349 \backslash
4350 cdots
4351 \end_layout
4352
4353 \end_inset
4354
4355 )が必要です。
4356 \series bold
4357
4358 \backslash
4359 dots
4360 \series default
4361
4362 \begin_inset Index
4363 status collapsed
4364
4365 \begin_layout Plain Layout
4366 こまんど@コマンド ! D ! 
4367 \backslash
4368 dots
4369 \end_layout
4370
4371 \end_inset
4372
4373 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4374 \end_layout
4375
4376 \begin_layout Standard
4377 \align center
4378 \begin_inset Tabular
4379 <lyxtabular version="3" rows="8" columns="2">
4380 <features>
4381 <column alignment="center" valignment="top" width="0pt">
4382 <column alignment="center" valignment="top" width="0pt">
4383 <row>
4384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 コマンド
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 出力
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 A_1
4409 \begin_inset ERT
4410 status collapsed
4411
4412 \begin_layout Plain Layout
4413
4414
4415 \backslash
4416 spce 
4417 \end_layout
4418
4419 \end_inset
4420
4421 ,
4422 \backslash
4423 dots
4424 \begin_inset ERT
4425 status collapsed
4426
4427 \begin_layout Plain Layout
4428
4429
4430 \backslash
4431 spce 
4432 \end_layout
4433
4434 \end_inset
4435
4436 ,A_n
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 \begin_inset Formula $A_{1},\dots,A_{n}$
4446 \end_inset
4447
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 <row>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 A_1
4460 \begin_inset ERT
4461 status collapsed
4462
4463 \begin_layout Plain Layout
4464
4465
4466 \backslash
4467 spce 
4468 \end_layout
4469
4470 \end_inset
4471
4472 +
4473 \backslash
4474 dots
4475 \begin_inset ERT
4476 status collapsed
4477
4478 \begin_layout Plain Layout
4479
4480
4481 \backslash
4482 spce 
4483 \end_layout
4484
4485 \end_inset
4486
4487 +A_n
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 \begin_inset Formula $A_{1}+\dots+A_{n}$
4497 \end_inset
4498
4499
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 A_1
4511 \begin_inset ERT
4512 status collapsed
4513
4514 \begin_layout Plain Layout
4515
4516
4517 \backslash
4518 spce 
4519 \end_layout
4520
4521 \end_inset
4522
4523 ,
4524 \backslash
4525 ldots
4526 \begin_inset ERT
4527 status collapsed
4528
4529 \begin_layout Plain Layout
4530
4531
4532 \backslash
4533 spce 
4534 \end_layout
4535
4536 \end_inset
4537
4538 ,A_n
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 \begin_inset Formula $A_{1},\ldots,A_{n}$
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 A_1
4562 \begin_inset ERT
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566
4567
4568 \backslash
4569 spce 
4570 \end_layout
4571
4572 \end_inset
4573
4574 +
4575 \backslash
4576 cdots
4577 \begin_inset ERT
4578 status collapsed
4579
4580 \begin_layout Plain Layout
4581
4582
4583 \backslash
4584 spce 
4585 \end_layout
4586
4587 \end_inset
4588
4589 +A_n
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4599 \end_inset
4600
4601
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \backslash
4614 vdots
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 \begin_inset Formula $\vdots$
4624 \end_inset
4625
4626
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \backslash
4639 ddots
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 \begin_inset Formula $\ddots$
4649 \end_inset
4650
4651
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 いろいろな点々を使った3×3行列
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 \begin_inset Formula $\begin{array}{ccc}
4672 A_{11} & \cdots & A_{1m}\\
4673 \vdots & \ddots & \vdots\\
4674 A_{n1} & \cdots & A_{nm}\end{array}$
4675 \end_inset
4676
4677
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 </lyxtabular>
4684
4685 \end_inset
4686
4687
4688 \end_layout
4689
4690 \begin_layout Standard
4691
4692 \family sans
4693 挿入\SpecialChar \menuseparator
4694 省略符号
4695 \family default
4696 メニューで挿入される省略符号は
4697 \series bold
4698
4699 \backslash
4700 ldots
4701 \series default
4702 です。
4703 \end_layout
4704
4705 \begin_layout Standard
4706 \begin_inset VSpace medskip
4707 \end_inset
4708
4709 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4710 \series bold
4711
4712 \backslash
4713 hdotsfor
4714 \series default
4715
4716 \begin_inset Index
4717 status collapsed
4718
4719 \begin_layout Plain Layout
4720 こまんど@コマンド ! H ! 
4721 \backslash
4722 hdotsfor
4723 \end_layout
4724
4725 \end_inset
4726
4727 コマンドで作ることができます。
4728 \end_layout
4729
4730 \begin_layout Standard
4731
4732 \series bold
4733
4734 \backslash
4735 hdotsfor[距離]{列数}
4736 \end_layout
4737
4738 \begin_layout Standard
4739 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4740 \end_layout
4741
4742 \begin_layout Standard
4743 以下の行列では、2行目の1つ目の枠に
4744 \series bold
4745
4746 \backslash
4747 hdotsfor[2]{4}
4748 \series default
4749 を挿入して、
4750 \series bold
4751
4752 \backslash
4753 dots
4754 \series default
4755 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4756 \begin_inset Formula \[
4757 \left(\begin{array}{cccc}
4758 A & B & C & D\\
4759 \hdotsfor[2]{4}\\
4760 q & w & e & r\end{array}\right)\]
4761
4762 \end_inset
4763
4764 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4765 \end_layout
4766
4767 \begin_layout Standard
4768 \begin_inset VSpace bigskip
4769 \end_inset
4770
4771 さらに、
4772 \series bold
4773
4774 \backslash
4775 dotfill
4776 \series default
4777
4778 \begin_inset Index
4779 status collapsed
4780
4781 \begin_layout Plain Layout
4782 こまんど@コマンド ! D ! 
4783 \backslash
4784 dotfill
4785 \end_layout
4786
4787 \end_inset
4788
4789 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4790 \series bold
4791
4792 \backslash
4793 hfill
4794 \series default
4795 と同様のものです。第
4796 \begin_inset CommandInset ref
4797 LatexCommand ref
4798 reference "sub:可変長の空白"
4799
4800 \end_inset
4801
4802 節をご参照下さい。
4803 \end_layout
4804
4805 \begin_layout Standard
4806 たとえば、
4807 \series bold
4808 A
4809 \backslash
4810 dotfill
4811 \begin_inset ERT
4812 status collapsed
4813
4814 \begin_layout Plain Layout
4815
4816
4817 \backslash
4818 spce 
4819 \end_layout
4820
4821 \end_inset
4822
4823 B
4824 \series default
4825 コマンドは、
4826 \end_layout
4827
4828 \begin_layout Standard
4829 \begin_inset Formula $A\dotfill B$
4830 \end_inset
4831
4832
4833 \end_layout
4834
4835 \begin_layout Standard
4836 のようになります。
4837 \series bold
4838 点々を使う
4839 \backslash
4840 dotfill
4841 \series default
4842 の直線版として、
4843 \series bold
4844
4845 \backslash
4846 hrulefill
4847 \series default
4848
4849 \begin_inset Index
4850 status collapsed
4851
4852 \begin_layout Plain Layout
4853 こまんど@コマンド ! H ! 
4854 \backslash
4855 hrulefill
4856 \end_layout
4857
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \begin_layout Standard
4864 \begin_inset Formula $A\hrulefill B$
4865 \end_inset
4866
4867
4868 \end_layout
4869
4870 \begin_layout Standard
4871 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4872 \end_layout
4873
4874 \begin_layout Section
4875 行列
4876 \begin_inset CommandInset label
4877 LatexCommand label
4878 name "sec:行列"
4879
4880 \end_inset
4881
4882
4883 \begin_inset Index
4884 status collapsed
4885
4886 \begin_layout Plain Layout
4887 ぎょうれつ@行列
4888 \end_layout
4889
4890 \end_inset
4891
4892
4893 \end_layout
4894
4895 \begin_layout Standard
4896 行列は、数式ツールバーボタンの
4897 \begin_inset Graphics
4898         filename ../../images/dialog-show_mathmatrix.png
4899         scale 85
4900
4901 \end_inset
4902
4903
4904 \family sans
4905 挿入\SpecialChar \menuseparator
4906 数式\SpecialChar \menuseparator
4907 行列
4908 \family default
4909 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4910 \end_layout
4911
4912 \begin_layout Standard
4913 最初の行列は「上」配置
4914 \begin_inset Formula $\begin{array}[t]{cccc}
4915 A & D & G & J\\
4916 B & E & H & K\\
4917 C & F & I & L\end{array}$
4918 \end_inset
4919
4920 で、二番目は「中央」配置
4921 \begin_inset Formula $\begin{array}{cccc}
4922 A & D & G & J\\
4923 B & E & H & K\\
4924 C & F & I & L\end{array}$
4925 \end_inset
4926
4927 、三番目は「下」配置
4928 \begin_inset Formula $\begin{array}[b]{cccc}
4929 A & D & G & J\\
4930 B & E & H & K\\
4931 C & F & I & L\end{array}$
4932 \end_inset
4933
4934 です。
4935 \end_layout
4936
4937 \begin_layout Standard
4938 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4939 \emph on
4940 l
4941 \emph default
4942 は左寄せ、
4943 \emph on
4944 c
4945 \emph default
4946 は中央揃え、
4947 \emph on
4948 r
4949 \emph default
4950 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
4951 \series bold
4952 ×
4953 \series default
4954 4行列を作成するには、水平配置のところに
4955 \series bold
4956 lccr
4957 \series default
4958 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4959 \series bold
4960 c
4961 \series default
4962 です。
4963 \end_layout
4964
4965 \begin_layout Standard
4966 水平行列の例です。
4967 \end_layout
4968
4969 \begin_layout Standard
4970
4971 \series bold
4972 lll
4973 \series default
4974  : 
4975 \begin_inset Formula $\begin{array}{lll}
4976 10000 & D & G\\
4977 B & 10000 & H\\
4978 C & F & 10000\end{array}$
4979 \end_inset
4980
4981  , 
4982 \series bold
4983 ccc
4984 \series default
4985  : 
4986 \begin_inset Formula $\begin{array}{ccc}
4987 10000 & D & G\\
4988 B & 10000 & H\\
4989 C & F & 10000\end{array}$
4990 \end_inset
4991
4992  , 
4993 \series bold
4994 rrr
4995 \series default
4996  : 
4997 \begin_inset Formula $\begin{array}{rrr}
4998 10000 & D & G\\
4999 B & 10000 & H\\
5000 C & F & 10000\end{array}$
5001 \end_inset
5002
5003
5004 \end_layout
5005
5006 \begin_layout Standard
5007 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5008 \begin_inset Graphics
5009         filename ../../images/tabular-feature_append-row.png
5010         scale 85
5011
5012 \end_inset
5013
5014
5015 \begin_inset Graphics
5016         filename ../../images/tabular-feature_delete-row.png
5017         scale 85
5018
5019 \end_inset
5020
5021 などや
5022 \family sans
5023 編集\SpecialChar \menuseparator
5024 行と列
5025 \family default
5026 メニューを使用することができます。また、行は
5027 \begin_inset Info
5028 type  "shortcut"
5029 arg   "newline-insert newline"
5030 \end_inset
5031
5032 で作成することもできます。
5033 \end_layout
5034
5035 \begin_layout Standard
5036 \begin_inset VSpace bigskip
5037 \end_inset
5038
5039 行列を囲む括弧は、
5040 \series bold
5041
5042 \backslash
5043 left
5044 \series default
5045
5046 \begin_inset Index
5047 status collapsed
5048
5049 \begin_layout Plain Layout
5050 こまんど@コマンド ! L ! 
5051 \backslash
5052 left
5053 \end_layout
5054
5055 \end_inset
5056
5057 コマンドや
5058 \series bold
5059
5060 \backslash
5061 right
5062 \series default
5063
5064 \begin_inset Index
5065 status collapsed
5066
5067 \begin_layout Plain Layout
5068 こまんど@コマンド ! R ! 
5069 \backslash
5070 right
5071 \end_layout
5072
5073 \end_inset
5074
5075 コマンドで作成することができます(短絡キー
5076 \family sans
5077 Alt+M
5078 \begin_inset space ~
5079 \end_inset
5080
5081 Parenthesis
5082 \family default
5083 )。第
5084 \begin_inset CommandInset ref
5085 LatexCommand ref
5086 reference "sub:自動の括弧丈"
5087
5088 \end_inset
5089
5090 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5091 \begin_inset VSpace medskip
5092 \end_inset
5093
5094
5095 \end_layout
5096
5097 \begin_layout Standard
5098 \begin_inset space \hfill{}
5099 \end_inset
5100
5101
5102 \begin_inset Tabular
5103 <lyxtabular version="3" rows="4" columns="2">
5104 <features>
5105 <column alignment="center" valignment="top" width="0">
5106 <column alignment="center" valignment="top" width="0">
5107 <row>
5108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 コマンド
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 出力
5122 \begin_inset Note Note
5123 status collapsed
5124
5125 \begin_layout Plain Layout
5126 ここで
5127 \series bold
5128
5129 \backslash
5130 raisebox
5131 \series default
5132 はスペーサーとして使用しているだけです。
5133 \end_layout
5134
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \backslash
5150 bmatrix
5151 \begin_inset ERT
5152 status collapsed
5153
5154 \begin_layout Plain Layout
5155
5156
5157 \backslash
5158 spce 
5159 \end_layout
5160
5161 \end_inset
5162
5163 2
5164 \series bold
5165 ×
5166 \series default
5167 2
5168 \begin_inset space \thinspace{}
5169 \end_inset
5170
5171 matrix
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5181 0 & \textrm{-}\mathrm{i}\\
5182 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \backslash
5198 Bmatrix
5199 \begin_inset ERT
5200 status collapsed
5201
5202 \begin_layout Plain Layout
5203
5204
5205 \backslash
5206 spce 
5207 \end_layout
5208
5209 \end_inset
5210
5211 2
5212 \series bold
5213 ×
5214 \series default
5215 2
5216 \begin_inset space \thinspace{}
5217 \end_inset
5218
5219 matrix
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5229 0 & \textrm{-}\mathrm{i}\\
5230 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5231 \end_inset
5232
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \backslash
5246 pmatrix
5247 \begin_inset ERT
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251
5252
5253 \backslash
5254 spce 
5255 \end_layout
5256
5257 \end_inset
5258
5259 2
5260 \series bold
5261 ×
5262 \series default
5263 2
5264 \begin_inset space \thinspace{}
5265 \end_inset
5266
5267 matrix
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5277 0 & \textrm{-}\mathrm{i}\\
5278 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 </lyxtabular>
5288
5289 \end_inset
5290
5291
5292 \begin_inset space \hfill{}
5293 \end_inset
5294
5295
5296 \begin_inset Tabular
5297 <lyxtabular version="3" rows="4" columns="2">
5298 <features>
5299 <column alignment="center" valignment="top" width="0">
5300 <column alignment="center" valignment="top" width="0">
5301 <row>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 コマンド
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 出力
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \backslash
5328 vmatrix
5329 \begin_inset ERT
5330 status collapsed
5331
5332 \begin_layout Plain Layout
5333
5334
5335 \backslash
5336 spce 
5337 \end_layout
5338
5339 \end_inset
5340
5341 2
5342 \series bold
5343 ×
5344 \series default
5345 2
5346 \begin_inset space \thinspace{}
5347 \end_inset
5348
5349 matrix
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5359 0 & \textrm{-}\mathrm{i}\\
5360 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 <row>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374
5375 \backslash
5376 Vmatrix
5377 \begin_inset ERT
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381
5382
5383 \backslash
5384 spce 
5385 \end_layout
5386
5387 \end_inset
5388
5389 2
5390 \series bold
5391 ×
5392 \series default
5393 2
5394 \begin_inset space \thinspace{}
5395 \end_inset
5396
5397 matrix
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5407 0 & \textrm{-}\mathrm{i}\\
5408 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 </row>
5417 <row>
5418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422
5423 \backslash
5424 matrix
5425 \begin_inset ERT
5426 status collapsed
5427
5428 \begin_layout Plain Layout
5429
5430
5431 \backslash
5432 spce 
5433 \end_layout
5434
5435 \end_inset
5436
5437 2
5438 \series bold
5439 ×
5440 \series default
5441 2
5442 \begin_inset space \thinspace{}
5443 \end_inset
5444
5445 matrix
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5455 0 & \textrm{-}\mathrm{i}\\
5456 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 </lyxtabular>
5466
5467 \end_inset
5468
5469
5470 \begin_inset space \hfill{}
5471 \end_inset
5472
5473
5474 \end_layout
5475
5476 \begin_layout Standard
5477 \begin_inset VSpace medskip
5478 \end_inset
5479
5480 たとえば
5481 \series bold
5482
5483 \backslash
5484 vmatrix
5485 \series default
5486 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5487 \end_layout
5488
5489 \begin_layout Standard
5490 \begin_inset VSpace bigskip
5491 \end_inset
5492
5493 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5494 \begin_inset CommandInset ref
5495 LatexCommand ref
5496 reference "sub:列間"
5497
5498 \end_inset
5499
5500 節に説明されている距離
5501 \series bold
5502
5503 \backslash
5504 arraycolsep
5505 \series default
5506
5507 \begin_inset Index
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511 こまんど@コマンド ! A ! 
5512 \backslash
5513 arraycolsep
5514 \end_layout
5515
5516 \end_inset
5517
5518 をここでも使用することができます。
5519 \end_layout
5520
5521 \begin_layout Standard
5522 行間隔を変更するには、
5523 \series bold
5524
5525 \backslash
5526 arraystretch
5527 \series default
5528
5529 \begin_inset Index
5530 status collapsed
5531
5532 \begin_layout Plain Layout
5533 こまんど@コマンド ! A ! 
5534 \backslash
5535 arraystretch
5536 \end_layout
5537
5538 \end_inset
5539
5540 コマンドを使用します。以下のようにして使用します。
5541 \end_layout
5542
5543 \begin_layout Standard
5544
5545 \series bold
5546
5547 \backslash
5548 renewcommand{
5549 \backslash
5550 arraystretch}{伸長因子}
5551 \begin_inset Index
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 こまんど@コマンド ! R ! 
5556 \backslash
5557 renewcommand
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \begin_layout Standard
5566
5567 \series bold
5568
5569 \backslash
5570 renewcommand
5571 \series default
5572 コマンドは、伸長因子を定義済みの
5573 \series bold
5574
5575 \backslash
5576 arraystretch
5577 \series default
5578 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5579 は、
5580 \series bold
5581
5582 \backslash
5583 arraystretch
5584 \series default
5585 に因子1を割り当てて下さい。
5586 \end_layout
5587
5588 \begin_layout Standard
5589 本文行中に行列を入れるには、
5590 \series bold
5591
5592 \backslash
5593 smallmatrix
5594 \series default
5595
5596 \begin_inset Index
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600 こまんど@コマンド ! S ! 
5601 \backslash
5602 smallmatrix
5603 \end_layout
5604
5605 \end_inset
5606
5607 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5608 \end_layout
5609
5610 \begin_layout Standard
5611 これは、本文行中の行列
5612 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5613 C & D\end{smallmatrix}\right)$
5614 \end_inset
5615
5616 です。
5617 \end_layout
5618
5619 \begin_layout Section
5620 括弧と区分記号
5621 \begin_inset Index
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 かっこ@括弧
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \begin_inset Index
5632 status collapsed
5633
5634 \begin_layout Plain Layout
5635 くぶんきごう@区分記号
5636 \end_layout
5637
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \begin_layout Subsection
5644 垂直括弧と区分記号
5645 \begin_inset Index
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649 かっこ@括弧 ! すいちょく@垂直
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset space \hfill{}
5659 \end_inset
5660
5661
5662 \begin_inset Tabular
5663 <lyxtabular version="3" rows="9" columns="2">
5664 <features>
5665 <column alignment="center" valignment="top" width="0pt">
5666 <column alignment="center" valignment="top" width="0pt">
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 コマンド
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 出力
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 </row>
5687 <row>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 (
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Formula $($
5702 \end_inset
5703
5704
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 {
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 \begin_inset Formula $\{$
5725 \end_inset
5726
5727
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 </row>
5733 <row>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 [
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 \begin_inset Formula $[$
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761
5762 \backslash
5763 langle
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 \begin_inset Formula $\langle$
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \backslash
5788 lceil
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $\lceil$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \backslash
5813 lfloor
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $\lfloor$
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 /
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 \begin_inset Formula $/$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $|$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 \begin_inset Formula $|$
5872 \end_inset
5873
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 </lyxtabular>
5881
5882 \end_inset
5883
5884
5885 \begin_inset space \hfill{}
5886 \end_inset
5887
5888
5889 \begin_inset Tabular
5890 <lyxtabular version="3" rows="9" columns="2">
5891 <features>
5892 <column alignment="center" valignment="top" width="0pt">
5893 <column alignment="center" valignment="top" width="0pt">
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 コマンド
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 出力
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 )
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 \begin_inset Formula $)$
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 </row>
5937 <row>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 }
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 \begin_inset Formula $\}$
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 ]
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 \begin_inset Formula $]$
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988
5989 \backslash
5990 rangle
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 \begin_inset Formula $\rangle$
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013
6014 \backslash
6015 rceil
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 \begin_inset Formula $\rceil$
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 <row>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038
6039 \backslash
6040 rfloor
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 \begin_inset Formula $\rfloor$
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 </row>
6058 <row>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \backslash
6065
6066 \backslash
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $\backslash$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090
6091 \backslash
6092
6093 \begin_inset Formula $|$
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 \begin_inset Formula $\|$
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 </lyxtabular>
6115
6116 \end_inset
6117
6118
6119 \begin_inset space \hfill{}
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \begin_layout Standard
6126 \begin_inset Note Greyedout
6127 status open
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132 (注意)
6133 \series default
6134 TeXモードでは、
6135 \backslash
6136
6137 \backslash
6138 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6139 \series bold
6140
6141 \backslash
6142 textbackslash
6143 \series default
6144
6145 \begin_inset Index
6146 status collapsed
6147
6148 \begin_layout Plain Layout
6149 こまんど@コマンド! T ! 
6150 \backslash
6151 textbackslash
6152 \end_layout
6153
6154 \end_inset
6155
6156 を使わなくてはなりません。
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Standard
6165 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6166 \series bold
6167
6168 \backslash
6169 langle
6170 \series default
6171
6172 \series bold
6173
6174 \backslash
6175 rangle
6176 \series default
6177 コマンドを使用せずに
6178 \begin_inset Formula $<$
6179 \end_inset
6180
6181
6182 \begin_inset Formula $>$
6183 \end_inset
6184
6185 の文字を直接使用することができます。
6186 \end_layout
6187
6188 \begin_layout Subsubsection
6189 手動の括弧丈
6190 \begin_inset CommandInset label
6191 LatexCommand label
6192 name "sub:手動の括弧丈"
6193
6194 \end_inset
6195
6196
6197 \begin_inset Index
6198 status collapsed
6199
6200 \begin_layout Plain Layout
6201 かっこたけ@括弧丈 ! しゅどう@手動
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Standard
6210 括弧の丈は、LaTeXコマンドの
6211 \series bold
6212
6213 \backslash
6214 big
6215 \series default
6216
6217 \begin_inset Index
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221 こまんど@コマンド ! B ! 
6222 \backslash
6223 big
6224 \end_layout
6225
6226 \end_inset
6227
6228
6229 \series bold
6230
6231 \backslash
6232 Big
6233 \series default
6234
6235 \series bold
6236
6237 \backslash
6238 bigg
6239 \series default
6240 および
6241 \series bold
6242
6243 \backslash
6244 Bigg
6245 \series default
6246 を使って、手動で指定することができます。
6247 \series bold
6248
6249 \backslash
6250 big
6251 \series default
6252 が最小の大きさであり、
6253 \series bold
6254
6255 \backslash
6256 Bigg
6257 \series default
6258 が最大の括弧丈になります。
6259 \end_layout
6260
6261 \begin_layout Standard
6262 これらのコマンドは、括弧の階層を強調するのに使われます。
6263 \end_layout
6264
6265 \begin_layout Standard
6266 \align center
6267 \begin_inset Tabular
6268 <lyxtabular version="3" rows="2" columns="2">
6269 <features>
6270 <column alignment="center" valignment="top" width="0pt">
6271 <column alignment="center" valignment="top" width="0pt">
6272 <row>
6273 <cell alignment="center" valignment="top" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 すべての括弧が同じ大きさ:
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 こちらの方が良い:
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 </row>
6318 </lyxtabular>
6319
6320 \end_inset
6321
6322
6323 \begin_inset Note Note
6324 status collapsed
6325
6326 \begin_layout Plain Layout
6327 ここで
6328 \series bold
6329
6330 \backslash
6331 raisebox
6332 \series default
6333 はスペーサーとして使用しているだけです。
6334 \end_layout
6335
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \begin_layout Standard
6342 二つ目の数式では、
6343 \series bold
6344
6345 \backslash
6346 Big((A+B)(A-B)
6347 \backslash
6348 Big)^
6349 \begin_inset ERT
6350 status collapsed
6351
6352 \begin_layout Plain Layout
6353
6354
6355 \backslash
6356 spce 
6357 \end_layout
6358
6359 \end_inset
6360
6361 C
6362 \series default
6363 というコマンドが使われています。
6364 \end_layout
6365
6366 \begin_layout Standard
6367 以下は、すべての括弧丈の羅列です。
6368 \end_layout
6369
6370 \begin_layout Standard
6371 \align center
6372
6373 \backslash
6374 Bigg(
6375 \backslash
6376 exp
6377 \backslash
6378 bigg
6379 \begin_inset Formula $<$
6380 \end_inset
6381
6382
6383 \backslash
6384 Big[
6385 \backslash
6386 big{
6387 \backslash
6388 ln(3x)
6389 \backslash
6390 big}^2
6391 \begin_inset ERT
6392 status collapsed
6393
6394 \begin_layout Plain Layout
6395
6396
6397 \backslash
6398 spce 
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \backslash
6405 sin(x)
6406 \backslash
6407 Big]^
6408 \begin_inset ERT
6409 status collapsed
6410
6411 \begin_layout Plain Layout
6412
6413
6414 \backslash
6415 spce 
6416 \end_layout
6417
6418 \end_inset
6419
6420 A
6421 \begin_inset ERT
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425
6426
6427 \backslash
6428 spce 
6429 \end_layout
6430
6431 \end_inset
6432
6433
6434 \backslash
6435 bigg
6436 \begin_inset Formula $>$
6437 \end_inset
6438
6439
6440 \backslash
6441 Bigg)^0,5
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \align center
6446 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Standard
6453
6454 \series bold
6455
6456 \backslash
6457 big
6458 \series default
6459 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6460 \series bold
6461
6462 \backslash
6463 bigm
6464 \series default
6465
6466 \begin_inset Index
6467 status collapsed
6468
6469 \begin_layout Plain Layout
6470 こまんど@コマンド ! B ! 
6471 \backslash
6472 bigm
6473 \end_layout
6474
6475 \end_inset
6476
6477 という派生型と、空白を追加しない
6478 \series bold
6479
6480 \backslash
6481 bigl
6482 \series default
6483 -
6484 \series bold
6485
6486 \backslash
6487 bigr
6488 \series default
6489
6490 \begin_inset Index
6491 status collapsed
6492
6493 \begin_layout Plain Layout
6494 こまんど@コマンド ! B ! 
6495 \backslash
6496 bigl - 
6497 \backslash
6498 bigr
6499 \end_layout
6500
6501 \end_inset
6502
6503 派生型があります。
6504 \series bold
6505
6506 \backslash
6507 bigl
6508 \series default
6509 コマンドの最後の
6510 \emph on
6511 l
6512 \emph default
6513 は、左括弧であることを示し、右括弧の場合には、
6514 \emph on
6515 l
6516 \emph default
6517 の代わりに
6518 \emph on
6519 r
6520 \emph default
6521 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6522 \end_layout
6523
6524 \begin_layout Standard
6525 以下の表は、これらの派生型の比較です。
6526 \end_layout
6527
6528 \begin_layout Standard
6529 \align center
6530 \begin_inset Tabular
6531 <lyxtabular version="3" rows="5" columns="2">
6532 <features>
6533 <column alignment="center" valignment="middle" width="0">
6534 <column alignment="center" valignment="middle" width="0">
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 コマンド
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 出力
6550 \begin_inset Note Note
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 ここで
6555 \series bold
6556
6557 \backslash
6558 raisebox
6559 \series default
6560 はスペーサーとして使用しているだけです。
6561 \end_layout
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 </row>
6571 <row>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576
6577 \backslash
6578 Bigm(
6579 \backslash
6580 bigm(
6581 \backslash
6582 ln(3x)
6583 \backslash
6584 bigm)^2
6585 \series bold
6586
6587 \begin_inset ERT
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591
6592
6593 \backslash
6594 spce 
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \series default
6601
6602 \backslash
6603 Bigm)
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 </row>
6621 <row>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626
6627 \backslash
6628 Big(
6629 \backslash
6630 big(
6631 \backslash
6632 ln(3x)
6633 \backslash
6634 big)^2
6635 \series bold
6636
6637 \begin_inset ERT
6638 status collapsed
6639
6640 \begin_layout Plain Layout
6641
6642
6643 \backslash
6644 spce 
6645 \end_layout
6646
6647 \end_inset
6648
6649
6650 \series default
6651
6652 \backslash
6653 Big)
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \backslash
6678 Bigl(
6679 \backslash
6680 bigl(
6681 \backslash
6682 ln(3x)
6683 \backslash
6684 bigr)^2
6685 \series bold
6686
6687 \begin_inset ERT
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691
6692
6693 \backslash
6694 spce 
6695 \end_layout
6696
6697 \end_inset
6698
6699
6700 \series default
6701
6702 \backslash
6703 Bigr)
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6713 \end_inset
6714
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \backslash
6728 bigl)
6729 \backslash
6730 ln(3x)
6731 \backslash
6732 bigr(
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 </lyxtabular>
6751
6752 \end_inset
6753
6754
6755 \end_layout
6756
6757 \begin_layout Subsubsection
6758 自動の括弧丈
6759 \begin_inset CommandInset label
6760 LatexCommand label
6761 name "sub:自動の括弧丈"
6762
6763 \end_inset
6764
6765
6766 \begin_inset Index
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 かっこたけ@括弧丈 ! じどう@自動
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \begin_layout Standard
6779 可変の丈を持つ括弧は、
6780 \series bold
6781
6782 \backslash
6783 left
6784 \series default
6785
6786 \begin_inset Index
6787 status collapsed
6788
6789 \begin_layout Plain Layout
6790 こまんど@コマンド ! L ! 
6791 \backslash
6792 left
6793 \end_layout
6794
6795 \end_inset
6796
6797 コマンドおよび
6798 \series bold
6799
6800 \backslash
6801 right
6802 \series default
6803
6804 \begin_inset Index
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808 こまんど@コマンド ! R ! 
6809 \backslash
6810 right
6811 \end_layout
6812
6813 \end_inset
6814
6815 コマンド、あるいは数式ツールバーボタンの
6816 \begin_inset Graphics
6817         filename ../../images/dialog-show_mathdelimiter.png
6818         scale 85
6819
6820 \end_inset
6821
6822 で挿入することができます。
6823 \series bold
6824
6825 \backslash
6826 left
6827 \series default
6828 および
6829 \series bold
6830
6831 \backslash
6832 right
6833 \series default
6834 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6835 \end_layout
6836
6837 \begin_layout Standard
6838 \align center
6839 通常の括弧:
6840 \series bold
6841
6842 \backslash
6843 ln(
6844 \backslash
6845 frac
6846 \begin_inset ERT
6847 status collapsed
6848
6849 \begin_layout Plain Layout
6850
6851
6852 \backslash
6853 spce 
6854 \end_layout
6855
6856 \end_inset
6857
6858 A
6859 \begin_inset Formula $\downarrow$
6860 \end_inset
6861
6862 C
6863 \begin_inset ERT
6864 status collapsed
6865
6866 \begin_layout Plain Layout
6867
6868
6869 \backslash
6870 spce 
6871 \end_layout
6872
6873 \end_inset
6874
6875 )
6876 \series default
6877 というコマンドは
6878 \begin_inset Formula \[
6879 \ln(\frac{A}{C})\]
6880
6881 \end_inset
6882
6883 を生成します。
6884 \end_layout
6885
6886 \begin_layout Standard
6887 \align center
6888 複数行の括弧:
6889 \series bold
6890
6891 \backslash
6892 ln
6893 \backslash
6894 left(
6895 \backslash
6896 frac
6897 \begin_inset ERT
6898 status collapsed
6899
6900 \begin_layout Plain Layout
6901
6902
6903 \backslash
6904 spce 
6905 \end_layout
6906
6907 \end_inset
6908
6909 A
6910 \begin_inset Formula $\downarrow$
6911 \end_inset
6912
6913 C
6914 \begin_inset ERT
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918
6919
6920 \backslash
6921 spce 
6922 \end_layout
6923
6924 \end_inset
6925
6926
6927 \backslash
6928 right)
6929 \series default
6930 というコマンドは
6931 \begin_inset Formula \[
6932 \ln\left(\frac{A}{C}\right)\]
6933
6934 \end_inset
6935
6936 を生成します。
6937 \end_layout
6938
6939 \begin_layout Standard
6940
6941 \series bold
6942
6943 \backslash
6944 left
6945 \series default
6946
6947 \series bold
6948
6949 \backslash
6950 right
6951 \series default
6952 の代わりに、短絡キー
6953 \family sans
6954 Alt+M
6955 \begin_inset space ~
6956 \end_inset
6957
6958 括弧
6959 \family default
6960 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6961 \begin_inset Newline newline
6962 \end_inset
6963
6964 すると、先ほどの例を作るコマンドは
6965 \series bold
6966
6967 \backslash
6968 ln Alt+M
6969 \series default
6970  
6971 \series bold
6972 (
6973 \backslash
6974 frac
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980
6981 \backslash
6982 spce 
6983 \end_layout
6984
6985 \end_inset
6986
6987 A
6988 \begin_inset Formula $\downarrow$
6989 \end_inset
6990
6991 C
6992 \series default
6993 となります。
6994 \end_layout
6995
6996 \begin_layout Standard
6997 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6998 \series bold
6999
7000 \backslash
7001 left.
7002 \backslash
7003 frac
7004 \begin_inset ERT
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008
7009
7010 \backslash
7011 spce 
7012 \end_layout
7013
7014 \end_inset
7015
7016 A
7017 \begin_inset Formula $\downarrow$
7018 \end_inset
7019
7020 B
7021 \begin_inset ERT
7022 status collapsed
7023
7024 \begin_layout Plain Layout
7025
7026
7027 \backslash
7028 spce 
7029 \end_layout
7030
7031 \end_inset
7032
7033
7034 \backslash
7035 right}
7036 \series default
7037 というコマンドは
7038 \series bold
7039
7040 \begin_inset Formula \[
7041 \left.\frac{A}{B}\right\} \]
7042
7043 \end_inset
7044
7045 を生成します。
7046 \backslash
7047 left
7048 \series default
7049 コマンドおよび
7050 \series bold
7051
7052 \backslash
7053 right
7054 \series default
7055 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7056 \end_layout
7057
7058 \begin_layout Standard
7059 \begin_inset VSpace bigskip
7060 \end_inset
7061
7062 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7063 \series bold
7064
7065 \backslash
7066 middle
7067 \series default
7068
7069 \begin_inset Index
7070 status collapsed
7071
7072 \begin_layout Plain Layout
7073 こまんど@コマンド ! M ! 
7074 \backslash
7075 middle
7076 \end_layout
7077
7078 \end_inset
7079
7080 コマンドも使用することができます
7081 \begin_inset Foot
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085
7086 \series bold
7087 (訳註)
7088 \series default
7089 pLaTeXでは、標準では
7090 \series bold
7091
7092 \backslash
7093 middle
7094 \series default
7095 コマンドは使えません。よって、以下の例では「
7096 \series bold
7097
7098 \backslash
7099 middle
7100 \series default
7101
7102 \begin_inset Formula $|$
7103 \end_inset
7104
7105 」の代わりに「
7106 \series bold
7107
7108 \backslash
7109 biggm
7110 \series default
7111
7112 \begin_inset Formula $|$
7113 \end_inset
7114
7115 」を用いています。
7116 \end_layout
7117
7118 \end_inset
7119
7120 。このコマンドでは、物理ベクトル
7121 \begin_inset Formula \[
7122 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7123
7124 \end_inset
7125
7126 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7127 \begin_inset CommandInset ref
7128 LatexCommand ref
7129 reference "sub:物理ベクトル"
7130
7131 \end_inset
7132
7133 節に説明されているように特殊なLaTeXパッケージがあります。
7134 \end_layout
7135
7136 \begin_layout Subsection
7137 水平括弧
7138 \begin_inset Index
7139 status collapsed
7140
7141 \begin_layout Plain Layout
7142 かっこ@括弧 ! すいへい@水平
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \begin_layout Standard
7151 \align center
7152 \begin_inset Tabular
7153 <lyxtabular version="3" rows="4" columns="2">
7154 <features>
7155 <column alignment="center" valignment="top" width="0pt">
7156 <column alignment="center" valignment="top" width="0pt">
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 コマンド
7163 \begin_inset Note Note
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167 ここで
7168 \series bold
7169
7170 \backslash
7171 raisebox
7172 \series default
7173 はスペーサーとして使用しているだけです。
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 出力
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 raisebox{2.3mm}{
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \backslash
7212 overbrace
7213 \begin_inset ERT
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217
7218
7219 \backslash
7220 spce 
7221 \end_layout
7222
7223 \end_inset
7224
7225 A+B
7226 \begin_inset ERT
7227 status collapsed
7228
7229 \begin_layout Plain Layout
7230
7231
7232 \backslash
7233 spce 
7234 \end_layout
7235
7236 \end_inset
7237
7238 ^
7239 \begin_inset ERT
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243
7244
7245 \backslash
7246 spce 
7247 \end_layout
7248
7249 \end_inset
7250
7251 3
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257 }
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \begin_inset Index
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267 こまんど@コマンド ! O ! 
7268 \backslash
7269 overbrace
7270 \end_layout
7271
7272 \end_inset
7273
7274
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 \begin_inset Formula $\overbrace{A+B}^{3}$
7284 \end_inset
7285
7286
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 raisebox{-2.2mm}{
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \backslash
7311 underbrace
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 spce 
7320 \end_layout
7321
7322 \end_inset
7323
7324 A+B
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 spce 
7333 \end_layout
7334
7335 \end_inset
7336
7337 _5
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343 }
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Index
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353 こまんど@コマンド ! U ! 
7354 \backslash
7355 underbrace
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 \begin_inset Formula $\underbrace{A+B}_{5}$
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \backslash
7385 overbrace
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \backslash
7400 underbrace
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 A+B_w
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 spce 
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 spce 
7435 \end_layout
7436
7437 \end_inset
7438
7439 _7
7440 \begin_inset ERT
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444
7445
7446 \backslash
7447 spce 
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \begin_inset ERT
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457
7458
7459 \backslash
7460 spce 
7461 \end_layout
7462
7463 \end_inset
7464
7465 ^
7466 \begin_inset ERT
7467 status collapsed
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 spce 
7474 \end_layout
7475
7476 \end_inset
7477
7478 C
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7488 \end_inset
7489
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 </lyxtabular>
7497
7498 \end_inset
7499
7500
7501 \end_layout
7502
7503 \begin_layout Standard
7504 最後の例では、
7505 \series bold
7506
7507 \backslash
7508 overbrace
7509 \series default
7510 が先に挿入されようが
7511 \series bold
7512
7513 \backslash
7514 underbrace
7515 \series default
7516 が先に挿入されようが代わりはありません。
7517 \end_layout
7518
7519 \begin_layout Standard
7520 \begin_inset VSpace bigskip
7521 \end_inset
7522
7523 括弧をお互いに重ねる必要がある場合には、第
7524 \begin_inset CommandInset ref
7525 LatexCommand ref
7526 reference "sec:多行数式"
7527
7528 \end_inset
7529
7530 節に説明されているように、次のような多行数式を使わなくてはなりません。
7531 \begin_inset Formula \begin{eqnarray*}
7532 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7533  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7534
7535 \end_inset
7536
7537 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7538 \begin_inset Foot
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542 空白コマンドは第
7543 \begin_inset CommandInset ref
7544 LatexCommand ref
7545 reference "sub:定義済みの空白"
7546
7547 \end_inset
7548
7549 章に説明があります。
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \series bold
7556
7557 \backslash
7558 :
7559 \series default
7560 を最初の
7561 \begin_inset Formula $d$
7562 \end_inset
7563
7564 の前に挿入しておくことが重要です。さもないと、
7565 \begin_inset Formula $q$
7566 \end_inset
7567
7568 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7569 \begin_inset Foot
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 これは、括弧が文字として取り扱われないためです。第
7574 \begin_inset CommandInset ref
7575 LatexCommand ref
7576 reference "sub:二項演算子"
7577
7578 \end_inset
7579
7580 章参照。
7581 \end_layout
7582
7583 \end_inset
7584
7585 ためです。二行目には、二つめの括弧が挿入されています。
7586 \begin_inset Formula $b$
7587 \end_inset
7588
7589 の直前から始まるようにするために、まず
7590 \series bold
7591
7592 \backslash
7593 hphantom{gggg+
7594 \backslash
7595 :}
7596 \series default
7597 というコマンド
7598 \begin_inset Foot
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602
7603 \series bold
7604
7605 \backslash
7606 hphantom
7607 \series default
7608 に関する詳細は、第
7609 \begin_inset CommandInset ref
7610 LatexCommand ref
7611 reference "sub:空打ち文字"
7612
7613 \end_inset
7614
7615 章を参照してください。
7616 \end_layout
7617
7618 \end_inset
7619
7620 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7621 \series bold
7622
7623 \backslash
7624 hphantom{bbqq+dddd}
7625 \series default
7626 コマンドの下に置きます。
7627 \end_layout
7628
7629 \begin_layout Standard
7630 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7631 \begin_inset ERT
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635
7636
7637 \backslash
7638 setlength{
7639 \backslash
7640 jot}{-6pt}
7641 \end_layout
7642
7643 \end_inset
7644
7645
7646 \begin_inset Formula \begin{eqnarray*}
7647  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7648 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7649
7650 \end_inset
7651
7652
7653 \begin_inset ERT
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657
7658
7659 \backslash
7660 setlength{
7661 \backslash
7662 jot}{3pt}
7663 \end_layout
7664
7665 \end_inset
7666
7667 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7668 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7669 \begin_inset Foot
7670 status collapsed
7671
7672 \begin_layout Plain Layout
7673 \begin_inset CommandInset href
7674 LatexCommand href
7675 name "LyX-bug #1505"
7676 target "http://www.lyx.org/trac/ticket/1505"
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \end_inset
7684
7685 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7686 \series bold
7687 setlength{
7688 \backslash
7689 jot}{-6pt}
7690 \series default
7691 というコマンドを入れて、大域的な数式行間
7692 \series bold
7693
7694 \backslash
7695 jot
7696 \series default
7697
7698 \begin_inset Index
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702 こまんど@コマンド ! J ! 
7703 \backslash
7704 jot
7705 \end_layout
7706
7707 \end_inset
7708
7709 を-6
7710 \begin_inset space \thinspace{}
7711 \end_inset
7712
7713 ptに変更しなくてはなりません。
7714 \series bold
7715
7716 \backslash
7717 jot
7718 \series default
7719 は、数式直後に同様のコマンドを使って標準値の3
7720 \begin_inset space \thinspace{}
7721 \end_inset
7722
7723 ptに戻します。数式中の行間について、詳しくは第
7724 \begin_inset CommandInset ref
7725 LatexCommand ref
7726 reference "sub:行間"
7727
7728 \end_inset
7729
7730 章に説明があります。
7731 \end_layout
7732
7733 \begin_layout Section
7734 矢印
7735 \begin_inset Index
7736 status collapsed
7737
7738 \begin_layout Plain Layout
7739 やじるし@矢印
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \begin_layout Standard
7748 矢印は、数式ツールバーボタンの
7749 \begin_inset Graphics
7750         filename ../../images/math/leftarrow.png
7751         scale 85
7752
7753 \end_inset
7754
7755 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7756 \end_layout
7757
7758 \begin_layout Standard
7759 \begin_inset Newpage newpage
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \begin_layout Subsection
7766 水平矢印
7767 \begin_inset Index
7768 status collapsed
7769
7770 \begin_layout Plain Layout
7771 やじるし@矢印 ! すいへい@水平
7772 \end_layout
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \begin_layout Standard
7780 \begin_inset space \hfill{}
7781 \end_inset
7782
7783
7784 \begin_inset Tabular
7785 <lyxtabular version="3" rows="8" columns="2">
7786 <features>
7787 <column alignment="center" valignment="top" width="0pt">
7788 <column alignment="center" valignment="top" width="0pt">
7789 <row>
7790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 コマンド
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 出力
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 </row>
7809 <row>
7810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \backslash
7816 gets
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 \begin_inset Formula $\gets$
7826 \end_inset
7827
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \backslash
7841 Leftarrow
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 \begin_inset Formula $\Leftarrow$
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \backslash
7866 longleftarrow
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 \begin_inset Formula $\longleftarrow$
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \backslash
7891 Longleftarrow
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 \begin_inset Formula $\Longleftarrow$
7901 \end_inset
7902
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \backslash
7916 leftharpoonup
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 \begin_inset Formula $\leftharpoonup$
7926 \end_inset
7927
7928
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \backslash
7941 leftharpoondown
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 \begin_inset Formula $\leftharpoondown$
7951 \end_inset
7952
7953
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \backslash
7966 hookleftarrow
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 \begin_inset Formula $\hookleftarrow$
7976 \end_inset
7977
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 </lyxtabular>
7985
7986 \end_inset
7987
7988
7989 \begin_inset space \hfill{}
7990 \end_inset
7991
7992
7993 \begin_inset Tabular
7994 <lyxtabular version="3" rows="8" columns="2">
7995 <features>
7996 <column alignment="center" valignment="top" width="0pt">
7997 <column alignment="center" valignment="top" width="0pt">
7998 <row>
7999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 コマンド
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 出力
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \backslash
8025 to
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 \begin_inset Formula $\to$
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row>
8044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \backslash
8050 Rightarrow
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 \begin_inset Formula $\Rightarrow$
8060 \end_inset
8061
8062
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \backslash
8075 longrightarrow
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 \begin_inset Formula $\longrightarrow$
8085 \end_inset
8086
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \backslash
8100 Longrightarrow
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 \begin_inset Formula $\Longrightarrow$
8110 \end_inset
8111
8112
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \backslash
8125 rightharpoonup
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 \begin_inset Formula $\rightharpoonup$
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \backslash
8150 rightharpoondown
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 \begin_inset Formula $\rightharpoondown$
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 hookrightarrow
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\hookrightarrow$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 </lyxtabular>
8194
8195 \end_inset
8196
8197
8198 \begin_inset space \hfill{}
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \begin_layout Standard
8205 \begin_inset space \hfill{}
8206 \end_inset
8207
8208
8209 \begin_inset Tabular
8210 <lyxtabular version="3" rows="6" columns="2">
8211 <features>
8212 <column alignment="center" valignment="top" width="0pt">
8213 <column alignment="center" valignment="top" width="0pt">
8214 <row>
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 コマンド
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 出力
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \backslash
8241 leftrightarrow
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 \begin_inset Formula $\leftrightarrow$
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \backslash
8266 Leftrightarrow
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 \begin_inset Formula $\Leftrightarrow$
8276 \end_inset
8277
8278
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \backslash
8291 longleftrightarrow
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 \begin_inset Formula $\longleftrightarrow$
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \backslash
8316 Longleftrightarrow
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 \begin_inset Formula $\Longleftrightarrow$
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \backslash
8341 rightleftharpoons
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 \begin_inset Formula $\rightleftharpoons$
8351 \end_inset
8352
8353
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 </lyxtabular>
8360
8361 \end_inset
8362
8363
8364 \begin_inset space \hspace{}
8365 \length 25pt
8366 \end_inset
8367
8368
8369 \begin_inset space \hfill{}
8370 \end_inset
8371
8372
8373 \begin_inset Tabular
8374 <lyxtabular version="3" rows="5" columns="2">
8375 <features>
8376 <column alignment="center" valignment="top" width="0pt">
8377 <column alignment="center" valignment="top" width="0pt">
8378 <row>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 コマンド
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 出力
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \backslash
8405 mapsto
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 \begin_inset Formula $\mapsto$
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430 longmapsto
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 \begin_inset Formula $\longmapsto$
8440 \end_inset
8441
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \backslash
8455 leadsto
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 \begin_inset Formula $\leadsto$
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \backslash
8480 dasharrow
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 \begin_inset Formula $\dasharrow$
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 </lyxtabular>
8499
8500 \end_inset
8501
8502
8503 \begin_inset space \hfill{}
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \begin_layout Standard
8510 \begin_inset VSpace medskip
8511 \end_inset
8512
8513 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8514 \begin_inset CommandInset ref
8515 LatexCommand ref
8516 reference "sec:アクセント"
8517
8518 \end_inset
8519
8520 節に一覧があります。
8521 \end_layout
8522
8523 \begin_layout Standard
8524 \begin_inset VSpace bigskip
8525 \end_inset
8526
8527 さらに、ラベル付き矢印
8528 \begin_inset Index
8529 status collapsed
8530
8531 \begin_layout Plain Layout
8532 やじるし@矢印 ! らべるつき@ラベル付き
8533 \end_layout
8534
8535 \end_inset
8536
8537 として、
8538 \series bold
8539
8540 \backslash
8541 xleftarrow
8542 \series default
8543
8544 \begin_inset Index
8545 status collapsed
8546
8547 \begin_layout Plain Layout
8548 こまんど@コマンド ! X ! 
8549 \backslash
8550 xleftarrow
8551 \end_layout
8552
8553 \end_inset
8554
8555
8556 \series bold
8557
8558 \backslash
8559 xrightarrow
8560 \series default
8561
8562 \begin_inset Index
8563 status collapsed
8564
8565 \begin_layout Plain Layout
8566 こまんど@コマンド ! X ! 
8567 \backslash
8568 xrightarrow
8569 \begin_inset ERT
8570 status collapsed
8571
8572 \begin_layout Plain Layout
8573
8574
8575 \backslash
8576 vspace{4mm}
8577 \end_layout
8578
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585
8586 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8587 ます。
8588 \end_layout
8589
8590 \begin_layout Standard
8591 \align center
8592 \begin_inset Tabular
8593 <lyxtabular version="3" rows="3" columns="2">
8594 <features>
8595 <column alignment="center" valignment="top" width="0pt">
8596 <column alignment="center" valignment="top" width="0pt">
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 コマンド
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 出力
8612 \begin_inset Note Note
8613 status collapsed
8614
8615 \begin_layout Plain Layout
8616 ここで
8617 \series bold
8618
8619 \backslash
8620 raisebox
8621 \series default
8622 はスペーサーとして使用しているだけです。
8623 \end_layout
8624
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 F(a)
8639 \backslash
8640 xleftarrow
8641 \begin_inset ERT
8642 status collapsed
8643
8644 \begin_layout Plain Layout
8645
8646
8647 \backslash
8648 spce 
8649 \end_layout
8650
8651 \end_inset
8652
8653 x=a
8654 \begin_inset Formula $\downarrow$
8655 \end_inset
8656
8657 x
8658 \begin_inset Formula $>$
8659 \end_inset
8660
8661 0
8662 \begin_inset Formula $\to$
8663 \end_inset
8664
8665 F(x)
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 F(x)
8689 \backslash
8690 xrightarrow
8691 \begin_inset ERT
8692 status collapsed
8693
8694 \begin_layout Plain Layout
8695
8696
8697 \backslash
8698 spce 
8699 \end_layout
8700
8701 \end_inset
8702
8703 x=a
8704 \begin_inset Formula $\downarrow$
8705 \end_inset
8706
8707 x
8708 \begin_inset Formula $>$
8709 \end_inset
8710
8711 0
8712 \begin_inset Formula $\to$
8713 \end_inset
8714
8715 F(a)
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 </lyxtabular>
8734
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \begin_layout Subsection
8741 垂直矢印および対角矢印
8742 \begin_inset Index
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746 やじるし@矢印 ! たいかく@対角
8747 \end_layout
8748
8749 \end_inset
8750
8751
8752 \begin_inset Index
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756 やじるし@矢印 ! すいちょく@垂直
8757 \end_layout
8758
8759 \end_inset
8760
8761
8762 \end_layout
8763
8764 \begin_layout Standard
8765 \begin_inset space \hfill{}
8766 \end_inset
8767
8768
8769 \begin_inset Tabular
8770 <lyxtabular version="3" rows="7" columns="2">
8771 <features>
8772 <column alignment="center" valignment="top" width="0pt">
8773 <column alignment="center" valignment="top" width="0pt">
8774 <row>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 コマンド
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 出力
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799
8800 \backslash
8801 uparrow
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 \begin_inset Formula $\uparrow$
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \backslash
8826 Uparrow
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 \begin_inset Formula $\Uparrow$
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \backslash
8851 updownarrow
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 \begin_inset Formula $\updownarrow$
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \backslash
8876 Updownarrow
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 \begin_inset Formula $\Updownarrow$
8886 \end_inset
8887
8888
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \backslash
8901 Downarrow
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 \begin_inset Formula $\Downarrow$
8911 \end_inset
8912
8913
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \backslash
8926 downarrow
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 \begin_inset Formula $\downarrow$
8936 \end_inset
8937
8938
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 </lyxtabular>
8945
8946 \end_inset
8947
8948
8949 \begin_inset space \hfill{}
8950 \end_inset
8951
8952
8953 \begin_inset Tabular
8954 <lyxtabular version="3" rows="5" columns="2">
8955 <features>
8956 <column alignment="center" valignment="top" width="0pt">
8957 <column alignment="center" valignment="top" width="0pt">
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 コマンド
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 出力
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \backslash
8985 nearrow
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 \begin_inset Formula $\nearrow$
8995 \end_inset
8996
8997
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \backslash
9010 searrow
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 \begin_inset Formula $\searrow$
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \backslash
9035 swarrow
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 \begin_inset Formula $\swarrow$
9045 \end_inset
9046
9047
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \backslash
9060 nwarrow
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 \begin_inset Formula $\nwarrow$
9070 \end_inset
9071
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 </lyxtabular>
9079
9080 \end_inset
9081
9082
9083 \begin_inset space \hfill{}
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \begin_layout Standard
9090 \begin_inset VSpace medskip
9091 \end_inset
9092
9093 垂直矢印は、第
9094 \begin_inset CommandInset ref
9095 LatexCommand ref
9096 reference "sub:手動の括弧丈"
9097
9098 \end_inset
9099
9100 節および第
9101 \begin_inset CommandInset ref
9102 LatexCommand ref
9103 reference "sub:自動の括弧丈"
9104
9105 \end_inset
9106
9107 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9108 \end_layout
9109
9110 \begin_layout Standard
9111 \begin_inset Newpage newpage
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Section
9118 アクセント
9119 \begin_inset CommandInset label
9120 LatexCommand label
9121 name "sec:アクセント"
9122
9123 \end_inset
9124
9125
9126 \begin_inset Index
9127 status collapsed
9128
9129 \begin_layout Plain Layout
9130 あくせんと@アクセント
9131 \end_layout
9132
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \begin_layout Standard
9139 アクセントは、数式ツールバーボタンの
9140 \begin_inset Graphics
9141         filename ../../images/math/hat.png
9142         scale 85
9143
9144 \end_inset
9145
9146 か、以下の各小節に列挙してあるコマンドで入力することができます。
9147 \end_layout
9148
9149 \begin_layout Subsection
9150 一文字に付けるアクセント
9151 \begin_inset ERT
9152 status collapsed
9153
9154 \begin_layout Plain Layout
9155
9156
9157 \backslash
9158 texorpdfstring{
9159 \end_layout
9160
9161 \end_inset
9162
9163
9164 \begin_inset Foot
9165 status collapsed
9166
9167 \begin_layout Plain Layout
9168 本文中のアクセントについては、第
9169 \begin_inset CommandInset ref
9170 LatexCommand ref
9171 reference "sub:文章中のアクセント"
9172
9173 \end_inset
9174
9175 節を参照。
9176 \end_layout
9177
9178 \end_inset
9179
9180
9181 \begin_inset ERT
9182 status collapsed
9183
9184 \begin_layout Plain Layout
9185
9186 }{}
9187 \end_layout
9188
9189 \end_inset
9190
9191
9192 \begin_inset Note Note
9193 status collapsed
9194
9195 \begin_layout Plain Layout
9196
9197 \backslash
9198 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
9199 \end_layout
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 texorpdfstringについての詳細は、第
9205 \begin_inset CommandInset ref
9206 LatexCommand ref
9207 reference "sub:節見出し中の数式"
9208
9209 \end_inset
9210
9211 節にあります。
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \begin_inset CommandInset label
9218 LatexCommand label
9219 name "sub:一文字に付けるアクセント"
9220
9221 \end_inset
9222
9223
9224 \begin_inset Index
9225 status collapsed
9226
9227 \begin_layout Plain Layout
9228 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9229 \end_layout
9230
9231 \end_inset
9232
9233
9234 \end_layout
9235
9236 \begin_layout Standard
9237 \begin_inset space \hfill{}
9238 \end_inset
9239
9240
9241 \begin_inset Tabular
9242 <lyxtabular version="3" rows="8" columns="2">
9243 <features>
9244 <column alignment="center" valignment="top" width="0pt">
9245 <column alignment="center" valignment="top" width="0pt">
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 コマンド
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 出力
9261 \begin_inset Note Note
9262 status collapsed
9263
9264 \begin_layout Plain Layout
9265 ここで
9266 \series bold
9267
9268 \backslash
9269 raisebox
9270 \series default
9271 はスペーサーとして使用しているだけです。
9272 \end_layout
9273
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \backslash
9289 dot
9290 \begin_inset ERT
9291 status collapsed
9292
9293 \begin_layout Plain Layout
9294
9295
9296 \backslash
9297 spce 
9298 \end_layout
9299
9300 \end_inset
9301
9302 A
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 ddot
9328 \begin_inset ERT
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332
9333
9334 \backslash
9335 spce 
9336 \end_layout
9337
9338 \end_inset
9339
9340 A
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9350 \end_inset
9351
9352
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \backslash
9365 dddot
9366 \begin_inset ERT
9367 status collapsed
9368
9369 \begin_layout Plain Layout
9370
9371
9372 \backslash
9373 spce 
9374 \end_layout
9375
9376 \end_inset
9377
9378 A
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \backslash
9403 ddddot{A
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9413 \end_inset
9414
9415
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \backslash
9428 vec
9429 \begin_inset ERT
9430 status collapsed
9431
9432 \begin_layout Plain Layout
9433
9434
9435 \backslash
9436 spce 
9437 \end_layout
9438
9439 \end_inset
9440
9441 A
9442 \begin_inset Index
9443 status collapsed
9444
9445 \begin_layout Plain Layout
9446
9447 \lang english
9448 Vectors
9449 \end_layout
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \backslash
9478 bar
9479 \begin_inset ERT
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483
9484
9485 \backslash
9486 spce 
9487 \end_layout
9488
9489 \end_inset
9490
9491 A
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \backslash
9516 mathring
9517 \begin_inset ERT
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521
9522
9523 \backslash
9524 spce 
9525 \end_layout
9526
9527 \end_inset
9528
9529 A
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 </lyxtabular>
9548
9549 \end_inset
9550
9551
9552 \begin_inset space \hfill{}
9553 \end_inset
9554
9555
9556 \begin_inset Tabular
9557 <lyxtabular version="3" rows="7" columns="2">
9558 <features>
9559 <column alignment="center" valignment="top" width="0pt">
9560 <column alignment="center" valignment="top" width="0pt">
9561 <row>
9562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 コマンド
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 出力
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 tilde
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 spce 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 hat
9627 \begin_inset ERT
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632
9633 \backslash
9634 spce 
9635 \end_layout
9636
9637 \end_inset
9638
9639 A
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 <row>
9658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662
9663 \backslash
9664 check
9665 \begin_inset ERT
9666 status collapsed
9667
9668 \begin_layout Plain Layout
9669
9670
9671 \backslash
9672 spce 
9673 \end_layout
9674
9675 \end_inset
9676
9677 A
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9687 \end_inset
9688
9689
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 acute
9703 \begin_inset ERT
9704 status collapsed
9705
9706 \begin_layout Plain Layout
9707
9708
9709 \backslash
9710 spce 
9711 \end_layout
9712
9713 \end_inset
9714
9715 A
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \backslash
9740 grave
9741 \begin_inset ERT
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745
9746
9747 \backslash
9748 spce 
9749 \end_layout
9750
9751 \end_inset
9752
9753 A
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 breve
9779 \begin_inset ERT
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784
9785 \backslash
9786 spce 
9787 \end_layout
9788
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 </lyxtabular>
9810
9811 \end_inset
9812
9813
9814 \begin_inset space \hfill{}
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \begin_layout Standard
9821 \begin_inset VSpace bigskip
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \begin_layout Standard
9828 \begin_inset ERT
9829 status collapsed
9830
9831 \begin_layout Plain Layout
9832
9833
9834 \backslash
9835 '{e}
9836 \end_layout
9837
9838 \end_inset
9839
9840 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9841 \begin_inset Index
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845 うむらうと@ウムラウト
9846 \end_layout
9847
9848 \end_inset
9849
9850 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9851 として取り扱います。
9852 \series bold
9853
9854 \backslash
9855 ddot
9856 \series default
9857 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9858 \end_layout
9859
9860 \begin_layout Standard
9861 \begin_inset VSpace -2mm
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \begin_layout Standard
9868 \align center
9869 \begin_inset Tabular
9870 <lyxtabular version="3" rows="3" columns="2">
9871 <features>
9872 <column alignment="center" valignment="top" width="0">
9873 <column alignment="center" valignment="top" width="0">
9874 <row>
9875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 コマンド
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 出力
9889 \begin_inset Note Note
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893 ここで
9894 \series bold
9895
9896 \backslash
9897 raisebox
9898 \series default
9899 および0ポイント空白はスペーサーとして使用しているだけです。
9900 \end_layout
9901
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Quotes grd
9916 \end_inset
9917
9918 i
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \lang ngerman
9929 \begin_inset space \hspace{}
9930 \length 0pt
9931 \end_inset
9932
9933
9934 \begin_inset Formula $"i$
9935 \end_inset
9936
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \backslash
9950 ddot
9951 \begin_inset ERT
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955
9956
9957 \backslash
9958 spce 
9959 \end_layout
9960
9961 \end_inset
9962
9963 i
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 </lyxtabular>
9982
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \begin_layout Standard
9989
9990 \series bold
9991
9992 \backslash
9993 ddot
9994 \series default
9995 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9996 \emph on
9997 数式中テキストでは使用できない
9998 \emph default
9999 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10000 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10001 \end_layout
10002
10003 \begin_layout Standard
10004 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10005 \end_layout
10006
10007 \begin_layout Subsection
10008 演算子に付けるアクセント
10009 \begin_inset Index
10010 status collapsed
10011
10012 \begin_layout Plain Layout
10013 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10014 \end_layout
10015
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \begin_layout Standard
10022
10023 \series bold
10024
10025 \backslash
10026 overset
10027 \series default
10028
10029 \begin_inset Index
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033 こまんど@コマンド ! O ! 
10034 \backslash
10035 overset
10036 \end_layout
10037
10038 \end_inset
10039
10040 コマンドや
10041 \series bold
10042
10043 \backslash
10044 underset
10045 \series default
10046
10047 \begin_inset Index
10048 status collapsed
10049
10050 \begin_layout Plain Layout
10051 こまんど@コマンド ! U ! 
10052 \backslash
10053 underset
10054 \end_layout
10055
10056 \end_inset
10057
10058 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10059 \series bold
10060
10061 \backslash
10062 sideset
10063 \series default
10064
10065 \begin_inset Index
10066 status collapsed
10067
10068 \begin_layout Plain Layout
10069 こまんど@コマンド ! S ! 
10070 \backslash
10071 sideset
10072 \end_layout
10073
10074 \end_inset
10075
10076 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10077 \end_layout
10078
10079 \begin_layout Standard
10080
10081 \series bold
10082
10083 \backslash
10084 sideset{前置文字}{後置文字}
10085 \end_layout
10086
10087 \begin_layout Standard
10088
10089 \series bold
10090
10091 \backslash
10092 sideset
10093 \series default
10094 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10095 \series bold
10096
10097 \backslash
10098 sideset
10099 \series default
10100 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10101 \end_layout
10102
10103 \begin_layout Standard
10104 たとえば、
10105 \series bold
10106
10107 \backslash
10108 sideset{
10109 \begin_inset Formula $\to$
10110 \end_inset
10111
10112
10113 \backslash
10114 {
10115 \series default
10116 '
10117 \series bold
10118
10119 \begin_inset Formula $\to$
10120 \end_inset
10121
10122
10123 \backslash
10124 sum_k=1
10125 \begin_inset ERT
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129
10130
10131 \backslash
10132 spce 
10133 \end_layout
10134
10135 \end_inset
10136
10137
10138 \series default
10139 ^
10140 \series bold
10141 n
10142 \series default
10143 というコマンドを入力すると、
10144 \begin_inset Formula \[
10145 \sideset{}{'}\sum_{k=1}^{n}\]
10146
10147 \end_inset
10148
10149 のようになります。
10150 \end_layout
10151
10152 \begin_layout Standard
10153 また、
10154 \series bold
10155
10156 \backslash
10157 overset
10158 \begin_inset ERT
10159 status collapsed
10160
10161 \begin_layout Plain Layout
10162
10163
10164 \backslash
10165 spce 
10166 \end_layout
10167
10168 \end_inset
10169
10170
10171 \backslash
10172 maltese
10173 \begin_inset ERT
10174 status collapsed
10175
10176 \begin_layout Plain Layout
10177
10178
10179 \backslash
10180 spce 
10181 \end_layout
10182
10183 \end_inset
10184
10185
10186 \series default
10187
10188 \begin_inset Formula $\uparrow$
10189 \end_inset
10190
10191
10192 \series bold
10193 a
10194 \series default
10195 というコマンドならば、
10196 \begin_inset Formula \[
10197 \overset{a}{\maltese}\]
10198
10199 \end_inset
10200
10201 のようになります。最後の例からわかるように、
10202 \series bold
10203
10204 \backslash
10205 overset
10206 \series default
10207
10208 \series bold
10209
10210 \backslash
10211 underset
10212 \series default
10213 では、記号や文字にアクセントをつけることもできます。一方、
10214 \series bold
10215
10216 \backslash
10217 sideset
10218 \series default
10219 では、このようなことはできません。
10220 \end_layout
10221
10222 \begin_layout Subsection
10223 複数の文字に付けるアクセント
10224 \begin_inset Index
10225 status collapsed
10226
10227 \begin_layout Plain Layout
10228 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10229 \end_layout
10230
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \begin_layout Standard
10237 \begin_inset space \hfill{}
10238 \end_inset
10239
10240
10241 \begin_inset Tabular
10242 <lyxtabular version="3" rows="5" columns="2">
10243 <features>
10244 <column alignment="center" valignment="top" width="0pt">
10245 <column alignment="center" valignment="top" width="0pt">
10246 <row>
10247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 コマンド
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 出力
10261 \begin_inset Note Note
10262 status collapsed
10263
10264 \begin_layout Plain Layout
10265 ここで
10266 \series bold
10267
10268 \backslash
10269 raisebox
10270 \series default
10271 はスペーサーとして使用しているだけです。
10272 \end_layout
10273
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \backslash
10289 overleftarrow
10290 \begin_inset ERT
10291 status collapsed
10292
10293 \begin_layout Plain Layout
10294
10295
10296 \backslash
10297 spce 
10298 \end_layout
10299
10300 \end_inset
10301
10302 A=B
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10312 \end_inset
10313
10314
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 </row>
10320 <row>
10321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \backslash
10327 underleftarrow
10328 \begin_inset ERT
10329 status collapsed
10330
10331 \begin_layout Plain Layout
10332
10333
10334 \backslash
10335 spce 
10336 \end_layout
10337
10338 \end_inset
10339
10340 A=B
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \backslash
10365 overleftrightarrow
10366 \begin_inset ERT
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370
10371
10372 \backslash
10373 spce 
10374 \end_layout
10375
10376 \end_inset
10377
10378 A=B
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 underleftrightarrow
10404 \begin_inset ERT
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409
10410 \backslash
10411 spce 
10412 \end_layout
10413
10414 \end_inset
10415
10416 A=B
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 </lyxtabular>
10435
10436 \end_inset
10437
10438
10439 \begin_inset space \hfill{}
10440 \end_inset
10441
10442
10443 \begin_inset Tabular
10444 <lyxtabular version="3" rows="5" columns="2">
10445 <features>
10446 <column alignment="center" valignment="top" width="0pt">
10447 <column alignment="center" valignment="top" width="0pt">
10448 <row>
10449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 コマンド
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 出力
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \backslash
10475 overrightarrow
10476 \begin_inset ERT
10477 status collapsed
10478
10479 \begin_layout Plain Layout
10480
10481
10482 \backslash
10483 spce 
10484 \end_layout
10485
10486 \end_inset
10487
10488 A=B
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10498 \end_inset
10499
10500
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 </row>
10506 <row>
10507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511
10512 \backslash
10513 underrightarrow
10514 \begin_inset ERT
10515 status collapsed
10516
10517 \begin_layout Plain Layout
10518
10519
10520 \backslash
10521 spce 
10522 \end_layout
10523
10524 \end_inset
10525
10526 A=B
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \backslash
10551 widetilde
10552 \begin_inset ERT
10553 status collapsed
10554
10555 \begin_layout Plain Layout
10556
10557
10558 \backslash
10559 spce 
10560 \end_layout
10561
10562 \end_inset
10563
10564 A=B
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 widehat
10590 \begin_inset ERT
10591 status collapsed
10592
10593 \begin_layout Plain Layout
10594
10595
10596 \backslash
10597 spce 
10598 \end_layout
10599
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 </lyxtabular>
10621
10622 \end_inset
10623
10624
10625 \begin_inset space \hfill{}
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Standard
10632 \begin_inset VSpace medskip
10633 \end_inset
10634
10635 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10636 \series bold
10637
10638 \backslash
10639 widetilde
10640 \series default
10641 および
10642 \series bold
10643
10644 \backslash
10645 widehat
10646 \series default
10647 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10648 \begin_inset Formula \[
10649 \widetilde{A+B=C-D}\]
10650
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \begin_layout Standard
10657 前小節で述べた
10658 \series bold
10659
10660 \backslash
10661 overset
10662 \series default
10663
10664 \begin_inset Index
10665 status collapsed
10666
10667 \begin_layout Plain Layout
10668 こまんど@コマンド ! O ! 
10669 \backslash
10670 overset
10671 \end_layout
10672
10673 \end_inset
10674
10675 コマンドと
10676 \series bold
10677
10678 \backslash
10679 underset
10680 \series default
10681
10682 \begin_inset Index
10683 status collapsed
10684
10685 \begin_layout Plain Layout
10686 こまんど@コマンド ! U ! 
10687 \backslash
10688 underset
10689 \end_layout
10690
10691 \end_inset
10692
10693 コマンドを使っても、複数の文字にアクセントを付けることができます。
10694 \series bold
10695
10696 \backslash
10697 underset
10698 \begin_inset ERT
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702
10703
10704 \backslash
10705 spce 
10706 \end_layout
10707
10708 \end_inset
10709
10710 A=B
10711 \begin_inset Formula $\downarrow$
10712 \end_inset
10713
10714 ***
10715 \series default
10716 というコマンドは、
10717 \begin_inset Formula \[
10718 \underset{***}{A=B}\]
10719
10720 \end_inset
10721
10722 のようになります。
10723 \end_layout
10724
10725 \begin_layout Section
10726 空白
10727 \begin_inset CommandInset label
10728 LatexCommand label
10729 name "sub:空白"
10730
10731 \end_inset
10732
10733
10734 \begin_inset Index
10735 status collapsed
10736
10737 \begin_layout Plain Layout
10738 くうはく@空白 ! すいへい@水平
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Subsection
10747 定義済みの空白
10748 \begin_inset CommandInset label
10749 LatexCommand label
10750 name "sub:定義済みの空白"
10751
10752 \end_inset
10753
10754
10755 \begin_inset Index
10756 status collapsed
10757
10758 \begin_layout Plain Layout
10759 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10760 \end_layout
10761
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \begin_layout Standard
10768 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10769 \begin_inset Info
10770 type  "shortcut"
10771 arg   "space-insert protected"
10772 \end_inset
10773
10774 )を挿入することで実現できます。「
10775 \color blue
10776
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 spce 
10785 \end_layout
10786
10787 \end_inset
10788
10789
10790 \color inherit
10791 」が現れるので、
10792 \family sans
10793 Space
10794 \family default
10795 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10796 \begin_inset Graphics
10797         filename ../../images/math/space.png
10798         scale 85
10799
10800 \end_inset
10801
10802 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10803 \family sans
10804 Space
10805 \family default
10806 を押すことによって、長さを変更することができます。
10807 \end_layout
10808
10809 \begin_layout Standard
10810 \noindent
10811 \align center
10812 \begin_inset Tabular
10813 <lyxtabular version="3" rows="3" columns="7">
10814 <features>
10815 <column alignment="center" valignment="middle" width="6.8cm">
10816 <column alignment="center" valignment="top" width="0">
10817 <column alignment="center" valignment="top" width="0">
10818 <column alignment="center" valignment="top" width="0">
10819 <column alignment="center" valignment="top" width="0">
10820 <column alignment="center" valignment="top" width="0">
10821 <column alignment="center" valignment="top" width="0">
10822 <row>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 コマンド
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \backslash
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 quad
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 qquad
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \backslash
10893 !
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 保護された空白を挿入したのち、
10905 \family sans
10906 Space
10907 \family default
10908 を叩く回数
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 0
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 1
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 2
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 3
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 4
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 5
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 出力
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 \begin_inset Formula $A\, B$
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 \begin_inset Formula $A\: B$
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 \begin_inset Formula $A\; B$
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 \begin_inset Formula $A\quad B$
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 \begin_inset Formula $A\qquad B$
11031 \end_inset
11032
11033
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 \begin_inset Formula $A\! B$
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 </lyxtabular>
11052
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \begin_layout Standard
11059 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11060 さの空白があります。
11061 \end_layout
11062
11063 \begin_layout Standard
11064 \align center
11065 \begin_inset Tabular
11066 <lyxtabular version="3" rows="3" columns="3">
11067 <features>
11068 <column alignment="center" valignment="middle" width="6.8cm">
11069 <column alignment="center" valignment="top" width="0pt">
11070 <column alignment="center" valignment="top" width="0pt">
11071 <row>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 コマンド
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \backslash
11087 negmedspace
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \backslash
11098 negthickspace
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 保護された空白を挿入したのち、
11110 \family sans
11111 Space
11112 \family default
11113 を叩く回数
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 6
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 7
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 </row>
11137 <row>
11138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 出力
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 \begin_inset Formula $A\negmedspace B$
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Formula $A\negthickspace B$
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 </lyxtabular>
11173
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \begin_layout Standard
11180 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11181 \end_layout
11182
11183 \begin_layout Standard
11184 \align center
11185 \begin_inset Tabular
11186 <lyxtabular version="3" rows="3" columns="2">
11187 <features>
11188 <column alignment="center" valignment="top" width="0">
11189 <column alignment="center" valignment="top" width="0">
11190 <row>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 コマンド
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 出力
11205 \begin_inset Note Note
11206 status collapsed
11207
11208 \begin_layout Plain Layout
11209 ここで
11210 \series bold
11211
11212 \backslash
11213 raisebox
11214 \series default
11215 はスペーサーとして使用しているだけです。
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \backslash
11233 sum
11234 \backslash
11235 sum
11236 \begin_inset ERT
11237 status collapsed
11238
11239 \begin_layout Plain Layout
11240
11241
11242 \backslash
11243 spce 
11244 \end_layout
11245
11246 \end_inset
11247
11248 f_kl
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11258 \end_inset
11259
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 <row>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \backslash
11273 sum
11274 \backslash
11275 negmedspace
11276 \backslash
11277 sum
11278 \begin_inset ERT
11279 status collapsed
11280
11281 \begin_layout Plain Layout
11282
11283
11284 \backslash
11285 spce 
11286 \end_layout
11287
11288 \end_inset
11289
11290 f_kl
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 </lyxtabular>
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Standard
11316 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11317 \end_layout
11318
11319 \begin_layout Standard
11320 \align center
11321 \begin_inset Tabular
11322 <lyxtabular version="3" rows="2" columns="2">
11323 <features>
11324 <column alignment="center" valignment="top" width="0pt">
11325 <column alignment="center" valignment="top" width="0pt">
11326 <row>
11327 <cell alignment="center" valignment="top" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 通常の数式
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 \begin_inset Formula $A=B$
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 \begin_inset Note Note
11355 status collapsed
11356
11357 \begin_layout Plain Layout
11358 ここで
11359 \series bold
11360
11361 \backslash
11362 raisebox
11363 \series default
11364 はスペーサーとして使用しているだけです。
11365 \end_layout
11366
11367 \end_inset
11368
11369
11370 \begin_inset Formula $\raisebox{5mm}{}$
11371 \end_inset
11372
11373 空白なしの数式
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 \begin_inset Formula $A{=}B$
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 </lyxtabular>
11392
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \begin_layout Standard
11399 \noindent
11400 二行目の数式を作るコマンドは、
11401 \series bold
11402 A
11403 \backslash
11404 {=
11405 \begin_inset Formula $\to$
11406 \end_inset
11407
11408 B
11409 \series default
11410 です。
11411 \end_layout
11412
11413 \begin_layout Standard
11414 \begin_inset VSpace bigskip
11415 \end_inset
11416
11417 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11418 整形\SpecialChar \menuseparator
11419 小空白メニュー(短
11420 絡キー
11421 \begin_inset Info
11422 type  "shortcut"
11423 arg   "space-insert thin"
11424 \end_inset
11425
11426 )で、最小の空白を挿入することができます。
11427 \end_layout
11428
11429 \begin_layout Standard
11430 違いを示す例を以下に掲げます。
11431 \end_layout
11432
11433 \begin_layout Standard
11434 \begin_inset Tabular
11435 <lyxtabular version="3" rows="2" columns="2">
11436 <features>
11437 <column alignment="left" valignment="top" width="0">
11438 <column alignment="left" valignment="top" width="0">
11439 <row>
11440 <cell alignment="center" valignment="top" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 24 kW
11445 \begin_inset Formula $\cdot$
11446 \end_inset
11447
11448 h
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 値と単位のあいだに通常の空白を入れた例
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row>
11464 <cell alignment="center" valignment="top" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 24
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 kW
11473 \begin_inset Formula $\cdot$
11474 \end_inset
11475
11476 h
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 値と単位のあいだに最小の空白を入れた例
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Subsection
11499 可変長の空白
11500 \begin_inset ERT
11501 status collapsed
11502
11503 \begin_layout Plain Layout
11504
11505
11506 \backslash
11507 texorpdfstring{
11508 \end_layout
11509
11510 \end_inset
11511
11512
11513 \begin_inset Foot
11514 status collapsed
11515
11516 \begin_layout Plain Layout
11517 数式中の垂直方向の空白については、第
11518 \begin_inset CommandInset ref
11519 LatexCommand ref
11520 reference "sub:行間"
11521
11522 \end_inset
11523
11524 節をご覧下さい。
11525 \end_layout
11526
11527 \end_inset
11528
11529
11530 \begin_inset ERT
11531 status collapsed
11532
11533 \begin_layout Plain Layout
11534
11535 }{}
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \begin_inset Note Note
11542 status collapsed
11543
11544 \begin_layout Plain Layout
11545
11546 \backslash
11547 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11548 \end_layout
11549
11550 \begin_layout Plain Layout
11551
11552 \backslash
11553 texorpdfstringについての詳細は、第
11554 \begin_inset CommandInset ref
11555 LatexCommand ref
11556 reference "sub:節見出し中の数式"
11557
11558 \end_inset
11559
11560 節にあります。
11561 \end_layout
11562
11563 \end_inset
11564
11565
11566 \begin_inset CommandInset label
11567 LatexCommand label
11568 name "sub:可変長の空白"
11569
11570 \end_inset
11571
11572
11573 \begin_inset Index
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11578 \end_layout
11579
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \begin_layout Standard
11586 指定した長さの空白が、
11587 \series bold
11588
11589 \backslash
11590 hspace
11591 \series default
11592
11593 \begin_inset Index
11594 status collapsed
11595
11596 \begin_layout Plain Layout
11597 こまんど@コマンド ! H ! 
11598 \backslash
11599 hspace
11600 \end_layout
11601
11602 \end_inset
11603
11604 コマンドで入力することができます。すると、ながい「
11605 \color blue
11606
11607 \begin_inset ERT
11608 status collapsed
11609
11610 \begin_layout Plain Layout
11611
11612
11613 \backslash
11614 spce 
11615 \end_layout
11616
11617 \end_inset
11618
11619
11620 \color inherit
11621 」が現れます。長さは、「
11622 \color blue
11623
11624 \begin_inset ERT
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628
11629
11630 \backslash
11631 spce 
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \color inherit
11638 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11639 \series bold
11640
11641 \backslash
11642 hfill
11643 \series default
11644
11645 \begin_inset Index
11646 status collapsed
11647
11648 \begin_layout Plain Layout
11649 こまんど@コマンド ! H ! 
11650 \backslash
11651 hfill
11652 \end_layout
11653
11654 \end_inset
11655
11656 コマンドを使用します。
11657 \end_layout
11658
11659 \begin_layout Standard
11660 \begin_inset VSpace -1mm
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \align center
11668 \begin_inset Tabular
11669 <lyxtabular version="3" rows="4" columns="2">
11670 <features>
11671 <column alignment="center" valignment="top" width="0">
11672 <column alignment="center" valignment="top" width="0">
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 コマンド(
11679 \backslash
11680 hspace 長さ)
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 出力
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 A=B
11701 \backslash
11702 hspace
11703 \begin_inset ERT
11704 status collapsed
11705
11706 \begin_layout Plain Layout
11707
11708
11709 \backslash
11710 spce 
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \begin_inset Formula $\to$
11717 \end_inset
11718
11719 A
11720 \backslash
11721 not=C (3
11722 \begin_inset space \thinspace{}
11723 \end_inset
11724
11725 cm)
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 <row>
11744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 A
11749 \backslash
11750 hspace
11751 \begin_inset ERT
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755
11756
11757 \backslash
11758 spce 
11759 \end_layout
11760
11761 \end_inset
11762
11763
11764 \begin_inset Formula $\to$
11765 \end_inset
11766
11767 A
11768 \backslash
11769 not=A (-1
11770 \begin_inset space \thinspace{}
11771 \end_inset
11772
11773 mm)
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 A=A
11797 \backslash
11798 hfill
11799 \begin_inset ERT
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803
11804
11805 \backslash
11806 spce 
11807 \end_layout
11808
11809 \end_inset
11810
11811 B=B
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 \begin_inset Formula $A=A\hfill B=B$
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Standard
11837 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11838 \series bold
11839
11840 \backslash
11841 hfill
11842 \series default
11843 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11844 \series bold
11845
11846 \backslash
11847 hfill
11848 \series default
11849 は、別行建て数式中では、
11850 \series bold
11851 行頭下げ
11852 \series default
11853 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11854 \begin_inset CommandInset ref
11855 LatexCommand ref
11856 reference "sec:数式様式"
11857
11858 \end_inset
11859
11860 節で説明されています)。
11861 \end_layout
11862
11863 \begin_layout Standard
11864
11865 \series bold
11866
11867 \backslash
11868 hfill
11869 \series default
11870 の他にも、空白を模様で埋める
11871 \series bold
11872
11873 \backslash
11874 dotfill
11875 \series default
11876
11877 \series bold
11878
11879 \backslash
11880 hrulefill
11881 \series default
11882 といったコマンドがあります。用例については第
11883 \begin_inset CommandInset ref
11884 LatexCommand ref
11885 reference "sub:省略符号"
11886
11887 \end_inset
11888
11889 節をご参照下さい。
11890 \end_layout
11891
11892 \begin_layout Standard
11893 本文中では、可変長空白は、
11894 \family sans
11895 挿入\SpecialChar \menuseparator
11896 整形\SpecialChar \menuseparator
11897 水平方向の空白
11898 \family default
11899 メニューで挿入することができます。
11900 \end_layout
11901
11902 \begin_layout Standard
11903 (例)
11904 \end_layout
11905
11906 \begin_layout Standard
11907 この行には、
11908 \begin_inset space \hspace{}
11909 \length 2cm
11910 \end_inset
11911
11912 2
11913 \begin_inset space \thinspace{}
11914 \end_inset
11915
11916 cmの空白が入っています。
11917 \end_layout
11918
11919 \begin_layout Standard
11920 この行には、
11921 \begin_inset space \hfill{}
11922 \end_inset
11923
11924 最大の空白が入っています。
11925 \end_layout
11926
11927 \begin_layout Subsection
11928 行内数式周りの空白
11929 \begin_inset Index
11930 status collapsed
11931
11932 \begin_layout Plain Layout
11933 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11934 \end_layout
11935
11936 \end_inset
11937
11938
11939 \end_layout
11940
11941 \begin_layout Standard
11942 行内数式前後の空白は、長さ
11943 \series bold
11944
11945 \backslash
11946 mathsurround
11947 \begin_inset Index
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951 こまんど@コマンド ! M ! 
11952 \backslash
11953 mathsurround
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \series default
11960 を使って調節することができます。長さの値は、以下の書式を持つ
11961 \series bold
11962
11963 \backslash
11964 setlength
11965 \begin_inset Index
11966 status collapsed
11967
11968 \begin_layout Plain Layout
11969 こまんど@コマンド ! S ! 
11970 \backslash
11971 setlength
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \series default
11978 コマンドを使って設定することができます。
11979 \end_layout
11980
11981 \begin_layout Standard
11982
11983 \series bold
11984
11985 \backslash
11986 setlength{長さ名}{値}
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 mathsurround
11995 \series default
11996 を5
11997 \begin_inset space \thinspace{}
11998 \end_inset
11999
12000 mmの値に設定するには、以下のコマンド
12001 \end_layout
12002
12003 \begin_layout Standard
12004
12005 \series bold
12006
12007 \backslash
12008 setlength{
12009 \backslash
12010 mathsurround}{5mm}
12011 \end_layout
12012
12013 \begin_layout Standard
12014 をTeXモードで挿入します。すると、5
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 mmの空白がすべての行内数式の前後に設定されることになります。
12019 \begin_inset ERT
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023
12024
12025 \backslash
12026 setlength{
12027 \backslash
12028 mathsurround}{5mm}
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \begin_layout Standard
12037 この行には、周囲に5
12038 \begin_inset space \thinspace{}
12039 \end_inset
12040
12041 mmの余白を設定した行内数式
12042 \begin_inset Formula $A=B$
12043 \end_inset
12044
12045 があります。
12046 \begin_inset ERT
12047 status collapsed
12048
12049 \begin_layout Plain Layout
12050
12051
12052 \backslash
12053 setlength{
12054 \backslash
12055 mathsurround}{0pt}
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \begin_layout Standard
12064 既定値に戻すには、
12065 \series bold
12066
12067 \backslash
12068 mathsurround
12069 \series default
12070 を0
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 ptの値に戻して下さい。
12075 \end_layout
12076
12077 \begin_layout Section
12078 ボックスと枠
12079 \begin_inset Index
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083 ぼっくす@ボックス
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \begin_inset Index
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 わく@枠 | see
12094 \begin_inset ERT
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098
12099 {
12100 \end_layout
12101
12102 \end_inset
12103
12104 ボックス
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 \end_layout
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Standard
12124 本文中のボックスについては、取扱説明書
12125 \family typewriter
12126 埋め込みオブジェクト篇
12127 \family default
12128
12129 \family typewriter
12130 Boxes
12131 \family default
12132 の章に述べられています。
12133 \end_layout
12134
12135 \begin_layout Subsection
12136 縁付きボックス
12137 \begin_inset CommandInset label
12138 LatexCommand label
12139 name "sub:縁付きボックス"
12140
12141 \end_inset
12142
12143
12144 \begin_inset Index
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 ぼっくす@ボックス ! ふちつき@縁付き
12149 \end_layout
12150
12151 \end_inset
12152
12153
12154 \end_layout
12155
12156 \begin_layout Standard
12157
12158 \series bold
12159
12160 \backslash
12161 fbox
12162 \series default
12163
12164 \begin_inset Index
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168 こまんど@コマンド ! F ! 
12169 \backslash
12170 fbox
12171 \end_layout
12172
12173 \end_inset
12174
12175 コマンドや
12176 \series bold
12177
12178 \backslash
12179 boxed
12180 \series default
12181
12182 \begin_inset Index
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186 こまんど@コマンド ! B ! 
12187 \backslash
12188 boxed
12189 \end_layout
12190
12191 \end_inset
12192
12193 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12194 \end_layout
12195
12196 \begin_layout Standard
12197 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12198 \series bold
12199
12200 \backslash
12201 fbox
12202 \series default
12203 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12204 \family sans
12205 Ctrl+M
12206 \family default
12207 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12208 \series bold
12209
12210 \backslash
12211 boxed
12212 \series default
12213 を使った場合には、新しい数式が自動的に枠内に作られます。
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219
12220 \backslash
12221 fbox
12222 \series default
12223 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12224 \series bold
12225
12226 \backslash
12227 boxed
12228 \series default
12229 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12230 \end_layout
12231
12232 \begin_layout Standard
12233
12234 \series bold
12235
12236 \backslash
12237 fbox
12238 \series default
12239 の拡張として、枠幅と配置も指定することができる
12240 \series bold
12241
12242 \backslash
12243 framebox
12244 \series default
12245
12246 \begin_inset Index
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 こまんど@コマンド ! F ! 
12251 \backslash
12252 framebox
12253 \end_layout
12254
12255 \end_inset
12256
12257 コマンドがあります。
12258 \series bold
12259
12260 \backslash
12261 framebox
12262 \series default
12263 は、以下の書式を持ちます。
12264 \end_layout
12265
12266 \begin_layout Standard
12267
12268 \series bold
12269
12270 \backslash
12271 framebox[枠幅][位置]{ボックスの内容}
12272 \end_layout
12273
12274 \begin_layout Standard
12275 「位置」は、
12276 \emph on
12277 l
12278 \emph default
12279
12280 \emph on
12281 r
12282 \emph default
12283 の値をとります。
12284 \emph on
12285 l
12286 \emph default
12287 は、ボックス中で数式を左寄せ、
12288 \emph on
12289 r
12290 \emph default
12291 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12292 \begin_inset Newline newline
12293 \end_inset
12294
12295 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12296 \series bold
12297
12298 \backslash
12299 fbox
12300 \series default
12301 と同様、枠幅がボックスの内容に応じて調節されるのです。
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307
12308 \backslash
12309 framebox
12310 \series default
12311 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12312 \series bold
12313
12314 \backslash
12315 fbox
12316 \series default
12317 同様、数式の断片を入れるためのものです。
12318 \end_layout
12319
12320 \begin_layout Standard
12321 \align center
12322 \begin_inset Tabular
12323 <lyxtabular version="3" rows="5" columns="2">
12324 <features>
12325 <column alignment="center" valignment="top" width="0">
12326 <column alignment="center" valignment="top" width="0">
12327 <row>
12328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 コマンド
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341 出力
12342 \begin_inset Note Note
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 ここで
12347 \series bold
12348
12349 \backslash
12350 raisebox
12351 \series default
12352 はスペーサーとして使用しているだけです。
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 </row>
12363 <row>
12364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368
12369 \backslash
12370 fbox
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376
12377 \backslash
12378 spce 
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \family sans
12385 Ctrl+M
12386 \family default
12387  
12388 \backslash
12389 int
12390 \begin_inset ERT
12391 status collapsed
12392
12393 \begin_layout Plain Layout
12394
12395
12396 \backslash
12397 spce 
12398 \end_layout
12399
12400 \end_inset
12401
12402 A=B
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 <row>
12421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425
12426 \backslash
12427 boxed
12428 \begin_inset ERT
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432
12433
12434 \backslash
12435 spce 
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \backslash
12442 int
12443 \begin_inset ERT
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447
12448
12449 \backslash
12450 spce 
12451 \end_layout
12452
12453 \end_inset
12454
12455 A=B
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12465 \end_inset
12466
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 </row>
12473 <row>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 A+
12479 \backslash
12480 fbox
12481 \begin_inset ERT
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485
12486
12487 \backslash
12488 spce 
12489 \end_layout
12490
12491 \end_inset
12492
12493 B
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516
12517 \backslash
12518 framebox
12519 \begin_inset ERT
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523
12524
12525 \backslash
12526 spce 
12527 \end_layout
12528
12529 \end_inset
12530
12531 20mm
12532 \begin_inset Formula $\to$
12533 \end_inset
12534
12535
12536 \begin_inset Formula $\to$
12537 \end_inset
12538
12539
12540 \family sans
12541 Ctrl+M
12542 \family default
12543  
12544 \backslash
12545 frac
12546 \begin_inset ERT
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550
12551
12552 \backslash
12553 spce 
12554 \end_layout
12555
12556 \end_inset
12557
12558 A
12559 \begin_inset Formula $\downarrow$
12560 \end_inset
12561
12562 B
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 \begin_inset Formula $\raisebox{6mm}{}$
12572 \end_inset
12573
12574
12575 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12576 \end_inset
12577
12578
12579 \begin_inset Formula $\raisebox{-4mm}{}$
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 </lyxtabular>
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \begin_layout Standard
12596 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12597 \end_layout
12598
12599 \begin_layout Standard
12600
12601 \series bold
12602
12603 \backslash
12604 fboxrule
12605 \series default
12606  
12607 \series bold
12608
12609 \begin_inset Quotes eld
12610 \end_inset
12611
12612 厚み
12613 \begin_inset Quotes erd
12614 \end_inset
12615
12616
12617 \series default
12618  
12619 \series bold
12620
12621 \backslash
12622 fboxsep
12623 \series default
12624  
12625 \series bold
12626
12627 \begin_inset Quotes eld
12628 \end_inset
12629
12630 距離
12631 \begin_inset Quotes erd
12632 \end_inset
12633
12634
12635 \end_layout
12636
12637 \begin_layout Standard
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641 距離
12642 \begin_inset Quotes erd
12643 \end_inset
12644
12645 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 fboxrule 2mm 
12654 \backslash
12655 fboxsep 3mm
12656 \end_layout
12657
12658 \end_inset
12659
12660
12661 \begin_inset Formula \[
12662 \boxed{A+B=C}\]
12663
12664 \end_inset
12665
12666 この数式の直前には、
12667 \end_layout
12668
12669 \begin_layout Standard
12670
12671 \series bold
12672
12673 \backslash
12674 fboxrule
12675 \series default
12676  
12677 \series bold
12678 2mm
12679 \series default
12680  
12681 \series bold
12682
12683 \backslash
12684 fboxsep
12685 \series default
12686  
12687 \series bold
12688 3mm
12689 \end_layout
12690
12691 \begin_layout Standard
12692 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12693 \end_layout
12694
12695 \begin_layout Standard
12696 標準の枠寸法に戻すには、
12697 \end_layout
12698
12699 \begin_layout Standard
12700
12701 \series bold
12702
12703 \backslash
12704 fboxrule
12705 \series default
12706  
12707 \series bold
12708 0.4pt
12709 \series default
12710  
12711 \series bold
12712
12713 \backslash
12714 fboxsep
12715 \series default
12716  
12717 \series bold
12718 3pt
12719 \series default
12720
12721 \begin_inset ERT
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725
12726
12727 \backslash
12728 fboxrule 0.4pt 
12729 \backslash
12730 fboxsep 3pt
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \begin_layout Standard
12739 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12740 \end_layout
12741
12742 \begin_layout Subsection
12743 縁なしボックス
12744 \begin_inset CommandInset label
12745 LatexCommand label
12746 name "sub:枠なしボックス"
12747
12748 \end_inset
12749
12750
12751 \begin_inset Index
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755 ぼっくす@ボックス ! わくなし@枠なし
12756 \end_layout
12757
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \begin_layout Standard
12764 縁のないボックスを作るには、
12765 \series bold
12766
12767 \backslash
12768 mbox
12769 \series default
12770
12771 \begin_inset Index
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775 こまんど@コマンド ! M ! 
12776 \backslash
12777 mbox
12778 \end_layout
12779
12780 \end_inset
12781
12782
12783 \series bold
12784
12785 \backslash
12786 makebox
12787 \series default
12788
12789 \begin_inset Index
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793 こまんど@コマンド ! M ! 
12794 \backslash
12795 makebox
12796 \end_layout
12797
12798 \end_inset
12799
12800
12801 \series bold
12802
12803 \backslash
12804 raisebox
12805 \series default
12806
12807 \begin_inset Index
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811 こまんど@コマンド ! R ! 
12812 \backslash
12813 raisebox
12814 \end_layout
12815
12816 \end_inset
12817
12818 の三つのコマンドがあります。
12819 \end_layout
12820
12821 \begin_layout Standard
12822
12823 \series bold
12824
12825 \backslash
12826 raisebox
12827 \series default
12828 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12829 \series bold
12830
12831 \backslash
12832 raisebox
12833 \series default
12834 は、以下の書式で用いられます。
12835 \end_layout
12836
12837 \begin_layout Standard
12838
12839 \series bold
12840
12841 \backslash
12842 raisebox{高さ}{ボックスの内容}
12843 \end_layout
12844
12845 \begin_layout Standard
12846
12847 \series bold
12848
12849 \backslash
12850 fbox
12851 \series default
12852 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12853 \begin_inset Note Greyedout
12854 status open
12855
12856 \begin_layout Plain Layout
12857
12858 \series bold
12859 (註)
12860 \series default
12861 下の最後の
12862 \series bold
12863
12864 \backslash
12865 raisebox
12866 \series default
12867 のところで、
12868 \family sans
12869 Ctrl+M
12870 \family default
12871 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12872 \series bold
12873
12874 \backslash
12875 raisebox
12876 \series default
12877 を直接サポートしていないためです。
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \align center
12887 \begin_inset Tabular
12888 <lyxtabular version="3" rows="4" columns="2">
12889 <features>
12890 <column alignment="center" valignment="top" width="0">
12891 <column alignment="center" valignment="top" width="0">
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 コマンド
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 出力
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 H
12918 \backslash
12919 raisebox{2mm
12920 \begin_inset Formula $\to$
12921 \end_inset
12922
12923
12924 \backslash
12925 {al
12926 \begin_inset Formula $\to$
12927 \end_inset
12928
12929  lo
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 </row>
12947 <row>
12948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 H
12953 \backslash
12954 raisebox{-2mm
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \backslash
12960 {al
12961 \begin_inset Formula $\to$
12962 \end_inset
12963
12964 lo
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row>
12983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 A=
12988 \backslash
12989 raisebox{-2mm
12990 \begin_inset Formula $\to$
12991 \end_inset
12992
12993
12994 \backslash
12995 {
12996 \family sans
12997 Ctrl+M Ctrl+M
12998 \family default
12999  
13000 \backslash
13001 sqrt
13002 \begin_inset ERT
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006
13007
13008 \backslash
13009 spce 
13010 \end_layout
13011
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13024 \end_inset
13025
13026
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 </lyxtabular>
13033
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \begin_layout Standard
13040 縁がないことを除けば、
13041 \series bold
13042
13043 \backslash
13044 mbox
13045 \series default
13046 コマンドは
13047 \series bold
13048
13049 \backslash
13050 fbox
13051 \series default
13052 と同じであり、
13053 \series bold
13054
13055 \backslash
13056 makebox
13057 \series default
13058
13059 \series bold
13060
13061 \backslash
13062 framebox
13063 \series default
13064 と同じです。
13065 \end_layout
13066
13067 \begin_layout Subsection
13068 色付きボックス
13069 \begin_inset CommandInset label
13070 LatexCommand label
13071 name "sub:色付きボックス"
13072
13073 \end_inset
13074
13075
13076 \begin_inset Index
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080 ぼっくす@ボックス ! いろつき@色付き
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 usepackage{color}
13098 \end_layout
13099
13100 \begin_layout Standard
13101 という行
13102 \begin_inset Foot
13103 status collapsed
13104
13105 \begin_layout Plain Layout
13106 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13107 \series bold
13108 color
13109 \series default
13110 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13111 \end_layout
13112
13113 \end_inset
13114
13115
13116 \begin_inset Note Note
13117 status collapsed
13118
13119 \begin_layout Plain Layout
13120 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13121 \end_layout
13122
13123 \end_inset
13124
13125 を書き加えて、LaTeXパッケージの
13126 \series bold
13127 color
13128 \series default
13129
13130 \begin_inset Foot
13131 status collapsed
13132
13133 \begin_layout Plain Layout
13134 LaTeXパッケージ
13135 \series bold
13136 color
13137 \series default
13138 は、すべての標準的なLaTeX頒布版に含まれています。
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \begin_inset Index
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148 ぱっけーじ@パッケージ ! color
13149 \end_layout
13150
13151 \end_inset
13152
13153 を読み込む必要があります。
13154 \end_layout
13155
13156 \begin_layout Standard
13157 \begin_inset VSpace medskip
13158 \end_inset
13159
13160 ボックスに色を付けるには、
13161 \series bold
13162
13163 \backslash
13164 colorbox
13165 \series default
13166
13167 \begin_inset Index
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171 こまんど@コマンド ! C ! 
13172 \backslash
13173 colorbox
13174 \end_layout
13175
13176 \end_inset
13177
13178 コマンドを以下の書式で使用します。
13179 \end_layout
13180
13181 \begin_layout Standard
13182
13183 \series bold
13184
13185 \backslash
13186 colorbox{色}{ボックスの内容}
13187 \end_layout
13188
13189 \begin_layout Standard
13190 ボックスの内容には、別のボックスが含まれても構いませんし、
13191 \series bold
13192
13193 \backslash
13194 colorbox
13195 \series default
13196 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13197 \series bold
13198
13199 \backslash
13200 raisebox
13201 \series default
13202 と同様、明示的に数式を作らなくてはなりません
13203 \begin_inset Foot
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 これは、
13208 \series bold
13209
13210 \backslash
13211 fcolorbox
13212 \series default
13213 コマンドにも当てはまります。
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \begin_layout Standard
13222 選択できる定義済みの色としては、
13223 \end_layout
13224
13225 \begin_layout Standard
13226
13227 \series bold
13228 black
13229 \series default
13230 (黒)・
13231 \series bold
13232 blue
13233 \series default
13234 (青)・
13235 \series bold
13236 cyan
13237 \series default
13238 (シアン)・
13239 \series bold
13240 green
13241 \series default
13242 (緑)・
13243 \series bold
13244 magenta
13245 \series default
13246 (マゼンタ)・
13247 \series bold
13248 red
13249 \series default
13250 (赤)・
13251 \series bold
13252 white
13253 \series default
13254 (白)・
13255 \series bold
13256 yellow
13257 \series default
13258 (黄)
13259 \end_layout
13260
13261 \begin_layout Standard
13262 があります。
13263 \end_layout
13264
13265 \begin_layout Standard
13266 \align center
13267 \begin_inset Tabular
13268 <lyxtabular version="3" rows="4" columns="2">
13269 <features>
13270 <column alignment="center" valignment="top" width="0">
13271 <column alignment="center" valignment="top" width="0">
13272 <row>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 コマンド
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 出力
13287 \begin_inset Note Note
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291 ここで
13292 \series bold
13293
13294 \backslash
13295 raisebox
13296 \series default
13297 はスペーサーとして使用しているだけです。
13298 \end_layout
13299
13300 \end_inset
13301
13302
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 </row>
13308 <row>
13309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313
13314 \backslash
13315 colorbox{yellow
13316 \begin_inset Formula $\to$
13317 \end_inset
13318
13319
13320 \backslash
13321 {A=B
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344
13345 \backslash
13346 colorbox{green
13347 \begin_inset Formula $\to$
13348 \end_inset
13349
13350
13351 \backslash
13352 {
13353 \backslash
13354 fbox
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359
13360
13361 \backslash
13362 spce 
13363 \end_layout
13364
13365 \end_inset
13366
13367 A=B
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 <row>
13386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390
13391 \backslash
13392 fbox
13393 \begin_inset ERT
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397
13398
13399 \backslash
13400 spce 
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \backslash
13407 colorbox{green
13408 \begin_inset Formula $\to$
13409 \end_inset
13410
13411
13412 \backslash
13413 {
13414 \family sans
13415 Ctrl+M
13416 \family default
13417  
13418 \family sans
13419 Ctrl+M
13420 \family default
13421  
13422 \backslash
13423 int
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429
13430 \backslash
13431 spce 
13432 \end_layout
13433
13434 \end_inset
13435
13436 C=D
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 </lyxtabular>
13455
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 colorbox
13467 \series default
13468 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13469 \family sans
13470 文字様式
13471 \family default
13472 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13473 \begin_inset Graphics
13474         filename ../../images/dialog-show_character.png
13475         scale 85
13476
13477 \end_inset
13478
13479
13480 \family sans
13481 編集\SpecialChar \menuseparator
13482 文字様式\SpecialChar \menuseparator
13483 任意設定
13484 \family default
13485 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13486
13487 \end_layout
13488
13489 \begin_layout Standard
13490 たとえば、
13491 \end_layout
13492
13493 \begin_layout Standard
13494
13495 \color red
13496 \begin_inset Formula \begin{equation}
13497 \int A=B\label{eq:red}\end{equation}
13498
13499 \end_inset
13500
13501
13502 \color green
13503
13504 \begin_inset Formula \begin{equation}
13505 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13506
13507 \end_inset
13508
13509
13510 \end_layout
13511
13512 \begin_layout Standard
13513 数式
13514 \begin_inset CommandInset ref
13515 LatexCommand eqref
13516 reference "eq:red"
13517
13518 \end_inset
13519
13520 は、全体が赤色です。
13521 \begin_inset Newline newline
13522 \end_inset
13523
13524 数式
13525 \begin_inset CommandInset ref
13526 LatexCommand eqref
13527 reference "eq:redgreen"
13528
13529 \end_inset
13530
13531 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13532 \end_layout
13533
13534 \begin_layout Standard
13535 \begin_inset VSpace bigskip
13536 \end_inset
13537
13538 ボックスの縁だけ別の色にするには、
13539 \series bold
13540
13541 \backslash
13542 fcolorbox
13543 \series default
13544
13545 \begin_inset Index
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549 こまんど@コマンド ! F ! 
13550 \backslash
13551 fcolorbox
13552 \end_layout
13553
13554 \end_inset
13555
13556 コマンドを以下の書式で使用します。
13557 \end_layout
13558
13559 \begin_layout Standard
13560
13561 \series bold
13562
13563 \backslash
13564 fcolorbox{縁の色}{色}{ボックスの内容}
13565 \end_layout
13566
13567 \begin_layout Standard
13568 つまり、
13569 \series bold
13570
13571 \backslash
13572 fcolorbox
13573 \series default
13574
13575 \series bold
13576
13577 \backslash
13578 colorbox
13579 \series default
13580 コマンドの拡張です。
13581 \series bold
13582
13583 \backslash
13584 frameboxと同様に、縁の厚みは
13585 \backslash
13586 fboxrule
13587 \series default
13588
13589 \series bold
13590
13591 \backslash
13592 fboxsep
13593 \series default
13594 で設定します。たとえば、
13595 \begin_inset ERT
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599
13600
13601 \backslash
13602 fboxrule 1mm 
13603 \backslash
13604 fboxsep 1mm
13605 \end_layout
13606
13607 \end_inset
13608
13609
13610 \begin_inset Formula \[
13611 \fcolorbox{cyan}{magenta}{A=B}\]
13612
13613 \end_inset
13614
13615
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621
13622 \backslash
13623 fboxrule 0.4pt 
13624 \backslash
13625 fboxsep 3pt
13626 \end_layout
13627
13628 \end_inset
13629
13630 のようにします。
13631 \end_layout
13632
13633 \begin_layout Standard
13634 上記の数式は、以下のコマンドで作成されています。
13635 \begin_inset Newline newline
13636 \end_inset
13637
13638
13639 \series bold
13640
13641 \backslash
13642 fcolorbox{cyan
13643 \begin_inset Formula $\to$
13644 \end_inset
13645
13646
13647 \backslash
13648 {magenta
13649 \begin_inset Formula $\to$
13650 \end_inset
13651
13652
13653 \backslash
13654 {A=B
13655 \series default
13656 .
13657 \end_layout
13658
13659 \begin_layout Standard
13660 \begin_inset VSpace bigskip
13661 \end_inset
13662
13663 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13664 \end_layout
13665
13666 \begin_layout Standard
13667 たとえば、「
13668 \series bold
13669 darkgreen
13670 \series default
13671 」という色を定義するには、LaTeXプリアンブルに
13672 \end_layout
13673
13674 \begin_layout Standard
13675
13676 \series bold
13677
13678 \backslash
13679 definecolor{darkgreen}{cmyk}{0.5,
13680 \series default
13681  
13682 \series bold
13683 0,
13684 \series default
13685  
13686 \series bold
13687 1,
13688 \series default
13689  
13690 \series bold
13691 0.5}
13692 \series default
13693
13694 \begin_inset Index
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698 こまんど@コマンド ! D ! 
13699 \backslash
13700 definecolor
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709 という行を書き加えます。
13710 \end_layout
13711
13712 \begin_layout Standard
13713
13714 \series bold
13715 cmyk
13716 \series default
13717 とは、
13718 \series bold
13719 cyan
13720 \series default
13721 (シアン)・
13722 \series bold
13723 magenta
13724 \series default
13725 (マゼンタ)・
13726 \series bold
13727 yellow
13728 \series default
13729 (黄)・
13730 \series bold
13731 black
13732 \series default
13733 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13734 \begin_inset space \thinspace{}
13735 \end_inset
13736
13737 -
13738 \begin_inset space \thinspace{}
13739 \end_inset
13740
13741 1の範囲をとることができます。定義には、
13742 \series bold
13743 cmyk
13744 \series default
13745 の他に、
13746 \series bold
13747 rgb
13748 \series default
13749 という色空間を使うこともできます。
13750 \series bold
13751 rgb
13752 \series default
13753 とは、
13754 \series bold
13755 red
13756 \series default
13757 (赤)・
13758 \series bold
13759 green
13760 \series default
13761 (緑)・
13762 \series bold
13763 blue
13764 \series default
13765 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13766 \series bold
13767 gray
13768 \series default
13769 という色空間もあります。
13770 \end_layout
13771
13772 \begin_layout Standard
13773 例として、文字が
13774 \series bold
13775 yellow
13776 \series default
13777 に色付けされ、新しく定義した
13778 \series bold
13779 darkgreen
13780 \series default
13781 という色を持つ縁付きボックスを挙げておきます。
13782 \begin_inset Formula \begin{equation}
13783 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13784
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \series bold
13793
13794 \backslash
13795 textcolor
13796 \series default
13797 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13798 \begin_inset Index
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802 てきすと@テキスト ! いろつき@色付き
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Standard
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816
13817 \backslash
13818 textcolor{darkgreen}{
13819 \end_layout
13820
13821 \end_inset
13822
13823 この文は「darkgreen」です。
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829 }
13830 \end_layout
13831
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \begin_layout Standard
13838
13839 \series bold
13840
13841 \backslash
13842 textcolor
13843 \series default
13844
13845 \begin_inset Index
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849 こまんど@コマンド ! T ! 
13850 \backslash
13851 textcolor
13852 \end_layout
13853
13854 \end_inset
13855
13856 は、
13857 \series bold
13858
13859 \backslash
13860 textcolor{色}{色付けをする文}
13861 \series default
13862 という書式で使用することができます。
13863 \end_layout
13864
13865 \begin_layout Subsection
13866 段落ボックス
13867 \begin_inset CommandInset label
13868 LatexCommand label
13869 name "sub:段落ボックス"
13870
13871 \end_inset
13872
13873
13874 \begin_inset Index
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878 ぼっくす@ボックス ! だんらく@段落
13879 \end_layout
13880
13881 \end_inset
13882
13883
13884 \begin_inset Index
13885 status collapsed
13886
13887 \begin_layout Plain Layout
13888 ぼっくす@ボックス ! parbox|see
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 {
13895 \end_layout
13896
13897 \end_inset
13898
13899 ボックス ! 段落ボックス
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 \end_layout
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \begin_layout Standard
13919 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13920 \family sans
13921 挿入\SpecialChar \menuseparator
13922 ボックス
13923 \family default
13924 メニューかツールバーボタン
13925 \begin_inset Graphics
13926         filename ../../images/box-insert.png
13927         scale 85
13928
13929 \end_inset
13930
13931 で作成することができます。
13932 \end_layout
13933
13934 \begin_layout Standard
13935 以下の例は、行中の縁付きparboxを示したものです。
13936 \end_layout
13937
13938 \begin_layout Standard
13939 \begin_inset VSpace medskip
13940 \end_inset
13941
13942 この行は、
13943 \begin_inset Box Boxed
13944 position "c"
13945 hor_pos "c"
13946 has_inner_box 1
13947 inner_pos "t"
13948 use_parbox 1
13949 width "5cm"
13950 special "none"
13951 height "1in"
13952 height_special "totalheight"
13953 status open
13954
13955 \begin_layout Plain Layout
13956 これは段落ボックスです。これはちょうど5
13957 \begin_inset space \thinspace{}
13958 \end_inset
13959
13960 cmの幅になっており、以下のように数式を含めることもできます。
13961 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968
13969 parboxの入った行です。
13970 \end_layout
13971
13972 \begin_layout Standard
13973 \begin_inset VSpace medskip
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13981 \emph on
13982 装飾
13983 \emph default
13984 :簡素な長方形の箱型、
13985 \emph on
13986 内部ボックス
13987 \emph default
13988 :parboxコマンド、
13989 \emph on
13990
13991 \emph default
13992 :5
13993 \begin_inset space \thinspace{}
13994 \end_inset
13995
13996 cm、
13997 \emph on
13998 垂直ボックス配置
13999 \emph default
14000 :中央、に設定されています。
14001 \end_layout
14002
14003 \begin_layout Standard
14004 \begin_inset VSpace medskip
14005 \end_inset
14006
14007 LaTeXでは、parboxは、以下の書式を持つ
14008 \series bold
14009
14010 \backslash
14011 parbox
14012 \series default
14013
14014 \begin_inset Index
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018 こまんど@コマンド ! P ! 
14019 \backslash
14020 parbox
14021 \end_layout
14022
14023 \end_inset
14024
14025 コマンドによって作られます。
14026 \end_layout
14027
14028 \begin_layout Standard
14029
14030 \series bold
14031
14032 \backslash
14033 parbox[位置]{幅}{ボックスの内容}
14034 \end_layout
14035
14036 \begin_layout Standard
14037 「位置」は、
14038 \emph on
14039 b
14040 \emph default
14041
14042 \emph on
14043 t
14044 \emph default
14045 の値をとることができます。下揃えを意味する
14046 \emph on
14047 b
14048 \emph default
14049
14050 \bar under
14051 b
14052 \bar default
14053 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14054 \emph on
14055 t
14056 \emph default
14057
14058 \bar under
14059 t
14060 \bar default
14061 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14062 \emph on
14063 Boxes
14064 \emph default
14065 の節をご参照下さい。
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset VSpace bigskip
14070 \end_inset
14071
14072 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14073 \series bold
14074 parbox{
14075 \backslash
14076 linewidth-2
14077 \backslash
14078 fboxsep-2
14079 \backslash
14080 fboxrule}{
14081 \series default
14082 というコマンドを挿入します。ここで
14083 \series bold
14084
14085 \backslash
14086 linewidth
14087 \begin_inset Index
14088 status collapsed
14089
14090 \begin_layout Plain Layout
14091 こまんど@コマンド ! L ! 
14092 \backslash
14093 linewidth
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \series default
14100 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14101 \begin_inset Foot
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105 \begin_inset CommandInset href
14106 LatexCommand href
14107 name "LyX-bug #4483"
14108 target "http://www.lyx.org/trac/ticket/4483"
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \end_inset
14116
14117 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14118 \series bold
14119 calc
14120 \series default
14121
14122 \begin_inset Foot
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126
14127 \series bold
14128 calc
14129 \series default
14130 は、標準的LaTeX頒布版のすべてに含まれています。
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 ぱっけーじ@パッケージ ! calc
14141 \end_layout
14142
14143 \end_inset
14144
14145 を、LaTeXプリアンブル中で
14146 \end_layout
14147
14148 \begin_layout Standard
14149
14150 \series bold
14151
14152 \backslash
14153 usepackage{calc}
14154 \end_layout
14155
14156 \begin_layout Standard
14157 のように読み込んでおく必要があります。数式の後では、TeXモードで
14158 \series bold
14159 }}
14160 \series default
14161 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 fboxsep 5mm 
14170 \backslash
14171 fboxrule 5mm
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185
14186 \backslash
14187 fbox{
14188 \backslash
14189 parbox{
14190 \backslash
14191 linewidth-2
14192 \backslash
14193 fboxsep-2
14194 \backslash
14195 fboxrule}{
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \begin_inset Formula \begin{equation}
14202 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14203
14204 \end_inset
14205
14206
14207 \begin_inset ERT
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211
14212 }}
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \begin_inset ERT
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 fboxrule 0.4pt 
14226 \backslash
14227 fboxsep 3pt
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \begin_inset VSpace medskip
14237 \end_inset
14238
14239
14240 \series bold
14241
14242 \backslash
14243 fbox
14244 \series default
14245 の引数としてparboxが使われているので、この場合には、
14246 \series bold
14247
14248 \backslash
14249 fbox
14250 \series default
14251 を使おうが
14252 \series bold
14253
14254 \backslash
14255 boxed
14256 \series default
14257 を使おうが、差は生じません。
14258 \end_layout
14259
14260 \begin_layout Standard
14261 \begin_inset VSpace bigskip
14262 \end_inset
14263
14264 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14265 \series bold
14266
14267 \backslash
14268 parbox
14269 \series default
14270
14271 \series bold
14272
14273 \backslash
14274 tag
14275 \series default
14276 コマンドといっしょに使います(
14277 \series bold
14278
14279 \backslash
14280 tag
14281 \series default
14282 についての詳細は、第
14283 \begin_inset CommandInset ref
14284 LatexCommand ref
14285 reference "sub:ユーザー定義番号"
14286
14287 \end_inset
14288
14289 節をご参照下さい)
14290 \end_layout
14291
14292 \begin_layout Standard
14293 以下は、
14294 \series bold
14295
14296 \backslash
14297 parbox
14298 \series default
14299 を使ってコメントを付けた数式の例です。
14300 \end_layout
14301
14302 \begin_layout Standard
14303 \begin_inset ERT
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307
14308
14309 \backslash
14310 [5x-7b=3b
14311 \backslash
14312 tag*{
14313 \backslash
14314 parbox{5cm}{
14315 \end_layout
14316
14317 \end_inset
14318
14319 これは説明です。数式や多行数式本体からはっきりと離れています。
14320 \begin_inset ERT
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324
14325 }}
14326 \backslash
14327 ]
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \begin_layout Standard
14336 LyXは、まだ数式中での
14337 \series bold
14338
14339 \backslash
14340 parbox
14341 \series default
14342 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14343 \end_layout
14344
14345 \begin_layout Standard
14346 まず、
14347 \series bold
14348
14349 \backslash
14350 [5x-7b=3b
14351 \backslash
14352 tag*
14353 \backslash
14354 {
14355 \backslash
14356 parbox{5cm}{
14357 \series default
14358 というコマンドをTeXモードで挿入します
14359 \begin_inset Foot
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364 \series bold
14365 行頭下げ
14366 \series default
14367 数式様式を使用している時には、
14368 \series bold
14369
14370 \backslash
14371 tag*
14372 \backslash
14373 {
14374 \series default
14375 の代わりに
14376 \series bold
14377
14378 \backslash
14379 hfill
14380 \series default
14381 を用いることもできます(数式様式に関しては、第
14382 \begin_inset CommandInset ref
14383 LatexCommand ref
14384 reference "sec:数式様式"
14385
14386 \end_inset
14387
14388 節をご参照下さい)。
14389 \end_layout
14390
14391 \end_inset
14392
14393 。それから、説明を通常のテキストとして入れ、最後に
14394 \series bold
14395 }}
14396 \backslash
14397 ]
14398 \series default
14399 をTeXモードで挿入します。ここで
14400 \series bold
14401
14402 \backslash
14403 [
14404 \series default
14405 および
14406 \series bold
14407
14408 \backslash
14409 ]
14410 \series default
14411 コマンドは別行建て数式を作るためのものです。
14412 \end_layout
14413
14414 \begin_layout Standard
14415
14416 \series bold
14417
14418 \backslash
14419 parbox
14420 \series default
14421 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14422 \begin_inset Formula \[
14423 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \begin_layout Section
14431 演算子
14432 \begin_inset Index
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 えんざんし@演算子
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Subsection
14445 大演算子
14446 \begin_inset CommandInset label
14447 LatexCommand label
14448 name "sub:大演算子"
14449
14450 \end_inset
14451
14452
14453 \begin_inset Index
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457 えんざんし@演算子 ! だい@大
14458 \end_layout
14459
14460 \end_inset
14461
14462
14463 \begin_inset Index
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467 わ@和
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \begin_inset Index
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 せきぶんきごう@積分記号
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14487 \family sans
14488 数式オプション
14489 \family default
14490 の面にある
14491 \family sans
14492 esintパッケージを自動的に使う
14493 \family default
14494 オプションを有効にしなくてはなりません。
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset space \hfill{}
14499 \end_inset
14500
14501
14502 \begin_inset Tabular
14503 <lyxtabular version="3" rows="9" columns="2">
14504 <features>
14505 <column alignment="center" valignment="top" width="0pt">
14506 <column alignment="center" valignment="top" width="0pt">
14507 <row>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 コマンド
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521 出力
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \backslash
14534 sum
14535 \begin_inset Index
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 こまんど@コマンド ! S ! 
14540 \backslash
14541 sum
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset Formula $\sum$
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 <row>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569
14570 \backslash
14571 int
14572 \begin_inset Index
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576 こまんど@コマンド ! I ! 
14577 \backslash
14578 int
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 \begin_inset Formula $\int$
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 <row>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606
14607 \backslash
14608 oint
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 \begin_inset Formula $\oint$
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631
14632 \backslash
14633 ointctrclockwise
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642 \begin_inset Formula $\ointctrclockwise$
14643 \end_inset
14644
14645
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 <row>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656
14657 \backslash
14658 ointclockwise
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667 \begin_inset Formula $\ointclockwise$
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 </row>
14676 <row>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681
14682 \backslash
14683 sqint
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 \begin_inset Formula $\sqint$
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 </row>
14701 <row>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706
14707 \backslash
14708 bigcap
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 \begin_inset Formula $\bigcap$
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731
14732 \backslash
14733 bigcup
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742 \begin_inset Formula $\bigcup$
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 </row>
14751 </lyxtabular>
14752
14753 \end_inset
14754
14755
14756 \begin_inset space \hfill{}
14757 \end_inset
14758
14759
14760 \begin_inset Tabular
14761 <lyxtabular version="3" rows="10" columns="2">
14762 <features>
14763 <column alignment="center" valignment="top" width="0pt">
14764 <column alignment="center" valignment="top" width="0pt">
14765 <row>
14766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770 コマンド
14771 \end_layout
14772
14773 \end_inset
14774 </cell>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 出力
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 </row>
14785 <row>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790
14791 \backslash
14792 prod
14793 \begin_inset Index
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797 こまんど@コマンド ! P ! 
14798 \backslash
14799 prod
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 \begin_inset Formula $\prod$
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827
14828 \backslash
14829 coprod
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Formula $\coprod$
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 bigodot
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 \begin_inset Formula $\bigodot$
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 <row>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \backslash
14879 bigotimes
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\bigotimes$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 bigoplus
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\bigoplus$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 bigwedge
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\bigwedge$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 bigvee
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\bigvee$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 bigsqcup
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\bigsqcup$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 biguplus
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset Formula $\biguplus$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 </lyxtabular>
15023
15024 \end_inset
15025
15026
15027 \begin_inset space \hfill{}
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \begin_layout Standard
15034 すべての大演算子は、数式ツールバーボタンの
15035 \begin_inset Graphics
15036         filename ../../images/math/intop.png
15037         scale 85
15038
15039 \end_inset
15040
15041 でも挿入することができます。
15042 \end_layout
15043
15044 \begin_layout Standard
15045 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15046 \end_layout
15047
15048 \begin_layout Standard
15049 積分演算子はすべて、
15050 \series bold
15051
15052 \backslash
15053 intop
15054 \series default
15055
15056 \series bold
15057
15058 \backslash
15059 ointop
15060 \series default
15061 のように、
15062 \series bold
15063 op
15064 \series default
15065 で終わる別バージョンがあります。これらの演算子は、
15066 \series bold
15067
15068 \backslash
15069 int
15070 \series default
15071 とは範囲の表示のしかたが異なります。第
15072 \begin_inset CommandInset ref
15073 LatexCommand ref
15074 reference "sub:演算子の範囲"
15075
15076 \end_inset
15077
15078 節をご参照下さい。
15079 \end_layout
15080
15081 \begin_layout Subsubsection*
15082 積分の子細
15083 \end_layout
15084
15085 \begin_layout Standard
15086 積分中で用いられる文字
15087 \emph on
15088 d
15089 \emph default
15090 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15091 \emph on
15092 d
15093 \emph default
15094 を選択して、短絡キー
15095 \begin_inset Info
15096 type  "shortcut"
15097 arg   "font-roman"
15098 \end_inset
15099
15100 を用います
15101 \begin_inset Foot
15102 status collapsed
15103
15104 \begin_layout Plain Layout
15105 文字様式については、第
15106 \begin_inset CommandInset ref
15107 LatexCommand ref
15108 reference "sub:書体様式"
15109
15110 \end_inset
15111
15112 節参照。
15113 \end_layout
15114
15115 \end_inset
15116
15117 。最後に、演算子の慣例に倣って、
15118 \emph on
15119 d
15120 \emph default
15121 の前に最小空白を挿入しなくてはなりません。たとえば、
15122 \end_layout
15123
15124 \begin_layout Standard
15125 正しくない例:
15126 \begin_inset Formula $\int A(x)dx$
15127 \end_inset
15128
15129
15130 \begin_inset Newline newline
15131 \end_inset
15132
15133 正しい
15134 \begin_inset ERT
15135 status collapsed
15136
15137 \begin_layout Plain Layout
15138
15139
15140 \backslash
15141 hphantom{ない}
15142 \end_layout
15143
15144 \end_inset
15145
15146 例:
15147 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \begin_layout Standard
15154 多重積分に関しては、以下のコマンドがあります。
15155 \begin_inset VSpace medskip
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 \begin_inset space \hfill{}
15163 \end_inset
15164
15165
15166 \begin_inset Tabular
15167 <lyxtabular version="3" rows="4" columns="2">
15168 <features>
15169 <column alignment="center" valignment="top" width="0">
15170 <column alignment="center" valignment="top" width="0">
15171 <row>
15172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 コマンド
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 出力
15186 \begin_inset Note Note
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190 ここで
15191 \series bold
15192
15193 \backslash
15194 raisebox
15195 \series default
15196 はスペーサーとして使用しているだけです。
15197 \end_layout
15198
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \backslash
15214 iint
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 oiint
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \backslash
15264 sqiint
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 </lyxtabular>
15283
15284 \end_inset
15285
15286
15287 \begin_inset space \hfill{}
15288 \end_inset
15289
15290
15291 \begin_inset Tabular
15292 <lyxtabular version="3" rows="4" columns="2">
15293 <features>
15294 <column alignment="center" valignment="top" width="0">
15295 <column alignment="center" valignment="top" width="0">
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 コマンド
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 出力
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \backslash
15323 iiint
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \backslash
15348 iiiint
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row>
15367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371
15372 \backslash
15373 dotsint
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 </lyxtabular>
15392
15393 \end_inset
15394
15395
15396 \begin_inset space \hfill{}
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Subsection
15403 演算子の範囲
15404 \begin_inset CommandInset label
15405 LatexCommand label
15406 name "sub:演算子の範囲"
15407
15408 \end_inset
15409
15410
15411 \begin_inset Index
15412 status collapsed
15413
15414 \begin_layout Plain Layout
15415 えんざんし@演算子 ! はんい@範囲
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \begin_layout Standard
15424 範囲は、上付き文字と下付き文字とで作成することができます。
15425 \end_layout
15426
15427 \begin_layout Standard
15428 \align center
15429 \begin_inset Tabular
15430 <lyxtabular version="3" rows="2" columns="2">
15431 <features>
15432 <column alignment="center" valignment="top" width="0pt">
15433 <column alignment="center" valignment="top" width="0pt">
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 コマンド
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 出力
15449 \begin_inset Note Note
15450 status collapsed
15451
15452 \begin_layout Plain Layout
15453 ここで
15454 \series bold
15455
15456 \backslash
15457 raisebox
15458 \series default
15459 はスペーサーとして使用しているだけです。
15460 \end_layout
15461
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 prod^
15478 \backslash
15479 infty
15480 \begin_inset ERT
15481 status collapsed
15482
15483 \begin_layout Plain Layout
15484
15485
15486 \backslash
15487 spce 
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \begin_inset Formula $\to$
15494 \end_inset
15495
15496 _0
15497 \begin_inset Formula $\to$
15498 \end_inset
15499
15500 A(x)
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 </lyxtabular>
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \begin_layout Standard
15526 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15527 \end_layout
15528
15529 \begin_layout Standard
15530 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15531 \family sans
15532 編集\SpecialChar \menuseparator
15533 数式\SpecialChar \menuseparator
15534 範囲の表記を変更
15535 \family default
15536 メニューで
15537 \family sans
15538 \series bold
15539 行内形式
15540 \family default
15541 \series default
15542 (短絡キー
15543 \begin_inset Info
15544 type  "shortcut"
15545 arg   "math-limits"
15546 \end_inset
15547
15548 )を選択することで範囲形式を変更することができます。以下はその用例です。
15549 \end_layout
15550
15551 \begin_layout Standard
15552 既定の範囲形式は、以下のようになっています。
15553 \begin_inset Formula \[
15554 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15555
15556 \end_inset
15557
15558 以下は、範囲形式を
15559 \family sans
15560 \series bold
15561 行内形式
15562 \family default
15563 \series default
15564 に変更したときの表示です。
15565 \begin_inset Formula \[
15566 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15567
15568 \end_inset
15569
15570
15571 \series bold
15572
15573 \backslash
15574 intop
15575 \series default
15576
15577 \series bold
15578
15579 \backslash
15580 ointop
15581 \series default
15582 などのように
15583 \series bold
15584 op
15585 \series default
15586 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15587 の例では、範囲形式を
15588 \series bold
15589 別行建て形式
15590 \series default
15591 にして積分記号の下に置くようにしています。
15592 \begin_inset Formula \begin{equation}
15593 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset VSpace medskip
15602 \end_inset
15603
15604 範囲に条件を指定したい場合には、
15605 \series bold
15606
15607 \backslash
15608 subarray
15609 \series default
15610
15611 \begin_inset Index
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615 こまんど@コマンド ! S ! 
15616 \backslash
15617 subarray
15618 \end_layout
15619
15620 \end_inset
15621
15622 コマンドや
15623 \series bold
15624
15625 \backslash
15626 substack
15627 \series default
15628
15629 \begin_inset Index
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 こまんど@コマンド ! S ! 
15634 \backslash
15635 substack
15636 \end_layout
15637
15638 \end_inset
15639
15640 コマンドを使用します。たとえば、以下の表記 
15641 \begin_inset Formula \begin{equation}
15642 \sum_{\begin{subarray}{c}
15643 0<k<1000\\
15644 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 を作成するには、以下のようにしなくてはなりません。
15653 \begin_inset Newline newline
15654 \end_inset
15655
15656 まず、
15657 \series bold
15658
15659 \backslash
15660 sum
15661 \series default
15662 ^
15663 \series bold
15664 n
15665 \begin_inset ERT
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669
15670
15671 \backslash
15672 spce 
15673 \end_layout
15674
15675 \end_inset
15676
15677 _
15678 \series default
15679 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15680 \series bold
15681
15682 \backslash
15683 subarray
15684 \begin_inset ERT
15685 status collapsed
15686
15687 \begin_layout Plain Layout
15688
15689
15690 \backslash
15691 spce 
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \series default
15698 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15699 \begin_inset Info
15700 type  "shortcut"
15701 arg   "newline-insert newline"
15702 \end_inset
15703
15704 )を挿入することで作ることができます。ここに
15705 \begin_inset Newline newline
15706 \end_inset
15707
15708
15709 \series bold
15710 0
15711 \begin_inset Formula $\boldsymbol{<}$
15712 \end_inset
15713
15714 k
15715 \begin_inset Formula $\boldsymbol{<}$
15716 \end_inset
15717
15718 1000 Ctrl+Return
15719 \begin_inset Newline newline
15720 \end_inset
15721
15722
15723 \series default
15724 と入力すると、新規行のための新しい枠が現れます。
15725 \end_layout
15726
15727 \begin_layout Standard
15728 各行の揃え方は、
15729 \family sans
15730 表ツールバー
15731 \family default
15732
15733 \family sans
15734 編集\SpecialChar \menuseparator
15735 行と列
15736 \family default
15737 メニューで変更することができますが、右揃えにするには、行頭に
15738 \series bold
15739
15740 \backslash
15741 hfill
15742 \begin_inset ERT
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 spce 
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \series default
15756 を挿入しなくてはなりません。
15757 \end_layout
15758
15759 \begin_layout Standard
15760
15761 \series bold
15762
15763 \backslash
15764 substack
15765 \series default
15766 コマンドは、各行がつねに中央揃えになることを除いては、
15767 \series bold
15768
15769 \backslash
15770 subarray
15771 \series default
15772 と同じです。
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \begin_inset VSpace bigskip
15777 \end_inset
15778
15779 演算子の後に来る文字は、範囲の横に来るので、
15780 \begin_inset CommandInset ref
15781 LatexCommand eqref
15782 reference "eq:substack"
15783
15784 \end_inset
15785
15786 式のように、演算子の横の余白が大きくなりすぎることがあります。
15787 \end_layout
15788
15789 \begin_layout Standard
15790 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15791 \end_layout
15792
15793 \begin_layout Standard
15794
15795 \series bold
15796
15797 \backslash
15798 def
15799 \backslash
15800 clap#1{
15801 \backslash
15802 hbox to 0pt{
15803 \backslash
15804 hss #1
15805 \backslash
15806 hss}}
15807 \begin_inset Newline newline
15808 \end_inset
15809
15810
15811 \backslash
15812 def
15813 \backslash
15814 mathclap {
15815 \backslash
15816 mathpalette 
15817 \backslash
15818 mathclapinternal}
15819 \begin_inset Newline newline
15820 \end_inset
15821
15822
15823 \backslash
15824 def
15825 \backslash
15826 mathclapinternal #1#2{
15827 \backslash
15828 clap{$
15829 \backslash
15830 mathsurround =0pt #1{#2}$}}
15831 \end_layout
15832
15833 \begin_layout Standard
15834 これは、範囲の幅を0
15835 \begin_inset space \thinspace{}
15836 \end_inset
15837
15838 ptに設定する
15839 \series bold
15840
15841 \backslash
15842 mathclap
15843 \series default
15844
15845 \begin_inset Index
15846 status collapsed
15847
15848 \begin_layout Plain Layout
15849 こまんど@コマンド ! M ! 
15850 \backslash
15851 mathclap
15852 \end_layout
15853
15854 \end_inset
15855
15856 コマンドを定義しています。このコマンドの書式は、
15857 \end_layout
15858
15859 \begin_layout Standard
15860
15861 \series bold
15862
15863 \backslash
15864 mathclap{範囲}
15865 \end_layout
15866
15867 \begin_layout Standard
15868 となっていて、「範囲」には複数の条件を入れることができます。
15869 \end_layout
15870
15871 \begin_layout Standard
15872 これを
15873 \begin_inset CommandInset ref
15874 LatexCommand eqref
15875 reference "eq:substack"
15876
15877 \end_inset
15878
15879 式に応用すると、以下のようなコマンド
15880 \end_layout
15881
15882 \begin_layout Standard
15883
15884 \series bold
15885
15886 \backslash
15887 sum_
15888 \backslash
15889 mathclap{
15890 \backslash
15891 substack
15892 \begin_inset ERT
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896
15897
15898 \backslash
15899 spce 
15900 \end_layout
15901
15902 \end_inset
15903
15904 0
15905 \begin_inset Formula $\boldsymbol{<}$
15906 \end_inset
15907
15908 k
15909 \begin_inset Formula $\boldsymbol{<}$
15910 \end_inset
15911
15912 1000 Ctrl+Return
15913 \end_layout
15914
15915 \begin_layout Standard
15916 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15917 \begin_inset Formula \[
15918 \sum_{\mathclap{\substack{0<k<1000\\
15919 \\k\,\in\,\mathbb{N}}
15920 }}^{n}k^{-2}\]
15921
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \begin_layout Standard
15928 \begin_inset VSpace bigskip
15929 \end_inset
15930
15931 一つの範囲を複数の演算子に用いる方法が、第
15932 \begin_inset CommandInset ref
15933 LatexCommand ref
15934 reference "sub:自己定義演算子"
15935
15936 \end_inset
15937
15938 節に述べられています。
15939 \end_layout
15940
15941 \begin_layout Standard
15942 \begin_inset Newpage newpage
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \begin_layout Subsection
15949 二項演算子
15950 \begin_inset CommandInset label
15951 LatexCommand label
15952 name "sub:二項演算子"
15953
15954 \end_inset
15955
15956
15957 \begin_inset Index
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961 えんざんし@演算子 ! にこう@二項
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Standard
15970 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15971 \begin_inset VSpace medskip
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Standard
15978 \begin_inset space \hfill{}
15979 \end_inset
15980
15981
15982 \begin_inset Tabular
15983 <lyxtabular version="3" rows="13" columns="2">
15984 <features>
15985 <column alignment="center" valignment="top" width="0pt">
15986 <column alignment="center" valignment="top" width="0pt">
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 コマンド
15993 \begin_inset Note Note
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 ここで
15998 \series bold
15999
16000 \backslash
16001 raisebox
16002 \series default
16003 はスペーサーとして使用しているだけです。
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 出力
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 +
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 \begin_inset Formula $+$
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 </row>
16046 <row>
16047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 -
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 \begin_inset Formula $-$
16061 \end_inset
16062
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \backslash
16076 pm
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 \begin_inset Formula $\pm$
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099
16100 \backslash
16101 mp
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 \begin_inset Formula $\mp$
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \backslash
16126 cdot
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 \begin_inset Formula $\cdot$
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \backslash
16151 times
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 \begin_inset Formula $\times$
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 <row>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174
16175 \backslash
16176 div
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 \begin_inset Formula $\div$
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203
16204
16205 \backslash
16206 raisebox{-1.2mm}{
16207 \end_layout
16208
16209 \end_inset
16210
16211 *
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217 }
16218 \end_layout
16219
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 \begin_inset Formula $*$
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \backslash
16247 star
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 \begin_inset Formula $\star$
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \backslash
16272 circ
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Formula $\circ$
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295
16296 \backslash
16297 diamond
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Formula $\diamond$
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \backslash
16322 bullet
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 \begin_inset Formula $\bullet$
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 </lyxtabular>
16341
16342 \end_inset
16343
16344
16345 \begin_inset space \hfill{}
16346 \end_inset
16347
16348
16349 \begin_inset Tabular
16350 <lyxtabular version="3" rows="13" columns="2">
16351 <features>
16352 <column alignment="center" valignment="top" width="0pt">
16353 <column alignment="center" valignment="top" width="0pt">
16354 <row>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 コマンド
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 出力
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379
16380 \backslash
16381 nabla
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Formula $\nabla$
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404
16405 \backslash
16406 bigtriangledown
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 \begin_inset Formula $\bigtriangledown$
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 <row>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \backslash
16431 bigtriangleup
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 \begin_inset Formula $\bigtriangleup$
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \backslash
16456 Box
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 \begin_inset Formula $\Box$
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \backslash
16481 cap 
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 \begin_inset Formula $\cap$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \backslash
16506 cup
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $\cup$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \backslash
16531 dagger
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Formula $\dagger$
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554
16555 \backslash
16556 ddagger
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 \begin_inset Formula $\ddagger$
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \backslash
16581 wr
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 \begin_inset Formula $\wr$
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 </row>
16599 <row>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604
16605 \backslash
16606 bigcirc
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 \begin_inset Formula $\bigcirc$
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629
16630 \backslash
16631 wedge
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 \begin_inset Formula $\wedge$
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 <row>
16650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654
16655 \backslash
16656 vee
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 \begin_inset Formula $\vee$
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 </lyxtabular>
16675
16676 \end_inset
16677
16678
16679 \begin_inset space \hfill{}
16680 \end_inset
16681
16682
16683 \begin_inset Tabular
16684 <lyxtabular version="3" rows="13" columns="2">
16685 <features>
16686 <column alignment="center" valignment="top" width="0pt">
16687 <column alignment="center" valignment="top" width="0pt">
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 コマンド
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 出力
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 oplus
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\oplus$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 ominus
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\ominus$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 otimes
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\otimes$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \backslash
16790 oslash
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $\oslash$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \backslash
16815 odot
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\odot$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \backslash
16840 amalg
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $\amalg$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \backslash
16865 uplus
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\uplus$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 setminus
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\setminus$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \backslash
16915 sqcap
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $\sqcap$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \backslash
16940 sqcup
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Formula $\sqcup$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 <row>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \backslash
16965 triangleleft
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 \begin_inset Formula $\triangleleft$
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 <row>
16984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \backslash
16990 triangleright
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 \begin_inset Formula $\triangleright$
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \begin_inset space \hfill{}
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \begin_layout Standard
17020 二項演算子は、すべて数式ツールバーボタンの
17021 \begin_inset Graphics
17022         filename ../../images/math/pm.png
17023         scale 85
17024
17025 \end_inset
17026
17027 から挿入することもできます。
17028 \end_layout
17029
17030 \begin_layout Standard
17031 ラプラス演算子を組版するには、
17032 \series bold
17033
17034 \backslash
17035 bigtriangleup
17036 \series default
17037 以外に、
17038 \series bold
17039
17040 \backslash
17041 Delta
17042 \series default
17043
17044 \series bold
17045
17046 \backslash
17047 nabla
17048 \series default
17049 ^
17050 \series bold
17051 2
17052 \series default
17053
17054 \begin_inset Formula $\nabla^{2}$
17055 \end_inset
17056
17057 )を使用することもできます。
17058 \end_layout
17059
17060 \begin_layout Standard
17061
17062 \family sans
17063 挿入\SpecialChar \menuseparator
17064 特殊文字
17065 \family default
17066 メニューの
17067 \family sans
17068 メニュー区切り
17069 \family default
17070 で入力される文字は、
17071 \series bold
17072
17073 \backslash
17074 triangleright
17075 \series default
17076 演算子です。
17077 \end_layout
17078
17079 \begin_layout Subsection
17080 自己定義演算子
17081 \begin_inset CommandInset label
17082 LatexCommand label
17083 name "sub:自己定義演算子"
17084
17085 \end_inset
17086
17087
17088 \begin_inset Index
17089 status collapsed
17090
17091 \begin_layout Plain Layout
17092 えんざんし@演算子 ! じこていぎ@自己定義
17093 \end_layout
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \begin_layout Standard
17101 LaTeXプリアンブルで
17102 \series bold
17103
17104 \backslash
17105 DeclareMathOperator
17106 \series default
17107
17108 \begin_inset Index
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112 こまんど@コマンド ! D ! 
17113 \backslash
17114 dbinom@
17115 \backslash
17116 DeclareMathOperator
17117 \end_layout
17118
17119 \end_inset
17120
17121 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17122 \end_layout
17123
17124 \begin_layout Standard
17125
17126 \series bold
17127
17128 \backslash
17129 DeclareMathOperator{新規コマンド}{表示}
17130 \end_layout
17131
17132 \begin_layout Standard
17133 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17134 \begin_inset CommandInset ref
17135 LatexCommand ref
17136 reference "sub:演算子の範囲"
17137
17138 \end_inset
17139
17140 節で述べられた範囲を指定することができます。
17141 \end_layout
17142
17143 \begin_layout Standard
17144 たとえば、以下のようなLaTeXプリアンブル行
17145 \end_layout
17146
17147 \begin_layout Standard
17148
17149 \series bold
17150
17151 \backslash
17152 DeclareMathOperator*{
17153 \backslash
17154 Lozenge}{
17155 \backslash
17156 blacklozenge}
17157 \end_layout
17158
17159 \begin_layout Standard
17160 は、第
17161 \begin_inset CommandInset ref
17162 LatexCommand ref
17163 reference "sub:その他の記号"
17164
17165 \end_inset
17166
17167 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17168 \series bold
17169
17170 \backslash
17171 Lozenge
17172 \series default
17173 を定義します。
17174 \begin_inset Formula \[
17175 \Lozenge_{n=1}^{\infty}\]
17176
17177 \end_inset
17178
17179 上記の数式を作るコマンドは、
17180 \series bold
17181
17182 \backslash
17183 Lozenge
17184 \series default
17185 ^
17186 \series bold
17187
17188 \backslash
17189 infty
17190 \begin_inset Formula $\to$
17191 \end_inset
17192
17193 _n=1
17194 \series default
17195 です。
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \begin_inset VSpace bigskip
17200 \end_inset
17201
17202 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17203 \series bold
17204
17205 \backslash
17206 mathop
17207 \series default
17208
17209 \begin_inset Index
17210 status collapsed
17211
17212 \begin_layout Plain Layout
17213 こまんど@コマンド ! M ! 
17214 \backslash
17215 mathop
17216 \end_layout
17217
17218 \end_inset
17219
17220 コマンドおよび
17221 \series bold
17222
17223 \backslash
17224 mathbin
17225 \series default
17226
17227 \begin_inset Index
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 こまんど@コマンド ! M ! 
17232 \backslash
17233 mathbin
17234 \end_layout
17235
17236 \end_inset
17237
17238 コマンドを用いて定義を行うこともできます。
17239 \end_layout
17240
17241 \begin_layout Standard
17242 (書式)
17243 \series bold
17244
17245 \backslash
17246 mathop{表示}
17247 \series default
17248 および
17249 \series bold
17250
17251 \backslash
17252 mathbin{表示}
17253 \end_layout
17254
17255 \begin_layout Standard
17256
17257 \series bold
17258
17259 \backslash
17260 mathop
17261 \series default
17262 は大演算子を定義し、
17263 \series bold
17264
17265 \backslash
17266 mathbin
17267 \series default
17268 は二項演算子を定義します。
17269 \end_layout
17270
17271 \begin_layout Standard
17272 たとえば
17273 \series bold
17274
17275 \backslash
17276 mathop
17277 \series default
17278 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17279 \end_layout
17280
17281 \begin_layout Standard
17282 \begin_inset Formula \[
17283 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17284
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Standard
17291 上記の数式では
17292 \begin_inset Newline newline
17293 \end_inset
17294
17295
17296 \series bold
17297
17298 \backslash
17299 mathop{
17300 \backslash
17301 sum
17302 \backslash
17303 negmedspace
17304 \backslash
17305 sum
17306 \series default
17307
17308 \begin_inset ERT
17309 status collapsed
17310
17311 \begin_layout Plain Layout
17312
17313
17314 \backslash
17315 spce 
17316 \end_layout
17317
17318 \end_inset
17319
17320
17321 \series bold
17322
17323 \begin_inset Formula $\to$
17324 \end_inset
17325
17326 ^N
17327 \series default
17328
17329 \begin_inset ERT
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333
17334
17335 \backslash
17336 spce 
17337 \end_layout
17338
17339 \end_inset
17340
17341
17342 \series bold
17343 _i,j=1
17344 \begin_inset Newline newline
17345 \end_inset
17346
17347
17348 \series default
17349 というコマンドを用いています。
17350 \end_layout
17351
17352 \begin_layout Section
17353 書体
17354 \begin_inset Index
17355 status collapsed
17356
17357 \begin_layout Plain Layout
17358 しょたい@書体
17359 \end_layout
17360
17361 \end_inset
17362
17363
17364 \begin_inset Index
17365 status collapsed
17366
17367 \begin_layout Plain Layout
17368 ふぉんと@フォント | see
17369 \begin_inset ERT
17370 status collapsed
17371
17372 \begin_layout Plain Layout
17373
17374 {
17375 \end_layout
17376
17377 \end_inset
17378
17379 書体
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 \end_layout
17392
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Subsection
17399 書体様式
17400 \begin_inset CommandInset label
17401 LatexCommand label
17402 name "sub:書体様式"
17403
17404 \end_inset
17405
17406
17407 \begin_inset Index
17408 status collapsed
17409
17410 \begin_layout Plain Layout
17411 しょたい@書体 ! ようしき@様式
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \begin_layout Standard
17420 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17421 \begin_inset VSpace -2mm
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \begin_layout Standard
17428 \align center
17429 \begin_inset Tabular
17430 <lyxtabular version="3" rows="6" columns="3">
17431 <features>
17432 <column alignment="center" valignment="top" width="0">
17433 <column alignment="center" valignment="top" width="0">
17434 <column alignment="center" valignment="top" width="0">
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 コマンド
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 出力
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 短絡キー
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 mathbb
17472 \series bold
17473
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 spce 
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \series default
17488 ABC
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 \begin_inset Formula $\mathbb{ABC}$
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 \begin_inset Info
17510 type  "shortcut"
17511 arg   "font-noun"
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525
17526 \backslash
17527 mathbf
17528 \series bold
17529
17530 \begin_inset ERT
17531 status collapsed
17532
17533 \begin_layout Plain Layout
17534
17535
17536 \backslash
17537 spce 
17538 \end_layout
17539
17540 \end_inset
17541
17542
17543 \series default
17544 AbC
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\mathbf{AbC}$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Info
17566 type  "shortcut"
17567 arg   "font-bold"
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \backslash
17583 boldsymbol
17584 \series bold
17585
17586 \begin_inset ERT
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590
17591
17592 \backslash
17593 spce 
17594 \end_layout
17595
17596 \end_inset
17597
17598
17599 \series default
17600 AbC
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset Formula $\boldsymbol{AbC}$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Info
17622 type  "shortcuts"
17623 arg   "font-boldsymbol"
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 <row>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \backslash
17639 mathcal
17640 \series bold
17641
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 spce 
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \series default
17656 ABC
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665 \begin_inset Formula $\mathcal{ABC}$
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Info
17678 type  "shortcut"
17679 arg   "font-emph"
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 mathfrak
17696 \series bold
17697
17698 \begin_inset ERT
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702
17703
17704 \backslash
17705 spce 
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \series default
17712 AbC
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721 \begin_inset Formula $\mathfrak{AbC}$
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 -
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 </lyxtabular>
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Standard
17747 \align center
17748 \begin_inset Tabular
17749 <lyxtabular version="3" rows="5" columns="3">
17750 <features>
17751 <column alignment="center" valignment="top" width="0">
17752 <column alignment="center" valignment="top" width="0">
17753 <column alignment="center" valignment="top" width="0">
17754 <row>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 コマンド
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 出力
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 短絡キー
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 </row>
17783 <row>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788
17789 \backslash
17790 mathit
17791 \series bold
17792
17793 \begin_inset ERT
17794 status collapsed
17795
17796 \begin_layout Plain Layout
17797
17798
17799 \backslash
17800 spce 
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \series default
17807 AbC
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 \begin_inset Formula $\mathit{AbC}$
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 -
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \backslash
17841 mathrm
17842 \series bold
17843
17844 \begin_inset ERT
17845 status collapsed
17846
17847 \begin_layout Plain Layout
17848
17849
17850 \backslash
17851 spce 
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \series default
17858 AbC
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 \begin_inset Formula $\mathrm{AbC}$
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 \begin_inset Info
17880 type  "shortcut"
17881 arg   "font-roman"
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 <row>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895
17896 \backslash
17897 mathsf
17898 \series bold
17899
17900 \begin_inset ERT
17901 status collapsed
17902
17903 \begin_layout Plain Layout
17904
17905
17906 \backslash
17907 spce 
17908 \end_layout
17909
17910 \end_inset
17911
17912
17913 \series default
17914 AbC
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 \begin_inset Formula $\mathsf{AbC}$
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Info
17936 type  "shortcut"
17937 arg   "font-sans"
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \backslash
17953 mathtt
17954 \series bold
17955
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 spce 
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \series default
17970 AbC
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\mathtt{AbC}$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 \begin_inset Info
17992 type  "shortcut"
17993 arg   "font-typewriter"
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 </row>
18002 </lyxtabular>
18003
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \begin_layout Standard
18010 \begin_inset Note Greyedout
18011 status open
18012
18013 \begin_layout Plain Layout
18014
18015 \series bold
18016 (注意)
18017 \backslash
18018 mathbb
18019 \series default
18020 様式と
18021 \series bold
18022
18023 \backslash
18024 mathcal
18025 \series default
18026 様式は、大文字にのみ使用することができます。
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 既定では、
18036 \series bold
18037
18038 \backslash
18039 mathnormal
18040 \series default
18041 様式に設定されています。
18042 \end_layout
18043
18044 \begin_layout Standard
18045 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18046 \begin_inset Formula \[
18047 \mathfrak{A=\frac{b}{C}}\]
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Standard
18055 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18056 \series bold
18057
18058 \backslash
18059 textrm
18060 \series default
18061 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18062 \begin_inset Foot
18063 status collapsed
18064
18065 \begin_layout Plain Layout
18066 \begin_inset CommandInset href
18067 LatexCommand href
18068 name "LyX-bug #4629"
18069 target "http://www.lyx.org/trac/ticket/4629"
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Standard
18082 書体様式コマンドの代わりに、
18083 \family sans
18084 編集\SpecialChar \menuseparator
18085 数学\SpecialChar \menuseparator
18086 文字様式
18087 \family default
18088 ダイアログや、
18089 \begin_inset Graphics
18090         filename ../../images/math/font.png
18091         scale 85
18092
18093 \end_inset
18094
18095 を使用することもできます。
18096 \end_layout
18097
18098 \begin_layout Subsection
18099 ボールド体の数式
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "sub:ボールド体の数式"
18103
18104 \end_inset
18105
18106
18107 \begin_inset Index
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111 すうしき@数式 ! ぼーるどたい@ボールド体
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \begin_layout Standard
18120 数式全体をボールド体にしようとすると、前節の
18121 \series bold
18122
18123 \backslash
18124 mathbf
18125 \series default
18126 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18127 字してしまいます。
18128 \end_layout
18129
18130 \begin_layout Standard
18131 \begin_inset Formula \[
18132 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18133
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \begin_layout Standard
18140 この数式を正しく表示するには、以下のように、
18141 \series bold
18142
18143 \backslash
18144 boldsymbol
18145 \series default
18146 コマンドを使用します。
18147 \begin_inset Formula \[
18148 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18149
18150 \end_inset
18151
18152 また、数式を
18153 \series bold
18154 boldmath環境
18155 \series default
18156 に設定する方法もあります。この環境は、TeXモードで
18157 \series bold
18158
18159 \backslash
18160 boldmath
18161 \begin_inset Index
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 こまんど@コマンド ! B ! 
18166 \backslash
18167 boldmath
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \series default
18174 コマンドを挿入することによって作ることができます。環境を閉じるには、
18175 \series bold
18176
18177 \backslash
18178 unboldmath
18179 \begin_inset Index
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183 こまんど@コマンド ! U ! 
18184 \backslash
18185 unboldmath
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \series default
18192 コマンドをTeXモードで挿入します。
18193 \begin_inset ERT
18194 status collapsed
18195
18196 \begin_layout Plain Layout
18197
18198
18199 \backslash
18200 boldmath 
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \begin_inset Formula \[
18207 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18208
18209 \end_inset
18210
18211
18212 \begin_inset ERT
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216
18217
18218 \backslash
18219 unboldmath 
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Subsection
18228 色付きの数式
18229 \begin_inset Index
18230 status collapsed
18231
18232 \begin_layout Plain Layout
18233 すうしき@数式 ! いろつき@色付き
18234 \end_layout
18235
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \begin_layout Standard
18242 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18243 \begin_inset Formula \[
18244 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \begin_layout Standard
18252
18253 \begin_inset CommandInset ref
18254 LatexCommand ref
18255 reference "sub:色付きボックス"
18256
18257 \end_inset
18258
18259 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18260 \series bold
18261
18262 \backslash
18263 textcolor
18264 \series default
18265
18266 \begin_inset Index
18267 status collapsed
18268
18269 \begin_layout Plain Layout
18270 こまんど@コマンド ! T ! 
18271 \backslash
18272 textcolor
18273 \end_layout
18274
18275 \end_inset
18276
18277 TeXコードコマンドで適用することができます。
18278 \end_layout
18279
18280 \begin_layout Standard
18281
18282 \series bold
18283
18284 \backslash
18285 textcolor{色}{文字ないし数式}
18286 \end_layout
18287
18288 \begin_layout Standard
18289 下記の例は、全体を濃緑にし、一部を赤にしています。
18290 \end_layout
18291
18292 \begin_layout Standard
18293 \begin_inset ERT
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297
18298
18299 \backslash
18300 textcolor{darkgreen}{
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \begin_inset Formula \[
18307 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18308
18309 \end_inset
18310
18311
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317 }
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Standard
18326 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18327 \begin_inset Foot
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 \begin_inset CommandInset href
18332 LatexCommand href
18333 name "LyX-bug #5269"
18334 target "http://www.lyx.org/trac/ticket/5269"
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Subsection
18347 書体寸法
18348 \begin_inset CommandInset label
18349 LatexCommand label
18350 name "sub:書体寸法"
18351
18352 \end_inset
18353
18354
18355 \begin_inset Index
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359 しょたい@書体 ! すんぽう@寸法
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18369 \end_layout
18370
18371 \begin_layout Standard
18372
18373 \series bold
18374
18375 \backslash
18376 Huge
18377 \series default
18378
18379 \series bold
18380
18381 \backslash
18382 huge
18383 \series default
18384
18385 \series bold
18386
18387 \backslash
18388 LARGE
18389 \series default
18390
18391 \series bold
18392
18393 \backslash
18394 Large
18395 \series default
18396
18397 \series bold
18398
18399 \backslash
18400 large
18401 \series default
18402
18403 \series bold
18404
18405 \backslash
18406 normalsize
18407 \series default
18408
18409 \series bold
18410
18411 \backslash
18412 small
18413 \series default
18414 ,
18415 \begin_inset Newline newline
18416 \end_inset
18417
18418
18419 \series bold
18420
18421 \backslash
18422 footnotesize
18423 \series default
18424
18425 \series bold
18426
18427 \backslash
18428 scriptsize
18429 \series default
18430 、および
18431 \series bold
18432
18433 \backslash
18434 tiny
18435 \end_layout
18436
18437 \begin_layout Standard
18438 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18439 \series bold
18440
18441 \backslash
18442 normalsize
18443 \series default
18444 コマンドに設定されます。他のコマンドは、
18445 \series bold
18446
18447 \backslash
18448 normalsize
18449 \series default
18450 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18451 \begin_inset space \thinspace{}
18452 \end_inset
18453
18454 ptであるならば、
18455 \series bold
18456
18457 \backslash
18458 Huge
18459 \series default
18460 コマンドは
18461 \series bold
18462
18463 \backslash
18464 huge
18465 \series default
18466 コマンドと同じ大きさに落とされます。
18467 \end_layout
18468
18469 \begin_layout Standard
18470 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18471 \series bold
18472
18473 \backslash
18474 normalsize
18475 \series default
18476 コマンドを挿入します。
18477 \end_layout
18478
18479 \begin_layout Standard
18480 \begin_inset Newpage newpage
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Standard
18487 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18488 \end_layout
18489
18490 \begin_layout Standard
18491 \noindent
18492 \align center
18493 \begin_inset Tabular
18494 <lyxtabular version="3" rows="5" columns="2">
18495 <features>
18496 <column alignment="center" valignment="top" width="0">
18497 <column alignment="center" valignment="top" width="0">
18498 <row>
18499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 コマンド
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 出力
18513 \begin_inset Note Note
18514 status collapsed
18515
18516 \begin_layout Plain Layout
18517
18518 \series bold
18519
18520 \backslash
18521 raisebox
18522 \series default
18523  はスペーサーとして使用されているだけです。
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 </row>
18534 <row>
18535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \backslash
18541 displaystyle
18542 \begin_inset Index
18543 status collapsed
18544
18545 \begin_layout Plain Layout
18546 こまんど@コマンド ! D ! 
18547 \backslash
18548 displaystyle
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 </row>
18571 <row>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \backslash
18578 textstyle
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 <row>
18597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \backslash
18603 scriptstyle
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \backslash
18628 scriptscriptstyle
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 </lyxtabular>
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18655 \end_layout
18656
18657 \begin_layout Standard
18658 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18659 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18660 \begin_inset VSpace -2mm
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 \begin_inset ERT
18668 status collapsed
18669
18670 \begin_layout Plain Layout
18671
18672
18673 \backslash
18674 huge 
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \begin_inset Formula \[
18681 A=\frac{B}{c}\cdot\maltese\]
18682
18683 \end_inset
18684
18685
18686 \begin_inset Formula \[
18687 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18688
18689 \end_inset
18690
18691
18692 \begin_inset ERT
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696
18697
18698 \backslash
18699 normalsize 
18700 \end_layout
18701
18702 \end_inset
18703
18704
18705 \end_layout
18706
18707 \begin_layout Standard
18708 \begin_inset VSpace medskip
18709 \end_inset
18710
18711 二つの式の前には、
18712 \series bold
18713
18714 \backslash
18715 huge
18716 \series default
18717 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18718 \begin_inset Newline newline
18719 \end_inset
18720
18721
18722 \series bold
18723
18724 \backslash
18725 maltese
18726 \begin_inset ERT
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730
18731
18732 \backslash
18733 spce 
18734 \end_layout
18735
18736 \end_inset
18737
18738 A Alt+M M 
18739 \backslash
18740 Large
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 spce 
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \backslash
18755 maltese
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 spce 
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \backslash
18770 textit
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 spce 
18779 \end_layout
18780
18781 \end_inset
18782
18783 A
18784 \begin_inset Formula $\to$
18785 \end_inset
18786
18787
18788 \begin_inset Formula $\to$
18789 \end_inset
18790
18791
18792 \begin_inset Newline newline
18793 \end_inset
18794
18795
18796 \begin_inset space \hspace*{}
18797 \length 1cm
18798 \end_inset
18799
18800 Alt+M
18801 \series default
18802  
18803 \series bold
18804
18805 \backslash
18806 tiny
18807 \begin_inset ERT
18808 status collapsed
18809
18810 \begin_layout Plain Layout
18811
18812
18813 \backslash
18814 spce 
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \backslash
18821 maltese
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 spce 
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \backslash
18836 textit
18837 \begin_inset ERT
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841
18842
18843 \backslash
18844 spce 
18845 \end_layout
18846
18847 \end_inset
18848
18849 A
18850 \begin_inset Newline newline
18851 \end_inset
18852
18853
18854 \series default
18855 のようになります。
18856 \end_layout
18857
18858 \begin_layout Standard
18859 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18860 \begin_inset Newpage newpage
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Section
18867 ギリシャ文字
18868 \begin_inset Index
18869 status collapsed
18870
18871 \begin_layout Plain Layout
18872 ぎりしゃもじ@ギリシャ文字
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Standard
18881 すべてのギリシャ文字は、ツールバーボタンの
18882 \begin_inset Graphics
18883         filename ../../images/math/alpha.png
18884         scale 85
18885
18886 \end_inset
18887
18888 からでも挿入することができます。
18889 \end_layout
18890
18891 \begin_layout Subsection
18892 小文字
18893 \begin_inset Index
18894 status collapsed
18895
18896 \begin_layout Plain Layout
18897 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Standard
18906 \begin_inset space \hfill{}
18907 \end_inset
18908
18909
18910 \begin_inset Tabular
18911 <lyxtabular version="3" rows="11" columns="2">
18912 <features>
18913 <column alignment="center" valignment="top" width="0pt">
18914 <column alignment="center" valignment="top" width="0pt">
18915 <row>
18916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 コマンド
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 出力
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \backslash
18942 alpha
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Formula $\alpha$
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \backslash
18967 beta
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset Formula $\beta$
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \backslash
18992 gamma
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 \begin_inset Formula $\gamma$
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 <row>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015
19016 \backslash
19017 delta
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Formula $\delta$
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \backslash
19042 epsilon
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 \begin_inset Formula $\epsilon$
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \backslash
19067 varepsilon
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 \begin_inset Formula $\varepsilon$
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \backslash
19092 zeta
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Formula $\zeta$
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \backslash
19117 eta
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Formula $\eta$
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \backslash
19142 theta
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Formula $\theta$
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \backslash
19167 vartheta
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Formula $\vartheta$
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 </lyxtabular>
19186
19187 \end_inset
19188
19189
19190 \begin_inset space \hfill{}
19191 \end_inset
19192
19193
19194 \begin_inset Tabular
19195 <lyxtabular version="3" rows="12" columns="2">
19196 <features>
19197 <column alignment="center" valignment="top" width="0pt">
19198 <column alignment="center" valignment="top" width="0pt">
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 コマンド
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 出力
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \backslash
19226 iota
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 \begin_inset Formula $\iota$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 kappa
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Formula $\kappa$
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \backslash
19276 varkappa
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 \begin_inset Formula $\varkappa$
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \backslash
19301 lambda
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 \begin_inset Formula $\lambda$
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 </row>
19319 <row>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \backslash
19326 mu
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset Formula $\mu$
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \backslash
19351 nu
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Formula $\nu$
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \backslash
19376 xi
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Formula $\xi$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 o
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $o$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \backslash
19424 pi
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset Formula $\pi$
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \backslash
19449 varpi
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 \begin_inset Formula $\varpi$
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472
19473 \backslash
19474 rho
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 \begin_inset Formula $\rho$
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 </lyxtabular>
19493
19494 \end_inset
19495
19496
19497 \begin_inset space \hfill{}
19498 \end_inset
19499
19500
19501 \begin_inset Tabular
19502 <lyxtabular version="3" rows="11" columns="2">
19503 <features>
19504 <column alignment="center" valignment="top" width="0pt">
19505 <column alignment="center" valignment="top" width="0pt">
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 コマンド
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520 出力
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 varrho
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\varrho$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 sigma
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\sigma$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 varsigma
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\varsigma$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 tau
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\tau$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 upsilon
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\upsilon$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \backslash
19658 phi
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $\phi$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 varphi
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\varphi$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 chi
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\chi$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 psi
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\psi$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 omega
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\omega$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 </lyxtabular>
19777
19778 \end_inset
19779
19780
19781 \begin_inset space \hfill{}
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Standard
19788 \begin_inset VSpace medskip
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 アップライト体のギリシャ文字を作成する方法は、第
19796 \begin_inset CommandInset ref
19797 LatexCommand ref
19798 reference "sub:アップライト体ギリシャ小文字"
19799
19800 \end_inset
19801
19802 節に説明されています。
19803 \end_layout
19804
19805 \begin_layout Subsection
19806 大文字
19807 \begin_inset Index
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Standard
19820 \begin_inset space \hfill{}
19821 \end_inset
19822
19823
19824 \begin_inset Tabular
19825 <lyxtabular version="3" rows="7" columns="2">
19826 <features>
19827 <column alignment="center" valignment="top" width="0pt">
19828 <column alignment="center" valignment="top" width="0pt">
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \family roman
19836 \series medium
19837 \shape up
19838 \size normal
19839 \emph off
19840 \bar no
19841 \noun off
19842 \color none
19843 コマンド
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \family roman
19854 \series medium
19855 \shape up
19856 \size normal
19857 \emph off
19858 \bar no
19859 \noun off
19860 \color none
19861 出力
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 <row>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \backslash
19874 Gamma
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 \begin_inset Formula $\Gamma$
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 Delta
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\Delta$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 Theta
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\Theta$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 Lambda
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\Lambda$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \backslash
19974 Xi
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 \begin_inset Formula $\Xi$
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 <row>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \backslash
19999 Pi
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Formula $\Pi$
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 </lyxtabular>
20018
20019 \end_inset
20020
20021
20022 \begin_inset space \hfill{}
20023 \end_inset
20024
20025
20026 \begin_inset Tabular
20027 <lyxtabular version="3" rows="6" columns="2">
20028 <features>
20029 <column alignment="center" valignment="top" width="0pt">
20030 <column alignment="center" valignment="top" width="0pt">
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \family roman
20038 \series medium
20039 \shape up
20040 \size normal
20041 \emph off
20042 \bar no
20043 \noun off
20044 \color none
20045 コマンド
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \family roman
20056 \series medium
20057 \shape up
20058 \size normal
20059 \emph off
20060 \bar no
20061 \noun off
20062 \color none
20063 出力
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \backslash
20076 Sigma
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\Sigma$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \backslash
20101 Upsilon
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Formula $\Upsilon$
20111 \end_inset
20112
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 Phi
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\Phi$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149
20150 \backslash
20151 Psi
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 \begin_inset Formula $\Psi$
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 <row>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174
20175 \backslash
20176 Omega
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $\Omega$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 </lyxtabular>
20195
20196 \end_inset
20197
20198
20199 \begin_inset space \hfill{}
20200 \end_inset
20201
20202
20203 \end_layout
20204
20205 \begin_layout Standard
20206 \begin_inset VSpace medskip
20207 \end_inset
20208
20209 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20210 ドの頭に
20211 \series bold
20212 var
20213 \series default
20214 を付けてください。たとえば、
20215 \series bold
20216
20217 \backslash
20218 varGamma
20219 \series default
20220 コマンドは、
20221 \begin_inset Formula $\varGamma$
20222 \end_inset
20223
20224 を生成します。
20225 \end_layout
20226
20227 \begin_layout Subsection
20228 ボールド体
20229 \begin_inset Index
20230 status collapsed
20231
20232 \begin_layout Plain Layout
20233 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \begin_layout Standard
20242 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20243 \series bold
20244
20245 \backslash
20246 boldsymbol
20247 \series default
20248 コマンドのみです
20249 \begin_inset Index
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253 こまんど@コマンド ! B ! 
20254 \backslash
20255 boldsymbol
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \begin_layout Standard
20264 \align center
20265 \begin_inset Tabular
20266 <lyxtabular version="3" rows="3" columns="2">
20267 <features>
20268 <column alignment="center" valignment="top" width="0">
20269 <column alignment="center" valignment="top" width="0">
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 コマンド
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 出力
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 Upsilon
20298 \backslash
20299 boldsymbol
20300 \backslash
20301 Upsilon
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 theta
20327 \backslash
20328 boldsymbol
20329 \backslash
20330 theta
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\theta\boldsymbol{\theta}$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 </lyxtabular>
20349
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \begin_layout Section
20356 記号
20357 \begin_inset ERT
20358 status collapsed
20359
20360 \begin_layout Plain Layout
20361
20362
20363 \backslash
20364 texorpdfstring{
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \begin_inset Foot
20371 status collapsed
20372
20373 \begin_layout Plain Layout
20374 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20375 \begin_inset CommandInset citation
20376 LatexCommand cite
20377 key "Symbols"
20378
20379 \end_inset
20380
20381 にあります。
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \begin_inset ERT
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391
20392 }{}
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \begin_inset Note Note
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20405 \end_layout
20406
20407 \begin_layout Plain Layout
20408
20409 \backslash
20410 texorpdfstringについての詳細は、第
20411 \begin_inset CommandInset ref
20412 LatexCommand ref
20413 reference "sub:節見出し中の数式"
20414
20415 \end_inset
20416
20417 節にあります。
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \begin_inset Index
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427 きごう@記号
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Standard
20436 本節に掲げてある各記号の多くは、ツールバーボタンの
20437 \begin_inset Graphics
20438         filename ../../images/math/nabla.png
20439         scale 85
20440
20441 \end_inset
20442
20443
20444 \begin_inset Graphics
20445         filename ../../images/math/digamma.png
20446         scale 85
20447
20448 \end_inset
20449
20450 でも挿入することができます。
20451 \end_layout
20452
20453 \begin_layout Subsection
20454 数学記号
20455 \begin_inset CommandInset label
20456 LatexCommand label
20457 name "sub:数学記号"
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 きごう@記号 ! すうがく@数学
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \begin_inset space \hfill{}
20476 \end_inset
20477
20478
20479 \begin_inset Tabular
20480 <lyxtabular version="3" rows="10" columns="2">
20481 <features>
20482 <column alignment="center" valignment="top" width="0pt">
20483 <column alignment="center" valignment="top" width="0pt">
20484 <row>
20485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 コマンド
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 出力
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 neg
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\neg$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 Im
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\Im$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 Re
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\Re$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 aleph
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\aleph$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 partial
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\partial$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 infty
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\infty$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \backslash
20661 wp
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Formula $\wp$
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 imath
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\imath$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 jmath
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\jmath$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 </lyxtabular>
20730
20731 \end_inset
20732
20733
20734 \begin_inset space \hfill{}
20735 \end_inset
20736
20737
20738 \begin_inset Tabular
20739 <lyxtabular version="3" rows="10" columns="2">
20740 <features>
20741 <column alignment="center" valignment="top" width="0pt">
20742 <column alignment="center" valignment="top" width="0pt">
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 コマンド
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 出力
20758 \begin_inset Note Note
20759 status collapsed
20760
20761 \begin_layout Plain Layout
20762 ここで
20763 \series bold
20764
20765 \backslash
20766 raisebox
20767 \series default
20768 はスペーサーとして使用しているだけです。
20769 \end_layout
20770
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 forall
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\forall$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 exists
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\exists$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 nexists
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\nexists$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 emptyset
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\emptyset$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 varnothing
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\varnothing$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 dag
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 \begin_inset Formula $\dag$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 ddag
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\ddag$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 complement
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset ERT
20971 status collapsed
20972
20973 \begin_layout Plain Layout
20974
20975
20976 \backslash
20977 raisebox{-0.8mm}{
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \begin_inset Formula $\complement$
20984 \end_inset
20985
20986
20987 \begin_inset ERT
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991
20992 }
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 </row>
21003 <row>
21004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008
21009 \backslash
21010 Bbbk
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Formula $\Bbbk$
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 </row>
21028 </lyxtabular>
21029
21030 \end_inset
21031
21032
21033 \begin_inset space \hfill{}
21034 \end_inset
21035
21036
21037 \begin_inset Tabular
21038 <lyxtabular version="3" rows="10" columns="2">
21039 <features>
21040 <column alignment="center" valignment="top" width="0pt">
21041 <column alignment="center" valignment="top" width="0pt">
21042 <row>
21043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 コマンド
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 出力
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \backslash
21069 prime
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $\prime$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 </row>
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 backprime
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\backprime$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \backslash
21119 mho
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $\mho$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \backslash
21144 triangle
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $\triangle$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 angle
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\angle$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 measuredangle
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\measuredangle$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 sphericalangle
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\sphericalangle$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 top
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\top$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 bot
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\bot$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 </lyxtabular>
21288
21289 \end_inset
21290
21291
21292 \begin_inset space \hfill{}
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \begin_layout Subsection
21299 その他の記号
21300 \begin_inset CommandInset label
21301 LatexCommand label
21302 name "sub:その他の記号"
21303
21304 \end_inset
21305
21306
21307 \begin_inset Index
21308 status collapsed
21309
21310 \begin_layout Plain Layout
21311 きごう@記号 ! そのた@その他
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \begin_layout Standard
21320 \noindent
21321 \align center
21322 \begin_inset Tabular
21323 <lyxtabular version="3" rows="10" columns="2">
21324 <features>
21325 <column alignment="center" valignment="top" width="0pt">
21326 <column alignment="center" valignment="top" width="0pt">
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \family roman
21334 \series medium
21335 \shape up
21336 \size normal
21337 \emph off
21338 \bar no
21339 \noun off
21340 \color none
21341 コマンド
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \family roman
21352 \series medium
21353 \shape up
21354 \size normal
21355 \emph off
21356 \bar no
21357 \noun off
21358 \color none
21359 出力
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 flat
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\flat$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 natural
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\natural$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 sharp
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 \begin_inset Formula $\sharp$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row>
21441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445
21446 \backslash
21447 surd
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 \begin_inset Formula $\surd$
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row>
21466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \backslash
21472 checkmark
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Formula $\checkmark$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
21491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \backslash
21497 yen
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\yen$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \backslash
21522 pounds
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\pounds$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 $
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\$$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 §
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset Formula $§$
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 </row>
21586 </lyxtabular>
21587
21588 \end_inset
21589
21590
21591 \begin_inset Tabular
21592 <lyxtabular version="3" rows="10" columns="2">
21593 <features>
21594 <column alignment="center" valignment="top" width="0">
21595 <column alignment="center" valignment="top" width="0">
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601
21602 \family roman
21603 \series medium
21604 \shape up
21605 \size normal
21606 \emph off
21607 \bar no
21608 \noun off
21609 \color none
21610 コマンド
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \family roman
21621 \series medium
21622 \shape up
21623 \size normal
21624 \emph off
21625 \bar no
21626 \noun off
21627 \color none
21628 出力
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639
21640 \backslash
21641 hbar
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $\hbar$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664
21665 \backslash
21666 hslash
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 \begin_inset Formula $\hslash$
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689
21690 \backslash
21691 clubsuit
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 \begin_inset Formula $\clubsuit$
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 spadesuit
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\spadesuit$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 bigstar
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\bigstar$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \backslash
21766 blacklozenge
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\blacklozenge$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \backslash
21791 blacktriangle
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\blacktriangle$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 blacktiangledown
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\blacktriangledown$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 bullet
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Formula $\bullet$
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 </lyxtabular>
21860
21861 \end_inset
21862
21863
21864 \begin_inset Tabular
21865 <lyxtabular version="3" rows="10" columns="2">
21866 <features>
21867 <column alignment="center" valignment="top" width="0pt">
21868 <column alignment="center" valignment="top" width="0pt">
21869 <row>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \family roman
21876 \series medium
21877 \shape up
21878 \size normal
21879 \emph off
21880 \bar no
21881 \noun off
21882 \color none
21883 コマンド
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \family roman
21894 \series medium
21895 \shape up
21896 \size normal
21897 \emph off
21898 \bar no
21899 \noun off
21900 \color none
21901 出力
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \backslash
21914 diamondsuit
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Formula $\diamondsuit$
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 </row>
21932 <row>
21933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \backslash
21939 Diamond
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 \begin_inset Formula $\Diamond$
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 <row>
21958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \backslash
21964 heartsuit
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Formula $\heartsuit$
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 <row>
21983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987
21988 \backslash
21989 P
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Formula $\P$
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 </row>
22007 <row>
22008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \backslash
22014 copyright
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 \begin_inset Formula $\copyright$
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 </row>
22032 <row>
22033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \backslash
22039 circledR
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Formula $\circledR$
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \backslash
22064 maltese
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 \begin_inset Formula $\maltese$
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \backslash
22089 diagup
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Formula $\diagup$
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 diagdown
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\diagdown$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 </lyxtabular>
22133
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Standard
22140 \begin_inset VSpace medskip
22141 \end_inset
22142
22143 ここにある以上の記号が、第
22144 \begin_inset CommandInset ref
22145 LatexCommand ref
22146 reference "sub:他の特殊文字"
22147
22148 \end_inset
22149
22150 節に挙げてあります。
22151 \end_layout
22152
22153 \begin_layout Standard
22154 寸法を変えて表示することのできる記号もあります。第
22155 \begin_inset CommandInset ref
22156 LatexCommand ref
22157 reference "sub:書体寸法"
22158
22159 \end_inset
22160
22161 節をご参照下さい。
22162 \end_layout
22163
22164 \begin_layout Subsection
22165 ユーロ通貨記号€
22166 \begin_inset Index
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \begin_inset Index
22177 status collapsed
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 @
22183 \begin_inset ERT
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187
22188
22189 \backslash
22190 officialeuro
22191 \end_layout
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22205 \series bold
22206 eurosym
22207 \series default
22208
22209 \begin_inset Index
22210 status collapsed
22211
22212 \begin_layout Plain Layout
22213 ぱっけーじ@パッケージ ! eurosym
22214 \end_layout
22215
22216 \end_inset
22217
22218 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 usepackage[gennarrow]{eurosym}
22227 \end_layout
22228
22229 \begin_layout Standard
22230 すると、ユーロ通貨記号を
22231 \series bold
22232
22233 \backslash
22234 euro
22235 \series default
22236
22237 \begin_inset Index
22238 status collapsed
22239
22240 \begin_layout Plain Layout
22241 こまんど@コマンド ! E ! 
22242 \backslash
22243 euro
22244 \end_layout
22245
22246 \end_inset
22247
22248 コマンドで挿入することができるようになります。
22249 \end_layout
22250
22251 \begin_layout Standard
22252 数式テキストには、
22253 \series bold
22254 eurosym
22255 \series default
22256 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22257 \series bold
22258 eurosym
22259 \series default
22260 が導入されていれば、
22261 \series bold
22262
22263 \backslash
22264 euro
22265 \series default
22266 はTeXモードでも挿入することができます。また、正式な通貨記号を
22267 \series bold
22268
22269 \backslash
22270 officialeuro
22271 \series default
22272
22273 \begin_inset Index
22274 status collapsed
22275
22276 \begin_layout Plain Layout
22277 こまんど@コマンド ! O ! 
22278 \backslash
22279 officialeuro
22280 \end_layout
22281
22282 \end_inset
22283
22284 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22285 \end_layout
22286
22287 \begin_layout Standard
22288 \begin_inset ERT
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292
22293
22294 \backslash
22295 ifeurosym 
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \begin_inset Note Note
22302 status open
22303
22304 \begin_layout Plain Layout
22305 以下の表は、LaTeXパッケージ
22306 \series bold
22307 eurosym
22308 \series default
22309 が導入済みのときのみ表示されます。
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Standard
22318 以下は、各ユーロ通貨記号のまとめです。
22319 \end_layout
22320
22321 \begin_layout Standard
22322 \align center
22323 \begin_inset Tabular
22324 <lyxtabular version="3" rows="4" columns="3">
22325 <features>
22326 <column alignment="center" valignment="top" width="0pt">
22327 <column alignment="center" valignment="top" width="0pt">
22328 <column alignment="center" valignment="top" width="0pt">
22329 <row>
22330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 コマンド
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 出力
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 数式
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \backslash
22374 euro
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 \begin_inset Formula $\euro$
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 数式テキスト
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\mbox{€}$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 <row>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 TeXモード
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 officialeuro
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset ERT
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453
22454
22455 \backslash
22456 officialeuro
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 </lyxtabular>
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Standard
22475 \begin_inset ERT
22476 status collapsed
22477
22478 \begin_layout Plain Layout
22479
22480
22481 \backslash
22482 else 
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \begin_inset Note Note
22489 status open
22490
22491 \begin_layout Plain Layout
22492 以下は、LaTeXパッケージ
22493 \series bold
22494 eurosym
22495 \series default
22496 が導入されていないときのみ表示されます。
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Standard
22505 本節の残りを出力としてみるためには、LaTeXパッケージ
22506 \series bold
22507 eurosym
22508 \series default
22509 を導入する必要があります。
22510 \end_layout
22511
22512 \begin_layout Standard
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517
22518
22519 \backslash
22520 fi 
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Section
22529 関係子
22530 \begin_inset CommandInset label
22531 LatexCommand label
22532 name "sec:関係子"
22533
22534 \end_inset
22535
22536
22537 \begin_inset Index
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541 かんけいし@関係子
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \begin_inset Index
22548 status collapsed
22549
22550 \begin_layout Plain Layout
22551 ひかくし@比較子|see
22552 \begin_inset ERT
22553 status collapsed
22554
22555 \begin_layout Plain Layout
22556
22557 {
22558 \end_layout
22559
22560 \end_inset
22561
22562 関係子
22563 \begin_inset ERT
22564 status collapsed
22565
22566 \begin_layout Plain Layout
22567
22568 }
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \begin_layout Standard
22582 関係子はすべて、ツールバーボタンの
22583 \begin_inset Graphics
22584         filename ../../images/math/leq.png
22585         scale 85
22586
22587 \end_inset
22588
22589 でも挿入することができます。
22590 \end_layout
22591
22592 \begin_layout Standard
22593 \begin_inset space \hfill{}
22594 \end_inset
22595
22596
22597 \begin_inset Tabular
22598 <lyxtabular version="3" rows="17" columns="2">
22599 <features>
22600 <column alignment="center" valignment="top" width="0pt">
22601 <column alignment="center" valignment="top" width="0pt">
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 コマンド
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 出力
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $<$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $<$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 le
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\le$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 ll
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\ll$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \backslash
22705 prec
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $\prec$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 preceq
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\preceq$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 subset
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\subset$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 subseteq
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\subseteq$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 sqsubseteq
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\sqsubseteq$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 in
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\in$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 vdash
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\vdash$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 smile
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\smile$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 lhd
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\lhd$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 unlhd
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\unlhd$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 gtrless
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\gtrless$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 mid
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\mid$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 nmid
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\nmid$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 </lyxtabular>
23024
23025 \end_inset
23026
23027
23028 \begin_inset space \hfill{}
23029 \end_inset
23030
23031
23032 \begin_inset Tabular
23033 <lyxtabular version="3" rows="17" columns="2">
23034 <features>
23035 <column alignment="center" valignment="top" width="0pt">
23036 <column alignment="center" valignment="top" width="0pt">
23037 <row>
23038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 コマンド
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 出力
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 =
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $=$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 not=
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\not=$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 equiv
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\equiv$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 sim
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\sim$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 simeq
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\simeq$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 approx
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\approx$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 cong
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\cong$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 bowtie
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\bowtie$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 notin
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\notin$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 perp
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\perp$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 propto
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\propto$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 asymp
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\asymp$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 doteq
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\doteq$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 circeq
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\circeq$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 models
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\models$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 widehat=
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\widehat{=}$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 </lyxtabular>
23456
23457 \end_inset
23458
23459
23460 \begin_inset space \hfill{}
23461 \end_inset
23462
23463
23464 \begin_inset Tabular
23465 <lyxtabular version="3" rows="17" columns="2">
23466 <features>
23467 <column alignment="center" valignment="top" width="0pt">
23468 <column alignment="center" valignment="top" width="0pt">
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \family roman
23476 \series medium
23477 \shape up
23478 \size normal
23479 \emph off
23480 \bar no
23481 \noun off
23482 \color none
23483 コマンド
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \family roman
23494 \series medium
23495 \shape up
23496 \size normal
23497 \emph off
23498 \bar no
23499 \noun off
23500 \color none
23501 出力
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 </row>
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $>$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $>$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 ge
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\ge$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \backslash
23565 gg
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 \begin_inset Formula $\gg$
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \backslash
23590 succ
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $\succ$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 succeq
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\succeq$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 supset
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\supset$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 supseteq
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\supseteq$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 sqsupseteq
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\sqsupseteq$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 ni
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\ni$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 dashv
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\dashv$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 frown
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\frown$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 rhd
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\rhd$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \backslash
23815 unrhd
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $\unrhd$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 lessgtr
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\lessgtr$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 parallel
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\parallel$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 nparallel
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\nparallel$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 </lyxtabular>
23909
23910 \end_inset
23911
23912
23913 \begin_inset space \hfill{}
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 \begin_inset VSpace medskip
23921 \end_inset
23922
23923
23924 \series bold
23925
23926 \backslash
23927 lhd
23928 \series default
23929
23930 \series bold
23931
23932 \backslash
23933 rhd
23934 \series default
23935 の文字は、同じように見える演算子
23936 \series bold
23937
23938 \backslash
23939 triangleleft
23940 \series default
23941 および
23942 \series bold
23943
23944 \backslash
23945 triangleright
23946 \series default
23947 よりも大きくなっています。
23948 \end_layout
23949
23950 \begin_layout Standard
23951 関係子は、記号とは違って、つねに前後に余白が置かれます。
23952 \end_layout
23953
23954 \begin_layout Standard
23955
23956 \series bold
23957
23958 \backslash
23959 stackrel
23960 \series default
23961
23962 \begin_inset Index
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966 こまんど@コマンド ! S ! 
23967 \backslash
23968 stackrel
23969 \end_layout
23970
23971 \end_inset
23972
23973 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23974 \end_layout
23975
23976 \begin_layout Standard
23977 \align center
23978 \begin_inset Tabular
23979 <lyxtabular version="3" rows="2" columns="2">
23980 <features>
23981 <column alignment="center" valignment="top" width="0">
23982 <column alignment="center" valignment="top" width="0">
23983 <row>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 コマンド
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 出力
23998 \begin_inset Note Note
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 ここで
24003 \series bold
24004
24005 \backslash
24006 raisebox
24007 \series default
24008 はスペーサーとして使用しているだけです。
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 A(r)
24025 \backslash
24026 stackrel
24027 \begin_inset ERT
24028 status collapsed
24029
24030 \begin_layout Plain Layout
24031
24032
24033 \backslash
24034 spce 
24035 \end_layout
24036
24037 \end_inset
24038
24039 r
24040 \backslash
24041 to
24042 \backslash
24043 infty
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 spce 
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \begin_inset Formula $\downarrow$
24058 \end_inset
24059
24060
24061 \backslash
24062 approx
24063 \begin_inset ERT
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067
24068
24069 \backslash
24070 spce 
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081
24082 \backslash
24083 spce 
24084 \end_layout
24085
24086 \end_inset
24087
24088 B
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 </row>
24106 </lyxtabular>
24107
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \begin_layout Section
24114 函数
24115 \end_layout
24116
24117 \begin_layout Subsection
24118 定義済み函数
24119 \begin_inset CommandInset label
24120 LatexCommand label
24121 name "sub:定義済み函数"
24122
24123 \end_inset
24124
24125
24126 \begin_inset Index
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130 かんすう@函数 ! ていぎずみ@定義済み
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 一般的に、数式表現では変数は
24140 \shape italic
24141 イタリック体
24142 \shape default
24143 に設定されますが、函数名はイタリック体にしません。なぜなら、
24144 \begin_inset Formula $sin$
24145 \end_inset
24146
24147
24148 \begin_inset Formula $s\cdot i\cdot n$
24149 \end_inset
24150
24151 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24152 ックスラッシュを加えたコマンドとして挿入します。
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \align center
24157 \begin_inset Tabular
24158 <lyxtabular version="3" rows="2" columns="4">
24159 <features>
24160 <column alignment="center" valignment="top" width="0pt">
24161 <column alignment="center" valignment="top" width="0pt">
24162 <column alignment="center" valignment="top" width="0pt">
24163 <column alignment="center" valignment="top" width="0pt">
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 コマンド
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 出力
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 コマンド
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 出力
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 Asin(x)+B
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $Asin(x)+B$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 A
24229 \backslash
24230 sin(x)+B
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $A\sin(x)+B$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 </lyxtabular>
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Standard
24256 以下の函数が定義済みです。
24257 \end_layout
24258
24259 \begin_layout Standard
24260 \begin_inset VSpace -2mm
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Standard
24267 \align center
24268 \begin_inset Tabular
24269 <lyxtabular version="3" rows="9" columns="4">
24270 <features>
24271 <column alignment="center" valignment="top" width="0pt">
24272 <column alignment="center" valignment="top" width="0pt">
24273 <column alignment="center" valignment="top" width="0pt">
24274 <column alignment="center" valignment="top" width="0pt">
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 コマンド
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 コマンド
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 コマンド
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 コマンド
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 </row>
24313 <row>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318
24319 \backslash
24320 sin
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 sinh
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 arcsin
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 sup
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 cos
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 cosh
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 arccos
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 inf
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 tan
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 tanh
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 arctan
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 lim
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 </row>
24451 <row>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \backslash
24458 cot
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 coth
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 arg
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 liminf
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 </row>
24497 <row>
24498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502
24503 \backslash
24504 sec
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513
24514 \backslash
24515 min
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 deg
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 limsup
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 csc
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 max
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 det
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 Pr
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 </row>
24589 <row>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594
24595 \backslash
24596 ln
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605
24606 \backslash
24607 exp
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \backslash
24618 dim
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 hom
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 </row>
24635 <row>
24636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 lg
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 log
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 ker
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 gcd
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 </row>
24681 </lyxtabular>
24682
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Standard
24689 上記は、数式ツールバーボタンの
24690 \begin_inset Graphics
24691         filename ../../images/math/functions.png
24692         scale 85
24693
24694 \end_inset
24695
24696 でも挿入することができます。
24697 \end_layout
24698
24699 \begin_layout Subsection
24700 自己定義函数
24701 \begin_inset Index
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705 かんすう@函数 ! じこていぎ@自己定義
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24715 \end_layout
24716
24717 \begin_layout Itemize
24718 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24719 \begin_inset Foot
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723
24724 \series bold
24725
24726 \backslash
24727 DeclareMathOperator
24728 \series default
24729 についての詳細は、第
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "sub:自己定義演算子"
24733
24734 \end_inset
24735
24736 節をご参照下さい。
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \begin_inset Newline newline
24743 \end_inset
24744
24745
24746 \begin_inset VSpace -3mm
24747 \end_inset
24748
24749
24750 \begin_inset Newline newline
24751 \end_inset
24752
24753
24754 \series bold
24755
24756 \backslash
24757 DeclareMathOperator{
24758 \backslash
24759 sgn}{sgn}
24760 \series default
24761
24762 \begin_inset Index
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766 こまんど@コマンド ! D ! 
24767 \backslash
24768 dbinom@
24769 \backslash
24770 DeclareMathOperator
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \begin_inset Newline newline
24777 \end_inset
24778
24779
24780 \begin_inset VSpace -2mm
24781 \end_inset
24782
24783
24784 \begin_inset Newline newline
24785 \end_inset
24786
24787 これによって、新しく定義された函数を
24788 \series bold
24789
24790 \backslash
24791 sgn
24792 \series default
24793 コマンドで呼び出すことができるようになります。
24794 \end_layout
24795
24796 \begin_layout Itemize
24797 数式を普通に書き下し、函数名を選択して(上記の例では
24798 \emph on
24799 sgn
24800 \emph default
24801 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
24802 \end_layout
24803
24804 \begin_layout Standard
24805 双方とも定義済み函数と同等の出力をもたらします
24806 \begin_inset Foot
24807 status collapsed
24808
24809 \begin_layout Plain Layout
24810 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \align center
24820 \begin_inset Tabular
24821 <lyxtabular version="3" rows="3" columns="2">
24822 <features>
24823 <column alignment="center" valignment="top" width="0pt">
24824 <column alignment="center" valignment="top" width="0pt">
24825 <row>
24826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 コマンド
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 出力
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 </row>
24845 <row>
24846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 A
24851 \backslash
24852 sgn(x)+B
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 \begin_inset Formula $A\sgn(x)+B$
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 </row>
24870 <row>
24871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 A
24876 \backslash
24877 ,
24878 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24879 \end_inset
24880
24881 (x)+B
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 </row>
24899 </lyxtabular>
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
24908 \end_layout
24909
24910 \begin_layout Subsection
24911 極限
24912 \begin_inset Index
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 きょくげん@極限
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 極限用には、
24926 \series bold
24927
24928 \backslash
24929 lim
24930 \series default
24931
24932 \begin_inset Index
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 こまんど@コマンド ! L ! 
24937 \backslash
24938 lim
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \series bold
24945
24946 \backslash
24947 liminf
24948 \series default
24949
24950 \series bold
24951
24952 \backslash
24953 limsup
24954 \series default
24955 の他に、以下の函数があります。
24956 \end_layout
24957
24958 \begin_layout Standard
24959 \align center
24960 \begin_inset Tabular
24961 <lyxtabular version="3" rows="5" columns="2">
24962 <features>
24963 <column alignment="center" valignment="top" width="0">
24964 <column alignment="center" valignment="top" width="0">
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 コマンド
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 出力
24980 \begin_inset Note Note
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984 ここで
24985 \series bold
24986
24987 \backslash
24988 raisebox
24989 \series default
24990 はスペーサーとして使用しているだけです。
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 </row>
25001 <row>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 varliminf
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 \begin_inset Formula $\varliminf$
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 <row>
25027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 varlimsup
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042 \begin_inset Formula $\varlimsup$
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 <row>
25052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \backslash
25058 varprojlim
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 \begin_inset Formula $\varprojlim$
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081
25082 \backslash
25083 varinjlim
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 \begin_inset Formula $\varinjlim$
25093 \end_inset
25094
25095
25096 \begin_inset Formula $\raisebox{-2.5mm}{}$
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 </row>
25105 </lyxtabular>
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset VSpace medskip
25114 \end_inset
25115
25116 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25117 \end_layout
25118
25119 \begin_layout Standard
25120 \align center
25121 \begin_inset Tabular
25122 <lyxtabular version="3" rows="2" columns="2">
25123 <features>
25124 <column alignment="center" valignment="top" width="0pt">
25125 <column alignment="center" valignment="top" width="0pt">
25126 <row>
25127 <cell alignment="center" valignment="top" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 コマンド
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset space \hspace{}
25141 \length 1cm
25142 \end_inset
25143
25144 出力
25145 \begin_inset Note Note
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149 ここで
25150 \series bold
25151
25152 \backslash
25153 raisebox
25154 \series default
25155 はスペーサーとして使用しているだけです。
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 </row>
25166 <row>
25167 <cell alignment="center" valignment="top" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 lim_x
25174 \backslash
25175 to
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180
25181
25182 \backslash
25183 spce 
25184 \end_layout
25185
25186 \end_inset
25187
25188 A
25189 \begin_inset ERT
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193
25194
25195 \backslash
25196 spce 
25197 \end_layout
25198
25199 \end_inset
25200
25201 x=B
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 </lyxtabular>
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Standard
25227 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25228 \begin_inset Formula \[
25229 \lim_{x\to A}x=B\]
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Subsection
25237 剰余函数
25238 \begin_inset Index
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242 かんすう@函数 ! じょうよ@剰余
25243 \end_layout
25244
25245 \end_inset
25246
25247
25248 \begin_inset Index
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252 かんすう@函数 ! もじゅらす@モジュラス | see
25253 \begin_inset ERT
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257
25258 {
25259 \end_layout
25260
25261 \end_inset
25262
25263 剰余
25264 \begin_inset ERT
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268
25269 }
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Standard
25283 剰余函数は、特別に4つの派生型があります。
25284 \end_layout
25285
25286 \begin_layout Standard
25287 以下は、別行建て数式での派生型です。
25288 \begin_inset Formula \begin{align*}
25289 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25290 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25291 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25292 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25293 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25302 \end_layout
25303
25304 \begin_layout Section
25305 特殊文字
25306 \begin_inset Index
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 とくしゅもじ@特殊文字
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Subsection
25319 数式テキストにおける特殊文字
25320 \end_layout
25321
25322 \begin_layout Standard
25323 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25324 \end_layout
25325
25326 \begin_layout Standard
25327 \begin_inset space \hfill{}
25328 \end_inset
25329
25330
25331 \begin_inset Tabular
25332 <lyxtabular version="3" rows="8" columns="2">
25333 <features>
25334 <column alignment="block" valignment="top" width="0">
25335 <column alignment="block" valignment="top" width="0">
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 コマンド
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 出力
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 </row>
25356 <row>
25357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 oe
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 \begin_inset Formula $\textrm{œ}$
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 </row>
25381 <row>
25382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \backslash
25388 OE
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397 \begin_inset Formula $\textrm{Œ}$
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 </row>
25406 <row>
25407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 ae
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 \begin_inset Formula $\textrm{æ}$
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 </row>
25431 <row>
25432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 AE
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 \begin_inset Formula $\textrm{Æ}$
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 </row>
25456 <row>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 aa
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472 \begin_inset Formula $\textrm{\aa}$
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 </row>
25481 <row>
25482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 AA
25489 \begin_inset Index
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493
25494 \lang english
25495
25496 \backslash
25497 @
25498 \begin_inset ERT
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503
25504 \backslash
25505 textrm{
25506 \backslash
25507 AA}
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526 \begin_inset Formula $\textrm{Å}$
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 </row>
25535 <row>
25536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 i
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 \begin_inset Formula $\textrm{ı}$
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 </lyxtabular>
25561
25562 \end_inset
25563
25564
25565 \begin_inset space \hfill{}
25566 \end_inset
25567
25568
25569 \begin_inset Tabular
25570 <lyxtabular version="3" rows="8" columns="2">
25571 <features>
25572 <column alignment="block" valignment="top" width="0">
25573 <column alignment="center" valignment="top" width="0">
25574 <row>
25575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 コマンド
25580 \begin_inset Note Note
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584 0
25585 \begin_inset space \thinspace{}
25586 \end_inset
25587
25588 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 出力
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 o
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\textrm{ø}$
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 O
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\textrm{Ø}$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 l
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{ł}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 L
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\textrm{Ł}$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 !
25714 \begin_inset space \hspace{}
25715 \length 0mm
25716 \end_inset
25717
25718 `
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 spce 
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{!`}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 ?
25755 \begin_inset space \hspace{}
25756 \length 0mm
25757 \end_inset
25758
25759 `
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 spce 
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset Formula $\textrm{?`}$
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 j
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\textrm{ȷ}$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 </lyxtabular>
25816
25817 \end_inset
25818
25819
25820 \begin_inset space \hfill{}
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827 \begin_inset Formula $\textrm{\textrm{Å}}$
25828 \end_inset
25829
25830
25831 \begin_inset Formula $\textrm{\textrm{Ø}}$
25832 \end_inset
25833
25834 の各文字は、数式ツールバーボタンの
25835 \begin_inset Graphics
25836         filename ../../images/math/digamma.png
25837         scale 85
25838
25839 \end_inset
25840
25841 からも挿入することができます。
25842 \end_layout
25843
25844 \begin_layout Standard
25845 例外は、
25846 \series bold
25847 !
25848 \begin_inset space \hspace{}
25849 \length 0mm
25850 \end_inset
25851
25852 `
25853 \series default
25854
25855 \series bold
25856 ?
25857 \begin_inset space \hspace{}
25858 \length 0mm
25859 \end_inset
25860
25861 `
25862 \series default
25863 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25864 \end_layout
25865
25866 \begin_layout Subsection
25867 文章中のアクセント
25868 \begin_inset CommandInset label
25869 LatexCommand label
25870 name "sub:文章中のアクセント"
25871
25872 \end_inset
25873
25874
25875 \begin_inset Index
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \begin_inset space \hfill{}
25893 \end_inset
25894
25895
25896 \begin_inset Tabular
25897 <lyxtabular version="3" rows="8" columns="2">
25898 <features>
25899 <column alignment="block" valignment="top" width="0">
25900 <column alignment="block" valignment="top" width="0">
25901 <row>
25902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25903 \begin_inset Text
25904
25905 \begin_layout Plain Layout
25906 コマンド
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915 出力
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 </row>
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \backslash
25928
25929 \begin_inset Quotes grd
25930 \end_inset
25931
25932 e
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 \begin_inset ERT
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945
25946
25947 \backslash
25948 "e
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \backslash
25966 `e
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979
25980
25981 \backslash
25982 `e
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 <row>
25994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998
25999 \backslash
26000 ^
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005
26006
26007 \backslash
26008 spce 
26009 \end_layout
26010
26011 \end_inset
26012
26013 e
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022 \begin_inset ERT
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026
26027
26028 \backslash
26029 ^e
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 </row>
26040 <row>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045
26046 \backslash
26047 =e
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 =e
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 <row>
26075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079
26080 \backslash
26081 u
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 spce 
26090 \end_layout
26091
26092 \end_inset
26093
26094 e
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 u e
26111 \end_layout
26112
26113 \end_inset
26114
26115
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 </row>
26121 <row>
26122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126
26127 \backslash
26128 b
26129 \begin_inset ERT
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133
26134
26135 \backslash
26136 spce 
26137 \end_layout
26138
26139 \end_inset
26140
26141 e
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 b e
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 </row>
26168 <row>
26169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173
26174 \backslash
26175 t
26176 \begin_inset ERT
26177 status collapsed
26178
26179 \begin_layout Plain Layout
26180
26181
26182 \backslash
26183 spce 
26184 \end_layout
26185
26186 \end_inset
26187
26188 ee
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 \begin_inset ERT
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201
26202
26203 \backslash
26204 t ee
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 </row>
26215 </lyxtabular>
26216
26217 \end_inset
26218
26219
26220 \begin_inset space \hfill{}
26221 \end_inset
26222
26223
26224 \begin_inset Tabular
26225 <lyxtabular version="3" rows="8" columns="2">
26226 <features>
26227 <column alignment="block" valignment="top" width="0">
26228 <column alignment="center" valignment="top" width="0">
26229 <row>
26230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 コマンド
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 出力
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 <row>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254
26255 \backslash
26256 H
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 spce 
26265 \end_layout
26266
26267 \end_inset
26268
26269 e
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 H e
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 </row>
26296 <row>
26297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301
26302 \backslash
26303 'e
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317
26318 \backslash
26319 'e
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 <row>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335
26336 \backslash
26337 ~e
26338 \begin_inset Index
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343 \lang english
26344 Tilde
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset ERT
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362
26363
26364 \backslash
26365 ~e
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 </row>
26376 <row>
26377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381
26382 \backslash
26383 .e
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 \begin_inset ERT
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396
26397
26398 \backslash
26399 .e
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 <row>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415
26416 \backslash
26417 v
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422
26423
26424 \backslash
26425 spce 
26426 \end_layout
26427
26428 \end_inset
26429
26430 e
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset ERT
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 v e
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 <row>
26458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462
26463 \backslash
26464 d
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Plain Layout
26469
26470
26471 \backslash
26472 spce 
26473 \end_layout
26474
26475 \end_inset
26476
26477 e
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 \begin_inset ERT
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490
26491
26492 \backslash
26493 d e
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 </row>
26504 <row>
26505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509
26510 \backslash
26511 c
26512 \begin_inset ERT
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516
26517
26518 \backslash
26519 spce 
26520 \end_layout
26521
26522 \end_inset
26523
26524 e
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset ERT
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537
26538
26539 \backslash
26540 c e
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 </lyxtabular>
26552
26553 \end_inset
26554
26555
26556 \begin_inset space \hfill{}
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 \begin_inset VSpace medskip
26564 \end_inset
26565
26566
26567 \series bold
26568
26569 \backslash
26570 t
26571 \series default
26572 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26573 \series bold
26574
26575 \backslash
26576 t
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 spce 
26585 \end_layout
26586
26587 \end_inset
26588
26589 sz
26590 \series default
26591 は、
26592 \begin_inset ERT
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596
26597
26598 \backslash
26599 t sz
26600 \end_layout
26601
26602 \end_inset
26603
26604 となります。
26605 \end_layout
26606
26607 \begin_layout Standard
26608
26609 \series bold
26610 `
26611 \series default
26612  ・
26613 \series bold
26614  '
26615 \series default
26616  ・ 
26617 \series bold
26618 ^
26619 \series default
26620  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26621 \begin_inset Foot
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \series bold
26632 ~
26633 \series default
26634 を、
26635 \emph on
26636 a
26637 \emph default
26638
26639 \emph on
26640 n
26641 \emph default
26642
26643 \emph on
26644 o
26645 \emph default
26646 といっしょに使うときも同様です。
26647 \end_layout
26648
26649 \begin_layout Standard
26650
26651 \series bold
26652
26653 \backslash
26654 b
26655 \series default
26656
26657 \series bold
26658
26659 \backslash
26660 c
26661 \series default
26662
26663 \series bold
26664
26665 \backslash
26666 d
26667 \series default
26668
26669 \series bold
26670
26671 \backslash
26672 H
26673 \series default
26674
26675 \series bold
26676
26677 \backslash
26678 t
26679 \series default
26680
26681 \series bold
26682
26683 \backslash
26684 u
26685 \series default
26686
26687 \series bold
26688
26689 \backslash
26690 v
26691 \series default
26692 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26693 。第
26694 \begin_inset CommandInset ref
26695 LatexCommand ref
26696 reference "sub:一文字に付けるアクセント"
26697
26698 \end_inset
26699
26700 節をご参照下さい。
26701 \end_layout
26702
26703 \begin_layout Standard
26704 \begin_inset VSpace bigskip
26705 \end_inset
26706
26707 さらに、
26708 \series bold
26709
26710 \backslash
26711 textcircled
26712 \series default
26713
26714 \begin_inset Index
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718 こまんど@コマンド ! T ! 
26719 \backslash
26720 textcircled
26721 \end_layout
26722
26723 \end_inset
26724
26725 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26726
26727 \end_layout
26728
26729 \begin_layout Standard
26730 \align center
26731 \begin_inset Tabular
26732 <lyxtabular version="3" rows="3" columns="2">
26733 <features>
26734 <column alignment="center" valignment="top" width="0">
26735 <column alignment="center" valignment="top" width="0">
26736 <row>
26737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 コマンド
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 出力
26751 \begin_inset Note Note
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755 ここで
26756 \series bold
26757
26758 \backslash
26759 raisebox
26760 \series default
26761 はスペーサーとして使用しているだけです。
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 textcircled{w}
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792
26793
26794 \backslash
26795 textcircled{w}
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 </row>
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811
26812 \backslash
26813 Large 
26814 \backslash
26815 textcircled{
26816 \backslash
26817 normalsize
26818 \backslash
26819 protect
26820 \backslash
26821 raisebox{-1.5pt}{W}}
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830 \begin_inset Formula $\raisebox{4.5mm}{}$
26831 \end_inset
26832
26833
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 Large 
26842 \backslash
26843 textcircled{
26844 \backslash
26845 normalsize
26846 \backslash
26847 protect
26848 \backslash
26849 raisebox{-1.5pt}W}
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \begin_inset Formula $\raisebox{-2mm}{}$
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 </row>
26864 </lyxtabular>
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \begin_layout Standard
26872 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26873 \series bold
26874
26875 \backslash
26876 Large
26877 \series default
26878
26879 \begin_inset Foot
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883
26884 \begin_inset CommandInset ref
26885 LatexCommand ref
26886 reference "sub:書体寸法"
26887
26888 \end_inset
26889
26890 節参照のこと。
26891 \end_layout
26892
26893 \end_inset
26894
26895 で丸の大きさを指定しています。そして
26896 \series bold
26897
26898 \backslash
26899 raisebox
26900 \series default
26901
26902 \begin_inset Foot
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907 \begin_inset CommandInset ref
26908 LatexCommand ref
26909 reference "sub:枠なしボックス"
26910
26911 \end_inset
26912
26913 節参照のこと。
26914 \end_layout
26915
26916 \end_inset
26917
26918 を使って、文字が真ん中にくるようにしています。
26919 \end_layout
26920
26921 \begin_layout Subsection
26922 小数字
26923 \begin_inset Index
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927 しょうすうじ@小数字
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Standard
26936 小数字(minuscule number)は、
26937 \series bold
26938
26939 \backslash
26940 oldstylenums
26941 \series default
26942
26943 \begin_inset Index
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 こまんど@コマンド ! O ! 
26948 \backslash
26949 oldstylenums
26950 \end_layout
26951
26952 \end_inset
26953
26954 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26955 \end_layout
26956
26957 \begin_layout Standard
26958
26959 \series bold
26960
26961 \backslash
26962 oldstylenums{数字}
26963 \end_layout
26964
26965 \begin_layout Standard
26966 です。
26967 \series bold
26968
26969 \backslash
26970 oldstylenums{0123456789}
26971 \series default
26972 というコマンドは、
26973 \begin_inset Formula $\oldstylenums{0123456789}$
26974 \end_inset
26975
26976 のようになります。
26977 \end_layout
26978
26979 \begin_layout Subsection
26980 他の特殊文字
26981 \begin_inset CommandInset label
26982 LatexCommand label
26983 name "sub:他の特殊文字"
26984
26985 \end_inset
26986
26987
26988 \begin_inset Index
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 とくしゅもじ@特殊文字 ! たの@他の
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Standard
27001 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27002 \end_layout
27003
27004 \begin_layout Standard
27005 \align center
27006 \begin_inset Tabular
27007 <lyxtabular version="3" rows="4" columns="2">
27008 <features>
27009 <column alignment="center" valignment="top" width="0">
27010 <column alignment="center" valignment="top" width="0">
27011 <row>
27012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 コマンド
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 出力
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 </row>
27031 <row>
27032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036
27037 \backslash
27038 ^
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 spce 
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 \begin_inset Formula $\mathcircumflex$
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 <row>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074
27075 \backslash
27076 _
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Plain Layout
27085 \begin_inset Formula $\_$
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 </row>
27094 <row>
27095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 ^
27100 \begin_inset ERT
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104
27105
27106 \backslash
27107 spce 
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \backslash
27114 circ
27115 \begin_inset Index
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120 \lang english
27121
27122 \backslash
27123
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137 \begin_inset Formula $^{\circ}$
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 </lyxtabular>
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \begin_layout Standard
27154 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27155 \begin_inset Foot
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 この件に関する詳細は、第
27160 \begin_inset CommandInset ref
27161 LatexCommand ref
27162 reference "sub:数式中のテキスト文字"
27163
27164 \end_inset
27165
27166 節にあります。
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \begin_layout Standard
27175
27176 \series bold
27177
27178 \backslash
27179 DeclareInputtext{176}{
27180 \backslash
27181 ifmmode^
27182 \backslash
27183 circ
27184 \backslash
27185 else
27186 \backslash
27187 textdegree
27188 \backslash
27189 fi}
27190 \end_layout
27191
27192 \begin_layout Section
27193 数式様式
27194 \begin_inset CommandInset label
27195 LatexCommand label
27196 name "sec:数式様式"
27197
27198 \end_inset
27199
27200
27201 \begin_inset Index
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 すうしき@数式 ! ようしき@様式
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Itemize
27214 以下の二つの配置様式があります。
27215 \end_layout
27216
27217 \begin_deeper
27218 \begin_layout Description
27219 中央揃え 事前に定義された標準です。
27220 \end_layout
27221
27222 \begin_layout Description
27223 行頭下げ これを使うには、
27224 \family sans
27225 文書\SpecialChar \menuseparator
27226 設定
27227 \family default
27228 メニューの
27229 \family sans
27230 文書クラス
27231 \family default
27232 において、
27233 \series bold
27234 fleqn
27235 \series default
27236 オプションを指定しておかなくてはなりません。
27237 \end_layout
27238
27239 \begin_layout Standard
27240
27241 \series bold
27242 行頭下げ
27243 \series default
27244 を用いる場合には、行頭下げの大きさを
27245 \series bold
27246
27247 \backslash
27248 mathindent
27249 \series default
27250
27251 \begin_inset Index
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255 こまんど@コマンド ! M ! 
27256 \backslash
27257 mathindent
27258 \end_layout
27259
27260 \end_inset
27261
27262 の値で調整することができます。これを15
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27267 \end_layout
27268
27269 \begin_layout Standard
27270
27271 \series bold
27272
27273 \backslash
27274 setlength{
27275 \backslash
27276 mathindent}{15mm}
27277 \end_layout
27278
27279 \begin_layout Standard
27280
27281 \series bold
27282
27283 \backslash
27284 mathindent
27285 \series default
27286 を明示的に指定しない場合には、事前に定義されている30
27287 \begin_inset space \thinspace{}
27288 \end_inset
27289
27290 ptが適用されます。
27291 \end_layout
27292
27293 \end_deeper
27294 \begin_layout Itemize
27295 また、以下の二つの連番様式があります。
27296 \end_layout
27297
27298 \begin_deeper
27299 \begin_layout Description
27300 右 事前に定義された標準です。
27301 \end_layout
27302
27303 \begin_layout Description
27304 左 これを使うには、
27305 \family sans
27306 文書\SpecialChar \menuseparator
27307 設定
27308 \family default
27309 メニューの
27310 \family sans
27311 文書クラス
27312 \family default
27313 において、
27314 \series bold
27315 leqno
27316 \series default
27317 オプションを指定しておかなくてはなりません。
27318 \end_layout
27319
27320 \end_deeper
27321 \begin_layout Standard
27322
27323 \series bold
27324 fleqn
27325 \series default
27326
27327 \series bold
27328 leqno
27329 \series default
27330 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27331 \end_layout
27332
27333 \begin_layout Standard
27334 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27335 \series bold
27336 中央揃え
27337 \series default
27338 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27339 \begin_inset CommandInset ref
27340 LatexCommand ref
27341 reference "sub:flalign環境"
27342
27343 \end_inset
27344
27345 節をご覧下さい。
27346 \end_layout
27347
27348 \begin_layout Section
27349 多行数式
27350 \begin_inset CommandInset label
27351 LatexCommand label
27352 name "sec:多行数式"
27353
27354 \end_inset
27355
27356
27357 \begin_inset Index
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 すうしき@数式 ! たぎょう@多行
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Subsection
27370 概要
27371 \end_layout
27372
27373 \begin_layout Standard
27374 LyXでは、多行数式は、数式中で
27375 \series bold
27376
27377 \begin_inset Info
27378 type  "shortcut"
27379 arg   "newline-insert newline"
27380 \end_inset
27381
27382
27383 \series default
27384 を押すことで作られます。この操作によって、第
27385 \begin_inset CommandInset ref
27386 LatexCommand ref
27387 reference "sub:eqnarray環境"
27388
27389 \end_inset
27390
27391 節に述べられている
27392 \series bold
27393 eqnarray環境
27394 \series default
27395 が作り出されるか、あるいは文書設定で
27396 \family sans
27397 AMS mathパッケージを使う
27398 \family default
27399 オプションが選択されている場合には、第
27400 \begin_inset CommandInset ref
27401 LatexCommand ref
27402 reference "sub:標準align環境"
27403
27404 \end_inset
27405
27406 節に述べられている
27407 \series bold
27408 align環境
27409 \series default
27410 が作り出されることになります。
27411 \end_layout
27412
27413 \begin_layout Standard
27414 他にも、
27415 \family sans
27416 挿入\SpecialChar \menuseparator
27417 数式
27418 \family default
27419 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27420 \end_layout
27421
27422 \begin_layout Standard
27423 すべての多行数式において、新規行は、
27424 \begin_inset Info
27425 type  "shortcut"
27426 arg   "newline-insert newline"
27427 \end_inset
27428
27429 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27430 \begin_inset Graphics
27431         filename ../../images/tabular-feature_append-row.png
27432         scale 85
27433
27434 \end_inset
27435
27436
27437 \begin_inset Graphics
27438         filename ../../images/tabular-feature_delete-row.png
27439         scale 85
27440
27441 \end_inset
27442
27443 を使うか、
27444 \family sans
27445 編集\SpecialChar \menuseparator
27446 行と列
27447 \family default
27448 メニューを使うことができます。
27449 \end_layout
27450
27451 \begin_layout Subsubsection
27452 行間
27453 \begin_inset CommandInset label
27454 LatexCommand label
27455 name "sub:行間"
27456
27457 \end_inset
27458
27459
27460 \begin_inset Index
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Standard
27473 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27474 \begin_inset Formula \begin{eqnarray*}
27475 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}\\
27476 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*}
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Standard
27484 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27485 \begin_inset Foot
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 \begin_inset CommandInset href
27490 LatexCommand href
27491 name "LyX-bug #1505"
27492 target "http://www.lyx.org/trac/ticket/1505"
27493
27494 \end_inset
27495
27496 を参照。
27497 \end_layout
27498
27499 \end_inset
27500
27501 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27502 \series bold
27503
27504 \backslash
27505
27506 \backslash
27507 [3mm]
27508 \series default
27509 というコマンドを入れます。すると、次のようになります。
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 begin{eqnarray*}
27518 \end_layout
27519
27520 \begin_layout Plain Layout
27521
27522 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27523  = & 
27524 \backslash
27525 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27526 \backslash
27527
27528 \backslash
27529 [3mm]
27530 \end_layout
27531
27532 \begin_layout Plain Layout
27533
27534 4x^{2}
27535 \backslash
27536 left(B^{2}+x_{0}^{2}
27537 \backslash
27538 right)+4x_{0}x
27539 \backslash
27540 left(D-B^{2}
27541 \backslash
27542 right)+B^{2}
27543 \backslash
27544 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27545 \backslash
27546 right) & = & 0
27547 \end_layout
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 end{eqnarray*}
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \begin_layout Standard
27562 \begin_inset VSpace bigskip
27563 \end_inset
27564
27565 同一数式内のすべての行の行間を一律に指定するには、
27566 \series bold
27567
27568 \backslash
27569 jot
27570 \series default
27571
27572 \begin_inset Index
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 こまんど@コマンド ! J ! 
27577 \backslash
27578 jot
27579 \end_layout
27580
27581 \end_inset
27582
27583 変数を変更します。定義は、
27584 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27585 \end_inset
27586
27587 となっています。
27588 \series bold
27589
27590 \backslash
27591 jot
27592 \series default
27593 の既定値は、3
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 ptです。上記の例のように、行間を3
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 mm追加するには、
27602 \end_layout
27603
27604 \begin_layout Standard
27605
27606 \series bold
27607
27608 \backslash
27609 setlength{
27610 \backslash
27611 jot}{3mm+3pt}
27612 \end_layout
27613
27614 \begin_layout Standard
27615 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27616 \end_layout
27617
27618 \begin_layout Standard
27619
27620 \series bold
27621
27622 \backslash
27623 usepackage{calc}
27624 \end_layout
27625
27626 \begin_layout Standard
27627 という行を入れて、LaTeXパッケージ
27628 \series bold
27629 calc
27630 \series default
27631
27632 \begin_inset Foot
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637 \series bold
27638 calc
27639 \series default
27640 は標準的なLaTeX頒布版のすべてに付属しています。
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset Index
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 ぱっけーじ@パッケージ ! calc
27651 \end_layout
27652
27653 \end_inset
27654
27655  を読み込んでおく必要があります。すると、
27656 \begin_inset ERT
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660
27661
27662 \backslash
27663 setlength{
27664 \backslash
27665 jot}{3mm+3pt}
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \begin_inset Formula \begin{eqnarray*}
27672 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}\\
27673 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*}
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 setlength{
27689 \backslash
27690 jot}{3pt}
27691 \end_layout
27692
27693 \end_inset
27694
27695 のような結果を得ます。行間を既定値に戻すには、
27696 \series bold
27697
27698 \backslash
27699 jot
27700 \series default
27701 をふたたび3
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705 ptに戻します。
27706 \end_layout
27707
27708 \begin_layout Subsubsection
27709 列間
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "sub:列間"
27713
27714 \end_inset
27715
27716
27717 \begin_inset Index
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Standard
27730 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27731
27732 \end_layout
27733
27734 \begin_layout Standard
27735 列間は、
27736 \series bold
27737
27738 \backslash
27739 arraycolsep
27740 \series default
27741
27742 \begin_inset Index
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 こまんど@コマンド ! A ! 
27747 \backslash
27748 arraycolsep
27749 \end_layout
27750
27751 \end_inset
27752
27753 変数を使って指定し、
27754 \begin_inset Newline newline
27755 \end_inset
27756
27757 列間 = 2
27758 \begin_inset space \thinspace{}
27759 \end_inset
27760
27761
27762 \series bold
27763
27764 \backslash
27765 arraycolsep
27766 \series default
27767
27768 \begin_inset Newline newline
27769 \end_inset
27770
27771 という関係があります。したがって、
27772 \end_layout
27773
27774 \begin_layout Standard
27775
27776 \series bold
27777
27778 \backslash
27779 setlength{
27780 \backslash
27781 arraycolsep}{1cm}
27782 \end_layout
27783
27784 \begin_layout Standard
27785 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 cmになります。これを既定値に戻すには、
27790 \series bold
27791
27792 \backslash
27793 arraycolsep
27794 \series default
27795 を5
27796 \begin_inset space \thinspace{}
27797 \end_inset
27798
27799 ptに戻して下さい。
27800 \end_layout
27801
27802 \begin_layout Standard
27803 以下は、2
27804 \begin_inset space \thinspace{}
27805 \end_inset
27806
27807 cmの列間を持つ数式です。
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 setlength{
27816 \backslash
27817 arraycolsep}{1cm}
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \begin_inset Formula \begin{eqnarray*}
27824 A & = & B\\
27825 C & \ne & A\end{eqnarray*}
27826
27827 \end_inset
27828
27829 行列の既定の列間10
27830 \begin_inset space \thinspace{}
27831 \end_inset
27832
27833 ptを持つ数式です。
27834 \begin_inset ERT
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838
27839
27840 \backslash
27841 setlength{
27842 \backslash
27843 arraycolsep}{5pt}
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \begin_inset Formula \begin{eqnarray*}
27850 A & = & B\\
27851 C & \ne & A\end{eqnarray*}
27852
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \begin_layout Subsubsection
27859 長い数式
27860 \begin_inset Index
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 すうしき@数式 ! ながい@長い
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Standard
27873 長い数式は、以下の方法を使って組版することができます。
27874 \end_layout
27875
27876 \begin_layout Itemize
27877 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27878 \begin_inset Formula \begin{eqnarray}
27879 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 \\
27880  &  & -\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}
27881
27882 \end_inset
27883
27884 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27885 示されません。これを避けるために、マイナス記号の後に
27886 \series bold
27887
27888 \backslash
27889 hspace
27890 \series default
27891 .
27892 \begin_inset Foot
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896
27897 \series bold
27898
27899 \backslash
27900 hspace
27901 \series default
27902 に関しての詳細は、第
27903 \begin_inset CommandInset ref
27904 LatexCommand ref
27905 reference "sub:可変長の空白"
27906
27907 \end_inset
27908
27909 節をご覧下さい。
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \begin_inset Index
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 こまんど@コマンド ! H ! 
27920 \backslash
27921 hspace
27922 \end_layout
27923
27924 \end_inset
27925
27926 コマンドを使って3
27927 \begin_inset space \thinspace{}
27928 \end_inset
27929
27930 pt空白を入れてあります。
27931 \end_layout
27932
27933 \begin_layout Itemize
27934 数式の両辺がともに長すぎるときには、
27935 \series bold
27936
27937 \backslash
27938 lefteqn
27939 \series default
27940
27941 \begin_inset Index
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 こまんど@コマンド ! L ! 
27946 \backslash
27947 lefteqn
27948 \end_layout
27949
27950 \end_inset
27951
27952 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27953 \begin_inset Formula \begin{eqnarray}
27954 \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 \\
27955  &  & -\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 \\
27956  &  & =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}
27957
27958 \end_inset
27959
27960
27961 \series bold
27962
27963 \backslash
27964 lefteqn
27965 \series default
27966 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27967 \begin_inset Newline newline
27968 \end_inset
27969
27970 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27971 \begin_inset VSpace medskip
27972 \end_inset
27973
27974
27975 \begin_inset Newline newline
27976 \end_inset
27977
27978
27979 \begin_inset Note Greyedout
27980 status open
27981
27982 \begin_layout Plain Layout
27983
27984 \series bold
27985
27986 \backslash
27987 lefteqn
27988 \series default
27989 を使用する際には、以下のことにご注意下さい。
27990 \end_layout
27991
27992 \begin_layout Itemize
27993 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27994 \begin_inset Formula $-B^{2}$
27995 \end_inset
27996
27997 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27998 \end_layout
27999
28000 \begin_layout Itemize
28001 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28002 \begin_inset Foot
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 \begin_inset CommandInset href
28007 LatexCommand href
28008 name "LyX-bug #1429"
28009 target "http://www.lyx.org/trac/ticket/1429"
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \end_inset
28017
28018 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Itemize
28027 長い数式を組む他の方法として、第
28028 \begin_inset CommandInset ref
28029 LatexCommand ref
28030 reference "sub:multline環境"
28031
28032 \end_inset
28033
28034 節と第
28035 \begin_inset CommandInset ref
28036 LatexCommand ref
28037 reference "sub:数式の一部の多行化"
28038
28039 \end_inset
28040
28041 節で述べられている環境を用いる方法があります。
28042 \end_layout
28043
28044 \begin_layout Subsubsection
28045 多行にわたる括弧
28046 \begin_inset CommandInset label
28047 LatexCommand label
28048 name "sub:多行にわたる括弧"
28049
28050 \end_inset
28051
28052
28053 \begin_inset Index
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \begin_layout Standard
28066 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28067 \begin_inset Formula \begin{eqnarray*}
28068 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28069  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Standard
28077 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28078 \end_layout
28079
28080 \begin_layout Standard
28081 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28082 \series bold
28083
28084 \backslash
28085 right.
28086 \series default
28087
28088 \begin_inset Index
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092 こまんど@コマンド ! R ! 
28093 \backslash
28094 right
28095 \end_layout
28096
28097 \end_inset
28098
28099 とし、二行めの始めを
28100 \series bold
28101
28102 \backslash
28103 left.
28104 \begin_inset Foot
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108
28109 \series bold
28110
28111 \backslash
28112 left
28113 \series default
28114
28115 \series bold
28116
28117 \backslash
28118 right
28119 \series default
28120 に関する詳細は、第
28121 \begin_inset CommandInset ref
28122 LatexCommand ref
28123 reference "sub:自動の括弧丈"
28124
28125 \end_inset
28126
28127 節をご覧下さい。
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \series default
28134
28135 \begin_inset Index
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 こまんど@コマンド ! L ! 
28140 \backslash
28141 left
28142 \end_layout
28143
28144 \end_inset
28145
28146 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28147 \series bold
28148
28149 \backslash
28150 left.
28151 \series default
28152 の後に、
28153 \series bold
28154
28155 \backslash
28156 vphantom
28157 \series default
28158
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164
28165 \backslash
28166 spce 
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \series bold
28173
28174 \backslash
28175 prod
28176 \series default
28177 ^
28178 \begin_inset ERT
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182
28183
28184 \backslash
28185 spce 
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \series bold
28192
28193 \backslash
28194 infty
28195 \series default
28196
28197 \begin_inset ERT
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201
28202
28203 \backslash
28204 spce 
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \series bold
28211
28212 \begin_inset Formula $\downarrow$
28213 \end_inset
28214
28215 _R=1}
28216 \series default
28217
28218 \begin_inset Index
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 こまんど@コマンド ! V ! 
28223 \backslash
28224 vphantom
28225 \end_layout
28226
28227 \end_inset
28228
28229 というコマンドを挿入します。
28230 \end_layout
28231
28232 \begin_layout Standard
28233 その結果が以下の数式です。
28234 \begin_inset Formula \begin{eqnarray*}
28235 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28236  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28237
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \begin_layout Subsection
28244 align環境
28245 \end_layout
28246
28247 \begin_layout Standard
28248 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28249 \end_layout
28250
28251 \begin_layout Standard
28252 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28253 \end_layout
28254
28255 \begin_layout Standard
28256 align環境は、
28257 \family sans
28258 挿入\SpecialChar \menuseparator
28259 数式
28260 \family default
28261 メニューから作ることができます。
28262 \family sans
28263 編集\SpecialChar \menuseparator
28264 数式\SpecialChar \menuseparator
28265 数式の表記を変更
28266 \family default
28267 メニューを使えば、既存の数式をalign環境に変更することができます。
28268 \end_layout
28269
28270 \begin_layout Standard
28271 列を追加したり削除したりするには、数式ツールバーボタンの
28272 \begin_inset Graphics
28273         filename ../../images/tabular-feature_append-column.png
28274         scale 85
28275
28276 \end_inset
28277
28278
28279 \begin_inset Graphics
28280         filename ../../images/tabular-feature_delete-column.png
28281         scale 85
28282
28283 \end_inset
28284
28285 を使うか、
28286 \family sans
28287 編集\SpecialChar \menuseparator
28288 行と列
28289 \family default
28290 メニューを使います。
28291 \end_layout
28292
28293 \begin_layout Subsubsection
28294 標準align環境
28295 \begin_inset CommandInset label
28296 LatexCommand label
28297 name "sub:標準align環境"
28298
28299 \end_inset
28300
28301
28302 \begin_inset Index
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Standard
28315 このalign環境は、数式中で
28316 \begin_inset Info
28317 type  "shortcut"
28318 arg   "newline-insert newline"
28319 \end_inset
28320
28321 を押すか、
28322 \family sans
28323 挿入\SpecialChar \menuseparator
28324 数式\SpecialChar \menuseparator
28325 AMS align環境
28326 \family default
28327 メニューで作ることができます。
28328 \end_layout
28329
28330 \begin_layout Standard
28331 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28332 \begin_inset Formula \begin{align*}
28333 A & =\sin(B) & C & =D\\
28334 C & \ne A & B & \ne D\end{align*}
28335
28336 \end_inset
28337
28338 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28339 \series bold
28340
28341 \backslash
28342 hfill
28343 \begin_inset Foot
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348 \series bold
28349
28350 \backslash
28351 hfill
28352 \series default
28353 に関する詳細は、第
28354 \begin_inset CommandInset ref
28355 LatexCommand ref
28356 reference "sub:可変長の空白"
28357
28358 \end_inset
28359
28360 節をご覧下さい。
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \series default
28367 があるかのように配置されます。数式様式として
28368 \series bold
28369 行頭下げ
28370 \begin_inset Foot
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374
28375 \series bold
28376 数式様式については、第
28377 \series default
28378
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:数式様式"
28382
28383 \end_inset
28384
28385 節をご覧下さい。
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \series default
28392 を使う場合には、第一列の前の
28393 \series bold
28394
28395 \backslash
28396 hfill
28397 \series default
28398 はない形で数式が設定されます。
28399 \end_layout
28400
28401 \begin_layout Subsubsection
28402 alignat環境
28403 \begin_inset Index
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28417 \begin_inset CommandInset ref
28418 LatexCommand ref
28419 reference "sub:空白"
28420
28421 \end_inset
28422
28423 節に述べられている空白を使用して手動で入れます。
28424 \end_layout
28425
28426 \begin_layout Standard
28427 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 cmの空白を入れたものです。
28432 \begin_inset Formula \begin{alignat*}{2}
28433 A & =\sin(B) & \hspace{1cm}C & =D\\
28434 C & \ne A & B & \ne D\end{alignat*}
28435
28436 \end_inset
28437
28438 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28439 \end_layout
28440
28441 \begin_layout Subsubsection
28442 flalign環境
28443 \begin_inset CommandInset label
28444 LatexCommand label
28445 name "sub:flalign環境"
28446
28447 \end_inset
28448
28449
28450 \begin_inset Index
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28464 \begin_inset Formula \begin{flalign*}
28465 A & =1 & B & =2 & C & =3\\
28466 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28467
28468 \end_inset
28469
28470
28471 \end_layout
28472
28473 \begin_layout Standard
28474 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28475 \series bold
28476 中央揃え
28477 \series default
28478 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28479 \begin_inset CommandInset ref
28480 LatexCommand eqref
28481 reference "eq:VolInt"
28482
28483 \end_inset
28484
28485 式を行頭下げにしたものです。
28486 \begin_inset Formula \begin{flalign}
28487 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28488
28489 \end_inset
28490
28491 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28492 \begin_inset space \thinspace{}
28493 \end_inset
28494
28495 ptの空白が第1列の頭に入れてあります。
28496 \end_layout
28497
28498 \begin_layout Subsection
28499 eqnarray環境
28500 \begin_inset CommandInset label
28501 LatexCommand label
28502 name "sub:eqnarray環境"
28503
28504 \end_inset
28505
28506
28507 \begin_inset Index
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28521 いるので、その内容は中央揃えで少し小さく設定されます。
28522 \begin_inset Formula \begin{eqnarray*}
28523 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28524 AB & AB & AB\\
28525 A & = & A\end{eqnarray*}
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \begin_layout Subsection
28533 gather環境
28534 \begin_inset Index
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \begin_layout Standard
28547 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28548 \begin_inset Formula \begin{gather}
28549 A=1\\
28550 X=\textrm{-}1\end{gather}
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Subsection
28558 multline環境
28559 \begin_inset CommandInset label
28560 LatexCommand label
28561 name "sub:multline環境"
28562
28563 \end_inset
28564
28565
28566 \begin_inset Index
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28580 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28581 \begin_inset CommandInset ref
28582 LatexCommand eqref
28583 reference "eq:lefteqn"
28584
28585 \end_inset
28586
28587 式をmultline環境に置いたものを示します。
28588 \begin_inset Formula \begin{multline}
28589 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}\\
28590 -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}\\
28591 =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}
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Standard
28599 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28600 \begin_inset Foot
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 付番様式については、第
28605 \begin_inset CommandInset ref
28606 LatexCommand ref
28607 reference "sec:数式様式"
28608
28609 \end_inset
28610
28611 節を参照。
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Standard
28620
28621 \series bold
28622
28623 \backslash
28624 shoveright
28625 \begin_inset Index
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 こまんど@コマンド ! S ! 
28630 \backslash
28631 shoveright
28632 \end_layout
28633
28634 \end_inset
28635
28636 コマンドや
28637 \backslash
28638 shoveleft
28639 \begin_inset Index
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 こまんど@コマンド ! S ! 
28644 \backslash
28645 shoveleft
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \series default
28652 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28653 \end_layout
28654
28655 \begin_layout Standard
28656
28657 \series bold
28658
28659 \backslash
28660 shoveright{行の内容}
28661 \series default
28662 あるいは
28663 \series bold
28664
28665 \backslash
28666 shoveleft{行の内容}
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \begin_inset VSpace medskip
28671 \end_inset
28672
28673
28674 \series bold
28675
28676 \backslash
28677 multlinegap
28678 \begin_inset Index
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682 こまんど@コマンド ! M ! 
28683 \backslash
28684 multlinegap
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \series default
28691 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28692 \begin_inset space \thinspace{}
28693 \end_inset
28694
28695 ptの長さです。
28696 \end_layout
28697
28698 \begin_layout Standard
28699 以下は、上記の数式に
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 setlength{
28708 \backslash
28709 multlinegap}{2cm}
28710 \end_layout
28711
28712 \begin_layout Standard
28713 というコマンドを、TeXモードで直前に挿入した例です。
28714 \begin_inset ERT
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718
28719
28720 \backslash
28721 setlength{
28722 \backslash
28723 multlinegap}{2cm}
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \begin_inset Formula \begin{multline}
28730 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}\\
28731 \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}}\\
28732 =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}
28733
28734 \end_inset
28735
28736
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742
28743 \backslash
28744 setlength{
28745 \backslash
28746 multlinegap}{0pt}
28747 \end_layout
28748
28749 \end_inset
28750
28751 二行めは、
28752 \series bold
28753
28754 \backslash
28755 shoveleft
28756 \series default
28757 を使って左揃えにしています。
28758 \end_layout
28759
28760 \begin_layout Subsection
28761 数式の一部の多行化
28762 \begin_inset CommandInset label
28763 LatexCommand label
28764 name "sub:数式の一部の多行化"
28765
28766 \end_inset
28767
28768
28769 \begin_inset Index
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 数式の一部分のみを多行表示したい場合には、
28783 \series bold
28784 aligned
28785 \series default
28786
28787 \series bold
28788 alignedat
28789 \series default
28790
28791 \series bold
28792 gathered
28793 \series default
28794
28795 \series bold
28796 split
28797 \series default
28798 のうちのいずれかの環境を使用します。これらは、
28799 \family sans
28800 挿入\SpecialChar \menuseparator
28801 数式
28802 \family default
28803 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28804 \end_layout
28805
28806 \begin_layout Standard
28807 最初の三つの環境は、環境名から
28808 \series bold
28809 ed
28810 \series default
28811 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28812 \begin_inset Formula \[
28813 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28814 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28815 \right\} \textrm{不確定性原理}\]
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 この数式を作るには、別行建て数式をまず作っておいて、そこに
28824 \series bold
28825
28826 \backslash
28827 aligned
28828 \begin_inset Index
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832 こまんど@コマンド ! A ! 
28833 \backslash
28834 aligned
28835 \end_layout
28836
28837 \end_inset
28838
28839
28840 \series default
28841 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28842 ます。
28843 \end_layout
28844
28845 \begin_layout Standard
28846 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28847 に配置できる利点があります。以下に例として、
28848 \begin_inset CommandInset ref
28849 LatexCommand eqref
28850 reference "eq:shortlong"
28851
28852 \end_inset
28853
28854 式にaligned環境を適用したものを示します。
28855 \begin_inset Formula \begin{equation}
28856 \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}|}\\
28857  & -\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}
28858 \end{equation}
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868 alignedat
28869 \series default
28870
28871 \series bold
28872 gathered
28873 \series default
28874
28875 \series bold
28876 split
28877 \series default
28878 の各環境を使うには、それぞれ
28879 \series bold
28880
28881 \backslash
28882 alignedat
28883 \series default
28884
28885 \begin_inset Index
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 こまんど@コマンド ! A ! 
28890 \backslash
28891 alignedat
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \series bold
28898
28899 \backslash
28900 gathered
28901 \series default
28902
28903 \begin_inset Index
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 こまんど@コマンド ! G ! 
28908 \backslash
28909 gathered
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \series bold
28916
28917 \backslash
28918 split
28919 \series default
28920
28921 \begin_inset Index
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 こまんど@コマンド ! S ! 
28926 \backslash
28927 split
28928 \end_layout
28929
28930 \end_inset
28931
28932 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28933 \end_layout
28934
28935 \begin_layout Subsection
28936 多行数式中のテキスト
28937 \begin_inset CommandInset label
28938 LatexCommand label
28939 name "sub:多行数式中のテキスト"
28940
28941 \end_inset
28942
28943
28944 \begin_inset Index
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 てきすと@テキスト ! すうしきちゅうの@数式中の
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \begin_inset Index
28955 status collapsed
28956
28957 \begin_layout Plain Layout
28958 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Standard
28967 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28968 式を持つ
28969 \series bold
28970
28971 \backslash
28972 intertext
28973 \begin_inset Index
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 こまんど@コマンド ! I ! 
28978 \backslash
28979 intertext
28980 \end_layout
28981
28982 \end_inset
28983
28984 コマンドを使います。
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 intertext{テキスト}
28993 \end_layout
28994
28995 \begin_layout Standard
28996 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28997 \series bold
28998
28999 \backslash
29000 intertext
29001 \series default
29002 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29003 \series bold
29004
29005 \backslash
29006 intertext
29007 \series default
29008 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29009 \begin_inset Formula \begin{align}
29010 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29011 \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}
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Section
29019 数式番号
29020 \begin_inset Index
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 すうしきばんごう@数式番号
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \begin_inset Index
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 すうしき@数式 ! ばんごう@番号|see
29035 \begin_inset ERT
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039
29040 {
29041 \end_layout
29042
29043 \end_inset
29044
29045 数式番号
29046 \begin_inset ERT
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050
29051 }
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Subsection
29065 概要
29066 \end_layout
29067
29068 \begin_layout Standard
29069 付番数式は、
29070 \family sans
29071 挿入\SpecialChar \menuseparator
29072 数式\SpecialChar \menuseparator
29073 付番数式
29074 \family default
29075 メニュー(短絡キー
29076 \family sans
29077 Ctrl+Alt
29078 \begin_inset space ~
29079 \end_inset
29080
29081 N
29082 \family default
29083 )で作ることができます。既存の数式に番号を振るには、
29084 \family sans
29085 編集\SpecialChar \menuseparator
29086 数式\SpecialChar \menuseparator
29087 数式全体を付番
29088 \family default
29089 メニュー(短絡キー
29090 \begin_inset Info
29091 type  "shortcut"
29092 arg   "math-number-toggle"
29093 \end_inset
29094
29095 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29096 \end_layout
29097
29098 \begin_layout Standard
29099 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29100 \family sans
29101 編集\SpecialChar \menuseparator
29102 数式\SpecialChar \menuseparator
29103 この行を付番
29104 \family default
29105 メニュー(短絡キー
29106 \begin_inset Info
29107 type  "shortcut"
29108 arg   "math-number-line-toggle"
29109 \end_inset
29110
29111 )を使用すれば、各行毎に付番するかどうか指定することができます。
29112 \end_layout
29113
29114 \begin_layout Standard
29115 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29116 \begin_inset CommandInset ref
29117 LatexCommand ref
29118 reference "sec:数式様式"
29119
29120 \end_inset
29121
29122 節をご覧下さい。
29123 \end_layout
29124
29125 \begin_layout Subsection
29126 相互参照
29127 \begin_inset Index
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 そうごさんしょう@相互参照 ! すうしきへの@数式への
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29141 \family sans
29142 挿入\SpecialChar \menuseparator
29143 ラベル
29144 \family default
29145 メニューか、ツールバーボタンの
29146 \begin_inset Graphics
29147         filename ../../images/label-insert.png
29148         scale 85
29149
29150 \end_inset
29151
29152 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29153 \series bold
29154 eq:と
29155 \series default
29156 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29157 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29158 \family sans
29159 挿入\SpecialChar \menuseparator
29160 ラベル
29161 \family default
29162 メニューをもういちど使って下さい。
29163 \end_layout
29164
29165 \begin_layout Standard
29166 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29167 \end_layout
29168
29169 \begin_layout Standard
29170 相互参照は、
29171 \family sans
29172 挿入\SpecialChar \menuseparator
29173 相互参照
29174 \family default
29175 メニューかツールバーボタンの
29176 \begin_inset Graphics
29177         filename ../../images/dialog-show-new-inset_ref.png
29178         scale 85
29179
29180 \end_inset
29181
29182 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29183 \series bold
29184 (<参照>)
29185 \series default
29186 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29187 \begin_inset Newline newline
29188 \end_inset
29189
29190 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29191 \end_layout
29192
29193 \begin_layout Standard
29194 以下は、後の各小節に現れる数式への相互参照を含む例です。
29195 \begin_inset Note Note
29196 status open
29197
29198 \begin_layout Plain Layout
29199 相互参照の型の違いに留意してください。
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 \begin_inset CommandInset ref
29209 LatexCommand eqref
29210 reference "eq:tag"
29211
29212 \end_inset
29213
29214 式と
29215 \begin_inset CommandInset ref
29216 LatexCommand eqref
29217 reference "eq:c"
29218
29219 \end_inset
29220
29221 式は、等価です。(
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "eq:Rom"
29225
29226 \end_inset
29227
29228 )式とは異なり、(
29229 \begin_inset CommandInset ref
29230 LatexCommand ref
29231 reference "eq:Lat"
29232
29233 \end_inset
29234
29235 )式では、付番にラテン数字を使用しています。
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset VSpace medskip
29240 \end_inset
29241
29242
29243 \series bold
29244
29245 \backslash
29246 tag
29247 \begin_inset Foot
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252 \series bold
29253
29254 \backslash
29255 tag
29256 \series default
29257 は、第
29258 \begin_inset CommandInset ref
29259 LatexCommand ref
29260 reference "sub:ユーザー定義番号"
29261
29262 \end_inset
29263
29264 節に説明があります。
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \series default
29271 の引数が、第
29272 \begin_inset CommandInset ref
29273 LatexCommand ref
29274 reference "sub:段落ボックス"
29275
29276 \end_inset
29277
29278 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29279 \end_layout
29280
29281 \begin_layout Subsection
29282 細目番号
29283 \begin_inset Index
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296
29297 \series bold
29298
29299 \backslash
29300 begin{subequations}
29301 \series default
29302 および
29303 \series bold
29304
29305 \backslash
29306 end{subequations}
29307 \series default
29308 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29309 \end_layout
29310
29311 \begin_layout Standard
29312 たとえば、
29313 \begin_inset Formula \begin{equation}
29314 A=C-B\label{eq:a}\end{equation}
29315
29316 \end_inset
29317
29318
29319 \begin_inset ERT
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323
29324
29325 \backslash
29326 addtocounter{equation}{-1}
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 begin{subequations}
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset VSpace -5mm
29346 \end_inset
29347
29348
29349 \begin_inset Formula \begin{equation}
29350 B=C-A\label{eq:b}\end{equation}
29351
29352 \end_inset
29353
29354
29355 \begin_inset Formula \begin{equation}
29356 C=A+B\label{eq:c}\end{equation}
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 \begin_inset ERT
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368
29369
29370 \backslash
29371 end{subequations}
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 この例を作るには、次のようにします。
29381 \end_layout
29382
29383 \begin_layout Enumerate
29384 一つめの数式を入力します。
29385 \end_layout
29386
29387 \begin_layout Enumerate
29388 一つめの数式の後に
29389 \begin_inset Newline newline
29390 \end_inset
29391
29392
29393 \series bold
29394
29395 \backslash
29396 addtocounter{equation}{-1} 
29397 \backslash
29398 begin{subequations}
29399 \begin_inset Index
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 こまんど@コマンド ! A ! 
29404 \backslash
29405 addtocounter
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Newline newline
29412 \end_inset
29413
29414
29415 \series default
29416 を入力します。
29417 \end_layout
29418
29419 \begin_layout Enumerate
29420 二つめの数式を入力します。
29421 \end_layout
29422
29423 \begin_layout Enumerate
29424 三つめの数式を入力します。
29425 \end_layout
29426
29427 \begin_layout Enumerate
29428 三つめの数式の後に、
29429 \series bold
29430
29431 \backslash
29432 end{subequations}
29433 \series default
29434 を入力します。
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 begin
29443 \series default
29444 コマンドと
29445 \series bold
29446
29447 \backslash
29448 end
29449 \series default
29450 コマンドのあいだの数式はすべて、a・b・
29451 \begin_inset Newline linebreak
29452 \end_inset
29453
29454 c\SpecialChar \ldots{}
29455 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29456 \emph on
29457 ひとつの
29458 \emph default
29459 付番数式として扱われますが、それぞれの付番数式が
29460 \series bold
29461 equation
29462 \series default
29463 カウンタを一つずつ進めてしまうので、
29464 \series bold
29465
29466 \backslash
29467 addtocounter
29468 \series default
29469 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29470 \begin_inset CommandInset ref
29471 LatexCommand eqref
29472 reference "eq:a"
29473
29474 \end_inset
29475
29476 式・
29477 \begin_inset CommandInset ref
29478 LatexCommand eqref
29479 reference "eq:b"
29480
29481 \end_inset
29482
29483 式・
29484 \begin_inset CommandInset ref
29485 LatexCommand eqref
29486 reference "eq:c"
29487
29488 \end_inset
29489
29490 式は、それぞれ
29491 \begin_inset CommandInset ref
29492 LatexCommand eqref
29493 reference "eq:a"
29494
29495 \end_inset
29496
29497 式・
29498 \begin_inset CommandInset ref
29499 LatexCommand eqref
29500 reference "eq:d"
29501
29502 \end_inset
29503
29504 式・
29505 \begin_inset CommandInset ref
29506 LatexCommand eqref
29507 reference "eq:f"
29508
29509 \end_inset
29510
29511 式として番号が振られてしまいます。
29512 \end_layout
29513
29514 \begin_layout Standard
29515 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29516 \begin_inset space \thinspace{}
29517 \end_inset
29518
29519 mmの垂直空白を
29520 \series bold
29521
29522 \backslash
29523 begin{subequations}
29524 \series default
29525 コマンドの後に入れています。数式様式として
29526 \series bold
29527 行頭下げ
29528 \begin_inset Foot
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533 \series bold
29534 数式様式に関しては、第
29535 \series default
29536
29537 \begin_inset CommandInset ref
29538 LatexCommand ref
29539 reference "sec:数式様式"
29540
29541 \end_inset
29542
29543 節を参照。
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \series default
29550 を用いているときには、これを-7
29551 \begin_inset space \thinspace{}
29552 \end_inset
29553
29554 mm空白にしてください。
29555 \end_layout
29556
29557 \begin_layout Standard
29558 以下は、二行めのみ付番を無効にしている多行数式の例です。
29559 \begin_inset ERT
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563
29564
29565 \backslash
29566 begin{subequations}
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \begin_inset Formula \begin{eqnarray}
29573 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29574  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29575  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29576
29577 \end_inset
29578
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585
29586 \backslash
29587 end{subequations}
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Subsection
29596 ユーザー定義番号
29597 \begin_inset CommandInset label
29598 LatexCommand label
29599 name "sub:ユーザー定義番号"
29600
29601 \end_inset
29602
29603
29604 \begin_inset Index
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset Index
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29622 \end_layout
29623
29624 \end_inset
29625
29626 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29627 \end_layout
29628
29629 \begin_layout Standard
29630
29631 \series bold
29632
29633 \backslash
29634 def
29635 \backslash
29636 tagform@#1{
29637 \backslash
29638 maketag@@@{
29639 \series default
29640
29641 \begin_inset Formula $\boldsymbol{|}$
29642 \end_inset
29643
29644
29645 \series bold
29646 #1
29647 \series default
29648
29649 \begin_inset Formula $\boldsymbol{|}$
29650 \end_inset
29651
29652
29653 \series bold
29654 }}
29655 \series default
29656
29657 \begin_inset Note Note
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 他の記号を使いたいときには、
29671 \series bold
29672 #1
29673 \series default
29674 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29675 \end_layout
29676
29677 \begin_layout Standard
29678 \begin_inset VSpace bigskip
29679 \end_inset
29680
29681 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29682 \series bold
29683
29684 \backslash
29685 tag
29686 \series default
29687
29688 \begin_inset Index
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 こまんど@コマンド ! T ! 
29693 \backslash
29694 tag
29695 \end_layout
29696
29697 \end_inset
29698
29699 コマンドを使います。
29700 \begin_inset Formula \begin{equation}
29701 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29702
29703 \end_inset
29704
29705 上記の例では、
29706 \series bold
29707
29708 \backslash
29709 tag
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 spce 
29718 \end_layout
29719
29720 \end_inset
29721
29722 何とかかんとか
29723 \series default
29724 というコマンドを数式に打ち込んでいます。
29725 \end_layout
29726
29727 \begin_layout Standard
29728 代わりに
29729 \series bold
29730
29731 \backslash
29732 tag*
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738
29739 \backslash
29740 spce 
29741 \end_layout
29742
29743 \end_inset
29744
29745 何とかかんとか
29746 \series default
29747 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29748 \begin_inset Formula \[
29749 A+B=C\tag*{something}\]
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 \begin_inset VSpace bigskip
29758 \end_inset
29759
29760 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29761 \begin_inset Newline newline
29762 \end_inset
29763
29764
29765 \series bold
29766
29767 \backslash
29768 @addtoreset{equation}{part}
29769 \series default
29770
29771 \begin_inset Index
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 こまんど@コマンド ! 
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781 "
29782 \end_layout
29783
29784 \end_inset
29785
29786 @
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 "
29793 \end_layout
29794
29795 \end_inset
29796
29797  ! 
29798 \backslash
29799
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805 "
29806 \end_layout
29807
29808 \end_inset
29809
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 addtoreset
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \begin_inset Newline newline
29828 \end_inset
29829
29830 節に関しては
29831 \begin_inset Newline newline
29832 \end_inset
29833
29834
29835 \series bold
29836
29837 \backslash
29838 @addtoreset{equation}{section}
29839 \begin_inset Newline newline
29840 \end_inset
29841
29842
29843 \series default
29844 というコマンドを使います。
29845 \end_layout
29846
29847 \begin_layout Standard
29848 これらのコマンドをTeXモードで使えるようにするためには、
29849 \series bold
29850
29851 \backslash
29852 makeatletter
29853 \series default
29854 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29855 \series bold
29856
29857 \backslash
29858 makeatother
29859 \series default
29860 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29861 \end_layout
29862
29863 \begin_layout Standard
29864
29865 \series bold
29866
29867 \backslash
29868 makeatletter
29869 \begin_inset Newline newline
29870 \end_inset
29871
29872
29873 \backslash
29874 @addtoreset{equation}{section}
29875 \begin_inset Newline newline
29876 \end_inset
29877
29878
29879 \backslash
29880 makeatother
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \series default
29886 のようにならなくてはなりません。
29887 \end_layout
29888
29889 \begin_layout Standard
29890 LaTeXプリアンブル中では、
29891 \series bold
29892
29893 \backslash
29894 makeatletter
29895 \series default
29896
29897 \series bold
29898
29899 \backslash
29900 makeatother
29901 \series default
29902 は、LyXが内部的に自動で挿入するので省略してかまいません。
29903 \end_layout
29904
29905 \begin_layout Standard
29906
29907 \series bold
29908
29909 \backslash
29910 @addtoreset
29911 \series default
29912 を戻すには、まずLaTeXプリアンブル中に
29913 \end_layout
29914
29915 \begin_layout Standard
29916
29917 \series bold
29918
29919 \backslash
29920 usepackage{remreset}
29921 \end_layout
29922
29923 \begin_layout Standard
29924 という行を入れて、
29925 \series bold
29926 remreset.sty
29927 \series default
29928
29929 \begin_inset Foot
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 \series bold
29935 remreset
29936 \series default
29937 は、LaTeXパッケージの
29938 \series bold
29939 carlisle
29940 \series default
29941
29942 \begin_inset Index
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946 ぱっけーじ@パッケージ ! carlisle
29947 \end_layout
29948
29949 \end_inset
29950
29951 の一部として含まれており、LaTeX標準頒布版には含まれています。
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Index
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 ぱっけーじ@パッケージ ! remreset
29962 \end_layout
29963
29964 \end_inset
29965
29966 ファイルを読み込んでおかなくてはなりません。その後
29967 \begin_inset Newline newline
29968 \end_inset
29969
29970
29971 \series bold
29972
29973 \backslash
29974 @removefromreset
29975 \series default
29976
29977 \begin_inset Index
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 こまんど@コマンド ! 
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 "
29988 \end_layout
29989
29990 \end_inset
29991
29992 @
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998 "
29999 \end_layout
30000
30001 \end_inset
30002
30003  ! 
30004 \backslash
30005
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011 "
30012 \end_layout
30013
30014 \end_inset
30015
30016 @
30017 \begin_inset ERT
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021
30022 "
30023 \end_layout
30024
30025 \end_inset
30026
30027 removefromreset
30028 \end_layout
30029
30030 \end_inset
30031
30032 コマンドを
30033 \series bold
30034
30035 \backslash
30036 @addtoreset
30037 \series default
30038 と同じ書式で使用すると、
30039 \series bold
30040
30041 \backslash
30042 @addtoreset
30043 \series default
30044 を戻すことができます。
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace bigskip
30049 \end_inset
30050
30051 ときには、数式を
30052 \end_layout
30053
30054 \begin_layout Standard
30055
30056 \family typewriter
30057 (節番号.数式番号)
30058 \end_layout
30059
30060 \begin_layout Standard
30061 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30062 \end_layout
30063
30064 \begin_layout Standard
30065 このような場合のために、
30066 \series bold
30067
30068 \backslash
30069 numberwithin
30070 \series default
30071
30072 \begin_inset Index
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 こまんど@コマンド ! N ! 
30077 \backslash
30078 numberwithin
30079 \end_layout
30080
30081 \end_inset
30082
30083 というコマンドがあり、
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 numberwithin{カウンタ}{節階層}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30096 \end_layout
30097
30098 \begin_layout Standard
30099 したがって、ここではLaTeXプリアンブルかTeXコードで
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \series bold
30105
30106 \backslash
30107 numberwithin{equation}{section}
30108 \end_layout
30109
30110 \begin_layout Standard
30111 という行を用いることにしましょう。その結果がこれです。
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 numberwithin{equation}{section}
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset Formula \begin{equation}
30126 A+B=C\end{equation}
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 たとえば、部番号を節階層として使用して、表に付番を施すときには
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \series bold
30140
30141 \backslash
30142 numberwithin{table}{part}
30143 \series default
30144 を用います。
30145 \end_layout
30146
30147 \begin_layout Standard
30148 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30149 \end_layout
30150
30151 \begin_layout Standard
30152
30153 \series bold
30154
30155 \backslash
30156 renewcommand{
30157 \backslash
30158 theequation}{
30159 \backslash
30160 arabic{equation}}
30161 \begin_inset Index
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 こまんど@コマンド ! A ! 
30166 \backslash
30167 arabic
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \series default
30174
30175 \begin_inset ERT
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180
30181 \backslash
30182 renewcommand{
30183 \backslash
30184 theequation}{
30185 \backslash
30186 arabic{equation}}
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \series bold
30193
30194 \begin_inset Newline newline
30195 \end_inset
30196
30197
30198 \series default
30199 あるいは
30200 \series bold
30201
30202 \begin_inset Newline newline
30203 \end_inset
30204
30205
30206 \backslash
30207 renewcommand{
30208 \backslash
30209 thetable}{
30210 \backslash
30211 arabic{table}}
30212 \end_layout
30213
30214 \begin_layout Standard
30215 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30216 \series bold
30217
30218 \backslash
30219 numberwithin
30220 \series default
30221 は、内部的に上記で述べた
30222 \series bold
30223
30224 \backslash
30225 @addtoreset
30226 \series default
30227 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30228 \begin_inset ERT
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232
30233
30234 \backslash
30235 makeatletter
30236 \end_layout
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 @removefromreset{equation}{section}
30243 \end_layout
30244
30245 \begin_layout Plain Layout
30246
30247
30248 \backslash
30249 makeatother
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Subsection
30258 ローマ数字や文字を使った付番
30259 \begin_inset Index
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \begin_inset Index
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30283 \end_layout
30284
30285 \begin_layout Standard
30286
30287 \series bold
30288
30289 \backslash
30290 renewcommand{
30291 \backslash
30292 theequation}{
30293 \backslash
30294 roman{equation}}
30295 \end_layout
30296
30297 \begin_layout Standard
30298 というコマンドを入れます。
30299 \series bold
30300
30301 \backslash
30302 renewcommand
30303 \series default
30304
30305 \begin_inset Index
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 こまんど@コマンド ! R ! 
30310 \backslash
30311 renewcommand
30312 \end_layout
30313
30314 \end_inset
30315
30316 は、定義済みのコマンド
30317 \series bold
30318
30319 \backslash
30320 theequation
30321 \series default
30322 をコマンド
30323 \series bold
30324
30325 \backslash
30326 roman{equation}
30327 \series default
30328 に再定義します
30329 \begin_inset Foot
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334 \series bold
30335
30336 \backslash
30337 renewcommand
30338 \series default
30339 コマンドは、第
30340 \begin_inset CommandInset ref
30341 LatexCommand ref
30342 reference "sub:newcommandコマンド"
30343
30344 \end_inset
30345
30346 節に述べられている
30347 \series bold
30348
30349 \backslash
30350 newcommand
30351 \series default
30352 コマンドと同じ書式を持ちます。
30353 \end_layout
30354
30355 \end_inset
30356
30357 。ここで、
30358 \series bold
30359 equation
30360 \series default
30361 は数式カウンタです。コマンド
30362 \series bold
30363
30364 \backslash
30365 the
30366 \series default
30367 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30368 \series bold
30369
30370 \backslash
30371 theequation
30372 \series default
30373 コマンドを数式の後ろに置くのです。
30374 \series bold
30375
30376 \backslash
30377 roman{equation}
30378 \begin_inset Index
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 こまんど@コマンド ! R ! 
30383 \backslash
30384 roman
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \series default
30391 は、カウンタを小文字のローマ数字として出力します。
30392 \end_layout
30393
30394 \begin_layout Standard
30395 こうして、
30396 \series bold
30397
30398 \backslash
30399 renew
30400 \series default
30401 c
30402 \series bold
30403 ommand
30404 \series default
30405 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30406 \series bold
30407
30408 \backslash
30409 roman
30410 \series default
30411 の部分を
30412 \series bold
30413
30414 \backslash
30415 Roman
30416 \series default
30417
30418 \begin_inset Index
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422 こまんど@コマンド ! R ! 
30423 \backslash
30424 roman@
30425 \backslash
30426 Roman
30427 \end_layout
30428
30429 \end_inset
30430
30431 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30432 \series bold
30433
30434 \backslash
30435 alph
30436 \series default
30437
30438 \begin_inset Index
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 こまんど@コマンド ! A ! 
30443 \backslash
30444 alph
30445 \end_layout
30446
30447 \end_inset
30448
30449 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30450 \series bold
30451
30452 \backslash
30453 Alph
30454 \series default
30455
30456 \begin_inset Index
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 こまんど@コマンド ! A ! 
30461 \backslash
30462 alph@
30463 \backslash
30464 Alph
30465 \end_layout
30466
30467 \end_inset
30468
30469 コマンドがあります。
30470 \end_layout
30471
30472 \begin_layout Standard
30473 \begin_inset Note Greyedout
30474 status open
30475
30476 \begin_layout Plain Layout
30477
30478 \series bold
30479 (注意)
30480 \series default
30481 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 theequation}{
30500 \backslash
30501 roman{equation}}
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset Formula \begin{equation}
30511 A=\textrm{小文字ローマ数字}\end{equation}
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 renewcommand{
30524 \backslash
30525 theequation}{
30526 \backslash
30527 Roman{equation}}
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Formula \begin{equation}
30534 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30535
30536 \end_inset
30537
30538
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 renewcommand{
30547 \backslash
30548 theequation}{
30549 \backslash
30550 alph{equation}}
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Formula \begin{equation}
30557 C=\textrm{小文字ラテン文字}\end{equation}
30558
30559 \end_inset
30560
30561
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 renewcommand{
30570 \backslash
30571 theequation}{
30572 \backslash
30573 Alph{equation}}
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \begin_inset Formula \begin{equation}
30580 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Standard
30588 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30589 \end_layout
30590
30591 \begin_layout Standard
30592
30593 \series bold
30594
30595 \backslash
30596 renewcommand{
30597 \backslash
30598 theequation}{
30599 \backslash
30600 arabic{equation}}
30601 \begin_inset Index
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 こまんど@コマンド ! A ! 
30606 \backslash
30607 arabic
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \end_layout
30614
30615 \begin_layout Standard
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621
30622 \backslash
30623 renewcommand{
30624 \backslash
30625 theequation}{
30626 \backslash
30627 arabic{equation}}
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset Formula \begin{equation}
30634 E=\textrm{アラビア数字}\end{equation}
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset VSpace medskip
30643 \end_inset
30644
30645 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30646 てはなりません。この点に関する説明は、ファイル
30647 \begin_inset CommandInset href
30648 LatexCommand href
30649 name "Formula-numbering.lyx"
30650 target "run:Formula-numbering.lyx"
30651
30652 \end_inset
30653
30654 にあります。
30655 \end_layout
30656
30657 \begin_layout Section
30658 化学記号と化学式
30659 \begin_inset CommandInset label
30660 LatexCommand label
30661 name "sub:化学記号と化学式"
30662
30663 \end_inset
30664
30665
30666 \begin_inset Index
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670 かがくきごう@化学記号 ! きごう@記号
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset Index
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 かがくしき@化学式
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Index
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 きごう@記号 ! かがく@化学
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Standard
30699 以下は、化学関係の文章の例です。
30700 \end_layout
30701
30702 \begin_layout Quote
30703 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30704 \end_inset
30705
30706 イオンは、2つの
30707 \begin_inset Formula $\mathrm{Na^{+}}$
30708 \end_inset
30709
30710 イオンと反応して、硫酸化塩
30711 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30712 \end_inset
30713
30714 を形成します。この化学式は以下のようになります。
30715 \begin_inset Formula \begin{equation}
30716 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \begin_layout Standard
30724 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
30725 \begin_inset Info
30726 type  "shortcut"
30727 arg   "font-roman"
30728 \end_inset
30729
30730 を押せば、アップライトフォント様式に変更することができます
30731 \begin_inset Foot
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735 フォント様式に関しては、第
30736 \begin_inset CommandInset ref
30737 LatexCommand ref
30738 reference "sub:書体様式"
30739
30740 \end_inset
30741
30742 節を参照のこと。
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \end_layout
30749
30750 \begin_layout Standard
30751 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30752 \series bold
30753 mhchem
30754 \series default
30755
30756 \begin_inset Index
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 ぱっけーじ@パッケージ ! mhchem
30761 \end_layout
30762
30763 \end_inset
30764
30765 が導入されているときに使用することができる
30766 \series bold
30767
30768 \backslash
30769 ce
30770 \series default
30771
30772 \begin_inset Index
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 こまんど@コマンド ! C ! 
30777 \backslash
30778 ce
30779 \end_layout
30780
30781 \end_inset
30782
30783 コマンドを使用することです。
30784 \series bold
30785
30786 \backslash
30787 ce
30788 \series default
30789 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \align center
30794 \begin_inset Tabular
30795 <lyxtabular version="3" rows="9" columns="2">
30796 <features>
30797 <column alignment="center" valignment="top" width="0">
30798 <column alignment="center" valignment="top" width="0">
30799 <row>
30800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804 コマンド
30805 \end_layout
30806
30807 \end_inset
30808 </cell>
30809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813 出力
30814 \begin_inset Note Note
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819 \series bold
30820
30821 \backslash
30822 raisebox
30823 \series default
30824 はスペーサーとしてのみ使用されています。
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 </row>
30835 <row>
30836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30837 \begin_inset Text
30838
30839 \begin_layout Plain Layout
30840
30841 \backslash
30842 ce
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848
30849 \backslash
30850 spce 
30851 \end_layout
30852
30853 \end_inset
30854
30855 H2CO3
30856 \end_layout
30857
30858 \end_inset
30859 </cell>
30860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30861 \begin_inset Text
30862
30863 \begin_layout Plain Layout
30864 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 </row>
30873 <row>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878
30879 \backslash
30880 ce
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 spce 
30889 \end_layout
30890
30891 \end_inset
30892
30893 SO4^2-
30894 \end_layout
30895
30896 \end_inset
30897 </cell>
30898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30899 \begin_inset Text
30900
30901 \begin_layout Plain Layout
30902 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \end_inset
30909 </cell>
30910 </row>
30911 <row>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916
30917 \backslash
30918 ce
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 spce 
30927 \end_layout
30928
30929 \end_inset
30930
30931 (NH4)2S
30932 \end_layout
30933
30934 \end_inset
30935 </cell>
30936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30937 \begin_inset Text
30938
30939 \begin_layout Plain Layout
30940 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 </row>
30949 <row>
30950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30951 \begin_inset Text
30952
30953 \begin_layout Plain Layout
30954
30955 \backslash
30956 ce
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962
30963 \backslash
30964 spce 
30965 \end_layout
30966
30967 \end_inset
30968
30969 KCr(SO4)2.12H2O
30970 \end_layout
30971
30972 \end_inset
30973 </cell>
30974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30975 \begin_inset Text
30976
30977 \begin_layout Plain Layout
30978 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 </row>
30987 <row>
30988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30989 \begin_inset Text
30990
30991 \begin_layout Plain Layout
30992
30993 \backslash
30994 ce
30995 \begin_inset ERT
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999
31000
31001 \backslash
31002 spce 
31003 \end_layout
31004
31005 \end_inset
31006
31007 A-B
31008 \backslash
31009 dbond
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 spce 
31018 \end_layout
31019
31020 \end_inset
31021
31022 C
31023 \backslash
31024 tbond
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 spce 
31033 \end_layout
31034
31035 \end_inset
31036
31037 D
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 </row>
31055 <row>
31056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31057 \begin_inset Text
31058
31059 \begin_layout Plain Layout
31060
31061 \backslash
31062 ce
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 spce 
31071 \end_layout
31072
31073 \end_inset
31074
31075 ^227
31076 \begin_inset Formula $\downarrow$
31077 \end_inset
31078
31079 _90
31080 \begin_inset Formula $\to$
31081 \end_inset
31082
31083 Th+
31084 \end_layout
31085
31086 \end_inset
31087 </cell>
31088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Plain Layout
31092 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 </row>
31101 <row>
31102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106
31107 \backslash
31108 ce
31109 \begin_inset ERT
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113
31114
31115 \backslash
31116 spce 
31117 \end_layout
31118
31119 \end_inset
31120
31121 CO2
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127
31128 \backslash
31129 spce 
31130 \end_layout
31131
31132 \end_inset
31133
31134 +
31135 \begin_inset ERT
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139
31140
31141 \backslash
31142 spce 
31143 \end_layout
31144
31145 \end_inset
31146
31147 C
31148 \begin_inset ERT
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152
31153
31154 \backslash
31155 spce 
31156 \end_layout
31157
31158 \end_inset
31159
31160 <=>
31161 \begin_inset ERT
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165
31166
31167 \backslash
31168 spce 
31169 \end_layout
31170
31171 \end_inset
31172
31173 2CO
31174 \end_layout
31175
31176 \end_inset
31177 </cell>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \end_inset
31189 </cell>
31190 </row>
31191 <row>
31192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31193 \begin_inset Text
31194
31195 \begin_layout Plain Layout
31196
31197 \backslash
31198 ce
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204
31205 \backslash
31206 spce 
31207 \end_layout
31208
31209 \end_inset
31210
31211 CO2
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 spce 
31220 \end_layout
31221
31222 \end_inset
31223
31224 +
31225 \begin_inset ERT
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229
31230
31231 \backslash
31232 spce 
31233 \end_layout
31234
31235 \end_inset
31236
31237 C
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 spce 
31246 \end_layout
31247
31248 \end_inset
31249
31250 ->[
31251 \backslash
31252 alpha][
31253 \backslash
31254 beta]
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260
31261 \backslash
31262 spce 
31263 \end_layout
31264
31265 \end_inset
31266
31267 2CO}
31268 \end_layout
31269
31270 \end_inset
31271 </cell>
31272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31277 \end_inset
31278
31279
31280 \end_layout
31281
31282 \end_inset
31283 </cell>
31284 </row>
31285 </lyxtabular>
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \begin_layout Standard
31293 \begin_inset Note Greyedout
31294 status open
31295
31296 \begin_layout Plain Layout
31297
31298 \series bold
31299 【註】
31300 \backslash
31301 ce
31302 \series default
31303 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31304 \series bold
31305
31306 \backslash
31307 ce{$
31308 \backslash
31309 mu
31310 \backslash
31311 hyphen$Cl}
31312 \series default
31313
31314 \begin_inset ERT
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319
31320 \backslash
31321 ce{$
31322 \backslash
31323 mu
31324 \backslash
31325 hyphen$Cl}
31326 \end_layout
31327
31328 \end_inset
31329
31330 )のようにTeXコードを使わなくてはなりません。
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339
31340 \series bold
31341
31342 \backslash
31343 ce
31344 \series default
31345 を使うと
31346 \begin_inset CommandInset ref
31347 LatexCommand eqref
31348 reference "eq:chem-reaction"
31349
31350 \end_inset
31351
31352 式のコマンドは
31353 \begin_inset Newline newline
31354 \end_inset
31355
31356
31357 \series bold
31358  
31359 \backslash
31360 ce
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 spce 
31369 \end_layout
31370
31371 \end_inset
31372
31373 2Na+
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379
31380 \backslash
31381 spce 
31382 \end_layout
31383
31384 \end_inset
31385
31386 +
31387 \begin_inset ERT
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391
31392
31393 \backslash
31394 spce 
31395 \end_layout
31396
31397 \end_inset
31398
31399 SO4^2-
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 spce 
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418
31419 \backslash
31420 spce 
31421 \end_layout
31422
31423 \end_inset
31424
31425 ->
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 spce 
31434 \end_layout
31435
31436 \end_inset
31437
31438 Na2SO4
31439 \begin_inset Newline newline
31440 \end_inset
31441
31442
31443 \series default
31444 のようになります。
31445 \end_layout
31446
31447 \begin_layout Standard
31448 複数行の化学式を作るには、第
31449 \begin_inset CommandInset ref
31450 LatexCommand ref
31451 reference "sec:多行数式"
31452
31453 \end_inset
31454
31455 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31456 \series bold
31457
31458 \backslash
31459 ce
31460 \series default
31461 コマンドを使用します。
31462 \begin_inset CommandInset ref
31463 LatexCommand eqref
31464 reference "eq:TEOS反応1"
31465
31466 \end_inset
31467
31468 式と
31469 \begin_inset CommandInset ref
31470 LatexCommand eqref
31471 reference "eq:TEOS反応2"
31472
31473 \end_inset
31474
31475 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31476 \begin_inset Formula \begin{eqnarray}
31477 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS反応1}\\
31478 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS反応2}\end{eqnarray}
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Standard
31486
31487 \series bold
31488 mhchem
31489 \series default
31490 パッケージは、
31491 \series bold
31492
31493 \backslash
31494 ce
31495 \series default
31496 の他に、特殊ケースに使用する
31497 \series bold
31498
31499 \backslash
31500 cf
31501 \series default
31502
31503 \begin_inset Index
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507 こまんど@コマンド ! C ! 
31508 \backslash
31509 cf
31510 \end_layout
31511
31512 \end_inset
31513
31514 コマンドを提供しています。
31515 \series bold
31516
31517 \backslash
31518 cf
31519 \series default
31520 の詳しい情報と例示については、
31521 \series bold
31522 mhchem
31523 \series default
31524
31525 \begin_inset CommandInset citation
31526 LatexCommand cite
31527 key "mhchem"
31528
31529 \end_inset
31530
31531 の取扱説明書をご覧ください。
31532 \end_layout
31533
31534 \begin_layout Standard
31535 \begin_inset Newpage newpage
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Section
31542 図解
31543 \end_layout
31544
31545 \begin_layout Standard
31546 LyXは、二つの型の可換図
31547 \series bold
31548 amscd
31549 \series default
31550 および
31551 \series bold
31552 xymatrix
31553 \series default
31554 をサポートしており、以下でこれらの説明をします。
31555 \end_layout
31556
31557 \begin_layout Subsection
31558 amscd図解
31559 \begin_inset Index
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 ずかい@図解 ! amscd
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31573 \begin_inset Formula \[
31574 \begin{CD}A@>>>B@>>>C\\
31575 @AAA@.@VVV\\
31576 F@<<<E@<<<D\end{CD}\]
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Standard
31584 これを作るには、数式に
31585 \series bold
31586
31587 \backslash
31588 CD
31589 \begin_inset Index
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593 こまんど@コマンド ! C ! 
31594 \backslash
31595 CD
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \series default
31602 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31603 \begin_inset Info
31604 type  "shortcut"
31605 arg   "newline-insert newline"
31606 \end_inset
31607
31608 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31609 \end_layout
31610
31611 \begin_layout Standard
31612 関係を作るには、以下のコマンドがあります。
31613 \end_layout
31614
31615 \begin_layout Itemize
31616 \begin_inset Formula $\boldsymbol{@<<<}$
31617 \end_inset
31618
31619 は左矢印、
31620 \begin_inset Formula $\boldsymbol{@>>>}$
31621 \end_inset
31622
31623 は右矢印、
31624 \series bold
31625 @=
31626 \series default
31627 は長い等号を生成します。
31628 \end_layout
31629
31630 \begin_layout Itemize
31631
31632 \series bold
31633 @AAA
31634 \series default
31635 は上矢印、
31636 \series bold
31637 @VVV
31638 \series default
31639 は下矢印、
31640 \begin_inset Formula $\boldsymbol{@|}$
31641 \end_inset
31642
31643 は縦向きの等号を生成します。
31644 \end_layout
31645
31646 \begin_layout Itemize
31647
31648 \series bold
31649 @.
31650 \series default
31651 は関係が存在しない部分に置きます。
31652 \end_layout
31653
31654 \begin_layout Standard
31655 矢印はすべて、以下のようにラベル付けをすることができます。
31656 \end_layout
31657
31658 \begin_layout Itemize
31659 文章を、第1と第2の「
31660 \begin_inset Formula $<$
31661 \end_inset
31662
31663 」ないし「
31664 \begin_inset Formula $>$
31665 \end_inset
31666
31667 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31668 \begin_inset Formula $<$
31669 \end_inset
31670
31671 」ないし「
31672 \begin_inset Formula $>$
31673 \end_inset
31674
31675 」のあいだに入れると、矢印の下に表示されます。
31676 \end_layout
31677
31678 \begin_layout Itemize
31679 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31680 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31681 \end_layout
31682
31683 \begin_layout Standard
31684 以下は、上記のすべての関係を使った例です。
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \begin_inset Formula \[
31689 \begin{CD}A@>j>>B@>>k>C@=F\\
31690 @AmAA@.@VV{V}V@|\\
31691 D@<<j<E@>k>>F@=C\end{CD}\]
31692
31693 \end_inset
31694
31695
31696 \end_layout
31697
31698 \begin_layout Standard
31699 これを作るコマンドは、以下のとおりです。
31700 \begin_inset Newline newline
31701 \end_inset
31702
31703
31704 \series bold
31705
31706 \backslash
31707 CD
31708 \begin_inset ERT
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712
31713
31714 \backslash
31715 spce 
31716 \end_layout
31717
31718 \end_inset
31719
31720 A
31721 \begin_inset Formula $\boldsymbol{@>}$
31722 \end_inset
31723
31724 j
31725 \begin_inset Formula $\boldsymbol{>>}$
31726 \end_inset
31727
31728 B
31729 \begin_inset Formula $\boldsymbol{@>>}$
31730 \end_inset
31731
31732 k
31733 \begin_inset Formula $\boldsymbol{>}$
31734 \end_inset
31735
31736 C@=F Ctrl+Return
31737 \begin_inset Newline newline
31738 \end_inset
31739
31740
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 hphantom{
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \backslash
31755 CD
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761
31762 \backslash
31763 spce 
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 }
31775 \end_layout
31776
31777 \end_inset
31778
31779 @AmAA@.@VV
31780 \backslash
31781 {V
31782 \series default
31783
31784 \begin_inset Formula $\to$
31785 \end_inset
31786
31787
31788 \series bold
31789 V
31790 \begin_inset Formula $\boldsymbol{@|}$
31791 \end_inset
31792
31793  Ctrl+Return
31794 \begin_inset Newline newline
31795 \end_inset
31796
31797
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 hphantom{
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \backslash
31812 CD
31813 \begin_inset ERT
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817
31818
31819 \backslash
31820 spce 
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \begin_inset ERT
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830
31831 }
31832 \end_layout
31833
31834 \end_inset
31835
31836 D
31837 \begin_inset Formula $\boldsymbol{@<<}$
31838 \end_inset
31839
31840 j
31841 \begin_inset Formula $\boldsymbol{<}$
31842 \end_inset
31843
31844 E
31845 \begin_inset Formula $\boldsymbol{@>}$
31846 \end_inset
31847
31848 k
31849 \begin_inset Formula $\boldsymbol{>>}$
31850 \end_inset
31851
31852 F@=C
31853 \end_layout
31854
31855 \begin_layout Subsection
31856 xymatrix図解
31857 \begin_inset Index
31858 status collapsed
31859
31860 \begin_layout Plain Layout
31861 ずかい@図解 ! xymatrix
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \begin_layout Standard
31870 xymatricesを使うには、LaTeXパッケージの
31871 \series bold
31872 xypic
31873 \series default
31874 が導入済みである必要があります。xymatrixは、数式中に
31875 \series bold
31876
31877 \backslash
31878 xymatrix
31879 \series default
31880 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31881 \begin_inset CommandInset ref
31882 LatexCommand ref
31883 reference "sec:行列"
31884
31885 \end_inset
31886
31887 節をご参照下さい。
31888 \end_layout
31889
31890 \begin_layout Standard
31891 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31892 \family sans
31893 ヘルプ\SpecialChar \menuseparator
31894 用途別説明書\SpecialChar \menuseparator
31895 XY-pic説明書
31896 \family default
31897 メニューにある
31898 \emph on
31899 XY-pic説明書
31900 \emph default
31901 で詳しく網羅しています。
31902 \end_layout
31903
31904 \begin_layout Standard
31905 \begin_inset Newpage newpage
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Section
31912 ユーザー定義コマンド
31913 \begin_inset Index
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 ゆーざーていぎこまんど@ユーザー定義コマンド
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 \begin_inset Note Greyedout
31927 status open
31928
31929 \begin_layout Plain Layout
31930 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Subsection
31939
31940 \backslash
31941 newcommandコマンド
31942 \begin_inset CommandInset label
31943 LatexCommand label
31944 name "sub:newcommandコマンド"
31945
31946 \end_inset
31947
31948
31949 \begin_inset Index
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31954 \backslash
31955 newcommand
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \begin_inset Index
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965 こまんど@コマンド ! N ! 
31966 \backslash
31967 newcommand
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \begin_layout Standard
31976 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31977 \series bold
31978
31979 \backslash
31980 newcommand
31981 \series default
31982 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31983 \end_layout
31984
31985 \begin_layout Standard
31986
31987 \series bold
31988
31989 \backslash
31990 newcommand
31991 \series default
31992 コマンドの書式は、
31993 \end_layout
31994
31995 \begin_layout Standard
31996
31997 \series bold
31998
31999 \backslash
32000 newcommand{新コマンド名}[引数の数][オプションの値]
32001 \begin_inset Newline newline
32002 \end_inset
32003
32004
32005 \begin_inset ERT
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009
32010
32011 \backslash
32012 phantom{
32013 \end_layout
32014
32015 \end_inset
32016
32017
32018 \backslash
32019 newcommand
32020 \begin_inset ERT
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024
32025 }
32026 \end_layout
32027
32028 \end_inset
32029
32030 {コマンド定義}
32031 \end_layout
32032
32033 \begin_layout Standard
32034 です。
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset Note Greyedout
32039 status open
32040
32041 \begin_layout Plain Layout
32042
32043 \series bold
32044 (注意)
32045 \series default
32046 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32047 \series bold
32048
32049 \backslash
32050 Leftarrow
32051 \series default
32052 の短縮のつもりで
32053 \series bold
32054
32055 \backslash
32056 le
32057 \series default
32058 というコマンドを定義したとすると、
32059 \series bold
32060
32061 \backslash
32062 le
32063 \series default
32064 は既に「
32065 \begin_inset Formula $\le$
32066 \end_inset
32067
32068 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 「引数の数」は、0
32078 \begin_inset space \thinspace{}
32079 \end_inset
32080
32081 -
32082 \begin_inset space \thinspace{}
32083 \end_inset
32084
32085 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32086 ドの
32087 \emph on
32088 最初の
32089 \emph default
32090 引数は、自動的に非必須の引数になります。
32091 \end_layout
32092
32093 \begin_layout Standard
32094 以下にいくつかの例を挙げます。
32095 \end_layout
32096
32097 \begin_layout Itemize
32098
32099 \series bold
32100
32101 \backslash
32102 Longrightarrow
32103 \series default
32104 の短縮形として
32105 \series bold
32106
32107 \backslash
32108 gr
32109 \series default
32110 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32111 \begin_inset VSpace medskip
32112 \end_inset
32113
32114
32115 \begin_inset Newline newline
32116 \end_inset
32117
32118
32119 \series bold
32120
32121 \backslash
32122 newcommand{
32123 \backslash
32124 gr}{
32125 \backslash
32126 Longrightarrow}
32127 \end_layout
32128
32129 \begin_layout Itemize
32130
32131 \series bold
32132
32133 \backslash
32134 underline
32135 \series default
32136 の短縮形として
32137 \series bold
32138
32139 \backslash
32140 us
32141 \series default
32142 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32143 \begin_inset VSpace medskip
32144 \end_inset
32145
32146
32147 \begin_inset Newline newline
32148 \end_inset
32149
32150
32151 \series bold
32152
32153 \backslash
32154 newcommand{
32155 \backslash
32156 us}[1]{
32157 \backslash
32158 underline{#1}}
32159 \series default
32160
32161 \begin_inset VSpace medskip
32162 \end_inset
32163
32164
32165 \begin_inset Newline newline
32166 \end_inset
32167
32168
32169 \series bold
32170 #
32171 \series default
32172 」という文字は、引数の入る場所を示し、その後ろの「
32173 \series bold
32174 1
32175 \series default
32176 」は、これが第1引数の入る場所であることを示します。
32177 \end_layout
32178
32179 \begin_layout Itemize
32180
32181 \series bold
32182
32183 \backslash
32184 framebox
32185 \series default
32186 の短縮形として、たとえば
32187 \series bold
32188
32189 \backslash
32190 fb
32191 \series default
32192 というコマンドを定義するには、
32193 \begin_inset VSpace medskip
32194 \end_inset
32195
32196
32197 \begin_inset Newline newline
32198 \end_inset
32199
32200
32201 \series bold
32202
32203 \backslash
32204 newcommand{
32205 \backslash
32206 fb}[3]{
32207 \backslash
32208 framebox#1#2{$#3$}}
32209 \series default
32210
32211 \begin_inset VSpace medskip
32212 \end_inset
32213
32214
32215 \begin_inset Newline newline
32216 \end_inset
32217
32218 二つのドルマークは、
32219 \series bold
32220
32221 \backslash
32222 framebox
32223 \series default
32224 が必要とする内部の数式を作り出します。第
32225 \begin_inset CommandInset ref
32226 LatexCommand ref
32227 reference "sub:縁付きボックス"
32228
32229 \end_inset
32230
32231 節をご参照下さい。
32232 \end_layout
32233
32234 \begin_layout Itemize
32235 ボックスの色を指定する必要がない
32236 \series bold
32237
32238 \backslash
32239 fcolorbox
32240 \series default
32241 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32242 \begin_inset VSpace medskip
32243 \end_inset
32244
32245
32246 \begin_inset Newline newline
32247 \end_inset
32248
32249
32250 \series bold
32251
32252 \backslash
32253 newcommand{
32254 \backslash
32255 cb}[3][white]{
32256 \backslash
32257 fcolorbox{#2}{#1}{$#3$}}
32258 \series default
32259
32260 \begin_inset VSpace medskip
32261 \end_inset
32262
32263
32264 \begin_inset Newline newline
32265 \end_inset
32266
32267
32268 \series bold
32269
32270 \backslash
32271 cb
32272 \series default
32273 を使うときに色が指定されなければ、事前に定義された色である
32274 \series bold
32275 white
32276 \series default
32277 が使用されます。
32278 \end_layout
32279
32280 \begin_layout Standard
32281 以下は、上で定義したコマンドの動作テストです。
32282 \end_layout
32283
32284 \begin_layout Standard
32285 \align center
32286 \begin_inset Tabular
32287 <lyxtabular version="3" rows="6" columns="2">
32288 <features>
32289 <column alignment="center" valignment="top" width="0">
32290 <column alignment="center" valignment="top" width="0">
32291 <row>
32292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 コマンド
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305 出力
32306 \begin_inset Note Note
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310 ここで
32311 \series bold
32312
32313 \backslash
32314 raisebox
32315 \series default
32316 はスペーサーとして使用しているだけです。
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 </row>
32327 <row>
32328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332 A
32333 \backslash
32334 gr
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 spce 
32343 \end_layout
32344
32345 \end_inset
32346
32347 B
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 \begin_inset Formula $A\gr B$
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 </row>
32365 <row>
32366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370
32371 \backslash
32372 us{ABcd
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 </row>
32390 <row>
32391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395
32396 \backslash
32397 fb{[2cm]
32398 \begin_inset Formula $\to$
32399 \end_inset
32400
32401
32402 \backslash
32403 {
32404 \begin_inset Formula $\to$
32405 \end_inset
32406
32407
32408 \backslash
32409 {
32410 \backslash
32411 int
32412 \begin_inset ERT
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416
32417
32418 \backslash
32419 spce 
32420 \end_layout
32421
32422 \end_inset
32423
32424 A=B
32425 \end_layout
32426
32427 \end_inset
32428 </cell>
32429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 </row>
32442 <row>
32443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32444 \begin_inset Text
32445
32446 \begin_layout Plain Layout
32447
32448 \backslash
32449 cb{red
32450 \begin_inset Formula $\to$
32451 \end_inset
32452
32453
32454 \backslash
32455 {
32456 \backslash
32457 int
32458 \begin_inset ERT
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462
32463
32464 \backslash
32465 spce 
32466 \end_layout
32467
32468 \end_inset
32469
32470 A=B
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32476 \begin_inset Text
32477
32478 \begin_layout Plain Layout
32479 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 </row>
32488 <row>
32489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493
32494 \backslash
32495 cb[green]
32496 \backslash
32497 {red
32498 \begin_inset Formula $\to$
32499 \end_inset
32500
32501
32502 \backslash
32503 {
32504 \backslash
32505 int
32506 \begin_inset ERT
32507 status collapsed
32508
32509 \begin_layout Plain Layout
32510
32511
32512 \backslash
32513 spce 
32514 \end_layout
32515
32516 \end_inset
32517
32518 A=B
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 </lyxtabular>
32537
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Subsection
32544 数式マクロ
32545 \begin_inset Index
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \begin_inset Index
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 まくろ@マクロ
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32569 般型は、
32570 \begin_inset Formula \[
32571 0=\lambda^{2}+p\lambda+q\]
32572
32573 \end_inset
32574
32575 であり、その解の一般型は
32576 \begin_inset Formula \[
32577 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 です。
32586 \begin_inset Formula $\lambda$
32587 \end_inset
32588
32589
32590 \begin_inset Formula $p$
32591 \end_inset
32592
32593
32594 \begin_inset Formula $q$
32595 \end_inset
32596
32597 の3つのパラメータを指定することが必須であり、
32598 \begin_inset Formula $\lambda$
32599 \end_inset
32600
32601 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605
32606 \series bold
32607
32608 \backslash
32609 newcommand{
32610 \backslash
32611 qG}[4][1,
32612 \backslash
32613 ,2]{#2_{#1}=-
32614 \backslash
32615 frac{#3}{2}
32616 \backslash
32617 pm
32618 \begin_inset Newline newline
32619 \end_inset
32620
32621
32622 \begin_inset ERT
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626
32627
32628 \backslash
32629 hphantom{
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \backslash
32636 newcommand
32637 \begin_inset ERT
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641
32642 }
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \backslash
32649 sqrt{
32650 \backslash
32651 frac{#3^{2}}{4}-#4}}
32652 \end_layout
32653
32654 \begin_layout Standard
32655 これを使って解の公式を作るには、
32656 \begin_inset Newline newline
32657 \end_inset
32658
32659
32660 \series bold
32661
32662 \backslash
32663 qG{
32664 \backslash
32665 lambda
32666 \begin_inset Formula $\to$
32667 \end_inset
32668
32669
32670 \backslash
32671 {p
32672 \begin_inset Formula $\to$
32673 \end_inset
32674
32675
32676 \backslash
32677 {q
32678 \series default
32679 というコマンドを数式に入れます。
32680 \end_layout
32681
32682 \begin_layout Standard
32683 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32684 \series bold
32685
32686 \backslash
32687 frac{分子}{分母}
32688 \series default
32689 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32690 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32691 \series bold
32692
32693 \backslash
32694 newcommand
32695 \series default
32696 コマンドの代わりに、数式マクロを使う方法を提供しています。
32697 \end_layout
32698
32699 \begin_layout Standard
32700 数式マクロは、
32701 \family sans
32702 挿入\SpecialChar \menuseparator
32703 数式\SpecialChar \menuseparator
32704 マクロ
32705 \family default
32706 メニューか、ツールバーボタンの
32707 \begin_inset Graphics
32708         filename ../../images/math-macro_newmacroname_newcommand.png
32709         scale 85
32710
32711 \end_inset
32712
32713 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32714 \begin_inset Newline newline
32715 \end_inset
32716
32717
32718 \begin_inset space \hspace*{\fill}
32719 \end_inset
32720
32721
32722 \begin_inset Graphics
32723         filename ../clipart/macrobox.png
32724
32725 \end_inset
32726
32727
32728 \begin_inset space \hspace*{\fill}
32729 \end_inset
32730
32731
32732 \begin_inset Newline newline
32733 \end_inset
32734
32735
32736 \begin_inset FormulaMacro
32737 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32738 \end_inset
32739
32740
32741 \backslash
32742 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32743 \series bold
32744
32745 \backslash
32746 #1
32747 \series default
32748 のように
32749 \series bold
32750
32751 \backslash
32752 #引数番号
32753 \series default
32754 というコマンドで入力するか、マクロツールバーボタンの
32755 \begin_inset Graphics
32756         filename ../../images/math-macro-add-param.png
32757         scale 85
32758
32759 \end_inset
32760
32761 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32762 \begin_inset Graphics
32763         filename ../../images/math-macro-add-optional-param.png
32764         scale 85
32765
32766 \end_inset
32767
32768 で作ることができます。最初の必須引数は、ツールバーボタンの
32769 \begin_inset Graphics
32770         filename ../../images/math-macro-make-optional.png
32771         scale 85
32772
32773 \end_inset
32774
32775 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
32776 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32777 \begin_inset Newline newline
32778 \end_inset
32779
32780
32781 \series bold
32782 qG: 
32783 \backslash
32784 #1
32785 \series default
32786  
32787 \series bold
32788 ,
32789 \series default
32790  
32791 \series bold
32792
32793 \backslash
32794 #2
32795 \series default
32796  
32797 \series bold
32798 ,
32799 \series default
32800  
32801 \series bold
32802
32803 \backslash
32804 #3, 
32805 \backslash
32806 #4
32807 \begin_inset Newline newline
32808 \end_inset
32809
32810
32811 \series default
32812 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32813 されます。
32814 \begin_inset Newline newline
32815 \end_inset
32816
32817 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32818 \family sans
32819 表示\SpecialChar \menuseparator
32820 数式マクロを展開(畳む)
32821 \family default
32822 メニューを使うことで、マクロ毎に変えることができます。
32823 \end_layout
32824
32825 \begin_layout Standard
32826 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32827 \series bold
32828
32829 \backslash
32830 qG
32831 \series default
32832 とします。このマクロは、LyX中では以下のように表示されます。
32833 \begin_inset Newline newline
32834 \end_inset
32835
32836
32837 \begin_inset space \hspace*{\fill}
32838 \end_inset
32839
32840
32841 \begin_inset Graphics
32842         filename ../clipart/macrouse.png
32843
32844 \end_inset
32845
32846
32847 \begin_inset space \hspace*{\fill}
32848 \end_inset
32849
32850
32851 \begin_inset Newline newline
32852 \end_inset
32853
32854 以下は、上記の例に、引数
32855 \begin_inset Formula $x$
32856 \end_inset
32857
32858
32859 \begin_inset Formula $\ln(x)$
32860 \end_inset
32861
32862
32863 \begin_inset Formula $B$
32864 \end_inset
32865
32866 を指定したものです。
32867 \end_layout
32868
32869 \begin_layout Standard
32870 \begin_inset Formula \[
32871 \qG x{\ln(x)}B\]
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 LyXは、
32880 \family sans
32881 ツール\SpecialChar \menuseparator
32882 設定\SpecialChar \menuseparator
32883 編集\SpecialChar \menuseparator
32884 制御
32885 \family default
32886 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32887 せてみてください。
32888 \end_layout
32889
32890 \begin_layout Standard
32891 数式マクロは、文書書き出し時に、内部的に
32892 \series bold
32893
32894 \backslash
32895 newcommand
32896 \series default
32897 コマンドに変換されます。こうして生成された
32898 \series bold
32899
32900 \backslash
32901 newcommand
32902 \series default
32903 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32904 \end_layout
32905
32906 \begin_layout Standard
32907 数式マクロは、
32908 \series bold
32909
32910 \backslash
32911 newcommand
32912 \series default
32913 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32914 \series bold
32915
32916 \begin_inset Newline newline
32917 \end_inset
32918
32919
32920 \backslash
32921 newcommand{
32922 \backslash
32923 larrow}[2]{
32924 \backslash
32925 xleftarrow[#2]{#1}}
32926 \begin_inset Newline newline
32927 \end_inset
32928
32929
32930 \series default
32931 というコマンドを書き入れ、この全体を選択して、短絡キー
32932 \family sans
32933 Ctrl+M
32934 \family default
32935 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32936 \series bold
32937
32938 \backslash
32939 newcommand
32940 \series default
32941 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32942 \end_layout
32943
32944 \begin_layout Standard
32945 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32946 \begin_inset CommandInset ref
32947 LatexCommand ref
32948 reference "sub:newcommandコマンド"
32949
32950 \end_inset
32951
32952 節で例として作った
32953 \series bold
32954
32955 \backslash
32956 fb
32957 \series default
32958 は、マクロとしては作ることができません。
32959 \end_layout
32960
32961 \begin_layout Standard
32962 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32963 \end_layout
32964
32965 \begin_layout Standard
32966 \begin_inset VSpace defskip
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \begin_layout Standard
32973 \begin_inset Graphics
32974         filename ../clipart/MacroToolbar.png
32975
32976 \end_inset
32977
32978
32979 \begin_inset Index
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983 まくろ@マクロ ! つーるばー@ツールバー
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace defskip
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 マクロツールバーは、左から右に、以下の各ボタンがあります。
33000 \end_layout
33001
33002 \begin_layout Standard
33003 \begin_inset VSpace defskip
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset Tabular
33011 <lyxtabular version="3" rows="9" columns="2">
33012 <features islongtable="true">
33013 <column alignment="left" valignment="top" width="0">
33014 <column alignment="left" valignment="top" width="85col%">
33015 <row interlinespace="2.5mm">
33016 <cell alignment="center" valignment="top" usebox="none">
33017 \begin_inset Text
33018
33019 \begin_layout Plain Layout
33020 \begin_inset Graphics
33021         filename ../../images/math-macro-remove-param.png
33022         BoundingBox 0bp 5bp 20bp 25bp
33023         rotateOrigin center
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036
33037 \family sans
33038 編集\SpecialChar \menuseparator
33039 数式\SpecialChar \menuseparator
33040 マクロ定義\SpecialChar \menuseparator
33041 最後の引数を削除
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row interlinespace="2.5mm">
33048 <cell alignment="center" valignment="top" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 \begin_inset Graphics
33053         filename ../../images/math-macro-add-param.png
33054         BoundingBox 0bp 5bp 20bp 25bp
33055         rotateOrigin center
33056
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 <cell alignment="center" valignment="top" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Plain Layout
33068
33069 \family sans
33070 編集\SpecialChar \menuseparator
33071 数式\SpecialChar \menuseparator
33072 マクロ定義\SpecialChar \menuseparator
33073 引数を追加
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row interlinespace="2.5mm">
33080 <cell alignment="center" valignment="top" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 \begin_inset Graphics
33085         filename ../../images/math-macro-make-optional.png
33086         BoundingBox 0bp 5bp 20bp 25bp
33087         rotateOrigin center
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100
33101 \family sans
33102 編集\SpecialChar \menuseparator
33103 数式\SpecialChar \menuseparator
33104 マクロ定義\SpecialChar \menuseparator
33105 最初の必須引数を
33106 \begin_inset Newline newline
33107 \end_inset
33108
33109
33110 \begin_inset ERT
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114
33115
33116 \backslash
33117 hphantom{
33118 \end_layout
33119
33120 \end_inset
33121
33122 編集\SpecialChar \menuseparator
33123 数式\SpecialChar \menuseparator
33124 マクロ定義\SpecialChar \menuseparator
33125
33126 \begin_inset ERT
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130
33131 }
33132 \end_layout
33133
33134 \end_inset
33135
33136 非必須引数にする
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row interlinespace="2.5mm">
33143 <cell alignment="center" valignment="top" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 \begin_inset Graphics
33148         filename ../../images/math-macro-make-nonoptional.png
33149         BoundingBox 0bp 5bp 20bp 25bp
33150         rotateOrigin center
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163
33164 \family sans
33165 編集\SpecialChar \menuseparator
33166 数式\SpecialChar \menuseparator
33167 マクロ定義\SpecialChar \menuseparator
33168 最後の非必須引数を
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset ERT
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177
33178
33179 \backslash
33180 hphantom{
33181 \end_layout
33182
33183 \end_inset
33184
33185 編集\SpecialChar \menuseparator
33186 数式\SpecialChar \menuseparator
33187 マクロ定義\SpecialChar \menuseparator
33188
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194 }
33195 \end_layout
33196
33197 \end_inset
33198
33199 必須引数にする
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row interlinespace="2.5mm">
33206 <cell alignment="center" valignment="top" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 \begin_inset Graphics
33211         filename ../../images/math-macro-remove-optional-param.png
33212         BoundingBox 0bp 5bp 20bp 25bp
33213         rotateOrigin center
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 <cell alignment="center" valignment="top" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226
33227 \family sans
33228 編集\SpecialChar \menuseparator
33229 数式\SpecialChar \menuseparator
33230 マクロ定義\SpecialChar \menuseparator
33231 非必須引数を削除
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row interlinespace="2.5mm">
33238 <cell alignment="center" valignment="top" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 \begin_inset Graphics
33243         filename ../../images/math-macro-add-optional-param.png
33244         BoundingBox 0bp 5bp 20bp 25bp
33245         rotateOrigin center
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258
33259 \family sans
33260 編集\SpecialChar \menuseparator
33261 数式\SpecialChar \menuseparator
33262 マクロ定義\SpecialChar \menuseparator
33263 非必須引数を挿入
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row interlinespace="2.5mm">
33270 <cell alignment="center" valignment="top" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 \begin_inset Graphics
33275         filename ../../images/math-macro-remove-greedy-param.png
33276         BoundingBox 0bp 5bp 20bp 25bp
33277         rotateOrigin center
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 <cell alignment="center" valignment="top" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290
33291 \family sans
33292 編集\SpecialChar \menuseparator
33293 数式\SpecialChar \menuseparator
33294 マクロ定義\SpecialChar \menuseparator
33295 右に吐き出す形で
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \begin_inset ERT
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304
33305
33306 \backslash
33307 hphantom{
33308 \end_layout
33309
33310 \end_inset
33311
33312 編集\SpecialChar \menuseparator
33313 数式\SpecialChar \menuseparator
33314 マクロ定義\SpecialChar \menuseparator
33315
33316 \begin_inset ERT
33317 status collapsed
33318
33319 \begin_layout Plain Layout
33320
33321 }
33322 \end_layout
33323
33324 \end_inset
33325
33326 最後の引数を削除
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 </row>
33332 <row interlinespace="2.5mm">
33333 <cell alignment="center" valignment="top" usebox="none">
33334 \begin_inset Text
33335
33336 \begin_layout Plain Layout
33337 \begin_inset Graphics
33338         filename ../../images/math-macro-append-greedy-param.png
33339         BoundingBox 0bp 5bp 20bp 25bp
33340         rotateOrigin center
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 <cell alignment="center" valignment="top" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353
33354 \family sans
33355 編集\SpecialChar \menuseparator
33356 数式\SpecialChar \menuseparator
33357 マクロ定義\SpecialChar \menuseparator
33358 右から喰う形で
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \begin_inset ERT
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367
33368
33369 \backslash
33370 hphantom{
33371 \end_layout
33372
33373 \end_inset
33374
33375 編集\SpecialChar \menuseparator
33376 数式\SpecialChar \menuseparator
33377 マクロ定義\SpecialChar \menuseparator
33378
33379 \begin_inset ERT
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384 }
33385 \end_layout
33386
33387 \end_inset
33388
33389 引数を追加
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 </row>
33395 <row interlinespace="2.5mm">
33396 <cell alignment="center" valignment="top" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 \begin_inset Graphics
33401         filename ../../images/math-macro-add-greedy-optional-param.png
33402         BoundingBox 0bp 5bp 20bp 25bp
33403         rotateOrigin center
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_inset
33411 </cell>
33412 <cell alignment="center" valignment="top" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416
33417 \family sans
33418 編集\SpecialChar \menuseparator
33419 数式\SpecialChar \menuseparator
33420 マクロ定義\SpecialChar \menuseparator
33421 右から喰う形で
33422 \begin_inset Newline newline
33423 \end_inset
33424
33425
33426 \begin_inset ERT
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430
33431
33432 \backslash
33433 hphantom{
33434 \end_layout
33435
33436 \end_inset
33437
33438 編集\SpecialChar \menuseparator
33439 数式\SpecialChar \menuseparator
33440 マクロ定義\SpecialChar \menuseparator
33441
33442 \begin_inset ERT
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446
33447 }
33448 \end_layout
33449
33450 \end_inset
33451
33452 非必須引数を追加
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 </lyxtabular>
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 \begin_inset Newpage newpage
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Section
33473 さまざまな秘訣
33474 \begin_inset Index
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 ひけつ@秘訣
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Subsection
33487 負の数
33488 \begin_inset Index
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 かず@数 ! ふの@負の ---
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33502 く表示されます。
33503 \end_layout
33504
33505 \begin_layout Standard
33506 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33507 \end_layout
33508
33509 \begin_layout Standard
33510 以下は、この問題を示す例です。
33511 \end_layout
33512
33513 \begin_layout Standard
33514 \align center
33515 \begin_inset Tabular
33516 <lyxtabular version="3" rows="3" columns="2">
33517 <features>
33518 <column alignment="right" valignment="top" width="0">
33519 <column alignment="left" valignment="top" width="0">
33520 <row>
33521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 通常の文章:
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 x = -2
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 <row>
33541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 数式:
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 \begin_inset Formula $x=-2$
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 </row>
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 解決策:
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 \begin_inset Formula $x=\textrm{-}2$
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 </lyxtabular>
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Subsection
33594 位区切りとしてのコンマ
33595 \begin_inset Index
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599 こんま@コンマ
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset Index
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609 かんま@カンマ|see
33610 \begin_inset ERT
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614
33615 {
33616 \end_layout
33617
33618 \end_inset
33619
33620 コンマ
33621 \begin_inset ERT
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625
33626 }
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \end_layout
33638
33639 \begin_layout Standard
33640 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33641 \end_layout
33642
33643 \begin_layout Standard
33644 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33645 \begin_inset Info
33646 type  "shortcut"
33647 arg   "math-mode"
33648 \end_inset
33649
33650 )。
33651 \end_layout
33652
33653 \begin_layout Standard
33654 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33655 \end_layout
33656
33657 \begin_layout Standard
33658
33659 \series bold
33660
33661 \backslash
33662 usepackage{icomma}
33663 \end_layout
33664
33665 \begin_layout Standard
33666 という行を加えて、
33667 \series bold
33668 icomma.sty
33669 \series default
33670
33671 \begin_inset Foot
33672 status collapsed
33673
33674 \begin_layout Plain Layout
33675
33676 \series bold
33677 icomma
33678 \series default
33679 は、LaTeXパッケージ
33680 \series bold
33681 was
33682 \series default
33683
33684 \begin_inset Index
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 ぱっけーじ@パッケージ ! was
33689 \begin_inset ERT
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693
33694
33695 \backslash
33696 vspace{4mm}
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \end_inset
33705
33706 に含まれています。
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \begin_inset Index
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716 ぱっけーじ@パッケージ ! icomma
33717 \end_layout
33718
33719 \end_inset
33720
33721 ファイルを読み込みます。
33722 \end_layout
33723
33724 \begin_layout Subsection
33725 物理ベクトル
33726 \begin_inset CommandInset label
33727 LatexCommand label
33728 name "sub:物理ベクトル"
33729
33730 \end_inset
33731
33732
33733 \begin_inset Index
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 Vectors ! physical
33738 \end_layout
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \begin_layout Standard
33746 LaTeXパッケージ
33747 \series bold
33748 braket
33749 \series default
33750
33751 \begin_inset Foot
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755
33756 \series bold
33757 braket
33758 \series default
33759  は標準的LaTeX頒布版のすべてに含まれています。
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset Index
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769 ぱっけーじ@パッケージ ! braket
33770 \end_layout
33771
33772 \end_inset
33773
33774 には、定義済みのベクトルが提供されており、
33775 \end_layout
33776
33777 \begin_layout Standard
33778
33779 \series bold
33780
33781 \backslash
33782 usepackage{braket}
33783 \end_layout
33784
33785 \begin_layout Standard
33786 というLaTeXプリアンブル行で読み込むことができます。
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 ifbraket 
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \begin_inset Note Note
33804 status open
33805
33806 \begin_layout Plain Layout
33807 以下の表は、
33808 \series bold
33809 braket
33810 \series default
33811  LaTeXパッケージが導入済みのときのみ表示されます。
33812 \end_layout
33813
33814 \end_inset
33815
33816 以下のコマンドが定義されています。
33817 \end_layout
33818
33819 \begin_layout Standard
33820 \align center
33821 \begin_inset Tabular
33822 <lyxtabular version="3" rows="4" columns="2">
33823 <features>
33824 <column alignment="center" valignment="top" width="0">
33825 <column alignment="center" valignment="top" width="0">
33826 <row>
33827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831 コマンド
33832 \end_layout
33833
33834 \end_inset
33835 </cell>
33836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33837 \begin_inset Text
33838
33839 \begin_layout Plain Layout
33840 出力
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 </row>
33846 <row>
33847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851
33852 \backslash
33853 Bra{
33854 \backslash
33855 psi
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33861 \begin_inset Text
33862
33863 \begin_layout Plain Layout
33864 \begin_inset Formula $\Bra{\psi}$
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \end_inset
33871 </cell>
33872 </row>
33873 <row>
33874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878
33879 \backslash
33880 Ket{
33881 \backslash
33882 psi
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 \begin_inset Formula $\Ket{\psi}$
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \end_inset
33898 </cell>
33899 </row>
33900 <row>
33901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905
33906 \backslash
33907 Braket{
33908 \backslash
33909 psi
33910 \begin_inset Formula $|$
33911 \end_inset
33912
33913
33914 \backslash
33915 phi
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Formula $\Braket{\psi|\phi}$
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 </row>
33933 </lyxtabular>
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941
33942 \series bold
33943
33944 \backslash
33945 Braket
33946 \series default
33947 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33948 \begin_inset Formula \[
33949 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33950
33951 \end_inset
33952
33953
33954 \begin_inset ERT
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958
33959
33960 \backslash
33961 else 
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \begin_inset Note Note
33968 status open
33969
33970 \begin_layout Plain Layout
33971
33972 \series bold
33973 braket
33974 \series default
33975  LaTeXパッケージが導入されていないときには、以下が表示されます。
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 本小節の全体を出力で見るためには、
33985 \series bold
33986 braket
33987 \series default
33988  LaTeXパッケージを導入する必要があります。
33989 \end_layout
33990
33991 \begin_layout Standard
33992 \begin_inset ERT
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996
33997
33998 \backslash
33999 fi 
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 Braket
34013 \series default
34014 と同じ効果は、第
34015 \begin_inset CommandInset ref
34016 LatexCommand ref
34017 reference "sub:自動の括弧丈"
34018
34019 \end_inset
34020
34021 節に説明されているとおり、
34022 \series bold
34023
34024 \backslash
34025 middle
34026 \series default
34027 コマンドを用いることによっても実現できます。
34028 \end_layout
34029
34030 \begin_layout Subsection
34031 自己定義の分数
34032 \begin_inset CommandInset label
34033 LatexCommand label
34034 name "sub:自己定義の分数"
34035
34036 \end_inset
34037
34038
34039 \begin_inset Index
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 ぶんすう@分数 ! じこていぎの@自己定義の ---
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 分数用の自製コマンドを定義するには、以下の書式を持つ
34053 \series bold
34054
34055 \backslash
34056 genfrac
34057 \series default
34058
34059 \begin_inset Index
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063 こまんど@コマンド ! G ! 
34064 \backslash
34065 genfrac
34066 \end_layout
34067
34068 \end_inset
34069
34070 コマンドを使います。
34071 \end_layout
34072
34073 \begin_layout Standard
34074
34075 \series bold
34076
34077 \backslash
34078 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34079 \begin_inset Newline newline
34080 \end_inset
34081
34082
34083 \begin_inset ERT
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087
34088
34089 \backslash
34090 phantom{
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \backslash
34097 genfrac
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103 }
34104 \end_layout
34105
34106 \end_inset
34107
34108 {分子}{分母}
34109 \end_layout
34110
34111 \begin_layout Standard
34112 ここで「様式」は、0
34113 \begin_inset space \thinspace{}
34114 \end_inset
34115
34116 -
34117 \begin_inset space \thinspace{}
34118 \end_inset
34119
34120 3の範囲の数字です。
34121 \end_layout
34122
34123 \begin_layout Standard
34124 \align center
34125 \begin_inset Tabular
34126 <lyxtabular version="3" rows="5" columns="2">
34127 <features>
34128 <column alignment="center" valignment="top" width="0">
34129 <column alignment="center" valignment="top" width="0">
34130 <row>
34131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135 数字
34136 \end_layout
34137
34138 \end_inset
34139 </cell>
34140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 様式(大きさ)
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 </row>
34150 <row>
34151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 0
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164 別行建て様式の数式
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 </row>
34170 <row>
34171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34172 \begin_inset Text
34173
34174 \begin_layout Plain Layout
34175 1
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184 行内数式
34185 \end_layout
34186
34187 \end_inset
34188 </cell>
34189 </row>
34190 <row>
34191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34192 \begin_inset Text
34193
34194 \begin_layout Plain Layout
34195 2
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204 やや小(small)
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 </row>
34210 <row>
34211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 3
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34221 \begin_inset Text
34222
34223 \begin_layout Plain Layout
34224 最小(tiny)
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 </lyxtabular>
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Standard
34238 「様式」を指定しないときには、
34239 \series bold
34240
34241 \backslash
34242 frac
34243 \series default
34244 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34245 \end_layout
34246
34247 \begin_layout Standard
34248 「分数線の厚み」を指定しないときには、既定値である0.4
34249 \begin_inset space \thinspace{}
34250 \end_inset
34251
34252 ptが用いられます。
34253 \end_layout
34254
34255 \begin_layout Standard
34256 \begin_inset VSpace medskip
34257 \end_inset
34258
34259 たとえば、第
34260 \begin_inset CommandInset ref
34261 LatexCommand ref
34262 reference "sub:分数"
34263
34264 \end_inset
34265
34266 節の
34267 \series bold
34268
34269 \backslash
34270 dfrac
34271 \series default
34272 コマンドおよび
34273 \series bold
34274
34275 \backslash
34276 tbinom
34277 \series default
34278 コマンドは、
34279 \end_layout
34280
34281 \begin_layout Standard
34282
34283 \series bold
34284
34285 \backslash
34286 newcommand{
34287 \backslash
34288 dfrac}[2]{
34289 \backslash
34290 genfrac{}{}{}{0}{#1}{#2}}
34291 \end_layout
34292
34293 \begin_layout Standard
34294 あるいは
34295 \end_layout
34296
34297 \begin_layout Standard
34298
34299 \series bold
34300
34301 \backslash
34302 newcommand{
34303 \backslash
34304 tbinom}[2]{
34305 \backslash
34306 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34307 \end_layout
34308
34309 \begin_layout Standard
34310 というコマンドで定義できます。
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \begin_inset VSpace medskip
34315 \end_inset
34316
34317 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34318 \end_layout
34319
34320 \begin_layout Standard
34321
34322 \series bold
34323
34324 \backslash
34325 newcommand{
34326 \backslash
34327 fracS}[3][]{
34328 \backslash
34329 genfrac{}{}{#1}{}{#2}{#3}}
34330 \end_layout
34331
34332 \begin_layout Standard
34333 という行を入れます。
34334 \end_layout
34335
34336 \begin_layout Standard
34337 以下は、そのテストです。
34338 \begin_inset Formula \begin{align*}
34339 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34340 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34341
34342 \end_inset
34343
34344 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34345 \end_layout
34346
34347 \begin_layout Subsection
34348 数式の取り消し
34349 \begin_inset Index
34350 status collapsed
34351
34352 \begin_layout Plain Layout
34353 すうしき@数式 ! とりけし@取り消し
34354 \end_layout
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \begin_layout Standard
34362 数式あるいはその一部を取り消すには、
34363 \series bold
34364 cancel
34365 \series default
34366
34367 \begin_inset Foot
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371
34372 \series bold
34373 cancel
34374 \series default
34375 は、標準的なLaTeX頒布版のすべてに含まれています。
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \begin_inset Index
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 ぱっけーじ@パッケージ ! cancel
34386 \end_layout
34387
34388 \end_inset
34389
34390  LaTeXパッケージを、LaTeXプリアンブル行に
34391 \end_layout
34392
34393 \begin_layout Standard
34394
34395 \series bold
34396
34397 \backslash
34398 usepackage[samesize]{cancel}
34399 \end_layout
34400
34401 \begin_layout Standard
34402 と書いて読み込む必要があります。
34403 \end_layout
34404
34405 \begin_layout Standard
34406 数式を取り消すには、4つの方法があります。
34407 \end_layout
34408
34409 \begin_layout Standard
34410 \align center
34411 \begin_inset Tabular
34412 <lyxtabular version="3" rows="5" columns="2">
34413 <features>
34414 <column alignment="center" valignment="top" width="0">
34415 <column alignment="center" valignment="top" width="0">
34416 <row>
34417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34418 \begin_inset Text
34419
34420 \begin_layout Plain Layout
34421 コマンド
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430 出力
34431 \begin_inset Note Note
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 ここで
34436 \series bold
34437
34438 \backslash
34439 raisebox
34440 \series default
34441 はスペーサーとして使用しているだけです。
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 </row>
34452 <row>
34453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457
34458 \backslash
34459 cancel{
34460 \backslash
34461 int
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 spce 
34470 \end_layout
34471
34472 \end_inset
34473
34474 A=B
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Plain Layout
34483 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 </row>
34492 <row>
34493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497
34498 \backslash
34499 bcancel{
34500 \backslash
34501 int
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 spce 
34510 \end_layout
34511
34512 \end_inset
34513
34514 A=B
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row>
34533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537
34538 \backslash
34539 xcancel{
34540 \backslash
34541 int
34542 \begin_inset ERT
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546
34547
34548 \backslash
34549 spce 
34550 \end_layout
34551
34552 \end_inset
34553
34554 A=B
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 </row>
34572 <row>
34573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577
34578 \backslash
34579 cancelto{1
34580 \begin_inset Formula $\to$
34581 \end_inset
34582
34583
34584 \backslash
34585 {
34586 \backslash
34587 int
34588 \begin_inset ERT
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592
34593
34594 \backslash
34595 spce 
34596 \end_layout
34597
34598 \end_inset
34599
34600 A=B
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \end_inset
34616 </cell>
34617 </row>
34618 </lyxtabular>
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Standard
34626
34627 \series bold
34628
34629 \backslash
34630 cancelto
34631 \series default
34632 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34633 \begin_inset Formula \[
34634 \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}}}\]
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Subsection
34642 節見出し中の数式
34643 \begin_inset CommandInset label
34644 LatexCommand label
34645 name "sub:節見出し中の数式"
34646
34647 \end_inset
34648
34649
34650 \begin_inset Index
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34664 \end_layout
34665
34666 \begin_layout Standard
34667 \begin_inset Note Greyedout
34668 status open
34669
34670 \begin_layout Plain Layout
34671 文書設定ダイアログの
34672 \family sans
34673 PDF特性
34674 \family default
34675
34676 \series bold
34677 hyperref
34678 \series default
34679
34680 \begin_inset Index
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684 ぱっけーじ@パッケージ ! hyperref
34685 \end_layout
34686
34687 \end_inset
34688
34689 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34690 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 これらの問題は、
34700 \family sans
34701 挿入\SpecialChar \menuseparator
34702 短縮タイトル
34703 \family default
34704 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34705 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34706 \end_layout
34707
34708 \begin_layout Standard
34709 数式を目次中でも使わなくてもならないが、
34710 \series bold
34711 hyperref
34712 \series default
34713 も使用しなくてはならないときには、
34714 \end_layout
34715
34716 \begin_layout Standard
34717
34718 \series bold
34719
34720 \backslash
34721 texorpdfstring{部分}{代替文字列}
34722 \begin_inset Index
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726 こまんど@コマンド ! T ! 
34727 \backslash
34728 texorpdfstring
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 というコマンドをTeXモードで使う方法があります。
34738 \end_layout
34739
34740 \begin_layout Standard
34741 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34742 文字列」が用いられます。
34743 \end_layout
34744
34745 \begin_layout Standard
34746 以下の二つは、見出しの例です。
34747 \begin_inset VSpace -3mm
34748 \end_inset
34749
34750
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756
34757 \backslash
34758 boldmath 
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Subsubsection
34767 目次中では数式を使わない見出し
34768 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34769 \end_inset
34770
34771
34772 \begin_inset OptArg
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776 目次中では数式を使わない見出し
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Subsubsection
34785 目次中で数式を使う見出し
34786 \begin_inset ERT
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790
34791
34792 \backslash
34793 texorpdfstring{
34794 \end_layout
34795
34796 \end_inset
34797
34798  
34799 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34800 \end_inset
34801
34802
34803 \begin_inset ERT
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807
34808 }{}
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Standard
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 unboldmath 
34825 \end_layout
34826
34827 \end_inset
34828
34829 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34830 \series bold
34831
34832 \backslash
34833 texorpdfstring
34834 \series default
34835 が使われています。
34836 \end_layout
34837
34838 \begin_layout Standard
34839 他の節見出しと同じ書式を得るために、上の見出し全体は
34840 \series bold
34841 boldmath
34842 \series default
34843 環境に設定してあります
34844 \begin_inset Foot
34845 status collapsed
34846
34847 \begin_layout Plain Layout
34848
34849 \begin_inset CommandInset ref
34850 LatexCommand ref
34851 reference "sub:ボールド体の数式"
34852
34853 \end_inset
34854
34855 節参照。
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Subsection
34864 多段組文中の数式
34865 \begin_inset Index
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \begin_layout Standard
34878 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34879 \series bold
34880 multicol
34881 \series default
34882
34883 \begin_inset Foot
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887
34888 \series bold
34889 multicol
34890 \series default
34891 は、標準的LaTeX頒布版のすべてに含まれています。
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \begin_inset Index
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901 ぱっけーじ@パッケージ ! multicol
34902 \end_layout
34903
34904 \end_inset
34905
34906  LaTeXパッケージを、
34907 \end_layout
34908
34909 \begin_layout Standard
34910
34911 \series bold
34912
34913 \backslash
34914 usepackage{multicol}
34915 \end_layout
34916
34917 \begin_layout Standard
34918 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34919 \end_layout
34920
34921 \begin_layout Standard
34922 \begin_inset Note Greyedout
34923 status open
34924
34925 \begin_layout Plain Layout
34926 ここで、
34927 \family sans
34928 文書\SpecialChar \menuseparator
34929 設定
34930 \family default
34931 メニューの
34932 \family sans
34933 本文レイアウト
34934 \family default
34935 で、
34936 \family sans
34937 二段組文書
34938 \family default
34939 の設定を
34940 \emph on
34941 有効にしてはならない
34942 \emph default
34943 ことに注意してください。
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 多段組文の前に
34953 \end_layout
34954
34955 \begin_layout Standard
34956
34957 \series bold
34958
34959 \backslash
34960 begin{multicols}{段数}
34961 \end_layout
34962
34963 \begin_layout Standard
34964 というコマンドをTeXモードで書き入れます。「段数」は、2
34965 \begin_inset space \thinspace{}
34966 \end_inset
34967
34968 -
34969 \begin_inset space \thinspace{}
34970 \end_inset
34971
34972 10のあいだの数字です。多段組文の終わる数式の前には、
34973 \end_layout
34974
34975 \begin_layout Standard
34976
34977 \series bold
34978
34979 \backslash
34980 end{multicols}
34981 \end_layout
34982
34983 \begin_layout Standard
34984 というコマンドをTeXモードで入れます。
34985 \end_layout
34986
34987 \begin_layout Standard
34988 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34989 \begin_inset space \thinspace{}
34990 \end_inset
34991
34992 mmの垂直空白を入れて下さい。数式様式
34993 \series bold
34994
34995 \begin_inset Foot
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999
35000 \series bold
35001 数式様式に関しては、第
35002 \series default
35003
35004 \begin_inset CommandInset ref
35005 LatexCommand ref
35006 reference "sec:数式様式"
35007
35008 \end_inset
35009
35010 節をご覧下さい。
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \series default
35017 として
35018 \series bold
35019 行頭下げ
35020 \series default
35021 を使用している場合には、代わりに-9
35022 \begin_inset space \thinspace{}
35023 \end_inset
35024
35025 mmの垂直空白を入れて下さい。
35026 \end_layout
35027
35028 \begin_layout Standard
35029 以下は、別行建て数式を含む、多段組文の例です。
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \begin_inset ERT
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038
35039 \backslash
35040 begin{multicols}{2}
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \lang ngerman
35047 Das Spektrum wird fouriertransformiert.
35048  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35049 , Lösungsmittel) zu trennen.
35050  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35051  nun das Aussehen des Ausgangssignals.
35052  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35053  über alle Phasen integrieren muss.
35054  Sei nun 
35055 \begin_inset Formula $S$
35056 \end_inset
35057
35058  unser normiertes Ausgangssignal und 
35059 \begin_inset Formula $P$
35060 \end_inset
35061
35062  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35063 \lang japanese
35064
35065 \begin_inset ERT
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069
35070
35071 \backslash
35072 end{multicols}
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \begin_inset VSpace -6mm
35079 \end_inset
35080
35081
35082 \begin_inset Formula \begin{equation}
35083 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35084
35085 \end_inset
35086
35087
35088 \begin_inset ERT
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092
35093
35094 \backslash
35095 begin{multicols}{2}
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \lang ngerman
35102 wobei 
35103 \begin_inset Formula $S_{0}$
35104 \end_inset
35105
35106  das Signal ohne Gradient ist und die Normierungsbedingung 
35107 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35108 \end_inset
35109
35110  gilt.
35111  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35112  Direkt nach dem 
35113 \begin_inset Formula $\nicefrac{\pi}{2}$
35114 \end_inset
35115
35116
35117 \begin_inset space \thinspace{}
35118 \end_inset
35119
35120 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35121  das Signal zusätzlich abschwächt.
35122  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35123  
35124 \begin_inset Formula $T_{2}$
35125 \end_inset
35126
35127 -Zeit.
35128 \end_layout
35129
35130 \begin_layout Standard
35131 \begin_inset ERT
35132 status collapsed
35133
35134 \begin_layout Plain Layout
35135
35136
35137 \backslash
35138 end{multicols}
35139 \end_layout
35140
35141 \end_inset
35142
35143  
35144 \end_layout
35145
35146 \begin_layout Subsection
35147 変数の説明付き数式
35148 \begin_inset Index
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \end_layout
35159
35160 \begin_layout Standard
35161 \begin_inset CommandInset ref
35162 LatexCommand eqref
35163 reference "eq:within"
35164
35165 \end_inset
35166
35167 式のように、数式内で変数の説明をするには、
35168 \begin_inset Formula $n$
35169 \end_inset
35170
35171 個の変数が使われている場合、左寄せの列を持つ2
35172 \series bold
35173 ×
35174 \series default
35175
35176 \begin_inset Formula $n$
35177 \end_inset
35178
35179 行列を使用します
35180 \begin_inset Foot
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184 行列に関しては、第
35185 \begin_inset CommandInset ref
35186 LatexCommand ref
35187 reference "sec:行列"
35188
35189 \end_inset
35190
35191 節参照。
35192 \end_layout
35193
35194 \end_inset
35195
35196 。説明を小さな文字にするには、行列の前に、たとえば
35197 \series bold
35198
35199 \backslash
35200 footnotesize
35201 \series default
35202 コマンドを挿入します
35203 \begin_inset Foot
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 フォント寸法に関しては、第
35208 \begin_inset CommandInset ref
35209 LatexCommand ref
35210 reference "sub:書体寸法"
35211
35212 \end_inset
35213
35214 節参照。
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 数式様式に
35224 \series bold
35225 行頭下げ
35226 \begin_inset Foot
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230
35231 \series bold
35232 数式様式に関しては、第
35233 \series default
35234
35235 \begin_inset CommandInset ref
35236 LatexCommand ref
35237 reference "sec:数式様式"
35238
35239 \end_inset
35240
35241 節参照。
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \series default
35248 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35249 \series bold
35250
35251 \backslash
35252 hfill
35253 \series default
35254
35255 \begin_inset Foot
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259
35260 \series bold
35261
35262 \backslash
35263 hfill
35264 \series default
35265 は、
35266 \series bold
35267 行頭下げ
35268 \series default
35269 様式のときのみ機能します。第
35270 \begin_inset CommandInset ref
35271 LatexCommand ref
35272 reference "sub:可変長の空白"
35273
35274 \end_inset
35275
35276 節をご覧下さい。
35277 \end_layout
35278
35279 \end_inset
35280
35281 を入れます。
35282 \end_layout
35283
35284 \begin_layout Standard
35285 数式様式に
35286 \series bold
35287 中央揃え
35288 \series default
35289 を使っている場合、数式を字下げするには、第
35290 \begin_inset CommandInset ref
35291 LatexCommand ref
35292 reference "sub:flalign環境"
35293
35294 \end_inset
35295
35296 節で述べた方法を使用します。
35297 \begin_inset CommandInset ref
35298 LatexCommand eqref
35299 reference "eq:within"
35300
35301 \end_inset
35302
35303 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35304 \begin_inset Formula \begin{flalign}
35305 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35306 \rho & \textrm{density}\\
35307 V & \textrm{volume}\\
35308 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35309
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \begin_layout Subsection
35316 アップライト体のギリシャ小文字
35317 \begin_inset CommandInset label
35318 LatexCommand label
35319 name "sub:アップライト体ギリシャ小文字"
35320
35321 \end_inset
35322
35323
35324 \begin_inset Index
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \begin_layout Standard
35337 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35338 \begin_inset Formula $\pi$
35339 \end_inset
35340
35341 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35342 \series bold
35343 upgreek.sty
35344 \series default
35345
35346 \begin_inset Foot
35347 status collapsed
35348
35349 \begin_layout Plain Layout
35350
35351 \series bold
35352 upgreek
35353 \series default
35354 は、
35355 \series bold
35356 was
35357 \series default
35358
35359 \begin_inset Index
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363 ぱっけーじ@パッケージ ! was
35364 \begin_inset ERT
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369
35370 \backslash
35371 vspace{4mm}
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \end_inset
35380
35381  LaTeXパッケージの一部です。
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \begin_inset Index
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 ぱっけーじ@パッケージ ! upgreek
35392 \end_layout
35393
35394 \end_inset
35395
35396  ファイルを
35397 \end_layout
35398
35399 \begin_layout Standard
35400
35401 \series bold
35402
35403 \backslash
35404 usepackage{upgreek}
35405 \end_layout
35406
35407 \begin_layout Standard
35408 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35409 \begin_inset ERT
35410 status collapsed
35411
35412 \begin_layout Plain Layout
35413
35414
35415 \backslash
35416 ifupgreek 
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \begin_inset Note Note
35423 status open
35424
35425 \begin_layout Plain Layout
35426 以下の表は、
35427 \series bold
35428 upgreek
35429 \series default
35430  LaTeXパッケージが導入済みのときのみ表示されます。
35431 \end_layout
35432
35433 \end_inset
35434
35435 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35436 \series bold
35437 up
35438 \series default
35439 を付けると作ることができます。たとえば
35440 \series bold
35441
35442 \backslash
35443 uptau
35444 \series default
35445 コマンドは、
35446 \begin_inset Formula $\uptau$
35447 \end_inset
35448
35449 のようになります。
35450 \end_layout
35451
35452 \begin_layout Standard
35453 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35454 \begin_inset Formula \[
35455 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35464 \end_layout
35465
35466 \begin_layout Standard
35467 \begin_inset ERT
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471
35472
35473 \backslash
35474 else 
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \begin_inset Note Note
35481 status open
35482
35483 \begin_layout Plain Layout
35484 以下は、
35485 \series bold
35486 upgreek
35487 \series default
35488  LaTeXパッケージが導入されていないときのみ表示されます。
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Standard
35497 この小節のすべてを出力で見るには、
35498 \series bold
35499 upgreek
35500 \series default
35501  LaTeXパッケージを導入する必要があります。
35502 \end_layout
35503
35504 \begin_layout Standard
35505 \begin_inset ERT
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509
35510
35511 \backslash
35512 fi 
35513 \end_layout
35514
35515 \end_inset
35516
35517
35518 \end_layout
35519
35520 \begin_layout Subsection
35521 数式中のテキスト文字
35522 \begin_inset CommandInset label
35523 LatexCommand label
35524 name "sub:数式中のテキスト文字"
35525
35526 \end_inset
35527
35528
35529 \begin_inset Index
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \begin_layout Standard
35542 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35543 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35544 \end_inset
35545
35546 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35547 \series bold
35548
35549 \backslash
35550 cdot
35551 \series default
35552
35553 \begin_inset Foot
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557
35558 \begin_inset CommandInset ref
35559 LatexCommand ref
35560 reference "sub:二項演算子"
35561
35562 \end_inset
35563
35564 節参照。
35565 \end_layout
35566
35567 \end_inset
35568
35569 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35570 \end_layout
35571
35572 \begin_layout Standard
35573
35574 \series bold
35575
35576 \backslash
35577 Declare Inputtext{183}{
35578 \backslash
35579 ifmmode
35580 \backslash
35581 cdot
35582 \backslash
35583 else
35584 \backslash
35585 textperiodcentered
35586 \backslash
35587 f\SpecialChar \textcompwordmark{}
35588 i}
35589 \end_layout
35590
35591 \begin_layout Standard
35592 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35593 \end_layout
35594
35595 \begin_layout Standard
35596 文字エンコーディング(
35597 \family sans
35598 文書\SpecialChar \menuseparator
35599 設定\SpecialChar \menuseparator
35600 言語
35601 \family default
35602 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35603 \series bold
35604
35605 \backslash
35606 textperiodcentered
35607 \series default
35608 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35609 否かによって、正しいコマンドが自動的に選択されます。
35610 \end_layout
35611
35612 \begin_layout Standard
35613 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35614 \series bold
35615 latin9
35616 \series default
35617 エンコーディングは、LaTeXがインストールされたフォルダにある
35618 \series bold
35619 latin9.def
35620 \series default
35621 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35622 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \begin_inset VSpace medskip
35627 \end_inset
35628
35629 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35630 \begin_inset Foot
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643
35644 \series bold
35645
35646 \backslash
35647 DeclareInputtext{176}{
35648 \backslash
35649 ifmmode^
35650 \backslash
35651 circ
35652 \backslash
35653 else
35654 \backslash
35655 textdegree
35656 \backslash
35657 f\SpecialChar \textcompwordmark{}
35658 i}
35659 \end_layout
35660
35661 \begin_layout Standard
35662 \begin_inset Newpage newpage
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Section
35669 \start_of_appendix
35670 組版上の助言
35671 \begin_inset Index
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675 くみばんじょうのじょげん@組版上の助言
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Standard
35684 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35685 \begin_inset Foot
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 この要約の一部は、ISO規則を取り上げている「Duden」
35690 \begin_inset CommandInset citation
35691 LatexCommand cite
35692 key "Duden"
35693
35694 \end_inset
35695
35696 と呼ばれるドイツの半公的辞書から採られています。
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Itemize
35705 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35706 \begin_inset Foot
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710 書体様式で指定します。第
35711 \begin_inset CommandInset ref
35712 LatexCommand ref
35713 reference "sub:書体様式"
35714
35715 \end_inset
35716
35717 節を参照。
35718 \end_layout
35719
35720 \end_inset
35721
35722 :30
35723 \begin_inset space \thinspace{}
35724 \end_inset
35725
35726 km/h
35727 \begin_inset Newline newline
35728 \end_inset
35729
35730 値と単位の間には、最小空白を入れます。第
35731 \begin_inset CommandInset ref
35732 LatexCommand ref
35733 reference "sub:定義済みの空白"
35734
35735 \end_inset
35736
35737 節を参照。
35738 \begin_inset Newline newline
35739 \end_inset
35740
35741 この慣習は、
35742 \series bold
35743
35744 \backslash
35745 unittwo
35746 \series default
35747 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35748 が得られます:
35749 \begin_inset Formula $\unit[30]{km/h}$
35750 \end_inset
35751
35752
35753 \begin_inset space \thinspace{}
35754 \end_inset
35755
35756 。実は、
35757 \series bold
35758
35759 \backslash
35760 unittwo
35761 \series default
35762 は、LaTeXコマンドの実体ではなく、
35763 \series bold
35764
35765 \backslash
35766 unit[値]{単位}
35767 \series default
35768 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35769 \end_layout
35770
35771 \begin_layout Itemize
35772 百分率記号と千分率記号は、物理単位と同様に組みます:
35773 \begin_inset Newline newline
35774 \end_inset
35775
35776 血中アルコール1,2
35777 \begin_inset space \thinspace{}
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \begin_layout Itemize
35784 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
35785 \begin_inset space \thinspace{}
35786 \end_inset
35787
35788 °C
35789 \end_layout
35790
35791 \begin_layout Itemize
35792 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35793 \begin_inset space \thinspace{}
35794 \end_inset
35795
35796 473
35797 \begin_inset space \thinspace{}
35798 \end_inset
35799
35800 588
35801 \end_layout
35802
35803 \begin_layout Itemize
35804 120×90×40
35805 \begin_inset space \thinspace{}
35806 \end_inset
35807
35808 cmのような寸法には、積記号「×」を用います。これは、
35809 \series bold
35810
35811 \backslash
35812 times
35813 \series default
35814 コマンドか、
35815 \family sans
35816 挿入\SpecialChar \menuseparator
35817 特殊文字\SpecialChar \menuseparator
35818 記号
35819 \family default
35820 メニューから入れることができます。
35821 \end_layout
35822
35823 \begin_layout Itemize
35824 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
35825 \begin_inset CommandInset ref
35826 LatexCommand ref
35827 reference "sub:定義済み函数"
35828
35829 \end_inset
35830
35831 節を参照。
35832 \end_layout
35833
35834 \begin_layout Itemize
35835 複数の文字を含む指数は、アップライト体にします:
35836 \begin_inset Formula $E_{\mathrm{kin}}$
35837 \end_inset
35838
35839
35840 \begin_inset Newline newline
35841 \end_inset
35842
35843 行列要素はイタリック体にします:
35844 \begin_inset Formula $\hat{H}_{kl}$
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Itemize
35851 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35852 \end_layout
35853
35854 \begin_layout Itemize
35855
35856 \noun on
35857 フーリエ
35858 \noun default
35859 変換を表す文字は、
35860 \series bold
35861
35862 \backslash
35863 mathscr
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869
35870 \backslash
35871 spce 
35872 \end_layout
35873
35874 \end_inset
35875
35876
35877 \backslash
35878 {F
35879 \series default
35880 コマンド
35881 \begin_inset Index
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885 こまんど@コマンド! M ! 
35886 \backslash
35887 mathscr
35888 \end_layout
35889
35890 \end_inset
35891
35892
35893 \family sans
35894 挿入\SpecialChar \menuseparator
35895 特殊文字\SpecialChar \menuseparator
35896 記号\SpecialChar \menuseparator
35897 文字様記号
35898 \family default
35899 メニューの
35900 \begin_inset Formula $\mathscr{F}$
35901 \end_inset
35902
35903 で入れることができます。
35904 \begin_inset Newline newline
35905 \end_inset
35906
35907
35908 \series bold
35909
35910 \backslash
35911 mathscr
35912 \series default
35913 コマンドを使うためには、LaTeXパッケージの
35914 \series bold
35915 mathrsfs
35916 \series default
35917
35918 \begin_inset Index
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 ぱっけーじ@パッケージ! mathrsfs
35923 \end_layout
35924
35925 \end_inset
35926
35927 を、LaTeXプリアンブルで
35928 \series bold
35929
35930 \backslash
35931 usepackage{mathrsfs}
35932 \series default
35933 として読み込む必要があります。
35934 \end_layout
35935
35936 \begin_layout Standard
35937 \begin_inset Newpage newpage
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Section
35944 同義語
35945 \begin_inset Index
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949 どうぎご@同義語
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \begin_layout Standard
35958 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35959 \end_layout
35960
35961 \begin_layout Standard
35962 \begin_inset VSpace bigskip
35963 \end_inset
35964
35965
35966 \begin_inset space \hfill{}
35967 \end_inset
35968
35969
35970 \begin_inset Tabular
35971 <lyxtabular version="3" rows="12" columns="2">
35972 <features>
35973 <column alignment="center" valignment="top" width="0pt">
35974 <column alignment="center" valignment="top" width="0pt">
35975 <row>
35976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980 コマンド
35981 \end_layout
35982
35983 \end_inset
35984 </cell>
35985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35986 \begin_inset Text
35987
35988 \begin_layout Plain Layout
35989 同義のコマンド
35990 \begin_inset Note Note
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994 ここで
35995 \series bold
35996
35997 \backslash
35998 raisebox
35999 \series default
36000 はスペーサーとして使用しているだけです。
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \end_inset
36009 </cell>
36010 </row>
36011 <row>
36012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36013 \begin_inset Text
36014
36015 \begin_layout Plain Layout
36016
36017 \backslash
36018 ast
36019 \end_layout
36020
36021 \end_inset
36022 </cell>
36023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36024 \begin_inset Text
36025
36026 \begin_layout Plain Layout
36027 \begin_inset ERT
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031
36032
36033 \backslash
36034 raisebox{-1.2mm}{
36035 \end_layout
36036
36037 \end_inset
36038
36039 *
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045 }
36046 \end_layout
36047
36048 \end_inset
36049
36050
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 </row>
36056 <row>
36057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36058 \begin_inset Text
36059
36060 \begin_layout Plain Layout
36061
36062 \backslash
36063 choose
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36069 \begin_inset Text
36070
36071 \begin_layout Plain Layout
36072
36073 \backslash
36074 binom
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 </row>
36080 <row>
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085
36086 \backslash
36087 geq
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096
36097 \backslash
36098 ge
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109
36110 \backslash
36111 lbrace
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120 {
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 </row>
36126 <row>
36127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36128 \begin_inset Text
36129
36130 \begin_layout Plain Layout
36131
36132 \backslash
36133 lbracket
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36139 \begin_inset Text
36140
36141 \begin_layout Plain Layout
36142 [
36143 \end_layout
36144
36145 \end_inset
36146 </cell>
36147 </row>
36148 <row>
36149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153
36154 \backslash
36155 leftarrow
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164
36165 \backslash
36166 gets
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 </row>
36172 <row>
36173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Plain Layout
36177
36178 \backslash
36179 leq
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36185 \begin_inset Text
36186
36187 \begin_layout Plain Layout
36188
36189 \backslash
36190 le
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 </row>
36196 <row>
36197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201
36202 \backslash
36203 lor
36204 \end_layout
36205
36206 \end_inset
36207 </cell>
36208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36209 \begin_inset Text
36210
36211 \begin_layout Plain Layout
36212
36213 \backslash
36214 vee
36215 \end_layout
36216
36217 \end_inset
36218 </cell>
36219 </row>
36220 <row>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225
36226 \backslash
36227 neq
36228 \end_layout
36229
36230 \end_inset
36231 </cell>
36232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36233 \begin_inset Text
36234
36235 \begin_layout Plain Layout
36236
36237 \backslash
36238 not=
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 </row>
36244 <row>
36245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249
36250 \backslash
36251 slash
36252 \end_layout
36253
36254 \end_inset
36255 </cell>
36256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260 /
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 </row>
36266 <row>
36267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36268 \begin_inset Text
36269
36270 \begin_layout Plain Layout
36271
36272 \backslash
36273 vert
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282 \begin_inset Formula $|$
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 </row>
36291 </lyxtabular>
36292
36293 \end_inset
36294
36295
36296 \begin_inset space \hfill{}
36297 \end_inset
36298
36299
36300 \begin_inset Tabular
36301 <lyxtabular version="3" rows="12" columns="2">
36302 <features>
36303 <column alignment="center" valignment="top" width="0pt">
36304 <column alignment="center" valignment="top" width="0pt">
36305 <row>
36306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310 コマンド
36311 \end_layout
36312
36313 \end_inset
36314 </cell>
36315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36316 \begin_inset Text
36317
36318 \begin_layout Plain Layout
36319 同義のコマンド
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 </row>
36325 <row>
36326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36327 \begin_inset Text
36328
36329 \begin_layout Plain Layout
36330
36331 \backslash
36332 backslash
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341
36342 \backslash
36343
36344 \backslash
36345
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 </row>
36351 <row>
36352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36353 \begin_inset Text
36354
36355 \begin_layout Plain Layout
36356
36357 \backslash
36358 dasharrow
36359 \end_layout
36360
36361 \end_inset
36362 </cell>
36363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367
36368 \backslash
36369 dashrightarrow
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 </row>
36375 <row>
36376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36377 \begin_inset Text
36378
36379 \begin_layout Plain Layout
36380
36381 \backslash
36382 land
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36388 \begin_inset Text
36389
36390 \begin_layout Plain Layout
36391
36392 \backslash
36393 wedge
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 </row>
36399 <row>
36400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404
36405 \backslash
36406 rbrace
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415 }
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 </row>
36421 <row>
36422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36423 \begin_inset Text
36424
36425 \begin_layout Plain Layout
36426
36427 \backslash
36428 rbracket
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437 ]
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 </row>
36443 <row>
36444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36445 \begin_inset Text
36446
36447 \begin_layout Plain Layout
36448
36449 \backslash
36450 rightarrow
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36456 \begin_inset Text
36457
36458 \begin_layout Plain Layout
36459
36460 \backslash
36461 to
36462 \end_layout
36463
36464 \end_inset
36465 </cell>
36466 </row>
36467 <row>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472
36473 \backslash
36474 lnot
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 neg
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496
36497 \backslash
36498 ne
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \backslash
36509 not=
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 </row>
36515 <row>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520
36521 \backslash
36522 owns
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531
36532 \backslash
36533 ni
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 </row>
36539 <row>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 square
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555
36556 \backslash
36557 Box
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 <row>
36564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 Vert
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579
36580 \backslash
36581
36582 \begin_inset Formula $|$
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \end_inset
36589 </cell>
36590 </row>
36591 </lyxtabular>
36592
36593 \end_inset
36594
36595
36596 \begin_inset space \hfill{}
36597 \end_inset
36598
36599
36600 \end_layout
36601
36602 \begin_layout Standard
36603 \begin_inset Newpage newpage
36604 \end_inset
36605
36606
36607 \end_layout
36608
36609 \begin_layout Bibliography
36610 \begin_inset CommandInset bibitem
36611 LatexCommand bibitem
36612 key "TLC2"
36613
36614 \end_inset
36615
36616
36617 \shape smallcaps
36618 Mittelbach, F.
36619  ; Goossens, M.
36620 \shape default
36621
36622 \shape italic
36623 The LaTeX Companion
36624 \shape default
36625 , 2nd ed.
36626  Addison Wesley, 2004
36627 \end_layout
36628
36629 \begin_layout Bibliography
36630 \begin_inset CommandInset bibitem
36631 LatexCommand bibitem
36632 key "Mathmode"
36633
36634 \end_inset
36635
36636 LaTeXの数式能力の
36637 \begin_inset CommandInset href
36638 LatexCommand href
36639 name "説明"
36640 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36641
36642 \end_inset
36643
36644
36645 \end_layout
36646
36647 \begin_layout Bibliography
36648 \begin_inset CommandInset bibitem
36649 LatexCommand bibitem
36650 key "Voss"
36651
36652 \end_inset
36653
36654 LaTeXの技と秘訣の
36655 \begin_inset CommandInset href
36656 LatexCommand href
36657 name "ページ"
36658 target "http://tug.org/TeXnik/"
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \begin_layout Bibliography
36666 \begin_inset CommandInset bibitem
36667 LatexCommand bibitem
36668 key "AMS"
36669
36670 \end_inset
36671
36672
36673 \begin_inset ERT
36674 status collapsed
36675
36676 \begin_layout Plain Layout
36677
36678
36679 \backslash
36680 AmS
36681 \end_layout
36682
36683 \end_inset
36684
36685 -LaTeXの
36686 \begin_inset CommandInset href
36687 LatexCommand href
36688 name "説明"
36689 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Bibliography
36697 \begin_inset CommandInset bibitem
36698 LatexCommand bibitem
36699 key "Symbols"
36700
36701 \end_inset
36702
36703 LaTeXパッケージで利用できる記号の
36704 \begin_inset CommandInset href
36705 LatexCommand href
36706 name "全覧"
36707 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36708
36709 \end_inset
36710
36711
36712 \end_layout
36713
36714 \begin_layout Bibliography
36715 \begin_inset CommandInset bibitem
36716 LatexCommand bibitem
36717 key "hyperref"
36718
36719 \end_inset
36720
36721 LaTeX 
36722 \series bold
36723 hyperref
36724 \series default
36725
36726 \begin_inset Index
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 ぱっけーじ@パッケージ ! hyperref
36731 \end_layout
36732
36733 \end_inset
36734
36735 パッケージの
36736 \begin_inset CommandInset href
36737 LatexCommand href
36738 name "取扱説明書"
36739 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Bibliography
36747 \begin_inset CommandInset bibitem
36748 LatexCommand bibitem
36749 key "Mathclap"
36750
36751 \end_inset
36752
36753
36754 \begin_inset CommandInset ref
36755 LatexCommand ref
36756 reference "sub:演算子の範囲"
36757
36758 \end_inset
36759
36760 節に述べられている
36761 \series bold
36762
36763 \backslash
36764 mathclap
36765 \series default
36766 コマンドの
36767 \begin_inset CommandInset href
36768 LatexCommand href
36769 name "説明"
36770 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36771
36772 \end_inset
36773
36774
36775 \begin_inset Index
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779 こまんど@コマンド ! M ! 
36780 \backslash
36781 mathclap
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \begin_layout Bibliography
36790 \begin_inset CommandInset bibitem
36791 LatexCommand bibitem
36792 key "Duden"
36793
36794 \end_inset
36795
36796
36797 \emph on
36798 Duden Band 1
36799 \emph default
36800 .
36801  22.
36802  Auflage, Duden 2001
36803 \end_layout
36804
36805 \begin_layout Subsubsection*
36806 \begin_inset CommandInset index_print
36807 LatexCommand printindex
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \end_body
36815 \end_document