]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: update because bug #8566 was fixed long time ago
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/ja/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem losen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
30 % die Kapitelnummer geschrieben.
31 % Als Losung wird mehr Platz zwischen Nummer und
32 % Uberschrift eingefugt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter some characters directly in LyX,
37 % see sec. 22.11
38 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 %\addto\extrasenglish{%
44 % \renewcommand*{\equationautorefname}[1]{}
45 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
46 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
47 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
48 %}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 %\setkomafont{captionlabel}{\bfseries}
71
72 % enables calculation of values
73 \usepackage{calc}
74
75 % for multiple columns used in sec. 24.7
76 \usepackage{multicol}
77
78 % needed in sec. 19.4
79 \usepackage{remreset}
80
81 % for the Fourier transformation symbol
82 \usepackage{mathrsfs}
83
84 % define a color, used in sec.9.3
85 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
86
87 % declare operators (see sec. 10.4 and sec. 15.2)
88 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
89 \DeclareMathOperator{\sgn}{sgn}
90
91 % example definitions for sec. 20.1 
92 \newcommand{\gr}{\Longrightarrow}
93 \newcommand{\us}[1]{\underline{#1}}
94 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
95 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
96 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
97
98 % example macro from sec. 19.4
99 %\def\tagform@#1{\maketag@@@{|#1|}}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package undertilde
107 % used for the command \utilde
108 \newboolean{undertilde}
109 \IfFileExists{undertilde.sty}
110  {\usepackage{undertilde}
111   \setboolean{undertilde}{true}}
112  {\setboolean{undertilde}{false}}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % needed in sec. 22.4
123 % check for package braket
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144
145 % make pdf bookmark sane with Japanese
146 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
147
148 \renewcommand{\seename}{→}
149 \end_preamble
150 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
151 \use_default_options true
152 \maintain_unincluded_children false
153 \begin_local_layout
154 InsetLayout             Flex:Ruby
155 LyxType         charstyle
156 LatexType               command
157 LatexName               ruby
158 BgColor         none
159 LabelString             "ルビ"
160 Decoration              Conglomerate
161 Argument post:1
162 LabelString     "ルビ文"
163 MenuString      "ルビ文(S)|S"
164 Decoration      Conglomerate
165 Font
166 Size            tiny
167 EndFont
168 LabelFont
169 Size            tiny
170 EndFont
171 Mandatory       1
172 EndArgument
173 Preamble
174 \IfFileExists{okumacro.sty}
175 {\usepackage{okumacro}}
176 {\newcommand{\ruby}[2]{#2}}
177 EndPreamble
178 End
179 \end_local_layout
180 \language japanese
181 \language_package default
182 \inputencoding auto
183 \fontencoding global
184 \font_roman default
185 \font_sans default
186 \font_typewriter default
187 \font_math auto
188 \font_default_family default
189 \use_non_tex_fonts false
190 \font_sc false
191 \font_osf false
192 \font_sf_scale 100
193 \font_tt_scale 100
194 \graphics default
195 \default_output_format pdf
196 \output_sync 0
197 \bibtex_command default
198 \index_command default
199 \paperfontsize default
200 \spacing single
201 \use_hyperref true
202 \pdf_title "LyX's Math Manual"
203 \pdf_author "LyX Team, Uwe Stohr"
204 \pdf_subject "LyX-documentation about math"
205 \pdf_keywords "LyX, Mathed"
206 \pdf_bookmarks false
207 \pdf_bookmarksnumbered true
208 \pdf_bookmarksopen true
209 \pdf_bookmarksopenlevel 1
210 \pdf_breaklinks false
211 \pdf_pdfborder false
212 \pdf_colorlinks true
213 \pdf_backref false
214 \pdf_pdfusetitle false
215 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
216 \papersize a4paper
217 \use_geometry true
218 \use_package amsmath 2
219 \use_package amssymb 2
220 \use_package cancel 0
221 \use_package esint 1
222 \use_package mathdots 1
223 \use_package mathtools 2
224 \use_package mhchem 1
225 \use_package stackrel 0
226 \use_package stmaryrd 0
227 \use_package undertilde 0
228 \cite_engine basic
229 \cite_engine_type default
230 \biblio_style plain
231 \use_bibtopic false
232 \use_indices false
233 \paperorientation portrait
234 \suppress_date false
235 \justification true
236 \use_refstyle 0
237 \notefontcolor #0000ff
238 \index 索引
239 \shortcut idx
240 \color #008000
241 \end_index
242 \leftmargin 3.5cm
243 \topmargin 3cm
244 \rightmargin 3cm
245 \bottommargin 3.5cm
246 \secnumdepth 4
247 \tocdepth 3
248 \paragraph_separation skip
249 \defskip medskip
250 \quotes_language english
251 \papercolumns 1
252 \papersides 2
253 \paperpagestyle plain
254 \tracking_changes false
255 \output_changes true
256 \html_math_output 0
257 \html_css_as_file 0
258 \html_be_strict false
259 \end_header
260
261 \begin_body
262
263 \begin_layout Title
264 \SpecialChar LyX
265 の数式詳細説明書
266 \end_layout
267
268 \begin_layout Author
269 \SpecialChar LyX
270 プロジェクトチーム
271 \begin_inset Foot
272 status collapsed
273
274 \begin_layout Plain Layout
275 \noindent
276 コメントや誤りの修正などがございましたら、\SpecialChar LyX
277 文書化メーリングリスト
278 \family typewriter
279
280 \begin_inset CommandInset href
281 LatexCommand href
282 name "lyx-docs@lists.lyx.org"
283 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
284 type "mailto:"
285
286 \end_inset
287
288
289 \family default
290 までお知らせください。
291 \end_layout
292
293 \end_inset
294
295
296 \begin_inset Note Note
297 status collapsed
298
299 \begin_layout Plain Layout
300 著者:Uwe Stöhr
301 \end_layout
302
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \family sans
315 第2.1.x版
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset CommandInset toc
320 LatexCommand tableofcontents
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Note Note
329 status open
330
331 \begin_layout Plain Layout
332 この文書をPDFやPS、DVIに書き出すには、\SpecialChar LaTeX
333 パッケージの
334 \series bold
335 braket
336 \series default
337
338 \series bold
339 cancel
340 \series default
341
342 \series bold
343 eurosym
344 \series default
345
346 \series bold
347 mathdots
348 \series default
349
350 \series bold
351 mhchem
352 \series default
353
354 \series bold
355 undertilde
356 \series default
357
358 \series bold
359 was
360 \series default
361 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
362 \series bold
363 mhchem
364 \series default
365 が導入されていないと、本ファイルを書き出すことができません。
366 \end_layout
367
368 \begin_layout Plain Layout
369 この文書の最新のPDF版は
370 \begin_inset Newline newline
371 \end_inset
372
373
374 \series bold
375 http://wiki.lyx.org/\SpecialChar LyX
376 /DocumentationDevelopment#Math
377 \begin_inset Newline newline
378 \end_inset
379
380
381 \series default
382 にあります。
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Standard
391 \begin_inset Newpage newpage
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Section
398 はじめに
399 \end_layout
400
401 \begin_layout Standard
402 この文書は、\SpecialChar LyX
403 の数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
404 コマンドのコレクションでもあります。説明は、コマンドの使用を念頭に置い
405 ています。したがって、ユーザーの手引きの
406 \family typewriter
407 数式
408 \family default
409 の節をすでにお読みになっていることを前提としています。
410 \end_layout
411
412 \begin_layout Standard
413 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
414 \family sans
415 挿入\SpecialChar menuseparator
416 数式
417 \family default
418 メニューか
419 \family sans
420 数式ツールバー
421 \family default
422 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
423 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
424 \end_layout
425
426 \begin_layout Standard
427 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
428 \family sans
429 文書\SpecialChar menuseparator
430 設定\SpecialChar menuseparator
431 数式オプション
432 \family default
433 メニュー)で
434 \family sans
435 AMS mathパッケージを使う
436 \family default
437 オプションを有効にしなくてはなりません
438 \begin_inset Foot
439 status collapsed
440
441 \begin_layout Plain Layout
442
443 \family sans
444 AMS mathパッケージを自動的に使う
445 \family default
446 オプションは、\SpecialChar LyX
447 でサポートされている数式要素が見つかったときのみ、
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 AmS 
456 \end_layout
457
458 \end_inset
459
460 -mathパッケージを使用します。
461 \end_layout
462
463 \end_inset
464
465
466 \end_layout
467
468 \begin_layout Standard
469 説明を明瞭にするために、この文書はすべての
470 \begin_inset ERT
471 status collapsed
472
473 \begin_layout Plain Layout
474
475
476 \backslash
477 AmS 
478 \end_layout
479
480 \end_inset
481
482 -mathコマンド
483 \begin_inset Foot
484 status collapsed
485
486 \begin_layout Plain Layout
487 すべての
488 \begin_inset ERT
489 status collapsed
490
491 \begin_layout Plain Layout
492
493
494 \backslash
495 AmS
496 \end_layout
497
498 \end_inset
499
500 -mathコマンドの一覧は、
501 \family sans
502
503 \begin_inset CommandInset href
504 LatexCommand href
505 name "amsguide.ps"
506 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
507
508 \end_inset
509
510
511 \family default
512 ファイルに収録されています。このファイルは、すべての\SpecialChar LaTeX
513 標準頒布版に含まれています。
514 \end_layout
515
516 \end_inset
517
518 を列挙はしません。
519 \end_layout
520
521 \begin_layout Section
522 一般的な説明
523 \end_layout
524
525 \begin_layout Standard
526 本文に埋め込まれた行内数式
527 \begin_inset Index idx
528 status collapsed
529
530 \begin_layout Plain Layout
531 すうしき @ 数式 ! ぎょうない @ 行内
532 \end_layout
533
534 \end_inset
535
536 を作成するには、
537 \begin_inset Flex Ruby
538 status collapsed
539
540 \begin_layout Plain Layout
541 捷径
542 \begin_inset Argument post:1
543 status collapsed
544
545 \begin_layout Plain Layout
546 ショートカット
547 \end_layout
548
549 \end_inset
550
551
552 \end_layout
553
554 \end_inset
555
556
557 \begin_inset Info
558 type  "shortcuts"
559 arg   "math-mode"
560 \end_inset
561
562 のうちのいずれか、あるいはツールバーボタン
563 \begin_inset Info
564 type  "icon"
565 arg   "math-mode"
566 \end_inset
567
568 を使用してください。
569 \begin_inset Newline newline
570 \end_inset
571
572 大きく別の段落として表示される別行立て数式
573 \begin_inset Index idx
574 status collapsed
575
576 \begin_layout Plain Layout
577 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
578 \end_layout
579
580 \end_inset
581
582 を作成するには、
583 \begin_inset Info
584 type  "shortcuts"
585 arg   "math-display"
586 \end_inset
587
588 のうちいずれかの捷径を使用して下さい。
589 \end_layout
590
591 \begin_layout Standard
592 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
593 \begin_inset Info
594 type  "shortcuts"
595 arg   "math-mode"
596 \end_inset
597
598 のいずれかの捷径か、
599 \family sans
600 編集\SpecialChar menuseparator
601 数式\SpecialChar menuseparator
602 数式の表記を変更
603 \family default
604 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
605 \end_layout
606
607 \begin_layout Standard
608 行内数式の一部を別行立て数式の大きさで表示するには、
609 \series bold
610
611 \backslash
612 displaystyle
613 \begin_inset Index idx
614 status collapsed
615
616 \begin_layout Plain Layout
617
618 \size normal
619 こまんど@コマンド ! D ! 
620 \backslash
621 displaystyle
622 \end_layout
623
624 \end_inset
625
626
627 \series default
628 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
629 \end_layout
630
631 \begin_layout Standard
632 表の中では、行内数式のみの使用が許されています。
633 \end_layout
634
635 \begin_layout Standard
636
637 \family sans
638 数式ツールバー
639 \family default
640 は、
641 \family sans
642 表示\SpecialChar menuseparator
643 ツールバー
644 \family default
645 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
646 \family sans
647 ツールバー
648 \family default
649 メニューの中ではチェック印で表されます。この状態から、
650 \family sans
651 ツールバー
652 \family default
653 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
654 数式(自動)」に変わることで表されます。
655 \end_layout
656
657 \begin_layout Standard
658 \SpecialChar TeX
659 モード
660 \begin_inset Index idx
661 status collapsed
662
663 \begin_layout Plain Layout
664 T exもーど@\SpecialChar TeX
665 モード
666 \end_layout
667
668 \end_inset
669
670 は、ツールバーボタン
671 \begin_inset Info
672 type  "icon"
673 arg   "ert-insert"
674 \end_inset
675
676 を押すか、
677 \family sans
678 挿入\SpecialChar menuseparator
679 Te
680 \begin_inset ERT
681 status collapsed
682
683 \begin_layout Plain Layout
684
685 {}
686 \end_layout
687
688 \end_inset
689
690 Xコード
691 \family default
692 (捷径:
693 \begin_inset Info
694 type  "shortcut"
695 arg   "ert-insert"
696 \end_inset
697
698 )メニューを使うことで、起動できます。
699 \begin_inset Note Note
700 status collapsed
701
702 \begin_layout Plain Layout
703 \SpecialChar LyX
704 には、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、\SpecialChar TeX
705 ・\SpecialChar LaTeX
706 ・\SpecialChar LyX
707 があります。これらの名称が、固有名詞として認識されるのを防ぐために、ここでは\SpecialChar TeX
708 括弧
709 が挿入されています。
710 \end_layout
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \SpecialChar LaTeX
719 プリアンブル
720 \begin_inset Index idx
721 status collapsed
722
723 \begin_layout Plain Layout
724 L atexぷりあんぶる@\SpecialChar LaTeX
725 プリアンブル
726 \end_layout
727
728 \end_inset
729
730 を変更するには、
731 \family sans
732 文書\SpecialChar menuseparator
733 設定\SpecialChar menuseparator
734 LaT
735 \begin_inset ERT
736 status collapsed
737
738 \begin_layout Plain Layout
739
740 {}
741 \end_layout
742
743 \end_inset
744
745 eXプリアンブル
746 \family default
747 メニューを使用してください。
748 \end_layout
749
750 \begin_layout Standard
751 行列や場合分け、多行数式を続けて編集するには、
752 \family sans
753 編集\SpecialChar menuseparator
754 数式
755 \family default
756 メニューと
757 \family sans
758 編集\SpecialChar menuseparator
759 行と列
760 \family default
761 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
762 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
763 \end_layout
764
765 \begin_layout Standard
766 数式内で文章を書く
767 \begin_inset Foot
768 status collapsed
769
770 \begin_layout Plain Layout
771 多行数式では、
772 \series bold
773
774 \backslash
775 intertext
776 \series default
777 コマンドが使用されます。
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "subsec:多行数式中のテキスト"
781
782 \end_inset
783
784 を参照のこと。
785 \end_layout
786
787 \end_inset
788
789 には、
790 \emph on
791 数式テキスト
792 \emph default
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
799 \end_layout
800
801 \end_inset
802
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 すうしきてきすと @ 数式テキスト
809 \end_layout
810
811 \end_inset
812
813 が使用されます。このモードには、捷径
814 \begin_inset Info
815 type  "shortcut"
816 arg   "math-mode"
817 \end_inset
818
819 を使うか、
820 \series bold
821
822 \backslash
823 text
824 \series default
825
826 \begin_inset Index idx
827 status collapsed
828
829 \begin_layout Plain Layout
830 こまんど @ コマンド ! T ! 
831 \backslash
832 text
833 \end_layout
834
835 \end_inset
836
837 コマンドを挿入することで入ることができます。テキストは、\SpecialChar LyX
838 中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては、数式
839 テキストは、他の数式部分とは違って、アップライト体に組まれます。
840 \end_layout
841
842 \begin_layout Subsection*
843 コマンドの構成
844 \end_layout
845
846 \begin_layout Standard
847 数式要素に使われるほとんどの\SpecialChar LaTeX
848 コマンドは、以下のような構成になっています。
849 \end_layout
850
851 \begin_layout Standard
852
853 \series bold
854
855 \backslash
856 コマンド名[非必須引数]{必須引数}
857 \end_layout
858
859 \begin_layout Standard
860 コマンドは、つねにバックスラッシュ「
861 \series bold
862
863 \backslash
864
865 \series default
866 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、\SpecialChar TeX
867 括弧
868 \begin_inset Index idx
869 status collapsed
870
871 \begin_layout Plain Layout
872 T exかっこ@\SpecialChar TeX
873 括弧
874 \end_layout
875
876 \end_inset
877
878 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、\SpecialChar LyX
879 は自動的に\SpecialChar TeX
880 括弧を生成します。数式中ではそれ以外に、
881 \series bold
882
883 \backslash
884 {
885 \series default
886 コマンドを使えば、つねに\SpecialChar TeX
887 括弧を生成することができます。\SpecialChar LyX
888 中で、青字で表示される通常の括弧とは違って、\SpecialChar TeX
889 括弧は赤字で表示されます。\SpecialChar TeX
890 モード中では、\SpecialChar TeX
891 括弧を得るのに、とくに
892 コマンドは必要としません。また、\SpecialChar TeX
893 括弧は出力中では表示されません。
894 \end_layout
895
896 \begin_layout Standard
897 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
898 モードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
899 \emph on
900 かならず
901 \emph default
902 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
903 ん。
904 \end_layout
905
906 \begin_layout Standard
907 保護された空白は、
908 \begin_inset Info
909 type  "shortcuts"
910 arg   "command-alternatives space-insert protected ; math-space"
911 \end_inset
912
913  
914 \begin_inset Flex Ruby
915 status collapsed
916
917 \begin_layout Plain Layout
918
919 \begin_inset Argument post:1
920 status collapsed
921
922 \begin_layout Plain Layout
923 キー
924 \end_layout
925
926 \end_inset
927
928
929 \end_layout
930
931 \end_inset
932
933 で入力できます。
934 \end_layout
935
936 \begin_layout Subsection*
937 \begin_inset Newpage newpage
938 \end_inset
939
940 文法の説明
941 \end_layout
942
943 \begin_layout Itemize
944 記号 
945 \begin_inset space \textvisiblespace{}
946 \end_inset
947
948  は、空白文字を入力することを表します。
949 \end_layout
950
951 \begin_layout Itemize
952 \begin_inset Formula $\to$
953 \end_inset
954
955 のような矢印は、キーボードから対応する矢印
956 \begin_inset Flex Ruby
957 status collapsed
958
959 \begin_layout Plain Layout
960
961 \begin_inset Argument post:1
962 status collapsed
963
964 \begin_layout Plain Layout
965 キー
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \end_inset
974
975 を押すことを表します。
976 \end_layout
977
978 \begin_layout Subsection*
979 使用できる単位
980 \end_layout
981
982 \begin_layout Standard
983 \align center
984 \begin_inset Float table
985 placement H
986 wide false
987 sideways false
988 status open
989
990 \begin_layout Plain Layout
991 \align center
992 \begin_inset Caption Standard
993
994 \begin_layout Plain Layout
995 \begin_inset CommandInset label
996 LatexCommand label
997 name "tab:使用できる単位"
998
999 \end_inset
1000
1001 使用できる単位
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Plain Layout
1010 \align center
1011 \begin_inset Tabular
1012 <lyxtabular version="3" rows="13" columns="2">
1013 <features tabularvalignment="middle">
1014 <column alignment="center" valignment="top">
1015 <column alignment="center" valignment="top">
1016 <row>
1017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 単位
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 名称/摘要
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 mm
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 ミリメートル
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 cm
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 センチメートル
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 in
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 インチ
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 pt
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 ポイント (72.27
1111 \begin_inset Formula $\,$
1112 \end_inset
1113
1114 pt = 1
1115 \begin_inset Formula $\,$
1116 \end_inset
1117
1118 in)
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 pc
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 パイカ (1
1139 \begin_inset Formula $\,$
1140 \end_inset
1141
1142 pc = 12
1143 \begin_inset Formula $\,$
1144 \end_inset
1145
1146 pt)
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 </row>
1152 <row>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 sp
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 スケールポイント (65536
1167 \begin_inset Formula $\,$
1168 \end_inset
1169
1170 sp = 1
1171 \begin_inset Formula $\,$
1172 \end_inset
1173
1174 pt)
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 bp
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 ビッグポイント (72
1195 \begin_inset Formula $\,$
1196 \end_inset
1197
1198 bp = 1
1199 \begin_inset Formula $\,$
1200 \end_inset
1201
1202 in)
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 </row>
1208 <row>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 dd
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 ディドー (72
1223 \begin_inset Formula $\,$
1224 \end_inset
1225
1226 dd 
1227 \begin_inset Formula $\approx$
1228 \end_inset
1229
1230  37.6
1231 \begin_inset Formula $\,$
1232 \end_inset
1233
1234 mm)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 cc
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 シセロ (1
1255 \begin_inset Formula $\,$
1256 \end_inset
1257
1258 cc = 12
1259 \begin_inset Formula $\,$
1260 \end_inset
1261
1262 dd)
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 </row>
1268 <row>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 ex
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 現在のフォントの文字「x」の高さ
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 em
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 現在のフォントの文字「M」の幅
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 mu
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 数式単位(1
1323 \begin_inset space \thinspace{}
1324 \end_inset
1325
1326 mu = 
1327 \begin_inset Formula $\nicefrac{1}{18}$
1328 \end_inset
1329
1330
1331 \begin_inset space \thinspace{}
1332 \end_inset
1333
1334 em)
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 </lyxtabular>
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \begin_layout Standard
1353 \begin_inset Newpage newpage
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \begin_layout Section
1360 基礎的な関数
1361 \end_layout
1362
1363 \begin_layout Subsection
1364 指数
1365 \begin_inset Index idx
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 しすう@指数
1370 \end_layout
1371
1372 \end_inset
1373
1374 および添字
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 そえじ@添字
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \begin_inset Index idx
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 うえつきもじ@上付き文字
1390 \begin_inset ERT
1391 status open
1392
1393 \begin_layout Plain Layout
1394
1395 |see{
1396 \end_layout
1397
1398 \end_inset
1399
1400 指数
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 }
1407 \end_layout
1408
1409 \end_inset
1410
1411
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 したつきもじ@下付き文字
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 |see{
1428 \end_layout
1429
1430 \end_inset
1431
1432 添字
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 }
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \begin_layout Standard
1452 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1453 \begin_inset Info
1454 type  "icon"
1455 arg   "math-subscript"
1456 \end_inset
1457
1458 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1459 \begin_inset Info
1460 type  "icon"
1461 arg   "math-superscript"
1462 \end_inset
1463
1464 を使って入力することができます。
1465 \begin_inset Separator parbreak
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \begin_layout Standard
1472 \align center
1473 \begin_inset Tabular
1474 <lyxtabular version="3" rows="4" columns="2">
1475 <features tabularvalignment="middle">
1476 <column alignment="center" valignment="top" width="0pt">
1477 <column alignment="center" valignment="top" width="0pt">
1478 <row>
1479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Plain Layout
1483 コマンド
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1489 \begin_inset Text
1490
1491 \begin_layout Plain Layout
1492 結果
1493 \begin_inset Note Note
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497 ここで使われている
1498 \series bold
1499
1500 \backslash
1501 raisebox
1502 \series default
1503 は単なるスペーサーです。
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 </row>
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 B_V
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 \begin_inset Formula $B_{V}$
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B^V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^
1566 \begin_inset space \textvisiblespace{}
1567 \end_inset
1568
1569 A
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 </lyxtabular>
1588
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \begin_layout Standard
1595 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1596 ってしまいます
1597 \begin_inset Foot
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1602 \end_layout
1603
1604 \end_inset
1605
1606 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1607 \family sans
1608 Space
1609 \family default
1610 を押してください。
1611 \end_layout
1612
1613 \begin_layout Subsection
1614 分数
1615 \begin_inset CommandInset label
1616 LatexCommand label
1617 name "subsec:分数"
1618
1619 \end_inset
1620
1621
1622 \begin_inset Index idx
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626 ぶんすう@分数
1627 \end_layout
1628
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \begin_layout Standard
1635 分数は、コマンド
1636 \series bold
1637
1638 \backslash
1639 frac
1640 \series default
1641
1642 \begin_inset Index idx
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646 こまんど@コマンド ! F ! 
1647 \backslash
1648 frac
1649 \end_layout
1650
1651 \end_inset
1652
1653 か数式ツールバーボタン
1654 \begin_inset Info
1655 type  "icon"
1656 arg   "math-insert \\frac"
1657 \end_inset
1658
1659 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1660 \begin_inset Info
1661 type  "icon"
1662 arg   "math-insert \\frac-square"
1663 \end_inset
1664
1665 を使えば、分数の種類を選ぶことができます。
1666 \end_layout
1667
1668 \begin_layout Standard
1669 コマンド
1670 \series bold
1671
1672 \backslash
1673 dfrac
1674 \series default
1675
1676 \begin_inset Index idx
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 こまんど@コマンド ! D ! 
1681 \backslash
1682 dfrac
1683 \end_layout
1684
1685 \end_inset
1686
1687 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1688 \series bold
1689
1690 \backslash
1691 tfrac
1692 \series default
1693
1694 \begin_inset Index idx
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 こまんど@コマンド ! T ! 
1699 \backslash
1700 tfrac
1701 \end_layout
1702
1703 \end_inset
1704
1705 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1706 \end_layout
1707
1708 \begin_layout Standard
1709 これは、コマンド
1710 \series bold
1711
1712 \backslash
1713 frac
1714 \series default
1715 を使用して作った分数
1716 \begin_inset Formula $\frac{1}{2}$
1717 \end_inset
1718
1719 を含む行です。
1720 \end_layout
1721
1722 \begin_layout Standard
1723 これは、コマンド
1724 \series bold
1725
1726 \backslash
1727 dfrac
1728 \series default
1729 を使用して作った分数
1730 \begin_inset Formula $\dfrac{1}{2}$
1731 \end_inset
1732
1733 を含む行です。
1734 \begin_inset Separator parbreak
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \begin_layout Standard
1741 \align center
1742 \begin_inset Tabular
1743 <lyxtabular version="3" rows="4" columns="2">
1744 <features tabularvalignment="middle">
1745 <column alignment="center" valignment="top" width="0pt">
1746 <column alignment="center" valignment="top" width="0pt">
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 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761 出力
1762 \begin_inset Note Note
1763 status collapsed
1764
1765 \begin_layout Plain Layout
1766 ここで
1767 \series bold
1768
1769 \backslash
1770 raisebox
1771 \series default
1772 はスペーサーとして使用しているだけです。
1773 \end_layout
1774
1775 \end_inset
1776
1777
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 </row>
1783 <row>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \backslash
1790 frac
1791 \begin_inset space \textvisiblespace{}
1792 \end_inset
1793
1794 A
1795 \begin_inset Formula $\downarrow$
1796 \end_inset
1797
1798 B
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \backslash
1823 dfrac
1824 \begin_inset space \textvisiblespace{}
1825 \end_inset
1826
1827 A
1828 \begin_inset Formula $\downarrow$
1829 \end_inset
1830
1831 B
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 dfrac
1857 \begin_inset space \textvisiblespace{}
1858 \end_inset
1859
1860 e^
1861 \begin_inset space \textvisiblespace{}
1862 \end_inset
1863
1864
1865 \backslash
1866 frac
1867 \begin_inset space \textvisiblespace{}
1868 \end_inset
1869
1870 1
1871 \begin_inset Formula $\downarrow$
1872 \end_inset
1873
1874 2
1875 \begin_inset Formula $\downarrow\downarrow$
1876 \end_inset
1877
1878 3
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 </lyxtabular>
1897
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \begin_layout Standard
1904 \begin_inset VSpace bigskip
1905 \end_inset
1906
1907
1908 \begin_inset Newpage newpage
1909 \end_inset
1910
1911 入れ子の分数を作るには、コマンド
1912 \series bold
1913
1914 \backslash
1915 cfrac
1916 \series default
1917
1918 \begin_inset Index idx
1919 status collapsed
1920
1921 \begin_layout Plain Layout
1922 こまんど@コマンド ! C ! 
1923 \backslash
1924 cfrac
1925 \end_layout
1926
1927 \end_inset
1928
1929 が使えます。以下がその例です。
1930 \begin_inset VSpace -3mm
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 \begin_inset Formula 
1938 \begin{align*}
1939 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1940 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1941 \end{align*}
1942
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 上記の例で使用したコマンドは、
1950 \end_layout
1951
1952 \begin_layout Standard
1953
1954 \series bold
1955
1956 \backslash
1957 cfrac
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 space 
1966 \end_layout
1967
1968 \end_inset
1969
1970 A
1971 \begin_inset Formula $\downarrow$
1972 \end_inset
1973
1974 B+
1975 \backslash
1976 cfrac
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 space 
1985 \end_layout
1986
1987 \end_inset
1988
1989 C+
1990 \backslash
1991 cfrac
1992 \begin_inset ERT
1993 status collapsed
1994
1995 \begin_layout Plain Layout
1996
1997
1998 \backslash
1999 space 
2000 \end_layout
2001
2002 \end_inset
2003
2004 E
2005 \begin_inset Formula $\downarrow$
2006 \end_inset
2007
2008 F
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 D
2013 \end_layout
2014
2015 \begin_layout Standard
2016 です。
2017 \end_layout
2018
2019 \begin_layout Standard
2020 \begin_inset VSpace medskip
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2034 \end_layout
2035
2036 \begin_layout Standard
2037 分子の揃え方は、指定することができます。
2038 \series bold
2039
2040 \backslash
2041 cfracleft
2042 \series default
2043 コマンドは左揃えにし、
2044 \series bold
2045
2046 \backslash
2047 cfracright
2048 \series default
2049 は右揃えにします。
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2056 \series bold
2057
2058 \begin_inset Formula 
2059 \[
2060 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2061 \]
2062
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \begin_layout Standard
2069 \begin_inset Note Greyedout
2070 status open
2071
2072 \begin_layout Plain Layout
2073
2074 \series bold
2075 【註】
2076 \backslash
2077 cfracleft
2078 \series default
2079
2080 \series bold
2081
2082 \backslash
2083 cfracright
2084 \series default
2085 は、生粋の\SpecialChar LaTeX
2086 コマンドではなく、実体は、コマンド
2087 \series bold
2088
2089 \backslash
2090 cfrac[揃え位置]{分子}{分母}
2091 \series default
2092 です。したがって、これらを\SpecialChar TeX
2093 モードで使うことはできません。
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 \begin_inset VSpace medskip
2103 \end_inset
2104
2105 ときに、以下のように
2106 \series bold
2107
2108 \backslash
2109 cfrac
2110 \series default
2111
2112 \series bold
2113
2114 \backslash
2115 frac
2116 \series default
2117 を組み合わせて使うと便利です。
2118 \begin_inset Formula 
2119 \[
2120 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2121 \]
2122
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Standard
2129 斜めの分数線を持つ行内分数を作るには、コマンド
2130 \series bold
2131
2132 \backslash
2133 nicefrac
2134 \series default
2135
2136 \begin_inset Index idx
2137 status collapsed
2138
2139 \begin_layout Plain Layout
2140 こまんど@コマンド ! N ! 
2141 \backslash
2142 nicefrac
2143 \end_layout
2144
2145 \end_inset
2146
2147 (例:
2148 \begin_inset Formula $\nicefrac{5}{31}$
2149 \end_inset
2150
2151 )を使うか、コマンド
2152 \series bold
2153
2154 \backslash
2155 unitfrac
2156 \series default
2157
2158 \begin_inset Index idx
2159 status collapsed
2160
2161 \begin_layout Plain Layout
2162 こまんど@コマンド ! U ! 
2163 \backslash
2164 unitfrac
2165 \end_layout
2166
2167 \end_inset
2168
2169 (例:
2170 \begin_inset Formula $\unitfrac{5}{31}$
2171 \end_inset
2172
2173 )を使います。さらに、
2174 \begin_inset Formula $\unitfrac[2]{1}{3}$
2175 \end_inset
2176
2177 のような帯分数を作るコマンド
2178 \series bold
2179
2180 \backslash
2181 unitfracthree
2182 \series default
2183 もあります。
2184 \end_layout
2185
2186 \begin_layout Standard
2187 \begin_inset Note Greyedout
2188 status open
2189
2190 \begin_layout Plain Layout
2191
2192 \series bold
2193 【註】
2194 \series default
2195 実は、
2196 \series bold
2197
2198 \backslash
2199 unitfracthree
2200 \series default
2201 は生粋の\SpecialChar LaTeX
2202 コマンドではなく、実体は
2203 \begin_inset Newline newline
2204 \end_inset
2205
2206
2207 \series bold
2208
2209 \backslash
2210 unitfrac[自然数]{分子}{分母}
2211 \series default
2212 というコマンドなので、\SpecialChar TeX
2213 コードでは使用できません。
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 分数線を変更できるような独自の分数の定義のしかたは、第
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "subsec:自己定義の分数"
2226
2227 \end_inset
2228
2229 節に説明があります。
2230 \end_layout
2231
2232 \begin_layout Standard
2233 多行分数の説明は、第
2234 \begin_inset CommandInset ref
2235 LatexCommand ref
2236 reference "subsec:Multiline-Fractions"
2237
2238 \end_inset
2239
2240 節にあります。
2241 \end_layout
2242
2243 \begin_layout Subsection
2244 根号
2245 \begin_inset Index idx
2246 status collapsed
2247
2248 \begin_layout Plain Layout
2249 こんごう@根号
2250 \end_layout
2251
2252 \end_inset
2253
2254
2255 \begin_inset Index idx
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 るーと@ルート
2260 \begin_inset ERT
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264
2265 |see{
2266 \end_layout
2267
2268 \end_inset
2269
2270 根号
2271 \begin_inset ERT
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275
2276 }
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \end_layout
2283
2284 \end_inset
2285
2286
2287 \end_layout
2288
2289 \begin_layout Standard
2290 平方根は、
2291 \series bold
2292
2293 \backslash
2294 sqrt
2295 \series default
2296
2297 \begin_inset Index idx
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301 こまんど@コマンド ! S ! 
2302 \backslash
2303 sqrt
2304 \end_layout
2305
2306 \end_inset
2307
2308 か数式ツールバーボタン
2309 \begin_inset Info
2310 type  "icon"
2311 arg   "math-insert \\sqrt"
2312 \end_inset
2313
2314 で作成することができ、他のすべての根号は、コマンド
2315 \series bold
2316
2317 \backslash
2318 root
2319 \series default
2320
2321 \begin_inset Index idx
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 こまんど@コマンド ! R ! 
2326 \backslash
2327 root
2328 \end_layout
2329
2330 \end_inset
2331
2332 か数式ツールバーボタン
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "math-insert \\root"
2336 \end_inset
2337
2338 で作成することができます。
2339 \begin_inset Separator parbreak
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Standard
2346 \align center
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="3" columns="2">
2349 <features tabularvalignment="middle">
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 コマンド
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 出力
2367 \begin_inset Note Note
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 ここで
2372 \series bold
2373
2374 \backslash
2375 raisebox
2376 \series default
2377 はスペーサーとして使用しているだけです。
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \backslash
2395 sqrt
2396 \begin_inset space \textvisiblespace{}
2397 \end_inset
2398
2399 A-B
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2409 \end_inset
2410
2411
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 </row>
2417 <row>
2418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422
2423 \backslash
2424 root
2425 \begin_inset space \textvisiblespace{}
2426 \end_inset
2427
2428 3
2429 \begin_inset Formula $\downarrow$
2430 \end_inset
2431
2432 A-B
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \begin_layout Standard
2458 平方根は、根号指数フィールドを空白のままにしておけば、
2459 \series bold
2460
2461 \backslash
2462 root
2463 \series default
2464 でも作成することができます。
2465 \end_layout
2466
2467 \begin_layout Standard
2468 \begin_inset Formula $\sqrt[\beta]{B}$
2469 \end_inset
2470
2471 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2472 \begin_inset Newline newline
2473 \end_inset
2474
2475 この場合には、
2476 \begin_inset Formula $\beta$
2477 \end_inset
2478
2479 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2480 \series bold
2481
2482 \backslash
2483 leftroot
2484 \series default
2485
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 こまんど@コマンド ! L ! 
2491 \backslash
2492 leftroot
2493 \end_layout
2494
2495 \end_inset
2496
2497
2498 \series bold
2499
2500 \backslash
2501 uproot
2502 \series default
2503
2504 \begin_inset Index idx
2505 status collapsed
2506
2507 \begin_layout Plain Layout
2508 こまんど@コマンド ! U ! 
2509 \backslash
2510 uproot
2511 \end_layout
2512
2513 \end_inset
2514
2515 を使います。
2516 \end_layout
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521
2522 \backslash
2523 leftroot{距離}
2524 \series default
2525 および
2526 \series bold
2527
2528 \backslash
2529 uproot{距離}
2530 \end_layout
2531
2532 \begin_layout Standard
2533 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2534 \begin_inset Formula $\mathrm{72\,bp=1}$
2535 \end_inset
2536
2537 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2538 \begin_inset Newline newline
2539 \end_inset
2540
2541
2542 \series bold
2543
2544 \backslash
2545 root
2546 \backslash
2547 leftroot{-1
2548 \begin_inset Formula $\to$
2549 \end_inset
2550
2551
2552 \backslash
2553 uproot{2
2554 \begin_inset Formula $\to$
2555 \end_inset
2556
2557
2558 \backslash
2559 beta
2560 \begin_inset space \textvisiblespace{}
2561 \end_inset
2562
2563
2564 \begin_inset Formula $\to$
2565 \end_inset
2566
2567 B
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571
2572 \series default
2573 は、正しく組版された数式
2574 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2575 \end_inset
2576
2577 を生成します。
2578 \end_layout
2579
2580 \begin_layout Subsection
2581 二項係数
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 にこうけいすう@二項係数
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Standard
2595 二項係数は、コマンド
2596 \series bold
2597
2598 \backslash
2599 binom
2600 \series default
2601
2602 \begin_inset Index idx
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 こまんど@コマンド ! B ! 
2607 \backslash
2608 binom
2609 \end_layout
2610
2611 \end_inset
2612
2613 か数式ツールバーボタン
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "math-insert \\frac-square"
2617 \end_inset
2618
2619 の小メニューを使って挿入することができます。分数(
2620 \series bold
2621
2622 \backslash
2623 frac
2624 \series default
2625 )と同様に、
2626 \series bold
2627
2628 \backslash
2629 binom
2630 \series default
2631 の他に、コマンド
2632 \series bold
2633
2634 \backslash
2635 dbinom
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 こまんど@コマンド ! D ! 
2641 \backslash
2642 dbinom
2643 \end_layout
2644
2645 \end_inset
2646
2647
2648 \series default
2649 および
2650 \series bold
2651
2652 \backslash
2653 tbinom
2654 \series default
2655
2656 \begin_inset Index idx
2657 status collapsed
2658
2659 \begin_layout Plain Layout
2660 こまんど@コマンド ! T ! 
2661 \backslash
2662 tbinom
2663 \end_layout
2664
2665 \end_inset
2666
2667 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2668 \series bold
2669
2670 \backslash
2671 brace
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 こまんど@コマンド ! B ! 
2679 \backslash
2680 brace
2681 \end_layout
2682
2683 \end_inset
2684
2685
2686 \series bold
2687
2688 \backslash
2689 brack
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 こまんど@コマンド ! B ! 
2697 \backslash
2698 brack
2699 \end_layout
2700
2701 \end_inset
2702
2703 があります。
2704 \begin_inset Separator parbreak
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \begin_layout Standard
2711 \align center
2712 \begin_inset Tabular
2713 <lyxtabular version="3" rows="6" columns="2">
2714 <features tabularvalignment="middle">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <column alignment="center" valignment="top" width="0pt">
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 コマンド
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 出力
2732 \begin_inset Note Note
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 ここで
2737 \series bold
2738
2739 \backslash
2740 raisebox
2741 \series default
2742 はスペーサーとして使用しているだけです。
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 </row>
2753 <row>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758
2759 \backslash
2760 binom
2761 \begin_inset space \textvisiblespace{}
2762 \end_inset
2763
2764 A
2765 \begin_inset Formula $\downarrow$
2766 \end_inset
2767
2768 B
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \backslash
2793 dbinom
2794 \begin_inset space \textvisiblespace{}
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 tbinom
2827 \begin_inset space \textvisiblespace{}
2828 \end_inset
2829
2830 A
2831 \begin_inset Formula $\downarrow$
2832 \end_inset
2833
2834 B
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 </row>
2852 <row>
2853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \backslash
2859 brack
2860 \begin_inset space \textvisiblespace{}
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 brace
2893 \begin_inset space \textvisiblespace{}
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 </lyxtabular>
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Subsection
2926 場合分け
2927 \begin_inset Index idx
2928 status collapsed
2929
2930 \begin_layout Plain Layout
2931 ばあいわけ@場合分け
2932 \end_layout
2933
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="3" columns="2">
2943 <features tabularvalignment="middle">
2944 <column alignment="center" valignment="top" width="0pt">
2945 <column alignment="center" valignment="top" width="0pt">
2946 <row>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 コマンド
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 出力
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 cases
2974 \begin_inset space \textvisiblespace{}
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\to$
2979 \end_inset
2980
2981 B
2982 \begin_inset Formula $>$
2983 \end_inset
2984
2985 0
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 こまんど@コマンド ! C ! 
2991 \backslash
2992 cases
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\begin{cases}
3007 A & B>0\end{cases}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset space \textvisiblespace{}
3025 \end_inset
3026
3027
3028 \begin_inset Info
3029 type  "shortcut"
3030 arg   "newline-insert newline"
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\begin{cases}
3043 A & \textrm{for }x>0\\
3044 B & \textrm{for }x=0
3045 \end{cases}$
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 </lyxtabular>
3055
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \begin_layout Standard
3062
3063 \series bold
3064
3065 \backslash
3066 cases
3067 \series default
3068 を挿入するか数式ツールバーボタン
3069 \begin_inset Info
3070 type  "icon"
3071 arg   "math-insert \\cases"
3072 \end_inset
3073
3074 を使用した後では、
3075 \begin_inset Flex Ruby
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 捷径
3080 \begin_inset Argument post:1
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 ショートカット
3085 \end_layout
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \end_inset
3093
3094
3095 \begin_inset Info
3096 type  "shortcut"
3097 arg   "newline-insert newline"
3098 \end_inset
3099
3100 か表ツールバーボタン
3101 \begin_inset Info
3102 type  "icon"
3103 arg   "inset-modify tabular append-row"
3104 \end_inset
3105
3106 を使えば、新しい行を作ることができます。
3107 \end_layout
3108
3109 \begin_layout Standard
3110 コマンド
3111 \series bold
3112
3113 \backslash
3114 cases
3115 \series default
3116 は、
3117 \family sans
3118 挿入\SpecialChar menuseparator
3119 数式\SpecialChar menuseparator
3120 Cases環境
3121 \family default
3122 メニューで挿入することもできます。
3123 \end_layout
3124
3125 \begin_layout Subsection
3126 否定
3127 \begin_inset Index idx
3128 status collapsed
3129
3130 \begin_layout Plain Layout
3131 ひてい@否定
3132 \end_layout
3133
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \begin_layout Standard
3140
3141 \series bold
3142
3143 \backslash
3144 not
3145 \series default
3146
3147 \begin_inset Index idx
3148 status collapsed
3149
3150 \begin_layout Plain Layout
3151 こまんど@コマンド ! N ! 
3152 \backslash
3153 not
3154 \end_layout
3155
3156 \end_inset
3157
3158 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3159 \begin_inset Separator parbreak
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \begin_layout Standard
3166 \align center
3167 \begin_inset Tabular
3168 <lyxtabular version="3" rows="4" columns="2">
3169 <features tabularvalignment="middle">
3170 <column alignment="center" valignment="top" width="0pt">
3171 <column alignment="center" valignment="top" width="0pt">
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 コマンド
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 出力
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \backslash
3199 not=
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 \begin_inset Formula $\not=$
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \backslash
3224 not 
3225 \backslash
3226 le
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 \begin_inset Formula $\not\le$
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \backslash
3251 not 
3252 \backslash
3253 parallel
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 \begin_inset Formula $\not\parallel$
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 </lyxtabular>
3272
3273 \end_inset
3274
3275
3276 \end_layout
3277
3278 \begin_layout Standard
3279 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3280 \begin_inset CommandInset ref
3281 LatexCommand ref
3282 reference "subsec:数学記号"
3283
3284 \end_inset
3285
3286 節および第
3287 \begin_inset CommandInset ref
3288 LatexCommand ref
3289 reference "sec:関係子"
3290
3291 \end_inset
3292
3293 節を参照)。
3294 \end_layout
3295
3296 \begin_layout Subsection
3297 埋め草
3298 \begin_inset CommandInset label
3299 LatexCommand label
3300 name "subsec:埋め草"
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 うめくさ@埋め草
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \begin_inset Index idx
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319 かがくきごう@化学記号 ! どういたい@同位体
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \begin_inset Index idx
3326 status collapsed
3327
3328 \begin_layout Plain Layout
3329 どういたい@同位体
3330 \begin_inset ERT
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334
3335 |see{
3336 \end_layout
3337
3338 \end_inset
3339
3340 化学記号
3341 \begin_inset ERT
3342 status collapsed
3343
3344 \begin_layout Plain Layout
3345
3346 }
3347 \end_layout
3348
3349 \end_inset
3350
3351
3352 \end_layout
3353
3354 \end_inset
3355
3356
3357 \begin_inset Index idx
3358 status collapsed
3359
3360 \begin_layout Plain Layout
3361 あいそとーぷ@アイソトープ
3362 \begin_inset ERT
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366
3367 |see{
3368 \end_layout
3369
3370 \end_inset
3371
3372 同位体
3373 \begin_inset ERT
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377
3378 }
3379 \end_layout
3380
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \begin_layout Standard
3392 たとえば同位体
3393 \begin_inset Foot
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 同位体と化学記号の組版に関しては、第
3398 \begin_inset CommandInset ref
3399 LatexCommand ref
3400 reference "subsec:化学記号と化学式"
3401
3402 \end_inset
3403
3404 節に記述があります。
3405 \end_layout
3406
3407 \end_inset
3408
3409 を表示しようとすると、次のような問題が起こります。
3410 \begin_inset Separator parbreak
3411 \end_inset
3412
3413
3414 \end_layout
3415
3416 \begin_layout Standard
3417 \align center
3418 \begin_inset Tabular
3419 <lyxtabular version="3" rows="2" columns="2">
3420 <features tabularvalignment="middle">
3421 <column alignment="center" valignment="top" width="0pt">
3422 <column alignment="center" valignment="top" width="0pt">
3423 <row>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 上付き文字と下付き文字を使用して作った指数:
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 正しい指数:
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3461 \end_inset
3462
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 </lyxtabular>
3470
3471 \end_inset
3472
3473
3474 \begin_inset Note Note
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 ここで
3479 \series bold
3480
3481 \backslash
3482 raisebox
3483 \series default
3484 はスペーサーとして使用しているだけです。
3485 \end_layout
3486
3487 \end_inset
3488
3489
3490 \end_layout
3491
3492 \begin_layout Standard
3493 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3494 \series bold
3495
3496 \backslash
3497 phantom
3498 \series default
3499
3500 \begin_inset Index idx
3501 status collapsed
3502
3503 \begin_layout Plain Layout
3504 こまんど@コマンド ! P ! 
3505 \backslash
3506 phantom
3507 \end_layout
3508
3509 \end_inset
3510
3511 や数式ツールバーボタン
3512 \begin_inset Foot
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516 ツールバーボタン
3517 \begin_inset Info
3518 type  "icon"
3519 arg   "math-insert \\space"
3520 \end_inset
3521
3522 の小メニューに入っています。
3523 \end_layout
3524
3525 \end_inset
3526
3527
3528 \begin_inset Graphics
3529         filename ../../images/math/phantom.png
3530         scale 85
3531
3532 \end_inset
3533
3534 があります。
3535 \series bold
3536
3537 \backslash
3538 phantom
3539 \series default
3540 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3541 ち文字)として適用されることを示しています。したがって、
3542 \series bold
3543
3544 \backslash
3545 phantom
3546 \series default
3547 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3548 \begin_inset Separator parbreak
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \begin_layout Standard
3555 \align center
3556 \begin_inset Tabular
3557 <lyxtabular version="3" rows="4" columns="2">
3558 <features tabularvalignment="middle">
3559 <column alignment="center" valignment="top">
3560 <column alignment="center" valignment="top">
3561 <row>
3562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 コマンド
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 出力
3576 \begin_inset Note Note
3577 status collapsed
3578
3579 \begin_layout Plain Layout
3580 ここで
3581 \series bold
3582
3583 \backslash
3584 raisebox
3585 \series default
3586 はスペーサーとして使用しているだけです。
3587 \end_layout
3588
3589 \end_inset
3590
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 ^19
3603 \begin_inset space \textvisiblespace{}
3604 \end_inset
3605
3606 _
3607 \backslash
3608 phantom
3609 \begin_inset space \textvisiblespace{}
3610 \end_inset
3611
3612 1
3613 \begin_inset Formula $\to$
3614 \end_inset
3615
3616 9
3617 \begin_inset space \textvisiblespace{}
3618 \end_inset
3619
3620 F
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3630 \end_inset
3631
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 ^235
3644 \begin_inset space \textvisiblespace{}
3645 \end_inset
3646
3647 _
3648 \backslash
3649 phantom
3650 \begin_inset space \textvisiblespace{}
3651 \end_inset
3652
3653 23
3654 \begin_inset Formula $\to$
3655 \end_inset
3656
3657 9
3658 \begin_inset space \textvisiblespace{}
3659 \end_inset
3660
3661 F
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3671 \end_inset
3672
3673
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \backslash
3686 Lambda^
3687 \begin_inset space \textvisiblespace{}
3688 \end_inset
3689
3690
3691 \backslash
3692 phantom
3693 \begin_inset space \textvisiblespace{}
3694 \end_inset
3695
3696 ii
3697 \begin_inset Formula $\to$
3698 \end_inset
3699
3700 t
3701 \begin_inset space \textvisiblespace{}
3702 \end_inset
3703
3704 _MMt
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3714 \end_inset
3715
3716
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 </lyxtabular>
3723
3724 \end_inset
3725
3726
3727 \end_layout
3728
3729 \begin_layout Standard
3730 さらに、
3731 \series bold
3732
3733 \backslash
3734 vphantom
3735 \series default
3736
3737 \begin_inset Index idx
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741 こまんど@コマンド ! V ! 
3742 \backslash
3743 vphantom
3744 \end_layout
3745
3746 \end_inset
3747
3748 (ツールバーボタン
3749 \begin_inset space ~
3750 \end_inset
3751
3752
3753 \begin_inset Graphics
3754         filename ../../images/math/vphantom.png
3755         scale 85
3756
3757 \end_inset
3758
3759 )および
3760 \series bold
3761
3762 \backslash
3763 hphantom
3764 \series default
3765
3766 \begin_inset Index idx
3767 status collapsed
3768
3769 \begin_layout Plain Layout
3770 こまんど@コマンド ! H ! 
3771 \backslash
3772 hphantom
3773 \end_layout
3774
3775 \end_inset
3776
3777 (ツールバーボタン
3778 \begin_inset space ~
3779 \end_inset
3780
3781
3782 \begin_inset Graphics
3783         filename ../../images/math/hphantom.png
3784         scale 85
3785
3786 \end_inset
3787
3788 )というコマンドもあります。
3789 \series bold
3790
3791 \backslash
3792 vphantom
3793 \series default
3794 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3795 \series bold
3796
3797 \backslash
3798 hphantom
3799 \series default
3800 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3801 \end_layout
3802
3803 \begin_layout Standard
3804 たとえば、
3805 \series bold
3806
3807 \backslash
3808 vphantom
3809 \series default
3810
3811 \begin_inset space \textvisiblespace{}
3812 \end_inset
3813
3814
3815 \series bold
3816 a
3817 \backslash
3818 int
3819 \series default
3820 は、積分記号
3821 \begin_inset Foot
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827
3828 \backslash
3829 int
3830 \series default
3831 コマンドは、積分記号を生成します。第
3832 \begin_inset CommandInset ref
3833 LatexCommand ref
3834 reference "subsec:大演算子"
3835
3836 \end_inset
3837
3838 節を参照してください。
3839 \end_layout
3840
3841 \end_inset
3842
3843 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3844 \begin_inset CommandInset ref
3845 LatexCommand ref
3846 reference "subsec:多行にわたる括弧"
3847
3848 \end_inset
3849
3850 節を参照してください。
3851 \end_layout
3852
3853 \begin_layout Standard
3854 埋め草は、メニュー
3855 \family sans
3856 挿入\SpecialChar menuseparator
3857 整形\SpecialChar menuseparator
3858 埋め草
3859 \family default
3860 を使えば、以下のように本文中でも使用することができます。
3861 \end_layout
3862
3863 \begin_layout Standard
3864 これは本文です。
3865 \begin_inset Newline newline
3866 \end_inset
3867
3868
3869 \begin_inset Phantom Phantom
3870 status open
3871
3872 \begin_layout Plain Layout
3873 これは
3874 \end_layout
3875
3876 \end_inset
3877
3878 本文です。
3879 \end_layout
3880
3881 \begin_layout Subsection
3882 横線
3883 \begin_inset Index idx
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887 よこせん@横線
3888 \end_layout
3889
3890 \end_inset
3891
3892
3893 \begin_inset Index idx
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897 すうしき@数式 ! かせん@下線
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \begin_inset Index idx
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907 ぼうせん@棒線
3908 \begin_inset ERT
3909 status collapsed
3910
3911 \begin_layout Plain Layout
3912
3913 |see{
3914 \end_layout
3915
3916 \end_inset
3917
3918 横線
3919 \begin_inset ERT
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923
3924 }
3925 \end_layout
3926
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933
3934
3935 \end_layout
3936
3937 \begin_layout Standard
3938 \align center
3939 \begin_inset Tabular
3940 <lyxtabular version="3" rows="4" columns="2">
3941 <features tabularvalignment="middle">
3942 <column alignment="center" valignment="top" width="0pt">
3943 <column alignment="center" valignment="top" width="0pt">
3944 <row>
3945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 コマンド
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 出力
3959 \begin_inset Note Note
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 ここで
3964 \series bold
3965
3966 \backslash
3967 raisebox
3968 \series default
3969 はスペーサーとして使用しているだけです。
3970 \end_layout
3971
3972 \end_inset
3973
3974
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \backslash
3987 overline
3988 \begin_inset space \textvisiblespace{}
3989 \end_inset
3990
3991 A+B
3992 \begin_inset Index idx
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996 こまんど@コマンド ! O ! 
3997 \backslash
3998 overline
3999 \end_layout
4000
4001 \end_inset
4002
4003
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \backslash
4028 underline
4029 \begin_inset space \textvisiblespace{}
4030 \end_inset
4031
4032 A+B
4033 \begin_inset Index idx
4034 status collapsed
4035
4036 \begin_layout Plain Layout
4037 こまんど@コマンド ! U ! 
4038 \backslash
4039 underline
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4054 \end_inset
4055
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \backslash
4069 overline
4070 \begin_inset space \textvisiblespace{}
4071 \end_inset
4072
4073
4074 \backslash
4075 underline
4076 \begin_inset space \textvisiblespace{}
4077 \end_inset
4078
4079 A+B
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4089 \end_inset
4090
4091
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 </lyxtabular>
4098
4099 \end_inset
4100
4101
4102 \end_layout
4103
4104 \begin_layout Standard
4105 上記最後の例では、先に
4106 \series bold
4107
4108 \backslash
4109 overline
4110 \series default
4111 が来ようが
4112 \series bold
4113
4114 \backslash
4115 underline
4116 \series default
4117 が来ようが、関係ありません。
4118 \end_layout
4119
4120 \begin_layout Standard
4121 二重下線を引くには、
4122 \series bold
4123
4124 \backslash
4125 underline
4126 \series default
4127 を二回使います。
4128 \end_layout
4129
4130 \begin_layout Standard
4131 文字の上下6本の線まで引くことができます。
4132 \end_layout
4133
4134 \begin_layout Standard
4135 \begin_inset VSpace bigskip
4136 \end_inset
4137
4138 自己定義の線は、以下の書式を持つ
4139 \series bold
4140
4141 \backslash
4142 rule
4143 \series default
4144
4145 \begin_inset Index idx
4146 status collapsed
4147
4148 \begin_layout Plain Layout
4149 こまんど@コマンド ! R ! 
4150 \backslash
4151 rule
4152 \end_layout
4153
4154 \end_inset
4155
4156 コマンドで作成することができます。
4157 \end_layout
4158
4159 \begin_layout Standard
4160
4161 \series bold
4162
4163 \backslash
4164 rule[垂直オフセット幅]{長さ}{厚み}
4165 \end_layout
4166
4167 \begin_layout Standard
4168 オプションの
4169 \series bold
4170 「垂直オフセット幅
4171 \series default
4172 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4173 \begin_inset CommandInset ref
4174 LatexCommand ref
4175 reference "tab:使用できる単位"
4176
4177 \end_inset
4178
4179 表に掲げてある単位を用いることができます。以下に、
4180 \begin_inset Newline newline
4181 \end_inset
4182
4183
4184 \series bold
4185
4186 \backslash
4187 rule[-2ex]{3cm}{2pt}
4188 \series default
4189  および 
4190 \series bold
4191
4192 \backslash
4193 rule{2cm}{1pt}
4194 \begin_inset Newline newline
4195 \end_inset
4196
4197
4198 \series default
4199 というコマンドを用いて作成したふたつの例を例示します。
4200 \end_layout
4201
4202 \begin_layout Standard
4203 この行には、
4204 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4205 \end_inset
4206
4207 二本の線があります。
4208 \end_layout
4209
4210 \begin_layout Standard
4211
4212 \backslash
4213 ruleは、メニュー
4214 \family sans
4215 挿入\SpecialChar menuseparator
4216 整形\SpecialChar menuseparator
4217 水平線
4218 \family default
4219 を使っても、本文に挿入することができます。
4220 \end_layout
4221
4222 \begin_layout Standard
4223 これは一行の
4224 \begin_inset CommandInset line
4225 LatexCommand rule
4226 offset "0.5ex"
4227 width "3cm"
4228 height "1pt"
4229
4230 \end_inset
4231
4232 文章です。
4233 \end_layout
4234
4235 \begin_layout Subsection
4236 省略符号
4237 \begin_inset CommandInset label
4238 LatexCommand label
4239 name "subsec:省略符号"
4240
4241 \end_inset
4242
4243
4244 \begin_inset Index idx
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 しょうりゃくふごう@省略符号
4249 \end_layout
4250
4251 \end_inset
4252
4253
4254 \end_layout
4255
4256 \begin_layout Standard
4257 省略符号には、いくつかの種類が使用できます
4258 \begin_inset Foot
4259 status collapsed
4260
4261 \begin_layout Plain Layout
4262 数式ツールバー中の
4263 \begin_inset Info
4264 type  "icon"
4265 arg   "math-insert \\ldots"
4266 \end_inset
4267
4268 ボタンで表示されている小メニューです。
4269 \end_layout
4270
4271 \end_inset
4272
4273 。列挙のためには、ベースラインの点々(
4274 \series bold
4275
4276 \backslash
4277 ldots
4278 \series default
4279
4280 \begin_inset Index idx
4281 status collapsed
4282
4283 \begin_layout Plain Layout
4284 こまんど@コマンド ! L ! 
4285 \backslash
4286 ldots
4287 \end_layout
4288
4289 \end_inset
4290
4291 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4292 \series bold
4293
4294 \backslash
4295 cdots
4296 \series default
4297
4298 \begin_inset Index idx
4299 status collapsed
4300
4301 \begin_layout Plain Layout
4302 こまんど@コマンド ! C ! 
4303 \backslash
4304 cdots
4305 \end_layout
4306
4307 \end_inset
4308
4309 )が必要です。
4310 \series bold
4311
4312 \backslash
4313 dots
4314 \series default
4315
4316 \begin_inset Index idx
4317 status collapsed
4318
4319 \begin_layout Plain Layout
4320 こまんど@コマンド ! D ! 
4321 \backslash
4322 dots
4323 \end_layout
4324
4325 \end_inset
4326
4327 コマンドを使うと、\SpecialChar LaTeX
4328 は次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4329 \begin_inset Separator parbreak
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \begin_layout Standard
4336 \align center
4337 \begin_inset Tabular
4338 <lyxtabular version="3" rows="9" columns="2">
4339 <features tabularvalignment="middle">
4340 <column alignment="center" valignment="top" width="0pt">
4341 <column alignment="center" valignment="top" width="0pt">
4342 <row>
4343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 コマンド
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 出力
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 A_1
4368 \begin_inset space \textvisiblespace{}
4369 \end_inset
4370
4371 ,
4372 \backslash
4373 dots
4374 \begin_inset space \textvisiblespace{}
4375 \end_inset
4376
4377 ,A_n
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 \begin_inset Formula $A_{1},\dots,A_{n}$
4387 \end_inset
4388
4389
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 A_1
4401 \begin_inset space \textvisiblespace{}
4402 \end_inset
4403
4404 +
4405 \backslash
4406 dots
4407 \begin_inset space \textvisiblespace{}
4408 \end_inset
4409
4410 +A_n
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 \begin_inset Formula $A_{1}+\dots+A_{n}$
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 A_1
4434 \begin_inset space \textvisiblespace{}
4435 \end_inset
4436
4437 ,
4438 \backslash
4439 ldots
4440 \begin_inset space \textvisiblespace{}
4441 \end_inset
4442
4443 ,A_n
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $A_{1},\ldots,A_{n}$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 A_1
4467 \begin_inset space \textvisiblespace{}
4468 \end_inset
4469
4470 +
4471 \backslash
4472 cdots
4473 \begin_inset space \textvisiblespace{}
4474 \end_inset
4475
4476 +A_n
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4486 \end_inset
4487
4488
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \backslash
4501 vdots
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $\vdots$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \backslash
4526 ddots
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 \begin_inset Formula $\ddots$
4536 \end_inset
4537
4538
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \backslash
4551 iddots
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 \begin_inset Formula $\iddots$
4561 \end_inset
4562
4563
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 いろいろな点々を使った
4575 \begin_inset Formula $3\times3$
4576 \end_inset
4577
4578 行列
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 \begin_inset Formula $\begin{array}{ccc}
4588 A_{11} & \cdots & A_{1m}\\
4589 \vdots & \ddots & \vdots\\
4590 A_{n1} & \cdots & A_{nm}
4591 \end{array}$
4592 \end_inset
4593
4594
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 </lyxtabular>
4601
4602 \end_inset
4603
4604
4605 \end_layout
4606
4607 \begin_layout Standard
4608
4609 \family sans
4610 挿入\SpecialChar menuseparator
4611 省略符号
4612 \family default
4613 メニューで挿入される省略符号は
4614 \series bold
4615
4616 \backslash
4617 ldots
4618 \series default
4619 です。
4620 \end_layout
4621
4622 \begin_layout Standard
4623 \begin_inset VSpace medskip
4624 \end_inset
4625
4626
4627 \series bold
4628
4629 \backslash
4630 iddots
4631 \series default
4632 を使うには、文書設定の
4633 \family sans
4634 数式オプション
4635 \family default
4636 にある
4637 \family sans
4638 mathdotsパッケージを(自動的に)使う
4639 \family default
4640 オプションのうちいずれかを有効にしなくてはなりません。
4641 \begin_inset Newline newline
4642 \end_inset
4643
4644
4645 \family sans
4646 mathdotsパッケージを使う
4647 \family default
4648 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4649 \end_layout
4650
4651 \begin_layout Standard
4652 \begin_inset VSpace medskip
4653 \end_inset
4654
4655 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4656 \series bold
4657
4658 \backslash
4659 hdotsfor
4660 \series default
4661
4662 \begin_inset Index idx
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666 こまんど@コマンド ! H ! 
4667 \backslash
4668 hdotsfor
4669 \end_layout
4670
4671 \end_inset
4672
4673 コマンドで作ることができます。
4674 \end_layout
4675
4676 \begin_layout Standard
4677
4678 \series bold
4679
4680 \backslash
4681 hdotsfor[距離]{列数}
4682 \end_layout
4683
4684 \begin_layout Standard
4685 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4686 \end_layout
4687
4688 \begin_layout Standard
4689 以下の行列では、2行目の1つ目の枠に
4690 \series bold
4691
4692 \backslash
4693 hdotsfor[2]{4}
4694 \series default
4695 を挿入して、
4696 \series bold
4697
4698 \backslash
4699 dots
4700 \series default
4701 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4702 \begin_inset Formula 
4703 \[
4704 \left(\begin{array}{cccc}
4705 A & B & C & D\\
4706 \hdotsfor[2]{4}\\
4707 q & w & e & r
4708 \end{array}\right)
4709 \]
4710
4711 \end_inset
4712
4713 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないと\SpecialChar LaTeX
4714 エラーが発生します。
4715 \end_layout
4716
4717 \begin_layout Standard
4718 \begin_inset VSpace bigskip
4719 \end_inset
4720
4721 さらに、
4722 \series bold
4723
4724 \backslash
4725 dotfill
4726 \series default
4727
4728 \begin_inset Index idx
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732 こまんど@コマンド ! D ! 
4733 \backslash
4734 dotfill
4735 \end_layout
4736
4737 \end_inset
4738
4739 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4740 \series bold
4741
4742 \backslash
4743 hfill
4744 \series default
4745 と同様のものです。第
4746 \begin_inset CommandInset ref
4747 LatexCommand ref
4748 reference "subsec:可変長の空白"
4749
4750 \end_inset
4751
4752 節をご参照下さい。
4753 \end_layout
4754
4755 \begin_layout Standard
4756 たとえば、
4757 \series bold
4758 A
4759 \backslash
4760 dotfill
4761 \begin_inset space \textvisiblespace{}
4762 \end_inset
4763
4764 B
4765 \series default
4766 コマンドは、
4767 \end_layout
4768
4769 \begin_layout Standard
4770 \begin_inset Formula $A\dotfill B$
4771 \end_inset
4772
4773
4774 \end_layout
4775
4776 \begin_layout Standard
4777 のようになります。点々を使う
4778 \series bold
4779
4780 \backslash
4781 dotfill
4782 \series default
4783 の直線版として、
4784 \series bold
4785
4786 \backslash
4787 hrulefill
4788 \series default
4789
4790 \begin_inset Index idx
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794 こまんど@コマンド ! H ! 
4795 \backslash
4796 hrulefill
4797 \end_layout
4798
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \begin_layout Standard
4805 \begin_inset Formula $A\hrulefill B$
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \begin_layout Standard
4812 があります。これらのコマンドを本文で使用するには、これらのコマンドは\SpecialChar TeX
4813 モードで挿入される必要があります。
4814 \end_layout
4815
4816 \begin_layout Section
4817 行列
4818 \begin_inset CommandInset label
4819 LatexCommand label
4820 name "sec:行列"
4821
4822 \end_inset
4823
4824
4825 \begin_inset Index idx
4826 status collapsed
4827
4828 \begin_layout Plain Layout
4829 ぎょうれつ@行列
4830 \end_layout
4831
4832 \end_inset
4833
4834
4835 \end_layout
4836
4837 \begin_layout Standard
4838 行列は、数式ツールバーボタンの
4839 \begin_inset Info
4840 type  "icon"
4841 arg   "dialog-show mathmatrix"
4842 \end_inset
4843
4844
4845 \family sans
4846 挿入\SpecialChar menuseparator
4847 数式\SpecialChar menuseparator
4848 行列
4849 \family default
4850 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4851 \end_layout
4852
4853 \begin_layout Standard
4854 最初の行列は「上」配置
4855 \begin_inset Formula $\begin{array}[t]{cccc}
4856 A & D & G & J\\
4857 B & E & H & K\\
4858 C & F & I & L
4859 \end{array}$
4860 \end_inset
4861
4862 で、二番目は「中央」配置
4863 \begin_inset Formula $\begin{array}{cccc}
4864 A & D & G & J\\
4865 B & E & H & K\\
4866 C & F & I & L
4867 \end{array}$
4868 \end_inset
4869
4870 、三番目は「下」配置
4871 \begin_inset Formula $\begin{array}[b]{cccc}
4872 A & D & G & J\\
4873 B & E & H & K\\
4874 C & F & I & L
4875 \end{array}$
4876 \end_inset
4877
4878 です。
4879 \end_layout
4880
4881 \begin_layout Standard
4882 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4883 \emph on
4884 l
4885 \emph default
4886 は左寄せ、
4887 \emph on
4888 c
4889 \emph default
4890 は中央揃え、
4891 \emph on
4892 r
4893 \emph default
4894 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4895 \begin_inset Formula $4\times4$
4896 \end_inset
4897
4898 行列を作成するには、水平配置のところに
4899 \series bold
4900 lccr
4901 \series default
4902 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4903 \series bold
4904 c
4905 \series default
4906 です。
4907 \end_layout
4908
4909 \begin_layout Standard
4910 水平行列の例です。
4911 \end_layout
4912
4913 \begin_layout Standard
4914
4915 \series bold
4916 lll
4917 \series default
4918  : 
4919 \begin_inset Formula $\begin{array}{lll}
4920 10000 & D & G\\
4921 B & 10000 & H\\
4922 C & F & 10000
4923 \end{array}$
4924 \end_inset
4925
4926  , 
4927 \series bold
4928 ccc
4929 \series default
4930  : 
4931 \begin_inset Formula $\begin{array}{ccc}
4932 10000 & D & G\\
4933 B & 10000 & H\\
4934 C & F & 10000
4935 \end{array}$
4936 \end_inset
4937
4938  , 
4939 \series bold
4940 rrr
4941 \series default
4942  : 
4943 \begin_inset Formula $\begin{array}{rrr}
4944 10000 & D & G\\
4945 B & 10000 & H\\
4946 C & F & 10000
4947 \end{array}$
4948 \end_inset
4949
4950
4951 \end_layout
4952
4953 \begin_layout Standard
4954 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4955 \begin_inset Info
4956 type  "icon"
4957 arg   "inset-modify tabular append-row"
4958 \end_inset
4959
4960
4961 \begin_inset Info
4962 type  "icon"
4963 arg   "inset-modify tabular delete-row"
4964 \end_inset
4965
4966 などや
4967 \family sans
4968 編集\SpecialChar menuseparator
4969 行と列
4970 \family default
4971 メニューを使用することができます。また、行は
4972 \begin_inset Info
4973 type  "shortcut"
4974 arg   "newline-insert newline"
4975 \end_inset
4976
4977 で作成することもできます。
4978 \end_layout
4979
4980 \begin_layout Standard
4981 \begin_inset VSpace bigskip
4982 \end_inset
4983
4984
4985 \end_layout
4986
4987 \begin_layout Standard
4988
4989 \family sans
4990 装飾
4991 \family default
4992 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4993 \series bold
4994
4995 \backslash
4996 left
4997 \series default
4998
4999 \begin_inset Index idx
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 こまんど@コマンド ! L ! 
5004 \backslash
5005 left
5006 \end_layout
5007
5008 \end_inset
5009
5010 コマンドや
5011 \series bold
5012
5013 \backslash
5014 right
5015 \series default
5016
5017 \begin_inset Index idx
5018 status collapsed
5019
5020 \begin_layout Plain Layout
5021 こまんど@コマンド ! R ! 
5022 \backslash
5023 right
5024 \end_layout
5025
5026 \end_inset
5027
5028 コマンドで作成することもできます(
5029 \begin_inset Flex Ruby
5030 status collapsed
5031
5032 \begin_layout Plain Layout
5033 捷径
5034 \begin_inset Argument post:1
5035 status collapsed
5036
5037 \begin_layout Plain Layout
5038 ショートカット
5039 \end_layout
5040
5041 \end_inset
5042
5043
5044 \end_layout
5045
5046 \end_inset
5047
5048
5049 \family sans
5050 Alt+M
5051 \begin_inset space ~
5052 \end_inset
5053
5054 括弧
5055 \family default
5056 )。第
5057 \begin_inset CommandInset ref
5058 LatexCommand ref
5059 reference "subsec:自動の括弧丈"
5060
5061 \end_inset
5062
5063 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5064 \begin_inset VSpace medskip
5065 \end_inset
5066
5067
5068 \end_layout
5069
5070 \begin_layout Standard
5071 \begin_inset space \hfill{}
5072 \end_inset
5073
5074
5075 \begin_inset Tabular
5076 <lyxtabular version="3" rows="4" columns="2">
5077 <features tabularvalignment="middle">
5078 <column alignment="center" valignment="top">
5079 <column alignment="center" valignment="top">
5080 <row>
5081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 コマンド
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 出力
5095 \begin_inset Note Note
5096 status collapsed
5097
5098 \begin_layout Plain Layout
5099 ここで
5100 \series bold
5101
5102 \backslash
5103 raisebox
5104 \series default
5105 はスペーサーとして使用しているだけです。
5106 \end_layout
5107
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \backslash
5123 bmatrix
5124 \begin_inset space \textvisiblespace{}
5125 \end_inset
5126
5127
5128 \begin_inset Formula $2\times2$
5129 \end_inset
5130
5131 行列
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5141 0 & \textrm{-}\mathrm{i}\\
5142 \mathrm{i} & 0
5143 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5144 \end_inset
5145
5146
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 </row>
5152 <row>
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157
5158 \backslash
5159 Bmatrix
5160 \begin_inset space \textvisiblespace{}
5161 \end_inset
5162
5163
5164 \begin_inset Formula $2\times2$
5165 \end_inset
5166
5167 行列
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5177 0 & \textrm{-}\mathrm{i}\\
5178 \mathrm{i} & 0
5179 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row>
5189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \backslash
5195 pmatrix
5196 \begin_inset space \textvisiblespace{}
5197 \end_inset
5198
5199
5200 \begin_inset Formula $2\times2$
5201 \end_inset
5202
5203 行列
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5213 0 & \textrm{-}\mathrm{i}\\
5214 \mathrm{i} & 0
5215 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 </lyxtabular>
5225
5226 \end_inset
5227
5228
5229 \begin_inset space \hfill{}
5230 \end_inset
5231
5232
5233 \begin_inset Tabular
5234 <lyxtabular version="3" rows="4" columns="2">
5235 <features tabularvalignment="middle">
5236 <column alignment="center" valignment="top">
5237 <column alignment="center" valignment="top">
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 コマンド
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 出力
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 </row>
5258 <row>
5259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \backslash
5265 vmatrix
5266 \begin_inset space \textvisiblespace{}
5267 \end_inset
5268
5269
5270 \begin_inset Formula $2\times2$
5271 \end_inset
5272
5273 行列
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5283 0 & \textrm{-}\mathrm{i}\\
5284 \mathrm{i} & 0
5285 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \backslash
5301 Vmatrix
5302 \begin_inset space \textvisiblespace{}
5303 \end_inset
5304
5305
5306 \begin_inset Formula $2\times2$
5307 \end_inset
5308
5309 行列
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0
5321 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \backslash
5337 matrix
5338 \begin_inset space \textvisiblespace{}
5339 \end_inset
5340
5341
5342 \begin_inset Formula $2\times2$
5343 \end_inset
5344
5345 行列
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5355 0 & \textrm{-}\mathrm{i}\\
5356 \mathrm{i} & 0
5357 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5358 \end_inset
5359
5360
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 </row>
5366 </lyxtabular>
5367
5368 \end_inset
5369
5370
5371 \begin_inset space \hfill{}
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Standard
5378 \begin_inset VSpace medskip
5379 \end_inset
5380
5381 たとえば
5382 \series bold
5383
5384 \backslash
5385 vmatrix
5386 \series default
5387 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5388 \end_layout
5389
5390 \begin_layout Standard
5391 \begin_inset VSpace bigskip
5392 \end_inset
5393
5394 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5395 \begin_inset CommandInset ref
5396 LatexCommand ref
5397 reference "subsec:列間"
5398
5399 \end_inset
5400
5401 節に説明されている距離
5402 \series bold
5403
5404 \backslash
5405 arraycolsep
5406 \series default
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 こまんど@コマンド ! A ! 
5413 \backslash
5414 arraycolsep
5415 \end_layout
5416
5417 \end_inset
5418
5419 をここでも使用することができます。
5420 \end_layout
5421
5422 \begin_layout Standard
5423 行間隔を変更するには、
5424 \series bold
5425
5426 \backslash
5427 arraystretch
5428 \series default
5429
5430 \begin_inset Index idx
5431 status collapsed
5432
5433 \begin_layout Plain Layout
5434 こまんど@コマンド ! A ! 
5435 \backslash
5436 arraystretch
5437 \end_layout
5438
5439 \end_inset
5440
5441 コマンドを使用します。以下のようにして使用します。
5442 \end_layout
5443
5444 \begin_layout Standard
5445
5446 \series bold
5447
5448 \backslash
5449 renewcommand{
5450 \backslash
5451 arraystretch}{伸長因子}
5452 \begin_inset Index idx
5453 status collapsed
5454
5455 \begin_layout Plain Layout
5456 こまんど@コマンド ! R ! 
5457 \backslash
5458 renewcommand
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467
5468 \series bold
5469
5470 \backslash
5471 renewcommand
5472 \series default
5473 コマンドは、伸長因子を定義済みの
5474 \series bold
5475
5476 \backslash
5477 arraystretch
5478 \series default
5479 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5480 は、
5481 \series bold
5482
5483 \backslash
5484 arraystretch
5485 \series default
5486 に因子1を割り当てて下さい。
5487 \end_layout
5488
5489 \begin_layout Standard
5490 本文行中に行列を入れるには、
5491 \series bold
5492
5493 \backslash
5494 smallmatrix
5495 \series default
5496
5497 \begin_inset Index idx
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501 こまんど@コマンド ! S ! 
5502 \backslash
5503 smallmatrix
5504 \end_layout
5505
5506 \end_inset
5507
5508 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5509 \end_layout
5510
5511 \begin_layout Standard
5512 これは、本文行中の行列
5513 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5514 C & D
5515 \end{smallmatrix}\right)$
5516 \end_inset
5517
5518 です。
5519 \end_layout
5520
5521 \begin_layout Section
5522 括弧と区分記号
5523 \begin_inset Index idx
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527 かっこ@括弧
5528 \end_layout
5529
5530 \end_inset
5531
5532
5533 \begin_inset Index idx
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537 くぶんきごう@区分記号
5538 \end_layout
5539
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \begin_layout Subsection
5546 垂直括弧と区分記号
5547 \begin_inset Index idx
5548 status collapsed
5549
5550 \begin_layout Plain Layout
5551 かっこ@括弧 ! すいちょく@垂直
5552 \begin_inset space \thinspace{}
5553 \end_inset
5554
5555 ——
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 \begin_inset space \hfill{}
5565 \end_inset
5566
5567
5568 \begin_inset Tabular
5569 <lyxtabular version="3" rows="9" columns="2">
5570 <features tabularvalignment="middle">
5571 <column alignment="center" valignment="top" width="0pt">
5572 <column alignment="center" valignment="top" width="0pt">
5573 <row>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 コマンド
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 出力
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 (
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 \begin_inset Formula $($
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 {
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 \begin_inset Formula $\{$
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 [
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 \begin_inset Formula $[$
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667
5668 \backslash
5669 langle
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\langle$
5679 \end_inset
5680
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 \backslash
5694 lceil
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $\lceil$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717
5718 \backslash
5719 lfloor
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $\lfloor$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 /
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 \begin_inset Formula $/$
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $|$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $|$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 </lyxtabular>
5787
5788 \end_inset
5789
5790
5791 \begin_inset space \hfill{}
5792 \end_inset
5793
5794
5795 \begin_inset Tabular
5796 <lyxtabular version="3" rows="9" columns="2">
5797 <features tabularvalignment="middle">
5798 <column alignment="center" valignment="top" width="0pt">
5799 <column alignment="center" valignment="top" width="0pt">
5800 <row>
5801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 コマンド
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 出力
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 )
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 \begin_inset Formula $)$
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 }
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $\}$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 ]
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $]$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \backslash
5896 rangle
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $\rangle$
5906 \end_inset
5907
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 \backslash
5921 rceil
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $\rceil$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \backslash
5946 rfloor
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 \begin_inset Formula $\rfloor$
5956 \end_inset
5957
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 </row>
5964 <row>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \backslash
5971
5972 \backslash
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $\backslash$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996
5997 \backslash
5998
5999 \begin_inset Formula $|$
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\|$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 </lyxtabular>
6021
6022 \end_inset
6023
6024
6025 \begin_inset space \hfill{}
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032 \begin_inset Note Greyedout
6033 status open
6034
6035 \begin_layout Plain Layout
6036
6037 \series bold
6038 【註】
6039 \series default
6040 \SpecialChar TeX
6041 モードでは、
6042 \backslash
6043
6044 \backslash
6045 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6046 \series bold
6047
6048 \backslash
6049 textbackslash
6050 \series default
6051
6052 \begin_inset Index idx
6053 status collapsed
6054
6055 \begin_layout Plain Layout
6056 こまんど@コマンド! T ! 
6057 \backslash
6058 textbackslash
6059 \end_layout
6060
6061 \end_inset
6062
6063 を使わなくてはなりません。
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Standard
6072 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6073 \series bold
6074
6075 \backslash
6076 langle
6077 \series default
6078
6079 \series bold
6080
6081 \backslash
6082 rangle
6083 \series default
6084 コマンドを使用せずに
6085 \begin_inset Formula $<$
6086 \end_inset
6087
6088
6089 \begin_inset Formula $>$
6090 \end_inset
6091
6092 の文字を直接使用することができます。
6093 \end_layout
6094
6095 \begin_layout Subsubsection
6096 手動の括弧丈
6097 \begin_inset CommandInset label
6098 LatexCommand label
6099 name "subsec:手動の括弧丈"
6100
6101 \end_inset
6102
6103
6104 \begin_inset Index idx
6105 status collapsed
6106
6107 \begin_layout Plain Layout
6108 かっこたけ@括弧丈 ! しゅどう@手動
6109 \end_layout
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \begin_layout Standard
6117 括弧の丈は、\SpecialChar LaTeX
6118 コマンドの
6119 \series bold
6120
6121 \backslash
6122 big
6123 \series default
6124
6125 \begin_inset Index idx
6126 status collapsed
6127
6128 \begin_layout Plain Layout
6129 こまんど@コマンド ! B ! 
6130 \backslash
6131 big
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \series bold
6138
6139 \backslash
6140 Big
6141 \series default
6142
6143 \series bold
6144
6145 \backslash
6146 bigg
6147 \series default
6148 および
6149 \series bold
6150
6151 \backslash
6152 Bigg
6153 \series default
6154 を使って、手動で指定することができます。
6155 \series bold
6156
6157 \backslash
6158 big
6159 \series default
6160 が最小の大きさであり、
6161 \series bold
6162
6163 \backslash
6164 Bigg
6165 \series default
6166 が最大の括弧丈になります。
6167 \end_layout
6168
6169 \begin_layout Standard
6170 これらのコマンドは、括弧の階層を強調するのに使われます。
6171 \begin_inset Separator parbreak
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \align center
6179 \begin_inset Tabular
6180 <lyxtabular version="3" rows="2" columns="2">
6181 <features tabularvalignment="middle">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <column alignment="center" valignment="top" width="0pt">
6184 <row>
6185 <cell alignment="center" valignment="top" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 すべての括弧が同じ大きさ:
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 こちらの方が良い:
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 </lyxtabular>
6231
6232 \end_inset
6233
6234
6235 \begin_inset Note Note
6236 status collapsed
6237
6238 \begin_layout Plain Layout
6239 ここで
6240 \series bold
6241
6242 \backslash
6243 raisebox
6244 \series default
6245 はスペーサーとして使用しているだけです。
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 二つ目の数式では、
6255 \series bold
6256
6257 \backslash
6258 Big((A+B)(A-B)
6259 \backslash
6260 Big)^
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264 C
6265 \series default
6266 というコマンドが使われています。
6267 \end_layout
6268
6269 \begin_layout Standard
6270 以下は、すべての括弧丈の羅列です。
6271 \begin_inset Separator parbreak
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \begin_layout Standard
6278 \align center
6279
6280 \backslash
6281 Bigg(
6282 \backslash
6283 exp
6284 \backslash
6285 bigg
6286 \begin_inset Formula $<$
6287 \end_inset
6288
6289
6290 \backslash
6291 Big[
6292 \backslash
6293 big{
6294 \backslash
6295 ln(3x)
6296 \backslash
6297 big}^2
6298 \begin_inset space \textvisiblespace{}
6299 \end_inset
6300
6301
6302 \backslash
6303 sin(x)
6304 \backslash
6305 Big]^
6306 \begin_inset space \textvisiblespace{}
6307 \end_inset
6308
6309 A
6310 \begin_inset space \textvisiblespace{}
6311 \end_inset
6312
6313
6314 \backslash
6315 bigg
6316 \begin_inset Formula $>$
6317 \end_inset
6318
6319
6320 \backslash
6321 Bigg)^0,5
6322 \end_layout
6323
6324 \begin_layout Standard
6325 \align center
6326 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \begin_layout Standard
6333
6334 \series bold
6335
6336 \backslash
6337 big
6338 \series default
6339 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6340 \series bold
6341
6342 \backslash
6343 bigm
6344 \series default
6345
6346 \begin_inset Index idx
6347 status collapsed
6348
6349 \begin_layout Plain Layout
6350 こまんど@コマンド ! B ! 
6351 \backslash
6352 bigm
6353 \end_layout
6354
6355 \end_inset
6356
6357 という派生型と、空白を追加しない
6358 \series bold
6359
6360 \backslash
6361 bigl
6362 \series default
6363 -
6364 \series bold
6365
6366 \backslash
6367 bigr
6368 \series default
6369
6370 \begin_inset Index idx
6371 status collapsed
6372
6373 \begin_layout Plain Layout
6374 こまんど@コマンド ! B ! 
6375 \backslash
6376 bigl - 
6377 \backslash
6378 bigr
6379 \end_layout
6380
6381 \end_inset
6382
6383 派生型があります。
6384 \series bold
6385
6386 \backslash
6387 bigl
6388 \series default
6389 コマンドの最後の
6390 \emph on
6391 l
6392 \emph default
6393 は、左括弧であることを示し、右括弧の場合には、
6394 \emph on
6395 l
6396 \emph default
6397 の代わりに
6398 \emph on
6399 r
6400 \emph default
6401 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6402 \end_layout
6403
6404 \begin_layout Standard
6405 以下の表は、これらの派生型の比較です。
6406 \begin_inset Separator parbreak
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Standard
6413 \align center
6414 \begin_inset Tabular
6415 <lyxtabular version="3" rows="5" columns="2">
6416 <features tabularvalignment="middle">
6417 <column alignment="center" valignment="middle">
6418 <column alignment="center" valignment="middle">
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 コマンド
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 出力
6434 \begin_inset Note Note
6435 status collapsed
6436
6437 \begin_layout Plain Layout
6438 ここで
6439 \series bold
6440
6441 \backslash
6442 raisebox
6443 \series default
6444 はスペーサーとして使用しているだけです。
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 </row>
6455 <row>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460
6461 \backslash
6462 Bigm(
6463 \backslash
6464 bigm(
6465 \backslash
6466 ln(3x)
6467 \backslash
6468 bigm)^2
6469 \series bold
6470
6471 \begin_inset space \textvisiblespace{}
6472 \end_inset
6473
6474
6475 \series default
6476
6477 \backslash
6478 Bigm)
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501
6502 \backslash
6503 Big(
6504 \backslash
6505 big(
6506 \backslash
6507 ln(3x)
6508 \backslash
6509 big)^2
6510 \series bold
6511
6512 \begin_inset space \textvisiblespace{}
6513 \end_inset
6514
6515
6516 \series default
6517
6518 \backslash
6519 Big)
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \backslash
6544 Bigl(
6545 \backslash
6546 bigl(
6547 \backslash
6548 ln(3x)
6549 \backslash
6550 bigr)^2
6551 \series bold
6552
6553 \begin_inset space \textvisiblespace{}
6554 \end_inset
6555
6556
6557 \series default
6558
6559 \backslash
6560 Bigr)
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \backslash
6585 bigl)
6586 \backslash
6587 ln(3x)
6588 \backslash
6589 bigr(
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 </lyxtabular>
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Subsubsection
6615 自動の括弧丈
6616 \begin_inset CommandInset label
6617 LatexCommand label
6618 name "subsec:自動の括弧丈"
6619
6620 \end_inset
6621
6622
6623 \begin_inset Index idx
6624 status collapsed
6625
6626 \begin_layout Plain Layout
6627 かっこたけ@括弧丈 ! じどう@自動
6628 \end_layout
6629
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \begin_layout Standard
6636 可変の丈を持つ括弧は、
6637 \series bold
6638
6639 \backslash
6640 left
6641 \series default
6642
6643 \begin_inset Index idx
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 こまんど@コマンド ! L ! 
6648 \backslash
6649 left
6650 \end_layout
6651
6652 \end_inset
6653
6654 コマンドおよび
6655 \series bold
6656
6657 \backslash
6658 right
6659 \series default
6660
6661 \begin_inset Index idx
6662 status collapsed
6663
6664 \begin_layout Plain Layout
6665 こまんど@コマンド ! R ! 
6666 \backslash
6667 right
6668 \end_layout
6669
6670 \end_inset
6671
6672 コマンド、あるいは数式ツールバーボタンの
6673 \begin_inset Info
6674 type  "icon"
6675 arg   "dialog-show mathdelimiter"
6676 \end_inset
6677
6678 で挿入することができます。
6679 \series bold
6680
6681 \backslash
6682 left
6683 \series default
6684 および
6685 \series bold
6686
6687 \backslash
6688 right
6689 \series default
6690 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6691 \begin_inset Separator parbreak
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \begin_layout Standard
6698 \align center
6699 通常の括弧:
6700 \series bold
6701
6702 \backslash
6703 ln(
6704 \backslash
6705 frac
6706 \begin_inset space \textvisiblespace{}
6707 \end_inset
6708
6709 A
6710 \begin_inset Formula $\downarrow$
6711 \end_inset
6712
6713 C
6714 \begin_inset space \textvisiblespace{}
6715 \end_inset
6716
6717 )
6718 \series default
6719 というコマンドは
6720 \begin_inset Formula 
6721 \[
6722 \ln(\frac{A}{C})
6723 \]
6724
6725 \end_inset
6726
6727 を生成します。
6728 \end_layout
6729
6730 \begin_layout Standard
6731 \align center
6732 複数行の括弧:
6733 \series bold
6734
6735 \backslash
6736 ln
6737 \backslash
6738 left(
6739 \backslash
6740 frac
6741 \begin_inset space \textvisiblespace{}
6742 \end_inset
6743
6744 A
6745 \begin_inset Formula $\downarrow$
6746 \end_inset
6747
6748 C
6749 \begin_inset space \textvisiblespace{}
6750 \end_inset
6751
6752
6753 \backslash
6754 right)
6755 \series default
6756 というコマンドは
6757 \begin_inset Formula 
6758 \[
6759 \ln\left(\frac{A}{C}\right)
6760 \]
6761
6762 \end_inset
6763
6764 を生成します。
6765 \end_layout
6766
6767 \begin_layout Standard
6768
6769 \series bold
6770
6771 \backslash
6772 left
6773 \series default
6774
6775 \series bold
6776
6777 \backslash
6778 right
6779 \series default
6780 の代わりに、
6781 \begin_inset Flex Ruby
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785 捷径
6786 \begin_inset Argument post:1
6787 status collapsed
6788
6789 \begin_layout Plain Layout
6790 ショートカット
6791 \end_layout
6792
6793 \end_inset
6794
6795
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \family sans
6802 Alt+M
6803 \begin_inset space ~
6804 \end_inset
6805
6806 括弧
6807 \family default
6808 を使うこともできます。これを使うと、\SpecialChar LyX
6809 中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6810 \begin_inset Newline newline
6811 \end_inset
6812
6813 すると、先ほどの例を作るコマンドは
6814 \series bold
6815
6816 \backslash
6817 ln Alt+M
6818 \series default
6819  
6820 \series bold
6821 (
6822 \backslash
6823 frac
6824 \begin_inset space \textvisiblespace{}
6825 \end_inset
6826
6827 A
6828 \begin_inset Formula $\downarrow$
6829 \end_inset
6830
6831 C
6832 \series default
6833 となります。
6834 \end_layout
6835
6836 \begin_layout Standard
6837 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6838 \series bold
6839
6840 \backslash
6841 left.
6842 \backslash
6843 frac
6844 \begin_inset space \textvisiblespace{}
6845 \end_inset
6846
6847 A
6848 \begin_inset Formula $\downarrow$
6849 \end_inset
6850
6851 B
6852 \begin_inset space \textvisiblespace{}
6853 \end_inset
6854
6855
6856 \backslash
6857 right}
6858 \series default
6859 というコマンドは
6860 \series bold
6861
6862 \begin_inset Formula 
6863 \[
6864 \left.\frac{A}{B}\right\} 
6865 \]
6866
6867 \end_inset
6868
6869
6870 \series default
6871 を生成します。
6872 \series bold
6873
6874 \backslash
6875 left
6876 \series default
6877 コマンドおよび
6878 \series bold
6879
6880 \backslash
6881 right
6882 \series default
6883 コマンドは、文書が再度読み込まれたときには、\SpecialChar LyX
6884 によって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6885 \end_layout
6886
6887 \begin_layout Standard
6888 \begin_inset VSpace bigskip
6889 \end_inset
6890
6891 著名な\SpecialChar LaTeX
6892 頒布版は、すべて\SpecialChar LaTeX
6893 の拡張であるe\SpecialChar TeX
6894 を使用しているので、これらの頒布版では、すべての括弧および極限に対して
6895 \series bold
6896
6897 \backslash
6898 middle
6899 \series default
6900
6901 \begin_inset Index idx
6902 status collapsed
6903
6904 \begin_layout Plain Layout
6905 こまんど@コマンド ! M ! 
6906 \backslash
6907 middle
6908 \end_layout
6909
6910 \end_inset
6911
6912 コマンドも使用することができます
6913 \begin_inset Foot
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917
6918 \series bold
6919 【訳註】
6920 \series default
6921 p\SpecialChar LaTeX
6922 では、標準では
6923 \series bold
6924
6925 \backslash
6926 middle
6927 \series default
6928 コマンドは使えません。よって、以下の例では「
6929 \series bold
6930
6931 \backslash
6932 middle
6933 \series default
6934
6935 \begin_inset Formula $|$
6936 \end_inset
6937
6938 」の代わりに「
6939 \series bold
6940
6941 \backslash
6942 biggm
6943 \series default
6944
6945 \begin_inset Formula $|$
6946 \end_inset
6947
6948 」を用いています。
6949 \end_layout
6950
6951 \end_inset
6952
6953 。このコマンドでは、物理ベクトル
6954 \begin_inset Formula 
6955 \[
6956 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6957 \]
6958
6959 \end_inset
6960
6961 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6962 \begin_inset CommandInset ref
6963 LatexCommand ref
6964 reference "subsec:物理ベクトル"
6965
6966 \end_inset
6967
6968 節に説明されているように特殊な\SpecialChar LaTeX
6969 パッケージがあります。
6970 \end_layout
6971
6972 \begin_layout Subsection
6973 水平括弧
6974 \begin_inset Index idx
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978 かっこ@括弧 ! すいへい@水平
6979 \begin_inset space \thinspace{}
6980 \end_inset
6981
6982 ——
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \end_layout
6989
6990 \begin_layout Standard
6991 \align center
6992 \begin_inset Tabular
6993 <lyxtabular version="3" rows="4" columns="2">
6994 <features tabularvalignment="middle">
6995 <column alignment="center" valignment="top" width="0pt">
6996 <column alignment="center" valignment="top" width="0pt">
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 コマンド
7003 \begin_inset Note Note
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007 ここで
7008 \series bold
7009
7010 \backslash
7011 raisebox
7012 \series default
7013 はスペーサーとして使用しているだけです。
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 出力
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 </row>
7033 <row>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 \begin_inset ERT
7039 status collapsed
7040
7041 \begin_layout Plain Layout
7042
7043
7044 \backslash
7045 raisebox{2.3mm}{
7046 \end_layout
7047
7048 \end_inset
7049
7050
7051 \backslash
7052 overbrace
7053 \begin_inset space \textvisiblespace{}
7054 \end_inset
7055
7056 A+B
7057 \begin_inset space \textvisiblespace{}
7058 \end_inset
7059
7060 ^
7061 \begin_inset space \textvisiblespace{}
7062 \end_inset
7063
7064 3
7065 \begin_inset ERT
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069
7070 }
7071 \end_layout
7072
7073 \end_inset
7074
7075
7076 \begin_inset Index idx
7077 status collapsed
7078
7079 \begin_layout Plain Layout
7080 こまんど@コマンド ! O ! 
7081 \backslash
7082 overbrace
7083 \end_layout
7084
7085 \end_inset
7086
7087
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 \begin_inset Formula $\overbrace{A+B}^{3}$
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 </row>
7105 <row>
7106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 \begin_inset ERT
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114
7115
7116 \backslash
7117 raisebox{-2.2mm}{
7118 \end_layout
7119
7120 \end_inset
7121
7122
7123 \backslash
7124 underbrace
7125 \begin_inset space \textvisiblespace{}
7126 \end_inset
7127
7128 A+B
7129 \begin_inset space \textvisiblespace{}
7130 \end_inset
7131
7132 _5
7133 \begin_inset ERT
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137
7138 }
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \begin_inset Index idx
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148 こまんど@コマンド ! U ! 
7149 \backslash
7150 underbrace
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 \begin_inset Formula $\underbrace{A+B}_{5}$
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 </row>
7173 <row>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178
7179 \backslash
7180 overbrace
7181 \begin_inset space \textvisiblespace{}
7182 \end_inset
7183
7184
7185 \backslash
7186 underbrace
7187 \begin_inset space \textvisiblespace{}
7188 \end_inset
7189
7190 A+B_w
7191 \begin_inset space \textvisiblespace{}
7192 \end_inset
7193
7194
7195 \begin_inset space \textvisiblespace{}
7196 \end_inset
7197
7198 _7
7199 \begin_inset space \textvisiblespace{}
7200 \end_inset
7201
7202
7203 \begin_inset space \textvisiblespace{}
7204 \end_inset
7205
7206 ^
7207 \begin_inset space \textvisiblespace{}
7208 \end_inset
7209
7210 C
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 </lyxtabular>
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \begin_layout Standard
7236 最後の例では、
7237 \series bold
7238
7239 \backslash
7240 overbrace
7241 \series default
7242 が先に挿入されようが
7243 \series bold
7244
7245 \backslash
7246 underbrace
7247 \series default
7248 が先に挿入されようが代わりはありません。
7249 \end_layout
7250
7251 \begin_layout Standard
7252 \begin_inset VSpace medskip
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 文書設定の
7260 \family sans
7261 数式オプション
7262 \family default
7263 で、
7264 \series bold
7265 mathtools
7266 \series default
7267
7268 \begin_inset Index idx
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272 ぱっけーじ@パッケージ ! mathtools
7273 \end_layout
7274
7275 \end_inset
7276
7277 パッケージに
7278 \family sans
7279 常に読み込み
7280 \family default
7281 オプションを設定すると、以下のような角括弧が利用可能になります。
7282 \begin_inset Separator parbreak
7283 \end_inset
7284
7285
7286 \end_layout
7287
7288 \begin_layout Standard
7289 \align center
7290 \begin_inset Tabular
7291 <lyxtabular version="3" rows="4" columns="2">
7292 <features tabularvalignment="middle">
7293 <column alignment="center" valignment="top" width="0pt">
7294 <column alignment="center" valignment="top" width="0pt">
7295 <row>
7296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 コマンド
7301 \begin_inset Note Note
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306 \series bold
7307
7308 \backslash
7309 raisebox
7310 \series default
7311 はスペーサーとして使われているだけです。
7312 \end_layout
7313
7314 \end_inset
7315
7316
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 結果
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 \begin_inset ERT
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 raisebox{2.3mm}{
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \backslash
7350 overbracket{A+B
7351 \begin_inset space \textvisiblespace{}
7352 \end_inset
7353
7354 ^3
7355 \begin_inset ERT
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359
7360 }
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \begin_inset Index idx
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 こまんど@コマンド ! O ! 
7371 \backslash
7372 overbracket
7373 \end_layout
7374
7375 \end_inset
7376
7377
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 \begin_inset Formula $\overbracket{A+B}^{3}$
7387 \end_inset
7388
7389
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 </row>
7395 <row>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 \begin_inset ERT
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404
7405
7406 \backslash
7407 raisebox{-2.2mm}{
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \backslash
7414 underbracket{A+B
7415 \begin_inset space \textvisiblespace{}
7416 \end_inset
7417
7418 _5
7419 \begin_inset ERT
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423
7424 }
7425 \end_layout
7426
7427 \end_inset
7428
7429
7430 \begin_inset Index idx
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434 こまんど@コマンド ! U ! 
7435 \backslash
7436 under
7437 \size normal
7438 bracket
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset Formula $\underbracket{A+B}_{5}$
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \backslash
7468 overbracket{
7469 \backslash
7470 underbracket{A+B_w
7471 \begin_inset space \textvisiblespace{}
7472 \end_inset
7473
7474
7475 \begin_inset space \textvisiblespace{}
7476 \end_inset
7477
7478 _7
7479 \begin_inset space \textvisiblespace{}
7480 \end_inset
7481
7482
7483 \begin_inset space \textvisiblespace{}
7484 \end_inset
7485
7486 ^
7487 \begin_inset space \textvisiblespace{}
7488 \end_inset
7489
7490 C
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7500 \end_inset
7501
7502
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 </lyxtabular>
7509
7510 \end_inset
7511
7512
7513 \end_layout
7514
7515 \begin_layout Standard
7516
7517 \series bold
7518
7519 \backslash
7520 overbracket
7521 \series default
7522
7523 \series bold
7524
7525 \backslash
7526 underbracket
7527 \series default
7528 に関しては、コマンドに続く角括弧中に、希望する厚みを指定すれば、以下のように、角括弧の筆跡の厚みに変更を加えることができます。
7529 \begin_inset Separator parbreak
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \begin_layout Standard
7536 \align center
7537 \begin_inset Tabular
7538 <lyxtabular version="3" rows="3" columns="2">
7539 <features tabularvalignment="middle">
7540 <column alignment="center" valignment="top" width="0pt">
7541 <column alignment="center" valignment="top" width="0pt">
7542 <row>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 コマンド
7548 \begin_inset Note Note
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553 \series bold
7554
7555 \backslash
7556 raisebox
7557 \series default
7558 はスペーサーとして使われているだけです。
7559 \end_layout
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 結果
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 \begin_inset ERT
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587
7588
7589 \backslash
7590 raisebox{2.3mm}{
7591 \end_layout
7592
7593 \end_inset
7594
7595
7596 \backslash
7597 overbracket[3pt]
7598 \backslash
7599 {A+B
7600 \begin_inset space \textvisiblespace{}
7601 \end_inset
7602
7603 ^3
7604 \begin_inset ERT
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608
7609 }
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset ERT
7638 status collapsed
7639
7640 \begin_layout Plain Layout
7641
7642
7643 \backslash
7644 raisebox{-2.2mm}{
7645 \end_layout
7646
7647 \end_inset
7648
7649
7650 \backslash
7651 underbracket[1pt]
7652 \backslash
7653 {A+B
7654 \begin_inset space \textvisiblespace{}
7655 \end_inset
7656
7657 _5
7658 \begin_inset ERT
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662
7663 }
7664 \end_layout
7665
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 </lyxtabular>
7687
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \begin_layout Standard
7694 \begin_inset VSpace bigskip
7695 \end_inset
7696
7697 括弧をお互いに重ねる必要がある場合には、第
7698 \begin_inset CommandInset ref
7699 LatexCommand ref
7700 reference "sec:多行数式"
7701
7702 \end_inset
7703
7704 節に説明されているように、次のような多行数式を使わなくてはなりません。
7705 \begin_inset Formula 
7706 \begin{eqnarray*}
7707 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7708  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7709 \end{eqnarray*}
7710
7711 \end_inset
7712
7713 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7714 \begin_inset Foot
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718 空白コマンドは第
7719 \begin_inset CommandInset ref
7720 LatexCommand ref
7721 reference "subsec:定義済みの空白"
7722
7723 \end_inset
7724
7725 章に説明があります。
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \series bold
7732
7733 \backslash
7734 :
7735 \series default
7736 を最初の
7737 \begin_inset Formula $d$
7738 \end_inset
7739
7740 の前に挿入しておくことが重要です。さもないと、
7741 \begin_inset Formula $q$
7742 \end_inset
7743
7744 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7745 \begin_inset Foot
7746 status collapsed
7747
7748 \begin_layout Plain Layout
7749 これは、括弧が文字として取り扱われないためです。第
7750 \begin_inset CommandInset ref
7751 LatexCommand ref
7752 reference "subsec:二項演算子"
7753
7754 \end_inset
7755
7756 章参照。
7757 \end_layout
7758
7759 \end_inset
7760
7761 ためです。二行目には、二つめの括弧が挿入されています。
7762 \begin_inset Formula $b$
7763 \end_inset
7764
7765 の直前から始まるようにするために、まず
7766 \series bold
7767
7768 \backslash
7769 hphantom{gggg+
7770 \backslash
7771 :}
7772 \series default
7773 というコマンド
7774 \begin_inset Foot
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778
7779 \series bold
7780
7781 \backslash
7782 hphantom
7783 \series default
7784 に関する詳細は、第
7785 \begin_inset CommandInset ref
7786 LatexCommand ref
7787 reference "subsec:埋め草"
7788
7789 \end_inset
7790
7791 章を参照してください。
7792 \end_layout
7793
7794 \end_inset
7795
7796 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7797 \series bold
7798
7799 \backslash
7800 hphantom{bbqq+dddd}
7801 \series default
7802 コマンドの下に置きます。
7803 \end_layout
7804
7805 \begin_layout Standard
7806 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7807 \begin_inset ERT
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 setlength{
7815 \backslash
7816 jot}{-6pt}
7817 \end_layout
7818
7819 \end_inset
7820
7821
7822 \begin_inset Formula 
7823 \begin{eqnarray*}
7824  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7825 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7826 \end{eqnarray*}
7827
7828 \end_inset
7829
7830
7831 \begin_inset ERT
7832 status collapsed
7833
7834 \begin_layout Plain Layout
7835
7836
7837 \backslash
7838 setlength{
7839 \backslash
7840 jot}{3pt}
7841 \end_layout
7842
7843 \end_inset
7844
7845 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7846 ることを防ぐために、行間を減らさなくてはならないのですが、これは\SpecialChar LyX
7847 のバグ
7848 \begin_inset Foot
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 \begin_inset CommandInset href
7853 LatexCommand href
7854 name "LyX-bug #1505"
7855 target "http://www.lyx.org/trac/ticket/1505"
7856
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \end_inset
7863
7864 のせいで簡単にはできません。この問題を回避するためには、数式直前に\SpecialChar TeX
7865 モードで
7866 \series bold
7867 setlength{
7868 \backslash
7869 jot}{-6pt}
7870 \series default
7871 というコマンドを入れて、大域的な数式行間
7872 \series bold
7873
7874 \backslash
7875 jot
7876 \series default
7877
7878 \begin_inset Index idx
7879 status collapsed
7880
7881 \begin_layout Plain Layout
7882 こまんど@コマンド ! J ! 
7883 \backslash
7884 jot
7885 \end_layout
7886
7887 \end_inset
7888
7889 を-6
7890 \begin_inset space \thinspace{}
7891 \end_inset
7892
7893 ptに変更しなくてはなりません。
7894 \series bold
7895
7896 \backslash
7897 jot
7898 \series default
7899 は、数式直後に同様のコマンドを使って標準値の3
7900 \begin_inset space \thinspace{}
7901 \end_inset
7902
7903 ptに戻します。数式中の行間について、詳しくは第
7904 \begin_inset CommandInset ref
7905 LatexCommand ref
7906 reference "subsec:行間"
7907
7908 \end_inset
7909
7910 章に説明があります。
7911 \end_layout
7912
7913 \begin_layout Section
7914 矢印
7915 \begin_inset Index idx
7916 status collapsed
7917
7918 \begin_layout Plain Layout
7919 やじるし@矢印
7920 \end_layout
7921
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \begin_layout Standard
7928 矢印は、数式ツールバーボタンの
7929 \begin_inset Info
7930 type  "icon"
7931 arg   "math-insert \\leftarrow"
7932 \end_inset
7933
7934 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7935 \end_layout
7936
7937 \begin_layout Subsection
7938 水平矢印
7939 \begin_inset Index idx
7940 status collapsed
7941
7942 \begin_layout Plain Layout
7943 やじるし@矢印 ! すいへい@水平
7944 \end_layout
7945
7946 \end_inset
7947
7948
7949 \end_layout
7950
7951 \begin_layout Standard
7952 \begin_inset space \hfill{}
7953 \end_inset
7954
7955
7956 \begin_inset Tabular
7957 <lyxtabular version="3" rows="8" columns="2">
7958 <features tabularvalignment="middle">
7959 <column alignment="center" valignment="top" width="0pt">
7960 <column alignment="center" valignment="top" width="0pt">
7961 <row>
7962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 コマンド
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 出力
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \backslash
7988 gets
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 \begin_inset Formula $\gets$
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \backslash
8013 Leftarrow
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 \begin_inset Formula $\Leftarrow$
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \backslash
8038 longleftarrow
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 \begin_inset Formula $\longleftarrow$
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row>
8057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \backslash
8063 Longleftarrow
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 \begin_inset Formula $\Longleftarrow$
8073 \end_inset
8074
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \backslash
8088 leftharpoonup
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 \begin_inset Formula $\leftharpoonup$
8098 \end_inset
8099
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \backslash
8113 leftharpoondown
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 \begin_inset Formula $\leftharpoondown$
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 hookleftarrow
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\hookleftarrow$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 </lyxtabular>
8157
8158 \end_inset
8159
8160
8161 \begin_inset space \hfill{}
8162 \end_inset
8163
8164
8165 \begin_inset Tabular
8166 <lyxtabular version="3" rows="8" columns="2">
8167 <features tabularvalignment="middle">
8168 <column alignment="center" valignment="top" width="0pt">
8169 <column alignment="center" valignment="top" width="0pt">
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 コマンド
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 出力
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \backslash
8197 to
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 \begin_inset Formula $\to$
8207 \end_inset
8208
8209
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \backslash
8222 Rightarrow
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 \begin_inset Formula $\Rightarrow$
8232 \end_inset
8233
8234
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \backslash
8247 longrightarrow
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 \begin_inset Formula $\longrightarrow$
8257 \end_inset
8258
8259
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \backslash
8272 Longrightarrow
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 \begin_inset Formula $\Longrightarrow$
8282 \end_inset
8283
8284
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \backslash
8297 rightharpoonup
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 \begin_inset Formula $\rightharpoonup$
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \backslash
8322 rightharpoondown
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Formula $\rightharpoondown$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \backslash
8347 hookrightarrow
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 \begin_inset Formula $\hookrightarrow$
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 </lyxtabular>
8366
8367 \end_inset
8368
8369
8370 \begin_inset space \hfill{}
8371 \end_inset
8372
8373
8374 \end_layout
8375
8376 \begin_layout Standard
8377 \begin_inset space \hfill{}
8378 \end_inset
8379
8380
8381 \begin_inset Tabular
8382 <lyxtabular version="3" rows="6" columns="2">
8383 <features tabularvalignment="middle">
8384 <column alignment="center" valignment="top" width="0pt">
8385 <column alignment="center" valignment="top" width="0pt">
8386 <row>
8387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 コマンド
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 出力
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \backslash
8413 leftrightarrow
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 \begin_inset Formula $\leftrightarrow$
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \backslash
8438 Leftrightarrow
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 \begin_inset Formula $\Leftrightarrow$
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \backslash
8463 longleftrightarrow
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 \begin_inset Formula $\longleftrightarrow$
8473 \end_inset
8474
8475
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \backslash
8488 Longleftrightarrow
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 \begin_inset Formula $\Longleftrightarrow$
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \backslash
8513 rightleftharpoons
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 \begin_inset Formula $\rightleftharpoons$
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 </lyxtabular>
8532
8533 \end_inset
8534
8535
8536 \begin_inset space \hspace{}
8537 \length 25pt
8538 \end_inset
8539
8540
8541 \begin_inset space \hfill{}
8542 \end_inset
8543
8544
8545 \begin_inset Tabular
8546 <lyxtabular version="3" rows="5" columns="2">
8547 <features tabularvalignment="middle">
8548 <column alignment="center" valignment="top" width="0pt">
8549 <column alignment="center" valignment="top" width="0pt">
8550 <row>
8551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 コマンド
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 出力
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \backslash
8577 mapsto
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 \begin_inset Formula $\mapsto$
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \backslash
8602 longmapsto
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 \begin_inset Formula $\longmapsto$
8612 \end_inset
8613
8614
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \backslash
8627 leadsto
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 \begin_inset Formula $\leadsto$
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \backslash
8652 dasharrow
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 \begin_inset Formula $\dasharrow$
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 </lyxtabular>
8671
8672 \end_inset
8673
8674
8675 \begin_inset space \hfill{}
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \begin_layout Standard
8682 \begin_inset VSpace medskip
8683 \end_inset
8684
8685 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8686 \begin_inset CommandInset ref
8687 LatexCommand ref
8688 reference "sec:アクセント"
8689
8690 \end_inset
8691
8692 節に一覧があります。
8693 \end_layout
8694
8695 \begin_layout Standard
8696 \begin_inset VSpace bigskip
8697 \end_inset
8698
8699 さらに、ラベル付き矢印
8700 \begin_inset Index idx
8701 status collapsed
8702
8703 \begin_layout Plain Layout
8704 やじるし@矢印 ! らべるつき@ラベル付き
8705 \end_layout
8706
8707 \end_inset
8708
8709 として、
8710 \series bold
8711
8712 \backslash
8713 xleftarrow
8714 \series default
8715
8716 \begin_inset Index idx
8717 status collapsed
8718
8719 \begin_layout Plain Layout
8720 こまんど@コマンド ! X ! 
8721 \backslash
8722 xleftarrow
8723 \end_layout
8724
8725 \end_inset
8726
8727
8728 \series bold
8729
8730 \backslash
8731 xrightarrow
8732 \series default
8733
8734 \begin_inset Index idx
8735 status collapsed
8736
8737 \begin_layout Plain Layout
8738 こまんど@コマンド ! X ! 
8739 \backslash
8740 xrightarrow
8741 \begin_inset ERT
8742 status collapsed
8743
8744 \begin_layout Plain Layout
8745
8746
8747 \backslash
8748 vspace{4mm}
8749 \end_layout
8750
8751 \end_inset
8752
8753
8754 \end_layout
8755
8756 \end_inset
8757
8758 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8759 ます。
8760 \end_layout
8761
8762 \begin_layout Standard
8763 \align center
8764 \begin_inset Tabular
8765 <lyxtabular version="3" rows="3" columns="2">
8766 <features tabularvalignment="middle">
8767 <column alignment="center" valignment="top" width="0pt">
8768 <column alignment="center" valignment="top" width="0pt">
8769 <row>
8770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 コマンド
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 出力
8784 \begin_inset Note Note
8785 status collapsed
8786
8787 \begin_layout Plain Layout
8788 ここで
8789 \series bold
8790
8791 \backslash
8792 raisebox
8793 \series default
8794 はスペーサーとして使用しているだけです。
8795 \end_layout
8796
8797 \end_inset
8798
8799
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 F(a)
8811 \backslash
8812 xleftarrow
8813 \begin_inset space \textvisiblespace{}
8814 \end_inset
8815
8816 x=a
8817 \begin_inset Formula $\downarrow$
8818 \end_inset
8819
8820 x
8821 \begin_inset Formula $>$
8822 \end_inset
8823
8824 0
8825 \begin_inset Formula $\to$
8826 \end_inset
8827
8828 F(x)
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 F(x)
8852 \backslash
8853 xrightarrow
8854 \begin_inset space \textvisiblespace{}
8855 \end_inset
8856
8857 x=a
8858 \begin_inset Formula $\downarrow$
8859 \end_inset
8860
8861 x
8862 \begin_inset Formula $>$
8863 \end_inset
8864
8865 0
8866 \begin_inset Formula $\to$
8867 \end_inset
8868
8869 F(a)
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 </lyxtabular>
8888
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \begin_layout Standard
8895 \begin_inset VSpace medskip
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \begin_layout Standard
8902 文書設定の
8903 \family sans
8904 数式オプション
8905 \family default
8906 で、
8907 \series bold
8908 mathtools
8909 \series default
8910
8911 \begin_inset Index idx
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915 ぱっけーじ@パッケージ ! mathtools
8916 \end_layout
8917
8918 \end_inset
8919
8920 パッケージに
8921 \family sans
8922 常に読み込み
8923 \family default
8924 オプションを設定すると、以下のようなラベル付き矢印が利用可能になります。
8925 \end_layout
8926
8927 \begin_layout Standard
8928 \begin_inset Newpage newpage
8929 \end_inset
8930
8931
8932 \begin_inset Separator parbreak
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \begin_layout Standard
8939 \align center
8940 \begin_inset space \hspace*{\fill}
8941 \end_inset
8942
8943
8944 \begin_inset Tabular
8945 <lyxtabular version="3" rows="7" columns="2">
8946 <features tabularvalignment="middle">
8947 <column alignment="center" valignment="top" width="0pt">
8948 <column alignment="center" valignment="top" width="0pt">
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 コマンド
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 用例
8964 \begin_inset Note Note
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968 ここで
8969 \series bold
8970
8971 \backslash
8972 raisebox
8973 \series default
8974 はスペーサーとして使用しているだけです。
8975 \end_layout
8976
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \backslash
8992 xleftrightarrow
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \backslash
9017 xLeftarrow
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \backslash
9042 xRightarrow
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9052 \end_inset
9053
9054
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \backslash
9067 xLeftrightarrow
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \backslash
9092 xhookleftarrow
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \backslash
9117 xhookrightarrow
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 </lyxtabular>
9136
9137 \end_inset
9138
9139
9140 \begin_inset space \hspace*{\fill}
9141 \end_inset
9142
9143
9144 \begin_inset Tabular
9145 <lyxtabular version="3" rows="7" columns="2">
9146 <features tabularvalignment="middle">
9147 <column alignment="center" valignment="top" width="0pt">
9148 <column alignment="center" valignment="top" width="0pt">
9149 <row>
9150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 コマンド
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 用例
9164 \begin_inset Note Note
9165 status collapsed
9166
9167 \begin_layout Plain Layout
9168 ここで
9169 \series bold
9170
9171 \backslash
9172 raisebox
9173 \series default
9174 はスペーサーとして使用しているだけです。
9175 \end_layout
9176
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 xleftharpoondown
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 xleftharpoonup
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \backslash
9242 xrightharpoondown
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \backslash
9267 xrightharpoonup
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 xleftrightharpoons
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 xrightleftharpoons
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 </lyxtabular>
9336
9337 \end_inset
9338
9339
9340 \begin_inset space \hspace*{\fill}
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \begin_layout Standard
9347 これらの矢印は、すべて以下のようなコマンドスキームを取ります。
9348 \begin_inset Separator parbreak
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \begin_layout Standard
9355 \align center
9356 \begin_inset Tabular
9357 <lyxtabular version="3" rows="2" columns="2">
9358 <features tabularvalignment="middle">
9359 <column alignment="center" valignment="top" width="0pt">
9360 <column alignment="center" valignment="top" width="0pt">
9361 <row>
9362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 コマンド
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 用例
9376 \begin_inset Note Note
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380 ここで
9381 \series bold
9382
9383 \backslash
9384 raisebox
9385 \series default
9386 はスペーサーとして使用しているだけです。
9387 \end_layout
9388
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 F(a)
9403 \backslash
9404 xleftrightarrow[x=a]
9405 \backslash
9406 {x>0
9407 \begin_inset Formula $\to$
9408 \end_inset
9409
9410 F(x)
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 </lyxtabular>
9429
9430 \end_inset
9431
9432
9433 \end_layout
9434
9435 \begin_layout Subsection
9436 垂直矢印および対角矢印
9437 \begin_inset Index idx
9438 status collapsed
9439
9440 \begin_layout Plain Layout
9441 やじるし@矢印 ! たいかく@対角
9442 \end_layout
9443
9444 \end_inset
9445
9446
9447 \begin_inset Index idx
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 やじるし@矢印 ! すいちょく@垂直
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \begin_layout Standard
9460 \begin_inset space \hfill{}
9461 \end_inset
9462
9463
9464 \begin_inset Tabular
9465 <lyxtabular version="3" rows="7" columns="2">
9466 <features tabularvalignment="middle">
9467 <column alignment="center" valignment="top" width="0pt">
9468 <column alignment="center" valignment="top" width="0pt">
9469 <row>
9470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 コマンド
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 出力
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \backslash
9496 uparrow
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 \begin_inset Formula $\uparrow$
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \backslash
9521 Uparrow
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 \begin_inset Formula $\Uparrow$
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \backslash
9546 updownarrow
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 \begin_inset Formula $\updownarrow$
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 </row>
9564 <row>
9565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \backslash
9571 Updownarrow
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 \begin_inset Formula $\Updownarrow$
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \backslash
9596 Downarrow
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 \begin_inset Formula $\Downarrow$
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \backslash
9621 downarrow
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 \begin_inset Formula $\downarrow$
9631 \end_inset
9632
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 </row>
9639 </lyxtabular>
9640
9641 \end_inset
9642
9643
9644 \begin_inset space \hfill{}
9645 \end_inset
9646
9647
9648 \begin_inset Tabular
9649 <lyxtabular version="3" rows="5" columns="2">
9650 <features tabularvalignment="middle">
9651 <column alignment="center" valignment="top" width="0pt">
9652 <column alignment="center" valignment="top" width="0pt">
9653 <row>
9654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 コマンド
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 出力
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \backslash
9680 nearrow
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 \begin_inset Formula $\nearrow$
9690 \end_inset
9691
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \backslash
9705 searrow
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 \begin_inset Formula $\searrow$
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row>
9724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \backslash
9730 swarrow
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\swarrow$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 nwarrow
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 \begin_inset Formula $\nwarrow$
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 </lyxtabular>
9774
9775 \end_inset
9776
9777
9778 \begin_inset space \hfill{}
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \begin_layout Standard
9785 \begin_inset VSpace medskip
9786 \end_inset
9787
9788 垂直矢印は、第
9789 \begin_inset CommandInset ref
9790 LatexCommand ref
9791 reference "subsec:手動の括弧丈"
9792
9793 \end_inset
9794
9795 節および第
9796 \begin_inset CommandInset ref
9797 LatexCommand ref
9798 reference "subsec:自動の括弧丈"
9799
9800 \end_inset
9801
9802 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9803 \end_layout
9804
9805 \begin_layout Section
9806 アクセント
9807 \begin_inset CommandInset label
9808 LatexCommand label
9809 name "sec:アクセント"
9810
9811 \end_inset
9812
9813
9814 \begin_inset Index idx
9815 status collapsed
9816
9817 \begin_layout Plain Layout
9818 あくせんと@アクセント
9819 \end_layout
9820
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \begin_layout Standard
9827 アクセントは、数式ツールバーボタンの
9828 \begin_inset Info
9829 type  "icon"
9830 arg   "math-insert \\hat"
9831 \end_inset
9832
9833 か、以下の各小節に列挙してあるコマンドで入力することができます。
9834 \end_layout
9835
9836 \begin_layout Subsection
9837 一文字に付けるアクセント
9838 \begin_inset ERT
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842
9843
9844 \backslash
9845 texorpdfstring{
9846 \end_layout
9847
9848 \end_inset
9849
9850
9851 \begin_inset Foot
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855 本文中のアクセントについては、第
9856 \begin_inset CommandInset ref
9857 LatexCommand ref
9858 reference "subsec:文章中のアクセント"
9859
9860 \end_inset
9861
9862 節を参照。
9863 \end_layout
9864
9865 \end_inset
9866
9867
9868 \begin_inset ERT
9869 status collapsed
9870
9871 \begin_layout Plain Layout
9872
9873 }{}
9874 \end_layout
9875
9876 \end_inset
9877
9878
9879 \begin_inset Note Note
9880 status collapsed
9881
9882 \begin_layout Plain Layout
9883
9884 \series bold
9885
9886 \backslash
9887 texorpdfstring
9888 \series default
9889 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9890 \end_layout
9891
9892 \begin_layout Plain Layout
9893
9894 \series bold
9895
9896 \backslash
9897 texorpdfstring
9898 \series default
9899 についての詳細は、第
9900 \begin_inset CommandInset ref
9901 LatexCommand ref
9902 reference "subsec:節見出し中の数式"
9903
9904 \end_inset
9905
9906 節にあります。
9907 \end_layout
9908
9909 \end_inset
9910
9911
9912 \begin_inset CommandInset label
9913 LatexCommand label
9914 name "subsec:一文字に付けるアクセント"
9915
9916 \end_inset
9917
9918
9919 \begin_inset Index idx
9920 status collapsed
9921
9922 \begin_layout Plain Layout
9923 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9924 \end_layout
9925
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset space \hfill{}
9933 \end_inset
9934
9935
9936 \begin_inset Tabular
9937 <lyxtabular version="3" rows="8" columns="2">
9938 <features tabularvalignment="middle">
9939 <column alignment="center" valignment="top" width="0pt">
9940 <column alignment="center" valignment="top" width="0pt">
9941 <row>
9942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 コマンド
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 出力
9956 \begin_inset Note Note
9957 status collapsed
9958
9959 \begin_layout Plain Layout
9960 ここで
9961 \series bold
9962
9963 \backslash
9964 raisebox
9965 \series default
9966 はスペーサーとして使用しているだけです。
9967 \end_layout
9968
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \backslash
9984 dot
9985 \begin_inset space \textvisiblespace{}
9986 \end_inset
9987
9988 A
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9998 \end_inset
9999
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \backslash
10013 ddot
10014 \begin_inset space \textvisiblespace{}
10015 \end_inset
10016
10017 A
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \backslash
10042 dddot
10043 \begin_inset space \textvisiblespace{}
10044 \end_inset
10045
10046 A
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10056 \end_inset
10057
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \backslash
10071 ddddot
10072 \begin_inset space \textvisiblespace{}
10073 \end_inset
10074
10075 A
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10085 \end_inset
10086
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \backslash
10100 vec
10101 \begin_inset space \textvisiblespace{}
10102 \end_inset
10103
10104 A
10105 \begin_inset Index idx
10106 status collapsed
10107
10108 \begin_layout Plain Layout
10109 べくとる@ベクトル
10110 \end_layout
10111
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \backslash
10139 bar
10140 \begin_inset space \textvisiblespace{}
10141 \end_inset
10142
10143 A
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \backslash
10168 mathring
10169 \begin_inset space \textvisiblespace{}
10170 \end_inset
10171
10172 A
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 </lyxtabular>
10191
10192 \end_inset
10193
10194
10195 \begin_inset space \hfill{}
10196 \end_inset
10197
10198
10199 \begin_inset Tabular
10200 <lyxtabular version="3" rows="7" columns="2">
10201 <features tabularvalignment="middle">
10202 <column alignment="center" valignment="top" width="0pt">
10203 <column alignment="center" valignment="top" width="0pt">
10204 <row>
10205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 コマンド
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 出力
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \backslash
10231 tilde
10232 \begin_inset space \textvisiblespace{}
10233 \end_inset
10234
10235 A
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10245 \end_inset
10246
10247
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \backslash
10260 hat
10261 \begin_inset space \textvisiblespace{}
10262 \end_inset
10263
10264 A
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \backslash
10289 check
10290 \begin_inset space \textvisiblespace{}
10291 \end_inset
10292
10293 A
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10303 \end_inset
10304
10305
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \backslash
10318 acute
10319 \begin_inset space \textvisiblespace{}
10320 \end_inset
10321
10322 A
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \backslash
10347 grave
10348 \begin_inset space \textvisiblespace{}
10349 \end_inset
10350
10351 A
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376 breve
10377 \begin_inset space \textvisiblespace{}
10378 \end_inset
10379
10380 A
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 </lyxtabular>
10399
10400 \end_inset
10401
10402
10403 \begin_inset space \hfill{}
10404 \end_inset
10405
10406
10407 \end_layout
10408
10409 \begin_layout Standard
10410 \begin_inset VSpace bigskip
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 \begin_inset ERT
10418 status collapsed
10419
10420 \begin_layout Plain Layout
10421
10422
10423 \backslash
10424 '{e}
10425 \end_layout
10426
10427 \end_inset
10428
10429 のようなアクセントは、数式に直接入れることができます。\SpecialChar LyX
10430 は、それを対応するアクセントコマンドに変換します。ウムラウト
10431 \begin_inset Index idx
10432 status collapsed
10433
10434 \begin_layout Plain Layout
10435 うむらうと@ウムラウト
10436 \end_layout
10437
10438 \end_inset
10439
10440 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、\SpecialChar LaTeX
10441 は、引用符と母音をまとめて一つの文字として取り
10442 扱います。
10443 \series bold
10444
10445 \backslash
10446 ddot
10447 \series default
10448 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10449 \end_layout
10450
10451 \begin_layout Standard
10452 \begin_inset VSpace -2mm
10453 \end_inset
10454
10455
10456 \end_layout
10457
10458 \begin_layout Standard
10459 \align center
10460 \begin_inset Tabular
10461 <lyxtabular version="3" rows="3" columns="2">
10462 <features tabularvalignment="middle">
10463 <column alignment="center" valignment="top">
10464 <column alignment="center" valignment="top">
10465 <row>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 コマンド
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 出力
10480 \begin_inset Note Note
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484 ここで
10485 \series bold
10486
10487 \backslash
10488 raisebox
10489 \series default
10490 および0ポイント空白はスペーサーとして使用しているだけです。
10491 \end_layout
10492
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 \begin_inset Quotes grd
10507 \end_inset
10508
10509 i
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \lang ngerman
10520 \begin_inset space \hspace{}
10521 \length 0pt
10522 \end_inset
10523
10524
10525 \begin_inset Formula $"i$
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \backslash
10541 ddot
10542 \begin_inset space \textvisiblespace{}
10543 \end_inset
10544
10545 i
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 </lyxtabular>
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571
10572 \series bold
10573
10574 \backslash
10575 ddot
10576 \series default
10577 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10578 \emph on
10579 数式中テキストでは使用できない
10580 \emph default
10581 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10582 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10583 \end_layout
10584
10585 \begin_layout Standard
10586 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10587 \end_layout
10588
10589 \begin_layout Standard
10590 \begin_inset VSpace bigskip
10591 \end_inset
10592
10593
10594 \end_layout
10595
10596 \begin_layout Standard
10597 \SpecialChar LyX
10598 は、\SpecialChar LaTeX
10599 パッケージ
10600 \series bold
10601 undertilde
10602 \series default
10603
10604 \begin_inset Index idx
10605 status collapsed
10606
10607 \begin_layout Plain Layout
10608 ぱっけーじ@パッケージ ! upgreek
10609 \end_layout
10610
10611 \end_inset
10612
10613 がシステム上に導入されていれば、文字下のティルダもサポートします。
10614 \end_layout
10615
10616 \begin_layout Standard
10617 \begin_inset ERT
10618 status collapsed
10619
10620 \begin_layout Plain Layout
10621
10622
10623 \backslash
10624 ifundertilde 
10625 \end_layout
10626
10627 \end_inset
10628
10629
10630 \begin_inset Note Note
10631 status open
10632
10633 \begin_layout Plain Layout
10634 以下の表は、
10635 \series bold
10636 undertilde
10637 \series default
10638  \SpecialChar LaTeX
10639 パッケージが導入済みのときのみ表示されます。
10640 \end_layout
10641
10642 \end_inset
10643
10644
10645 \begin_inset Separator parbreak
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Standard
10652 \noindent
10653 \align center
10654 \begin_inset Tabular
10655 <lyxtabular version="3" rows="2" columns="2">
10656 <features tabularvalignment="middle">
10657 <column alignment="center" valignment="top" width="0pt">
10658 <column alignment="center" valignment="top" width="0pt">
10659 <row>
10660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 コマンド
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 出力
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \backslash
10686 utilde
10687 \begin_inset space \textvisiblespace{}
10688 \end_inset
10689
10690 A
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 </lyxtabular>
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Standard
10716 \begin_inset ERT
10717 status collapsed
10718
10719 \begin_layout Plain Layout
10720
10721
10722 \backslash
10723 else 
10724 \end_layout
10725
10726 \end_inset
10727
10728
10729 \begin_inset Note Note
10730 status open
10731
10732 \begin_layout Plain Layout
10733 以下は、
10734 \series bold
10735 undertilde
10736 \series default
10737  \SpecialChar LaTeX
10738 パッケージが導入されていないときのみ表示されます。
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Standard
10747 この小節のすべてを出力で見るには、
10748 \series bold
10749 undertilde
10750 \series default
10751  \SpecialChar LaTeX
10752 パッケージを導入する必要があります。
10753 \end_layout
10754
10755 \begin_layout Standard
10756 \begin_inset ERT
10757 status collapsed
10758
10759 \begin_layout Plain Layout
10760
10761
10762 \backslash
10763 fi 
10764 \end_layout
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Standard
10772 \begin_inset Newpage newpage
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \begin_layout Subsection
10779 複数の文字に付けるアクセント
10780 \begin_inset Index idx
10781 status collapsed
10782
10783 \begin_layout Plain Layout
10784 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10785 \end_layout
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Standard
10793 \begin_inset space \hfill{}
10794 \end_inset
10795
10796
10797 \begin_inset Tabular
10798 <lyxtabular version="3" rows="5" columns="2">
10799 <features tabularvalignment="middle">
10800 <column alignment="center" valignment="top" width="0pt">
10801 <column alignment="center" valignment="top" width="0pt">
10802 <row>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 コマンド
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 出力
10817 \begin_inset Note Note
10818 status collapsed
10819
10820 \begin_layout Plain Layout
10821 ここで
10822 \series bold
10823
10824 \backslash
10825 raisebox
10826 \series default
10827 はスペーサーとして使用しているだけです。
10828 \end_layout
10829
10830 \end_inset
10831
10832
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \backslash
10845 overleftarrow
10846 \begin_inset space \textvisiblespace{}
10847 \end_inset
10848
10849 A=B
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \backslash
10874 underleftarrow
10875 \begin_inset space \textvisiblespace{}
10876 \end_inset
10877
10878 A=B
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \backslash
10903 overleftrightarrow
10904 \begin_inset space \textvisiblespace{}
10905 \end_inset
10906
10907 A=B
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10917 \end_inset
10918
10919
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \backslash
10932 underleftrightarrow
10933 \begin_inset space \textvisiblespace{}
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \begin_inset space \hfill{}
10960 \end_inset
10961
10962
10963 \begin_inset Tabular
10964 <lyxtabular version="3" rows="5" columns="2">
10965 <features tabularvalignment="middle">
10966 <column alignment="center" valignment="top" width="0pt">
10967 <column alignment="center" valignment="top" width="0pt">
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" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 出力
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \backslash
10995 overrightarrow
10996 \begin_inset space \textvisiblespace{}
10997 \end_inset
10998
10999 A=B
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \backslash
11024 underrightarrow
11025 \begin_inset space \textvisiblespace{}
11026 \end_inset
11027
11028 A=B
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11038 \end_inset
11039
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \backslash
11053 widetilde
11054 \begin_inset space \textvisiblespace{}
11055 \end_inset
11056
11057 A=B
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11067 \end_inset
11068
11069
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 </row>
11075 <row>
11076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \backslash
11082 widehat
11083 \begin_inset space \textvisiblespace{}
11084 \end_inset
11085
11086 A=B
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11096 \end_inset
11097
11098
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 </lyxtabular>
11105
11106 \end_inset
11107
11108
11109 \begin_inset space \hfill{}
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Standard
11116 \begin_inset VSpace medskip
11117 \end_inset
11118
11119 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
11120 \series bold
11121
11122 \backslash
11123 widetilde
11124 \series default
11125 および
11126 \series bold
11127
11128 \backslash
11129 widehat
11130 \series default
11131 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
11132 \begin_inset Formula 
11133 \[
11134 \widetilde{A+B=C-D}
11135 \]
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Standard
11143 前小節で述べた
11144 \series bold
11145
11146 \backslash
11147 overset
11148 \series default
11149
11150 \begin_inset Index idx
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154 こまんど@コマンド ! O ! 
11155 \backslash
11156 overset
11157 \end_layout
11158
11159 \end_inset
11160
11161 コマンドと
11162 \series bold
11163
11164 \backslash
11165 underset
11166 \series default
11167
11168 \begin_inset Index idx
11169 status collapsed
11170
11171 \begin_layout Plain Layout
11172 こまんど@コマンド ! U ! 
11173 \backslash
11174 underset
11175 \end_layout
11176
11177 \end_inset
11178
11179 コマンドを使っても、複数の文字にアクセントを付けることができます。
11180 \series bold
11181
11182 \backslash
11183 underset
11184 \begin_inset space \textvisiblespace{}
11185 \end_inset
11186
11187 A=B
11188 \begin_inset Formula $\downarrow$
11189 \end_inset
11190
11191 ***
11192 \series default
11193 というコマンドは、
11194 \begin_inset Formula 
11195 \[
11196 \underset{***}{A=B}
11197 \]
11198
11199 \end_inset
11200
11201 のようになります。
11202 \end_layout
11203
11204 \begin_layout Section
11205 空白
11206 \begin_inset CommandInset label
11207 LatexCommand label
11208 name "subsec:空白"
11209
11210 \end_inset
11211
11212
11213 \begin_inset Index idx
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217 くうはく@空白 ! すいへい@水平
11218 \begin_inset space \thinspace{}
11219 \end_inset
11220
11221 ——
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Subsection
11230 定義済みの空白
11231 \begin_inset CommandInset label
11232 LatexCommand label
11233 name "subsec:定義済みの空白"
11234
11235 \end_inset
11236
11237
11238 \begin_inset Index idx
11239 status collapsed
11240
11241 \begin_layout Plain Layout
11242 くうはく@空白 ! すいへい@水平
11243 \begin_inset space \thinspace{}
11244 \end_inset
11245
11246 —— ! ていぎずみ@定義済み
11247 \end_layout
11248
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \begin_layout Standard
11255 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
11256 \begin_inset Flex Ruby
11257 status collapsed
11258
11259 \begin_layout Plain Layout
11260 捷径
11261 \begin_inset Argument post:1
11262 status collapsed
11263
11264 \begin_layout Plain Layout
11265 ショートカット
11266 \end_layout
11267
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \end_inset
11274
11275
11276 \begin_inset Info
11277 type  "shortcut"
11278 arg   "command-alternatives space-insert protected ; math-space"
11279 \end_inset
11280
11281 )を挿入することで実現できます。「
11282 \color blue
11283
11284 \begin_inset space \textvisiblespace{}
11285 \end_inset
11286
11287
11288 \color inherit
11289 」が現れるので、
11290 \family sans
11291 Space
11292 \family default
11293 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11294 \begin_inset Info
11295 type  "icon"
11296 arg   "math-insert \\space"
11297 \end_inset
11298
11299 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11300 \family sans
11301 Space
11302 \family default
11303 を押すことによって、長さを変更することができます。
11304 \begin_inset Separator parbreak
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \noindent
11312 \align center
11313 \begin_inset Tabular
11314 <lyxtabular version="3" rows="6" columns="3">
11315 <features tabularvalignment="middle">
11316 <column alignment="center" valignment="top">
11317 <column alignment="center" valignment="top" width="15col%">
11318 <column alignment="center" valignment="top">
11319 <row>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 コマンド
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 保護された空白を挿入したのち、
11334 \family sans
11335 Space
11336 \family default
11337 を叩く回数
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 出力
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 ,
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 0
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Formula $A\,B$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 <row>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391
11392 \backslash
11393 :
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 1
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\:B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425
11426 \backslash
11427 ;
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 2
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A\;B$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459
11460 \backslash
11461 quad
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 3
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\quad B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493
11494 \backslash
11495 qquad
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 4
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset Formula $A\qquad B$
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 </lyxtabular>
11523
11524 \end_inset
11525
11526
11527 \begin_inset space \hfill{}
11528 \end_inset
11529
11530
11531 \begin_inset Tabular
11532 <lyxtabular version="3" rows="6" columns="3">
11533 <features tabularvalignment="middle">
11534 <column alignment="center" valignment="top">
11535 <column alignment="center" valignment="top" width="15col%">
11536 <column alignment="center" valignment="top">
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 コマンド
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 保護された空白を挿入したのち、
11552 \family sans
11553 Space
11554 \family default
11555 を叩く回数
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 出力
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575
11576 \backslash
11577 hfill
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 5
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 \begin_inset Formula $A\hfill B$
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row>
11605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \backslash
11611 hspace*{1em}
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 6
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 \begin_inset Formula $A\hspace*{1em}B$
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643
11644 \backslash
11645 hspace{1em}
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 7
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 \begin_inset Formula $A\hspace{1em}B$
11664 \end_inset
11665
11666
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 <row>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677
11678 \backslash
11679
11680 \begin_inset space \textvisiblespace{}
11681 \end_inset
11682
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 8
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 \begin_inset Formula $A\ B$
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \backslash
11717 !
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 9
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 \begin_inset Formula $A\!B$
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 </lyxtabular>
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Standard
11752 5
11753 \lang english
11754
11755 \begin_inset space \thinspace{}
11756 \end_inset
11757
11758
11759 \lang japanese
11760
11761 \lang english
11762
11763 \begin_inset space \thinspace{}
11764 \end_inset
11765
11766
11767 \lang japanese
11768 7回
11769 \family sans
11770 Space
11771 \family default
11772 を押した場合は、第
11773 \begin_inset CommandInset ref
11774 LatexCommand ref
11775 reference "subsec:可変長の空白"
11776
11777 \end_inset
11778
11779 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11780 中では赤で表示さ
11781 れます。以下のように、他にもう二つ、負の長さの空白があります。
11782 \begin_inset Separator parbreak
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="3" columns="3">
11792 <features tabularvalignment="middle">
11793 <column alignment="center" valignment="middle" width="6.8cm">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <column alignment="center" valignment="top" width="0pt">
11796 <row>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 コマンド
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810
11811 \backslash
11812 negmedspace
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821
11822 \backslash
11823 negthickspace
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 <row>
11830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 保護された空白を挿入したのち、
11835 \family sans
11836 Space
11837 \family default
11838 を叩く回数
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 10
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 11
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 出力
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 \begin_inset Formula $A\negmedspace B$
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 \begin_inset Formula $A\negthickspace B$
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 </lyxtabular>
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Standard
11905 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11906 \begin_inset Separator parbreak
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 \align center
11914 \begin_inset Tabular
11915 <lyxtabular version="3" rows="3" columns="2">
11916 <features tabularvalignment="middle">
11917 <column alignment="center" valignment="top">
11918 <column alignment="center" valignment="top">
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 コマンド
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 出力
11934 \begin_inset Note Note
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 ここで
11939 \series bold
11940
11941 \backslash
11942 raisebox
11943 \series default
11944 はスペーサーとして使用しているだけです。
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960
11961 \backslash
11962 sum
11963 \backslash
11964 sum
11965 \begin_inset space \textvisiblespace{}
11966 \end_inset
11967
11968 f_kl
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991
11992 \backslash
11993 sum
11994 \backslash
11995 negmedspace
11996 \backslash
11997 sum
11998 \begin_inset space \textvisiblespace{}
11999 \end_inset
12000
12001 f_kl
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 </row>
12019 </lyxtabular>
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Standard
12027 \noindent
12028 \begin_inset VSpace medskip
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \noindent
12036 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
12037 括弧で囲みます。以下の例にこれを示します。
12038 \begin_inset Separator parbreak
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 \align center
12046 \begin_inset Tabular
12047 <lyxtabular version="3" rows="2" columns="2">
12048 <features tabularvalignment="middle">
12049 <column alignment="center" valignment="top" width="0pt">
12050 <column alignment="center" valignment="top" width="0pt">
12051 <row>
12052 <cell alignment="center" valignment="top" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 通常の数式
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 \begin_inset Formula $A=B$
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 </row>
12074 <row>
12075 <cell alignment="center" valignment="top" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 \begin_inset Note Note
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083 ここで
12084 \series bold
12085
12086 \backslash
12087 raisebox
12088 \series default
12089 はスペーサーとして使用しているだけです。
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \begin_inset Formula $\raisebox{5mm}{}$
12096 \end_inset
12097
12098 空白なしの数式
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 \begin_inset Formula $A{=}B$
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 </lyxtabular>
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Standard
12124 \noindent
12125 二行目の数式を作るコマンドは、
12126 \series bold
12127 A
12128 \backslash
12129 {=
12130 \begin_inset Formula $\to$
12131 \end_inset
12132
12133 B
12134 \series default
12135 です。
12136 \end_layout
12137
12138 \begin_layout Standard
12139 \begin_inset VSpace bigskip
12140 \end_inset
12141
12142 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
12143 整形\SpecialChar menuseparator
12144 小空白メニュー(
12145 \begin_inset Flex Ruby
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 捷径
12150 \begin_inset Argument post:1
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154 ショートカット
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset Info
12166 type  "shortcut"
12167 arg   "space-insert thin"
12168 \end_inset
12169
12170 )で、最小の空白を挿入することができます。
12171 \end_layout
12172
12173 \begin_layout Standard
12174 違いを示す例を以下に掲げます。
12175 \end_layout
12176
12177 \begin_layout Standard
12178 \begin_inset Tabular
12179 <lyxtabular version="3" rows="2" columns="2">
12180 <features tabularvalignment="middle">
12181 <column alignment="left" valignment="top">
12182 <column alignment="left" valignment="top">
12183 <row>
12184 <cell alignment="center" valignment="top" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 24 kW
12189 \begin_inset Formula $\cdot$
12190 \end_inset
12191
12192 h
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 値と単位のあいだに通常の空白を入れた例
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 </row>
12207 <row>
12208 <cell alignment="center" valignment="top" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 24
12213 \begin_inset space \thinspace{}
12214 \end_inset
12215
12216 kW
12217 \begin_inset Formula $\cdot$
12218 \end_inset
12219
12220 h
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 値と単位のあいだに最小の空白を入れた例
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 </lyxtabular>
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Subsection
12243 可変長の空白
12244 \begin_inset ERT
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248
12249
12250 \backslash
12251 texorpdfstring{
12252 \end_layout
12253
12254 \end_inset
12255
12256
12257 \begin_inset Foot
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 数式中の垂直方向の空白については、第
12262 \begin_inset CommandInset ref
12263 LatexCommand ref
12264 reference "subsec:行間"
12265
12266 \end_inset
12267
12268 節をご覧下さい。
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \begin_inset ERT
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278
12279 }{}
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \begin_inset Note Note
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290 \backslash
12291 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
12292 \end_layout
12293
12294 \begin_layout Plain Layout
12295
12296 \backslash
12297 texorpdfstringについての詳細は、第
12298 \begin_inset CommandInset ref
12299 LatexCommand ref
12300 reference "subsec:節見出し中の数式"
12301
12302 \end_inset
12303
12304 節にあります。
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \begin_inset CommandInset label
12311 LatexCommand label
12312 name "subsec:可変長の空白"
12313
12314 \end_inset
12315
12316
12317 \begin_inset Index idx
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321 くうはく@空白 ! すいへい@水平
12322 \begin_inset space \thinspace{}
12323 \end_inset
12324
12325 —— ! かへんちょう@可変長
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Standard
12334 指定した長さの空白が、
12335 \series bold
12336
12337 \backslash
12338 hspace
12339 \series default
12340
12341 \begin_inset Index idx
12342 status collapsed
12343
12344 \begin_layout Plain Layout
12345 こまんど@コマンド ! H ! 
12346 \backslash
12347 hspace
12348 \end_layout
12349
12350 \end_inset
12351
12352 コマンドで入力することができます。すると、ながい「
12353 \color blue
12354
12355 \begin_inset space \textvisiblespace{}
12356 \end_inset
12357
12358
12359 \color inherit
12360 」が現れます。長さは、「
12361 \color blue
12362
12363 \begin_inset space \textvisiblespace{}
12364 \end_inset
12365
12366
12367 \color inherit
12368 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
12369 させたいときには、
12370 \series bold
12371
12372 \backslash
12373 hspace
12374 \series default
12375 コマンドの代わりに
12376 \series bold
12377
12378 \backslash
12379 hspace*
12380 \series default
12381 コマンドを使用するか、「
12382 \color blue
12383 \lang english
12384
12385 \begin_inset space \textvisiblespace{}
12386 \end_inset
12387
12388
12389 \color inherit
12390 \lang japanese
12391 」の上を左クリックして、
12392 \family sans
12393 保護
12394 \family default
12395 オプションをチェックしてください。
12396 \begin_inset Newline newline
12397 \end_inset
12398
12399 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
12400 \series bold
12401
12402 \backslash
12403 hfill
12404 \series default
12405
12406 \begin_inset Index idx
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 こまんど@コマンド ! H ! 
12411 \backslash
12412 hfill
12413 \end_layout
12414
12415 \end_inset
12416
12417 コマンドを使用します。
12418 \end_layout
12419
12420 \begin_layout Standard
12421 \begin_inset VSpace -1mm
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \begin_layout Standard
12428 \align center
12429 \begin_inset Tabular
12430 <lyxtabular version="3" rows="4" columns="2">
12431 <features tabularvalignment="middle">
12432 <column alignment="center" valignment="top">
12433 <column alignment="center" valignment="top">
12434 <row>
12435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 コマンド(
12440 \backslash
12441 hspace 長さ)
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 出力
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 </row>
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 A=B
12462 \backslash
12463 hspace
12464 \begin_inset space \textvisiblespace{}
12465 \end_inset
12466
12467 A
12468 \backslash
12469 not=C (3
12470 \begin_inset space \thinspace{}
12471 \end_inset
12472
12473 cm)
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 </row>
12491 <row>
12492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 A
12497 \backslash
12498 hspace
12499 \begin_inset space \textvisiblespace{}
12500 \end_inset
12501
12502 A
12503 \backslash
12504 not=A (-1
12505 \begin_inset space \thinspace{}
12506 \end_inset
12507
12508 mm)
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 </row>
12526 <row>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 A=A
12532 \backslash
12533 hfill
12534 \begin_inset space \textvisiblespace{}
12535 \end_inset
12536
12537 B=B
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 \begin_inset Formula $A=A\hfill B=B$
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 </row>
12555 </lyxtabular>
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12564 \series bold
12565
12566 \backslash
12567 hfill
12568 \series default
12569 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12570 \series bold
12571
12572 \backslash
12573 hfill
12574 \series default
12575 は、別行立て数式中では、
12576 \series bold
12577 行頭下げ
12578 \series default
12579 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12580 \begin_inset CommandInset ref
12581 LatexCommand ref
12582 reference "sec:数式様式"
12583
12584 \end_inset
12585
12586 節で説明されています)。
12587 \end_layout
12588
12589 \begin_layout Standard
12590
12591 \series bold
12592
12593 \backslash
12594 hfill
12595 \series default
12596 の他にも、空白を模様で埋める
12597 \series bold
12598
12599 \backslash
12600 dotfill
12601 \series default
12602
12603 \series bold
12604
12605 \backslash
12606 hrulefill
12607 \series default
12608 といったコマンドがあります。用例については第
12609 \begin_inset CommandInset ref
12610 LatexCommand ref
12611 reference "subsec:省略符号"
12612
12613 \end_inset
12614
12615 節をご参照下さい。
12616 \end_layout
12617
12618 \begin_layout Standard
12619 本文中では、可変長空白は、
12620 \family sans
12621 挿入\SpecialChar menuseparator
12622 整形\SpecialChar menuseparator
12623 水平方向の空白
12624 \family default
12625 メニューで挿入することができます。
12626 \end_layout
12627
12628 \begin_layout Standard
12629 (例)
12630 \end_layout
12631
12632 \begin_layout Standard
12633 この行には、
12634 \begin_inset space \hspace{}
12635 \length 2cm
12636 \end_inset
12637
12638 2
12639 \begin_inset space \thinspace{}
12640 \end_inset
12641
12642 cmの空白が入っています。
12643 \end_layout
12644
12645 \begin_layout Standard
12646 この行には、
12647 \begin_inset space \hfill{}
12648 \end_inset
12649
12650 最大の空白が入っています。
12651 \end_layout
12652
12653 \begin_layout Subsection
12654 行内数式周りの空白
12655 \begin_inset Index idx
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12660 \end_layout
12661
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \begin_layout Standard
12668 行内数式前後の空白は、長さ
12669 \series bold
12670
12671 \backslash
12672 mathsurround
12673 \begin_inset Index idx
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677 こまんど@コマンド ! M ! 
12678 \backslash
12679 mathsurround
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \series default
12686 を使って調節することができます。長さの値は、以下の書式を持つ
12687 \series bold
12688
12689 \backslash
12690 setlength
12691 \begin_inset Index idx
12692 status collapsed
12693
12694 \begin_layout Plain Layout
12695 こまんど@コマンド ! S ! 
12696 \backslash
12697 setlength
12698 \end_layout
12699
12700 \end_inset
12701
12702
12703 \series default
12704 コマンドを使って設定することができます。
12705 \end_layout
12706
12707 \begin_layout Standard
12708
12709 \series bold
12710
12711 \backslash
12712 setlength{長さ名}{値}
12713 \end_layout
12714
12715 \begin_layout Standard
12716
12717 \series bold
12718
12719 \backslash
12720 mathsurround
12721 \series default
12722 を5
12723 \begin_inset space \thinspace{}
12724 \end_inset
12725
12726 mmの値に設定するには、以下のコマンド
12727 \end_layout
12728
12729 \begin_layout Standard
12730
12731 \series bold
12732
12733 \backslash
12734 setlength{
12735 \backslash
12736 mathsurround}{5mm}
12737 \end_layout
12738
12739 \begin_layout Standard
12740 を\SpecialChar TeX
12741 モードで挿入します。すると、5
12742 \begin_inset space \thinspace{}
12743 \end_inset
12744
12745 mmの空白がすべての行内数式の前後に設定されることになります。
12746 \begin_inset ERT
12747 status collapsed
12748
12749 \begin_layout Plain Layout
12750
12751
12752 \backslash
12753 setlength{
12754 \backslash
12755 mathsurround}{5mm}
12756 \end_layout
12757
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \begin_layout Standard
12764 この行には、周囲に5
12765 \begin_inset space \thinspace{}
12766 \end_inset
12767
12768 mmの余白を設定した行内数式
12769 \begin_inset Formula $A=B$
12770 \end_inset
12771
12772 があります。
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 setlength{
12781 \backslash
12782 mathsurround}{0pt}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \end_layout
12789
12790 \begin_layout Standard
12791 既定値に戻すには、
12792 \series bold
12793
12794 \backslash
12795 mathsurround
12796 \series default
12797 を0
12798 \begin_inset space \thinspace{}
12799 \end_inset
12800
12801 ptの値に戻して下さい。
12802 \end_layout
12803
12804 \begin_layout Section
12805 ボックスと枠
12806 \begin_inset Index idx
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810 ぼっくす@ボックス
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \begin_inset Index idx
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820 わく@枠
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826 |see{
12827 \end_layout
12828
12829 \end_inset
12830
12831 ボックス
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837 }
12838 \end_layout
12839
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \begin_layout Standard
12851 本文中のボックスについては、取扱説明書
12852 \family typewriter
12853 埋め込みオブジェクト篇
12854 \family default
12855
12856 \family typewriter
12857 ボックス
12858 \family default
12859 の章に述べられています。
12860 \end_layout
12861
12862 \begin_layout Subsection
12863 枠付きボックス
12864 \begin_inset CommandInset label
12865 LatexCommand label
12866 name "subsec:枠付きボックス"
12867
12868 \end_inset
12869
12870
12871 \begin_inset Index idx
12872 status collapsed
12873
12874 \begin_layout Plain Layout
12875 ぼっくす@ボックス ! わくつき@枠付き
12876 \begin_inset space \thinspace{}
12877 \end_inset
12878
12879 ——
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888
12889 \series bold
12890
12891 \backslash
12892 fbox
12893 \series default
12894
12895 \begin_inset Index idx
12896 status collapsed
12897
12898 \begin_layout Plain Layout
12899 こまんど@コマンド ! F ! 
12900 \backslash
12901 fbox
12902 \end_layout
12903
12904 \end_inset
12905
12906 コマンドや
12907 \series bold
12908
12909 \backslash
12910 boxed
12911 \series default
12912
12913 \begin_inset Index idx
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917 こまんど@コマンド ! B ! 
12918 \backslash
12919 boxed
12920 \end_layout
12921
12922 \end_inset
12923
12924 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12925 \end_layout
12926
12927 \begin_layout Standard
12928 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12929 \series bold
12930
12931 \backslash
12932 fbox
12933 \series default
12934 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12935 \family sans
12936 Ctrl+M
12937 \family default
12938 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12939 \series bold
12940
12941 \backslash
12942 boxed
12943 \series default
12944 を使った場合には、新しい数式が自動的に枠内に作られます。
12945 \end_layout
12946
12947 \begin_layout Standard
12948
12949 \series bold
12950
12951 \backslash
12952 fbox
12953 \series default
12954 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12955 \series bold
12956
12957 \backslash
12958 boxed
12959 \series default
12960 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12961 \end_layout
12962
12963 \begin_layout Standard
12964
12965 \series bold
12966
12967 \backslash
12968 fbox
12969 \series default
12970 の拡張として、枠幅と配置も指定することができる
12971 \series bold
12972
12973 \backslash
12974 framebox
12975 \series default
12976
12977 \begin_inset Index idx
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981 こまんど@コマンド ! F ! 
12982 \backslash
12983 framebox
12984 \end_layout
12985
12986 \end_inset
12987
12988 コマンドがあります。
12989 \series bold
12990
12991 \backslash
12992 framebox
12993 \series default
12994 は、以下の書式を持ちます。
12995 \end_layout
12996
12997 \begin_layout Standard
12998
12999 \series bold
13000
13001 \backslash
13002 framebox[枠幅][位置]{ボックスの内容}
13003 \end_layout
13004
13005 \begin_layout Standard
13006 「位置」は、
13007 \emph on
13008 l
13009 \emph default
13010
13011 \emph on
13012 r
13013 \emph default
13014 の値をとります。
13015 \emph on
13016 l
13017 \emph default
13018 は、ボックス中で数式を左寄せ、
13019 \emph on
13020 r
13021 \emph default
13022 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
13023 \begin_inset Newline newline
13024 \end_inset
13025
13026 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
13027 \series bold
13028
13029 \backslash
13030 fbox
13031 \series default
13032 と同様、枠幅がボックスの内容に応じて調節されるのです。
13033 \end_layout
13034
13035 \begin_layout Standard
13036
13037 \series bold
13038
13039 \backslash
13040 framebox
13041 \series default
13042 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
13043 \series bold
13044
13045 \backslash
13046 fbox
13047 \series default
13048 同様、数式の断片を入れるためのものです。
13049 \begin_inset Separator parbreak
13050 \end_inset
13051
13052
13053 \end_layout
13054
13055 \begin_layout Standard
13056 \align center
13057 \begin_inset Tabular
13058 <lyxtabular version="3" rows="5" columns="2">
13059 <features tabularvalignment="middle">
13060 <column alignment="center" valignment="top">
13061 <column alignment="center" valignment="top">
13062 <row>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 コマンド
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 出力
13077 \begin_inset Note Note
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081 ここで
13082 \series bold
13083
13084 \backslash
13085 raisebox
13086 \series default
13087 はスペーサーとして使用しているだけです。
13088 \end_layout
13089
13090 \end_inset
13091
13092
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 </row>
13098 <row>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103
13104 \backslash
13105 fbox
13106 \begin_inset space \textvisiblespace{}
13107 \end_inset
13108
13109
13110 \family sans
13111 Ctrl+M
13112 \family default
13113  
13114 \backslash
13115 int
13116 \begin_inset space \textvisiblespace{}
13117 \end_inset
13118
13119 A=B
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row>
13138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142
13143 \backslash
13144 boxed
13145 \begin_inset space \textvisiblespace{}
13146 \end_inset
13147
13148
13149 \backslash
13150 int
13151 \begin_inset space \textvisiblespace{}
13152 \end_inset
13153
13154 A=B
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 A+
13178 \backslash
13179 fbox
13180 \begin_inset space \textvisiblespace{}
13181 \end_inset
13182
13183 B
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206
13207 \backslash
13208 framebox
13209 \begin_inset space \textvisiblespace{}
13210 \end_inset
13211
13212 20mm
13213 \begin_inset Formula $\to$
13214 \end_inset
13215
13216
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \family sans
13222 Ctrl+M
13223 \family default
13224  
13225 \backslash
13226 frac
13227 \begin_inset space \textvisiblespace{}
13228 \end_inset
13229
13230 A
13231 \begin_inset Formula $\downarrow$
13232 \end_inset
13233
13234 B
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 \begin_inset Formula $\raisebox{6mm}{}$
13244 \end_inset
13245
13246
13247 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13248 \end_inset
13249
13250
13251 \begin_inset Formula $\raisebox{-4mm}{}$
13252 \end_inset
13253
13254
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 </lyxtabular>
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
13269 モードで挿入しなくてはなりません。
13270 \end_layout
13271
13272 \begin_layout Standard
13273
13274 \series bold
13275
13276 \backslash
13277 fboxrule
13278 \series default
13279  
13280 \series bold
13281
13282 \begin_inset Quotes eld
13283 \end_inset
13284
13285 厚み
13286 \begin_inset Quotes erd
13287 \end_inset
13288
13289
13290 \series default
13291  
13292 \series bold
13293
13294 \backslash
13295 fboxsep
13296 \series default
13297  
13298 \series bold
13299
13300 \begin_inset Quotes eld
13301 \end_inset
13302
13303 距離
13304 \begin_inset Quotes erd
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \begin_layout Standard
13311 \begin_inset Quotes eld
13312 \end_inset
13313
13314 距離
13315 \begin_inset Quotes erd
13316 \end_inset
13317
13318 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
13319 \begin_inset ERT
13320 status collapsed
13321
13322 \begin_layout Plain Layout
13323
13324
13325 \backslash
13326 fboxrule 2mm 
13327 \backslash
13328 fboxsep 3mm
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \begin_inset Formula 
13335 \[
13336 \boxed{A+B=C}
13337 \]
13338
13339 \end_inset
13340
13341 この数式の直前には、
13342 \end_layout
13343
13344 \begin_layout Standard
13345
13346 \series bold
13347
13348 \backslash
13349 fboxrule
13350 \series default
13351  
13352 \series bold
13353 2mm
13354 \series default
13355  
13356 \series bold
13357
13358 \backslash
13359 fboxsep
13360 \series default
13361  
13362 \series bold
13363 3mm
13364 \end_layout
13365
13366 \begin_layout Standard
13367 というコマンドが、\SpecialChar TeX
13368 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
13369 \end_layout
13370
13371 \begin_layout Standard
13372 標準の枠寸法に戻すには、
13373 \end_layout
13374
13375 \begin_layout Standard
13376
13377 \series bold
13378
13379 \backslash
13380 fboxrule
13381 \series default
13382  
13383 \series bold
13384 0.4pt
13385 \series default
13386  
13387 \series bold
13388
13389 \backslash
13390 fboxsep
13391 \series default
13392  
13393 \series bold
13394 3pt
13395 \series default
13396
13397 \begin_inset ERT
13398 status collapsed
13399
13400 \begin_layout Plain Layout
13401
13402
13403 \backslash
13404 fboxrule 0.4pt 
13405 \backslash
13406 fboxsep 3pt
13407 \end_layout
13408
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 というコマンドを、次の数式が始まる前に\SpecialChar TeX
13416 モードで挿入しておきます。
13417 \end_layout
13418
13419 \begin_layout Subsection
13420 枠なしボックス
13421 \begin_inset CommandInset label
13422 LatexCommand label
13423 name "subsec:枠なしボックス"
13424
13425 \end_inset
13426
13427
13428 \begin_inset Index idx
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432 ぼっくす@ボックス ! わくなし@枠なし
13433 \begin_inset space \thinspace{}
13434 \end_inset
13435
13436 ——
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 枠のないボックスを作るには、
13446 \series bold
13447
13448 \backslash
13449 mbox
13450 \series default
13451
13452 \begin_inset Index idx
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456 こまんど@コマンド ! M ! 
13457 \backslash
13458 mbox
13459 \end_layout
13460
13461 \end_inset
13462
13463
13464 \series bold
13465
13466 \backslash
13467 makebox
13468 \series default
13469
13470 \begin_inset Index idx
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474 こまんど@コマンド ! M ! 
13475 \backslash
13476 makebox
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \series bold
13483
13484 \backslash
13485 raisebox
13486 \series default
13487
13488 \begin_inset Index idx
13489 status collapsed
13490
13491 \begin_layout Plain Layout
13492 こまんど@コマンド ! R ! 
13493 \backslash
13494 raisebox
13495 \end_layout
13496
13497 \end_inset
13498
13499 の三つのコマンドがあります。
13500 \end_layout
13501
13502 \begin_layout Standard
13503
13504 \series bold
13505
13506 \backslash
13507 raisebox
13508 \series default
13509 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13510 \series bold
13511
13512 \backslash
13513 raisebox
13514 \series default
13515 は、以下の書式で用いられます。
13516 \end_layout
13517
13518 \begin_layout Standard
13519
13520 \series bold
13521
13522 \backslash
13523 raisebox{高さ}{ボックスの内容}
13524 \end_layout
13525
13526 \begin_layout Standard
13527
13528 \series bold
13529
13530 \backslash
13531 fbox
13532 \series default
13533 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13534 \begin_inset Note Greyedout
13535 status open
13536
13537 \begin_layout Plain Layout
13538
13539 \series bold
13540 【註】
13541 \series default
13542 下の最後の
13543 \series bold
13544
13545 \backslash
13546 raisebox
13547 \series default
13548 のところで、
13549 \family sans
13550 Ctrl+M
13551 \family default
13552 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
13553
13554 \series bold
13555
13556 \backslash
13557 raisebox
13558 \series default
13559 を直接サポートしていないためです。
13560 \end_layout
13561
13562 \end_inset
13563
13564
13565 \begin_inset Separator parbreak
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Standard
13572 \align center
13573 \begin_inset Tabular
13574 <lyxtabular version="3" rows="4" columns="2">
13575 <features tabularvalignment="middle">
13576 <column alignment="center" valignment="top">
13577 <column alignment="center" valignment="top">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 コマンド
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 出力
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 H
13604 \backslash
13605 raisebox{2mm
13606 \begin_inset Formula $\to$
13607 \end_inset
13608
13609
13610 \backslash
13611 {al
13612 \begin_inset Formula $\to$
13613 \end_inset
13614
13615  lo
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 <row>
13634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 H
13639 \backslash
13640 raisebox{-2mm
13641 \begin_inset Formula $\to$
13642 \end_inset
13643
13644
13645 \backslash
13646 {al
13647 \begin_inset Formula $\to$
13648 \end_inset
13649
13650 lo
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 </row>
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 A=
13674 \backslash
13675 raisebox{-2mm
13676 \begin_inset Formula $\to$
13677 \end_inset
13678
13679
13680 \backslash
13681 {
13682 \family sans
13683 Ctrl+M Ctrl+M
13684 \family default
13685  
13686 \backslash
13687 sqrt
13688 \begin_inset space \textvisiblespace{}
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 </row>
13709 </lyxtabular>
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 枠がないことを除けば、
13718 \series bold
13719
13720 \backslash
13721 mbox
13722 \series default
13723 コマンドは
13724 \series bold
13725
13726 \backslash
13727 fbox
13728 \series default
13729 と同じであり、
13730 \series bold
13731
13732 \backslash
13733 makebox
13734 \series default
13735
13736 \series bold
13737
13738 \backslash
13739 framebox
13740 \series default
13741 と同じです。
13742 \end_layout
13743
13744 \begin_layout Subsection
13745 色付きボックス
13746 \begin_inset CommandInset label
13747 LatexCommand label
13748 name "subsec:色付きボックス"
13749
13750 \end_inset
13751
13752
13753 \begin_inset Index idx
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757 ぼっくす@ボックス ! いろつき@色付き
13758 \begin_inset space \thinspace{}
13759 \end_inset
13760
13761 ——
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \begin_layout Standard
13770 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13771 プリアンブルに
13772 \end_layout
13773
13774 \begin_layout Standard
13775
13776 \series bold
13777
13778 \backslash
13779 usepackage{color}
13780 \end_layout
13781
13782 \begin_layout Standard
13783 という行
13784 \begin_inset Foot
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13789 は、自動的に\SpecialChar LaTeX
13790 パッケージ
13791 \series bold
13792 color
13793 \series default
13794 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \begin_inset Note Note
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13805 プリアンブルにマクロを挿入してあります。
13806 \end_layout
13807
13808 \end_inset
13809
13810 を書き加えて、\SpecialChar LaTeX
13811 パッケージの
13812 \series bold
13813 color
13814 \series default
13815
13816 \begin_inset Foot
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820 \SpecialChar LaTeX
13821 パッケージ
13822 \series bold
13823 color
13824 \series default
13825 は、すべての標準的な\SpecialChar LaTeX
13826 頒布版に含まれています。
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \begin_inset Index idx
13833 status collapsed
13834
13835 \begin_layout Plain Layout
13836 ぱっけーじ@パッケージ ! color
13837 \end_layout
13838
13839 \end_inset
13840
13841 を読み込む必要があります。
13842 \end_layout
13843
13844 \begin_layout Standard
13845 \begin_inset VSpace medskip
13846 \end_inset
13847
13848 ボックスに色を付けるには、
13849 \series bold
13850
13851 \backslash
13852 colorbox
13853 \series default
13854
13855 \begin_inset Index idx
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859 こまんど@コマンド ! C ! 
13860 \backslash
13861 colorbox
13862 \end_layout
13863
13864 \end_inset
13865
13866 コマンドを以下の書式で使用します。
13867 \end_layout
13868
13869 \begin_layout Standard
13870
13871 \series bold
13872
13873 \backslash
13874 colorbox{色}{ボックスの内容}
13875 \end_layout
13876
13877 \begin_layout Standard
13878 ボックスの内容には、別のボックスが含まれても構いませんし、
13879 \series bold
13880
13881 \backslash
13882 colorbox
13883 \series default
13884 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13885 \series bold
13886
13887 \backslash
13888 raisebox
13889 \series default
13890 と同様、明示的に数式を作らなくてはなりません
13891 \begin_inset Foot
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895 これは、
13896 \series bold
13897
13898 \backslash
13899 fcolorbox
13900 \series default
13901 コマンドにも当てはまります。
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Standard
13910 選択できる定義済みの色としては、
13911 \end_layout
13912
13913 \begin_layout Standard
13914
13915 \series bold
13916 black
13917 \series default
13918 (黒)・
13919 \series bold
13920 blue
13921 \series default
13922 (青)・
13923 \series bold
13924 cyan
13925 \series default
13926 (シアン)・
13927 \series bold
13928 green
13929 \series default
13930 (緑)・
13931 \series bold
13932 magenta
13933 \series default
13934 (マゼンタ)・
13935 \series bold
13936 red
13937 \series default
13938 (赤)・
13939 \series bold
13940 white
13941 \series default
13942 (白)・
13943 \series bold
13944 yellow
13945 \series default
13946 (黄)
13947 \end_layout
13948
13949 \begin_layout Standard
13950 があります。
13951 \begin_inset Separator parbreak
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \begin_layout Standard
13958 \align center
13959 \begin_inset Tabular
13960 <lyxtabular version="3" rows="4" columns="2">
13961 <features tabularvalignment="middle">
13962 <column alignment="center" valignment="top">
13963 <column alignment="center" valignment="top">
13964 <row>
13965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 コマンド
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 出力
13979 \begin_inset Note Note
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983 ここで
13984 \series bold
13985
13986 \backslash
13987 raisebox
13988 \series default
13989 はスペーサーとして使用しているだけです。
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005
14006 \backslash
14007 colorbox{yellow
14008 \begin_inset Formula $\to$
14009 \end_inset
14010
14011
14012 \backslash
14013 {A=B
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036
14037 \backslash
14038 colorbox{green
14039 \begin_inset Formula $\to$
14040 \end_inset
14041
14042
14043 \backslash
14044 {
14045 \backslash
14046 fbox
14047 \begin_inset space \textvisiblespace{}
14048 \end_inset
14049
14050 A=B
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 </row>
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073
14074 \backslash
14075 fbox
14076 \begin_inset space \textvisiblespace{}
14077 \end_inset
14078
14079
14080 \backslash
14081 colorbox{green
14082 \begin_inset Formula $\to$
14083 \end_inset
14084
14085
14086 \backslash
14087 {
14088 \family sans
14089 Ctrl+M
14090 \family default
14091  
14092 \family sans
14093 Ctrl+M
14094 \family default
14095  
14096 \backslash
14097 int
14098 \begin_inset space \textvisiblespace{}
14099 \end_inset
14100
14101 C=D
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 </lyxtabular>
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129
14130 \backslash
14131 colorbox
14132 \series default
14133 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
14134 \family sans
14135 文字様式
14136 \family default
14137 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
14138 \begin_inset Info
14139 type  "icon"
14140 arg   "dialog-show character"
14141 \end_inset
14142
14143
14144 \family sans
14145 編集\SpecialChar menuseparator
14146 文字様式\SpecialChar menuseparator
14147 任意設定
14148 \family default
14149 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 たとえば、
14155 \end_layout
14156
14157 \begin_layout Standard
14158
14159 \color red
14160 \begin_inset Formula 
14161 \begin{equation}
14162 \int A=B\label{eq:red}
14163 \end{equation}
14164
14165 \end_inset
14166
14167
14168 \color green
14169
14170 \begin_inset Formula 
14171 \begin{equation}
14172 \textcolor{red}{\int A=B}\label{eq:redgreen}
14173 \end{equation}
14174
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \begin_layout Standard
14181 数式
14182 \begin_inset CommandInset ref
14183 LatexCommand eqref
14184 reference "eq:red"
14185
14186 \end_inset
14187
14188 は、全体が赤色です。
14189 \begin_inset Newline newline
14190 \end_inset
14191
14192 数式
14193 \begin_inset CommandInset ref
14194 LatexCommand eqref
14195 reference "eq:redgreen"
14196
14197 \end_inset
14198
14199 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
14200 \end_layout
14201
14202 \begin_layout Standard
14203 \begin_inset VSpace bigskip
14204 \end_inset
14205
14206 ボックスの枠だけ別の色にするには、
14207 \series bold
14208
14209 \backslash
14210 fcolorbox
14211 \series default
14212
14213 \begin_inset Index idx
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217 こまんど@コマンド ! F ! 
14218 \backslash
14219 fcolorbox
14220 \end_layout
14221
14222 \end_inset
14223
14224 コマンドを以下の書式で使用します。
14225 \end_layout
14226
14227 \begin_layout Standard
14228
14229 \series bold
14230
14231 \backslash
14232 fcolorbox{枠の色}{色}{ボックスの内容}
14233 \end_layout
14234
14235 \begin_layout Standard
14236 つまり、
14237 \series bold
14238
14239 \backslash
14240 fcolorbox
14241 \series default
14242
14243 \series bold
14244
14245 \backslash
14246 colorbox
14247 \series default
14248 コマンドの拡張です。
14249 \series bold
14250
14251 \backslash
14252 framebox
14253 \series default
14254 と同様に、枠の厚みは
14255 \series bold
14256
14257 \backslash
14258 fboxrule
14259 \series default
14260
14261 \series bold
14262
14263 \backslash
14264 fboxsep
14265 \series default
14266 で設定します。たとえば、
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272
14273 \backslash
14274 fboxrule 1mm 
14275 \backslash
14276 fboxsep 1mm
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \begin_inset Formula 
14283 \[
14284 \fcolorbox{cyan}{magenta}{A=B}
14285 \]
14286
14287 \end_inset
14288
14289
14290 \begin_inset ERT
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294
14295
14296 \backslash
14297 fboxrule 0.4pt 
14298 \backslash
14299 fboxsep 3pt
14300 \end_layout
14301
14302 \end_inset
14303
14304 のようにします。
14305 \end_layout
14306
14307 \begin_layout Standard
14308 上記の数式は、以下のコマンドで作成されています。
14309 \begin_inset Newline newline
14310 \end_inset
14311
14312
14313 \series bold
14314
14315 \backslash
14316 fcolorbox{cyan
14317 \begin_inset Formula $\to$
14318 \end_inset
14319
14320
14321 \backslash
14322 {magenta
14323 \begin_inset Formula $\to$
14324 \end_inset
14325
14326
14327 \backslash
14328 {A=B
14329 \series default
14330 .
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \begin_inset VSpace bigskip
14335 \end_inset
14336
14337 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
14338 \end_layout
14339
14340 \begin_layout Standard
14341 たとえば、「
14342 \series bold
14343 darkgreen
14344 \series default
14345 」という色を定義するには、\SpecialChar LaTeX
14346 プリアンブルに
14347 \end_layout
14348
14349 \begin_layout Standard
14350
14351 \series bold
14352
14353 \backslash
14354 definecolor{darkgreen}{cmyk}{0.5,
14355 \series default
14356  
14357 \series bold
14358 0,
14359 \series default
14360  
14361 \series bold
14362 1,
14363 \series default
14364  
14365 \series bold
14366 0.5}
14367 \series default
14368
14369 \begin_inset Index idx
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 こまんど@コマンド ! D ! 
14374 \backslash
14375 definecolor
14376 \end_layout
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384 という行を書き加えます。
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \series bold
14390 cmyk
14391 \series default
14392 とは、
14393 \series bold
14394 cyan
14395 \series default
14396 (シアン)・
14397 \series bold
14398 magenta
14399 \series default
14400 (マゼンタ)・
14401 \series bold
14402 yellow
14403 \series default
14404 (黄)・
14405 \series bold
14406 black
14407 \series default
14408 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
14409 \begin_inset space \thinspace{}
14410 \end_inset
14411
14412 -
14413 \begin_inset space \thinspace{}
14414 \end_inset
14415
14416 1の範囲をとることができます。定義には、
14417 \series bold
14418 cmyk
14419 \series default
14420 の他に、
14421 \series bold
14422 rgb
14423 \series default
14424 という色空間を使うこともできます。
14425 \series bold
14426 rgb
14427 \series default
14428 とは、
14429 \series bold
14430 red
14431 \series default
14432 (赤)・
14433 \series bold
14434 green
14435 \series default
14436 (緑)・
14437 \series bold
14438 blue
14439 \series default
14440 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
14441 \series bold
14442 gray
14443 \series default
14444 という色空間もあります。
14445 \end_layout
14446
14447 \begin_layout Standard
14448 例として、文字が
14449 \series bold
14450 yellow
14451 \series default
14452 に色付けされ、新しく定義した
14453 \series bold
14454 darkgreen
14455 \series default
14456 という色を持つ枠付きボックスを挙げておきます。
14457 \begin_inset Formula 
14458 \begin{equation}
14459 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14460 \end{equation}
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468
14469 \series bold
14470
14471 \backslash
14472 textcolor
14473 \series default
14474 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14475 \begin_inset Index idx
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479 てきすと@テキスト ! いろつき@色付き
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Standard
14488 \begin_inset ERT
14489 status collapsed
14490
14491 \begin_layout Plain Layout
14492
14493
14494 \backslash
14495 textcolor{darkgreen}{
14496 \end_layout
14497
14498 \end_inset
14499
14500 この文は「darkgreen」です。
14501 \begin_inset ERT
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505
14506 }
14507 \end_layout
14508
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \begin_layout Standard
14515
14516 \series bold
14517
14518 \backslash
14519 textcolor
14520 \series default
14521
14522 \begin_inset Index idx
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 こまんど@コマンド ! T ! 
14527 \backslash
14528 textcolor
14529 \end_layout
14530
14531 \end_inset
14532
14533 は、
14534 \series bold
14535
14536 \backslash
14537 textcolor{色}{色付けをする文}
14538 \series default
14539 という書式で使用することができます。
14540 \end_layout
14541
14542 \begin_layout Subsection
14543 段落ボックス
14544 \begin_inset CommandInset label
14545 LatexCommand label
14546 name "subsec:段落ボックス"
14547
14548 \end_inset
14549
14550
14551 \begin_inset Index idx
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555 ぼっくす@ボックス ! だんらく@段落
14556 \begin_inset space \thinspace{}
14557 \end_inset
14558
14559 ——
14560 \end_layout
14561
14562 \end_inset
14563
14564
14565 \end_layout
14566
14567 \begin_layout Standard
14568 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14569 \family sans
14570 挿入\SpecialChar menuseparator
14571 ボックス
14572 \family default
14573 メニューかツールバーボタン
14574 \begin_inset Info
14575 type  "icon"
14576 arg   "box-insert"
14577 \end_inset
14578
14579 で作成することができます。
14580 \end_layout
14581
14582 \begin_layout Standard
14583 以下の例は、行中の枠付きparboxを示したものです。
14584 \end_layout
14585
14586 \begin_layout Standard
14587 \begin_inset VSpace medskip
14588 \end_inset
14589
14590 この行は、
14591 \begin_inset Box Boxed
14592 position "c"
14593 hor_pos "c"
14594 has_inner_box 1
14595 inner_pos "t"
14596 use_parbox 1
14597 use_makebox 0
14598 width "5cm"
14599 special "none"
14600 height "1in"
14601 height_special "totalheight"
14602 thickness "0.4pt"
14603 separation "3pt"
14604 shadowsize "4pt"
14605 framecolor "black"
14606 backgroundcolor "none"
14607 status open
14608
14609 \begin_layout Plain Layout
14610 これは段落ボックスです。これはちょうど5
14611 \begin_inset space \thinspace{}
14612 \end_inset
14613
14614 cmの幅になっており、以下のように数式を含めることもできます。
14615 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622
14623 parboxの入った行です。
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \begin_inset VSpace medskip
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14635 \emph on
14636 装飾
14637 \emph default
14638 :簡素な長方形の箱型、
14639 \emph on
14640 内部ボックス
14641 \emph default
14642 :parboxコマンド、
14643 \emph on
14644
14645 \emph default
14646 :5
14647 \begin_inset space \thinspace{}
14648 \end_inset
14649
14650 cm、
14651 \emph on
14652 垂直ボックス配置
14653 \emph default
14654 :中央、に設定されています。
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace medskip
14659 \end_inset
14660
14661 \SpecialChar LaTeX
14662 では、parboxは、以下の書式を持つ
14663 \series bold
14664
14665 \backslash
14666 parbox
14667 \series default
14668
14669 \begin_inset Index idx
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673 こまんど@コマンド ! P ! 
14674 \backslash
14675 parbox
14676 \end_layout
14677
14678 \end_inset
14679
14680 コマンドによって作られます。
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 parbox[位置]{幅}{ボックスの内容}
14689 \end_layout
14690
14691 \begin_layout Standard
14692 「位置」は、
14693 \emph on
14694 b
14695 \emph default
14696
14697 \emph on
14698 t
14699 \emph default
14700 の値をとることができます。下揃えを意味する
14701 \emph on
14702 b
14703 \emph default
14704 (
14705 \bar under
14706 b
14707 \bar default
14708 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14709 \emph on
14710 t
14711 \emph default
14712 (
14713 \bar under
14714 t
14715 \bar default
14716 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14717 \emph on
14718 ボックス
14719 \emph default
14720 の節をご参照下さい。
14721 \end_layout
14722
14723 \begin_layout Standard
14724 \begin_inset VSpace bigskip
14725 \end_inset
14726
14727 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14728 モードで
14729 \series bold
14730 parbox{
14731 \backslash
14732 linewidth-2
14733 \backslash
14734 fboxsep-2
14735 \backslash
14736 fboxrule}{
14737 \series default
14738 というコマンドを挿入します。ここで
14739 \series bold
14740
14741 \backslash
14742 linewidth
14743 \begin_inset Index idx
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747 こまんど@コマンド ! L ! 
14748 \backslash
14749 linewidth
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \series default
14756 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。バグ
14757 \begin_inset Foot
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 \begin_inset CommandInset href
14762 LatexCommand href
14763 name "LyX-bug #4483"
14764 target "http://www.lyx.org/trac/ticket/4483"
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772
14773 のせいで\SpecialChar LyX
14774 はこれを自動的に行いませんので、\SpecialChar TeX
14775 モードを使用する必要があります。引数中で掛け算や引き算を行うためには、\SpecialChar LaTeX
14776 パッケージの
14777 \series bold
14778 calc
14779 \series default
14780
14781 \begin_inset Foot
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785
14786 \series bold
14787 calc
14788 \series default
14789 は、標準的\SpecialChar LaTeX
14790 頒布版のすべてに含まれています。
14791 \end_layout
14792
14793 \end_inset
14794
14795
14796 \begin_inset Index idx
14797 status collapsed
14798
14799 \begin_layout Plain Layout
14800 ぱっけーじ@パッケージ ! calc
14801 \end_layout
14802
14803 \end_inset
14804
14805 を、\SpecialChar LaTeX
14806 プリアンブル中で
14807 \end_layout
14808
14809 \begin_layout Standard
14810
14811 \series bold
14812
14813 \backslash
14814 usepackage{calc}
14815 \end_layout
14816
14817 \begin_layout Standard
14818 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14819 モードで
14820 \series bold
14821 }}
14822 \series default
14823 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14824 \begin_inset ERT
14825 status collapsed
14826
14827 \begin_layout Plain Layout
14828
14829
14830 \backslash
14831 fboxsep 5mm 
14832 \backslash
14833 fboxrule 5mm
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 fbox{
14850 \backslash
14851 parbox{
14852 \backslash
14853 linewidth-2
14854 \backslash
14855 fboxsep-2
14856 \backslash
14857 fboxrule}{
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \begin_inset Formula 
14864 \begin{equation}
14865 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14866 \end{equation}
14867
14868 \end_inset
14869
14870
14871 \begin_inset ERT
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875
14876 }}
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \begin_inset ERT
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886
14887
14888 \backslash
14889 fboxrule 0.4pt 
14890 \backslash
14891 fboxsep 3pt
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \begin_layout Standard
14900 \begin_inset VSpace medskip
14901 \end_inset
14902
14903
14904 \series bold
14905
14906 \backslash
14907 fbox
14908 \series default
14909 の引数としてparboxが使われているので、この場合には、
14910 \series bold
14911
14912 \backslash
14913 fbox
14914 \series default
14915 を使おうが
14916 \series bold
14917
14918 \backslash
14919 boxed
14920 \series default
14921 を使おうが、差は生じません。
14922 \end_layout
14923
14924 \begin_layout Standard
14925 \begin_inset VSpace bigskip
14926 \end_inset
14927
14928 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14929 \series bold
14930
14931 \backslash
14932 parbox
14933 \series default
14934
14935 \series bold
14936
14937 \backslash
14938 tag
14939 \series default
14940 コマンドといっしょに使います(
14941 \series bold
14942
14943 \backslash
14944 tag
14945 \series default
14946 についての詳細は、第
14947 \begin_inset CommandInset ref
14948 LatexCommand ref
14949 reference "subsec:自己定義番号"
14950
14951 \end_inset
14952
14953 節をご参照下さい)
14954 \end_layout
14955
14956 \begin_layout Standard
14957 以下は、
14958 \series bold
14959
14960 \backslash
14961 parbox
14962 \series default
14963 を使ってコメントを付けた数式の例です。
14964 \end_layout
14965
14966 \begin_layout Standard
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972
14973 \backslash
14974 [5x-7b=3b
14975 \backslash
14976 tag*{
14977 \backslash
14978 parbox{5cm}{
14979 \end_layout
14980
14981 \end_inset
14982
14983 これは説明です。数式や多行数式本体からはっきりと離れています。
14984 \begin_inset ERT
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988
14989 }}
14990 \backslash
14991 ]
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \SpecialChar LyX
15001 は、まだ数式中での
15002 \series bold
15003
15004 \backslash
15005 parbox
15006 \series default
15007 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
15008 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
15009 \end_layout
15010
15011 \begin_layout Standard
15012 まず、
15013 \series bold
15014
15015 \backslash
15016 [5x-7b=3b
15017 \backslash
15018 tag*
15019 \backslash
15020 {
15021 \backslash
15022 parbox{5cm}{
15023 \series default
15024 というコマンドを\SpecialChar TeX
15025 モードで挿入します
15026 \begin_inset Foot
15027 status collapsed
15028
15029 \begin_layout Plain Layout
15030
15031 \series bold
15032 行頭下げ
15033 \series default
15034 数式様式を使用している時には、
15035 \series bold
15036
15037 \backslash
15038 tag*
15039 \backslash
15040 {
15041 \series default
15042 の代わりに
15043 \series bold
15044
15045 \backslash
15046 hfill
15047 \series default
15048 を用いることもできます(数式様式に関しては、第
15049 \begin_inset CommandInset ref
15050 LatexCommand ref
15051 reference "sec:数式様式"
15052
15053 \end_inset
15054
15055 節をご参照下さい)。
15056 \end_layout
15057
15058 \end_inset
15059
15060 。それから、説明を通常のテキストとして入れ、最後に
15061 \series bold
15062 }}
15063 \backslash
15064 ]
15065 \series default
15066 を\SpecialChar TeX
15067 モードで挿入します。ここで
15068 \series bold
15069
15070 \backslash
15071 [
15072 \series default
15073 および
15074 \series bold
15075
15076 \backslash
15077 ]
15078 \series default
15079 コマンドは別行立て数式を作るためのものです。
15080 \end_layout
15081
15082 \begin_layout Standard
15083
15084 \series bold
15085
15086 \backslash
15087 parbox
15088 \series default
15089 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
15090 \begin_inset Formula 
15091 \[
15092 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
15093 \]
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Section
15101 演算子
15102 \begin_inset Index idx
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106 えんざんし@演算子
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \begin_layout Subsection
15115 大演算子
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "subsec:大演算子"
15119
15120 \end_inset
15121
15122
15123 \begin_inset Index idx
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 えんざんし@演算子 ! だい@大
15128 \begin_inset space \thinspace{}
15129 \end_inset
15130
15131 ——
15132 \end_layout
15133
15134 \end_inset
15135
15136
15137 \begin_inset Index idx
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141 わ@和
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \begin_inset Index idx
15148 status collapsed
15149
15150 \begin_layout Plain Layout
15151 せきぶんきごう@積分記号
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \begin_layout Standard
15160 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
15161 \family sans
15162 数式オプション
15163 \family default
15164 の面にある
15165 \family sans
15166 esintパッケージを自動的に使う
15167 \family default
15168 オプションを有効にしなくてはなりません。
15169 \end_layout
15170
15171 \begin_layout Standard
15172 \begin_inset space \hfill{}
15173 \end_inset
15174
15175
15176 \begin_inset Tabular
15177 <lyxtabular version="3" rows="11" columns="2">
15178 <features tabularvalignment="middle">
15179 <column alignment="center" valignment="top" width="0pt">
15180 <column alignment="center" valignment="top" width="0pt">
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 コマンド
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 出力
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 </row>
15201 <row>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206
15207 \backslash
15208 int
15209 \begin_inset Index idx
15210 status collapsed
15211
15212 \begin_layout Plain Layout
15213 こまんど@コマンド ! I ! 
15214 \backslash
15215 int
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229 \begin_inset Formula $\int$
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 oint
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 \begin_inset Formula $\oint$
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 <row>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268
15269 \backslash
15270 ointctrclockwise
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 \begin_inset Formula $\ointctrclockwise$
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293
15294 \backslash
15295 ointclockwise
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 \begin_inset Formula $\ointclockwise$
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \backslash
15320 sqint
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 \begin_inset Formula $\sqint$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \backslash
15345 fint
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354  
15355 \begin_inset Formula $\fint$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \backslash
15371 landupint
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380  
15381 \begin_inset Formula $\landupint$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 landdownint
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406  
15407 \begin_inset Formula $\landdownint$
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 <row>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \backslash
15423 bigcap
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 \begin_inset Formula $\bigcap$
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 </row>
15441 <row>
15442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \backslash
15448 bigcup
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457 \begin_inset Formula $\bigcup$
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 </row>
15466 </lyxtabular>
15467
15468 \end_inset
15469
15470
15471 \begin_inset space \hfill{}
15472 \end_inset
15473
15474
15475 \begin_inset Tabular
15476 <lyxtabular version="3" rows="11" columns="2">
15477 <features tabularvalignment="middle">
15478 <column alignment="center" valignment="top" width="0pt">
15479 <column alignment="center" valignment="top" width="0pt">
15480 <row>
15481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485 コマンド
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494 出力
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 </row>
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \backslash
15507 sum
15508 \begin_inset Index idx
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512 こまんど@コマンド ! S ! 
15513 \backslash
15514 sum
15515 \end_layout
15516
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 \begin_inset Formula $\sum$
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 </row>
15537 <row>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \backslash
15544 prod
15545 \begin_inset Index idx
15546 status collapsed
15547
15548 \begin_layout Plain Layout
15549 こまんど@コマンド ! P ! 
15550 \backslash
15551 prod
15552 \end_layout
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 \begin_inset Formula $\prod$
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 </row>
15574 <row>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \backslash
15581 coprod
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 \begin_inset Formula $\coprod$
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 </row>
15599 <row>
15600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \backslash
15606 bigodot
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Formula $\bigodot$
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 </row>
15624 <row>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629
15630 \backslash
15631 bigotimes
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 \begin_inset Formula $\bigotimes$
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 </row>
15649 <row>
15650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654
15655 \backslash
15656 bigoplus
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 \begin_inset Formula $\bigoplus$
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \backslash
15681 bigwedge
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 \begin_inset Formula $\bigwedge$
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \backslash
15706 bigvee
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 \begin_inset Formula $\bigvee$
15716 \end_inset
15717
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \backslash
15731 bigsqcup
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 \begin_inset Formula $\bigsqcup$
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \backslash
15756 biguplus
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 \begin_inset Formula $\biguplus$
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 </lyxtabular>
15775
15776 \end_inset
15777
15778
15779 \begin_inset space \hfill{}
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 すべての大演算子は、数式ツールバーボタンの
15787 \begin_inset Info
15788 type  "icon"
15789 arg   "math-insert \\intop"
15790 \end_inset
15791
15792 でも挿入することができます。
15793 \end_layout
15794
15795 \begin_layout Standard
15796 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15797 \end_layout
15798
15799 \begin_layout Standard
15800 積分演算子はすべて、
15801 \series bold
15802
15803 \backslash
15804 intop
15805 \series default
15806
15807 \series bold
15808
15809 \backslash
15810 ointop
15811 \series default
15812 のように、
15813 \series bold
15814 op
15815 \series default
15816 で終わる別バージョンがあります。これらの演算子は、
15817 \series bold
15818
15819 \backslash
15820 int
15821 \series default
15822 とは範囲の表示のしかたが異なります。第
15823 \begin_inset CommandInset ref
15824 LatexCommand ref
15825 reference "subsec:演算子の範囲"
15826
15827 \end_inset
15828
15829 節をご参照下さい。
15830 \end_layout
15831
15832 \begin_layout Subsubsection*
15833 積分の子細
15834 \end_layout
15835
15836 \begin_layout Standard
15837 積分中で用いられる文字
15838 \emph on
15839 d
15840 \emph default
15841 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15842 \emph on
15843 d
15844 \emph default
15845 を選択して、
15846 \begin_inset Flex Ruby
15847 status collapsed
15848
15849 \begin_layout Plain Layout
15850 捷径
15851 \begin_inset Argument post:1
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855 ショートカット
15856 \end_layout
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864
15865
15866 \begin_inset Info
15867 type  "shortcut"
15868 arg   "font-roman"
15869 \end_inset
15870
15871 を用います
15872 \begin_inset Foot
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876 文字様式については、第
15877 \begin_inset CommandInset ref
15878 LatexCommand ref
15879 reference "subsec:書体様式"
15880
15881 \end_inset
15882
15883 節参照。
15884 \end_layout
15885
15886 \end_inset
15887
15888 。最後に、演算子の慣例に倣って、
15889 \emph on
15890 d
15891 \emph default
15892 の前に最小空白を挿入しなくてはなりません。たとえば、
15893 \end_layout
15894
15895 \begin_layout Standard
15896 正しくない例:
15897 \begin_inset Formula $\int A(x)dx$
15898 \end_inset
15899
15900
15901 \begin_inset Newline newline
15902 \end_inset
15903
15904 正しい
15905 \begin_inset Phantom HPhantom
15906 status open
15907
15908 \begin_layout Plain Layout
15909 ない
15910 \end_layout
15911
15912 \end_inset
15913
15914 例:
15915 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \begin_layout Standard
15922 多重積分に関しては、以下のコマンドがあります。
15923 \begin_inset VSpace medskip
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 \begin_inset space \hfill{}
15931 \end_inset
15932
15933
15934 \begin_inset Tabular
15935 <lyxtabular version="3" rows="4" columns="2">
15936 <features tabularvalignment="middle">
15937 <column alignment="center" valignment="top">
15938 <column alignment="center" valignment="top">
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 コマンド
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 出力
15954 \begin_inset Note Note
15955 status collapsed
15956
15957 \begin_layout Plain Layout
15958 ここで
15959 \series bold
15960
15961 \backslash
15962 raisebox
15963 \series default
15964 はスペーサーとして使用しているだけです。
15965 \end_layout
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980
15981 \backslash
15982 iint
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \backslash
16007 oiint
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \backslash
16032 sqiint
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 </lyxtabular>
16051
16052 \end_inset
16053
16054
16055 \begin_inset space \hfill{}
16056 \end_inset
16057
16058
16059 \begin_inset Tabular
16060 <lyxtabular version="3" rows="4" columns="2">
16061 <features tabularvalignment="middle">
16062 <column alignment="center" valignment="top">
16063 <column alignment="center" valignment="top">
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 コマンド
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 出力
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \backslash
16091 iiint
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114
16115 \backslash
16116 iiiint
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \backslash
16141 dotsint
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 </lyxtabular>
16160
16161 \end_inset
16162
16163
16164 \begin_inset space \hfill{}
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Subsection
16171 演算子の範囲
16172 \begin_inset CommandInset label
16173 LatexCommand label
16174 name "subsec:演算子の範囲"
16175
16176 \end_inset
16177
16178
16179 \begin_inset Index idx
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 えんざんし@演算子 ! はんい@範囲
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 範囲は、上付き文字と下付き文字とで作成することができます。
16193 \begin_inset Separator parbreak
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 \align center
16201 \begin_inset Tabular
16202 <lyxtabular version="3" rows="2" columns="2">
16203 <features tabularvalignment="middle">
16204 <column alignment="center" valignment="top" width="0pt">
16205 <column alignment="center" valignment="top" width="0pt">
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 コマンド
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 出力
16221 \begin_inset Note Note
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225 ここで
16226 \series bold
16227
16228 \backslash
16229 raisebox
16230 \series default
16231 はスペーサーとして使用しているだけです。
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \backslash
16249 prod^
16250 \backslash
16251 infty
16252 \begin_inset space \textvisiblespace{}
16253 \end_inset
16254
16255
16256 \begin_inset Formula $\to$
16257 \end_inset
16258
16259 _0
16260 \begin_inset Formula $\to$
16261 \end_inset
16262
16263 A(x)
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 </row>
16281 </lyxtabular>
16282
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Standard
16289 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
16290 \end_layout
16291
16292 \begin_layout Standard
16293 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
16294 \family sans
16295 編集\SpecialChar menuseparator
16296 数式\SpecialChar menuseparator
16297 範囲の表記を変更
16298 \family default
16299 メニューで
16300 \family sans
16301 \series bold
16302 行内形式
16303 \family default
16304 \series default
16305 (
16306 \begin_inset Flex Ruby
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310 捷径
16311 \begin_inset Argument post:1
16312 status collapsed
16313
16314 \begin_layout Plain Layout
16315 ショートカット
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \end_inset
16324
16325
16326 \begin_inset Info
16327 type  "shortcut"
16328 arg   "math-limits"
16329 \end_inset
16330
16331 )を選択することで範囲形式を変更することができます。以下はその用例です。
16332 \end_layout
16333
16334 \begin_layout Standard
16335 既定の範囲形式は、以下のようになっています。
16336 \begin_inset Formula 
16337 \[
16338 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16339 \]
16340
16341 \end_inset
16342
16343 以下は、範囲形式を
16344 \family sans
16345 \series bold
16346 行内形式
16347 \family default
16348 \series default
16349 に変更したときの表示です。
16350 \begin_inset Formula 
16351 \[
16352 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16353 \]
16354
16355 \end_inset
16356
16357
16358 \series bold
16359
16360 \backslash
16361 intop
16362 \series default
16363
16364 \series bold
16365
16366 \backslash
16367 ointop
16368 \series default
16369 などのように
16370 \series bold
16371 op
16372 \series default
16373 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
16374 の例では、範囲形式を
16375 \series bold
16376 別行立て形式
16377 \series default
16378 にして積分記号の下に置くようにしています。
16379 \begin_inset Formula 
16380 \begin{equation}
16381 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16382 \end{equation}
16383
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \begin_layout Standard
16390 \begin_inset VSpace medskip
16391 \end_inset
16392
16393 範囲に条件を指定したい場合には、
16394 \series bold
16395
16396 \backslash
16397 subarray
16398 \series default
16399
16400 \begin_inset Index idx
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 こまんど@コマンド ! S ! 
16405 \backslash
16406 subarray
16407 \end_layout
16408
16409 \end_inset
16410
16411 コマンドや
16412 \series bold
16413
16414 \backslash
16415 substack
16416 \series default
16417
16418 \begin_inset Index idx
16419 status collapsed
16420
16421 \begin_layout Plain Layout
16422 こまんど@コマンド ! S ! 
16423 \backslash
16424 substack
16425 \end_layout
16426
16427 \end_inset
16428
16429 コマンドを使用します。たとえば、以下の表記 
16430 \begin_inset Formula 
16431 \begin{equation}
16432 \sum_{\begin{subarray}{c}
16433 0<k<1000\\
16434 \\
16435 k\,\in\,\mathbb{N}
16436 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16437 \end{equation}
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \begin_layout Standard
16445 を作成するには、以下のようにしなくてはなりません。
16446 \begin_inset Newline newline
16447 \end_inset
16448
16449 まず、
16450 \series bold
16451
16452 \backslash
16453 sum
16454 \series default
16455 ^
16456 \series bold
16457 n
16458 \begin_inset space \textvisiblespace{}
16459 \end_inset
16460
16461 _
16462 \series default
16463 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
16464 \series bold
16465
16466 \backslash
16467 subarray
16468 \begin_inset space \textvisiblespace{}
16469 \end_inset
16470
16471
16472 \series default
16473 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
16474 \begin_inset Info
16475 type  "shortcut"
16476 arg   "newline-insert newline"
16477 \end_inset
16478
16479 )を挿入することで作ることができます。ここに
16480 \begin_inset Newline newline
16481 \end_inset
16482
16483
16484 \series bold
16485 0
16486 \begin_inset Formula $\boldsymbol{<}$
16487 \end_inset
16488
16489 k
16490 \begin_inset Formula $\boldsymbol{<}$
16491 \end_inset
16492
16493 1000 Ctrl+Return
16494 \begin_inset Newline newline
16495 \end_inset
16496
16497
16498 \series default
16499 と入力すると、新規行のための新しい枠が現れます。
16500 \end_layout
16501
16502 \begin_layout Standard
16503 各行の揃え方は、
16504 \family sans
16505 表ツールバー
16506 \family default
16507
16508 \family sans
16509 編集\SpecialChar menuseparator
16510 行と列
16511 \family default
16512 メニューで変更することができますが、右揃えにするには、行頭に
16513 \series bold
16514
16515 \backslash
16516 hfill
16517 \begin_inset space \textvisiblespace{}
16518 \end_inset
16519
16520
16521 \series default
16522 を挿入しなくてはなりません。
16523 \end_layout
16524
16525 \begin_layout Standard
16526
16527 \series bold
16528
16529 \backslash
16530 substack
16531 \series default
16532 コマンドは、各行がつねに中央揃えになることを除いては、
16533 \series bold
16534
16535 \backslash
16536 subarray
16537 \series default
16538 と同じです。
16539 \end_layout
16540
16541 \begin_layout Standard
16542 \begin_inset VSpace bigskip
16543 \end_inset
16544
16545 演算子の後に来る文字は、範囲の横に来るので、
16546 \begin_inset CommandInset ref
16547 LatexCommand eqref
16548 reference "eq:substack"
16549
16550 \end_inset
16551
16552 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
16553 \series bold
16554
16555 \backslash
16556 smashoperator
16557 \series default
16558
16559 \begin_inset Index idx
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563 こまんど@コマンド ! S ! 
16564 \backslash
16565 smashoperator
16566 \end_layout
16567
16568 \end_inset
16569
16570 を使うことができます。これを有効化するには、文書設定の
16571 \family sans
16572 数式オプション
16573 \family default
16574 で、
16575 \series bold
16576 mathtools
16577 \series default
16578 パッケージ
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 ぱっけーじ@パッケージ ! mathtools
16584 \end_layout
16585
16586 \end_inset
16587
16588
16589 \family sans
16590 常に読み込み
16591 \family default
16592 オプションを指定してください。
16593 \series bold
16594
16595 \backslash
16596 smashoperator
16597 \series default
16598 は、内容物の幅を0
16599 \lang english
16600
16601 \begin_inset space \thinspace{}
16602 \end_inset
16603
16604
16605 \lang japanese
16606 ptに設定します。
16607 \lang english
16608
16609 \begin_inset Newline newline
16610 \end_inset
16611
16612
16613 \lang japanese
16614 これを
16615 \begin_inset CommandInset ref
16616 LatexCommand eqref
16617 reference "eq:substack"
16618
16619 \end_inset
16620
16621 式に応用してみると、コマンド
16622 \end_layout
16623
16624 \begin_layout Standard
16625
16626 \series bold
16627
16628 \backslash
16629 smashoperator{
16630 \end_layout
16631
16632 \begin_layout Standard
16633 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
16634 \begin_inset Formula 
16635 \[
16636 \sum_{\mathclap{\substack{0<k<1000\\
16637 \\
16638 k\,\in\,\mathbb{N}
16639 }
16640 }}^{n}k^{-2}
16641 \]
16642
16643 \end_inset
16644
16645 演算子の片側だけ、空白を0
16646 \lang english
16647
16648 \begin_inset space \thinspace{}
16649 \end_inset
16650
16651
16652 \lang japanese
16653 ptにすることも可能です。そのためには、
16654 \series bold
16655
16656 \backslash
16657 smashoperator
16658 \series default
16659 と付属する波括弧の間に、
16660 \series bold
16661 [l]
16662 \series default
16663 または
16664 \series bold
16665 [r]
16666 \series default
16667 と書き込みます。下記は、
16668 \series bold
16669
16670 \backslash
16671 smashoperator
16672 \series default
16673 のとりうる形の例です。
16674 \end_layout
16675
16676 \begin_layout Standard
16677 \begin_inset Formula 
16678 \[
16679 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16680 \]
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 \begin_inset VSpace bigskip
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Standard
16695 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16696 \begin_inset Formula 
16697 \[
16698 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16699 \]
16700
16701 \end_inset
16702
16703 組版を改善するには、文書設定の
16704 \family sans
16705 数式オプション
16706 \family default
16707 で、
16708 \series bold
16709 mathtools
16710 \series default
16711 パッケージ
16712 \begin_inset Index idx
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716 ぱっけーじ@パッケージ ! mathtools
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \family sans
16723 常に読み込み
16724 \family default
16725 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16726 \series bold
16727
16728 \backslash
16729 adjustlimits
16730 \series default
16731 コマンド
16732 \begin_inset Index idx
16733 status collapsed
16734
16735 \begin_layout Plain Layout
16736 こまんど@コマンド ! A ! 
16737 \backslash
16738 adjustlimits
16739 \end_layout
16740
16741 \end_inset
16742
16743 を置いてください。そうすると、上記の例はこのようになります。
16744 \begin_inset Formula 
16745 \[
16746 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16747 \]
16748
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \begin_layout Standard
16755 \begin_inset VSpace bigskip
16756 \end_inset
16757
16758 一つの範囲を複数の演算子に用いる方法が、第
16759 \begin_inset CommandInset ref
16760 LatexCommand ref
16761 reference "subsec:自己定義演算子"
16762
16763 \end_inset
16764
16765 節に述べられています。
16766 \end_layout
16767
16768 \begin_layout Subsection
16769 演算子の修飾
16770 \begin_inset Index idx
16771 status collapsed
16772
16773 \begin_layout Plain Layout
16774 えんざんし@演算子 ! しゅうしょく@修飾
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \begin_layout Standard
16783
16784 \series bold
16785
16786 \backslash
16787 overset
16788 \series default
16789
16790 \begin_inset Index idx
16791 status collapsed
16792
16793 \begin_layout Plain Layout
16794 こまんど@コマンド ! O ! 
16795 \backslash
16796 overset
16797 \end_layout
16798
16799 \end_inset
16800
16801 コマンドや
16802 \series bold
16803
16804 \backslash
16805 underset
16806 \series default
16807
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 こまんど@コマンド ! U ! 
16813 \backslash
16814 underset
16815 \end_layout
16816
16817 \end_inset
16818
16819 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16820 \series bold
16821
16822 \backslash
16823 sideset
16824 \series default
16825
16826 \begin_inset Index idx
16827 status collapsed
16828
16829 \begin_layout Plain Layout
16830 こまんど@コマンド ! S ! 
16831 \backslash
16832 sideset
16833 \end_layout
16834
16835 \end_inset
16836
16837 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16838 \end_layout
16839
16840 \begin_layout Standard
16841
16842 \series bold
16843
16844 \backslash
16845 sideset
16846 \series default
16847 には4つの派生版があります。
16848 \end_layout
16849
16850 \begin_layout Itemize
16851
16852 \series bold
16853
16854 \backslash
16855 sideset
16856 \series default
16857 は、演算子の隅に文字を置くのに用います。
16858 \end_layout
16859
16860 \begin_layout Itemize
16861
16862 \series bold
16863
16864 \backslash
16865 sidesetn
16866 \series default
16867 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16868 の元々の
16869 \series bold
16870
16871 \backslash
16872 sideset
16873 \series default
16874 コマンドを表します)。
16875 \end_layout
16876
16877 \begin_layout Itemize
16878
16879 \series bold
16880
16881 \backslash
16882 sidesetl
16883 \series default
16884 は、演算子の左隅と後ろに文字を置くのに用います。
16885 \end_layout
16886
16887 \begin_layout Itemize
16888
16889 \series bold
16890
16891 \backslash
16892 sidesetr
16893 \series default
16894 は、演算子の右隅と前に文字を置くのに用います。
16895 \end_layout
16896
16897 \begin_layout Standard
16898 たとえば、
16899 \series bold
16900
16901 \backslash
16902 sidesetn
16903 \begin_inset space \textvisiblespace{}
16904 \end_inset
16905
16906
16907 \backslash
16908 sum
16909 \begin_inset space \textvisiblespace{}
16910 \end_inset
16911
16912
16913 \begin_inset Formula $\to$
16914 \end_inset
16915
16916 '
16917 \begin_inset Formula $\to$
16918 \end_inset
16919
16920 _k=1
16921 \begin_inset space \textvisiblespace{}
16922 \end_inset
16923
16924
16925 \series default
16926 ^
16927 \series bold
16928 n
16929 \series default
16930 というコマンドを入力すると、
16931 \begin_inset Formula 
16932 \[
16933 \sideset{}{'}\sum_{k=1}^{n}
16934 \]
16935
16936 \end_inset
16937
16938 のようになります。
16939 \end_layout
16940
16941 \begin_layout Standard
16942 \begin_inset Note Greyedout
16943 status open
16944
16945 \begin_layout Plain Layout
16946
16947 \series bold
16948 【註】
16949 \backslash
16950 sideset
16951 \series default
16952 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16953 \end_layout
16954
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \begin_layout Standard
16961 のようになります。最後の例からわかるように、
16962 \series bold
16963
16964 \backslash
16965 overset
16966 \series default
16967
16968 \series bold
16969
16970 \backslash
16971 underset
16972 \series default
16973 では、記号や文字にアクセントをつけることもできます。一方。 また、
16974 \series bold
16975
16976 \backslash
16977 overset
16978 \begin_inset space \textvisiblespace{}
16979 \end_inset
16980
16981
16982 \backslash
16983 maltese
16984 \begin_inset space \textvisiblespace{}
16985 \end_inset
16986
16987
16988 \series default
16989
16990 \begin_inset Formula $\uparrow$
16991 \end_inset
16992
16993
16994 \series bold
16995 a
16996 \series default
16997 というコマンドならば、
16998 \begin_inset Formula 
16999 \[
17000 \overset{a}{\maltese}
17001 \]
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Subsection
17009 二項演算子
17010 \begin_inset CommandInset label
17011 LatexCommand label
17012 name "subsec:二項演算子"
17013
17014 \end_inset
17015
17016
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 えんざんし@演算子 ! にこう@二項
17022 \begin_inset space \thinspace{}
17023 \end_inset
17024
17025 ——
17026 \end_layout
17027
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \begin_layout Standard
17034 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
17035 \begin_inset VSpace medskip
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \begin_layout Standard
17042 \begin_inset space \hfill{}
17043 \end_inset
17044
17045
17046 \begin_inset Tabular
17047 <lyxtabular version="3" rows="13" columns="2">
17048 <features tabularvalignment="middle">
17049 <column alignment="center" valignment="top" width="0pt">
17050 <column alignment="center" valignment="top" width="0pt">
17051 <row>
17052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 コマンド
17057 \begin_inset Note Note
17058 status collapsed
17059
17060 \begin_layout Plain Layout
17061 ここで
17062 \series bold
17063
17064 \backslash
17065 raisebox
17066 \series default
17067 はスペーサーとして使用しているだけです。
17068 \end_layout
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 出力
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 +
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $+$
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 <row>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 -
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $-$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 pm
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\pm$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 mp
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\mp$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \backslash
17190 cdot
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $\cdot$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \backslash
17215 times
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 \begin_inset Formula $\times$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \backslash
17240 div
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 \begin_inset Formula $\div$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset ERT
17264 status collapsed
17265
17266 \begin_layout Plain Layout
17267
17268
17269 \backslash
17270 raisebox{-1.2mm}{
17271 \end_layout
17272
17273 \end_inset
17274
17275 *
17276 \begin_inset ERT
17277 status collapsed
17278
17279 \begin_layout Plain Layout
17280
17281 }
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $*$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 star
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\star$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 circ
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\circ$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 diamond
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\diamond$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 bullet
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\bullet$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 </lyxtabular>
17405
17406 \end_inset
17407
17408
17409 \begin_inset space \hfill{}
17410 \end_inset
17411
17412
17413 \begin_inset Tabular
17414 <lyxtabular version="3" rows="13" columns="2">
17415 <features tabularvalignment="middle">
17416 <column alignment="center" valignment="top" width="0pt">
17417 <column alignment="center" valignment="top" width="0pt">
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 コマンド
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 出力
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \backslash
17445 nabla
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 \begin_inset Formula $\nabla$
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 <row>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468
17469 \backslash
17470 bigtriangledown
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset Formula $\bigtriangledown$
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 <row>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \backslash
17495 bigtriangleup
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $\bigtriangleup$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518
17519 \backslash
17520 Box
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $\Box$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 </row>
17538 <row>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543
17544 \backslash
17545 cap 
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 \begin_inset Formula $\cap$
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \backslash
17570 cup
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 \begin_inset Formula $\cup$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \backslash
17595 dagger
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset Formula $\dagger$
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618
17619 \backslash
17620 ddagger
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 \begin_inset Formula $\ddagger$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 </row>
17638 <row>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \backslash
17645 wr
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 \begin_inset Formula $\wr$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \backslash
17670 bigcirc
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset Formula $\bigcirc$
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" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 wedge
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $\wedge$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 </row>
17713 <row>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \backslash
17720 vee
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\vee$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \begin_inset space \hfill{}
17744 \end_inset
17745
17746
17747 \begin_inset Tabular
17748 <lyxtabular version="3" rows="13" columns="2">
17749 <features tabularvalignment="middle">
17750 <column alignment="center" valignment="top" width="0pt">
17751 <column alignment="center" valignment="top" width="0pt">
17752 <row>
17753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 コマンド
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 出力
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 <row>
17773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \backslash
17779 oplus
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Formula $\oplus$
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 </row>
17797 <row>
17798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802
17803 \backslash
17804 ominus
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 \begin_inset Formula $\ominus$
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 </row>
17822 <row>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827
17828 \backslash
17829 otimes
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 \begin_inset Formula $\otimes$
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 <row>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852
17853 \backslash
17854 oslash
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 \begin_inset Formula $\oslash$
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 </row>
17872 <row>
17873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877
17878 \backslash
17879 odot
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 \begin_inset Formula $\odot$
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 </row>
17897 <row>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \backslash
17904 amalg
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 \begin_inset Formula $\amalg$
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 </row>
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \backslash
17929 uplus
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 \begin_inset Formula $\uplus$
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 </row>
17947 <row>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952
17953 \backslash
17954 setminus
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Formula $\setminus$
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 </row>
17972 <row>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \backslash
17979 sqcap
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 \begin_inset Formula $\sqcap$
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 sqcup
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 \begin_inset Formula $\sqcup$
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 <row>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027
18028 \backslash
18029 triangleleft
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 \begin_inset Formula $\triangleleft$
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 triangleright
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset Formula $\triangleright$
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 </row>
18072 </lyxtabular>
18073
18074 \end_inset
18075
18076
18077 \begin_inset space \hfill{}
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 二項演算子は、すべて数式ツールバーボタンの
18085 \begin_inset Info
18086 type  "icon"
18087 arg   "math-insert \\pm"
18088 \end_inset
18089
18090 から挿入することもできます。
18091 \end_layout
18092
18093 \begin_layout Standard
18094 ラプラス演算子を組版するには、
18095 \series bold
18096
18097 \backslash
18098 bigtriangleup
18099 \series default
18100 以外に、
18101 \series bold
18102
18103 \backslash
18104 Delta
18105 \series default
18106
18107 \series bold
18108
18109 \backslash
18110 nabla
18111 \series default
18112 ^
18113 \series bold
18114 2
18115 \series default
18116 (
18117 \begin_inset Formula $\nabla^{2}$
18118 \end_inset
18119
18120 )を使用することもできます。
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \family sans
18126 挿入\SpecialChar menuseparator
18127 特殊文字
18128 \family default
18129 メニューの
18130 \family sans
18131 メニュー区切り
18132 \family default
18133 で入力される文字は、
18134 \series bold
18135
18136 \backslash
18137 triangleright
18138 \series default
18139 演算子です。
18140 \end_layout
18141
18142 \begin_layout Subsection
18143 自己定義演算子
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "subsec:自己定義演算子"
18147
18148 \end_inset
18149
18150
18151 \begin_inset Index idx
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155 えんざんし@演算子 ! じこていぎ@自己定義
18156 \begin_inset space \thinspace{}
18157 \end_inset
18158
18159 ——
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \SpecialChar LaTeX
18169 プリアンブルで
18170 \series bold
18171
18172 \backslash
18173 DeclareMathOperator
18174 \series default
18175
18176 \begin_inset Index idx
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180 こまんど@コマンド ! D ! 
18181 \backslash
18182 dbinom@
18183 \backslash
18184 DeclareMathOperator
18185 \end_layout
18186
18187 \end_inset
18188
18189 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
18190 \end_layout
18191
18192 \begin_layout Standard
18193
18194 \series bold
18195
18196 \backslash
18197 DeclareMathOperator{新規コマンド}{表示}
18198 \end_layout
18199
18200 \begin_layout Standard
18201 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
18202 \begin_inset CommandInset ref
18203 LatexCommand ref
18204 reference "subsec:演算子の範囲"
18205
18206 \end_inset
18207
18208 節で述べられた範囲を指定することができます。
18209 \end_layout
18210
18211 \begin_layout Standard
18212 たとえば、以下のような\SpecialChar LaTeX
18213 プリアンブル行
18214 \end_layout
18215
18216 \begin_layout Standard
18217
18218 \series bold
18219
18220 \backslash
18221 DeclareMathOperator*{
18222 \backslash
18223 Lozenge}{
18224 \backslash
18225 blacklozenge}
18226 \end_layout
18227
18228 \begin_layout Standard
18229 は、第
18230 \begin_inset CommandInset ref
18231 LatexCommand ref
18232 reference "subsec:その他の記号"
18233
18234 \end_inset
18235
18236 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
18237 \series bold
18238
18239 \backslash
18240 Lozenge
18241 \series default
18242 を定義します。
18243 \begin_inset Formula 
18244 \[
18245 \Lozenge_{n=1}^{\infty}
18246 \]
18247
18248 \end_inset
18249
18250 上記の数式を作るコマンドは、
18251 \series bold
18252
18253 \backslash
18254 Lozenge
18255 \series default
18256 ^
18257 \series bold
18258
18259 \backslash
18260 infty
18261 \begin_inset Formula $\to$
18262 \end_inset
18263
18264 _n=1
18265 \series default
18266 です。
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset VSpace bigskip
18271 \end_inset
18272
18273 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
18274 \series bold
18275
18276 \backslash
18277 mathop
18278 \series default
18279
18280 \begin_inset Index idx
18281 status collapsed
18282
18283 \begin_layout Plain Layout
18284 こまんど@コマンド ! M ! 
18285 \backslash
18286 mathop
18287 \end_layout
18288
18289 \end_inset
18290
18291 コマンドおよび
18292 \series bold
18293
18294 \backslash
18295 mathbin
18296 \series default
18297
18298 \begin_inset Index idx
18299 status collapsed
18300
18301 \begin_layout Plain Layout
18302 こまんど@コマンド ! M ! 
18303 \backslash
18304 mathbin
18305 \end_layout
18306
18307 \end_inset
18308
18309 コマンドを用いて定義を行うこともできます。
18310 \end_layout
18311
18312 \begin_layout Standard
18313 (書式)
18314 \series bold
18315
18316 \backslash
18317 mathop{表示}
18318 \series default
18319 および
18320 \series bold
18321
18322 \backslash
18323 mathbin{表示}
18324 \end_layout
18325
18326 \begin_layout Standard
18327
18328 \series bold
18329
18330 \backslash
18331 mathop
18332 \series default
18333 は大演算子を定義し、
18334 \series bold
18335
18336 \backslash
18337 mathbin
18338 \series default
18339 は二項演算子を定義します。
18340 \end_layout
18341
18342 \begin_layout Standard
18343 たとえば
18344 \series bold
18345
18346 \backslash
18347 mathop
18348 \series default
18349 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
18350 \end_layout
18351
18352 \begin_layout Standard
18353 \begin_inset Formula 
18354 \[
18355 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18356 \]
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 上記の数式では
18365 \begin_inset Newline newline
18366 \end_inset
18367
18368
18369 \series bold
18370
18371 \backslash
18372 mathop{
18373 \backslash
18374 sum
18375 \backslash
18376 negmedspace
18377 \backslash
18378 sum
18379 \series default
18380
18381 \begin_inset space \textvisiblespace{}
18382 \end_inset
18383
18384
18385 \series bold
18386
18387 \begin_inset Formula $\to$
18388 \end_inset
18389
18390 ^N
18391 \series default
18392
18393 \begin_inset space \textvisiblespace{}
18394 \end_inset
18395
18396
18397 \series bold
18398 _i,j=1
18399 \begin_inset Newline newline
18400 \end_inset
18401
18402
18403 \series default
18404 というコマンドを用いています。
18405 \end_layout
18406
18407 \begin_layout Section
18408 書体
18409 \begin_inset Index idx
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413 しょたい@書体
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \begin_inset Index idx
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423 ふぉんと@フォント
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429 |see{
18430 \end_layout
18431
18432 \end_inset
18433
18434 書体
18435 \begin_inset ERT
18436 status collapsed
18437
18438 \begin_layout Plain Layout
18439
18440 }
18441 \end_layout
18442
18443 \end_inset
18444
18445
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Subsection
18454 書体様式
18455 \begin_inset CommandInset label
18456 LatexCommand label
18457 name "subsec:書体様式"
18458
18459 \end_inset
18460
18461
18462 \begin_inset Index idx
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 しょたい@書体 ! ようしき@様式
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \end_layout
18473
18474 \begin_layout Standard
18475 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
18476 \begin_inset VSpace -2mm
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Standard
18483 \align center
18484 \begin_inset Tabular
18485 <lyxtabular version="3" rows="7" columns="3">
18486 <features tabularvalignment="middle">
18487 <column alignment="center" valignment="top">
18488 <column alignment="center" valignment="top">
18489 <column alignment="center" valignment="top">
18490 <row>
18491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 コマンド
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 出力
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 \begin_inset Flex Ruby
18514 status collapsed
18515
18516 \begin_layout Plain Layout
18517 捷径
18518 \begin_inset Argument post:1
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522 ショートカット
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 </row>
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \backslash
18545 mathbb
18546 \series bold
18547
18548 \begin_inset space \textvisiblespace{}
18549 \end_inset
18550
18551
18552 \series default
18553 ABC
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Formula $\mathbb{ABC}$
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Info
18575 type  "shortcut"
18576 arg   "font-noun"
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 </row>
18585 <row>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590
18591 \backslash
18592 mathbf
18593 \series bold
18594
18595 \begin_inset space \textvisiblespace{}
18596 \end_inset
18597
18598
18599 \series default
18600 AbC
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Formula $\mathbf{AbC}$
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Info
18622 type  "shortcut"
18623 arg   "font-bold"
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 </row>
18632 <row>
18633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \backslash
18639 boldsymbol
18640 \series bold
18641
18642 \begin_inset space \textvisiblespace{}
18643 \end_inset
18644
18645
18646 \series default
18647 AbC
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\boldsymbol{AbC}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 \begin_inset Info
18669 type  "shortcuts"
18670 arg   "font-boldsymbol"
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \backslash
18686 mathcal
18687 \series bold
18688
18689 \begin_inset space \textvisiblespace{}
18690 \end_inset
18691
18692
18693 \series default
18694 ABC
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Formula $\mathcal{ABC}$
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset Info
18716 type  "shortcut"
18717 arg   "font-emph"
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 </row>
18726 <row>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \backslash
18733 mathfrak
18734 \series bold
18735
18736 \begin_inset space \textvisiblespace{}
18737 \end_inset
18738
18739
18740 \series default
18741 AbC
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 \begin_inset Formula $\mathfrak{AbC}$
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 -
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 </row>
18768 <row>
18769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \backslash
18775 mathscr
18776 \series bold
18777
18778 \begin_inset space \textvisiblespace{}
18779 \end_inset
18780
18781
18782 \series default
18783 AbC
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 \begin_inset Formula $\mathscr{AbC}$
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 -
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 </lyxtabular>
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818 \align center
18819 \begin_inset Tabular
18820 <lyxtabular version="3" rows="5" columns="3">
18821 <features tabularvalignment="middle">
18822 <column alignment="center" valignment="top">
18823 <column alignment="center" valignment="top">
18824 <column alignment="center" valignment="top">
18825 <row>
18826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 コマンド
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 出力
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 \begin_inset Flex Ruby
18849 status collapsed
18850
18851 \begin_layout Plain Layout
18852 捷径
18853 \begin_inset Argument post:1
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857 ショートカット
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 </row>
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \backslash
18880 mathit
18881 \series bold
18882
18883 \begin_inset space \textvisiblespace{}
18884 \end_inset
18885
18886
18887 \series default
18888 AbC
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897 \begin_inset Formula $\mathit{AbC}$
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 -
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 </row>
18915 <row>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920
18921 \backslash
18922 mathrm
18923 \series bold
18924
18925 \begin_inset space \textvisiblespace{}
18926 \end_inset
18927
18928
18929 \series default
18930 AbC
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 \begin_inset Formula $\mathrm{AbC}$
18940 \end_inset
18941
18942
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 Info
18952 type  "shortcut"
18953 arg   "font-roman"
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 <row>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967
18968 \backslash
18969 mathsf
18970 \series bold
18971
18972 \begin_inset space \textvisiblespace{}
18973 \end_inset
18974
18975
18976 \series default
18977 AbC
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 \begin_inset Formula $\mathsf{AbC}$
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 \begin_inset Info
18999 type  "shortcut"
19000 arg   "font-sans"
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 mathtt
19017 \series bold
19018
19019 \begin_inset space \textvisiblespace{}
19020 \end_inset
19021
19022
19023 \series default
19024 AbC
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 \begin_inset Formula $\mathtt{AbC}$
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045 \begin_inset Info
19046 type  "shortcut"
19047 arg   "font-typewriter"
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 </row>
19056 </lyxtabular>
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \begin_layout Standard
19064 \begin_inset Note Greyedout
19065 status open
19066
19067 \begin_layout Plain Layout
19068
19069 \series bold
19070 【註】
19071 \backslash
19072 mathbb
19073 \series default
19074 様式と
19075 \series bold
19076
19077 \backslash
19078 mathcal
19079 \series default
19080 様式は、大文字にのみ使用することができます。
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 既定では、
19090 \series bold
19091
19092 \backslash
19093 mathnormal
19094 \series default
19095 様式に設定されています。
19096 \end_layout
19097
19098 \begin_layout Standard
19099 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
19100 \begin_inset Formula 
19101 \[
19102 \mathfrak{A=\frac{b}{C}}
19103 \]
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
19112 \series bold
19113
19114 \backslash
19115 textrm
19116 \series default
19117 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
19118 のバグです
19119 \begin_inset Foot
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset href
19124 LatexCommand href
19125 name "LyX-bug #4629"
19126 target "http://www.lyx.org/trac/ticket/4629"
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Standard
19139 書体様式コマンドの代わりに、
19140 \family sans
19141 編集\SpecialChar menuseparator
19142 数学\SpecialChar menuseparator
19143 文字様式
19144 \family default
19145 ダイアログや、
19146 \begin_inset Info
19147 type  "icon"
19148 arg   "math-insert \\font"
19149 \end_inset
19150
19151 を使用することもできます。
19152 \end_layout
19153
19154 \begin_layout Subsection
19155 ボールド体の数式
19156 \begin_inset CommandInset label
19157 LatexCommand label
19158 name "subsec:ボールド体の数式"
19159
19160 \end_inset
19161
19162
19163 \begin_inset Index idx
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167 すうしき@数式 ! ぼーるどたい@ボールド体
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \begin_layout Standard
19176 数式全体をボールド体にしようとすると、前節の
19177 \series bold
19178
19179 \backslash
19180 mathbf
19181 \series default
19182 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
19183 字してしまいます。
19184 \end_layout
19185
19186 \begin_layout Standard
19187 \begin_inset Formula 
19188 \[
19189 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
19190 \]
19191
19192 \end_inset
19193
19194
19195 \end_layout
19196
19197 \begin_layout Standard
19198 この数式を正しく表示するには、以下のように、
19199 \series bold
19200
19201 \backslash
19202 boldsymbol
19203 \series default
19204 コマンドを使用します。
19205 \begin_inset Formula 
19206 \[
19207 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
19208 \]
19209
19210 \end_inset
19211
19212 また、数式を
19213 \series bold
19214 boldmath環境
19215 \series default
19216 に設定する方法もあります。この環境は、\SpecialChar TeX
19217 モードで
19218 \series bold
19219
19220 \backslash
19221 boldmath
19222 \begin_inset Index idx
19223 status collapsed
19224
19225 \begin_layout Plain Layout
19226 こまんど@コマンド ! B ! 
19227 \backslash
19228 boldmath
19229 \end_layout
19230
19231 \end_inset
19232
19233
19234 \series default
19235 コマンドを挿入することによって作ることができます。環境を閉じるには、
19236 \series bold
19237
19238 \backslash
19239 unboldmath
19240 \begin_inset Index idx
19241 status collapsed
19242
19243 \begin_layout Plain Layout
19244 こまんど@コマンド ! U ! 
19245 \backslash
19246 unboldmath
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \series default
19253 コマンドを\SpecialChar TeX
19254 モードで挿入します。
19255 \begin_inset ERT
19256 status collapsed
19257
19258 \begin_layout Plain Layout
19259
19260
19261 \backslash
19262 boldmath 
19263 \end_layout
19264
19265 \end_inset
19266
19267
19268 \begin_inset Formula 
19269 \[
19270 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
19271 \]
19272
19273 \end_inset
19274
19275
19276 \begin_inset ERT
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280
19281
19282 \backslash
19283 unboldmath 
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Subsection
19292 色付きの数式
19293 \begin_inset Index idx
19294 status collapsed
19295
19296 \begin_layout Plain Layout
19297 すうしき@数式 ! いろつき@色付き
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \begin_layout Standard
19306 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
19307 \begin_inset Formula 
19308 \[
19309 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19310 \]
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318
19319 \begin_inset CommandInset ref
19320 LatexCommand ref
19321 reference "subsec:色付きボックス"
19322
19323 \end_inset
19324
19325 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
19326 \series bold
19327
19328 \backslash
19329 textcolor
19330 \series default
19331
19332 \begin_inset Index idx
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336 こまんど@コマンド ! T ! 
19337 \backslash
19338 textcolor
19339 \end_layout
19340
19341 \end_inset
19342
19343 \SpecialChar TeX
19344 コードコマンドで適用することができます。
19345 \end_layout
19346
19347 \begin_layout Standard
19348
19349 \series bold
19350
19351 \backslash
19352 textcolor{色}{文字ないし数式}
19353 \end_layout
19354
19355 \begin_layout Standard
19356 下記の例は、全体を濃緑にし、一部を赤にしています。
19357 \end_layout
19358
19359 \begin_layout Standard
19360 \begin_inset ERT
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364
19365
19366 \backslash
19367 textcolor{darkgreen}{
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \begin_inset Formula 
19374 \[
19375 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19376 \]
19377
19378 \end_inset
19379
19380
19381 \begin_inset ERT
19382 status collapsed
19383
19384 \begin_layout Plain Layout
19385
19386 }
19387 \end_layout
19388
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \begin_layout Standard
19395 \SpecialChar LyX
19396 のバグのため、自己定義色は数式全体に対してしか使用することができません
19397 \begin_inset Foot
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401 \begin_inset CommandInset href
19402 LatexCommand href
19403 name "LyX-bug #5269"
19404 target "http://www.lyx.org/trac/ticket/5269"
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Subsection
19417 書体寸法
19418 \begin_inset CommandInset label
19419 LatexCommand label
19420 name "subsec:書体寸法"
19421
19422 \end_inset
19423
19424
19425 \begin_inset Index idx
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429 しょたい@書体 ! すんぽう@寸法
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
19439 \end_layout
19440
19441 \begin_layout Standard
19442
19443 \series bold
19444
19445 \backslash
19446 Huge
19447 \series default
19448
19449 \series bold
19450
19451 \backslash
19452 huge
19453 \series default
19454
19455 \series bold
19456
19457 \backslash
19458 LARGE
19459 \series default
19460
19461 \series bold
19462
19463 \backslash
19464 Large
19465 \series default
19466
19467 \series bold
19468
19469 \backslash
19470 large
19471 \series default
19472
19473 \series bold
19474
19475 \backslash
19476 normalsize
19477 \series default
19478
19479 \series bold
19480
19481 \backslash
19482 small
19483 \series default
19484 ,
19485 \begin_inset Newline newline
19486 \end_inset
19487
19488
19489 \series bold
19490
19491 \backslash
19492 footnotesize
19493 \series default
19494
19495 \series bold
19496
19497 \backslash
19498 scriptsize
19499 \series default
19500 、および
19501 \series bold
19502
19503 \backslash
19504 tiny
19505 \end_layout
19506
19507 \begin_layout Standard
19508 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19509 \series bold
19510
19511 \backslash
19512 normalsize
19513 \series default
19514 コマンドに設定されます。他のコマンドは、
19515 \series bold
19516
19517 \backslash
19518 normalsize
19519 \series default
19520 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19521 \begin_inset space \thinspace{}
19522 \end_inset
19523
19524 ptであるならば、
19525 \series bold
19526
19527 \backslash
19528 Huge
19529 \series default
19530 コマンドは
19531 \series bold
19532
19533 \backslash
19534 huge
19535 \series default
19536 コマンドと同じ大きさに落とされます。
19537 \end_layout
19538
19539 \begin_layout Standard
19540 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
19541 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
19542 モードで
19543 \series bold
19544
19545 \backslash
19546 normalsize
19547 \series default
19548 コマンドを挿入します。
19549 \end_layout
19550
19551 \begin_layout Standard
19552 数式内では、以下の寸法コマンドまたはツールバーボタン
19553 \begin_inset Info
19554 type  "icon"
19555 arg   "math-insert \\style"
19556 \end_inset
19557
19558 を使用して、寸法を変更することができます。
19559 \begin_inset Separator parbreak
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \begin_layout Standard
19566 \noindent
19567 \align center
19568 \begin_inset Tabular
19569 <lyxtabular version="3" rows="5" columns="2">
19570 <features tabularvalignment="middle">
19571 <column alignment="center" valignment="top">
19572 <column alignment="center" valignment="top">
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 コマンド
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 出力
19588 \begin_inset Note Note
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592
19593 \series bold
19594
19595 \backslash
19596 raisebox
19597 \series default
19598  はスペーサーとして使用されているだけです。
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 displaystyle
19617 \begin_inset Index idx
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621 こまんど@コマンド ! D ! 
19622 \backslash
19623 displaystyle
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \backslash
19653 textstyle
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 scriptstyle
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 scriptscriptstyle
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 </lyxtabular>
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \begin_layout Standard
19729 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19730 \end_layout
19731
19732 \begin_layout Standard
19733 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19734 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19735 \begin_inset VSpace -2mm
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset ERT
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746
19747
19748 \backslash
19749 huge 
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \begin_inset Formula 
19756 \[
19757 A=\frac{B}{c}\cdot\maltese
19758 \]
19759
19760 \end_inset
19761
19762
19763 \begin_inset Formula 
19764 \[
19765 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19766 \]
19767
19768 \end_inset
19769
19770
19771 \begin_inset ERT
19772 status collapsed
19773
19774 \begin_layout Plain Layout
19775
19776
19777 \backslash
19778 normalsize 
19779 \end_layout
19780
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Standard
19787 \begin_inset VSpace medskip
19788 \end_inset
19789
19790 二つの式の前には、
19791 \series bold
19792
19793 \backslash
19794 huge
19795 \series default
19796 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19797 \begin_inset Newline newline
19798 \end_inset
19799
19800
19801 \series bold
19802
19803 \backslash
19804 maltese
19805 \begin_inset space \textvisiblespace{}
19806 \end_inset
19807
19808 A Alt+M M 
19809 \backslash
19810 Large
19811 \begin_inset space \textvisiblespace{}
19812 \end_inset
19813
19814
19815 \backslash
19816 maltese
19817 \begin_inset space \textvisiblespace{}
19818 \end_inset
19819
19820
19821 \backslash
19822 textit
19823 \begin_inset space \textvisiblespace{}
19824 \end_inset
19825
19826 A
19827 \begin_inset Formula $\to$
19828 \end_inset
19829
19830
19831 \begin_inset Formula $\to$
19832 \end_inset
19833
19834
19835 \begin_inset Newline newline
19836 \end_inset
19837
19838
19839 \begin_inset space \hspace*{}
19840 \length 1cm
19841 \end_inset
19842
19843 Alt+M
19844 \series default
19845  
19846 \series bold
19847
19848 \backslash
19849 tiny
19850 \begin_inset space \textvisiblespace{}
19851 \end_inset
19852
19853
19854 \backslash
19855 maltese
19856 \begin_inset space \textvisiblespace{}
19857 \end_inset
19858
19859
19860 \backslash
19861 textit
19862 \begin_inset space \textvisiblespace{}
19863 \end_inset
19864
19865 A
19866 \begin_inset Newline newline
19867 \end_inset
19868
19869
19870 \series default
19871 のようになります。
19872 \end_layout
19873
19874 \begin_layout Standard
19875 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19876 \end_layout
19877
19878 \begin_layout Section
19879 ギリシャ文字
19880 \begin_inset Index idx
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884 ぎりしゃもじ@ギリシャ文字
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Standard
19893 すべてのギリシャ文字は、ツールバーボタンの
19894 \begin_inset Info
19895 type  "icon"
19896 arg   "math-insert \\alpha"
19897 \end_inset
19898
19899 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19900 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19901 \end_layout
19902
19903 \begin_layout Subsection
19904 小文字
19905 \begin_inset Index idx
19906 status collapsed
19907
19908 \begin_layout Plain Layout
19909 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19910 \end_layout
19911
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \begin_layout Standard
19918 \begin_inset space \hfill{}
19919 \end_inset
19920
19921
19922 \begin_inset Tabular
19923 <lyxtabular version="3" rows="11" columns="2">
19924 <features tabularvalignment="middle">
19925 <column alignment="center" valignment="top" width="0pt">
19926 <column alignment="center" valignment="top" width="0pt">
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 コマンド
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 出力
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 alpha
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\alpha$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 beta
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\beta$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 gamma
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\gamma$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 delta
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\delta$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 epsilon
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\epsilon$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 varepsilon
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\varepsilon$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 zeta
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\zeta$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 eta
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\eta$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 theta
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\theta$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 vartheta
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\vartheta$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 </lyxtabular>
20198
20199 \end_inset
20200
20201
20202 \begin_inset space \hfill{}
20203 \end_inset
20204
20205
20206 \begin_inset Tabular
20207 <lyxtabular version="3" rows="12" columns="2">
20208 <features tabularvalignment="middle">
20209 <column alignment="center" valignment="top" width="0pt">
20210 <column alignment="center" valignment="top" width="0pt">
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 コマンド
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 出力
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 iota
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\iota$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 kappa
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\kappa$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 varkappa
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\varkappa$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 lambda
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\lambda$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 mu
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\mu$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 nu
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\nu$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 xi
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\xi$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 o
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $o$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 pi
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\pi$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 varpi
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\varpi$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 rho
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\rho$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 </lyxtabular>
20505
20506 \end_inset
20507
20508
20509 \begin_inset space \hfill{}
20510 \end_inset
20511
20512
20513 \begin_inset Tabular
20514 <lyxtabular version="3" rows="11" columns="2">
20515 <features tabularvalignment="middle">
20516 <column alignment="center" valignment="top" width="0pt">
20517 <column alignment="center" valignment="top" width="0pt">
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 コマンド
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 出力
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 varrho
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\varrho$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 sigma
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\sigma$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 varsigma
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\varsigma$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 tau
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\tau$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 upsilon
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\upsilon$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 phi
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\phi$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 varphi
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\varphi$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 chi
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\chi$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 psi
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\psi$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 omega
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\omega$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \begin_inset space \hfill{}
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Standard
20800 \begin_inset VSpace medskip
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \begin_layout Standard
20807 アップライト体のギリシャ文字を作成する方法は、第
20808 \begin_inset CommandInset ref
20809 LatexCommand ref
20810 reference "subsec:アップライト体ギリシャ小文字"
20811
20812 \end_inset
20813
20814 節に説明されています。
20815 \end_layout
20816
20817 \begin_layout Subsection
20818 大文字
20819 \begin_inset Index idx
20820 status collapsed
20821
20822 \begin_layout Plain Layout
20823 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Standard
20832 \begin_inset space \hfill{}
20833 \end_inset
20834
20835
20836 \begin_inset Tabular
20837 <lyxtabular version="3" rows="7" columns="2">
20838 <features tabularvalignment="middle">
20839 <column alignment="center" valignment="top" width="0pt">
20840 <column alignment="center" valignment="top" width="0pt">
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \family roman
20848 \series medium
20849 \shape up
20850 \size normal
20851 \emph off
20852 \bar no
20853 \noun off
20854 \color none
20855 コマンド
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \family roman
20866 \series medium
20867 \shape up
20868 \size normal
20869 \emph off
20870 \bar no
20871 \noun off
20872 \color none
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 Gamma
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 $\Gamma$
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 Delta
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 $\Delta$
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" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 Theta
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\Theta$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 Lambda
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\Lambda$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 Xi
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Formula $\Xi$
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \backslash
21011 Pi
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Formula $\Pi$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 </lyxtabular>
21030
21031 \end_inset
21032
21033
21034 \begin_inset space \hfill{}
21035 \end_inset
21036
21037
21038 \begin_inset Tabular
21039 <lyxtabular version="3" rows="6" columns="2">
21040 <features tabularvalignment="middle">
21041 <column alignment="center" valignment="top" width="0pt">
21042 <column alignment="center" valignment="top" width="0pt">
21043 <row>
21044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \family roman
21050 \series medium
21051 \shape up
21052 \size normal
21053 \emph off
21054 \bar no
21055 \noun off
21056 \color none
21057 コマンド
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \family roman
21068 \series medium
21069 \shape up
21070 \size normal
21071 \emph off
21072 \bar no
21073 \noun off
21074 \color none
21075 出力
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 Sigma
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\Sigma$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 Upsilon
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\Upsilon$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 Phi
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\Phi$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 Psi
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\Psi$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 Omega
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\Omega$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 </lyxtabular>
21207
21208 \end_inset
21209
21210
21211 \begin_inset space \hfill{}
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 \begin_inset VSpace medskip
21219 \end_inset
21220
21221 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
21222 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
21223 \series bold
21224 var
21225 \series default
21226 を付けてください。たとえば、
21227 \series bold
21228
21229 \backslash
21230 varGamma
21231 \series default
21232 コマンドは、
21233 \begin_inset Formula $\varGamma$
21234 \end_inset
21235
21236 を生成します。もう一つの方法は、パッケージ
21237 \series bold
21238 fixmath
21239 \series default
21240
21241 \begin_inset Foot
21242 status collapsed
21243
21244 \begin_layout Plain Layout
21245
21246 \series bold
21247 fixmath
21248 \series default
21249 は、\SpecialChar LaTeX
21250 パッケージ
21251 \series bold
21252 was
21253 \series default
21254
21255 \begin_inset Index idx
21256 status collapsed
21257
21258 \begin_layout Plain Layout
21259 ぱっけーじ@パッケージ ! was
21260 \begin_inset ERT
21261 status collapsed
21262
21263 \begin_layout Plain Layout
21264
21265
21266 \backslash
21267 vspace{4mm}
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276
21277 に含まれています。
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \begin_inset Index idx
21284 status collapsed
21285
21286 \begin_layout Plain Layout
21287 ぱっけーじ@パッケージ ! fixmath
21288 \end_layout
21289
21290 \end_inset
21291
21292 を\SpecialChar LaTeX
21293 プリアンブル行に
21294 \end_layout
21295
21296 \begin_layout Standard
21297
21298 \series bold
21299
21300 \backslash
21301 usepackage{fixmath}
21302 \end_layout
21303
21304 \begin_layout Standard
21305 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
21306 \end_layout
21307
21308 \begin_layout Subsection
21309 ボールド体
21310 \begin_inset Index idx
21311 status collapsed
21312
21313 \begin_layout Plain Layout
21314 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
21315 \end_layout
21316
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \begin_layout Standard
21323 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
21324 \series bold
21325
21326 \backslash
21327 boldsymbol
21328 \series default
21329 コマンドのみです
21330 \begin_inset Index idx
21331 status collapsed
21332
21333 \begin_layout Plain Layout
21334 こまんど@コマンド ! B ! 
21335 \backslash
21336 boldsymbol
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \begin_inset Separator parbreak
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \begin_layout Standard
21349 \align center
21350 \begin_inset Tabular
21351 <lyxtabular version="3" rows="3" columns="2">
21352 <features tabularvalignment="middle">
21353 <column alignment="center" valignment="top">
21354 <column alignment="center" valignment="top">
21355 <row>
21356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 コマンド
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 出力
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \backslash
21382 Upsilon
21383 \backslash
21384 boldsymbol
21385 \backslash
21386 Upsilon
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 theta
21412 \backslash
21413 boldsymbol
21414 \backslash
21415 theta
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\theta\boldsymbol{\theta}$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 </lyxtabular>
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \begin_layout Section
21441 記号
21442 \begin_inset ERT
21443 status collapsed
21444
21445 \begin_layout Plain Layout
21446
21447
21448 \backslash
21449 texorpdfstring{
21450 \end_layout
21451
21452 \end_inset
21453
21454
21455 \begin_inset Foot
21456 status collapsed
21457
21458 \begin_layout Plain Layout
21459 各\SpecialChar LaTeX
21460 パッケージに含まれる全記号をほとんど網羅した一覧が、
21461 \begin_inset CommandInset citation
21462 LatexCommand cite
21463 key "Symbols"
21464
21465 \end_inset
21466
21467 にあります。
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \begin_inset ERT
21474 status collapsed
21475
21476 \begin_layout Plain Layout
21477
21478 }{}
21479 \end_layout
21480
21481 \end_inset
21482
21483
21484 \begin_inset Note Note
21485 status collapsed
21486
21487 \begin_layout Plain Layout
21488
21489 \backslash
21490 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21491 \end_layout
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 texorpdfstringについての詳細は、第
21497 \begin_inset CommandInset ref
21498 LatexCommand ref
21499 reference "subsec:節見出し中の数式"
21500
21501 \end_inset
21502
21503 節にあります。
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 きごう@記号
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 本節に掲げてある各記号の多くは、ツールバーボタンの
21523 \begin_inset Info
21524 type  "icon"
21525 arg   "math-insert \\nabla"
21526 \end_inset
21527
21528
21529 \begin_inset Info
21530 type  "icon"
21531 arg   "math-insert \\digamma"
21532 \end_inset
21533
21534 でも挿入することができます。
21535 \end_layout
21536
21537 \begin_layout Subsection
21538 数学記号
21539 \begin_inset CommandInset label
21540 LatexCommand label
21541 name "subsec:数学記号"
21542
21543 \end_inset
21544
21545
21546 \begin_inset Index idx
21547 status collapsed
21548
21549 \begin_layout Plain Layout
21550 きごう@記号 ! すうがく@数学
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \begin_layout Standard
21559 \begin_inset space \hfill{}
21560 \end_inset
21561
21562
21563 \begin_inset Tabular
21564 <lyxtabular version="3" rows="10" columns="2">
21565 <features tabularvalignment="middle">
21566 <column alignment="center" valignment="top" width="0pt">
21567 <column alignment="center" valignment="top" width="0pt">
21568 <row>
21569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 コマンド
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 出力
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 <row>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 neg
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\neg$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 Im
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\Im$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \backslash
21645 Re
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\Re$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668
21669 \backslash
21670 aleph
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\aleph$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693
21694 \backslash
21695 partial
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Formula $\partial$
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \backslash
21720 infty
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\infty$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 wp
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Formula $\wp$
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \backslash
21770 imath
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\imath$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 jmath
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset Formula $\jmath$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 </lyxtabular>
21814
21815 \end_inset
21816
21817
21818 \begin_inset space \hfill{}
21819 \end_inset
21820
21821
21822 \begin_inset Tabular
21823 <lyxtabular version="3" rows="10" columns="2">
21824 <features tabularvalignment="middle">
21825 <column alignment="center" valignment="top" width="0pt">
21826 <column alignment="center" valignment="top" width="0pt">
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 コマンド
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 出力
21842 \begin_inset Note Note
21843 status collapsed
21844
21845 \begin_layout Plain Layout
21846 ここで
21847 \series bold
21848
21849 \backslash
21850 raisebox
21851 \series default
21852 はスペーサーとして使用しているだけです。
21853 \end_layout
21854
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 forall
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\forall$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \backslash
21895 exists
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $\exists$
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \backslash
21920 nexists
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Formula $\nexists$
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \backslash
21945 emptyset
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Formula $\emptyset$
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 <row>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968
21969 \backslash
21970 varnothing
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 \begin_inset Formula $\varnothing$
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 </row>
21988 <row>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \backslash
21995 dag
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 \begin_inset Formula $\dag$
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 <row>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \backslash
22020 ddag
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $\ddag$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 <row>
22039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043
22044 \backslash
22045 complement
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 \begin_inset ERT
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058
22059
22060 \backslash
22061 raisebox{-0.8mm}{
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \begin_inset Formula $\complement$
22068 \end_inset
22069
22070
22071 \begin_inset ERT
22072 status collapsed
22073
22074 \begin_layout Plain Layout
22075
22076 }
22077 \end_layout
22078
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \backslash
22094 Bbbk
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $\Bbbk$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 </lyxtabular>
22113
22114 \end_inset
22115
22116
22117 \begin_inset space \hfill{}
22118 \end_inset
22119
22120
22121 \begin_inset Tabular
22122 <lyxtabular version="3" rows="10" columns="2">
22123 <features tabularvalignment="middle">
22124 <column alignment="center" valignment="top" width="0pt">
22125 <column alignment="center" valignment="top" width="0pt">
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 コマンド
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 出力
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 prime
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\prime$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \backslash
22178 backprime
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\backprime$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 mho
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\mho$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 triangle
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\triangle$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \backslash
22253 angle
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\angle$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 measuredangle
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\measuredangle$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 sphericalangle
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\sphericalangle$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 top
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\top$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 bot
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\bot$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 </lyxtabular>
22372
22373 \end_inset
22374
22375
22376 \begin_inset space \hfill{}
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \begin_layout Subsection
22383 その他の記号
22384 \begin_inset CommandInset label
22385 LatexCommand label
22386 name "subsec:その他の記号"
22387
22388 \end_inset
22389
22390
22391 \begin_inset Index idx
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395 きごう@記号 ! そのた@その他
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 \noindent
22405 \align center
22406 \begin_inset Tabular
22407 <lyxtabular version="3" rows="10" columns="2">
22408 <features tabularvalignment="middle">
22409 <column alignment="center" valignment="top" width="0pt">
22410 <column alignment="center" valignment="top" width="0pt">
22411 <row>
22412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \family roman
22418 \series medium
22419 \shape up
22420 \size normal
22421 \emph off
22422 \bar no
22423 \noun off
22424 \color none
22425 コマンド
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \family roman
22436 \series medium
22437 \shape up
22438 \size normal
22439 \emph off
22440 \bar no
22441 \noun off
22442 \color none
22443 出力
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 <row>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454
22455 \backslash
22456 flat
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 \begin_inset Formula $\flat$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \backslash
22481 natural
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Formula $\natural$
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 </row>
22499 <row>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \backslash
22506 sharp
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Formula $\sharp$
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \backslash
22531 surd
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 \begin_inset Formula $\surd$
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 </row>
22549 <row>
22550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554
22555 \backslash
22556 checkmark
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset Formula $\checkmark$
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \backslash
22581 yen
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 \begin_inset Formula $\yen$
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 pounds
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset Formula $\pounds$
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 $
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\$$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 §
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\mathsection$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 </lyxtabular>
22671
22672 \end_inset
22673
22674
22675 \begin_inset Tabular
22676 <lyxtabular version="3" rows="10" columns="2">
22677 <features tabularvalignment="middle">
22678 <column alignment="center" valignment="top">
22679 <column alignment="center" valignment="top">
22680 <row>
22681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \family roman
22687 \series medium
22688 \shape up
22689 \size normal
22690 \emph off
22691 \bar no
22692 \noun off
22693 \color none
22694 コマンド
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \family roman
22705 \series medium
22706 \shape up
22707 \size normal
22708 \emph off
22709 \bar no
22710 \noun off
22711 \color none
22712 出力
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \backslash
22725 hbar
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Formula $\hbar$
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 <row>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 hslash
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\hslash$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 clubsuit
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\clubsuit$
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 spadesuit
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $\spadesuit$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \backslash
22825 bigstar
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Formula $\bigstar$
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \backslash
22850 blacklozenge
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $\blacklozenge$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \backslash
22875 blacktriangle
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Formula $\blacktriangle$
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \backslash
22900 blacktiangledown
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Formula $\blacktriangledown$
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \backslash
22925 bullet
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 \begin_inset Formula $\bullet$
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 </row>
22943 </lyxtabular>
22944
22945 \end_inset
22946
22947
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="10" columns="2">
22950 <features tabularvalignment="middle">
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \family roman
22960 \series medium
22961 \shape up
22962 \size normal
22963 \emph off
22964 \bar no
22965 \noun off
22966 \color none
22967 コマンド
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \family roman
22978 \series medium
22979 \shape up
22980 \size normal
22981 \emph off
22982 \bar no
22983 \noun off
22984 \color none
22985 出力
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 diamondsuit
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\diamondsuit$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 Diamond
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\Diamond$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 heartsuit
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\heartsuit$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 P
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\P$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 copyright
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\copyright$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 circledR
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\circledR$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 maltese
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\maltese$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 diagup
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\diagup$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 diagdown
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\diagdown$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 </lyxtabular>
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 \begin_inset VSpace medskip
23225 \end_inset
23226
23227 ここにある以上の記号が、第
23228 \begin_inset CommandInset ref
23229 LatexCommand ref
23230 reference "subsec:他の特殊文字"
23231
23232 \end_inset
23233
23234 節に挙げてあります。
23235 \end_layout
23236
23237 \begin_layout Standard
23238 寸法を変えて表示することのできる記号もあります。第
23239 \begin_inset CommandInset ref
23240 LatexCommand ref
23241 reference "subsec:書体寸法"
23242
23243 \end_inset
23244
23245 節をご参照下さい。
23246 \end_layout
23247
23248 \begin_layout Subsection
23249 ユーロ通貨記号
23250 \begin_inset Index idx
23251 status collapsed
23252
23253 \begin_layout Plain Layout
23254 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \begin_inset Index idx
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264 E@
23265 \begin_inset ERT
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269
23270
23271 \backslash
23272 officialeuro
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
23287 パッケージ
23288 \series bold
23289 eurosym
23290 \series default
23291
23292 \begin_inset Index idx
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296 ぱっけーじ@パッケージ ! eurosym
23297 \end_layout
23298
23299 \end_inset
23300
23301 が導入されていて、以下のような\SpecialChar LaTeX
23302 プリアンブル行によって読み込まれていなくてはなりません。
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 usepackage[gennarrow]{eurosym}
23311 \end_layout
23312
23313 \begin_layout Standard
23314 すると、ユーロ通貨記号を
23315 \series bold
23316
23317 \backslash
23318 euro
23319 \series default
23320
23321 \begin_inset Index idx
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325 こまんど@コマンド ! E ! 
23326 \backslash
23327 euro
23328 \end_layout
23329
23330 \end_inset
23331
23332 コマンドで挿入することができるようになります。
23333 \end_layout
23334
23335 \begin_layout Standard
23336 数式テキストには、
23337 \series bold
23338 eurosym
23339 \series default
23340 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
23341 \series bold
23342 eurosym
23343 \series default
23344 が導入されていれば、
23345 \series bold
23346
23347 \backslash
23348 euro
23349 \series default
23350 は\SpecialChar TeX
23351 モードでも挿入することができます。また、正式な通貨記号を
23352 \series bold
23353
23354 \backslash
23355 officialeuro
23356 \series default
23357
23358 \begin_inset Index idx
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362 こまんど@コマンド ! O ! 
23363 \backslash
23364 officialeuro
23365 \end_layout
23366
23367 \end_inset
23368
23369 コマンド(これは\SpecialChar TeX
23370 モードでのみ使用することができます)で挿入することができます。
23371 \end_layout
23372
23373 \begin_layout Standard
23374 \begin_inset ERT
23375 status collapsed
23376
23377 \begin_layout Plain Layout
23378
23379
23380 \backslash
23381 ifeurosym 
23382 \end_layout
23383
23384 \end_inset
23385
23386
23387 \begin_inset Note Note
23388 status open
23389
23390 \begin_layout Plain Layout
23391 以下の表は、\SpecialChar LaTeX
23392 パッケージ
23393 \series bold
23394 eurosym
23395 \series default
23396 が導入済みのときのみ表示されます。
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Standard
23405 以下は、各ユーロ通貨記号のまとめです。
23406 \begin_inset Separator parbreak
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \begin_layout Standard
23413 \align center
23414 \begin_inset Tabular
23415 <lyxtabular version="3" rows="4" columns="3">
23416 <features tabularvalignment="middle">
23417 <column alignment="center" valignment="top" width="0pt">
23418 <column alignment="center" valignment="top" width="0pt">
23419 <column alignment="center" valignment="top" width="0pt">
23420 <row>
23421 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 コマンド
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 出力
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 数式
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 euro
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\euro$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 数式テキスト
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 (ユーロ記号)
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 (ユーロ記号)
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \SpecialChar TeX
23518 モード
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \backslash
23529 officialeuro
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 \begin_inset ERT
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542
23543
23544 \backslash
23545 officialeuro
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 </lyxtabular>
23557
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \begin_layout Standard
23564 \begin_inset ERT
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568
23569
23570 \backslash
23571 else 
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \begin_inset Note Note
23578 status open
23579
23580 \begin_layout Plain Layout
23581 以下は、\SpecialChar LaTeX
23582 パッケージ
23583 \series bold
23584 eurosym
23585 \series default
23586 が導入されていないときのみ表示されます。
23587 \end_layout
23588
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \begin_layout Standard
23595 本節の残りを出力としてみるためには、\SpecialChar LaTeX
23596 パッケージ
23597 \series bold
23598 eurosym
23599 \series default
23600 を導入する必要があります。
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 fi 
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Section
23620 関係子
23621 \begin_inset CommandInset label
23622 LatexCommand label
23623 name "sec:関係子"
23624
23625 \end_inset
23626
23627
23628 \begin_inset Index idx
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632 かんけいし@関係子
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \begin_inset Index idx
23639 status collapsed
23640
23641 \begin_layout Plain Layout
23642 ひかくし@比較子
23643 \begin_inset ERT
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647
23648 |see{
23649 \end_layout
23650
23651 \end_inset
23652
23653 関係子
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658
23659 }
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \begin_layout Standard
23673 関係子はすべて、ツールバーボタンの
23674 \begin_inset Info
23675 type  "icon"
23676 arg   "math-insert \\leq"
23677 \end_inset
23678
23679 でも挿入することができます。
23680 \end_layout
23681
23682 \begin_layout Standard
23683 \begin_inset space \hfill{}
23684 \end_inset
23685
23686
23687 \begin_inset Tabular
23688 <lyxtabular version="3" rows="17" columns="2">
23689 <features tabularvalignment="middle">
23690 <column alignment="center" valignment="top" width="0pt">
23691 <column alignment="center" valignment="top" width="0pt">
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 コマンド
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 出力
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 \begin_inset Formula $<$
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $<$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 le
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\le$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 ll
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\ll$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 prec
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\prec$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 preceq
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\preceq$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 subset
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\subset$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 subseteq
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\subseteq$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 sqsubseteq
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\sqsubseteq$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 in
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\in$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 vdash
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\vdash$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 smile
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\smile$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 lhd
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\lhd$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 unlhd
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\unlhd$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 gtrless
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\gtrless$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 mid
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\mid$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 nmid
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\nmid$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 </lyxtabular>
24114
24115 \end_inset
24116
24117
24118 \begin_inset space \hfill{}
24119 \end_inset
24120
24121
24122 \begin_inset Tabular
24123 <lyxtabular version="3" rows="17" columns="2">
24124 <features tabularvalignment="middle">
24125 <column alignment="center" valignment="top" width="0pt">
24126 <column alignment="center" valignment="top" width="0pt">
24127 <row>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 コマンド
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 出力
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 =
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $=$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 not=
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\not=$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 equiv
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Formula $\equiv$
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 sim
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Formula $\sim$
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 <row>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 simeq
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 \begin_inset Formula $\simeq$
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 approx
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Formula $\approx$
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 <row>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 cong
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $\cong$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 <row>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325
24326 \backslash
24327 bowtie
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Formula $\bowtie$
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 </row>
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 notin
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 \begin_inset Formula $\notin$
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
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 perp
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Formula $\perp$
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 <row>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 propto
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Formula $\propto$
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 asymp
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 \begin_inset Formula $\asymp$
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 doteq
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Formula $\doteq$
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 circeq
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 \begin_inset Formula $\circeq$
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 <row>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 models
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511 \begin_inset Formula $\models$
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 widehat=
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $\widehat{=}$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 </lyxtabular>
24546
24547 \end_inset
24548
24549
24550 \begin_inset space \hfill{}
24551 \end_inset
24552
24553
24554 \begin_inset Tabular
24555 <lyxtabular version="3" rows="17" columns="2">
24556 <features tabularvalignment="middle">
24557 <column alignment="center" valignment="top" width="0pt">
24558 <column alignment="center" valignment="top" width="0pt">
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \family roman
24566 \series medium
24567 \shape up
24568 \size normal
24569 \emph off
24570 \bar no
24571 \noun off
24572 \color none
24573 コマンド
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \family roman
24584 \series medium
24585 \shape up
24586 \size normal
24587 \emph off
24588 \bar no
24589 \noun off
24590 \color none
24591 出力
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 </row>
24597 <row>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Formula $>$
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614 \begin_inset Formula $>$
24615 \end_inset
24616
24617
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 <row>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 ge
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639 \begin_inset Formula $\ge$
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 </row>
24648 <row>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 gg
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 \begin_inset Formula $\gg$
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 <row>
24674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678
24679 \backslash
24680 succ
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 \begin_inset Formula $\succ$
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 </row>
24698 <row>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703
24704 \backslash
24705 succeq
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 \begin_inset Formula $\succeq$
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 </row>
24723 <row>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \backslash
24730 supset
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739 \begin_inset Formula $\supset$
24740 \end_inset
24741
24742
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 </row>
24748 <row>
24749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753
24754 \backslash
24755 supseteq
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 \begin_inset Formula $\supseteq$
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 </row>
24773 <row>
24774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \backslash
24780 sqsupseteq
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789 \begin_inset Formula $\sqsupseteq$
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 ni
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 \begin_inset Formula $\ni$
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 <row>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828
24829 \backslash
24830 dashv
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 \begin_inset Formula $\dashv$
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 </row>
24848 <row>
24849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853
24854 \backslash
24855 frown
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $\frown$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 rhd
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 \begin_inset Formula $\rhd$
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 unrhd
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 \begin_inset Formula $\unrhd$
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 <row>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 lessgtr
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 \begin_inset Formula $\lessgtr$
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 parallel
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Formula $\parallel$
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 <row>
24974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978
24979 \backslash
24980 nparallel
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $\nparallel$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 </lyxtabular>
24999
25000 \end_inset
25001
25002
25003 \begin_inset space \hfill{}
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \begin_inset VSpace medskip
25011 \end_inset
25012
25013
25014 \series bold
25015
25016 \backslash
25017 lhd
25018 \series default
25019
25020 \series bold
25021
25022 \backslash
25023 rhd
25024 \series default
25025 の文字は、同じように見える演算子
25026 \series bold
25027
25028 \backslash
25029 triangleleft
25030 \series default
25031 および
25032 \series bold
25033
25034 \backslash
25035 triangleright
25036 \series default
25037 よりも大きくなっています。
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \SpecialChar LyX
25042 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
25043 \begin_inset Info
25044 type  "icon"
25045 arg   "math-insert \\leqq"
25046 \end_inset
25047
25048 をご覧ください。
25049 \end_layout
25050
25051 \begin_layout Standard
25052 関係子は、記号とは違って、つねに前後に余白が置かれます。
25053 \end_layout
25054
25055 \begin_layout Standard
25056
25057 \series bold
25058
25059 \backslash
25060 stackrel
25061 \series default
25062
25063 \begin_inset Index idx
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067 こまんど@コマンド ! S ! 
25068 \backslash
25069 stackrel
25070 \end_layout
25071
25072 \end_inset
25073
25074 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
25075 \begin_inset Separator parbreak
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 \align center
25083 \begin_inset Tabular
25084 <lyxtabular version="3" rows="2" columns="2">
25085 <features tabularvalignment="middle">
25086 <column alignment="center" valignment="top">
25087 <column alignment="center" valignment="top">
25088 <row>
25089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 コマンド
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 出力
25103 \begin_inset Note Note
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107 ここで
25108 \series bold
25109
25110 \backslash
25111 raisebox
25112 \series default
25113 はスペーサーとして使用しているだけです。
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 </row>
25124 <row>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 A(r)
25130 \backslash
25131 stackrel
25132 \begin_inset space \textvisiblespace{}
25133 \end_inset
25134
25135 r
25136 \backslash
25137 to
25138 \backslash
25139 infty
25140 \begin_inset space \textvisiblespace{}
25141 \end_inset
25142
25143
25144 \begin_inset Formula $\downarrow$
25145 \end_inset
25146
25147
25148 \backslash
25149 approx
25150 \begin_inset space \textvisiblespace{}
25151 \end_inset
25152
25153
25154 \begin_inset space \textvisiblespace{}
25155 \end_inset
25156
25157 B
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 </row>
25175 </lyxtabular>
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Section
25183 関数
25184 \end_layout
25185
25186 \begin_layout Subsection
25187 定義済み関数
25188 \begin_inset CommandInset label
25189 LatexCommand label
25190 name "subsec:定義済み函数"
25191
25192 \end_inset
25193
25194
25195 \begin_inset Index idx
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199 かんすう@関数 ! ていぎずみ@定義済み
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 一般的に、数式表現では変数は
25209 \shape italic
25210 イタリック体
25211 \shape default
25212 に設定されますが、関数名はイタリック体にしません。なぜなら、
25213 \begin_inset Formula $sin$
25214 \end_inset
25215
25216
25217 \begin_inset Formula $s\cdot i\cdot n$
25218 \end_inset
25219
25220 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
25221 ックスラッシュを加えたコマンドとして挿入します。
25222 \begin_inset Separator parbreak
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \align center
25230 \begin_inset Tabular
25231 <lyxtabular version="3" rows="2" columns="4">
25232 <features tabularvalignment="middle">
25233 <column alignment="center" valignment="top" width="0pt">
25234 <column alignment="center" valignment="top" width="0pt">
25235 <column alignment="center" valignment="top" width="0pt">
25236 <column alignment="center" valignment="top" width="0pt">
25237 <row>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 コマンド
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251 出力
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 コマンド
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 出力
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280 Asin(x)+B
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289 \begin_inset Formula $Asin(x)+B$
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 A
25302 \backslash
25303 sin(x)+B
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 \begin_inset Formula $A\sin(x)+B$
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 </row>
25321 </lyxtabular>
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 以下の関数が定義済みです。
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset VSpace -2mm
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 \align center
25341 \begin_inset Tabular
25342 <lyxtabular version="3" rows="9" columns="4">
25343 <features tabularvalignment="middle">
25344 <column alignment="center" valignment="top" width="0pt">
25345 <column alignment="center" valignment="top" width="0pt">
25346 <column alignment="center" valignment="top" width="0pt">
25347 <column alignment="center" valignment="top" width="0pt">
25348 <row>
25349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 コマンド
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 コマンド
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 コマンド
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 コマンド
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 </row>
25386 <row>
25387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391
25392 \backslash
25393 sin
25394 \end_layout
25395
25396 \end_inset
25397 </cell>
25398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402
25403 \backslash
25404 sinh
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 arcsin
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 sup
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 </row>
25432 <row>
25433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 cos
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448
25449 \backslash
25450 cosh
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459
25460 \backslash
25461 arccos
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470
25471 \backslash
25472 inf
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 </row>
25478 <row>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483
25484 \backslash
25485 tan
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 tanh
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 arctan
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 lim
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 </row>
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 cot
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 coth
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \backslash
25553 arg
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562
25563 \backslash
25564 liminf
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 <row>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575
25576 \backslash
25577 sec
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586
25587 \backslash
25588 min
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \backslash
25599 deg
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 limsup
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621
25622 \backslash
25623 csc
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632
25633 \backslash
25634 max
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643
25644 \backslash
25645 det
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654
25655 \backslash
25656 Pr
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 </row>
25662 <row>
25663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \backslash
25669 ln
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 exp
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 dim
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 hom
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 \backslash
25715 lg
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724
25725 \backslash
25726 log
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Plain Layout
25735
25736 \backslash
25737 ker
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746
25747 \backslash
25748 gcd
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 </lyxtabular>
25755
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \begin_layout Standard
25762 上記は、数式ツールバーボタンの
25763 \begin_inset Info
25764 type  "icon"
25765 arg   "math-insert \\functions"
25766 \end_inset
25767
25768 でも挿入することができます。
25769 \end_layout
25770
25771 \begin_layout Subsection
25772 自己定義関数
25773 \begin_inset Index idx
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777 かんすう@関数 ! じこていぎ@自己定義
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25787 \end_layout
25788
25789 \begin_layout Itemize
25790 以下の行を\SpecialChar LaTeX
25791 プリアンブルに加えることによって関数を定義します。
25792 \begin_inset Foot
25793 status collapsed
25794
25795 \begin_layout Plain Layout
25796
25797 \series bold
25798
25799 \backslash
25800 DeclareMathOperator
25801 \series default
25802 についての詳細は、第
25803 \begin_inset CommandInset ref
25804 LatexCommand ref
25805 reference "subsec:自己定義演算子"
25806
25807 \end_inset
25808
25809 節をご参照下さい。
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \begin_inset Newline newline
25816 \end_inset
25817
25818
25819 \begin_inset VSpace -3mm
25820 \end_inset
25821
25822
25823 \begin_inset Newline newline
25824 \end_inset
25825
25826
25827 \series bold
25828
25829 \backslash
25830 DeclareMathOperator{
25831 \backslash
25832 sgn}{sgn}
25833 \series default
25834
25835 \begin_inset Index idx
25836 status collapsed
25837
25838 \begin_layout Plain Layout
25839 こまんど@コマンド ! D ! 
25840 \backslash
25841 dbinom@
25842 \backslash
25843 DeclareMathOperator
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \begin_inset Newline newline
25850 \end_inset
25851
25852
25853 \begin_inset VSpace -2mm
25854 \end_inset
25855
25856
25857 \begin_inset Newline newline
25858 \end_inset
25859
25860 これによって、新しく定義された関数を
25861 \series bold
25862
25863 \backslash
25864 sgn
25865 \series default
25866 コマンドで呼び出すことができるようになります。
25867 \end_layout
25868
25869 \begin_layout Itemize
25870 数式を普通に書き下し、関数名を選択して(上記の例では
25871 \emph on
25872 sgn
25873 \emph default
25874 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25875 \end_layout
25876
25877 \begin_layout Standard
25878 双方とも定義済み関数と同等の出力をもたらします
25879 \begin_inset Foot
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883 \SpecialChar LyX
25884 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \begin_inset Separator parbreak
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \align center
25898 \begin_inset Tabular
25899 <lyxtabular version="3" rows="3" columns="2">
25900 <features tabularvalignment="middle">
25901 <column alignment="center" valignment="top" width="0pt">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <row>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 コマンド
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917 出力
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 </row>
25923 <row>
25924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928 A
25929 \backslash
25930 sgn(x)+B
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset Formula $A\sgn(x)+B$
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953 A
25954 \backslash
25955 ,
25956 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25957 \end_inset
25958
25959 (x)+B
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 </lyxtabular>
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Standard
25985 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25986 \end_layout
25987
25988 \begin_layout Subsection
25989 極限
25990 \begin_inset Index idx
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994 きょくげん@極限
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 極限用には、
26004 \series bold
26005
26006 \backslash
26007 lim
26008 \series default
26009
26010 \begin_inset Index idx
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014 こまんど@コマンド ! L ! 
26015 \backslash
26016 lim
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \series bold
26023
26024 \backslash
26025 liminf
26026 \series default
26027
26028 \series bold
26029
26030 \backslash
26031 limsup
26032 \series default
26033 の他に、以下の関数があります。
26034 \begin_inset Separator parbreak
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \align center
26042 \begin_inset Tabular
26043 <lyxtabular version="3" rows="5" columns="2">
26044 <features tabularvalignment="middle">
26045 <column alignment="center" valignment="top">
26046 <column alignment="center" valignment="top">
26047 <row>
26048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 コマンド
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26058 \begin_inset Text
26059
26060 \begin_layout Plain Layout
26061 出力
26062 \begin_inset Note Note
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066 ここで
26067 \series bold
26068
26069 \backslash
26070 raisebox
26071 \series default
26072 はスペーサーとして使用しているだけです。
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 varliminf
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Formula $\varliminf$
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 <row>
26109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113
26114 \backslash
26115 varlimsup
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 \begin_inset Formula $\varlimsup$
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 </row>
26133 <row>
26134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138
26139 \backslash
26140 varprojlim
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Formula $\varprojlim$
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 varinjlim
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Formula $\varinjlim$
26175 \end_inset
26176
26177
26178 \begin_inset Formula $\raisebox{-2.5mm}{}$
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 </lyxtabular>
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset VSpace medskip
26196 \end_inset
26197
26198 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
26199 \end_layout
26200
26201 \begin_layout Standard
26202 \align center
26203 \begin_inset Tabular
26204 <lyxtabular version="3" rows="2" columns="2">
26205 <features tabularvalignment="middle">
26206 <column alignment="center" valignment="top" width="0pt">
26207 <column alignment="center" valignment="top" width="0pt">
26208 <row>
26209 <cell alignment="center" valignment="top" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 コマンド
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 <cell alignment="center" valignment="top" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222 \begin_inset space \hspace{}
26223 \length 1cm
26224 \end_inset
26225
26226 出力
26227 \begin_inset Note Note
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 ここで
26232 \series bold
26233
26234 \backslash
26235 raisebox
26236 \series default
26237 はスペーサーとして使用しているだけです。
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 <row>
26249 <cell alignment="center" valignment="top" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253
26254 \backslash
26255 lim_x
26256 \backslash
26257 to
26258 \begin_inset space \textvisiblespace{}
26259 \end_inset
26260
26261 A
26262 \begin_inset space \textvisiblespace{}
26263 \end_inset
26264
26265 x=B
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 </row>
26283 </lyxtabular>
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Standard
26291 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
26292 \begin_inset Formula 
26293 \[
26294 \lim_{x\to A}x=B
26295 \]
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset VSpace medskip
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 極限の組版を調整する仕方については、第
26311 \begin_inset CommandInset ref
26312 LatexCommand ref
26313 reference "subsec:演算子の範囲"
26314
26315 \end_inset
26316
26317 節をご覧ください。
26318 \end_layout
26319
26320 \begin_layout Subsection
26321 剰余関数
26322 \begin_inset Index idx
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326 かんすう@関数 ! じょうよ@剰余
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \begin_inset Index idx
26333 status collapsed
26334
26335 \begin_layout Plain Layout
26336 かんすう@関数 ! もじゅらす@モジュラス
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342 |see{
26343 \end_layout
26344
26345 \end_inset
26346
26347 剰余
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353 }
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Standard
26367 剰余関数は、特別に4つの派生型があります。
26368 \end_layout
26369
26370 \begin_layout Standard
26371 以下は、別行立て数式での派生型です。
26372 \begin_inset Formula 
26373 \begin{align*}
26374 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26375 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26376 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26377 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26378 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26379 \end{align*}
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Standard
26387 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
26388 のように文字を\SpecialChar TeX
26389 括弧で囲みます。
26390 \begin_inset Formula 
26391 \begin{align*}
26392 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26393 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26394 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
26395 \end{align*}
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Section
26403 特殊文字
26404 \begin_inset Index idx
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 とくしゅもじ@特殊文字
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Standard
26417 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
26418 \backslash
26419 を付けなくてはなりません。
26420 \begin_inset Separator parbreak
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \noindent
26428 \align center
26429 \begin_inset Tabular
26430 <lyxtabular version="3" rows="3" columns="2">
26431 <features tabularvalignment="middle">
26432 <column alignment="block" valignment="top">
26433 <column alignment="block" valignment="top">
26434 <row>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 コマンド
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 出力
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459
26460 \backslash
26461 ^
26462 \begin_inset space \textvisiblespace{}
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset Formula $\mathcircumflex$
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 </row>
26483 <row>
26484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488
26489 \backslash
26490 _
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 \begin_inset Formula $\_$
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 </lyxtabular>
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \begin_layout Subsection
26516 数式テキストにおける特殊文字
26517 \end_layout
26518
26519 \begin_layout Standard
26520 以下の各コマンドは、数式テキストか\SpecialChar TeX
26521 モード中でのみ使用することができます。
26522 \end_layout
26523
26524 \begin_layout Standard
26525 \begin_inset space \hfill{}
26526 \end_inset
26527
26528
26529 \begin_inset Tabular
26530 <lyxtabular version="3" rows="8" columns="2">
26531 <features tabularvalignment="middle">
26532 <column alignment="block" valignment="top">
26533 <column alignment="block" valignment="top">
26534 <row>
26535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 コマンド
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 出力
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 </row>
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559
26560 \backslash
26561 oe
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570 \begin_inset Formula $\textrm{œ}$
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584
26585 \backslash
26586 OE
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 \begin_inset Formula $\textrm{Œ}$
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609
26610 \backslash
26611 ae
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 \begin_inset Formula $\textrm{æ}$
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 </row>
26629 <row>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634
26635 \backslash
26636 AE
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645 \begin_inset Formula $\textrm{Æ}$
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 </row>
26654 <row>
26655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659
26660 \backslash
26661 aa
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 \begin_inset Formula $\textrm{\aa}$
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 </row>
26679 <row>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684
26685 \backslash
26686 AA
26687 \begin_inset Index idx
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691 A@
26692 \begin_inset ERT
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696
26697
26698 \backslash
26699 textrm{
26700 \backslash
26701 AA}
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720 \begin_inset Formula $\textrm{Å}$
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 </row>
26729 <row>
26730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734
26735 \backslash
26736 i
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745 \begin_inset Formula $\textrm{ı}$
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 </lyxtabular>
26755
26756 \end_inset
26757
26758
26759 \begin_inset space \hfill{}
26760 \end_inset
26761
26762
26763 \begin_inset Tabular
26764 <lyxtabular version="3" rows="8" columns="2">
26765 <features tabularvalignment="middle">
26766 <column alignment="block" valignment="top">
26767 <column alignment="center" valignment="top">
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 コマンド
26774 \begin_inset Note Note
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778 0
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796 出力
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 </row>
26802 <row>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807
26808 \backslash
26809 o
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818 \begin_inset Formula $\textrm{ø}$
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 </row>
26827 <row>
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832
26833 \backslash
26834 O
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26840 \begin_inset Text
26841
26842 \begin_layout Plain Layout
26843 \begin_inset Formula $\textrm{Ø}$
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 </row>
26852 <row>
26853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857
26858 \backslash
26859 l
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 \begin_inset Formula $\textrm{ł}$
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 </row>
26877 <row>
26878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882
26883 \backslash
26884 L
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 \begin_inset Formula $\textrm{Ł}$
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 </row>
26902 <row>
26903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Plain Layout
26907 !
26908 \begin_inset space \hspace{}
26909 \length 0mm
26910 \end_inset
26911
26912 `
26913 \begin_inset space \textvisiblespace{}
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 \begin_inset Formula $\textrm{!`}$
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939 ?
26940 \begin_inset space \hspace{}
26941 \length 0mm
26942 \end_inset
26943
26944 `
26945 \begin_inset space \textvisiblespace{}
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 \begin_inset Formula $\textrm{?`}$
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 </row>
26966 <row>
26967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971
26972 \backslash
26973 j
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 \begin_inset Formula $\textrm{ȷ}$
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 </row>
26991 </lyxtabular>
26992
26993 \end_inset
26994
26995
26996 \begin_inset space \hfill{}
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \begin_layout Standard
27003 \begin_inset Formula $\textrm{\textrm{Å}}$
27004 \end_inset
27005
27006
27007 \begin_inset Formula $\textrm{\textrm{Ø}}$
27008 \end_inset
27009
27010 の各文字は、数式ツールバーボタンの
27011 \begin_inset Info
27012 type  "icon"
27013 arg   "math-insert \\digamma"
27014 \end_inset
27015
27016 からも挿入することができます。
27017 \end_layout
27018
27019 \begin_layout Standard
27020 例外は、
27021 \series bold
27022 !
27023 \begin_inset space \hspace{}
27024 \length 0mm
27025 \end_inset
27026
27027 `
27028 \series default
27029
27030 \series bold
27031 ?
27032 \begin_inset space \hspace{}
27033 \length 0mm
27034 \end_inset
27035
27036 `
27037 \series default
27038 の各コマンドで、これらは直接\SpecialChar LyX
27039 中の本文に入れることができます。
27040 \end_layout
27041
27042 \begin_layout Subsection
27043 文章中のアクセント
27044 \begin_inset CommandInset label
27045 LatexCommand label
27046 name "subsec:文章中のアクセント"
27047
27048 \end_inset
27049
27050
27051 \begin_inset Index idx
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \begin_layout Standard
27064 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
27065 モードで入れなくてはなりません。
27066 \end_layout
27067
27068 \begin_layout Standard
27069 \begin_inset space \hfill{}
27070 \end_inset
27071
27072
27073 \begin_inset Tabular
27074 <lyxtabular version="3" rows="8" columns="2">
27075 <features tabularvalignment="middle">
27076 <column alignment="block" valignment="top">
27077 <column alignment="block" valignment="top">
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 コマンド
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 出力
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105
27106 \begin_inset Quotes grd
27107 \end_inset
27108
27109 e
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 "e
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 </row>
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141
27142 \backslash
27143 `e
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152 \begin_inset ERT
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157
27158 \backslash
27159 `e
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 </row>
27170 <row>
27171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27172 \begin_inset Text
27173
27174 \begin_layout Plain Layout
27175
27176 \backslash
27177 ^
27178 \begin_inset space \textvisiblespace{}
27179 \end_inset
27180
27181 e
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Plain Layout
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 ^e
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 </row>
27208 <row>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213
27214 \backslash
27215 =e
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224 \begin_inset ERT
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228
27229
27230 \backslash
27231 =e
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 </row>
27242 <row>
27243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27244 \begin_inset Text
27245
27246 \begin_layout Plain Layout
27247
27248 \backslash
27249 u
27250 \begin_inset space \textvisiblespace{}
27251 \end_inset
27252
27253 e
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 u e
27270 \end_layout
27271
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 </row>
27280 <row>
27281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27282 \begin_inset Text
27283
27284 \begin_layout Plain Layout
27285
27286 \backslash
27287 b
27288 \begin_inset space \textvisiblespace{}
27289 \end_inset
27290
27291 e
27292 \end_layout
27293
27294 \end_inset
27295 </cell>
27296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300 \begin_inset ERT
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304
27305
27306 \backslash
27307 b e
27308 \end_layout
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \end_inset
27316 </cell>
27317 </row>
27318 <row>
27319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323
27324 \backslash
27325 t
27326 \begin_inset space \textvisiblespace{}
27327 \end_inset
27328
27329 ee
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Plain Layout
27338 \begin_inset ERT
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342
27343
27344 \backslash
27345 t ee
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \end_inset
27354 </cell>
27355 </row>
27356 </lyxtabular>
27357
27358 \end_inset
27359
27360
27361 \begin_inset space \hfill{}
27362 \end_inset
27363
27364
27365 \begin_inset Tabular
27366 <lyxtabular version="3" rows="8" columns="2">
27367 <features tabularvalignment="middle">
27368 <column alignment="block" valignment="top">
27369 <column alignment="center" valignment="top">
27370 <row>
27371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 コマンド
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384 出力
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 </row>
27390 <row>
27391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27392 \begin_inset Text
27393
27394 \begin_layout Plain Layout
27395
27396 \backslash
27397 H
27398 \begin_inset space \textvisiblespace{}
27399 \end_inset
27400
27401 e
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 \begin_inset ERT
27411 status collapsed
27412
27413 \begin_layout Plain Layout
27414
27415
27416 \backslash
27417 H e
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 </row>
27428 <row>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Plain Layout
27433
27434 \backslash
27435 'e
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444 \begin_inset ERT
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 'e
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \backslash
27469 ~e
27470 \begin_inset Index idx
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 ちるだ@チルダ
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488 \begin_inset ERT
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492
27493
27494 \backslash
27495 ~e
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \end_inset
27504 </cell>
27505 </row>
27506 <row>
27507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511
27512 \backslash
27513 .e
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 \begin_inset ERT
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527
27528 \backslash
27529 .e
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 </row>
27540 <row>
27541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545
27546 \backslash
27547 v
27548 \begin_inset space \textvisiblespace{}
27549 \end_inset
27550
27551 e
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Plain Layout
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 v e
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 </row>
27578 <row>
27579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583
27584 \backslash
27585 d
27586 \begin_inset space \textvisiblespace{}
27587 \end_inset
27588
27589 e
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 \begin_inset ERT
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602
27603
27604 \backslash
27605 d e
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \end_inset
27614 </cell>
27615 </row>
27616 <row>
27617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27618 \begin_inset Text
27619
27620 \begin_layout Plain Layout
27621
27622 \backslash
27623 c
27624 \begin_inset space \textvisiblespace{}
27625 \end_inset
27626
27627 e
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 \begin_inset ERT
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640
27641
27642 \backslash
27643 c e
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \end_inset
27652 </cell>
27653 </row>
27654 </lyxtabular>
27655
27656 \end_inset
27657
27658
27659 \begin_inset space \hfill{}
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Standard
27666 \begin_inset VSpace medskip
27667 \end_inset
27668
27669
27670 \series bold
27671
27672 \backslash
27673 t
27674 \series default
27675 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27676 \series bold
27677
27678 \backslash
27679 t
27680 \begin_inset space \textvisiblespace{}
27681 \end_inset
27682
27683 sz
27684 \series default
27685 は、
27686 \begin_inset ERT
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690
27691
27692 \backslash
27693 t sz
27694 \end_layout
27695
27696 \end_inset
27697
27698 となります。
27699 \end_layout
27700
27701 \begin_layout Standard
27702
27703 \series bold
27704 `
27705 \series default
27706  ・
27707 \series bold
27708  '
27709 \series default
27710  ・ 
27711 \series bold
27712 ^
27713 \series default
27714  の各アクセントは、\SpecialChar TeX
27715 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27716 \begin_inset Foot
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \series bold
27727 ~
27728 \series default
27729 を、
27730 \emph on
27731 a
27732 \emph default
27733
27734 \emph on
27735 n
27736 \emph default
27737
27738 \emph on
27739 o
27740 \emph default
27741 といっしょに使うときも同様です。
27742 \end_layout
27743
27744 \begin_layout Standard
27745
27746 \series bold
27747
27748 \backslash
27749 b
27750 \series default
27751
27752 \series bold
27753
27754 \backslash
27755 c
27756 \series default
27757
27758 \series bold
27759
27760 \backslash
27761 d
27762 \series default
27763
27764 \series bold
27765
27766 \backslash
27767 H
27768 \series default
27769
27770 \series bold
27771
27772 \backslash
27773 t
27774 \series default
27775
27776 \series bold
27777
27778 \backslash
27779 u
27780 \series default
27781
27782 \series bold
27783
27784 \backslash
27785 v
27786 \series default
27787 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27788 。第
27789 \begin_inset CommandInset ref
27790 LatexCommand ref
27791 reference "subsec:一文字に付けるアクセント"
27792
27793 \end_inset
27794
27795 節をご参照下さい。
27796 \end_layout
27797
27798 \begin_layout Standard
27799 \begin_inset VSpace bigskip
27800 \end_inset
27801
27802 さらに、
27803 \series bold
27804
27805 \backslash
27806 textcircled
27807 \series default
27808
27809 \begin_inset Index idx
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813 こまんど@コマンド ! T ! 
27814 \backslash
27815 textcircled
27816 \end_layout
27817
27818 \end_inset
27819
27820 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
27821 \end_layout
27822
27823 \begin_layout Standard
27824 \align center
27825 \begin_inset Tabular
27826 <lyxtabular version="3" rows="3" columns="2">
27827 <features tabularvalignment="middle">
27828 <column alignment="center" valignment="top">
27829 <column alignment="center" valignment="top">
27830 <row>
27831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 コマンド
27836 \end_layout
27837
27838 \end_inset
27839 </cell>
27840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Plain Layout
27844 出力
27845 \begin_inset Note Note
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849 ここで
27850 \series bold
27851
27852 \backslash
27853 raisebox
27854 \series default
27855 はスペーサーとして使用しているだけです。
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 </row>
27866 <row>
27867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871
27872 \backslash
27873 textcircled{w}
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27879 \begin_inset Text
27880
27881 \begin_layout Plain Layout
27882 \begin_inset ERT
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886
27887
27888 \backslash
27889 textcircled{w}
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 </row>
27900 <row>
27901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905
27906 \backslash
27907 Large 
27908 \backslash
27909 textcircled{
27910 \backslash
27911 normalsize
27912 \backslash
27913 protect
27914 \backslash
27915 raisebox{-1.5pt}{W}}
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924 \begin_inset Formula $\raisebox{4.5mm}{}$
27925 \end_inset
27926
27927
27928 \begin_inset ERT
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932
27933
27934 \backslash
27935 Large 
27936 \backslash
27937 textcircled{
27938 \backslash
27939 normalsize
27940 \backslash
27941 protect
27942 \backslash
27943 raisebox{-1.5pt}W}
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \begin_inset Formula $\raisebox{-2mm}{}$
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 </row>
27958 </lyxtabular>
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27967 \series bold
27968
27969 \backslash
27970 Large
27971 \series default
27972
27973 \begin_inset Foot
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977
27978 \begin_inset CommandInset ref
27979 LatexCommand ref
27980 reference "subsec:書体寸法"
27981
27982 \end_inset
27983
27984 節参照のこと。
27985 \end_layout
27986
27987 \end_inset
27988
27989 で丸の大きさを指定しています。そして
27990 \series bold
27991
27992 \backslash
27993 raisebox
27994 \series default
27995
27996 \begin_inset Foot
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000
28001 \begin_inset CommandInset ref
28002 LatexCommand ref
28003 reference "subsec:枠なしボックス"
28004
28005 \end_inset
28006
28007 節参照のこと。
28008 \end_layout
28009
28010 \end_inset
28011
28012 を使って、文字が真ん中にくるようにしています。
28013 \end_layout
28014
28015 \begin_layout Subsection
28016 古式数字
28017 \begin_inset Index idx
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 こしきすうじ@古式数字
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 古式数字は、
28031 \series bold
28032
28033 \backslash
28034 oldstylenums
28035 \series default
28036
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 こまんど@コマンド ! O ! 
28042 \backslash
28043 oldstylenums
28044 \end_layout
28045
28046 \end_inset
28047
28048 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
28049 モード中でも使うことができます。コマンド書式は、
28050 \end_layout
28051
28052 \begin_layout Standard
28053
28054 \series bold
28055
28056 \backslash
28057 oldstylenums{数字}
28058 \end_layout
28059
28060 \begin_layout Standard
28061 です。
28062 \series bold
28063
28064 \backslash
28065 oldstylenums{0123456789}
28066 \series default
28067 というコマンドは、
28068 \begin_inset Formula $\oldstylenums{0123456789}$
28069 \end_inset
28070
28071 のようになります。
28072 \end_layout
28073
28074 \begin_layout Section
28075 数式様式
28076 \begin_inset CommandInset label
28077 LatexCommand label
28078 name "sec:数式様式"
28079
28080 \end_inset
28081
28082
28083 \begin_inset Index idx
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087 すうしき@数式 ! ようしき@様式
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Itemize
28096 以下の二つの配置様式があります。
28097 \begin_inset Separator parbreak
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \begin_deeper
28104 \begin_layout Description
28105 中央揃え 事前に定義された標準です。
28106 \end_layout
28107
28108 \begin_layout Description
28109 行頭下げ これを使うには、
28110 \family sans
28111 文書\SpecialChar menuseparator
28112 設定
28113 \family default
28114 メニューの
28115 \family sans
28116 文書クラス
28117 \family default
28118 において、
28119 \series bold
28120 fleqn
28121 \series default
28122 オプションを指定しておかなくてはなりません。
28123 \end_layout
28124
28125 \begin_layout Standard
28126
28127 \series bold
28128 行頭下げ
28129 \series default
28130 を用いる場合には、行頭下げの大きさを
28131 \series bold
28132
28133 \backslash
28134 mathindent
28135 \series default
28136
28137 \begin_inset Index idx
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 こまんど@コマンド ! M ! 
28142 \backslash
28143 mathindent
28144 \end_layout
28145
28146 \end_inset
28147
28148 の値で調整することができます。これを15
28149 \begin_inset space \thinspace{}
28150 \end_inset
28151
28152 mmにするには、\SpecialChar LaTeX
28153 プリアンブルに以下のコマンドを入れておきます。
28154 \end_layout
28155
28156 \begin_layout Standard
28157
28158 \series bold
28159
28160 \backslash
28161 setlength{
28162 \backslash
28163 mathindent}{15mm}
28164 \end_layout
28165
28166 \begin_layout Standard
28167
28168 \series bold
28169
28170 \backslash
28171 mathindent
28172 \series default
28173 を明示的に指定しない場合には、事前に定義されている30
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 ptが適用されます。
28178 \end_layout
28179
28180 \end_deeper
28181 \begin_layout Itemize
28182 また、以下の二つの連番様式があります。
28183 \begin_inset Separator parbreak
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \begin_deeper
28190 \begin_layout Description
28191 右 事前に定義された標準です。
28192 \end_layout
28193
28194 \begin_layout Description
28195 左 これを使うには、
28196 \family sans
28197 文書\SpecialChar menuseparator
28198 設定
28199 \family default
28200 メニューの
28201 \family sans
28202 文書クラス
28203 \family default
28204 において、
28205 \series bold
28206 leqno
28207 \series default
28208 オプションを指定しておかなくてはなりません。
28209 \end_layout
28210
28211 \end_deeper
28212 \begin_layout Standard
28213
28214 \series bold
28215 fleqn
28216 \series default
28217
28218 \series bold
28219 leqno
28220 \series default
28221 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
28222 \end_layout
28223
28224 \begin_layout Standard
28225 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
28226 \series bold
28227 中央揃え
28228 \series default
28229 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "subsec:flalign環境"
28233
28234 \end_inset
28235
28236 節をご覧下さい。
28237 \end_layout
28238
28239 \begin_layout Section
28240 多行数式
28241 \begin_inset CommandInset label
28242 LatexCommand label
28243 name "sec:多行数式"
28244
28245 \end_inset
28246
28247
28248 \begin_inset Index idx
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252 すうしき@数式 ! たぎょう@多行
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256 ——
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Subsection
28265 概要
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \SpecialChar LyX
28270 では、多行数式は、数式中で
28271 \begin_inset Info
28272 type  "shortcut"
28273 arg   "newline-insert newline"
28274 \end_inset
28275
28276 を押すことで作られます。この操作によって、第
28277 \begin_inset CommandInset ref
28278 LatexCommand ref
28279 reference "subsec:eqnarray環境"
28280
28281 \end_inset
28282
28283 節に述べられている
28284 \series bold
28285 eqnarray環境
28286 \series default
28287 が作り出されるか、あるいは文書設定で
28288 \family sans
28289 AMS mathパッケージを使う
28290 \family default
28291 オプションが選択されている場合には、第
28292 \begin_inset CommandInset ref
28293 LatexCommand ref
28294 reference "subsec:標準align環境"
28295
28296 \end_inset
28297
28298 節に述べられている
28299 \series bold
28300 align環境
28301 \series default
28302 が作り出されることになります。
28303 \end_layout
28304
28305 \begin_layout Standard
28306 他にも、
28307 \family sans
28308 挿入\SpecialChar menuseparator
28309 数式
28310 \family default
28311 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28312 \end_layout
28313
28314 \begin_layout Standard
28315 すべての多行数式において、新規行は、
28316 \begin_inset Info
28317 type  "shortcut"
28318 arg   "newline-insert newline"
28319 \end_inset
28320
28321 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28322 \begin_inset Info
28323 type  "icon"
28324 arg   "inset-modify tabular append-row"
28325 \end_inset
28326
28327
28328 \begin_inset Info
28329 type  "icon"
28330 arg   "inset-modify tabular delete-row"
28331 \end_inset
28332
28333 を使うか、
28334 \family sans
28335 編集\SpecialChar menuseparator
28336 行と列
28337 \family default
28338 メニューを使うことができます。
28339 \end_layout
28340
28341 \begin_layout Subsubsection
28342 行間
28343 \begin_inset CommandInset label
28344 LatexCommand label
28345 name "subsec:行間"
28346
28347 \end_inset
28348
28349
28350 \begin_inset Index idx
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 すうしき@数式 ! たぎょう@多行
28355 \begin_inset space \thinspace{}
28356 \end_inset
28357
28358 —— ! ぎょうかん@行間
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28368 \begin_inset Formula 
28369 \begin{eqnarray*}
28370 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}\\
28371 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
28372 \end{eqnarray*}
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 \SpecialChar LaTeX
28381 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
28382 には実装されていない
28383 \begin_inset Foot
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387 \begin_inset CommandInset href
28388 LatexCommand href
28389 name "LyX-bug #1505"
28390 target "http://www.lyx.org/trac/ticket/1505"
28391
28392 \end_inset
28393
28394 を参照。
28395 \end_layout
28396
28397 \end_inset
28398
28399 ので、数式全体を\SpecialChar TeX
28400 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28401 \series bold
28402
28403 \backslash
28404
28405 \backslash
28406 [3mm]
28407 \series default
28408 というコマンドを入れます。すると、次のようになります。
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 begin{eqnarray*}
28417 \end_layout
28418
28419 \begin_layout Plain Layout
28420
28421 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28422  = & 
28423 \backslash
28424 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28425 \backslash
28426
28427 \backslash
28428 [3mm]
28429 \end_layout
28430
28431 \begin_layout Plain Layout
28432
28433 4x^{2}
28434 \backslash
28435 left(B^{2}+x_{0}^{2}
28436 \backslash
28437 right)+4x_{0}x
28438 \backslash
28439 left(D-B^{2}
28440 \backslash
28441 right)+B^{2}
28442 \backslash
28443 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28444 \backslash
28445 right) & = & 0
28446 \end_layout
28447
28448 \begin_layout Plain Layout
28449
28450
28451 \backslash
28452 end{eqnarray*}
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 \begin_inset VSpace bigskip
28462 \end_inset
28463
28464 同一数式内のすべての行の行間を一律に指定するには、
28465 \series bold
28466
28467 \backslash
28468 jot
28469 \series default
28470
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 こまんど@コマンド ! J ! 
28476 \backslash
28477 jot
28478 \end_layout
28479
28480 \end_inset
28481
28482 変数を変更します。定義は、
28483 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
28484 \end_inset
28485
28486 となっています。
28487 \series bold
28488
28489 \backslash
28490 jot
28491 \series default
28492 の既定値は、3
28493 \begin_inset space \thinspace{}
28494 \end_inset
28495
28496 ptです。上記の例のように、行間を3
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 mm追加するには、
28501 \end_layout
28502
28503 \begin_layout Standard
28504
28505 \series bold
28506
28507 \backslash
28508 setlength{
28509 \backslash
28510 jot}{3mm+3pt}
28511 \end_layout
28512
28513 \begin_layout Standard
28514 というコマンドを、数式直前に\SpecialChar TeX
28515 モードで入れておきます。これを行うには、\SpecialChar LaTeX
28516 プリアンブルに
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 usepackage{calc}
28525 \end_layout
28526
28527 \begin_layout Standard
28528 という行を入れて、\SpecialChar LaTeX
28529 パッケージ
28530 \series bold
28531 calc
28532 \series default
28533
28534 \begin_inset Foot
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538
28539 \series bold
28540 calc
28541 \series default
28542 は標準的な\SpecialChar LaTeX
28543 頒布版のすべてに付属しています。
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \begin_inset Index idx
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 ぱっけーじ@パッケージ ! calc
28554 \end_layout
28555
28556 \end_inset
28557
28558  を読み込んでおく必要があります。すると、
28559 \begin_inset ERT
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563
28564
28565 \backslash
28566 setlength{
28567 \backslash
28568 jot}{3mm+3pt}
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset Formula 
28575 \begin{eqnarray*}
28576 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}\\
28577 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
28578 \end{eqnarray*}
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Standard
28586 \begin_inset ERT
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590
28591
28592 \backslash
28593 setlength{
28594 \backslash
28595 jot}{3pt}
28596 \end_layout
28597
28598 \end_inset
28599
28600 のような結果を得ます。行間を既定値に戻すには、
28601 \series bold
28602
28603 \backslash
28604 jot
28605 \series default
28606 をふたたび3
28607 \begin_inset space \thinspace{}
28608 \end_inset
28609
28610 ptに戻します。
28611 \end_layout
28612
28613 \begin_layout Subsubsection
28614 列間
28615 \begin_inset CommandInset label
28616 LatexCommand label
28617 name "subsec:列間"
28618
28619 \end_inset
28620
28621
28622 \begin_inset Index idx
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626 すうしき@数式 ! たぎょう@多行
28627 \begin_inset space \thinspace{}
28628 \end_inset
28629
28630 —— ! れつかん@列間
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \begin_layout Standard
28639 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 列間は、
28645 \series bold
28646
28647 \backslash
28648 arraycolsep
28649 \series default
28650
28651 \begin_inset Index idx
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 こまんど@コマンド ! A ! 
28656 \backslash
28657 arraycolsep
28658 \end_layout
28659
28660 \end_inset
28661
28662 変数を使って指定し、
28663 \begin_inset Newline newline
28664 \end_inset
28665
28666 列間 = 2
28667 \begin_inset space \thinspace{}
28668 \end_inset
28669
28670
28671 \series bold
28672
28673 \backslash
28674 arraycolsep
28675 \series default
28676
28677 \begin_inset Newline newline
28678 \end_inset
28679
28680 という関係があります。したがって、
28681 \end_layout
28682
28683 \begin_layout Standard
28684
28685 \series bold
28686
28687 \backslash
28688 setlength{
28689 \backslash
28690 arraycolsep}{1cm}
28691 \end_layout
28692
28693 \begin_layout Standard
28694 というコマンドを\SpecialChar TeX
28695 モードで入れると、ここから後のすべての数式の列間が2
28696 \begin_inset space \thinspace{}
28697 \end_inset
28698
28699 cmになります。これを既定値に戻すには、
28700 \series bold
28701
28702 \backslash
28703 arraycolsep
28704 \series default
28705 を5
28706 \begin_inset space \thinspace{}
28707 \end_inset
28708
28709 ptに戻して下さい。
28710 \end_layout
28711
28712 \begin_layout Standard
28713 以下は、2
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 cmの列間を持つ数式です。
28718 \begin_inset ERT
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722
28723
28724 \backslash
28725 setlength{
28726 \backslash
28727 arraycolsep}{1cm}
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \begin_inset Formula 
28734 \begin{eqnarray*}
28735 A & = & B\\
28736 C & \ne & A
28737 \end{eqnarray*}
28738
28739 \end_inset
28740
28741 行列の既定の列間10
28742 \begin_inset space \thinspace{}
28743 \end_inset
28744
28745 ptを持つ数式です。
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751
28752 \backslash
28753 setlength{
28754 \backslash
28755 arraycolsep}{5pt}
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \begin_inset Formula 
28762 \begin{eqnarray*}
28763 A & = & B\\
28764 C & \ne & A
28765 \end{eqnarray*}
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Subsubsection
28773 長い数式
28774 \begin_inset Index idx
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 すうしき@数式 ! ながい@長い
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 長い数式は、以下の方法を使って組版することができます。
28788 \end_layout
28789
28790 \begin_layout Itemize
28791 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28792 \begin_inset Formula 
28793 \begin{eqnarray}
28794 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 \\
28795  &  & -\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}
28796 \end{eqnarray}
28797
28798 \end_inset
28799
28800 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28801 示されません。これを避けるために、マイナス記号の後に
28802 \series bold
28803
28804 \backslash
28805 hspace
28806 \series default
28807 .
28808 \begin_inset Foot
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813 \series bold
28814
28815 \backslash
28816 hspace
28817 \series default
28818 に関しての詳細は、第
28819 \begin_inset CommandInset ref
28820 LatexCommand ref
28821 reference "subsec:可変長の空白"
28822
28823 \end_inset
28824
28825 節をご覧下さい。
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 こまんど@コマンド ! H ! 
28836 \backslash
28837 hspace
28838 \end_layout
28839
28840 \end_inset
28841
28842 コマンドを使って3
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 pt空白を入れてあります。
28847 \end_layout
28848
28849 \begin_layout Itemize
28850 数式の両辺がともに長すぎるときには、
28851 \series bold
28852
28853 \backslash
28854 lefteqn
28855 \series default
28856
28857 \begin_inset Index idx
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 こまんど@コマンド ! L ! 
28862 \backslash
28863 lefteqn
28864 \end_layout
28865
28866 \end_inset
28867
28868 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28869 \begin_inset Formula 
28870 \begin{eqnarray}
28871 \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 \\
28872  &  & -\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 \\
28873  &  & =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}
28874 \end{eqnarray}
28875
28876 \end_inset
28877
28878
28879 \series bold
28880
28881 \backslash
28882 lefteqn
28883 \series default
28884 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28885 \begin_inset Newline newline
28886 \end_inset
28887
28888 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28889 \begin_inset VSpace medskip
28890 \end_inset
28891
28892
28893 \begin_inset Newline newline
28894 \end_inset
28895
28896
28897 \begin_inset Note Greyedout
28898 status open
28899
28900 \begin_layout Plain Layout
28901
28902 \series bold
28903
28904 \backslash
28905 lefteqn
28906 \series default
28907 を使用する際には、以下のことにご注意下さい。
28908 \end_layout
28909
28910 \begin_layout Itemize
28911 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28912 \begin_inset Formula $-B^{2}$
28913 \end_inset
28914
28915 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28916 \end_layout
28917
28918 \begin_layout Itemize
28919 \SpecialChar LyX
28920 のバグによって、最初の行にマウスでカーソルを入れることはできません
28921 \begin_inset Foot
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 \begin_inset CommandInset href
28926 LatexCommand href
28927 name "LyX-bug #1429"
28928 target "http://www.lyx.org/trac/ticket/1429"
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \end_inset
28936
28937 。カーソルを行頭に合わせて、矢印
28938 \begin_inset Flex Ruby
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942
28943 \begin_inset Argument post:1
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947 キー
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \end_inset
28956
28957 で移動するしかありません。
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Itemize
28966 長い数式を組む他の方法として、第
28967 \begin_inset CommandInset ref
28968 LatexCommand ref
28969 reference "subsec:multline環境"
28970
28971 \end_inset
28972
28973 節と第
28974 \begin_inset CommandInset ref
28975 LatexCommand ref
28976 reference "subsec:数式の一部の多行化"
28977
28978 \end_inset
28979
28980 節で述べられている環境を用いる方法があります。
28981 \end_layout
28982
28983 \begin_layout Subsubsection
28984 多行にわたる分数
28985 \begin_inset CommandInset label
28986 LatexCommand label
28987 name "subsec:多行にわたる分数"
28988
28989 \end_inset
28990
28991
28992 \begin_inset Index idx
28993 status open
28994
28995 \begin_layout Plain Layout
28996 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
29006 \series bold
29007
29008 \backslash
29009 splitfrac
29010 \series default
29011 コマンド
29012 \begin_inset Index idx
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 こまんど@コマンド ! S ! 
29017 \backslash
29018 splitfrac
29019 \end_layout
29020
29021 \end_inset
29022
29023 を使うことができます。これを有効化するには、文書設定の
29024 \family sans
29025 数式オプション
29026 \family default
29027 で、
29028 \series bold
29029 mathtools
29030 \series default
29031 パッケージ
29032 \begin_inset Index idx
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036 ぱっけーじ@パッケージ ! mathtools
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \family sans
29043 常に読み込み
29044 \family default
29045 オプションを指定してください。
29046 \series bold
29047
29048 \backslash
29049 splitfrac
29050 \series default
29051 のスキームは
29052 \end_layout
29053
29054 \begin_layout Standard
29055
29056 \series bold
29057
29058 \backslash
29059 splitfrac{1行目}{2行目}
29060 \end_layout
29061
29062 \begin_layout Standard
29063 となっており、分母にも分子にも使うことができます。
29064 \end_layout
29065
29066 \begin_layout Standard
29067 \begin_inset Formula 
29068 \[
29069 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
29070 \]
29071
29072 \end_inset
29073
29074 上記の最初の分子に使われているコマンドは、
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \series bold
29080
29081 \backslash
29082 splitfrac{xy+xy+xy+xy+xy
29083 \begin_inset space \textvisiblespace{}
29084 \end_inset
29085
29086
29087 \backslash
29088 {+wy+wy+wy+wy
29089 \end_layout
29090
29091 \begin_layout Standard
29092 です。
29093 \end_layout
29094
29095 \begin_layout Subsubsection
29096 多行にわたる括弧
29097 \begin_inset CommandInset label
29098 LatexCommand label
29099 name "subsec:多行にわたる括弧"
29100
29101 \end_inset
29102
29103
29104 \begin_inset Index idx
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
29118 \begin_inset Formula 
29119 \begin{eqnarray*}
29120 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29121  &  & \left.\cdots+B-D\right]
29122 \end{eqnarray*}
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
29131 \end_layout
29132
29133 \begin_layout Standard
29134 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
29135 \series bold
29136
29137 \backslash
29138 right.
29139 \series default
29140
29141 \begin_inset Index idx
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145 こまんど@コマンド ! R ! 
29146 \backslash
29147 right
29148 \end_layout
29149
29150 \end_inset
29151
29152 とし、二行めの始めを
29153 \series bold
29154
29155 \backslash
29156 left.
29157 \begin_inset Foot
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162 \series bold
29163
29164 \backslash
29165 left
29166 \series default
29167
29168 \series bold
29169
29170 \backslash
29171 right
29172 \series default
29173 に関する詳細は、第
29174 \begin_inset CommandInset ref
29175 LatexCommand ref
29176 reference "subsec:自動の括弧丈"
29177
29178 \end_inset
29179
29180 節をご覧下さい。
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \series default
29187
29188 \begin_inset Index idx
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 こまんど@コマンド ! L ! 
29193 \backslash
29194 left
29195 \end_layout
29196
29197 \end_inset
29198
29199 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
29200 \series bold
29201
29202 \backslash
29203 left.
29204 \series default
29205 の後に、
29206 \series bold
29207
29208 \backslash
29209 vphantom
29210 \series default
29211
29212 \begin_inset space \textvisiblespace{}
29213 \end_inset
29214
29215
29216 \series bold
29217
29218 \backslash
29219 prod
29220 \series default
29221 ^
29222 \begin_inset space \textvisiblespace{}
29223 \end_inset
29224
29225
29226 \series bold
29227
29228 \backslash
29229 infty
29230 \series default
29231
29232 \begin_inset space \textvisiblespace{}
29233 \end_inset
29234
29235
29236 \series bold
29237
29238 \begin_inset Formula $\downarrow$
29239 \end_inset
29240
29241 _R=1}
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 こまんど@コマンド ! V ! 
29249 \backslash
29250 vphantom
29251 \end_layout
29252
29253 \end_inset
29254
29255 というコマンドを挿入します。
29256 \end_layout
29257
29258 \begin_layout Standard
29259 その結果が以下の数式です。
29260 \begin_inset Formula 
29261 \begin{eqnarray*}
29262 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29263  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29264 \end{eqnarray*}
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Subsection
29272 align環境
29273 \end_layout
29274
29275 \begin_layout Standard
29276 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
29277 \end_layout
29278
29279 \begin_layout Standard
29280 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
29281 \end_layout
29282
29283 \begin_layout Standard
29284 align環境は、
29285 \family sans
29286 挿入\SpecialChar menuseparator
29287 数式
29288 \family default
29289 メニューから作ることができます。
29290 \family sans
29291 編集\SpecialChar menuseparator
29292 数式\SpecialChar menuseparator
29293 数式の表記を変更
29294 \family default
29295 メニューを使えば、既存の数式をalign環境に変更することができます。
29296 \end_layout
29297
29298 \begin_layout Standard
29299 列を追加したり削除したりするには、数式ツールバーボタンの
29300 \begin_inset Info
29301 type  "icon"
29302 arg   "inset-modify tabular append-column"
29303 \end_inset
29304
29305
29306 \begin_inset Info
29307 type  "icon"
29308 arg   "inset-modify tabular delete-column"
29309 \end_inset
29310
29311 を使うか、
29312 \family sans
29313 編集\SpecialChar menuseparator
29314 行と列
29315 \family default
29316 メニューを使います。
29317 \end_layout
29318
29319 \begin_layout Subsubsection
29320 標準align環境
29321 \begin_inset CommandInset label
29322 LatexCommand label
29323 name "subsec:標準align環境"
29324
29325 \end_inset
29326
29327
29328 \begin_inset Index idx
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 すうしき@数式 ! たぎょう@多行
29333 \begin_inset space \thinspace{}
29334 \end_inset
29335
29336 —— ! alignかんきょう@align環境
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345 このalign環境は、数式中で
29346 \begin_inset Info
29347 type  "shortcut"
29348 arg   "newline-insert newline"
29349 \end_inset
29350
29351 を押すか、
29352 \family sans
29353 挿入\SpecialChar menuseparator
29354 数式\SpecialChar menuseparator
29355 AMS align環境
29356 \family default
29357 メニューで作ることができます。
29358 \end_layout
29359
29360 \begin_layout Standard
29361 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29362 \begin_inset Formula 
29363 \begin{align*}
29364 A & =\sin(B) & C & =D\\
29365 C & \ne A & B & \ne D
29366 \end{align*}
29367
29368 \end_inset
29369
29370 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29371 \series bold
29372
29373 \backslash
29374 hfill
29375 \begin_inset Foot
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379
29380 \series bold
29381
29382 \backslash
29383 hfill
29384 \series default
29385 に関する詳細は、第
29386 \begin_inset CommandInset ref
29387 LatexCommand ref
29388 reference "subsec:可変長の空白"
29389
29390 \end_inset
29391
29392 節をご覧下さい。
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \series default
29399 があるかのように配置されます。数式様式として
29400 \series bold
29401 行頭下げ
29402 \begin_inset Foot
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 \series bold
29408 数式様式については、第
29409 \series default
29410
29411 \begin_inset CommandInset ref
29412 LatexCommand ref
29413 reference "sec:数式様式"
29414
29415 \end_inset
29416
29417 節をご覧下さい。
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \series default
29424 を使う場合には、第一列の前の
29425 \series bold
29426
29427 \backslash
29428 hfill
29429 \series default
29430 はない形で数式が設定されます。
29431 \end_layout
29432
29433 \begin_layout Subsubsection
29434 alignat環境
29435 \begin_inset Index idx
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 すうしき@数式 ! たぎょう@多行
29440 \begin_inset space \thinspace{}
29441 \end_inset
29442
29443 —— ! alignatかんきょう@alignat環境
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29453 \begin_inset CommandInset ref
29454 LatexCommand ref
29455 reference "subsec:空白"
29456
29457 \end_inset
29458
29459 節に述べられている空白を使用して手動で入れます。
29460 \end_layout
29461
29462 \begin_layout Standard
29463 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29464 \begin_inset space \thinspace{}
29465 \end_inset
29466
29467 cmの空白を入れたものです。
29468 \begin_inset Formula 
29469 \begin{alignat*}{2}
29470 A & =\sin(B) & \hspace{1cm}C & =D\\
29471 C & \ne A & B & \ne D
29472 \end{alignat*}
29473
29474 \end_inset
29475
29476 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29477 \end_layout
29478
29479 \begin_layout Subsubsection
29480 flalign環境
29481 \begin_inset CommandInset label
29482 LatexCommand label
29483 name "subsec:flalign環境"
29484
29485 \end_inset
29486
29487
29488 \begin_inset Index idx
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 すうしき@数式 ! たぎょう@多行
29493 \begin_inset space \thinspace{}
29494 \end_inset
29495
29496 —— ! flalignかんきょう@flalign環境
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29506 \begin_inset Formula 
29507 \begin{flalign*}
29508 A & =1 & B & =2 & C & =3\\
29509 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29510 \end{flalign*}
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
29519 括弧を入れておくと、数式様式として
29520 \series bold
29521 中央揃え
29522 \series default
29523 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29524 \begin_inset CommandInset ref
29525 LatexCommand eqref
29526 reference "eq:VolInt"
29527
29528 \end_inset
29529
29530 式を行頭下げにしたものです。
29531 \begin_inset Formula 
29532 \begin{flalign}
29533 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29534 \end{flalign}
29535
29536 \end_inset
29537
29538 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29539 \begin_inset space \thinspace{}
29540 \end_inset
29541
29542 ptの空白が第1列の頭に入れてあります。
29543 \end_layout
29544
29545 \begin_layout Subsection
29546 eqnarray環境
29547 \begin_inset CommandInset label
29548 LatexCommand label
29549 name "subsec:eqnarray環境"
29550
29551 \end_inset
29552
29553
29554 \begin_inset Index idx
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 すうしき@数式 ! たぎょう@多行
29559 \begin_inset space \thinspace{}
29560 \end_inset
29561
29562 —— ! eqnarrayかんきょう@eqnarray環境
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29572 いるので、その内容は中央揃えで少し小さく設定されます。
29573 \begin_inset Formula 
29574 \begin{eqnarray*}
29575 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29576 AB & AB & AB\\
29577 A & = & A
29578 \end{eqnarray*}
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Subsection
29586 gather環境
29587 \begin_inset Index idx
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 すうしき@数式 ! たぎょう@多行
29592 \begin_inset space \thinspace{}
29593 \end_inset
29594
29595 —— ! gatherかんきょう@gather環境
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Standard
29604 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29605 \begin_inset Formula 
29606 \begin{gather}
29607 A=1\\
29608 X=\textrm{-}1
29609 \end{gather}
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Subsection
29617 multline環境
29618 \begin_inset CommandInset label
29619 LatexCommand label
29620 name "subsec:multline環境"
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index idx
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 すうしき@数式 ! たぎょう@多行
29630 \begin_inset space \thinspace{}
29631 \end_inset
29632
29633 —— ! multlineかんきょう@multpline環境
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \begin_layout Standard
29642 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29643 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29644 \begin_inset CommandInset ref
29645 LatexCommand eqref
29646 reference "eq:lefteqn"
29647
29648 \end_inset
29649
29650 式をmultline環境に置いたものを示します。
29651 \begin_inset Formula 
29652 \begin{multline}
29653 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}\\
29654 -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}\\
29655 =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}}
29656 \end{multline}
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29665 \begin_inset Foot
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 付番様式については、第
29670 \begin_inset CommandInset ref
29671 LatexCommand ref
29672 reference "sec:数式様式"
29673
29674 \end_inset
29675
29676 節を参照。
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Standard
29685
29686 \series bold
29687
29688 \backslash
29689 shoveright
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 こまんど@コマンド ! S ! 
29695 \backslash
29696 shoveright
29697 \end_layout
29698
29699 \end_inset
29700
29701 コマンドや
29702 \backslash
29703 shoveleft
29704 \begin_inset Index idx
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 こまんど@コマンド ! S ! 
29709 \backslash
29710 shoveleft
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \series default
29717 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29718 \end_layout
29719
29720 \begin_layout Standard
29721
29722 \series bold
29723
29724 \backslash
29725 shoveright{行の内容}
29726 \series default
29727 あるいは
29728 \series bold
29729
29730 \backslash
29731 shoveleft{行の内容}
29732 \end_layout
29733
29734 \begin_layout Standard
29735 \begin_inset VSpace medskip
29736 \end_inset
29737
29738
29739 \series bold
29740
29741 \backslash
29742 multlinegap
29743 \begin_inset Index idx
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747 こまんど@コマンド ! M ! 
29748 \backslash
29749 multlinegap
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \series default
29756 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29757 \begin_inset space \thinspace{}
29758 \end_inset
29759
29760 ptの長さです。
29761 \end_layout
29762
29763 \begin_layout Standard
29764 以下は、上記の数式に
29765 \end_layout
29766
29767 \begin_layout Standard
29768
29769 \series bold
29770
29771 \backslash
29772 setlength{
29773 \backslash
29774 multlinegap}{2cm}
29775 \end_layout
29776
29777 \begin_layout Standard
29778 というコマンドを、\SpecialChar TeX
29779 モードで直前に挿入した例です。
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785
29786 \backslash
29787 setlength{
29788 \backslash
29789 multlinegap}{2cm}
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset Formula 
29796 \begin{multline}
29797 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}\\
29798 \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}}\\
29799 =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}}
29800 \end{multline}
29801
29802 \end_inset
29803
29804
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810
29811 \backslash
29812 setlength{
29813 \backslash
29814 multlinegap}{0pt}
29815 \end_layout
29816
29817 \end_inset
29818
29819 二行めは、
29820 \series bold
29821
29822 \backslash
29823 shoveleft
29824 \series default
29825 を使って左揃えにしています。
29826 \end_layout
29827
29828 \begin_layout Subsection
29829 数式の一部の多行化
29830 \begin_inset CommandInset label
29831 LatexCommand label
29832 name "subsec:数式の一部の多行化"
29833
29834 \end_inset
29835
29836
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 すうしき@数式 ! たぎょう@多行
29842 \begin_inset space \thinspace{}
29843 \end_inset
29844
29845 —— ! すうしきのいちぶ@数式の一部
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \begin_layout Standard
29854 数式の一部分のみを多行表示したい場合には、
29855 \series bold
29856 aligned
29857 \series default
29858
29859 \series bold
29860 alignedat
29861 \series default
29862
29863 \series bold
29864 gathered
29865 \series default
29866
29867 \series bold
29868 split
29869 \series default
29870 のうちのいずれかの環境を使用します。これらは、
29871 \family sans
29872 挿入\SpecialChar menuseparator
29873 数式
29874 \family default
29875 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29876 \end_layout
29877
29878 \begin_layout Standard
29879 最初の三つの環境は、環境名から
29880 \series bold
29881 ed
29882 \series default
29883 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29884 \begin_inset Formula 
29885 \[
29886 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29887 \Delta E\Delta t & \ge\frac{\hbar}{2}
29888 \end{aligned}
29889 \right\} \textrm{不確定性原理}
29890 \]
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 この数式を作るには、別行立て数式をまず作っておいて、そこに
29899 \series bold
29900
29901 \backslash
29902 aligned
29903 \begin_inset Index idx
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907 こまんど@コマンド ! A ! 
29908 \backslash
29909 aligned
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \series default
29916 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29917 ます。
29918 \end_layout
29919
29920 \begin_layout Standard
29921 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29922 に配置できる利点があります。以下に例として、
29923 \begin_inset CommandInset ref
29924 LatexCommand eqref
29925 reference "eq:shortlong"
29926
29927 \end_inset
29928
29929 式にaligned環境を適用したものを示します。
29930 \begin_inset Formula 
29931 \begin{equation}
29932 \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}|}\\
29933  & -\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}|}
29934 \end{aligned}
29935 \end{equation}
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943
29944 \series bold
29945 alignedat
29946 \series default
29947
29948 \series bold
29949 gathered
29950 \series default
29951
29952 \series bold
29953 split
29954 \series default
29955 の各環境を使うには、それぞれ
29956 \series bold
29957
29958 \backslash
29959 alignedat
29960 \series default
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 こまんど@コマンド ! A ! 
29967 \backslash
29968 alignedat
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \series bold
29975
29976 \backslash
29977 gathered
29978 \series default
29979
29980 \begin_inset Index idx
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 こまんど@コマンド ! G ! 
29985 \backslash
29986 gathered
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \series bold
29993
29994 \backslash
29995 split
29996 \series default
29997
29998 \begin_inset Index idx
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 こまんど@コマンド ! S ! 
30003 \backslash
30004 split
30005 \end_layout
30006
30007 \end_inset
30008
30009 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
30010 \end_layout
30011
30012 \begin_layout Subsection
30013 多行数式中のテキスト
30014 \begin_inset CommandInset label
30015 LatexCommand label
30016 name "subsec:多行数式中のテキスト"
30017
30018 \end_inset
30019
30020
30021 \begin_inset Index idx
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \begin_inset Index idx
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 すうしき @ 数式 ! たぎょう @ 多行
30036 \begin_inset space \thinspace{}
30037 \end_inset
30038
30039 —— ! てきすと @ テキスト
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
30049 式を持つ
30050 \series bold
30051
30052 \backslash
30053 intertext
30054 \series default
30055
30056 \begin_inset Index idx
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 こまんど@コマンド ! I ! 
30061 \backslash
30062 intertext
30063 \end_layout
30064
30065 \end_inset
30066
30067 コマンドを使います。
30068 \end_layout
30069
30070 \begin_layout Standard
30071
30072 \series bold
30073
30074 \backslash
30075 intertext{テキスト}
30076 \end_layout
30077
30078 \begin_layout Standard
30079 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
30080 は、現時点では
30081 \series bold
30082
30083 \backslash
30084 intertext
30085 \series default
30086 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
30087 \series bold
30088
30089 \backslash
30090 intertext
30091 \series default
30092 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
30093 \begin_inset Formula 
30094 \begin{align}
30095 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30096 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30097 \end{align}
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 intertext
30110 \series default
30111 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
30112 \family sans
30113 数式オプション
30114 \family default
30115
30116 \series bold
30117 mathtools
30118 \series default
30119
30120 \begin_inset Index idx
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 ぱっけーじ@パッケージ ! mathtools
30125 \end_layout
30126
30127 \end_inset
30128
30129 パッケージを
30130 \family sans
30131 常に読み込み
30132 \family default
30133 に設定してください。そうすると、以下のように、
30134 \series bold
30135
30136 \backslash
30137 intertext
30138 \series default
30139 の代わりに
30140 \series bold
30141
30142 \backslash
30143 shortintertext
30144 \series default
30145
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 こまんど@コマンド ! S ! 
30151 \backslash
30152 shortintertext
30153 \end_layout
30154
30155 \end_inset
30156
30157 コマンドを使うことができます。
30158 \begin_inset Formula 
30159 \begin{align}
30160 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30161 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30162 \end{align}
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Section
30170 数式番号
30171 \begin_inset Index idx
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 すうしきばんごう@数式番号
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \begin_inset Index idx
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185 すうしき@数式 ! ばんごう@番号
30186 \begin_inset ERT
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191 |see{
30192 \end_layout
30193
30194 \end_inset
30195
30196 数式番号
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 }
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \end_layout
30214
30215 \begin_layout Subsection
30216 概要
30217 \end_layout
30218
30219 \begin_layout Standard
30220 付番数式は、
30221 \family sans
30222 挿入\SpecialChar menuseparator
30223 数式\SpecialChar menuseparator
30224 付番数式
30225 \family default
30226 メニュー(
30227 \begin_inset Flex Ruby
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231 捷径
30232 \begin_inset Argument post:1
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 ショートカット
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \family sans
30248 Ctrl+Alt
30249 \begin_inset space ~
30250 \end_inset
30251
30252 N
30253 \family default
30254 )で作ることができます。既存の数式に番号を振るには、
30255 \family sans
30256 編集\SpecialChar menuseparator
30257 数式\SpecialChar menuseparator
30258 数式全体を付番
30259 \family default
30260 メニュー(捷径:
30261 \begin_inset Info
30262 type  "shortcut"
30263 arg   "math-number-toggle"
30264 \end_inset
30265
30266 )を使います。\SpecialChar LyX
30267 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
30268 \end_layout
30269
30270 \begin_layout Standard
30271 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
30272 \family sans
30273 編集\SpecialChar menuseparator
30274 数式\SpecialChar menuseparator
30275 この行を付番
30276 \family default
30277 メニュー(捷径:
30278 \begin_inset Info
30279 type  "shortcut"
30280 arg   "math-number-line-toggle"
30281 \end_inset
30282
30283 )を使用すれば、各行毎に付番するかどうか指定することができます。
30284 \end_layout
30285
30286 \begin_layout Standard
30287 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
30288 \begin_inset CommandInset ref
30289 LatexCommand ref
30290 reference "sec:数式様式"
30291
30292 \end_inset
30293
30294 節をご覧下さい。
30295 \end_layout
30296
30297 \begin_layout Subsection
30298 相互参照
30299 \begin_inset Index idx
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303 そうごさんしょう@相互参照 ! すうしきへの@数式への
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \begin_layout Standard
30312 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
30313 \family sans
30314 挿入\SpecialChar menuseparator
30315 ラベル
30316 \family default
30317 メニューか、ツールバーボタンの
30318 \begin_inset Info
30319 type  "icon"
30320 arg   "label-insert"
30321 \end_inset
30322
30323 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
30324 \series bold
30325 eq:と
30326 \series default
30327 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
30328 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
30329 \family sans
30330 挿入\SpecialChar menuseparator
30331 ラベル
30332 \family default
30333 メニューをもういちど使って下さい。
30334 \end_layout
30335
30336 \begin_layout Standard
30337 \SpecialChar LyX
30338 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
30339 \end_layout
30340
30341 \begin_layout Standard
30342 相互参照は、
30343 \family sans
30344 挿入\SpecialChar menuseparator
30345 相互参照
30346 \family default
30347 メニューかツールバーボタンの
30348 \begin_inset Info
30349 type  "icon"
30350 arg   "dialog-show-new-inset ref"
30351 \end_inset
30352
30353 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
30354 \series bold
30355 (<参照>)
30356 \series default
30357 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
30358 \begin_inset Newline newline
30359 \end_inset
30360
30361 \SpecialChar LyX
30362 中で相互参照を右クリックすると、参照先の数式に移動することができます。
30363 \end_layout
30364
30365 \begin_layout Standard
30366 以下は、後の各小節に現れる数式への相互参照を含む例です。
30367 \begin_inset Note Note
30368 status open
30369
30370 \begin_layout Plain Layout
30371 相互参照の型の違いに留意してください。
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Standard
30380 \begin_inset CommandInset ref
30381 LatexCommand eqref
30382 reference "eq:tag"
30383
30384 \end_inset
30385
30386 式と
30387 \begin_inset CommandInset ref
30388 LatexCommand eqref
30389 reference "eq:c"
30390
30391 \end_inset
30392
30393 式は、等価です。(
30394 \begin_inset CommandInset ref
30395 LatexCommand ref
30396 reference "eq:Rom"
30397
30398 \end_inset
30399
30400 )式とは異なり、(
30401 \begin_inset CommandInset ref
30402 LatexCommand ref
30403 reference "eq:Lat"
30404
30405 \end_inset
30406
30407 )式では、付番にラテン数字を使用しています。
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset VSpace medskip
30412 \end_inset
30413
30414
30415 \series bold
30416
30417 \backslash
30418 tag
30419 \begin_inset Foot
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424 \series bold
30425
30426 \backslash
30427 tag
30428 \series default
30429 は、第
30430 \begin_inset CommandInset ref
30431 LatexCommand ref
30432 reference "subsec:自己定義番号"
30433
30434 \end_inset
30435
30436 節に説明があります。
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \series default
30443 の引数が、第
30444 \begin_inset CommandInset ref
30445 LatexCommand ref
30446 reference "subsec:段落ボックス"
30447
30448 \end_inset
30449
30450 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30451 \end_layout
30452
30453 \begin_layout Subsection
30454 細目番号
30455 \begin_inset Index idx
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468
30469 \series bold
30470
30471 \backslash
30472 begin{subequations}
30473 \series default
30474 および
30475 \series bold
30476
30477 \backslash
30478 end{subequations}
30479 \series default
30480 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
30481 モードで入れます。
30482 \end_layout
30483
30484 \begin_layout Standard
30485 たとえば、
30486 \begin_inset Formula 
30487 \begin{equation}
30488 A=C-B\label{eq:a}
30489 \end{equation}
30490
30491 \end_inset
30492
30493
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 addtocounter{equation}{-1}
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512
30513 \backslash
30514 begin{subequations}
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset VSpace -5mm
30521 \end_inset
30522
30523
30524 \begin_inset Formula 
30525 \begin{equation}
30526 B=C-A\label{eq:b}
30527 \end{equation}
30528
30529 \end_inset
30530
30531
30532 \begin_inset Formula 
30533 \begin{equation}
30534 C=A+B\label{eq:c}
30535 \end{equation}
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 end{subequations}
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \end_layout
30557
30558 \begin_layout Standard
30559 この例を作るには、次のようにします。
30560 \end_layout
30561
30562 \begin_layout Enumerate
30563 一つめの数式を入力します。
30564 \end_layout
30565
30566 \begin_layout Enumerate
30567 一つめの数式の後に
30568 \begin_inset Newline newline
30569 \end_inset
30570
30571
30572 \series bold
30573
30574 \backslash
30575 addtocounter{equation}{-1} 
30576 \backslash
30577 begin{subequations}
30578 \begin_inset Index idx
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582 こまんど@コマンド ! A ! 
30583 \backslash
30584 addtocounter
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Newline newline
30591 \end_inset
30592
30593
30594 \series default
30595 を入力します。
30596 \end_layout
30597
30598 \begin_layout Enumerate
30599 二つめの数式を入力します。
30600 \end_layout
30601
30602 \begin_layout Enumerate
30603 三つめの数式を入力します。
30604 \end_layout
30605
30606 \begin_layout Enumerate
30607 三つめの数式の後に、
30608 \series bold
30609
30610 \backslash
30611 end{subequations}
30612 \series default
30613 を入力します。
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 begin
30622 \series default
30623 コマンドと
30624 \series bold
30625
30626 \backslash
30627 end
30628 \series default
30629 コマンドのあいだの数式はすべて、a・b・
30630 \begin_inset Newline linebreak
30631 \end_inset
30632
30633 c\SpecialChar ldots
30634 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30635 \emph on
30636 ひとつの
30637 \emph default
30638 付番数式として扱われますが、それぞれの付番数式が
30639 \series bold
30640 equation
30641 \series default
30642 カウンタを一つずつ進めてしまうので、
30643 \series bold
30644
30645 \backslash
30646 addtocounter
30647 \series default
30648 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30649 \begin_inset CommandInset ref
30650 LatexCommand eqref
30651 reference "eq:a"
30652
30653 \end_inset
30654
30655 式・
30656 \begin_inset CommandInset ref
30657 LatexCommand eqref
30658 reference "eq:b"
30659
30660 \end_inset
30661
30662 式・
30663 \begin_inset CommandInset ref
30664 LatexCommand eqref
30665 reference "eq:c"
30666
30667 \end_inset
30668
30669 式は、それぞれ
30670 \begin_inset CommandInset ref
30671 LatexCommand eqref
30672 reference "eq:a"
30673
30674 \end_inset
30675
30676 式・
30677 \begin_inset CommandInset ref
30678 LatexCommand eqref
30679 reference "eq:d"
30680
30681 \end_inset
30682
30683 式・
30684 \begin_inset CommandInset ref
30685 LatexCommand eqref
30686 reference "eq:f"
30687
30688 \end_inset
30689
30690 式として番号が振られてしまいます。
30691 \end_layout
30692
30693 \begin_layout Standard
30694 上記のように、コマンドを\SpecialChar TeX
30695 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30696 \begin_inset space \thinspace{}
30697 \end_inset
30698
30699 mmの垂直空白を
30700 \series bold
30701
30702 \backslash
30703 begin{subequations}
30704 \series default
30705 コマンドの後に入れています。数式様式として
30706 \series bold
30707 行頭下げ
30708 \begin_inset Foot
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713 \series bold
30714 数式様式に関しては、第
30715 \series default
30716
30717 \begin_inset CommandInset ref
30718 LatexCommand ref
30719 reference "sec:数式様式"
30720
30721 \end_inset
30722
30723 節を参照。
30724 \end_layout
30725
30726 \end_inset
30727
30728
30729 \series default
30730 を用いているときには、これを-7
30731 \begin_inset space \thinspace{}
30732 \end_inset
30733
30734 mm空白にしてください。
30735 \end_layout
30736
30737 \begin_layout Standard
30738 以下は、二行めのみ付番を無効にしている多行数式の例です。
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744
30745 \backslash
30746 begin{subequations}
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \begin_inset Formula 
30753 \begin{eqnarray}
30754 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30755  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30756  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30757 \end{eqnarray}
30758
30759 \end_inset
30760
30761
30762 \begin_inset ERT
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766
30767
30768 \backslash
30769 end{subequations}
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Subsection
30778 自己定義番号
30779 \begin_inset CommandInset label
30780 LatexCommand label
30781 name "subsec:自己定義番号"
30782
30783 \end_inset
30784
30785
30786 \begin_inset Index idx
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset Index idx
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30804 \end_layout
30805
30806 \end_inset
30807
30808 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
30809 プリアンブルに以下の行を付け加えます。
30810 \end_layout
30811
30812 \begin_layout Standard
30813
30814 \series bold
30815
30816 \backslash
30817 def
30818 \backslash
30819 tagform@#1{
30820 \backslash
30821 maketag@@@{
30822 \series default
30823
30824 \begin_inset Formula $\boldsymbol{|}$
30825 \end_inset
30826
30827
30828 \series bold
30829 #1
30830 \series default
30831
30832 \begin_inset Formula $\boldsymbol{|}$
30833 \end_inset
30834
30835
30836 \series bold
30837 }}
30838 \series default
30839
30840 \begin_inset Note Note
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844 このマクロは、テスト用に\SpecialChar LaTeX
30845 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 他の記号を使いたいときには、
30855 \series bold
30856 #1
30857 \series default
30858 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30859 \end_layout
30860
30861 \begin_layout Standard
30862 \begin_inset VSpace bigskip
30863 \end_inset
30864
30865 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30866 \series bold
30867
30868 \backslash
30869 tag
30870 \series default
30871
30872 \begin_inset Index idx
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876 こまんど@コマンド ! T ! 
30877 \backslash
30878 tag
30879 \end_layout
30880
30881 \end_inset
30882
30883 コマンドを使います。
30884 \begin_inset Formula 
30885 \begin{equation}
30886 A+B=C\tag{何とかかんとか}\label{eq:tag}
30887 \end{equation}
30888
30889 \end_inset
30890
30891 上記の例では、
30892 \series bold
30893
30894 \backslash
30895 tag
30896 \begin_inset space \textvisiblespace{}
30897 \end_inset
30898
30899 何とかかんとか
30900 \series default
30901 というコマンドを数式に打ち込んでいます。
30902 \end_layout
30903
30904 \begin_layout Standard
30905 代わりに
30906 \series bold
30907
30908 \backslash
30909 tag*
30910 \begin_inset space \textvisiblespace{}
30911 \end_inset
30912
30913 何とかかんとか
30914 \series default
30915 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30916 \begin_inset Formula 
30917 \[
30918 A+B=C\tag*{something}
30919 \]
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset VSpace bigskip
30928 \end_inset
30929
30930 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \series bold
30936
30937 \backslash
30938 @addtoreset{equation}{part}
30939 \series default
30940
30941 \begin_inset Index idx
30942 status collapsed
30943
30944 \begin_layout Plain Layout
30945 こまんど@コマンド ! 
30946 \backslash
30947 @記号 ! 
30948 \backslash
30949
30950 \begin_inset ERT
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955 "
30956 \end_layout
30957
30958 \end_inset
30959
30960 @
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 "
30967 \end_layout
30968
30969 \end_inset
30970
30971 addtoreset
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980 節に関しては
30981 \begin_inset Newline newline
30982 \end_inset
30983
30984
30985 \series bold
30986
30987 \backslash
30988 @addtoreset{equation}{section}
30989 \begin_inset Newline newline
30990 \end_inset
30991
30992
30993 \series default
30994 というコマンドを使います。
30995 \end_layout
30996
30997 \begin_layout Standard
30998 これらのコマンドを\SpecialChar TeX
30999 モードで使えるようにするためには、
31000 \series bold
31001
31002 \backslash
31003 makeatletter
31004 \series default
31005 コマンドで「@」字を\SpecialChar LaTeX
31006 中で「有効」にしてやらなくてはなりません。一方、
31007 \series bold
31008
31009 \backslash
31010 makeatother
31011 \series default
31012 コマンドはこれを無効にします。したがって、\SpecialChar TeX
31013 モード中での上記コマンド列は、
31014 \end_layout
31015
31016 \begin_layout Standard
31017
31018 \series bold
31019
31020 \backslash
31021 makeatletter
31022 \begin_inset Newline newline
31023 \end_inset
31024
31025
31026 \backslash
31027 @addtoreset{equation}{section}
31028 \begin_inset Newline newline
31029 \end_inset
31030
31031
31032 \backslash
31033 makeatother
31034 \begin_inset Newline newline
31035 \end_inset
31036
31037
31038 \series default
31039 のようにならなくてはなりません。
31040 \end_layout
31041
31042 \begin_layout Standard
31043 \SpecialChar LaTeX
31044 プリアンブル中では、
31045 \series bold
31046
31047 \backslash
31048 makeatletter
31049 \series default
31050
31051 \series bold
31052
31053 \backslash
31054 makeatother
31055 \series default
31056 は、\SpecialChar LyX
31057 が内部的に自動で挿入するので省略してかまいません。
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 @addtoreset
31066 \series default
31067 を戻すには、まず\SpecialChar LaTeX
31068 プリアンブル中に
31069 \end_layout
31070
31071 \begin_layout Standard
31072
31073 \series bold
31074
31075 \backslash
31076 usepackage{remreset}
31077 \end_layout
31078
31079 \begin_layout Standard
31080 という行を入れて、
31081 \series bold
31082 remreset.sty
31083 \series default
31084
31085 \begin_inset Foot
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089
31090 \series bold
31091 remreset
31092 \series default
31093 は、\SpecialChar LaTeX
31094 パッケージの
31095 \series bold
31096 carlisle
31097 \series default
31098
31099 \begin_inset Index idx
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103 ぱっけーじ@パッケージ ! carlisle
31104 \end_layout
31105
31106 \end_inset
31107
31108 の一部として含まれており、\SpecialChar LaTeX
31109 標準頒布版には含まれています。
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \begin_inset Index idx
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 ぱっけーじ@パッケージ ! remreset
31120 \end_layout
31121
31122 \end_inset
31123
31124 ファイルを読み込んでおかなくてはなりません。その後
31125 \begin_inset Newline newline
31126 \end_inset
31127
31128
31129 \series bold
31130
31131 \backslash
31132 @removefromreset
31133 \series default
31134
31135 \begin_inset Index idx
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 こまんど@コマンド ! 
31140 \backslash
31141 @記号 ! 
31142 \backslash
31143
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149 "
31150 \end_layout
31151
31152 \end_inset
31153
31154 @
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 "
31161 \end_layout
31162
31163 \end_inset
31164
31165 removefromreset
31166 \end_layout
31167
31168 \end_inset
31169
31170 コマンドを
31171 \series bold
31172
31173 \backslash
31174 @addtoreset
31175 \series default
31176 と同じ書式で使用すると、
31177 \series bold
31178
31179 \backslash
31180 @addtoreset
31181 \series default
31182 を戻すことができます。
31183 \end_layout
31184
31185 \begin_layout Standard
31186 \begin_inset VSpace bigskip
31187 \end_inset
31188
31189 ときには、数式を
31190 \end_layout
31191
31192 \begin_layout Standard
31193
31194 \family typewriter
31195 (節番号.数式番号)
31196 \end_layout
31197
31198 \begin_layout Standard
31199 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
31200 \end_layout
31201
31202 \begin_layout Standard
31203 このような場合のために、
31204 \series bold
31205
31206 \backslash
31207 numberwithin
31208 \series default
31209
31210 \begin_inset Index idx
31211 status collapsed
31212
31213 \begin_layout Plain Layout
31214 こまんど@コマンド ! N ! 
31215 \backslash
31216 numberwithin
31217 \end_layout
31218
31219 \end_inset
31220
31221 というコマンドがあり、
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 numberwithin{カウンタ}{節階層}
31230 \end_layout
31231
31232 \begin_layout Standard
31233 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
31234 \end_layout
31235
31236 \begin_layout Standard
31237 したがって、ここでは\SpecialChar LaTeX
31238 プリアンブルか\SpecialChar TeX
31239 コードで
31240 \end_layout
31241
31242 \begin_layout Standard
31243
31244 \series bold
31245
31246 \backslash
31247 numberwithin{equation}{section}
31248 \end_layout
31249
31250 \begin_layout Standard
31251 という行を用いることにしましょう。その結果がこれです。
31252 \begin_inset ERT
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256
31257
31258 \backslash
31259 numberwithin{equation}{section}
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \begin_inset Formula 
31266 \begin{equation}
31267 A+B=C
31268 \end{equation}
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 たとえば、部番号を節階層として使用して、表に付番を施すときには
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \series bold
31282
31283 \backslash
31284 numberwithin{table}{part}
31285 \series default
31286 を用います。
31287 \end_layout
31288
31289 \begin_layout Standard
31290 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
31291 \end_layout
31292
31293 \begin_layout Standard
31294
31295 \series bold
31296
31297 \backslash
31298 renewcommand{
31299 \backslash
31300 theequation}{
31301 \backslash
31302 arabic{equation}}
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 こまんど@コマンド ! A ! 
31308 \backslash
31309 arabic
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \series default
31316
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 renewcommand{
31325 \backslash
31326 theequation}{
31327 \backslash
31328 arabic{equation}}
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \series bold
31335
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339
31340 \series default
31341 あるいは
31342 \series bold
31343
31344 \begin_inset Newline newline
31345 \end_inset
31346
31347
31348 \backslash
31349 renewcommand{
31350 \backslash
31351 thetable}{
31352 \backslash
31353 arabic{table}}
31354 \end_layout
31355
31356 \begin_layout Standard
31357 というコマンドを\SpecialChar TeX
31358 コードとして入れるか、\SpecialChar LaTeX
31359 プリアンブルに入れます。
31360 \series bold
31361
31362 \backslash
31363 numberwithin
31364 \series default
31365 は、内部的に上記で述べた
31366 \series bold
31367
31368 \backslash
31369 @addtoreset
31370 \series default
31371 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 makeatletter
31380 \end_layout
31381
31382 \begin_layout Plain Layout
31383
31384
31385 \backslash
31386 @removefromreset{equation}{section}
31387 \end_layout
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 makeatother
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Subsection
31402 ローマ数字や文字を使った付番
31403 \begin_inset Index idx
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \begin_inset Index idx
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
31427 モードで
31428 \end_layout
31429
31430 \begin_layout Standard
31431
31432 \series bold
31433
31434 \backslash
31435 renewcommand{
31436 \backslash
31437 theequation}{
31438 \backslash
31439 roman{equation}}
31440 \end_layout
31441
31442 \begin_layout Standard
31443 というコマンドを入れます。
31444 \series bold
31445
31446 \backslash
31447 renewcommand
31448 \series default
31449
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 こまんど@コマンド ! R ! 
31455 \backslash
31456 renewcommand
31457 \end_layout
31458
31459 \end_inset
31460
31461 は、定義済みのコマンド
31462 \series bold
31463
31464 \backslash
31465 theequation
31466 \series default
31467 をコマンド
31468 \series bold
31469
31470 \backslash
31471 roman{equation}
31472 \series default
31473 に再定義します
31474 \begin_inset Foot
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478
31479 \series bold
31480
31481 \backslash
31482 renewcommand
31483 \series default
31484 コマンドは、第
31485 \begin_inset CommandInset ref
31486 LatexCommand ref
31487 reference "subsec:newcommandコマンド"
31488
31489 \end_inset
31490
31491 節に述べられている
31492 \series bold
31493
31494 \backslash
31495 newcommand
31496 \series default
31497 コマンドと同じ書式を持ちます。
31498 \end_layout
31499
31500 \end_inset
31501
31502 。ここで、
31503 \series bold
31504 equation
31505 \series default
31506 は数式カウンタです。コマンド
31507 \series bold
31508
31509 \backslash
31510 the
31511 \series default
31512 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
31513 は、内部的に
31514 \series bold
31515
31516 \backslash
31517 theequation
31518 \series default
31519 コマンドを数式の後ろに置くのです。
31520 \series bold
31521
31522 \backslash
31523 roman{equation}
31524 \begin_inset Index idx
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528 こまんど@コマンド ! R ! 
31529 \backslash
31530 roman
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \series default
31537 は、カウンタを小文字のローマ数字として出力します。
31538 \end_layout
31539
31540 \begin_layout Standard
31541 こうして、
31542 \series bold
31543
31544 \backslash
31545 renew
31546 \series default
31547 c
31548 \series bold
31549 ommand
31550 \series default
31551 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31552 \series bold
31553
31554 \backslash
31555 roman
31556 \series default
31557 の部分を
31558 \series bold
31559
31560 \backslash
31561 Roman
31562 \series default
31563
31564 \begin_inset Index idx
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568 こまんど@コマンド ! R ! 
31569 \backslash
31570 roman@
31571 \backslash
31572 Roman
31573 \end_layout
31574
31575 \end_inset
31576
31577 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31578 \series bold
31579
31580 \backslash
31581 alph
31582 \series default
31583
31584 \begin_inset Index idx
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588 こまんど@コマンド ! A ! 
31589 \backslash
31590 alph
31591 \end_layout
31592
31593 \end_inset
31594
31595 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31596 \series bold
31597
31598 \backslash
31599 Alph
31600 \series default
31601
31602 \begin_inset Index idx
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606 こまんど@コマンド ! A ! 
31607 \backslash
31608 alph@
31609 \backslash
31610 Alph
31611 \end_layout
31612
31613 \end_inset
31614
31615 コマンドがあります。
31616 \end_layout
31617
31618 \begin_layout Standard
31619 \begin_inset Note Greyedout
31620 status open
31621
31622 \begin_layout Plain Layout
31623
31624 \series bold
31625 【註】
31626 \series default
31627 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \begin_inset Newpage newpage
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset ERT
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644
31645
31646 \backslash
31647 renewcommand{
31648 \backslash
31649 theequation}{
31650 \backslash
31651 roman{equation}}
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Formula 
31661 \begin{equation}
31662 A=\textrm{小文字ローマ数字}
31663 \end{equation}
31664
31665 \end_inset
31666
31667
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673
31674 \backslash
31675 renewcommand{
31676 \backslash
31677 theequation}{
31678 \backslash
31679 Roman{equation}}
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Formula 
31686 \begin{equation}
31687 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31688 \end{equation}
31689
31690 \end_inset
31691
31692
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 renewcommand{
31701 \backslash
31702 theequation}{
31703 \backslash
31704 alph{equation}}
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset Formula 
31711 \begin{equation}
31712 C=\textrm{小文字ラテン文字}
31713 \end{equation}
31714
31715 \end_inset
31716
31717
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 renewcommand{
31726 \backslash
31727 theequation}{
31728 \backslash
31729 Alph{equation}}
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \begin_inset Formula 
31736 \begin{equation}
31737 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31738 \end{equation}
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31747 \end_layout
31748
31749 \begin_layout Standard
31750
31751 \series bold
31752
31753 \backslash
31754 renewcommand{
31755 \backslash
31756 theequation}{
31757 \backslash
31758 arabic{equation}}
31759 \begin_inset Index idx
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 こまんど@コマンド ! A ! 
31764 \backslash
31765 arabic
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 renewcommand{
31782 \backslash
31783 theequation}{
31784 \backslash
31785 arabic{equation}}
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \begin_inset Formula 
31792 \begin{equation}
31793 E=\textrm{アラビア数字}
31794 \end{equation}
31795
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \begin_layout Standard
31802 \begin_inset VSpace medskip
31803 \end_inset
31804
31805 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31806 てはなりません。この点に関する説明は、ファイル
31807 \begin_inset CommandInset href
31808 LatexCommand href
31809 name "Formula-numbering.lyx"
31810 target "run:Formula-numbering.lyx"
31811
31812 \end_inset
31813
31814 にあります。
31815 \end_layout
31816
31817 \begin_layout Section
31818 化学記号と化学式
31819 \begin_inset CommandInset label
31820 LatexCommand label
31821 name "subsec:化学記号と化学式"
31822
31823 \end_inset
31824
31825
31826 \begin_inset Index idx
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 かがくきごう@化学記号 ! きごう@記号
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 かがくしき@化学式
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \begin_inset Index idx
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 きごう@記号 ! かがく@化学
31851 \end_layout
31852
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \begin_layout Standard
31859 以下は、化学関係の文章の例です。
31860 \end_layout
31861
31862 \begin_layout Quote
31863 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31864 \end_inset
31865
31866 イオンは、2つの
31867 \begin_inset Formula $\mathrm{Na^{+}}$
31868 \end_inset
31869
31870 イオンと反応して、硫酸化塩
31871 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31872 \end_inset
31873
31874 を形成します。この化学式は以下のようになります。
31875 \begin_inset Formula 
31876 \begin{equation}
31877 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31878 \end{equation}
31879
31880 \end_inset
31881
31882
31883 \end_layout
31884
31885 \begin_layout Standard
31886 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31887 \begin_inset Flex Ruby
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 捷径
31892 \begin_inset Argument post:1
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896 ショートカット
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Info
31908 type  "shortcut"
31909 arg   "font-roman"
31910 \end_inset
31911
31912 を押せば、アップライトフォント様式に変更することができます
31913 \begin_inset Foot
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 フォント様式に関しては、第
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "subsec:書体様式"
31921
31922 \end_inset
31923
31924 節を参照のこと。
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31934 パッケージ
31935 \series bold
31936 mhchem
31937 \series default
31938
31939 \begin_inset Index idx
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 ぱっけーじ@パッケージ ! mhchem
31944 \end_layout
31945
31946 \end_inset
31947
31948 が導入されているときに使用することができる
31949 \series bold
31950
31951 \backslash
31952 ce
31953 \series default
31954
31955 \begin_inset Index idx
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 こまんど@コマンド ! C ! 
31960 \backslash
31961 ce
31962 \end_layout
31963
31964 \end_inset
31965
31966 コマンドを使用することです。
31967 \series bold
31968
31969 \backslash
31970 ce
31971 \series default
31972 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31973 \begin_inset Separator parbreak
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 \align center
31981 \begin_inset Tabular
31982 <lyxtabular version="3" rows="10" columns="2">
31983 <features tabularvalignment="middle">
31984 <column alignment="center" valignment="top">
31985 <column alignment="center" valignment="top">
31986 <row>
31987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31988 \begin_inset Text
31989
31990 \begin_layout Plain Layout
31991 コマンド
31992 \end_layout
31993
31994 \end_inset
31995 </cell>
31996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31997 \begin_inset Text
31998
31999 \begin_layout Plain Layout
32000 出力
32001 \begin_inset Note Note
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006 \series bold
32007
32008 \backslash
32009 raisebox
32010 \series default
32011 はスペーサーとしてのみ使用されています。
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 </row>
32022 <row>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027
32028 \backslash
32029 ce
32030 \begin_inset space \textvisiblespace{}
32031 \end_inset
32032
32033 H2CO3
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \end_inset
32049 </cell>
32050 </row>
32051 <row>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056
32057 \backslash
32058 ce
32059 \begin_inset space \textvisiblespace{}
32060 \end_inset
32061
32062 SO4^2-
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 </row>
32080 <row>
32081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085
32086 \backslash
32087 ce
32088 \begin_inset space \textvisiblespace{}
32089 \end_inset
32090
32091 (NH4)2S
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32097 \begin_inset Text
32098
32099 \begin_layout Plain Layout
32100 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 </row>
32109 <row>
32110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32111 \begin_inset Text
32112
32113 \begin_layout Plain Layout
32114
32115 \backslash
32116 ce
32117 \begin_inset space \textvisiblespace{}
32118 \end_inset
32119
32120 KCr(SO4)2.12H2O
32121 \end_layout
32122
32123 \end_inset
32124 </cell>
32125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32126 \begin_inset Text
32127
32128 \begin_layout Plain Layout
32129 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32130 \end_inset
32131
32132
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 </row>
32138 <row>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143
32144 \backslash
32145 ce
32146 \begin_inset space \textvisiblespace{}
32147 \end_inset
32148
32149 A-B
32150 \backslash
32151 dbond
32152 \begin_inset space \textvisiblespace{}
32153 \end_inset
32154
32155 C
32156 \backslash
32157 tbond
32158 \begin_inset space \textvisiblespace{}
32159 \end_inset
32160
32161 D
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32167 \begin_inset Text
32168
32169 \begin_layout Plain Layout
32170 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 </row>
32179 <row>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184
32185 \backslash
32186 ce
32187 \begin_inset space \textvisiblespace{}
32188 \end_inset
32189
32190 ^227
32191 \begin_inset Formula $\downarrow$
32192 \end_inset
32193
32194 _90
32195 \begin_inset Formula $\to$
32196 \end_inset
32197
32198 Th+
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32204 \begin_inset Text
32205
32206 \begin_layout Plain Layout
32207 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 </row>
32216 <row>
32217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32218 \begin_inset Text
32219
32220 \begin_layout Plain Layout
32221
32222 \backslash
32223 ce
32224 \begin_inset space \textvisiblespace{}
32225 \end_inset
32226
32227
32228 \backslash
32229 mu
32230 \begin_inset space \textvisiblespace{}
32231 \end_inset
32232
32233
32234 \backslash
32235 hyphen
32236 \begin_inset space \textvisiblespace{}
32237 \end_inset
32238
32239 Cl
32240 \end_layout
32241
32242 \end_inset
32243 </cell>
32244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 </row>
32257 <row>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262
32263 \backslash
32264 ce
32265 \begin_inset space \textvisiblespace{}
32266 \end_inset
32267
32268 CO2
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272 +
32273 \begin_inset space \textvisiblespace{}
32274 \end_inset
32275
32276 C
32277 \begin_inset space \textvisiblespace{}
32278 \end_inset
32279
32280 <=>
32281 \begin_inset space \textvisiblespace{}
32282 \end_inset
32283
32284 2CO
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 </row>
32302 <row>
32303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32304 \begin_inset Text
32305
32306 \begin_layout Plain Layout
32307
32308 \backslash
32309 ce
32310 \begin_inset space \textvisiblespace{}
32311 \end_inset
32312
32313 CO2
32314 \begin_inset space \textvisiblespace{}
32315 \end_inset
32316
32317 +
32318 \begin_inset space \textvisiblespace{}
32319 \end_inset
32320
32321 C
32322 \begin_inset space \textvisiblespace{}
32323 \end_inset
32324
32325 ->[
32326 \backslash
32327 alpha][
32328 \backslash
32329 beta]
32330 \begin_inset space \textvisiblespace{}
32331 \end_inset
32332
32333 2CO}
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \end_inset
32349 </cell>
32350 </row>
32351 </lyxtabular>
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset Note Greyedout
32360 status open
32361
32362 \begin_layout Plain Layout
32363
32364 \series bold
32365 【註】
32366 \series default
32367 \SpecialChar LyX
32368 では、
32369 \series bold
32370 mhchem
32371 \series default
32372 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
32373 \series bold
32374
32375 \backslash
32376 uparrow
32377 \series default
32378 コマンドを続けます。
32379 \color none
32380
32381 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393
32394 \series bold
32395
32396 \backslash
32397 ce
32398 \series default
32399 を使うと
32400 \begin_inset CommandInset ref
32401 LatexCommand eqref
32402 reference "eq:chem-reaction"
32403
32404 \end_inset
32405
32406 式のコマンドは
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \series bold
32412  
32413 \backslash
32414 ce
32415 \begin_inset space \textvisiblespace{}
32416 \end_inset
32417
32418 2Na+
32419 \begin_inset space \textvisiblespace{}
32420 \end_inset
32421
32422 +
32423 \begin_inset space \textvisiblespace{}
32424 \end_inset
32425
32426 SO4^2-
32427 \begin_inset space \textvisiblespace{}
32428 \end_inset
32429
32430
32431 \begin_inset space \textvisiblespace{}
32432 \end_inset
32433
32434 ->
32435 \begin_inset space \textvisiblespace{}
32436 \end_inset
32437
32438 Na2SO4
32439 \begin_inset Newline newline
32440 \end_inset
32441
32442
32443 \series default
32444 のようになります。
32445 \end_layout
32446
32447 \begin_layout Standard
32448 複数行の化学式を作るには、第
32449 \begin_inset CommandInset ref
32450 LatexCommand ref
32451 reference "sec:多行数式"
32452
32453 \end_inset
32454
32455 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32456 \series bold
32457
32458 \backslash
32459 ce
32460 \series default
32461 コマンドを使用します。
32462 \begin_inset CommandInset ref
32463 LatexCommand eqref
32464 reference "eq:TEOS-reaction-1"
32465
32466 \end_inset
32467
32468 式と
32469 \begin_inset CommandInset ref
32470 LatexCommand eqref
32471 reference "eq:TEOS-reaction-2"
32472
32473 \end_inset
32474
32475 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32476 \begin_inset Formula 
32477 \begin{eqnarray}
32478 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32479 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32480 \end{eqnarray}
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488
32489 \series bold
32490 mhchem
32491 \series default
32492 パッケージは、
32493 \series bold
32494
32495 \backslash
32496 ce
32497 \series default
32498 の他に、特殊ケースに使用する
32499 \series bold
32500
32501 \backslash
32502 cf
32503 \series default
32504
32505 \begin_inset Index idx
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 こまんど@コマンド ! C ! 
32510 \backslash
32511 cf
32512 \end_layout
32513
32514 \end_inset
32515
32516 コマンドを提供しています。
32517 \series bold
32518
32519 \backslash
32520 cf
32521 \series default
32522 の詳しい情報と例示については、
32523 \series bold
32524 mhchem
32525 \series default
32526
32527 \begin_inset CommandInset citation
32528 LatexCommand cite
32529 key "mhchem"
32530
32531 \end_inset
32532
32533 の取扱説明書をご覧ください。
32534 \end_layout
32535
32536 \begin_layout Section
32537 図解
32538 \end_layout
32539
32540 \begin_layout Standard
32541 \SpecialChar LyX
32542 は、二つの型の可換図
32543 \series bold
32544 amscd
32545 \series default
32546 および
32547 \series bold
32548 xymatrix
32549 \series default
32550 をサポートしており、以下でこれらの説明をします。
32551 \end_layout
32552
32553 \begin_layout Subsection
32554 amscd図解
32555 \begin_inset Index idx
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 ずかい@図解 ! amscd
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32569 \begin_inset Formula 
32570 \[
32571 \begin{CD}A@>>>B@>>>C\\
32572 @AAA@.@VVV\\
32573 F@<<<E@<<<D
32574 \end{CD}
32575 \]
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 これを作るには、数式に
32584 \series bold
32585
32586 \backslash
32587 CD
32588 \begin_inset Index idx
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592 こまんど@コマンド ! C ! 
32593 \backslash
32594 CD
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \series default
32601 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32602 \begin_inset Info
32603 type  "shortcut"
32604 arg   "newline-insert newline"
32605 \end_inset
32606
32607 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32608 \end_layout
32609
32610 \begin_layout Standard
32611 関係を作るには、以下のコマンドがあります。
32612 \end_layout
32613
32614 \begin_layout Itemize
32615 \begin_inset Formula $\boldsymbol{@<<<}$
32616 \end_inset
32617
32618 は左矢印、
32619 \begin_inset Formula $\boldsymbol{@>>>}$
32620 \end_inset
32621
32622 は右矢印、
32623 \series bold
32624 @=
32625 \series default
32626 は長い等号を生成します。
32627 \end_layout
32628
32629 \begin_layout Itemize
32630
32631 \series bold
32632 @AAA
32633 \series default
32634 は上矢印、
32635 \series bold
32636 @VVV
32637 \series default
32638 は下矢印、
32639 \begin_inset Formula $\boldsymbol{@|}$
32640 \end_inset
32641
32642 は縦向きの等号を生成します。
32643 \end_layout
32644
32645 \begin_layout Itemize
32646
32647 \series bold
32648 @.
32649 \series default
32650 は関係が存在しない部分に置きます。
32651 \end_layout
32652
32653 \begin_layout Standard
32654 矢印はすべて、以下のようにラベル付けをすることができます。
32655 \end_layout
32656
32657 \begin_layout Itemize
32658 文章を、第1と第2の「
32659 \begin_inset Formula $<$
32660 \end_inset
32661
32662 」ないし「
32663 \begin_inset Formula $>$
32664 \end_inset
32665
32666 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32667 \begin_inset Formula $<$
32668 \end_inset
32669
32670 」ないし「
32671 \begin_inset Formula $>$
32672 \end_inset
32673
32674 」のあいだに入れると、矢印の下に表示されます。
32675 \end_layout
32676
32677 \begin_layout Itemize
32678 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32679 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
32680 括弧の中に入れなくてはなりません。
32681 \end_layout
32682
32683 \begin_layout Standard
32684 以下は、上記のすべての関係を使った例です。
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset Formula 
32689 \[
32690 \begin{CD}A@>j>>B@>>k>C@=F\\
32691 @AmAA@.@VV{V}V@|\\
32692 D@<<j<E@>k>>F@=C
32693 \end{CD}
32694 \]
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Standard
32702 これを作るコマンドは、以下のとおりです。
32703 \begin_inset Newline newline
32704 \end_inset
32705
32706
32707 \series bold
32708
32709 \backslash
32710 CD
32711 \begin_inset space \textvisiblespace{}
32712 \end_inset
32713
32714 A
32715 \begin_inset Formula $\boldsymbol{@>}$
32716 \end_inset
32717
32718 j
32719 \begin_inset Formula $\boldsymbol{>>}$
32720 \end_inset
32721
32722 B
32723 \begin_inset Formula $\boldsymbol{@>>}$
32724 \end_inset
32725
32726 k
32727 \begin_inset Formula $\boldsymbol{>}$
32728 \end_inset
32729
32730 C@=F Ctrl+Return
32731 \begin_inset Newline newline
32732 \end_inset
32733
32734
32735 \begin_inset Phantom HPhantom
32736 status open
32737
32738 \begin_layout Plain Layout
32739
32740 \series bold
32741
32742 \backslash
32743 CD
32744 \begin_inset space \textvisiblespace{}
32745 \end_inset
32746
32747
32748 \end_layout
32749
32750 \end_inset
32751
32752 @AmAA@.@VV
32753 \backslash
32754 {V
32755 \series default
32756
32757 \begin_inset Formula $\to$
32758 \end_inset
32759
32760
32761 \series bold
32762 V
32763 \begin_inset Formula $\boldsymbol{@|}$
32764 \end_inset
32765
32766  Ctrl+Return
32767 \begin_inset Newline newline
32768 \end_inset
32769
32770
32771 \begin_inset Phantom HPhantom
32772 status open
32773
32774 \begin_layout Plain Layout
32775
32776 \series bold
32777
32778 \backslash
32779 CD
32780 \begin_inset space \textvisiblespace{}
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \end_inset
32787
32788 D
32789 \begin_inset Formula $\boldsymbol{@<<}$
32790 \end_inset
32791
32792 j
32793 \begin_inset Formula $\boldsymbol{<}$
32794 \end_inset
32795
32796 E
32797 \begin_inset Formula $\boldsymbol{@>}$
32798 \end_inset
32799
32800 k
32801 \begin_inset Formula $\boldsymbol{>>}$
32802 \end_inset
32803
32804 F@=C
32805 \end_layout
32806
32807 \begin_layout Subsection
32808 xymatrix図解
32809 \begin_inset Index idx
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813 ずかい@図解 ! xymatrix
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Standard
32822 xymatricesを使うには、\SpecialChar LaTeX
32823 パッケージの
32824 \series bold
32825 xypic
32826 \series default
32827 が導入済みである必要があります。xymatrixは、数式中に
32828 \series bold
32829
32830 \backslash
32831 xymatrix
32832 \series default
32833 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32834 \begin_inset CommandInset ref
32835 LatexCommand ref
32836 reference "sec:行列"
32837
32838 \end_inset
32839
32840 節をご参照下さい。
32841 \end_layout
32842
32843 \begin_layout Standard
32844 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32845 \family sans
32846 ヘルプ\SpecialChar menuseparator
32847 用途別説明書\SpecialChar menuseparator
32848 XY-pic説明書
32849 \family default
32850 メニューにある
32851 \emph on
32852 XY-pic説明書
32853 \emph default
32854 で詳しく網羅しています。
32855 \end_layout
32856
32857 \begin_layout Subsection
32858 ファインマン図
32859 \series medium
32860
32861 \begin_inset Index idx
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865 ずかい@図解 ! ファインマン
32866 \end_layout
32867
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Standard
32874 ファインマン図を使うには、\SpecialChar LaTeX
32875 パッケージ
32876 \series bold
32877 feyn
32878 \series default
32879 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32880 \series bold
32881
32882 \backslash
32883 Diagram
32884 \series default
32885 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32886 \begin_inset CommandInset ref
32887 LatexCommand ref
32888 reference "sec:行列"
32889
32890 \end_inset
32891
32892 節参照)。
32893 \end_layout
32894
32895 \begin_layout Standard
32896 \SpecialChar LyX
32897 でのファインマン図の作り方は、メニュー
32898 \family sans
32899 ヘルプ\SpecialChar menuseparator
32900 用途別説明書
32901 \family default
32902 内の『
32903 \emph on
32904 ファインマン図
32905 \emph default
32906 』にあります。
32907 \end_layout
32908
32909 \begin_layout Section
32910 自己定義コマンド
32911 \begin_inset Index idx
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915 じこていぎこまんど@自己定義コマンド
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Standard
32924 \begin_inset Note Greyedout
32925 status open
32926
32927 \begin_layout Plain Layout
32928 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Subsection
32937
32938 \backslash
32939 newcommandコマンド
32940 \begin_inset CommandInset label
32941 LatexCommand label
32942 name "subsec:newcommandコマンド"
32943
32944 \end_inset
32945
32946
32947 \begin_inset Index idx
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 じこていぎこまんど@自己定義コマンド ! 
32952 \backslash
32953 newcommand
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \begin_inset Index idx
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 こまんど@コマンド ! N ! 
32964 \backslash
32965 newcommand
32966 \end_layout
32967
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \begin_layout Standard
32974 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32975 コマンドはたくさんありますが、
32976 \series bold
32977
32978 \backslash
32979 newcommand
32980 \series default
32981 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32982 \end_layout
32983
32984 \begin_layout Standard
32985
32986 \series bold
32987
32988 \backslash
32989 newcommand
32990 \series default
32991 コマンドの書式は、
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 newcommand{新コマンド名}[引数の数][オプションの値]
33000 \begin_inset Newline newline
33001 \end_inset
33002
33003
33004 \begin_inset Phantom HPhantom
33005 status open
33006
33007 \begin_layout Plain Layout
33008
33009 \series bold
33010
33011 \backslash
33012 newcommand
33013 \end_layout
33014
33015 \end_inset
33016
33017 {コマンド定義}
33018 \end_layout
33019
33020 \begin_layout Standard
33021 です。
33022 \end_layout
33023
33024 \begin_layout Standard
33025 \begin_inset Note Greyedout
33026 status open
33027
33028 \begin_layout Plain Layout
33029
33030 \series bold
33031 【註】
33032 \series default
33033 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
33034 パッケージで、既に使用されていないことを確認して下さい。たとえば、
33035 \series bold
33036
33037 \backslash
33038 Leftarrow
33039 \series default
33040 の短縮のつもりで
33041 \series bold
33042
33043 \backslash
33044 le
33045 \series default
33046 というコマンドを定義したとすると、
33047 \series bold
33048
33049 \backslash
33050 le
33051 \series default
33052 は既に「
33053 \begin_inset Formula $\le$
33054 \end_inset
33055
33056 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Standard
33065 「引数の数」は、0
33066 \begin_inset space \thinspace{}
33067 \end_inset
33068
33069 -
33070 \begin_inset space \thinspace{}
33071 \end_inset
33072
33073 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
33074 ドの
33075 \emph on
33076 最初の
33077 \emph default
33078 引数は、自動的に非必須の引数になります。
33079 \end_layout
33080
33081 \begin_layout Standard
33082 以下にいくつかの例を挙げます。
33083 \end_layout
33084
33085 \begin_layout Itemize
33086
33087 \series bold
33088
33089 \backslash
33090 Longrightarrow
33091 \series default
33092 の短縮形として
33093 \series bold
33094
33095 \backslash
33096 gr
33097 \series default
33098 というコマンドを定義するには、\SpecialChar LaTeX
33099 プリアンブルに以下の行を加えます。
33100 \begin_inset VSpace medskip
33101 \end_inset
33102
33103
33104 \begin_inset Newline newline
33105 \end_inset
33106
33107
33108 \series bold
33109
33110 \backslash
33111 newcommand{
33112 \backslash
33113 gr}{
33114 \backslash
33115 Longrightarrow}
33116 \end_layout
33117
33118 \begin_layout Itemize
33119
33120 \series bold
33121
33122 \backslash
33123 underline
33124 \series default
33125 の短縮形として
33126 \series bold
33127
33128 \backslash
33129 us
33130 \series default
33131 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
33132 \begin_inset VSpace medskip
33133 \end_inset
33134
33135
33136 \begin_inset Newline newline
33137 \end_inset
33138
33139
33140 \series bold
33141
33142 \backslash
33143 newcommand{
33144 \backslash
33145 us}[1]{
33146 \backslash
33147 underline{#1}}
33148 \series default
33149
33150 \begin_inset VSpace medskip
33151 \end_inset
33152
33153
33154 \begin_inset Newline newline
33155 \end_inset
33156
33157
33158 \series bold
33159 #
33160 \series default
33161 」という文字は、引数の入る場所を示し、その後ろの「
33162 \series bold
33163 1
33164 \series default
33165 」は、これが第1引数の入る場所であることを示します。
33166 \end_layout
33167
33168 \begin_layout Itemize
33169
33170 \series bold
33171
33172 \backslash
33173 framebox
33174 \series default
33175 の短縮形として、たとえば
33176 \series bold
33177
33178 \backslash
33179 fb
33180 \series default
33181 というコマンドを定義するには、
33182 \begin_inset VSpace medskip
33183 \end_inset
33184
33185
33186 \begin_inset Newline newline
33187 \end_inset
33188
33189
33190 \series bold
33191
33192 \backslash
33193 newcommand{
33194 \backslash
33195 fb}[3]{
33196 \backslash
33197 framebox#1#2{$#3$}}
33198 \series default
33199
33200 \begin_inset VSpace medskip
33201 \end_inset
33202
33203
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207 二つのドルマークは、
33208 \series bold
33209
33210 \backslash
33211 framebox
33212 \series default
33213 が必要とする内部の数式を作り出します。第
33214 \begin_inset CommandInset ref
33215 LatexCommand ref
33216 reference "subsec:枠付きボックス"
33217
33218 \end_inset
33219
33220 節をご参照下さい。
33221 \end_layout
33222
33223 \begin_layout Itemize
33224 ボックスの色を指定する必要がない
33225 \series bold
33226
33227 \backslash
33228 fcolorbox
33229 \series default
33230 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
33231 \begin_inset VSpace medskip
33232 \end_inset
33233
33234
33235 \begin_inset Newline newline
33236 \end_inset
33237
33238
33239 \series bold
33240
33241 \backslash
33242 newcommand{
33243 \backslash
33244 cb}[3][white]{
33245 \backslash
33246 fcolorbox{#2}{#1}{$#3$}}
33247 \series default
33248
33249 \begin_inset VSpace medskip
33250 \end_inset
33251
33252
33253 \begin_inset Newline newline
33254 \end_inset
33255
33256
33257 \series bold
33258
33259 \backslash
33260 cb
33261 \series default
33262 を使うときに色が指定されなければ、事前に定義された色である
33263 \series bold
33264 white
33265 \series default
33266 が使用されます。
33267 \end_layout
33268
33269 \begin_layout Standard
33270 以下は、上で定義したコマンドの動作テストです。
33271 \begin_inset Separator parbreak
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \align center
33279 \begin_inset Tabular
33280 <lyxtabular version="3" rows="6" columns="2">
33281 <features tabularvalignment="middle">
33282 <column alignment="center" valignment="top">
33283 <column alignment="center" valignment="top">
33284 <row>
33285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 コマンド
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 出力
33299 \begin_inset Note Note
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 ここで
33304 \series bold
33305
33306 \backslash
33307 raisebox
33308 \series default
33309 はスペーサーとして使用しているだけです。
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 <row>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 A
33326 \backslash
33327 gr
33328 \begin_inset space \textvisiblespace{}
33329 \end_inset
33330
33331 B
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 \begin_inset Formula $A\gr B$
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 </row>
33349 <row>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354
33355 \backslash
33356 us{ABcd
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row>
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379
33380 \backslash
33381 fb{[2cm]
33382 \begin_inset Formula $\to$
33383 \end_inset
33384
33385
33386 \backslash
33387 {
33388 \begin_inset Formula $\to$
33389 \end_inset
33390
33391
33392 \backslash
33393 {
33394 \backslash
33395 int
33396 \begin_inset space \textvisiblespace{}
33397 \end_inset
33398
33399 A=B
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422
33423 \backslash
33424 cb{red
33425 \begin_inset Formula $\to$
33426 \end_inset
33427
33428
33429 \backslash
33430 {
33431 \backslash
33432 int
33433 \begin_inset space \textvisiblespace{}
33434 \end_inset
33435
33436 A=B
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 </row>
33454 <row>
33455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459
33460 \backslash
33461 cb[green]
33462 \backslash
33463 {red
33464 \begin_inset Formula $\to$
33465 \end_inset
33466
33467
33468 \backslash
33469 {
33470 \backslash
33471 int
33472 \begin_inset space \textvisiblespace{}
33473 \end_inset
33474
33475 A=B
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 </row>
33493 </lyxtabular>
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Subsection
33501 数式マクロ
33502 \begin_inset Index idx
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \begin_inset Index idx
33513 status collapsed
33514
33515 \begin_layout Plain Layout
33516 まくろ@マクロ
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \end_layout
33523
33524 \begin_layout Standard
33525 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
33526 は、
33527 \begin_inset Formula 
33528 \[
33529 0=\lambda^{2}+p\lambda+q
33530 \]
33531
33532 \end_inset
33533
33534 であり、その解の一般型は
33535 \begin_inset Formula 
33536 \[
33537 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33538 \]
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \begin_layout Standard
33546 です。
33547 \begin_inset Formula $\lambda$
33548 \end_inset
33549
33550
33551 \begin_inset Formula $p$
33552 \end_inset
33553
33554
33555 \begin_inset Formula $q$
33556 \end_inset
33557
33558 の3つのパラメータを指定することが必須であり、
33559 \begin_inset Formula $\lambda$
33560 \end_inset
33561
33562 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
33563 プリアンブル行を加えます。
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \series bold
33569
33570 \backslash
33571 newcommand{
33572 \backslash
33573 qG}[4][1,
33574 \backslash
33575 ,2]{#2_{#1}=-
33576 \backslash
33577 frac{#3}{2}
33578 \backslash
33579 pm
33580 \begin_inset Newline newline
33581 \end_inset
33582
33583
33584 \begin_inset Phantom HPhantom
33585 status open
33586
33587 \begin_layout Plain Layout
33588
33589 \series bold
33590
33591 \backslash
33592 newcommand
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \backslash
33599 sqrt{
33600 \backslash
33601 frac{#3^{2}}{4}-#4}}
33602 \end_layout
33603
33604 \begin_layout Standard
33605 これを使って解の公式を作るには、
33606 \begin_inset Newline newline
33607 \end_inset
33608
33609
33610 \series bold
33611
33612 \backslash
33613 qG{
33614 \backslash
33615 lambda
33616 \begin_inset Formula $\to$
33617 \end_inset
33618
33619
33620 \backslash
33621 {p
33622 \begin_inset Formula $\to$
33623 \end_inset
33624
33625
33626 \backslash
33627 {q
33628 \series default
33629 というコマンドを数式に入れます。
33630 \end_layout
33631
33632 \begin_layout Standard
33633 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
33634 中で分数は
33635 \series bold
33636
33637 \backslash
33638 frac{分子}{分母}
33639 \series default
33640 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
33641 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
33642 あり、それをやってしまうと、\SpecialChar LyX
33643 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
33644 は、
33645 \series bold
33646
33647 \backslash
33648 newcommand
33649 \series default
33650 コマンドの代わりに、数式マクロを使う方法を提供しています。
33651 \end_layout
33652
33653 \begin_layout Standard
33654 数式マクロは、
33655 \family sans
33656 挿入\SpecialChar menuseparator
33657 数式\SpecialChar menuseparator
33658 マクロ
33659 \family default
33660 メニューか、ツールバーボタンの
33661 \begin_inset Info
33662 type  "icon"
33663 arg   "math-macro newmacroname_newcommand"
33664 \end_inset
33665
33666 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33667 \begin_inset Newline newline
33668 \end_inset
33669
33670
33671 \begin_inset space \hspace*{\fill}
33672 \end_inset
33673
33674
33675 \begin_inset Graphics
33676         filename clipart/macrobox.png
33677         scale 50
33678
33679 \end_inset
33680
33681
33682 \begin_inset space \hspace*{\fill}
33683 \end_inset
33684
33685
33686 \begin_inset Newline newline
33687 \end_inset
33688
33689
33690 \begin_inset FormulaMacro
33691 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33692 \end_inset
33693
33694
33695 \backslash
33696 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33697 \series bold
33698
33699 \backslash
33700 #1
33701 \series default
33702 のように
33703 \series bold
33704
33705 \backslash
33706 #引数番号
33707 \series default
33708 というコマンドで入力するか、マクロツールバーボタンの
33709 \begin_inset Info
33710 type  "icon"
33711 arg   "math-macro-add-param"
33712 \end_inset
33713
33714 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33715 \begin_inset Info
33716 type  "icon"
33717 arg   "math-macro-add-optional-param"
33718 \end_inset
33719
33720 で作ることができます。最初の必須引数は、ツールバーボタンの
33721 \begin_inset Info
33722 type  "icon"
33723 arg   "math-macro-make-optional"
33724 \end_inset
33725
33726 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
33727 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
33728 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33729 \begin_inset Newline newline
33730 \end_inset
33731
33732
33733 \series bold
33734 qG: 
33735 \backslash
33736 #1
33737 \series default
33738  
33739 \series bold
33740 ,
33741 \series default
33742  
33743 \series bold
33744
33745 \backslash
33746 #2
33747 \series default
33748  
33749 \series bold
33750 ,
33751 \series default
33752  
33753 \series bold
33754
33755 \backslash
33756 #3, 
33757 \backslash
33758 #4
33759 \begin_inset Newline newline
33760 \end_inset
33761
33762
33763 \series default
33764 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
33765 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
33766 す。
33767 \begin_inset Newline newline
33768 \end_inset
33769
33770 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33771 \family sans
33772 表示\SpecialChar menuseparator
33773 数式マクロを展開(畳む)
33774 \family default
33775 メニューを使うことで、マクロ毎に変えることができます。
33776 \end_layout
33777
33778 \begin_layout Standard
33779 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33780 \series bold
33781
33782 \backslash
33783 qG
33784 \series default
33785 とします。このマクロは、\SpecialChar LyX
33786 中では以下のように表示されます。
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790
33791 \begin_inset space \hspace*{\fill}
33792 \end_inset
33793
33794
33795 \begin_inset Graphics
33796         filename ../clipart/macrouse.png
33797         scale 75
33798
33799 \end_inset
33800
33801
33802 \begin_inset space \hspace*{\fill}
33803 \end_inset
33804
33805
33806 \begin_inset Newline newline
33807 \end_inset
33808
33809 以下は、上記の例に、引数
33810 \begin_inset Formula $x$
33811 \end_inset
33812
33813
33814 \begin_inset Formula $\ln(x)$
33815 \end_inset
33816
33817
33818 \begin_inset Formula $B$
33819 \end_inset
33820
33821 を指定したものです。
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \begin_inset Formula 
33826 \[
33827 \qG x{\ln(x)}B
33828 \]
33829
33830 \end_inset
33831
33832
33833 \end_layout
33834
33835 \begin_layout Standard
33836 \SpecialChar LyX
33837 は、
33838 \family sans
33839 ツール\SpecialChar menuseparator
33840 設定\SpecialChar menuseparator
33841 編集\SpecialChar menuseparator
33842 制御
33843 \family default
33844 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33845 せてみてください。
33846 \end_layout
33847
33848 \begin_layout Standard
33849 数式マクロは、文書書き出し時に、内部的に
33850 \series bold
33851
33852 \backslash
33853 newcommand
33854 \series default
33855 コマンドに変換されます。こうして生成された
33856 \series bold
33857
33858 \backslash
33859 newcommand
33860 \series default
33861 コマンドは、\SpecialChar LaTeX
33862 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33863 \end_layout
33864
33865 \begin_layout Standard
33866 数式マクロは、
33867 \series bold
33868
33869 \backslash
33870 newcommand
33871 \series default
33872 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
33873 中に通常の文章として、
33874 \series bold
33875
33876 \begin_inset Newline newline
33877 \end_inset
33878
33879
33880 \backslash
33881 newcommand{
33882 \backslash
33883 larrow}[2]{
33884 \backslash
33885 xleftarrow[#2]{#1}}
33886 \begin_inset Newline newline
33887 \end_inset
33888
33889
33890 \series default
33891 というコマンドを書き入れ、この全体を選択して、
33892 \begin_inset Flex Ruby
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 捷径
33897 \begin_inset Argument post:1
33898 status collapsed
33899
33900 \begin_layout Plain Layout
33901 ショートカット
33902 \end_layout
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \family sans
33913 Ctrl+M
33914 \family default
33915 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33916 \series bold
33917
33918 \backslash
33919 newcommand
33920 \series default
33921 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
33922 エラーが発生します。
33923 \end_layout
33924
33925 \begin_layout Standard
33926 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33927 \begin_inset CommandInset ref
33928 LatexCommand ref
33929 reference "subsec:newcommandコマンド"
33930
33931 \end_inset
33932
33933 節で例として作った
33934 \series bold
33935
33936 \backslash
33937 fb
33938 \series default
33939 は、マクロとしては作ることができません。
33940 \end_layout
33941
33942 \begin_layout Standard
33943 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33944 中に以下のようなマクロツールバーが表示されます。
33945 \end_layout
33946
33947 \begin_layout Standard
33948 \begin_inset VSpace defskip
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 \begin_inset Graphics
33956         filename ../clipart/MacroToolbar.png
33957
33958 \end_inset
33959
33960
33961 \begin_inset Index idx
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965 まくろ@マクロ ! つーるばー@ツールバー
33966 \end_layout
33967
33968 \end_inset
33969
33970
33971 \end_layout
33972
33973 \begin_layout Standard
33974 \begin_inset VSpace defskip
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Standard
33981 マクロツールバーは、左から右に、以下の各ボタンがあります。
33982 \end_layout
33983
33984 \begin_layout Standard
33985 \begin_inset VSpace defskip
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Standard
33992 \begin_inset Tabular
33993 <lyxtabular version="3" rows="9" columns="2">
33994 <features islongtable="true" longtabularalignment="center">
33995 <column alignment="left" valignment="top">
33996 <column alignment="left" valignment="top" width="85col%">
33997 <row interlinespace="2.5mm">
33998 <cell alignment="center" valignment="top" usebox="none">
33999 \begin_inset Text
34000
34001 \begin_layout Plain Layout
34002 \begin_inset Info
34003 type  "icon"
34004 arg   "math-macro-remove-param"
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016
34017 \family sans
34018 編集\SpecialChar menuseparator
34019 数式\SpecialChar menuseparator
34020 マクロ定義\SpecialChar menuseparator
34021 最後の引数を削除
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 </row>
34027 <row interlinespace="2.5mm">
34028 <cell alignment="center" valignment="top" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 \begin_inset Info
34033 type  "icon"
34034 arg   "math-macro-add-param"
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 <cell alignment="center" valignment="top" usebox="none">
34043 \begin_inset Text
34044
34045 \begin_layout Plain Layout
34046
34047 \family sans
34048 編集\SpecialChar menuseparator
34049 数式\SpecialChar menuseparator
34050 マクロ定義\SpecialChar menuseparator
34051 引数を追加
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 </row>
34057 <row interlinespace="2.5mm">
34058 <cell alignment="center" valignment="top" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 \begin_inset Info
34063 type  "icon"
34064 arg   "math-macro-make-optional"
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 <cell alignment="center" valignment="top" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076
34077 \family sans
34078 編集\SpecialChar menuseparator
34079 数式\SpecialChar menuseparator
34080 マクロ定義\SpecialChar menuseparator
34081 最初の必須引数を
34082 \begin_inset Newline newline
34083 \end_inset
34084
34085
34086 \begin_inset Phantom HPhantom
34087 status open
34088
34089 \begin_layout Plain Layout
34090
34091 \family sans
34092 編集\SpecialChar menuseparator
34093 数式\SpecialChar menuseparator
34094 マクロ定義\SpecialChar menuseparator
34095
34096 \end_layout
34097
34098 \end_inset
34099
34100 非必須引数にする
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 </row>
34106 <row interlinespace="2.5mm">
34107 <cell alignment="center" valignment="top" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 \begin_inset Info
34112 type  "icon"
34113 arg   "math-macro-make-nonoptional"
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \end_inset
34120 </cell>
34121 <cell alignment="center" valignment="top" usebox="none">
34122 \begin_inset Text
34123
34124 \begin_layout Plain Layout
34125
34126 \family sans
34127 編集\SpecialChar menuseparator
34128 数式\SpecialChar menuseparator
34129 マクロ定義\SpecialChar menuseparator
34130 最後の非必須引数を
34131 \begin_inset Newline newline
34132 \end_inset
34133
34134
34135 \begin_inset Phantom HPhantom
34136 status open
34137
34138 \begin_layout Plain Layout
34139
34140 \family sans
34141 編集\SpecialChar menuseparator
34142 数式\SpecialChar menuseparator
34143 マクロ定義\SpecialChar menuseparator
34144
34145 \end_layout
34146
34147 \end_inset
34148
34149 必須引数にする
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 </row>
34155 <row interlinespace="2.5mm">
34156 <cell alignment="center" valignment="top" usebox="none">
34157 \begin_inset Text
34158
34159 \begin_layout Plain Layout
34160 \begin_inset Info
34161 type  "icon"
34162 arg   "math-macro-remove-optional-param"
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 <cell alignment="center" valignment="top" usebox="none">
34171 \begin_inset Text
34172
34173 \begin_layout Plain Layout
34174
34175 \family sans
34176 編集\SpecialChar menuseparator
34177 数式\SpecialChar menuseparator
34178 マクロ定義\SpecialChar menuseparator
34179 非必須引数を削除
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 </row>
34185 <row interlinespace="2.5mm">
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 \begin_inset Info
34191 type  "icon"
34192 arg   "math-macro-add-optional-param"
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 <cell alignment="center" valignment="top" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204
34205 \family sans
34206 編集\SpecialChar menuseparator
34207 数式\SpecialChar menuseparator
34208 マクロ定義\SpecialChar menuseparator
34209 非必須引数を挿入
34210 \end_layout
34211
34212 \end_inset
34213 </cell>
34214 </row>
34215 <row interlinespace="2.5mm">
34216 <cell alignment="center" valignment="top" usebox="none">
34217 \begin_inset Text
34218
34219 \begin_layout Plain Layout
34220 \begin_inset Info
34221 type  "icon"
34222 arg   "math-macro-remove-greedy-param"
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 <cell alignment="center" valignment="top" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234
34235 \family sans
34236 編集\SpecialChar menuseparator
34237 数式\SpecialChar menuseparator
34238 マクロ定義\SpecialChar menuseparator
34239 右に吐き出す形で
34240 \begin_inset Newline newline
34241 \end_inset
34242
34243
34244 \begin_inset Phantom HPhantom
34245 status open
34246
34247 \begin_layout Plain Layout
34248
34249 \family sans
34250 編集\SpecialChar menuseparator
34251 数式\SpecialChar menuseparator
34252 マクロ定義\SpecialChar menuseparator
34253
34254 \end_layout
34255
34256 \end_inset
34257
34258 最後の引数を削除
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 </row>
34264 <row interlinespace="2.5mm">
34265 <cell alignment="center" valignment="top" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 \begin_inset Info
34270 type  "icon"
34271 arg   "math-macro-append-greedy-param"
34272 \end_inset
34273
34274
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 <cell alignment="center" valignment="top" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283
34284 \family sans
34285 編集\SpecialChar menuseparator
34286 数式\SpecialChar menuseparator
34287 マクロ定義\SpecialChar menuseparator
34288 右から喰う形で
34289 \begin_inset Newline newline
34290 \end_inset
34291
34292
34293 \begin_inset Phantom HPhantom
34294 status open
34295
34296 \begin_layout Plain Layout
34297
34298 \family sans
34299 編集\SpecialChar menuseparator
34300 数式\SpecialChar menuseparator
34301 マクロ定義\SpecialChar menuseparator
34302
34303 \end_layout
34304
34305 \end_inset
34306
34307 引数を追加
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 </row>
34313 <row interlinespace="2.5mm">
34314 <cell alignment="center" valignment="top" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 \begin_inset Info
34319 type  "icon"
34320 arg   "math-macro-add-greedy-optional-param"
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332
34333 \family sans
34334 編集\SpecialChar menuseparator
34335 数式\SpecialChar menuseparator
34336 マクロ定義\SpecialChar menuseparator
34337 右から喰う形で
34338 \begin_inset Newline newline
34339 \end_inset
34340
34341
34342 \begin_inset Phantom HPhantom
34343 status open
34344
34345 \begin_layout Plain Layout
34346
34347 \family sans
34348 編集\SpecialChar menuseparator
34349 数式\SpecialChar menuseparator
34350 マクロ定義\SpecialChar menuseparator
34351
34352 \end_layout
34353
34354 \end_inset
34355
34356 非必須引数を追加
34357 \end_layout
34358
34359 \end_inset
34360 </cell>
34361 </row>
34362 </lyxtabular>
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Section
34370 コンピュータ代数システム
34371 \end_layout
34372
34373 \begin_layout Standard
34374 \SpecialChar LyX
34375 では、\SpecialChar LyX
34376 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34377 \family sans
34378 Maple
34379 \family default
34380
34381 \family sans
34382 Mathematica
34383 \family default
34384
34385 \family sans
34386 Maxima
34387 \family default
34388
34389 \family sans
34390 Octave
34391 \family default
34392 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34393 \end_layout
34394
34395 \begin_layout Subsection
34396 使用法
34397 \end_layout
34398
34399 \begin_layout Standard
34400 数式表現を書いた後、
34401 \family sans
34402 編集\SpecialChar menuseparator
34403 数式\SpecialChar menuseparator
34404 コンピュータ代数システムを使用
34405 \family default
34406 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34407 \end_layout
34408
34409 \begin_layout Standard
34410 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34411 \family typewriter
34412 Maxima
34413 \family default
34414 です)。
34415 \end_layout
34416
34417 \begin_layout Itemize
34418 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Itemize
34432 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Itemize
34439 \begin_inset Formula $\det\left[\begin{array}{ccc}
34440 1 & 6 & 7\\
34441 2 & 5 & 8\\
34442 3 & 4 & 17
34443 \end{array}\right]=-56$
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \begin_layout Itemize
34450 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Subsection
34457 捷径
34458 \end_layout
34459
34460 \begin_layout Standard
34461 現在のところ、代数プログラムを呼び出すための
34462 \begin_inset Flex Ruby
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466 捷径
34467 \begin_inset Argument post:1
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471 ショートカット
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480
34481 はありません。しかし、捷径を
34482 \family sans
34483 math-extern
34484 \family default
34485  \SpecialChar LyX
34486 関数にバインドすることは容易です(取扱説明書『
34487 \family sans
34488 \emph on
34489 \SpecialChar LyX
34490 関数篇
34491 \family default
34492 \emph default
34493 』参照)。例えば、数式エディタ中で
34494 \family sans
34495 リターン
34496 \family default
34497
34498 \begin_inset Flex Ruby
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502
34503 \begin_inset Argument post:1
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 キー
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516
34517 をバインドさせることもできます。それを
34518 \family typewriter
34519 Maxima
34520 \family default
34521 にバインドするには、下記の捷径定義コマンドを使用します。
34522 \end_layout
34523
34524 \begin_layout Standard
34525
34526 \series bold
34527 command-alternatives paragraph-break;math-extern maxima
34528 \end_layout
34529
34530 \begin_layout Section
34531 補遺
34532 \begin_inset Index idx
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 ほい@補遺
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \end_layout
34543
34544 \begin_layout Subsection
34545 負の数
34546 \begin_inset Index idx
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 かず@数 ! ふの@負の
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \begin_layout Standard
34559 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34560 く表示されます。
34561 \end_layout
34562
34563 \begin_layout Standard
34564 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34565 \end_layout
34566
34567 \begin_layout Standard
34568 以下は、この問題を示す例です。
34569 \begin_inset Separator parbreak
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \begin_layout Standard
34576 \align center
34577 \begin_inset Tabular
34578 <lyxtabular version="3" rows="3" columns="2">
34579 <features tabularvalignment="middle">
34580 <column alignment="right" valignment="top">
34581 <column alignment="left" valignment="top">
34582 <row>
34583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587 通常の文章:
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Plain Layout
34596 x = -2
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 </row>
34602 <row>
34603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 数式:
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 \begin_inset Formula $x=-2$
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 </row>
34625 <row>
34626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34627 \begin_inset Text
34628
34629 \begin_layout Plain Layout
34630 解決策:
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 \begin_inset Formula $x=\textrm{-}2$
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \end_inset
34646 </cell>
34647 </row>
34648 </lyxtabular>
34649
34650 \end_inset
34651
34652
34653 \end_layout
34654
34655 \begin_layout Subsection
34656 位区切りとしてのコンマ
34657 \begin_inset Index idx
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 こんま@コンマ
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \begin_inset Index idx
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 かんま@カンマ
34672 \begin_inset ERT
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676
34677 |see{
34678 \end_layout
34679
34680 \end_inset
34681
34682 コンマ
34683 \begin_inset ERT
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687
34688 }
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \SpecialChar LaTeX
34703 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34704 \end_layout
34705
34706 \begin_layout Standard
34707 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34708 \begin_inset Flex Ruby
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712 捷径
34713 \begin_inset Argument post:1
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 ショートカット
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \begin_inset Info
34729 type  "shortcut"
34730 arg   "math-mode"
34731 \end_inset
34732
34733 )。
34734 \end_layout
34735
34736 \begin_layout Standard
34737 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
34738 プリアンブルに
34739 \end_layout
34740
34741 \begin_layout Standard
34742
34743 \series bold
34744
34745 \backslash
34746 usepackage{icomma}
34747 \end_layout
34748
34749 \begin_layout Standard
34750 という行を加えて、
34751 \series bold
34752 icomma.sty
34753 \series default
34754
34755 \begin_inset Foot
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759
34760 \series bold
34761 icomma
34762 \series default
34763 は、\SpecialChar LaTeX
34764 パッケージ
34765 \series bold
34766 was
34767 \series default
34768
34769 \begin_inset Index idx
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773 ぱっけーじ@パッケージ ! was
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779
34780 \backslash
34781 vspace{4mm}
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_inset
34790
34791 に含まれています。
34792 \end_layout
34793
34794 \end_inset
34795
34796
34797 \begin_inset Index idx
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801 ぱっけーじ@パッケージ ! icomma
34802 \end_layout
34803
34804 \end_inset
34805
34806 ファイルを読み込みます。
34807 \end_layout
34808
34809 \begin_layout Subsection
34810 物理ベクトル
34811 \begin_inset CommandInset label
34812 LatexCommand label
34813 name "subsec:物理ベクトル"
34814
34815 \end_inset
34816
34817
34818 \begin_inset Index idx
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822 べくとる@ベクトル ! ぶつり@物理
34823 \begin_inset space \thinspace{}
34824 \end_inset
34825
34826 ——
34827 \end_layout
34828
34829 \end_inset
34830
34831
34832 \end_layout
34833
34834 \begin_layout Standard
34835 \SpecialChar LaTeX
34836 パッケージ
34837 \series bold
34838 braket
34839 \series default
34840
34841 \begin_inset Foot
34842 status collapsed
34843
34844 \begin_layout Plain Layout
34845
34846 \series bold
34847 braket
34848 \series default
34849  は標準的\SpecialChar LaTeX
34850 頒布版のすべてに含まれています。
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \begin_inset Index idx
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860 ぱっけーじ@パッケージ ! braket
34861 \end_layout
34862
34863 \end_inset
34864
34865 には、定義済みのベクトルが提供されており、
34866 \end_layout
34867
34868 \begin_layout Standard
34869
34870 \series bold
34871
34872 \backslash
34873 usepackage{braket}
34874 \end_layout
34875
34876 \begin_layout Standard
34877 という\SpecialChar LaTeX
34878 プリアンブル行で読み込むことができます。
34879 \end_layout
34880
34881 \begin_layout Standard
34882 \begin_inset ERT
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886
34887
34888 \backslash
34889 ifbraket 
34890 \end_layout
34891
34892 \end_inset
34893
34894
34895 \begin_inset Note Note
34896 status open
34897
34898 \begin_layout Plain Layout
34899 以下の表は、
34900 \series bold
34901 braket
34902 \series default
34903  \SpecialChar LaTeX
34904 パッケージが導入済みのときのみ表示されます。
34905 \end_layout
34906
34907 \end_inset
34908
34909 以下のコマンドが定義されています。
34910 \begin_inset Separator parbreak
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \begin_layout Standard
34917 \align center
34918 \begin_inset Tabular
34919 <lyxtabular version="3" rows="4" columns="2">
34920 <features tabularvalignment="middle">
34921 <column alignment="center" valignment="top">
34922 <column alignment="center" valignment="top">
34923 <row>
34924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928 コマンド
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937 出力
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 </row>
34943 <row>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948
34949 \backslash
34950 Bra{
34951 \backslash
34952 psi
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 \begin_inset Formula $\Bra{\psi}$
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 </row>
34970 <row>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975
34976 \backslash
34977 Ket{
34978 \backslash
34979 psi
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988 \begin_inset Formula $\Ket{\psi}$
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 </row>
34997 <row>
34998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002
35003 \backslash
35004 Braket{
35005 \backslash
35006 psi
35007 \begin_inset Formula $|$
35008 \end_inset
35009
35010
35011 \backslash
35012 phi
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 \begin_inset Formula $\Braket{\psi|\phi}$
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 </lyxtabular>
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Standard
35038
35039 \series bold
35040
35041 \backslash
35042 Braket
35043 \series default
35044 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
35045 \begin_inset Formula 
35046 \[
35047 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35048 \]
35049
35050 \end_inset
35051
35052
35053 \begin_inset ERT
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057
35058
35059 \backslash
35060 else 
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \begin_inset Note Note
35067 status open
35068
35069 \begin_layout Plain Layout
35070
35071 \series bold
35072 braket
35073 \series default
35074  \SpecialChar LaTeX
35075 パッケージが導入されていないときには、以下が表示されます。
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 本小節の全体を出力で見るためには、
35085 \series bold
35086 braket
35087 \series default
35088  \SpecialChar LaTeX
35089 パッケージを導入する必要があります。
35090 \end_layout
35091
35092 \begin_layout Standard
35093 \begin_inset ERT
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097
35098
35099 \backslash
35100 fi 
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109
35110 \series bold
35111
35112 \backslash
35113 Braket
35114 \series default
35115 と同じ効果は、第
35116 \begin_inset CommandInset ref
35117 LatexCommand ref
35118 reference "subsec:自動の括弧丈"
35119
35120 \end_inset
35121
35122 節に説明されているとおり、
35123 \series bold
35124
35125 \backslash
35126 middle
35127 \series default
35128 コマンドを用いることによっても実現できます。
35129 \end_layout
35130
35131 \begin_layout Subsection
35132 自己定義の分数
35133 \begin_inset CommandInset label
35134 LatexCommand label
35135 name "subsec:自己定義の分数"
35136
35137 \end_inset
35138
35139
35140 \begin_inset Index idx
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 ぶんすう@分数 ! じこていぎの@自己定義の
35145 \end_layout
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \begin_layout Standard
35153 分数用の自己定義コマンドを定義するには、以下の書式を持つ
35154 \series bold
35155
35156 \backslash
35157 genfrac
35158 \series default
35159
35160 \begin_inset Index idx
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164 こまんど@コマンド ! G ! 
35165 \backslash
35166 genfrac
35167 \end_layout
35168
35169 \end_inset
35170
35171 コマンドを使います。
35172 \end_layout
35173
35174 \begin_layout Standard
35175
35176 \series bold
35177
35178 \backslash
35179 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
35180 \begin_inset Newline newline
35181 \end_inset
35182
35183
35184 \begin_inset Phantom HPhantom
35185 status open
35186
35187 \begin_layout Plain Layout
35188
35189 \series bold
35190
35191 \backslash
35192 genfrac
35193 \end_layout
35194
35195 \end_inset
35196
35197 {分子}{分母}
35198 \end_layout
35199
35200 \begin_layout Standard
35201 ここで「様式」は、0
35202 \begin_inset space \thinspace{}
35203 \end_inset
35204
35205 -
35206 \begin_inset space \thinspace{}
35207 \end_inset
35208
35209 3の範囲の数字です。
35210 \begin_inset Separator parbreak
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \begin_layout Standard
35217 \align center
35218 \begin_inset Tabular
35219 <lyxtabular version="3" rows="5" columns="2">
35220 <features tabularvalignment="middle">
35221 <column alignment="center" valignment="top">
35222 <column alignment="center" valignment="top">
35223 <row>
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228 数字
35229 \end_layout
35230
35231 \end_inset
35232 </cell>
35233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 様式(大きさ)
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 </row>
35243 <row>
35244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35245 \begin_inset Text
35246
35247 \begin_layout Plain Layout
35248 0
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 別行立て様式の数式
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 </row>
35263 <row>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268 1
35269 \end_layout
35270
35271 \end_inset
35272 </cell>
35273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277 行内数式
35278 \end_layout
35279
35280 \end_inset
35281 </cell>
35282 </row>
35283 <row>
35284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35285 \begin_inset Text
35286
35287 \begin_layout Plain Layout
35288 2
35289 \end_layout
35290
35291 \end_inset
35292 </cell>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 やや小(small)
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 </row>
35303 <row>
35304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35305 \begin_inset Text
35306
35307 \begin_layout Plain Layout
35308 3
35309 \end_layout
35310
35311 \end_inset
35312 </cell>
35313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35314 \begin_inset Text
35315
35316 \begin_layout Plain Layout
35317 最小(tiny)
35318 \end_layout
35319
35320 \end_inset
35321 </cell>
35322 </row>
35323 </lyxtabular>
35324
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \begin_layout Standard
35331 「様式」を指定しないときには、
35332 \series bold
35333
35334 \backslash
35335 frac
35336 \series default
35337 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35338 \end_layout
35339
35340 \begin_layout Standard
35341 「分数線の厚み」を指定しないときには、既定値である0.4
35342 \begin_inset space \thinspace{}
35343 \end_inset
35344
35345 ptが用いられます。
35346 \end_layout
35347
35348 \begin_layout Standard
35349 \begin_inset VSpace medskip
35350 \end_inset
35351
35352 たとえば、第
35353 \begin_inset CommandInset ref
35354 LatexCommand ref
35355 reference "subsec:分数"
35356
35357 \end_inset
35358
35359 節の
35360 \series bold
35361
35362 \backslash
35363 dfrac
35364 \series default
35365 コマンドおよび
35366 \series bold
35367
35368 \backslash
35369 tbinom
35370 \series default
35371 コマンドは、
35372 \end_layout
35373
35374 \begin_layout Standard
35375
35376 \series bold
35377
35378 \backslash
35379 newcommand{
35380 \backslash
35381 dfrac}[2]{
35382 \backslash
35383 genfrac{}{}{}{0}{#1}{#2}}
35384 \end_layout
35385
35386 \begin_layout Standard
35387 あるいは
35388 \end_layout
35389
35390 \begin_layout Standard
35391
35392 \series bold
35393
35394 \backslash
35395 newcommand{
35396 \backslash
35397 tbinom}[2]{
35398 \backslash
35399 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35400 \end_layout
35401
35402 \begin_layout Standard
35403 というコマンドで定義できます。
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset VSpace medskip
35408 \end_inset
35409
35410 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
35411 プリアンブルに
35412 \end_layout
35413
35414 \begin_layout Standard
35415
35416 \series bold
35417
35418 \backslash
35419 newcommand{
35420 \backslash
35421 fracS}[3][]{
35422 \backslash
35423 genfrac{}{}{#1}{}{#2}{#3}}
35424 \end_layout
35425
35426 \begin_layout Standard
35427 という行を入れます。
35428 \end_layout
35429
35430 \begin_layout Standard
35431 以下は、そのテストです。
35432 \begin_inset Formula 
35433 \begin{align*}
35434 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35435 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35436 \end{align*}
35437
35438 \end_inset
35439
35440 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35441 \end_layout
35442
35443 \begin_layout Subsection
35444 数式の消去
35445 \begin_inset Index idx
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 すうしき@数式 ! しょうきょ@消去
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 数式の全体もしくは一部を消去するには、4つの方法があります。
35459 \begin_inset Separator parbreak
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \begin_layout Standard
35466 \align center
35467 \begin_inset ERT
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471
35472
35473 \backslash
35474 ifcancel 
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \begin_inset Note Note
35481 status open
35482
35483 \begin_layout Plain Layout
35484 下記の表は、\SpecialChar LaTeX
35485 パッケージ
35486 \series bold
35487 cancel
35488 \series default
35489 が導入済みの時のみ表示されます。
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Standard
35498 \align center
35499 \begin_inset Tabular
35500 <lyxtabular version="3" rows="5" columns="2">
35501 <features tabularvalignment="middle">
35502 <column alignment="center" valignment="top">
35503 <column alignment="center" valignment="top">
35504 <row>
35505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35506 \begin_inset Text
35507
35508 \begin_layout Plain Layout
35509 コマンド
35510 \end_layout
35511
35512 \end_inset
35513 </cell>
35514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35515 \begin_inset Text
35516
35517 \begin_layout Plain Layout
35518 出力
35519 \begin_inset Note Note
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 ここで
35524 \series bold
35525
35526 \backslash
35527 raisebox
35528 \series default
35529 はスペーサーとして使用しているだけです。
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 </row>
35540 <row>
35541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35542 \begin_inset Text
35543
35544 \begin_layout Plain Layout
35545
35546 \backslash
35547 cancel
35548 \begin_inset space \textvisiblespace{}
35549 \end_inset
35550
35551 int
35552 \begin_inset space \textvisiblespace{}
35553 \end_inset
35554
35555 A=B
35556 \end_layout
35557
35558 \end_inset
35559 </cell>
35560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35561 \begin_inset Text
35562
35563 \begin_layout Plain Layout
35564 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 </row>
35573 <row>
35574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35575 \begin_inset Text
35576
35577 \begin_layout Plain Layout
35578
35579 \backslash
35580 bcancel
35581 \begin_inset space \textvisiblespace{}
35582 \end_inset
35583
35584
35585 \backslash
35586 int
35587 \begin_inset space \textvisiblespace{}
35588 \end_inset
35589
35590 A=B
35591 \end_layout
35592
35593 \end_inset
35594 </cell>
35595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35596 \begin_inset Text
35597
35598 \begin_layout Plain Layout
35599 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \end_inset
35606 </cell>
35607 </row>
35608 <row>
35609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35610 \begin_inset Text
35611
35612 \begin_layout Plain Layout
35613
35614 \backslash
35615 xcancel
35616 \begin_inset space \textvisiblespace{}
35617 \end_inset
35618
35619
35620 \backslash
35621 int
35622 \begin_inset space \textvisiblespace{}
35623 \end_inset
35624
35625 A=B
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35631 \begin_inset Text
35632
35633 \begin_layout Plain Layout
35634 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 </row>
35643 <row>
35644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35645 \begin_inset Text
35646
35647 \begin_layout Plain Layout
35648
35649 \backslash
35650 cancelto
35651 \begin_inset space \textvisiblespace{}
35652 \end_inset
35653
35654
35655 \backslash
35656 int
35657 \begin_inset space \textvisiblespace{}
35658 \end_inset
35659
35660 A=B
35661 \begin_inset Formula $\to$
35662 \end_inset
35663
35664 1
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35674 \end_inset
35675
35676
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 </row>
35682 </lyxtabular>
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \begin_layout Standard
35690
35691 \series bold
35692
35693 \backslash
35694 cancelto
35695 \series default
35696 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
35697 \begin_inset Formula 
35698 \[
35699 \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}}}
35700 \]
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708
35709 \series bold
35710
35711 \backslash
35712 cancelto
35713 \series default
35714 の「下付き文字」寸法の大きさを変えるには、
35715 \end_layout
35716
35717 \begin_layout Standard
35718
35719 \series bold
35720
35721 \backslash
35722 PassOptionsToPackage{オプション}{cancel}
35723 \end_layout
35724
35725 \begin_layout Standard
35726 という行を\SpecialChar LaTeX
35727 プリアンブルに書き加えてください。ここで、
35728 \series bold
35729 オプション
35730 \series default
35731
35732 \series bold
35733 samesize
35734 \series default
35735 にすると、取り消した部分と同じ寸法になり、
35736 \series bold
35737 Smaller
35738 \series default
35739 にすると、通常よりも少し小さくなります。
35740 \end_layout
35741
35742 \begin_layout Standard
35743 取り消し線に色を付けるには、\SpecialChar TeX
35744 コードで以下のコマンドを書き加えてください。
35745 \end_layout
35746
35747 \begin_layout Standard
35748
35749 \series bold
35750
35751 \backslash
35752 renewcommand{
35753 \backslash
35754 CancelColor}{
35755 \backslash
35756 color{red}}
35757 \end_layout
35758
35759 \begin_layout Standard
35760 ここで
35761 \series bold
35762 red
35763 \series default
35764 は、お好みの色に変更することができます。
35765 \end_layout
35766
35767 \begin_layout Standard
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773
35774 \backslash
35775 renewcommand{
35776 \backslash
35777 CancelColor}{
35778 \backslash
35779 color{red}}
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \begin_layout Standard
35788 \begin_inset Formula 
35789 \[
35790 \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}}}
35791 \]
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 \begin_inset ERT
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803
35804
35805 \backslash
35806 renewcommand{
35807 \backslash
35808 CancelColor}{
35809 \backslash
35810 color{black}}
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \begin_inset Note Note
35817 status open
35818
35819 \begin_layout Plain Layout
35820 色をリセット
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 他の微調整については、
35830 \series bold
35831 cancel
35832 \series default
35833 パッケージの取扱説明書
35834 \begin_inset CommandInset citation
35835 LatexCommand cite
35836 key "cancel"
35837
35838 \end_inset
35839
35840 をご覧ください。
35841 \begin_inset Index idx
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845 ぱっけーじ@パッケージ ! cancel
35846 \end_layout
35847
35848 \end_inset
35849
35850
35851 \end_layout
35852
35853 \begin_layout Standard
35854 \begin_inset ERT
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858
35859
35860 \backslash
35861 else 
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \begin_inset Note Note
35868 status open
35869
35870 \begin_layout Plain Layout
35871 下記の表は、\SpecialChar LaTeX
35872 パッケージ
35873 \series bold
35874 cancel
35875 \series default
35876 が導入済みの時のみ表示されます。
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Standard
35885 本小節の続きを見るには、\SpecialChar LaTeX
35886 パッケージ
35887 \series bold
35888 cancel
35889 \series default
35890 を導入する必要があります。
35891 \end_layout
35892
35893 \begin_layout Standard
35894 \begin_inset ERT
35895 status collapsed
35896
35897 \begin_layout Plain Layout
35898
35899
35900 \backslash
35901 fi 
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \begin_layout Subsection
35910 節見出し中の数式
35911 \begin_inset CommandInset label
35912 LatexCommand label
35913 name "subsec:節見出し中の数式"
35914
35915 \end_inset
35916
35917
35918 \begin_inset Index idx
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35923 \end_layout
35924
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Standard
35931 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35932 \end_layout
35933
35934 \begin_layout Standard
35935 \begin_inset Note Greyedout
35936 status open
35937
35938 \begin_layout Plain Layout
35939 文書設定ダイアログの
35940 \family sans
35941 PDF特性
35942 \family default
35943
35944 \series bold
35945 hyperref
35946 \series default
35947
35948 \begin_inset Index idx
35949 status collapsed
35950
35951 \begin_layout Plain Layout
35952 ぱっけーじ@パッケージ ! hyperref
35953 \end_layout
35954
35955 \end_inset
35956
35957 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35958 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 これらの問題は、
35968 \family sans
35969 挿入\SpecialChar menuseparator
35970 短縮タイトル
35971 \family default
35972 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35973 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35974 \end_layout
35975
35976 \begin_layout Standard
35977 数式を目次中でも使わなくてもならないが、
35978 \series bold
35979 hyperref
35980 \series default
35981 も使用しなくてはならないときには、
35982 \end_layout
35983
35984 \begin_layout Standard
35985
35986 \series bold
35987
35988 \backslash
35989 texorpdfstring{部分}{代替文字列}
35990 \begin_inset Index idx
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994 こまんど@コマンド ! T ! 
35995 \backslash
35996 texorpdfstring
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Standard
36005 というコマンドを\SpecialChar TeX
36006 モードで使う方法があります。
36007 \end_layout
36008
36009 \begin_layout Standard
36010 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
36011 文字列」が用いられます。
36012 \end_layout
36013
36014 \begin_layout Standard
36015 以下の二つは、見出しの例です。
36016 \begin_inset VSpace -3mm
36017 \end_inset
36018
36019
36020 \begin_inset ERT
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024
36025
36026 \backslash
36027 boldmath 
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \begin_layout Subsubsection
36036 目次中では数式を使わない見出し
36037 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36038 \end_inset
36039
36040
36041 \begin_inset Argument 1
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045 目次中では数式を使わない見出し
36046 \end_layout
36047
36048 \end_inset
36049
36050
36051 \end_layout
36052
36053 \begin_layout Subsubsection
36054 目次中で数式を使う見出し
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 texorpdfstring{
36063 \end_layout
36064
36065 \end_inset
36066
36067  
36068 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36069 \end_inset
36070
36071
36072 \begin_inset ERT
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076
36077 }{}
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \end_layout
36084
36085 \begin_layout Standard
36086 \begin_inset ERT
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090
36091
36092 \backslash
36093 unboldmath 
36094 \end_layout
36095
36096 \end_inset
36097
36098 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
36099 \series bold
36100
36101 \backslash
36102 texorpdfstring
36103 \series default
36104 が使われています。
36105 \end_layout
36106
36107 \begin_layout Standard
36108 他の節見出しと同じ書式を得るために、上の見出し全体は
36109 \series bold
36110 boldmath
36111 \series default
36112 環境に設定してあります
36113 \begin_inset Foot
36114 status collapsed
36115
36116 \begin_layout Plain Layout
36117
36118 \begin_inset CommandInset ref
36119 LatexCommand ref
36120 reference "subsec:ボールド体の数式"
36121
36122 \end_inset
36123
36124 節参照。
36125 \end_layout
36126
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \begin_layout Subsection
36133 多段組文中の数式
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Standard
36147 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
36148 \series bold
36149 multicol
36150 \series default
36151
36152 \begin_inset Foot
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156
36157 \series bold
36158 multicol
36159 \series default
36160 は、標準的\SpecialChar LaTeX
36161 頒布版のすべてに含まれています。
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \begin_inset Index idx
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171 ぱっけーじ@パッケージ ! multicol
36172 \end_layout
36173
36174 \end_inset
36175
36176  \SpecialChar LaTeX
36177 パッケージを、
36178 \end_layout
36179
36180 \begin_layout Standard
36181
36182 \series bold
36183
36184 \backslash
36185 usepackage{multicol}
36186 \end_layout
36187
36188 \begin_layout Standard
36189 という\SpecialChar LaTeX
36190 プリアンブル行を書いて読み込むことで、実現できます。
36191 \end_layout
36192
36193 \begin_layout Standard
36194 \begin_inset Note Greyedout
36195 status open
36196
36197 \begin_layout Plain Layout
36198 ここで、
36199 \family sans
36200 文書\SpecialChar menuseparator
36201 設定
36202 \family default
36203 メニューの
36204 \family sans
36205 本文レイアウト
36206 \family default
36207 で、
36208 \family sans
36209 二段組文書
36210 \family default
36211 の設定を
36212 \emph on
36213 有効にしてはならない
36214 \emph default
36215 ことに注意してください。
36216 \end_layout
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Standard
36224 多段組文の前に
36225 \end_layout
36226
36227 \begin_layout Standard
36228
36229 \series bold
36230
36231 \backslash
36232 begin{multicols}{段数}
36233 \end_layout
36234
36235 \begin_layout Standard
36236 というコマンドを\SpecialChar TeX
36237 モードで書き入れます。「段数」は、2
36238 \begin_inset space \thinspace{}
36239 \end_inset
36240
36241 -
36242 \begin_inset space \thinspace{}
36243 \end_inset
36244
36245 10のあいだの数字です。多段組文の終わる数式の前には、
36246 \end_layout
36247
36248 \begin_layout Standard
36249
36250 \series bold
36251
36252 \backslash
36253 end{multicols}
36254 \end_layout
36255
36256 \begin_layout Standard
36257 というコマンドを\SpecialChar TeX
36258 モードで入れます。
36259 \end_layout
36260
36261 \begin_layout Standard
36262 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
36263 \begin_inset space \thinspace{}
36264 \end_inset
36265
36266 mmの垂直空白を入れて下さい。数式様式
36267 \series bold
36268
36269 \begin_inset Foot
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 数式様式に関しては、第
36274 \begin_inset CommandInset ref
36275 LatexCommand ref
36276 reference "sec:数式様式"
36277
36278 \end_inset
36279
36280 節をご覧下さい。
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \series default
36287 として
36288 \series bold
36289 行頭下げ
36290 \series default
36291 を使用している場合には、代わりに-9
36292 \begin_inset space \thinspace{}
36293 \end_inset
36294
36295 mmの垂直空白を入れて下さい。
36296 \end_layout
36297
36298 \begin_layout Standard
36299 以下は、別行立て数式を含む、多段組文の例です。
36300 \end_layout
36301
36302 \begin_layout Standard
36303 \begin_inset ERT
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307
36308
36309 \backslash
36310 begin{multicols}{2}
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \lang ngerman
36317 Das Spektrum wird fouriertransformiert.
36318  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36319 , Lösungsmittel) zu trennen.
36320  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36321  nun das Aussehen des Ausgangssignals.
36322  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36323  über alle Phasen integrieren muss.
36324  Sei nun 
36325 \begin_inset Formula $S$
36326 \end_inset
36327
36328  unser normiertes Ausgangssignal und 
36329 \begin_inset Formula $P$
36330 \end_inset
36331
36332  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36333 \lang japanese
36334
36335 \begin_inset ERT
36336 status collapsed
36337
36338 \begin_layout Plain Layout
36339
36340
36341 \backslash
36342 end{multicols}
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \begin_inset VSpace -6mm
36349 \end_inset
36350
36351
36352 \begin_inset Formula 
36353 \begin{equation}
36354 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36355 \end{equation}
36356
36357 \end_inset
36358
36359
36360 \begin_inset ERT
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364
36365
36366 \backslash
36367 begin{multicols}{2}
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \lang ngerman
36374 wobei 
36375 \begin_inset Formula $S_{0}$
36376 \end_inset
36377
36378  das Signal ohne Gradient ist und die Normierungsbedingung 
36379 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36380 \end_inset
36381
36382  gilt.
36383  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36384  Direkt nach dem 
36385 \begin_inset Formula $\nicefrac{\pi}{2}$
36386 \end_inset
36387
36388
36389 \begin_inset space \thinspace{}
36390 \end_inset
36391
36392 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36393  das Signal zusätzlich abschwächt.
36394  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36395  
36396 \begin_inset Formula $T_{2}$
36397 \end_inset
36398
36399 -Zeit.
36400 \end_layout
36401
36402 \begin_layout Standard
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 end{multicols}
36411 \end_layout
36412
36413 \end_inset
36414
36415  
36416 \end_layout
36417
36418 \begin_layout Subsection
36419 変数の説明付き数式
36420 \begin_inset Index idx
36421 status collapsed
36422
36423 \begin_layout Plain Layout
36424 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \begin_layout Standard
36433 \begin_inset CommandInset ref
36434 LatexCommand eqref
36435 reference "eq:within"
36436
36437 \end_inset
36438
36439 式のように、数式内で変数の説明をするには、
36440 \begin_inset Formula $n$
36441 \end_inset
36442
36443 個の変数が使われている場合、左寄せの列を持つ
36444 \begin_inset Formula $2\times n$
36445 \end_inset
36446
36447 行列を使用します
36448 \begin_inset Foot
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 行列に関しては、第
36453 \begin_inset CommandInset ref
36454 LatexCommand ref
36455 reference "sec:行列"
36456
36457 \end_inset
36458
36459 節参照。
36460 \end_layout
36461
36462 \end_inset
36463
36464 。説明を小さな文字にするには、行列の前に、たとえば
36465 \series bold
36466
36467 \backslash
36468 footnotesize
36469 \series default
36470 コマンドを挿入します
36471 \begin_inset Foot
36472 status collapsed
36473
36474 \begin_layout Plain Layout
36475 フォント寸法に関しては、第
36476 \begin_inset CommandInset ref
36477 LatexCommand ref
36478 reference "subsec:書体寸法"
36479
36480 \end_inset
36481
36482 節参照。
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \begin_layout Standard
36491 数式様式に
36492 \series bold
36493 行頭下げ
36494 \begin_inset Foot
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498 数式様式に関しては、第
36499 \begin_inset CommandInset ref
36500 LatexCommand ref
36501 reference "sec:数式様式"
36502
36503 \end_inset
36504
36505 節参照。
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \series default
36512 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36513 \series bold
36514
36515 \backslash
36516 hfill
36517 \series default
36518
36519 \begin_inset Foot
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523
36524 \series bold
36525
36526 \backslash
36527 hfill
36528 \series default
36529 は、
36530 \series bold
36531 行頭下げ
36532 \series default
36533 様式のときのみ機能します。第
36534 \begin_inset CommandInset ref
36535 LatexCommand ref
36536 reference "subsec:可変長の空白"
36537
36538 \end_inset
36539
36540 節をご覧下さい。
36541 \end_layout
36542
36543 \end_inset
36544
36545 を入れます。
36546 \end_layout
36547
36548 \begin_layout Standard
36549 数式様式に
36550 \series bold
36551 中央揃え
36552 \series default
36553 を使っている場合、数式を字下げするには、第
36554 \begin_inset CommandInset ref
36555 LatexCommand ref
36556 reference "subsec:flalign環境"
36557
36558 \end_inset
36559
36560 節で述べた方法を使用します。
36561 \begin_inset CommandInset ref
36562 LatexCommand eqref
36563 reference "eq:within"
36564
36565 \end_inset
36566
36567 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
36568 括弧が入っています。
36569 \begin_inset Formula 
36570 \begin{flalign}
36571 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36572 \rho & \textrm{density}\\
36573 V & \textrm{volume}\\
36574 g & \textrm{gravitational acceleration}
36575 \end{array} &  & {}\label{eq:within}
36576 \end{flalign}
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \begin_layout Subsection
36584 アップライト体のギリシャ小文字
36585 \begin_inset CommandInset label
36586 LatexCommand label
36587 name "subsec:アップライト体ギリシャ小文字"
36588
36589 \end_inset
36590
36591
36592 \begin_inset Index idx
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36597 \end_layout
36598
36599 \end_inset
36600
36601
36602 \end_layout
36603
36604 \begin_layout Standard
36605 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36606 \begin_inset Formula $\pi$
36607 \end_inset
36608
36609 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36610 \series bold
36611 upgreek.sty
36612 \series default
36613
36614 \begin_inset Foot
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618
36619 \series bold
36620 upgreek
36621 \series default
36622 は、
36623 \series bold
36624 was
36625 \series default
36626
36627 \begin_inset Index idx
36628 status collapsed
36629
36630 \begin_layout Plain Layout
36631 ぱっけーじ@パッケージ ! was
36632 \begin_inset ERT
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636
36637
36638 \backslash
36639 vspace{4mm}
36640 \end_layout
36641
36642 \end_inset
36643
36644
36645 \end_layout
36646
36647 \end_inset
36648
36649  \SpecialChar LaTeX
36650 パッケージの一部です。
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \begin_inset Index idx
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 ぱっけーじ@パッケージ ! upgreek
36661 \end_layout
36662
36663 \end_inset
36664
36665  ファイルを
36666 \end_layout
36667
36668 \begin_layout Standard
36669
36670 \series bold
36671
36672 \backslash
36673 usepackage{upgreek}
36674 \end_layout
36675
36676 \begin_layout Standard
36677 という\SpecialChar LaTeX
36678 プリアンブル行で読み込めば、これらが提供されるようになります。
36679 \begin_inset ERT
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683
36684
36685 \backslash
36686 ifupgreek 
36687 \end_layout
36688
36689 \end_inset
36690
36691
36692 \begin_inset Note Note
36693 status open
36694
36695 \begin_layout Plain Layout
36696 以下の表は、
36697 \series bold
36698 upgreek
36699 \series default
36700  \SpecialChar LaTeX
36701 パッケージが導入済みのときのみ表示されます。
36702 \end_layout
36703
36704 \end_inset
36705
36706 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36707 \series bold
36708 up
36709 \series default
36710 を付けると作ることができます。たとえば
36711 \series bold
36712
36713 \backslash
36714 uptau
36715 \series default
36716 コマンドは、
36717 \begin_inset Formula $\uptau$
36718 \end_inset
36719
36720 のようになります。
36721 \end_layout
36722
36723 \begin_layout Standard
36724 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36725 \begin_inset Formula 
36726 \[
36727 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36728 \]
36729
36730 \end_inset
36731
36732
36733 \end_layout
36734
36735 \begin_layout Standard
36736 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36737 \begin_inset Formula $\mu m$
36738 \end_inset
36739
36740 」のような単位に使うべきではありません。
36741 \end_layout
36742
36743 \begin_layout Standard
36744 \begin_inset ERT
36745 status collapsed
36746
36747 \begin_layout Plain Layout
36748
36749
36750 \backslash
36751 else 
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \begin_inset Note Note
36758 status open
36759
36760 \begin_layout Plain Layout
36761 以下は、
36762 \series bold
36763 upgreek
36764 \series default
36765  \SpecialChar LaTeX
36766 パッケージが導入されていないときのみ表示されます。
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \end_layout
36773
36774 \begin_layout Standard
36775 この小節のすべてを出力で見るには、
36776 \series bold
36777 upgreek
36778 \series default
36779  \SpecialChar LaTeX
36780 パッケージを導入する必要があります。
36781 \end_layout
36782
36783 \begin_layout Standard
36784 \begin_inset ERT
36785 status collapsed
36786
36787 \begin_layout Plain Layout
36788
36789
36790 \backslash
36791 fi 
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Subsection
36800 数式中のテキスト文字
36801 \begin_inset CommandInset label
36802 LatexCommand label
36803 name "subsec:数式中のテキスト文字"
36804
36805 \end_inset
36806
36807
36808 \begin_inset Index idx
36809 status collapsed
36810
36811 \begin_layout Plain Layout
36812 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
36813 \end_layout
36814
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \begin_layout Standard
36821 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36822 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36823 \end_inset
36824
36825 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36826 \series bold
36827
36828 \backslash
36829 cdot
36830 \series default
36831
36832 \begin_inset Foot
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836
36837 \begin_inset CommandInset ref
36838 LatexCommand ref
36839 reference "subsec:二項演算子"
36840
36841 \end_inset
36842
36843 節参照。
36844 \end_layout
36845
36846 \end_inset
36847
36848 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36849 \end_layout
36850
36851 \begin_layout Standard
36852
36853 \series bold
36854
36855 \backslash
36856 Declare Inputtext{183}{
36857 \backslash
36858 ifmmode
36859 \backslash
36860 cdot
36861 \backslash
36862 else
36863 \backslash
36864 textperiodcentered
36865 \backslash
36866 f\SpecialChar ligaturebreak
36867 i}
36868 \end_layout
36869
36870 \begin_layout Standard
36871 という\SpecialChar LaTeX
36872 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
36873 \end_layout
36874
36875 \begin_layout Standard
36876 文字エンコーディング(
36877 \family sans
36878 文書\SpecialChar menuseparator
36879 設定\SpecialChar menuseparator
36880 言語
36881 \family default
36882 メニュー)は、キーボード上の
36883 \begin_inset Flex Ruby
36884 status collapsed
36885
36886 \begin_layout Plain Layout
36887
36888 \begin_inset Argument post:1
36889 status collapsed
36890
36891 \begin_layout Plain Layout
36892 キー
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \end_inset
36901
36902 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36903 \series bold
36904
36905 \backslash
36906 textperiodcentered
36907 \series default
36908 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
36909 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
36910 て、正しいコマンドが自動的に選択されます。
36911 \end_layout
36912
36913 \begin_layout Standard
36914 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36915 \series bold
36916 latin9
36917 \series default
36918 エンコーディングは、\SpecialChar LaTeX
36919 がインストールされたフォルダにある
36920 \series bold
36921 latin9.def
36922 \series default
36923 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
36924 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
36925 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36926 \end_layout
36927
36928 \begin_layout Standard
36929 \begin_inset VSpace medskip
36930 \end_inset
36931
36932 中黒の他にこの文書では、角度記号「
36933 \begin_inset Formula $^{\circ}$
36934 \end_inset
36935
36936 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
36937 プリアンブル行で定義されています
36938 \begin_inset Foot
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942 【訳註】p\SpecialChar LaTeX
36943 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36944 \end_layout
36945
36946 \end_inset
36947
36948
36949 \end_layout
36950
36951 \begin_layout Standard
36952
36953 \series bold
36954
36955 \backslash
36956 DeclareInputtext{176}{
36957 \backslash
36958 ifmmode^
36959 \backslash
36960 circ
36961 \backslash
36962 else
36963 \backslash
36964 textdegree
36965 \backslash
36966 f\SpecialChar ligaturebreak
36967 i}
36968 \end_layout
36969
36970 \begin_layout Subsection
36971 数式中の\SpecialChar LaTeX
36972 コメント
36973 \begin_inset Index idx
36974 status collapsed
36975
36976 \begin_layout Plain Layout
36977 L atexこめんと@\SpecialChar LaTeX
36978 コメント
36979 \end_layout
36980
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Standard
36987 本文中では、ファイルの\SpecialChar LaTeX
36988 ソースコードでのみ見ることのできるコメントを、
36989 \family sans
36990 挿入
36991 \lang english
36992 \SpecialChar menuseparator
36993
36994 \lang japanese
36995 注釈
36996 \lang english
36997 \SpecialChar menuseparator
36998
36999 \lang japanese
37000 コメント
37001 \family default
37002 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
37003 \end_layout
37004
37005 \begin_layout Standard
37006
37007 \series bold
37008
37009 \backslash
37010 %
37011 \end_layout
37012
37013 \begin_layout Standard
37014 というコマンドを使えば、\SpecialChar LaTeX
37015 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
37016 のバグのせいで
37017 \begin_inset Foot
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 \begin_inset CommandInset href
37022 LatexCommand href
37023 name "LyX-bug #9002"
37024 target "http://www.lyx.org/trac/ticket/9002"
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \end_inset
37032
37033 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
37034 出力中に、\SpecialChar LaTeX
37035 コマンドの形では見ることができます。
37036 \lang english
37037
37038 \begin_inset Newline newline
37039 \end_inset
37040
37041
37042 \lang japanese
37043 下記は、\SpecialChar LaTeX
37044 コメントを持つ数式の例です。
37045 \begin_inset Formula 
37046 \[
37047 A=B%\text{これはコメントです。}
37048 \]
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Section
37056 \start_of_appendix
37057 組版上の助言
37058 \begin_inset Index idx
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062 くみばんじょうのじょげん@組版上の助言
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Standard
37071 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
37072 \begin_inset Foot
37073 status collapsed
37074
37075 \begin_layout Plain Layout
37076 この要約の一部は、ISO規則を取り上げている「Duden」
37077 \begin_inset CommandInset citation
37078 LatexCommand cite
37079 key "Duden"
37080
37081 \end_inset
37082
37083 と呼ばれるドイツの半公的辞書から採られています。
37084 \end_layout
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \begin_layout Itemize
37092 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
37093 \begin_inset Foot
37094 status collapsed
37095
37096 \begin_layout Plain Layout
37097 書体様式で指定します。第
37098 \begin_inset CommandInset ref
37099 LatexCommand ref
37100 reference "subsec:書体様式"
37101
37102 \end_inset
37103
37104 節を参照。
37105 \end_layout
37106
37107 \end_inset
37108
37109 :30
37110 \begin_inset space \thinspace{}
37111 \end_inset
37112
37113 km/h
37114 \begin_inset Newline newline
37115 \end_inset
37116
37117 値と単位の間には、最小空白を入れます。第
37118 \begin_inset CommandInset ref
37119 LatexCommand ref
37120 reference "subsec:定義済みの空白"
37121
37122 \end_inset
37123
37124 節を参照。
37125 \begin_inset Newline newline
37126 \end_inset
37127
37128 この慣習は、
37129 \series bold
37130
37131 \backslash
37132 unittwo
37133 \series default
37134 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
37135 が得られます:
37136 \begin_inset Formula $\unit[30]{km/h}$
37137 \end_inset
37138
37139
37140 \begin_inset space \thinspace{}
37141 \end_inset
37142
37143 。実は、
37144 \series bold
37145
37146 \backslash
37147 unittwo
37148 \series default
37149 は、\SpecialChar LaTeX
37150 コマンドの実体ではなく、
37151 \series bold
37152
37153 \backslash
37154 unit[値]{単位}
37155 \series default
37156 というコマンドです。したがって、これを\SpecialChar TeX
37157 コード中で使用することはできません。
37158 \end_layout
37159
37160 \begin_layout Itemize
37161 百分率記号と千分率記号は、物理単位と同様に組みます:
37162 \begin_inset Newline newline
37163 \end_inset
37164
37165 血中アルコール1,2
37166 \begin_inset space \thinspace{}
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Itemize
37173 角度記号は値の直後に置きます:
37174 \begin_inset Formula $15^{\circ}$
37175 \end_inset
37176
37177 。しかし、単位として用いられるときは別です:15
37178 \begin_inset space \thinspace{}
37179 \end_inset
37180
37181
37182 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \begin_layout Itemize
37189 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
37190 \begin_inset space \thinspace{}
37191 \end_inset
37192
37193 473
37194 \begin_inset space \thinspace{}
37195 \end_inset
37196
37197 588
37198 \end_layout
37199
37200 \begin_layout Itemize
37201 \begin_inset Formula $120\times90\times40$
37202 \end_inset
37203
37204
37205 \begin_inset space \thinspace{}
37206 \end_inset
37207
37208 cmのような寸法には、積記号「
37209 \begin_inset Formula $\times$
37210 \end_inset
37211
37212 」を用います。これは、
37213 \series bold
37214
37215 \backslash
37216 times
37217 \series default
37218 コマンドか、
37219 \family sans
37220 挿入\SpecialChar menuseparator
37221 特殊文字\SpecialChar menuseparator
37222 記号
37223 \family default
37224 メニューから入れることができます。
37225 \end_layout
37226
37227 \begin_layout Itemize
37228 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
37229 \begin_inset CommandInset ref
37230 LatexCommand ref
37231 reference "subsec:定義済み函数"
37232
37233 \end_inset
37234
37235 節を参照。
37236 \end_layout
37237
37238 \begin_layout Itemize
37239 複数の文字を含む指数は、アップライト体にします:
37240 \begin_inset Formula $E_{\mathrm{kin}}$
37241 \end_inset
37242
37243
37244 \begin_inset Newline newline
37245 \end_inset
37246
37247 行列要素はイタリック体にします:
37248 \begin_inset Formula $\hat{H}_{kl}$
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Itemize
37255 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
37256 \end_layout
37257
37258 \begin_layout Itemize
37259
37260 \noun on
37261 フーリエ
37262 \noun default
37263 変換を表す文字は、
37264 \series bold
37265
37266 \backslash
37267 mathscr
37268 \begin_inset space \textvisiblespace{}
37269 \end_inset
37270
37271 {F
37272 \series default
37273 コマンド
37274 \begin_inset Index idx
37275 status collapsed
37276
37277 \begin_layout Plain Layout
37278 こまんど@コマンド! M ! 
37279 \backslash
37280 mathscr
37281 \end_layout
37282
37283 \end_inset
37284
37285
37286 \family sans
37287 挿入\SpecialChar menuseparator
37288 特殊文字\SpecialChar menuseparator
37289 記号\SpecialChar menuseparator
37290 文字様記号
37291 \family default
37292 メニューの
37293 \begin_inset Formula $\mathscr{F}$
37294 \end_inset
37295
37296 で入れることができます。
37297 \end_layout
37298
37299 \begin_layout Standard
37300 \begin_inset Newpage newpage
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \begin_layout Section
37307 同義語
37308 \begin_inset Index idx
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312 どうぎご@同義語
37313 \end_layout
37314
37315 \end_inset
37316
37317
37318 \end_layout
37319
37320 \begin_layout Standard
37321 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
37322 \end_layout
37323
37324 \begin_layout Standard
37325 \begin_inset VSpace bigskip
37326 \end_inset
37327
37328
37329 \begin_inset space \hfill{}
37330 \end_inset
37331
37332
37333 \begin_inset Tabular
37334 <lyxtabular version="3" rows="12" columns="2">
37335 <features tabularvalignment="middle">
37336 <column alignment="center" valignment="top" width="0pt">
37337 <column alignment="center" valignment="top" width="0pt">
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343 コマンド
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 同義のコマンド
37353 \begin_inset Note Note
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357 ここで
37358 \series bold
37359
37360 \backslash
37361 raisebox
37362 \series default
37363 はスペーサーとして使用しているだけです。
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 </row>
37374 <row>
37375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381 ast
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390 \begin_inset ERT
37391 status collapsed
37392
37393 \begin_layout Plain Layout
37394
37395
37396 \backslash
37397 raisebox{-1.2mm}{
37398 \end_layout
37399
37400 \end_inset
37401
37402 *
37403 \begin_inset ERT
37404 status collapsed
37405
37406 \begin_layout Plain Layout
37407
37408 }
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \end_layout
37415
37416 \end_inset
37417 </cell>
37418 </row>
37419 <row>
37420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37421 \begin_inset Text
37422
37423 \begin_layout Plain Layout
37424
37425 \backslash
37426 choose
37427 \end_layout
37428
37429 \end_inset
37430 </cell>
37431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435
37436 \backslash
37437 binom
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 </row>
37443 <row>
37444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37445 \begin_inset Text
37446
37447 \begin_layout Plain Layout
37448
37449 \backslash
37450 geq
37451 \end_layout
37452
37453 \end_inset
37454 </cell>
37455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459
37460 \backslash
37461 ge
37462 \end_layout
37463
37464 \end_inset
37465 </cell>
37466 </row>
37467 <row>
37468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37469 \begin_inset Text
37470
37471 \begin_layout Plain Layout
37472
37473 \backslash
37474 lbrace
37475 \end_layout
37476
37477 \end_inset
37478 </cell>
37479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483 {
37484 \end_layout
37485
37486 \end_inset
37487 </cell>
37488 </row>
37489 <row>
37490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494
37495 \backslash
37496 lbracket
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 [
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 </row>
37511 <row>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516
37517 \backslash
37518 leftarrow
37519 \end_layout
37520
37521 \end_inset
37522 </cell>
37523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527
37528 \backslash
37529 gets
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 </row>
37535 <row>
37536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540
37541 \backslash
37542 leq
37543 \end_layout
37544
37545 \end_inset
37546 </cell>
37547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37548 \begin_inset Text
37549
37550 \begin_layout Plain Layout
37551
37552 \backslash
37553 le
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 <row>
37560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564
37565 \backslash
37566 lor
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 vee
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 </row>
37583 <row>
37584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588
37589 \backslash
37590 neq
37591 \end_layout
37592
37593 \end_inset
37594 </cell>
37595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599
37600 \backslash
37601 not=
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 </row>
37607 <row>
37608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612
37613 \backslash
37614 slash
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 /
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 <row>
37630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634
37635 \backslash
37636 vert
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 \begin_inset Formula $|$
37646 \end_inset
37647
37648
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 </row>
37654 </lyxtabular>
37655
37656 \end_inset
37657
37658
37659 \begin_inset space \hfill{}
37660 \end_inset
37661
37662
37663 \begin_inset Tabular
37664 <lyxtabular version="3" rows="12" columns="2">
37665 <features tabularvalignment="middle">
37666 <column alignment="center" valignment="top" width="0pt">
37667 <column alignment="center" valignment="top" width="0pt">
37668 <row>
37669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 コマンド
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682 同義のコマンド
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 </row>
37688 <row>
37689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37690 \begin_inset Text
37691
37692 \begin_layout Plain Layout
37693
37694 \backslash
37695 backslash
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704
37705 \backslash
37706
37707 \backslash
37708
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719
37720 \backslash
37721 dasharrow
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730
37731 \backslash
37732 dashrightarrow
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 <row>
37739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743
37744 \backslash
37745 land
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 wedge
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 <row>
37763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767
37768 \backslash
37769 rbrace
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 }
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 </row>
37784 <row>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \backslash
37791 rbracket
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 ]
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 </row>
37806 <row>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811
37812 \backslash
37813 rightarrow
37814 \end_layout
37815
37816 \end_inset
37817 </cell>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822
37823 \backslash
37824 to
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 </row>
37830 <row>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835
37836 \backslash
37837 lnot
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846
37847 \backslash
37848 neg
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 </row>
37854 <row>
37855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859
37860 \backslash
37861 ne
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 not=
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885 owns
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 ni
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 </row>
37902 <row>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907
37908 \backslash
37909 square
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 Box
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931
37932 \backslash
37933 Vert
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944
37945 \begin_inset Formula $|$
37946 \end_inset
37947
37948
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 </row>
37954 </lyxtabular>
37955
37956 \end_inset
37957
37958
37959 \begin_inset space \hfill{}
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \begin_layout Standard
37966 \begin_inset Newpage newpage
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \begin_layout Bibliography
37973 \begin_inset CommandInset bibitem
37974 LatexCommand bibitem
37975 key "TLC2"
37976
37977 \end_inset
37978
37979
37980 \shape smallcaps
37981 Mittelbach, F.
37982  ; Goossens, M.
37983 \shape default
37984
37985 \shape italic
37986 The \SpecialChar LaTeX
37987  Companion
37988 \shape default
37989 , 2nd ed.
37990  Addison Wesley, 2004
37991 \end_layout
37992
37993 \begin_layout Bibliography
37994 \begin_inset CommandInset bibitem
37995 LatexCommand bibitem
37996 key "Mathmode"
37997
37998 \end_inset
37999
38000 \SpecialChar LaTeX
38001 の数式能力の
38002 \begin_inset CommandInset href
38003 LatexCommand href
38004 name "説明"
38005 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38006
38007 \end_inset
38008
38009
38010 \end_layout
38011
38012 \begin_layout Bibliography
38013 \begin_inset CommandInset bibitem
38014 LatexCommand bibitem
38015 key "AMS"
38016
38017 \end_inset
38018
38019
38020 \begin_inset ERT
38021 status collapsed
38022
38023 \begin_layout Plain Layout
38024
38025
38026 \backslash
38027 AmS
38028 \end_layout
38029
38030 \end_inset
38031
38032 -\SpecialChar LaTeX
38033
38034 \begin_inset CommandInset href
38035 LatexCommand href
38036 name "説明"
38037 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38038
38039 \end_inset
38040
38041
38042 \end_layout
38043
38044 \begin_layout Bibliography
38045 \begin_inset CommandInset bibitem
38046 LatexCommand bibitem
38047 key "Symbols"
38048
38049 \end_inset
38050
38051 \SpecialChar LaTeX
38052 パッケージで利用できる記号の
38053 \begin_inset CommandInset href
38054 LatexCommand href
38055 name "全覧"
38056 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38057
38058 \end_inset
38059
38060
38061 \end_layout
38062
38063 \begin_layout Bibliography
38064 \begin_inset CommandInset bibitem
38065 LatexCommand bibitem
38066 key "cancel"
38067
38068 \end_inset
38069
38070 \SpecialChar LaTeX
38071  
38072 \series bold
38073 cancel
38074 \series default
38075
38076 \begin_inset Index idx
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080 ぱっけーじ@パッケージ ! cancel
38081 \end_layout
38082
38083 \end_inset
38084
38085 パッケージの
38086 \begin_inset CommandInset href
38087 LatexCommand href
38088 name "取扱説明書"
38089 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38090
38091 \end_inset
38092
38093
38094 \end_layout
38095
38096 \begin_layout Bibliography
38097 \begin_inset CommandInset bibitem
38098 LatexCommand bibitem
38099 key "hyperref"
38100
38101 \end_inset
38102
38103 \SpecialChar LaTeX
38104  
38105 \series bold
38106 hyperref
38107 \series default
38108
38109 \begin_inset Index idx
38110 status collapsed
38111
38112 \begin_layout Plain Layout
38113 ぱっけーじ@パッケージ ! hyperref
38114 \end_layout
38115
38116 \end_inset
38117
38118 パッケージの
38119 \begin_inset CommandInset href
38120 LatexCommand href
38121 name "取扱説明書"
38122 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38123
38124 \end_inset
38125
38126
38127 \end_layout
38128
38129 \begin_layout Bibliography
38130 \begin_inset CommandInset bibitem
38131 LatexCommand bibitem
38132 key "mhchem"
38133
38134 \end_inset
38135
38136 \SpecialChar LaTeX
38137  
38138 \series bold
38139 mhchem
38140 \series default
38141
38142 \begin_inset Index idx
38143 status collapsed
38144
38145 \begin_layout Plain Layout
38146 ぱっけーじ@パッケージ ! mhchem
38147 \end_layout
38148
38149 \end_inset
38150
38151 パッケージの
38152 \begin_inset CommandInset href
38153 LatexCommand href
38154 name "取扱説明書"
38155 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38156
38157 \end_inset
38158
38159
38160 \end_layout
38161
38162 \begin_layout Bibliography
38163 \begin_inset CommandInset bibitem
38164 LatexCommand bibitem
38165 key "Duden"
38166
38167 \end_inset
38168
38169
38170 \emph on
38171 Duden Band 1
38172 \emph default
38173 .
38174  22.
38175  Auflage, Duden 2001
38176 \end_layout
38177
38178 \begin_layout Bibliography
38179 \begin_inset CommandInset bibitem
38180 LatexCommand bibitem
38181 key "Checklist"
38182
38183 \end_inset
38184
38185 原稿見直しの
38186 \begin_inset CommandInset href
38187 LatexCommand href
38188 name "チェックリスト"
38189 target "http://physics.nist.gov/Document/checklist.pdf"
38190
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \begin_layout Standard
38197 \begin_inset CommandInset index_print
38198 LatexCommand printindex
38199 type "idx"
38200
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \end_body
38207 \end_document