]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe \underbracket and \overbracket
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 %\addto\extrasenglish{%
46 % \renewcommand*{\equationautorefname}[1]{}
47 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
48 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
49 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
50 %}
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 %\setkomafont{captionlabel}{\bfseries}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 % example definitions for sec. 20.1 
94 \newcommand{\gr}{\Longrightarrow}
95 \newcommand{\us}[1]{\underline{#1}}
96 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
97 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
98 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
99
100 % example macro from sec. 19.4
101 %\def\tagform@#1{\maketag@@@{|#1|}}
102
103
104 % ------------------------------------
105 % used to check for needed LaTeX packages
106 \usepackage{ifthen}
107
108 % check for package undertilde
109 % used for the command \utilde
110 \newboolean{undertilde}
111 \IfFileExists{undertilde.sty}
112  {\usepackage{undertilde}
113   \setboolean{undertilde}{true}}
114  {\setboolean{undertilde}{false}}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % needed in sec. 22.4
125 % check for package braket
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % check for package cancel
133 \newboolean{cancel}
134 \IfFileExists{cancel.sty}
135  {\usepackage{cancel}
136   \setboolean{cancel}{true}}
137  {\setboolean{cancel}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % make pdf bookmark sane with Japanese
148 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
149 % Added by lyx2lyx
150 \end_preamble
151 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
152 \use_default_options true
153 \maintain_unincluded_children false
154 \begin_local_layout
155 InsetLayout             Flex:Ruby
156 LyxType         charstyle
157 LatexType               command
158 LatexName               ruby
159 BgColor         none
160 LabelString             "ルビ"
161 Decoration              Conglomerate
162 Argument post:1
163       LabelString       "ルビ文"
164       MenuString        "ルビ文(S)|S"
165       Decoration        Conglomerate
166       Font
167             Size                tiny
168       EndFont
169       LabelFont
170             Size                tiny
171       EndFont
172       Mandatory 1
173 EndArgument
174 Preamble
175 \IfFileExists{okumacro.sty}
176  {\usepackage{okumacro}}
177  {\newcommand{\ruby}[2]{#2}}
178 EndPreamble
179 End
180 \end_local_layout
181 \language japanese
182 \language_package default
183 \inputencoding auto
184 \fontencoding global
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_math auto
189 \font_default_family default
190 \use_non_tex_fonts false
191 \font_sc false
192 \font_osf false
193 \font_sf_scale 100
194 \font_tt_scale 100
195 \graphics default
196 \default_output_format pdf
197 \output_sync 0
198 \bibtex_command default
199 \index_command default
200 \paperfontsize default
201 \spacing single
202 \use_hyperref true
203 \pdf_title "LyX数式説明書"
204 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
205 \pdf_subject "LyXの数式機能に関する説明書"
206 \pdf_keywords "LyX, Mathed"
207 \pdf_bookmarks true
208 \pdf_bookmarksnumbered true
209 \pdf_bookmarksopen true
210 \pdf_bookmarksopenlevel 1
211 \pdf_breaklinks false
212 \pdf_pdfborder false
213 \pdf_colorlinks true
214 \pdf_backref false
215 \pdf_pdfusetitle false
216 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
217 \papersize a4paper
218 \use_geometry true
219 \use_package amsmath 2
220 \use_package amssymb 2
221 \use_package cancel 0
222 \use_package esint 1
223 \use_package mathdots 1
224 \use_package mathtools 1
225 \use_package mhchem 1
226 \use_package stackrel 0
227 \use_package stmaryrd 0
228 \use_package undertilde 0
229 \cite_engine basic
230 \cite_engine_type default
231 \biblio_style plain
232 \use_bibtopic false
233 \use_indices false
234 \paperorientation portrait
235 \suppress_date false
236 \justification true
237 \use_refstyle 0
238 \notefontcolor #0000ff
239 \index 索引
240 \shortcut idx
241 \color #008000
242 \end_index
243 \leftmargin 3.5cm
244 \topmargin 3cm
245 \rightmargin 3cm
246 \bottommargin 3.5cm
247 \secnumdepth 4
248 \tocdepth 3
249 \paragraph_separation skip
250 \defskip medskip
251 \quotes_language english
252 \papercolumns 1
253 \papersides 2
254 \paperpagestyle plain
255 \tracking_changes false
256 \output_changes false
257 \html_math_output 0
258 \html_css_as_file 0
259 \html_be_strict false
260 \end_header
261
262 \begin_body
263
264 \begin_layout Title
265 LyXの数式詳細説明書
266 \end_layout
267
268 \begin_layout Author
269 LyXプロジェクトチーム
270 \begin_inset Foot
271 status collapsed
272
273 \begin_layout Plain Layout
274 \noindent
275 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
276 \family typewriter
277
278 \begin_inset CommandInset href
279 LatexCommand href
280 name "lyx-docs@lists.lyx.org"
281 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
282 type "mailto:"
283
284 \end_inset
285
286
287 \family default
288 までお知らせください。
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Note Note
295 status collapsed
296
297 \begin_layout Plain Layout
298 著者:Uwe Stöhr
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \family sans
313 第2.1.x版
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset CommandInset toc
318 LatexCommand tableofcontents
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Note Note
327 status open
328
329 \begin_layout Plain Layout
330 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
331 \series bold
332 braket
333 \series default
334
335 \series bold
336 cancel
337 \series default
338
339 \series bold
340 eurosym
341 \series default
342
343 \series bold
344 mathdots
345 \series default
346
347 \series bold
348 mhchem
349 \series default
350
351 \series bold
352 undertilde
353 \series default
354
355 \series bold
356 was
357 \series default
358 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
359 \series bold
360 mhchem
361 \series default
362 が導入されていないと、本ファイルを書き出すことができません。
363 \end_layout
364
365 \begin_layout Plain Layout
366 この文書の最新のPDF版は
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series bold
372 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
373 \begin_inset Newline newline
374 \end_inset
375
376
377 \series default
378 にあります。
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Standard
387 \begin_inset Newpage newpage
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 はじめに
395 \end_layout
396
397 \begin_layout Standard
398 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
399 使用を念頭に置いています。したがって、ユーザーの手引きの
400 \family typewriter
401 数式
402 \family default
403 の節をすでにお読みになっていることを前提としています。
404 \end_layout
405
406 \begin_layout Standard
407 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
408 \family sans
409 挿入\SpecialChar \menuseparator
410 数式
411 \family default
412 メニューか
413 \family sans
414 数式ツールバー
415 \family default
416 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
417 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
418 \end_layout
419
420 \begin_layout Standard
421 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
422 \family sans
423 文書\SpecialChar \menuseparator
424 設定\SpecialChar \menuseparator
425 数式オプション
426 \family default
427 メニュー)で
428 \family sans
429 AMS mathパッケージを使う
430 \family default
431 オプションを有効にしなくてはなりません
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 \family sans
438 AMS mathパッケージを自動的に使う
439 \family default
440 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -mathパッケージを使用します。
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Standard
462 説明を明瞭にするために、この文書はすべての
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 -mathコマンド
476 \begin_inset Foot
477 status collapsed
478
479 \begin_layout Plain Layout
480 すべての
481 \begin_inset ERT
482 status collapsed
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 AmS
489 \end_layout
490
491 \end_inset
492
493 -mathコマンドの一覧は、
494 \family sans
495
496 \begin_inset CommandInset href
497 LatexCommand href
498 name "amsguide.ps"
499 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
500
501 \end_inset
502
503
504 \family default
505 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
506 \end_layout
507
508 \end_inset
509
510 を列挙はしません。
511 \end_layout
512
513 \begin_layout Section
514 一般的な説明
515 \end_layout
516
517 \begin_layout Standard
518 本文に埋め込まれた行内数式
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 すうしき ! ぎょうない @ 数式 ! 行内
524 \end_layout
525
526 \end_inset
527
528 を作成するには、
529 \begin_inset Flex Ruby
530 status collapsed
531
532 \begin_layout Plain Layout
533 捷径
534 \begin_inset Argument post:1
535 status collapsed
536
537 \begin_layout Plain Layout
538 ショートカット
539 \end_layout
540
541 \end_inset
542
543
544 \end_layout
545
546 \end_inset
547
548
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554 のうちのいずれか、あるいはツールバーボタン
555 \begin_inset Info
556 type  "icon"
557 arg   "math-mode"
558 \end_inset
559
560 を使用してください。
561 \begin_inset Newline newline
562 \end_inset
563
564 大きく別の段落として表示される別行立て数式
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
570 \end_layout
571
572 \end_inset
573
574 を作成するには、
575 \begin_inset Info
576 type  "shortcuts"
577 arg   "math-display"
578 \end_inset
579
580 のうちいずれかの
581 \begin_inset Flex Ruby
582 status collapsed
583
584 \begin_layout Plain Layout
585 捷径
586 \begin_inset Argument post:1
587 status collapsed
588
589 \begin_layout Plain Layout
590 ショートカット
591 \end_layout
592
593 \end_inset
594
595
596 \end_layout
597
598 \end_inset
599
600 を使用して下さい。
601 \end_layout
602
603 \begin_layout Standard
604 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
605 \begin_inset Info
606 type  "shortcuts"
607 arg   "math-mode"
608 \end_inset
609
610 のいずれかの
611 \begin_inset Flex Ruby
612 status collapsed
613
614 \begin_layout Plain Layout
615 捷径
616 \begin_inset Argument post:1
617 status collapsed
618
619 \begin_layout Plain Layout
620 ショートカット
621 \end_layout
622
623 \end_inset
624
625
626 \end_layout
627
628 \end_inset
629
630 か、
631 \family sans
632 編集\SpecialChar \menuseparator
633 数式\SpecialChar \menuseparator
634 数式の表記を変更
635 \family default
636 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
637 \end_layout
638
639 \begin_layout Standard
640 行内数式の一部を別行立て数式の大きさで表示するには、
641 \series bold
642
643 \backslash
644 displaystyle
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 \size normal
651 こまんど@コマンド ! D ! 
652 \backslash
653 displaystyle
654 \end_layout
655
656 \end_inset
657
658
659 \series default
660 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
661 \end_layout
662
663 \begin_layout Standard
664 表の中では、行内数式のみの使用が許されています。
665 \end_layout
666
667 \begin_layout Standard
668
669 \family sans
670 数式ツールバー
671 \family default
672 は、
673 \family sans
674 表示\SpecialChar \menuseparator
675 ツールバー
676 \family default
677 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
678 \family sans
679 ツールバー
680 \family default
681 メニューの中ではチェック印で表されます。この状態から、
682 \family sans
683 ツールバー
684 \family default
685 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
686 数式(自動)」に変わることで表されます。
687 \end_layout
688
689 \begin_layout Standard
690 TeXモード
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 T@TeXモード
696 \end_layout
697
698 \end_inset
699
700 は、ツールバーボタン
701 \begin_inset Info
702 type  "icon"
703 arg   "ert-insert"
704 \end_inset
705
706 を押すか、
707 \family sans
708 挿入\SpecialChar \menuseparator
709 Te
710 \begin_inset ERT
711 status collapsed
712
713 \begin_layout Plain Layout
714
715 {}
716 \end_layout
717
718 \end_inset
719
720 Xコード
721 \family default
722 (
723 \begin_inset Flex Ruby
724 status collapsed
725
726 \begin_layout Plain Layout
727 捷径
728 \begin_inset Argument post:1
729 status collapsed
730
731 \begin_layout Plain Layout
732 ショートカット
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Info
744 type  "shortcut"
745 arg   "ert-insert"
746 \end_inset
747
748 )メニューを使うことで、起動できます。
749 \begin_inset Note Note
750 status collapsed
751
752 \begin_layout Plain Layout
753 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
754 のを防ぐために、ここではTeX括弧が挿入されています。
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 LaTeXプリアンブル
764 \begin_inset Index idx
765 status collapsed
766
767 \begin_layout Plain Layout
768 L@LaTeXプリアンブル
769 \end_layout
770
771 \end_inset
772
773 を変更するには、
774 \family sans
775 文書\SpecialChar \menuseparator
776 設定\SpecialChar \menuseparator
777 LaT
778 \begin_inset ERT
779 status collapsed
780
781 \begin_layout Plain Layout
782
783 {}
784 \end_layout
785
786 \end_inset
787
788 eXプリアンブル
789 \family default
790 メニューを使用してください。
791 \end_layout
792
793 \begin_layout Standard
794 行列や場合分け、多行数式を続けて編集するには、
795 \family sans
796 編集\SpecialChar \menuseparator
797 数式
798 \family default
799 メニューと
800 \family sans
801 編集\SpecialChar \menuseparator
802 行と列
803 \family default
804 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
805 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
806 \end_layout
807
808 \begin_layout Standard
809 数式内で文章を書く
810 \begin_inset Foot
811 status collapsed
812
813 \begin_layout Plain Layout
814 多行数式では、
815 \series bold
816
817 \backslash
818 intertext
819 \series default
820 コマンドが使用されます。
821 \begin_inset CommandInset ref
822 LatexCommand ref
823 reference "sub:多行数式中のテキスト"
824
825 \end_inset
826
827 を参照のこと。
828 \end_layout
829
830 \end_inset
831
832 には、
833 \emph on
834 数式テキスト
835 \emph default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 てきすと ! すうしきないの @ テキスト ! 数式内の
842 \end_layout
843
844 \end_inset
845
846
847 \begin_inset Index idx
848 status collapsed
849
850 \begin_layout Plain Layout
851 すうしきてきすと @ 数式テキスト
852 \end_layout
853
854 \end_inset
855
856 が使用されます。このモードには、
857 \begin_inset Flex Ruby
858 status collapsed
859
860 \begin_layout Plain Layout
861 捷径
862 \begin_inset Argument post:1
863 status collapsed
864
865 \begin_layout Plain Layout
866 ショートカット
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \end_inset
875
876
877 \begin_inset Info
878 type  "shortcut"
879 arg   "math-mode"
880 \end_inset
881
882 を使うか、
883 \series bold
884
885 \backslash
886 text
887 \series default
888
889 \begin_inset Index idx
890 status collapsed
891
892 \begin_layout Plain Layout
893 こまんど @ コマンド ! T ! 
894 \backslash
895 text
896 \end_layout
897
898 \end_inset
899
900 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
901 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
902 \end_layout
903
904 \begin_layout Subsection*
905 コマンドの構成
906 \end_layout
907
908 \begin_layout Standard
909 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
910 \end_layout
911
912 \begin_layout Standard
913
914 \series bold
915
916 \backslash
917 コマンド名[非必須引数]{必須引数}
918 \end_layout
919
920 \begin_layout Standard
921 コマンドは、つねにバックスラッシュ「
922 \series bold
923
924 \backslash
925
926 \series default
927 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
928 \begin_inset Index idx
929 status collapsed
930
931 \begin_layout Plain Layout
932 T@TeX括弧
933 \end_layout
934
935 \end_inset
936
937 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
938 \series bold
939
940 \backslash
941 {
942 \series default
943 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
944 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
945 \end_layout
946
947 \begin_layout Standard
948 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
949 \emph on
950 かならず
951 \emph default
952 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
953 ん。
954 \end_layout
955
956 \begin_layout Standard
957 保護された空白は、
958 \begin_inset Info
959 type  "shortcut"
960 arg   "space-insert protected"
961 \end_inset
962
963 で入力できます。
964 \end_layout
965
966 \begin_layout Subsection*
967 \begin_inset Newpage newpage
968 \end_inset
969
970 文法の説明
971 \end_layout
972
973 \begin_layout Itemize
974 記号 
975 \begin_inset space \textvisiblespace{}
976 \end_inset
977
978  は、空白文字を入力することを表します。
979 \end_layout
980
981 \begin_layout Itemize
982 \begin_inset Formula $\to$
983 \end_inset
984
985 のような矢印は、キーボードから対応する矢印
986 \begin_inset Flex Ruby
987 status collapsed
988
989 \begin_layout Plain Layout
990
991 \begin_inset Argument post:1
992 status collapsed
993
994 \begin_layout Plain Layout
995 キー
996 \end_layout
997
998 \end_inset
999
1000
1001 \end_layout
1002
1003 \end_inset
1004
1005 を押すことを表します。
1006 \end_layout
1007
1008 \begin_layout Subsection*
1009 使用できる単位
1010 \end_layout
1011
1012 \begin_layout Standard
1013 \align center
1014 \begin_inset Float table
1015 placement H
1016 wide false
1017 sideways false
1018 status open
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Caption Standard
1023
1024 \begin_layout Plain Layout
1025 \begin_inset CommandInset label
1026 LatexCommand label
1027 name "tab:使用できる単位"
1028
1029 \end_inset
1030
1031 使用できる単位
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Plain Layout
1040 \align center
1041 \begin_inset Tabular
1042 <lyxtabular version="3" rows="13" columns="2">
1043 <features rotate="0" tabularvalignment="middle">
1044 <column alignment="center" valignment="top">
1045 <column alignment="center" valignment="top">
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 単位
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 名称/摘要
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 mm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 ミリメートル
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 cm
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 センチメートル
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 </row>
1106 <row>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 in
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 インチ
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 pt
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 ポイント (72.27
1141 \begin_inset Formula $\,$
1142 \end_inset
1143
1144 pt = 1
1145 \begin_inset Formula $\,$
1146 \end_inset
1147
1148 in)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 pc
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 パイカ (1
1169 \begin_inset Formula $\,$
1170 \end_inset
1171
1172 pc = 12
1173 \begin_inset Formula $\,$
1174 \end_inset
1175
1176 pt)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 sp
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 スケールポイント (65536
1197 \begin_inset Formula $\,$
1198 \end_inset
1199
1200 sp = 1
1201 \begin_inset Formula $\,$
1202 \end_inset
1203
1204 pt)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 bp
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 ビッグポイント (72
1225 \begin_inset Formula $\,$
1226 \end_inset
1227
1228 bp = 1
1229 \begin_inset Formula $\,$
1230 \end_inset
1231
1232 in)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 dd
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 ディドー (72
1253 \begin_inset Formula $\,$
1254 \end_inset
1255
1256 dd 
1257 \begin_inset Formula $\approx$
1258 \end_inset
1259
1260  37.6
1261 \begin_inset Formula $\,$
1262 \end_inset
1263
1264 mm)
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 </row>
1270 <row>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 cc
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 シセロ (1
1285 \begin_inset Formula $\,$
1286 \end_inset
1287
1288 cc = 12
1289 \begin_inset Formula $\,$
1290 \end_inset
1291
1292 dd)
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 </row>
1298 <row>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 ex
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 現在のフォントの文字「x」の高さ
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 現在のフォントの文字「M」の幅
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 mu
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 数式単位(1
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 mu = 
1357 \begin_inset Formula $\nicefrac{1}{18}$
1358 \end_inset
1359
1360
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 em)
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 </lyxtabular>
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 \begin_inset Newpage newpage
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Section
1390 基礎的な関数
1391 \end_layout
1392
1393 \begin_layout Subsection
1394 指数
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 しすう@指数
1400 \end_layout
1401
1402 \end_inset
1403
1404 および添字
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 そえじ@添字
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 うえつきもじ@上付き文字|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 指数
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 したつきもじ@下付き文字|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 添字
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \begin_layout Standard
1482 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1483 \begin_inset Info
1484 type  "icon"
1485 arg   "math-subscript"
1486 \end_inset
1487
1488 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 を使って入力することができます。
1495 \end_layout
1496
1497 \begin_layout Standard
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="2">
1501 <features rotate="0" tabularvalignment="middle">
1502 <column alignment="center" valignment="top" width="0pt">
1503 <column alignment="center" valignment="top" width="0pt">
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 コマンド
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 結果
1519 \begin_inset Note Note
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 ここで使われている
1524 \series bold
1525
1526 \backslash
1527 raisebox
1528 \series default
1529 は単なるスペーサーです。
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 B_V
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 \begin_inset Formula $B_{V}$
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B^V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^
1592 \begin_inset space \textvisiblespace{}
1593 \end_inset
1594
1595 A
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 </lyxtabular>
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1622 ってしまいます
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1628 \end_layout
1629
1630 \end_inset
1631
1632 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1633 \family sans
1634 Space
1635 \family default
1636 を押してください。
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 分数
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "sub:分数"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 ぶんすう@分数
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 分数は、コマンド
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 こまんど@コマンド ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679 か数式ツールバーボタン
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1686 \begin_inset Info
1687 type  "icon"
1688 arg   "math-insert \\frac-square"
1689 \end_inset
1690
1691 を使えば、分数の種類を選ぶことができます。
1692 \end_layout
1693
1694 \begin_layout Standard
1695 コマンド
1696 \series bold
1697
1698 \backslash
1699 dfrac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 こまんど@コマンド ! D ! 
1707 \backslash
1708 dfrac
1709 \end_layout
1710
1711 \end_inset
1712
1713 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1714 \series bold
1715
1716 \backslash
1717 tfrac
1718 \series default
1719
1720 \begin_inset Index idx
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724 こまんど@コマンド ! T ! 
1725 \backslash
1726 tfrac
1727 \end_layout
1728
1729 \end_inset
1730
1731 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1732 \end_layout
1733
1734 \begin_layout Standard
1735 これは、コマンド
1736 \series bold
1737
1738 \backslash
1739 frac
1740 \series default
1741 を使用して作った分数
1742 \begin_inset Formula $\frac{1}{2}$
1743 \end_inset
1744
1745 を含む行です。
1746 \end_layout
1747
1748 \begin_layout Standard
1749 これは、コマンド
1750 \series bold
1751
1752 \backslash
1753 dfrac
1754 \series default
1755 を使用して作った分数
1756 \begin_inset Formula $\dfrac{1}{2}$
1757 \end_inset
1758
1759 を含む行です。
1760 \end_layout
1761
1762 \begin_layout Standard
1763 \align center
1764 \begin_inset Tabular
1765 <lyxtabular version="3" rows="4" columns="2">
1766 <features rotate="0" tabularvalignment="middle">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <column alignment="center" valignment="top" width="0pt">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 コマンド
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 出力
1784 \begin_inset Note Note
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 ここで
1789 \series bold
1790
1791 \backslash
1792 raisebox
1793 \series default
1794 はスペーサーとして使用しているだけです。
1795 \end_layout
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \backslash
1812 frac
1813 \begin_inset space \textvisiblespace{}
1814 \end_inset
1815
1816 A
1817 \begin_inset Formula $\downarrow$
1818 \end_inset
1819
1820 B
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 dfrac
1846 \begin_inset space \textvisiblespace{}
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 e^
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \begin_inset VSpace bigskip
1927 \end_inset
1928
1929
1930 \begin_inset Newpage newpage
1931 \end_inset
1932
1933 入れ子の分数を作るには、コマンド
1934 \series bold
1935
1936 \backslash
1937 cfrac
1938 \series default
1939
1940 \begin_inset Index idx
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 こまんど@コマンド ! C ! 
1945 \backslash
1946 cfrac
1947 \end_layout
1948
1949 \end_inset
1950
1951 が使えます。以下がその例です。
1952 \begin_inset VSpace -3mm
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \begin_layout Standard
1959 \begin_inset Formula 
1960 \begin{align*}
1961 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1962 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1963 \end{align*}
1964
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 上記の例で使用したコマンドは、
1972 \end_layout
1973
1974 \begin_layout Standard
1975
1976 \series bold
1977
1978 \backslash
1979 cfrac
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 space 
1988 \end_layout
1989
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004
2005 \backslash
2006 space 
2007 \end_layout
2008
2009 \end_inset
2010
2011 C+
2012 \backslash
2013 cfrac
2014 \begin_inset ERT
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018
2019
2020 \backslash
2021 space 
2022 \end_layout
2023
2024 \end_inset
2025
2026 E
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 F
2031 \begin_inset Formula $\downarrow$
2032 \end_inset
2033
2034 D
2035 \end_layout
2036
2037 \begin_layout Standard
2038 です。
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace medskip
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2056 \end_layout
2057
2058 \begin_layout Standard
2059 分子の揃え方は、指定することができます。
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065 コマンドは左揃えにし、
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071 は右揃えにします。
2072 \series bold
2073
2074 \backslash
2075 cfrac
2076 \series default
2077 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \series bold
2083
2084 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2085 \end_inset
2086
2087
2088 \begin_inset Formula $\cfrac{A}{B+C}$
2089 \end_inset
2090
2091
2092 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099 \begin_inset Note Greyedout
2100 status open
2101
2102 \begin_layout Plain Layout
2103
2104 \series bold
2105 【註】
2106 \backslash
2107 cfracleft
2108 \series default
2109
2110 \series bold
2111
2112 \backslash
2113 cfracright
2114 \series default
2115 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2116 \series bold
2117
2118 \backslash
2119 cfrac[揃え位置]{分子}{分母}
2120 \series default
2121 です。したがって、これらをTeXモードで使うことはできません。
2122 \end_layout
2123
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset VSpace medskip
2131 \end_inset
2132
2133 ときに、以下のように
2134 \series bold
2135
2136 \backslash
2137 cfrac
2138 \series default
2139
2140 \series bold
2141
2142 \backslash
2143 frac
2144 \series default
2145 を組み合わせて使うと便利です。
2146 \begin_inset Formula 
2147 \[
2148 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2149 \]
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157 斜めの分数線を持つ行内分数を作るには、コマンド
2158 \series bold
2159
2160 \backslash
2161 nicefrac
2162 \series default
2163
2164 \begin_inset Index idx
2165 status collapsed
2166
2167 \begin_layout Plain Layout
2168 こまんど@コマンド ! N ! 
2169 \backslash
2170 nicefrac
2171 \end_layout
2172
2173 \end_inset
2174
2175 (例:
2176 \begin_inset Formula $\nicefrac{5}{31}$
2177 \end_inset
2178
2179 )を使うか、コマンド
2180 \series bold
2181
2182 \backslash
2183 unitfrac
2184 \series default
2185
2186 \begin_inset Index idx
2187 status collapsed
2188
2189 \begin_layout Plain Layout
2190 こまんど@コマンド ! U ! 
2191 \backslash
2192 unitfrac
2193 \end_layout
2194
2195 \end_inset
2196
2197 (例:
2198 \begin_inset Formula $\unitfrac{5}{31}$
2199 \end_inset
2200
2201 )を使います。さらに、
2202 \begin_inset Formula $\unitfrac[2]{1}{3}$
2203 \end_inset
2204
2205 のような帯分数を作るコマンド
2206 \series bold
2207
2208 \backslash
2209 unitfracthree
2210 \series default
2211 もあります。
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Note Greyedout
2216 status open
2217
2218 \begin_layout Plain Layout
2219
2220 \series bold
2221 【註】
2222 \series default
2223 実は、
2224 \series bold
2225
2226 \backslash
2227 unitfracthree
2228 \series default
2229 は生粋のLaTeXコマンドではなく、実体は
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233
2234 \series bold
2235
2236 \backslash
2237 unitfrac[自然数]{分子}{分母}
2238 \series default
2239 というコマンドなので、TeXコードでは使用できません。
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 分数線を変更できるような独自の分数の定義のしかたは、第
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "sub:自己定義の分数"
2252
2253 \end_inset
2254
2255 節に説明があります。
2256 \end_layout
2257
2258 \begin_layout Standard
2259
2260 \lang english
2261 Multiline fractions are explained in
2262 \lang japanese
2263  
2264 \begin_inset CommandInset ref
2265 LatexCommand ref
2266 reference "sub:Multiline-Fractions"
2267
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Subsection
2274 根号
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 こんごう@根号
2280 \end_layout
2281
2282 \end_inset
2283
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 るーと@ルート|see
2290 \begin_inset ERT
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294
2295 {
2296 \end_layout
2297
2298 \end_inset
2299
2300 根号
2301 \begin_inset ERT
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305
2306 }
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \end_inset
2315
2316
2317 \end_layout
2318
2319 \begin_layout Standard
2320 平方根は、
2321 \series bold
2322
2323 \backslash
2324 sqrt
2325 \series default
2326
2327 \begin_inset Index idx
2328 status collapsed
2329
2330 \begin_layout Plain Layout
2331 こまんど@コマンド ! S ! 
2332 \backslash
2333 sqrt
2334 \end_layout
2335
2336 \end_inset
2337
2338 か数式ツールバーボタン
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "math-insert \\sqrt"
2342 \end_inset
2343
2344 で作成することができ、他のすべての根号は、コマンド
2345 \series bold
2346
2347 \backslash
2348 root
2349 \series default
2350
2351 \begin_inset Index idx
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 こまんど@コマンド ! R ! 
2356 \backslash
2357 root
2358 \end_layout
2359
2360 \end_inset
2361
2362 か数式ツールバーボタン
2363 \begin_inset Info
2364 type  "icon"
2365 arg   "math-insert \\root"
2366 \end_inset
2367
2368 で作成することができます。
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \align center
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="3" columns="2">
2375 <features rotate="0" tabularvalignment="middle">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top" width="0pt">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383 コマンド
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 出力
2393 \begin_inset Note Note
2394 status collapsed
2395
2396 \begin_layout Plain Layout
2397 ここで
2398 \series bold
2399
2400 \backslash
2401 raisebox
2402 \series default
2403 はスペーサーとして使用しているだけです。
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 <row>
2415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419
2420 \backslash
2421 sqrt
2422 \begin_inset space \textvisiblespace{}
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row>
2444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448
2449 \backslash
2450 root
2451 \begin_inset space \textvisiblespace{}
2452 \end_inset
2453
2454 3
2455 \begin_inset Formula $\downarrow$
2456 \end_inset
2457
2458 A-B
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 </lyxtabular>
2477
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \begin_layout Standard
2484 平方根は、根号指数フィールドを空白のままにしておけば、
2485 \series bold
2486
2487 \backslash
2488 root
2489 \series default
2490 でも作成することができます。
2491 \end_layout
2492
2493 \begin_layout Standard
2494 \begin_inset Formula $\sqrt[\beta]{B}$
2495 \end_inset
2496
2497 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2498 \begin_inset Newline newline
2499 \end_inset
2500
2501 この場合には、
2502 \begin_inset Formula $\beta$
2503 \end_inset
2504
2505 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2506 \series bold
2507
2508 \backslash
2509 leftroot
2510 \series default
2511
2512 \begin_inset Index idx
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516 こまんど@コマンド ! L ! 
2517 \backslash
2518 leftroot
2519 \end_layout
2520
2521 \end_inset
2522
2523
2524 \series bold
2525
2526 \backslash
2527 uproot
2528 \series default
2529
2530 \begin_inset Index idx
2531 status collapsed
2532
2533 \begin_layout Plain Layout
2534 こまんど@コマンド ! U ! 
2535 \backslash
2536 uproot
2537 \end_layout
2538
2539 \end_inset
2540
2541 を使います。
2542 \end_layout
2543
2544 \begin_layout Standard
2545
2546 \series bold
2547
2548 \backslash
2549 leftroot{距離}
2550 \series default
2551 および
2552 \series bold
2553
2554 \backslash
2555 uproot{距離}
2556 \end_layout
2557
2558 \begin_layout Standard
2559 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2560 \begin_inset Formula $\mathrm{72\, bp=1}$
2561 \end_inset
2562
2563 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2564 \begin_inset Newline newline
2565 \end_inset
2566
2567
2568 \series bold
2569
2570 \backslash
2571 root
2572 \backslash
2573 leftroot{-1
2574 \begin_inset Formula $\to$
2575 \end_inset
2576
2577
2578 \backslash
2579 uproot{2
2580 \begin_inset Formula $\to$
2581 \end_inset
2582
2583
2584 \backslash
2585 beta
2586 \begin_inset space \textvisiblespace{}
2587 \end_inset
2588
2589
2590 \begin_inset Formula $\to$
2591 \end_inset
2592
2593 B
2594 \begin_inset Newline newline
2595 \end_inset
2596
2597
2598 \series default
2599 は、正しく組版された数式
2600 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2601 \end_inset
2602
2603 を生成します。
2604 \end_layout
2605
2606 \begin_layout Subsection
2607 二項係数
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 にこうけいすう@二項係数
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 二項係数は、コマンド
2622 \series bold
2623
2624 \backslash
2625 binom
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 こまんど@コマンド ! B ! 
2633 \backslash
2634 binom
2635 \end_layout
2636
2637 \end_inset
2638
2639 か数式ツールバーボタン
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "math-insert \\frac-square"
2643 \end_inset
2644
2645 の小メニューを使って挿入することができます。分数(
2646 \series bold
2647
2648 \backslash
2649 frac
2650 \series default
2651 )と同様に、
2652 \series bold
2653
2654 \backslash
2655 binom
2656 \series default
2657 の他に、コマンド
2658 \series bold
2659
2660 \backslash
2661 dbinom
2662 \begin_inset Index idx
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 こまんど@コマンド ! D ! 
2667 \backslash
2668 dbinom
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \series default
2675 および
2676 \series bold
2677
2678 \backslash
2679 tbinom
2680 \series default
2681
2682 \begin_inset Index idx
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 こまんど@コマンド ! T ! 
2687 \backslash
2688 tbinom
2689 \end_layout
2690
2691 \end_inset
2692
2693 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2694 \series bold
2695
2696 \backslash
2697 brace
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 こまんど@コマンド ! B ! 
2705 \backslash
2706 brace
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \series bold
2713
2714 \backslash
2715 brack
2716 \series default
2717
2718 \begin_inset Index idx
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 こまんど@コマンド ! B ! 
2723 \backslash
2724 brack
2725 \end_layout
2726
2727 \end_inset
2728
2729 があります。
2730 \end_layout
2731
2732 \begin_layout Standard
2733 \align center
2734 \begin_inset Tabular
2735 <lyxtabular version="3" rows="6" columns="2">
2736 <features rotate="0" tabularvalignment="middle">
2737 <column alignment="center" valignment="top" width="0pt">
2738 <column alignment="center" valignment="top" width="0pt">
2739 <row>
2740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Plain Layout
2744 コマンド
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753 出力
2754 \begin_inset Note Note
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 ここで
2759 \series bold
2760
2761 \backslash
2762 raisebox
2763 \series default
2764 はスペーサーとして使用しているだけです。
2765 \end_layout
2766
2767 \end_inset
2768
2769
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 </row>
2775 <row>
2776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Plain Layout
2780
2781 \backslash
2782 binom
2783 \begin_inset space \textvisiblespace{}
2784 \end_inset
2785
2786 A
2787 \begin_inset Formula $\downarrow$
2788 \end_inset
2789
2790 B
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 </row>
2808 <row>
2809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \backslash
2815 dbinom
2816 \begin_inset space \textvisiblespace{}
2817 \end_inset
2818
2819 A
2820 \begin_inset Formula $\downarrow$
2821 \end_inset
2822
2823 B
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 </row>
2841 <row>
2842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846
2847 \backslash
2848 tbinom
2849 \begin_inset space \textvisiblespace{}
2850 \end_inset
2851
2852 A
2853 \begin_inset Formula $\downarrow$
2854 \end_inset
2855
2856 B
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \backslash
2881 brack
2882 \begin_inset space \textvisiblespace{}
2883 \end_inset
2884
2885 A
2886 \begin_inset Formula $\downarrow$
2887 \end_inset
2888
2889 B
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \backslash
2914 brace
2915 \begin_inset space \textvisiblespace{}
2916 \end_inset
2917
2918 A
2919 \begin_inset Formula $\downarrow$
2920 \end_inset
2921
2922 B
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 </lyxtabular>
2941
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \begin_layout Subsection
2948 場合分け
2949 \begin_inset Index idx
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 ばあいわけ@場合分け
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 \align center
2963 \begin_inset Tabular
2964 <lyxtabular version="3" rows="3" columns="2">
2965 <features rotate="0" tabularvalignment="middle">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <column alignment="center" valignment="top" width="0pt">
2968 <row>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 コマンド
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 出力
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 cases
2996 \begin_inset space \textvisiblespace{}
2997 \end_inset
2998
2999 A
3000 \begin_inset Formula $\to$
3001 \end_inset
3002
3003 B
3004 \begin_inset Formula $>$
3005 \end_inset
3006
3007 0
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 こまんど@コマンド ! C ! 
3013 \backslash
3014 cases
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & B>0\end{cases}$
3030 \end_inset
3031
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \backslash
3045 cases
3046 \begin_inset space \textvisiblespace{}
3047 \end_inset
3048
3049
3050 \begin_inset Info
3051 type  "shortcut"
3052 arg   "newline-insert newline"
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $\begin{cases}
3065 A & \textrm{for }x>0\\
3066 B & \textrm{for }x=0
3067 \end{cases}$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084
3085 \series bold
3086
3087 \backslash
3088 cases
3089 \series default
3090 を挿入するか数式ツールバーボタン
3091 \begin_inset Info
3092 type  "icon"
3093 arg   "math-insert \\cases"
3094 \end_inset
3095
3096 を使用した後では、
3097 \begin_inset Flex Ruby
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 捷径
3102 \begin_inset Argument post:1
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 ショートカット
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \begin_inset Info
3118 type  "shortcut"
3119 arg   "newline-insert newline"
3120 \end_inset
3121
3122 か表ツールバーボタン
3123 \begin_inset Info
3124 type  "icon"
3125 arg   "inset-modify tabular append-row"
3126 \end_inset
3127
3128 を使えば、新しい行を作ることができます。
3129 \end_layout
3130
3131 \begin_layout Standard
3132 コマンド
3133 \series bold
3134
3135 \backslash
3136 cases
3137 \series default
3138 は、
3139 \family sans
3140 挿入\SpecialChar \menuseparator
3141 数式\SpecialChar \menuseparator
3142 Cases環境
3143 \family default
3144 メニューで挿入することもできます。
3145 \end_layout
3146
3147 \begin_layout Subsection
3148 否定
3149 \begin_inset Index idx
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153 ひてい@否定
3154 \end_layout
3155
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \begin_layout Standard
3162
3163 \series bold
3164
3165 \backslash
3166 not
3167 \series default
3168
3169 \begin_inset Index idx
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 こまんど@コマンド ! N ! 
3174 \backslash
3175 not
3176 \end_layout
3177
3178 \end_inset
3179
3180 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3181 \end_layout
3182
3183 \begin_layout Standard
3184 \align center
3185 \begin_inset Tabular
3186 <lyxtabular version="3" rows="4" columns="2">
3187 <features rotate="0" tabularvalignment="middle">
3188 <column alignment="center" valignment="top" width="0pt">
3189 <column alignment="center" valignment="top" width="0pt">
3190 <row>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 コマンド
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 出力
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \backslash
3217 not=
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 \begin_inset Formula $\not=$
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \backslash
3242 not 
3243 \backslash
3244 le
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 \begin_inset Formula $\not\le$
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \backslash
3269 not 
3270 \backslash
3271 parallel
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 \begin_inset Formula $\not\parallel$
3281 \end_inset
3282
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 </lyxtabular>
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \begin_layout Standard
3297 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sub:数学記号"
3301
3302 \end_inset
3303
3304 節および第
3305 \begin_inset CommandInset ref
3306 LatexCommand ref
3307 reference "sec:関係子"
3308
3309 \end_inset
3310
3311 節を参照)。
3312 \end_layout
3313
3314 \begin_layout Subsection
3315 埋め草
3316 \begin_inset CommandInset label
3317 LatexCommand label
3318 name "sub:埋め草"
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 うめくさ@埋め草
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index idx
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 かがくきごう@化学記号 ! どういたい@同位体
3338 \end_layout
3339
3340 \end_inset
3341
3342
3343 \begin_inset Index idx
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347 どういたい@同位体|see
3348 \begin_inset ERT
3349 status collapsed
3350
3351 \begin_layout Plain Layout
3352
3353 {
3354 \end_layout
3355
3356 \end_inset
3357
3358 化学記号
3359 \begin_inset ERT
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 }
3365 \end_layout
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \end_inset
3373
3374
3375 \begin_inset Index idx
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379 あいそとーぷ@アイソトープ|see
3380 \begin_inset ERT
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384
3385 {
3386 \end_layout
3387
3388 \end_inset
3389
3390 同位体
3391 \begin_inset ERT
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395
3396 }
3397 \end_layout
3398
3399 \end_inset
3400
3401
3402 \end_layout
3403
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \begin_layout Standard
3410 たとえば同位体
3411 \begin_inset Foot
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 同位体と化学記号の組版に関しては、第
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sub:化学記号と化学式"
3419
3420 \end_inset
3421
3422 節に記述があります。
3423 \end_layout
3424
3425 \end_inset
3426
3427 を表示しようとすると、次のような問題が起こります。
3428 \end_layout
3429
3430 \begin_layout Standard
3431 \align center
3432 \begin_inset Tabular
3433 <lyxtabular version="3" rows="2" columns="2">
3434 <features rotate="0" tabularvalignment="middle">
3435 <column alignment="center" valignment="top" width="0pt">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <row>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 上付き文字と下付き文字を使用して作った指数:
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3452 \end_inset
3453
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 正しい指数:
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3475 \end_inset
3476
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 </lyxtabular>
3484
3485 \end_inset
3486
3487
3488 \begin_inset Note Note
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 ここで
3493 \series bold
3494
3495 \backslash
3496 raisebox
3497 \series default
3498 はスペーサーとして使用しているだけです。
3499 \end_layout
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \begin_layout Standard
3507 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3508 \series bold
3509
3510 \backslash
3511 phantom
3512 \series default
3513
3514 \begin_inset Index idx
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518 こまんど@コマンド ! P ! 
3519 \backslash
3520 phantom
3521 \end_layout
3522
3523 \end_inset
3524
3525 や数式ツールバーボタン
3526 \begin_inset Foot
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530 ツールバーボタン
3531 \begin_inset Info
3532 type  "icon"
3533 arg   "math-insert \\space"
3534 \end_inset
3535
3536 の小メニューに入っています。
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \begin_inset Graphics
3543         filename ../../images/math/phantom.png
3544         scale 85
3545
3546 \end_inset
3547
3548 があります。
3549 \series bold
3550
3551 \backslash
3552 phantom
3553 \series default
3554 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3555 ち文字)として適用されることを示しています。したがって、
3556 \series bold
3557
3558 \backslash
3559 phantom
3560 \series default
3561 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3562 \end_layout
3563
3564 \begin_layout Standard
3565 \align center
3566 \begin_inset Tabular
3567 <lyxtabular version="3" rows="4" columns="2">
3568 <features rotate="0" tabularvalignment="middle">
3569 <column alignment="center" valignment="top">
3570 <column alignment="center" valignment="top">
3571 <row>
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 コマンド
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 出力
3586 \begin_inset Note Note
3587 status collapsed
3588
3589 \begin_layout Plain Layout
3590 ここで
3591 \series bold
3592
3593 \backslash
3594 raisebox
3595 \series default
3596 はスペーサーとして使用しているだけです。
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 ^19
3613 \begin_inset space \textvisiblespace{}
3614 \end_inset
3615
3616 _
3617 \backslash
3618 phantom
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 1
3623 \begin_inset Formula $\to$
3624 \end_inset
3625
3626 9
3627 \begin_inset space \textvisiblespace{}
3628 \end_inset
3629
3630 F
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 ^235
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 _
3658 \backslash
3659 phantom
3660 \begin_inset space \textvisiblespace{}
3661 \end_inset
3662
3663 23
3664 \begin_inset Formula $\to$
3665 \end_inset
3666
3667 9
3668 \begin_inset space \textvisiblespace{}
3669 \end_inset
3670
3671 F
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \backslash
3696 Lambda^
3697 \begin_inset space \textvisiblespace{}
3698 \end_inset
3699
3700
3701 \backslash
3702 phantom
3703 \begin_inset space \textvisiblespace{}
3704 \end_inset
3705
3706 ii
3707 \begin_inset Formula $\to$
3708 \end_inset
3709
3710 t
3711 \begin_inset space \textvisiblespace{}
3712 \end_inset
3713
3714 _MMt
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3724 \end_inset
3725
3726
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 </lyxtabular>
3733
3734 \end_inset
3735
3736
3737 \end_layout
3738
3739 \begin_layout Standard
3740 さらに、
3741 \series bold
3742
3743 \backslash
3744 vphantom
3745 \series default
3746
3747 \begin_inset Index idx
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751 こまんど@コマンド ! V ! 
3752 \backslash
3753 vphantom
3754 \end_layout
3755
3756 \end_inset
3757
3758 (ツールバーボタン
3759 \begin_inset space ~
3760 \end_inset
3761
3762
3763 \begin_inset Graphics
3764         filename ../../images/math/vphantom.png
3765         scale 85
3766
3767 \end_inset
3768
3769 )および
3770 \series bold
3771
3772 \backslash
3773 hphantom
3774 \series default
3775
3776 \begin_inset Index idx
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780 こまんど@コマンド ! H ! 
3781 \backslash
3782 hphantom
3783 \end_layout
3784
3785 \end_inset
3786
3787 (ツールバーボタン
3788 \begin_inset space ~
3789 \end_inset
3790
3791
3792 \begin_inset Graphics
3793         filename ../../images/math/hphantom.png
3794         scale 85
3795
3796 \end_inset
3797
3798 )というコマンドもあります。
3799 \series bold
3800
3801 \backslash
3802 vphantom
3803 \series default
3804 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3805 \series bold
3806
3807 \backslash
3808 hphantom
3809 \series default
3810 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3811 \end_layout
3812
3813 \begin_layout Standard
3814 たとえば、
3815 \series bold
3816
3817 \backslash
3818 vphantom
3819 \series default
3820
3821 \begin_inset space \textvisiblespace{}
3822 \end_inset
3823
3824
3825 \series bold
3826 a
3827 \backslash
3828 int
3829 \series default
3830 は、積分記号
3831 \begin_inset Foot
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837
3838 \backslash
3839 int
3840 \series default
3841 コマンドは、積分記号を生成します。第
3842 \begin_inset CommandInset ref
3843 LatexCommand ref
3844 reference "sub:大演算子"
3845
3846 \end_inset
3847
3848 節を参照してください。
3849 \end_layout
3850
3851 \end_inset
3852
3853 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3854 \begin_inset CommandInset ref
3855 LatexCommand ref
3856 reference "sub:多行にわたる括弧"
3857
3858 \end_inset
3859
3860 節を参照してください。
3861 \end_layout
3862
3863 \begin_layout Standard
3864 埋め草は、メニュー
3865 \family sans
3866 挿入\SpecialChar \menuseparator
3867 整形\SpecialChar \menuseparator
3868 埋め草
3869 \family default
3870 を使えば、以下のように本文中でも使用することができます。
3871 \end_layout
3872
3873 \begin_layout Standard
3874 これは本文です。
3875 \begin_inset Newline newline
3876 \end_inset
3877
3878
3879 \begin_inset Phantom Phantom
3880 status open
3881
3882 \begin_layout Plain Layout
3883 これは
3884 \end_layout
3885
3886 \end_inset
3887
3888 本文です。
3889 \end_layout
3890
3891 \begin_layout Subsection
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 \end_layout
3909
3910 \end_inset
3911
3912
3913 \begin_inset Index idx
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917 ぼうせん@棒線|see
3918 \begin_inset ERT
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922
3923 {
3924 \end_layout
3925
3926 \end_inset
3927
3928 横線
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934 }
3935 \end_layout
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \begin_layout Standard
3948 \align center
3949 \begin_inset Tabular
3950 <lyxtabular version="3" rows="4" columns="2">
3951 <features rotate="0" tabularvalignment="middle">
3952 <column alignment="center" valignment="top" width="0pt">
3953 <column alignment="center" valignment="top" width="0pt">
3954 <row>
3955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 コマンド
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 出力
3969 \begin_inset Note Note
3970 status collapsed
3971
3972 \begin_layout Plain Layout
3973 ここで
3974 \series bold
3975
3976 \backslash
3977 raisebox
3978 \series default
3979 はスペーサーとして使用しているだけです。
3980 \end_layout
3981
3982 \end_inset
3983
3984
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \backslash
3997 overline
3998 \begin_inset space \textvisiblespace{}
3999 \end_inset
4000
4001 A+B
4002 \begin_inset Index idx
4003 status collapsed
4004
4005 \begin_layout Plain Layout
4006 こまんど@コマンド ! O ! 
4007 \backslash
4008 overline
4009 \end_layout
4010
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \backslash
4038 underline
4039 \begin_inset space \textvisiblespace{}
4040 \end_inset
4041
4042 A+B
4043 \begin_inset Index idx
4044 status collapsed
4045
4046 \begin_layout Plain Layout
4047 こまんど@コマンド ! U ! 
4048 \backslash
4049 underline
4050 \end_layout
4051
4052 \end_inset
4053
4054
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \backslash
4079 overline
4080 \begin_inset space \textvisiblespace{}
4081 \end_inset
4082
4083
4084 \backslash
4085 underline
4086 \begin_inset space \textvisiblespace{}
4087 \end_inset
4088
4089 A+B
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4099 \end_inset
4100
4101
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 </lyxtabular>
4108
4109 \end_inset
4110
4111
4112 \end_layout
4113
4114 \begin_layout Standard
4115 上記最後の例では、先に
4116 \series bold
4117
4118 \backslash
4119 overline
4120 \series default
4121 が来ようが
4122 \series bold
4123
4124 \backslash
4125 underline
4126 \series default
4127 が来ようが、関係ありません。
4128 \end_layout
4129
4130 \begin_layout Standard
4131 二重下線を引くには、
4132 \series bold
4133
4134 \backslash
4135 underline
4136 \series default
4137 を二回使います。
4138 \end_layout
4139
4140 \begin_layout Standard
4141 文字の上下6本の線まで引くことができます。
4142 \end_layout
4143
4144 \begin_layout Standard
4145 \begin_inset VSpace bigskip
4146 \end_inset
4147
4148 自製の線は、以下の書式を持つ
4149 \series bold
4150
4151 \backslash
4152 rule
4153 \series default
4154
4155 \begin_inset Index idx
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159 こまんど@こまんど ! R ! 
4160 \backslash
4161 rule
4162 \end_layout
4163
4164 \end_inset
4165
4166 コマンドで作成することができます。
4167 \end_layout
4168
4169 \begin_layout Standard
4170
4171 \series bold
4172
4173 \backslash
4174 rule[垂直オフセット幅]{長さ}{厚み}
4175 \end_layout
4176
4177 \begin_layout Standard
4178 オプションの
4179 \series bold
4180 「垂直オフセット幅
4181 \series default
4182 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4183 \begin_inset CommandInset ref
4184 LatexCommand ref
4185 reference "tab:使用できる単位"
4186
4187 \end_inset
4188
4189 表に掲げてある単位を用いることができます。以下に、
4190 \begin_inset Newline newline
4191 \end_inset
4192
4193
4194 \series bold
4195
4196 \backslash
4197 rule[-2ex]{3cm}{2pt}
4198 \series default
4199  および 
4200 \series bold
4201
4202 \backslash
4203 rule{2cm}{1pt}
4204 \begin_inset Newline newline
4205 \end_inset
4206
4207
4208 \series default
4209 というコマンドを用いて作成したふたつの例を例示します。
4210 \end_layout
4211
4212 \begin_layout Standard
4213 この行には、
4214 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4215 \end_inset
4216
4217 二本の線があります。
4218 \end_layout
4219
4220 \begin_layout Standard
4221
4222 \backslash
4223 ruleは、メニュー
4224 \family sans
4225 挿入\SpecialChar \menuseparator
4226 整形\SpecialChar \menuseparator
4227 水平線
4228 \family default
4229 を使っても、本文に挿入することができます。
4230 \end_layout
4231
4232 \begin_layout Standard
4233 これは一行の
4234 \begin_inset CommandInset line
4235 LatexCommand rule
4236 offset "0.5ex"
4237 width "3cm"
4238 height "1pt"
4239
4240 \end_inset
4241
4242 文章です。
4243 \end_layout
4244
4245 \begin_layout Subsection
4246 省略符号
4247 \begin_inset CommandInset label
4248 LatexCommand label
4249 name "sub:省略符号"
4250
4251 \end_inset
4252
4253
4254 \begin_inset Index idx
4255 status collapsed
4256
4257 \begin_layout Plain Layout
4258 しょうりゃくふごう@省略符号
4259 \end_layout
4260
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \begin_layout Standard
4267 省略符号には、いくつかの種類が使用できます
4268 \begin_inset Foot
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272 数式ツールバー中の
4273 \begin_inset Info
4274 type  "icon"
4275 arg   "math-insert \\ldots"
4276 \end_inset
4277
4278 ボタンで表示されている小メニューです。
4279 \end_layout
4280
4281 \end_inset
4282
4283 。列挙のためには、ベースラインの点々(
4284 \series bold
4285
4286 \backslash
4287 ldots
4288 \series default
4289
4290 \begin_inset Index idx
4291 status collapsed
4292
4293 \begin_layout Plain Layout
4294 こまんど@コマンド ! L ! 
4295 \backslash
4296 ldots
4297 \end_layout
4298
4299 \end_inset
4300
4301 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4302 \series bold
4303
4304 \backslash
4305 cdots
4306 \series default
4307
4308 \begin_inset Index idx
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312 こまんど@コマンド ! C ! 
4313 \backslash
4314 cdots
4315 \end_layout
4316
4317 \end_inset
4318
4319 )が必要です。
4320 \series bold
4321
4322 \backslash
4323 dots
4324 \series default
4325
4326 \begin_inset Index idx
4327 status collapsed
4328
4329 \begin_layout Plain Layout
4330 こまんど@コマンド ! D ! 
4331 \backslash
4332 dots
4333 \end_layout
4334
4335 \end_inset
4336
4337 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4338 \end_layout
4339
4340 \begin_layout Standard
4341 \align center
4342 \begin_inset Tabular
4343 <lyxtabular version="3" rows="9" columns="2">
4344 <features rotate="0" tabularvalignment="middle">
4345 <column alignment="center" valignment="top" width="0pt">
4346 <column alignment="center" valignment="top" width="0pt">
4347 <row>
4348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 コマンド
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 出力
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 A_1
4373 \begin_inset space \textvisiblespace{}
4374 \end_inset
4375
4376 ,
4377 \backslash
4378 dots
4379 \begin_inset space \textvisiblespace{}
4380 \end_inset
4381
4382 ,A_n
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 \begin_inset Formula $A_{1},\dots,A_{n}$
4392 \end_inset
4393
4394
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 A_1
4406 \begin_inset space \textvisiblespace{}
4407 \end_inset
4408
4409 +
4410 \backslash
4411 dots
4412 \begin_inset space \textvisiblespace{}
4413 \end_inset
4414
4415 +A_n
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 \begin_inset Formula $A_{1}+\dots+A_{n}$
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 A_1
4439 \begin_inset space \textvisiblespace{}
4440 \end_inset
4441
4442 ,
4443 \backslash
4444 ldots
4445 \begin_inset space \textvisiblespace{}
4446 \end_inset
4447
4448 ,A_n
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $A_{1},\ldots,A_{n}$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 A_1
4472 \begin_inset space \textvisiblespace{}
4473 \end_inset
4474
4475 +
4476 \backslash
4477 cdots
4478 \begin_inset space \textvisiblespace{}
4479 \end_inset
4480
4481 +A_n
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4491 \end_inset
4492
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \backslash
4506 vdots
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 \begin_inset Formula $\vdots$
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \backslash
4531 ddots
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 \begin_inset Formula $\ddots$
4541 \end_inset
4542
4543
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \backslash
4556 iddots
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 \begin_inset Formula $\iddots$
4566 \end_inset
4567
4568
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 いろいろな点々を使った
4580 \begin_inset Formula $3\times3$
4581 \end_inset
4582
4583 行列
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 \begin_inset Formula $\begin{array}{ccc}
4593 A_{11} & \cdots & A_{1m}\\
4594 \vdots & \ddots & \vdots\\
4595 A_{n1} & \cdots & A_{nm}
4596 \end{array}$
4597 \end_inset
4598
4599
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 </lyxtabular>
4606
4607 \end_inset
4608
4609
4610 \end_layout
4611
4612 \begin_layout Standard
4613
4614 \family sans
4615 挿入\SpecialChar \menuseparator
4616 省略符号
4617 \family default
4618 メニューで挿入される省略符号は
4619 \series bold
4620
4621 \backslash
4622 ldots
4623 \series default
4624 です。
4625 \end_layout
4626
4627 \begin_layout Standard
4628 \begin_inset VSpace medskip
4629 \end_inset
4630
4631
4632 \series bold
4633
4634 \backslash
4635 iddots
4636 \series default
4637 を使うには、文書設定の
4638 \family sans
4639 数式オプション
4640 \family default
4641 にある
4642 \family sans
4643 mathdotsパッケージを(自動的に)使う
4644 \family default
4645 オプションのうちいずれかを有効にしなくてはなりません。
4646 \begin_inset Newline newline
4647 \end_inset
4648
4649
4650 \family sans
4651 mathdotsパッケージを使う
4652 \family default
4653 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4654 \end_layout
4655
4656 \begin_layout Standard
4657 \begin_inset VSpace medskip
4658 \end_inset
4659
4660 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4661 \series bold
4662
4663 \backslash
4664 hdotsfor
4665 \series default
4666
4667 \begin_inset Index idx
4668 status collapsed
4669
4670 \begin_layout Plain Layout
4671 こまんど@コマンド ! H ! 
4672 \backslash
4673 hdotsfor
4674 \end_layout
4675
4676 \end_inset
4677
4678 コマンドで作ることができます。
4679 \end_layout
4680
4681 \begin_layout Standard
4682
4683 \series bold
4684
4685 \backslash
4686 hdotsfor[距離]{列数}
4687 \end_layout
4688
4689 \begin_layout Standard
4690 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4691 \end_layout
4692
4693 \begin_layout Standard
4694 以下の行列では、2行目の1つ目の枠に
4695 \series bold
4696
4697 \backslash
4698 hdotsfor[2]{4}
4699 \series default
4700 を挿入して、
4701 \series bold
4702
4703 \backslash
4704 dots
4705 \series default
4706 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4707 \begin_inset Formula 
4708 \[
4709 \left(\begin{array}{cccc}
4710 A & B & C & D\\
4711 \hdotsfor[2]{4}\\
4712 q & w & e & r
4713 \end{array}\right)
4714 \]
4715
4716 \end_inset
4717
4718 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4719 \end_layout
4720
4721 \begin_layout Standard
4722 \begin_inset VSpace bigskip
4723 \end_inset
4724
4725 さらに、
4726 \series bold
4727
4728 \backslash
4729 dotfill
4730 \series default
4731
4732 \begin_inset Index idx
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736 こまんど@コマンド ! D ! 
4737 \backslash
4738 dotfill
4739 \end_layout
4740
4741 \end_inset
4742
4743 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4744 \series bold
4745
4746 \backslash
4747 hfill
4748 \series default
4749 と同様のものです。第
4750 \begin_inset CommandInset ref
4751 LatexCommand ref
4752 reference "sub:可変長の空白"
4753
4754 \end_inset
4755
4756 節をご参照下さい。
4757 \end_layout
4758
4759 \begin_layout Standard
4760 たとえば、
4761 \series bold
4762 A
4763 \backslash
4764 dotfill
4765 \begin_inset space \textvisiblespace{}
4766 \end_inset
4767
4768 B
4769 \series default
4770 コマンドは、
4771 \end_layout
4772
4773 \begin_layout Standard
4774 \begin_inset Formula $A\dotfill B$
4775 \end_inset
4776
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781 のようになります。点々を使う
4782 \series bold
4783
4784 \backslash
4785 dotfill
4786 \series default
4787 の直線版として、
4788 \series bold
4789
4790 \backslash
4791 hrulefill
4792 \series default
4793
4794 \begin_inset Index idx
4795 status collapsed
4796
4797 \begin_layout Plain Layout
4798 こまんど@コマンド ! H ! 
4799 \backslash
4800 hrulefill
4801 \end_layout
4802
4803 \end_inset
4804
4805
4806 \end_layout
4807
4808 \begin_layout Standard
4809 \begin_inset Formula $A\hrulefill B$
4810 \end_inset
4811
4812
4813 \end_layout
4814
4815 \begin_layout Standard
4816 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4817 \end_layout
4818
4819 \begin_layout Section
4820 行列
4821 \begin_inset CommandInset label
4822 LatexCommand label
4823 name "sec:行列"
4824
4825 \end_inset
4826
4827
4828 \begin_inset Index idx
4829 status collapsed
4830
4831 \begin_layout Plain Layout
4832 ぎょうれつ@行列
4833 \end_layout
4834
4835 \end_inset
4836
4837
4838 \end_layout
4839
4840 \begin_layout Standard
4841 行列は、数式ツールバーボタンの
4842 \begin_inset Info
4843 type  "icon"
4844 arg   "dialog-show mathmatrix"
4845 \end_inset
4846
4847
4848 \family sans
4849 挿入\SpecialChar \menuseparator
4850 数式\SpecialChar \menuseparator
4851 行列
4852 \family default
4853 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4854 \end_layout
4855
4856 \begin_layout Standard
4857 最初の行列は「上」配置
4858 \begin_inset Formula $\begin{array}[t]{cccc}
4859 A & D & G & J\\
4860 B & E & H & K\\
4861 C & F & I & L
4862 \end{array}$
4863 \end_inset
4864
4865 で、二番目は「中央」配置
4866 \begin_inset Formula $\begin{array}{cccc}
4867 A & D & G & J\\
4868 B & E & H & K\\
4869 C & F & I & L
4870 \end{array}$
4871 \end_inset
4872
4873 、三番目は「下」配置
4874 \begin_inset Formula $\begin{array}[b]{cccc}
4875 A & D & G & J\\
4876 B & E & H & K\\
4877 C & F & I & L
4878 \end{array}$
4879 \end_inset
4880
4881 です。
4882 \end_layout
4883
4884 \begin_layout Standard
4885 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4886 \emph on
4887 l
4888 \emph default
4889 は左寄せ、
4890 \emph on
4891 c
4892 \emph default
4893 は中央揃え、
4894 \emph on
4895 r
4896 \emph default
4897 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4898 \begin_inset Formula $4\times4$
4899 \end_inset
4900
4901 行列を作成するには、水平配置のところに
4902 \series bold
4903 lccr
4904 \series default
4905 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4906 \series bold
4907 c
4908 \series default
4909 です。
4910 \end_layout
4911
4912 \begin_layout Standard
4913 水平行列の例です。
4914 \end_layout
4915
4916 \begin_layout Standard
4917
4918 \series bold
4919 lll
4920 \series default
4921  : 
4922 \begin_inset Formula $\begin{array}{lll}
4923 10000 & D & G\\
4924 B & 10000 & H\\
4925 C & F & 10000
4926 \end{array}$
4927 \end_inset
4928
4929  , 
4930 \series bold
4931 ccc
4932 \series default
4933  : 
4934 \begin_inset Formula $\begin{array}{ccc}
4935 10000 & D & G\\
4936 B & 10000 & H\\
4937 C & F & 10000
4938 \end{array}$
4939 \end_inset
4940
4941  , 
4942 \series bold
4943 rrr
4944 \series default
4945  : 
4946 \begin_inset Formula $\begin{array}{rrr}
4947 10000 & D & G\\
4948 B & 10000 & H\\
4949 C & F & 10000
4950 \end{array}$
4951 \end_inset
4952
4953
4954 \end_layout
4955
4956 \begin_layout Standard
4957 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4958 \begin_inset Info
4959 type  "icon"
4960 arg   "inset-modify tabular append-row"
4961 \end_inset
4962
4963
4964 \begin_inset Info
4965 type  "icon"
4966 arg   "inset-modify tabular delete-row"
4967 \end_inset
4968
4969 などや
4970 \family sans
4971 編集\SpecialChar \menuseparator
4972 行と列
4973 \family default
4974 メニューを使用することができます。また、行は
4975 \begin_inset Info
4976 type  "shortcut"
4977 arg   "newline-insert newline"
4978 \end_inset
4979
4980 で作成することもできます。
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset VSpace bigskip
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991
4992 \family sans
4993 装飾
4994 \family default
4995 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4996 \series bold
4997
4998 \backslash
4999 left
5000 \series default
5001
5002 \begin_inset Index idx
5003 status collapsed
5004
5005 \begin_layout Plain Layout
5006 こまんど@コマンド ! L ! 
5007 \backslash
5008 left
5009 \end_layout
5010
5011 \end_inset
5012
5013 コマンドや
5014 \series bold
5015
5016 \backslash
5017 right
5018 \series default
5019
5020 \begin_inset Index idx
5021 status collapsed
5022
5023 \begin_layout Plain Layout
5024 こまんど@コマンド ! R ! 
5025 \backslash
5026 right
5027 \end_layout
5028
5029 \end_inset
5030
5031 コマンドで作成することもできます(
5032 \begin_inset Flex Ruby
5033 status collapsed
5034
5035 \begin_layout Plain Layout
5036 捷径
5037 \begin_inset Argument post:1
5038 status collapsed
5039
5040 \begin_layout Plain Layout
5041 ショートカット
5042 \end_layout
5043
5044 \end_inset
5045
5046
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \family sans
5053 Alt+M
5054 \begin_inset space ~
5055 \end_inset
5056
5057 括弧
5058 \family default
5059 )。第
5060 \begin_inset CommandInset ref
5061 LatexCommand ref
5062 reference "sub:自動の括弧丈"
5063
5064 \end_inset
5065
5066 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5067 \begin_inset VSpace medskip
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \begin_layout Standard
5074 \begin_inset space \hfill{}
5075 \end_inset
5076
5077
5078 \begin_inset Tabular
5079 <lyxtabular version="3" rows="4" columns="2">
5080 <features rotate="0" tabularvalignment="middle">
5081 <column alignment="center" valignment="top">
5082 <column alignment="center" valignment="top">
5083 <row>
5084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 コマンド
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 出力
5098 \begin_inset Note Note
5099 status collapsed
5100
5101 \begin_layout Plain Layout
5102 ここで
5103 \series bold
5104
5105 \backslash
5106 raisebox
5107 \series default
5108 はスペーサーとして使用しているだけです。
5109 \end_layout
5110
5111 \end_inset
5112
5113
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \backslash
5126 bmatrix
5127 \begin_inset space \textvisiblespace{}
5128 \end_inset
5129
5130
5131 \begin_inset Formula $2\times2$
5132 \end_inset
5133
5134 行列
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5144 0 & \textrm{-}\mathrm{i}\\
5145 \mathrm{i} & 0
5146 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5147 \end_inset
5148
5149
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row>
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160
5161 \backslash
5162 Bmatrix
5163 \begin_inset space \textvisiblespace{}
5164 \end_inset
5165
5166
5167 \begin_inset Formula $2\times2$
5168 \end_inset
5169
5170 行列
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5180 0 & \textrm{-}\mathrm{i}\\
5181 \mathrm{i} & 0
5182 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \backslash
5198 pmatrix
5199 \begin_inset space \textvisiblespace{}
5200 \end_inset
5201
5202
5203 \begin_inset Formula $2\times2$
5204 \end_inset
5205
5206 行列
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5216 0 & \textrm{-}\mathrm{i}\\
5217 \mathrm{i} & 0
5218 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5219 \end_inset
5220
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 </lyxtabular>
5228
5229 \end_inset
5230
5231
5232 \begin_inset space \hfill{}
5233 \end_inset
5234
5235
5236 \begin_inset Tabular
5237 <lyxtabular version="3" rows="4" columns="2">
5238 <features rotate="0" tabularvalignment="middle">
5239 <column alignment="center" valignment="top">
5240 <column alignment="center" valignment="top">
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 コマンド
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 出力
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \backslash
5268 vmatrix
5269 \begin_inset space \textvisiblespace{}
5270 \end_inset
5271
5272
5273 \begin_inset Formula $2\times2$
5274 \end_inset
5275
5276 行列
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5286 0 & \textrm{-}\mathrm{i}\\
5287 \mathrm{i} & 0
5288 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \backslash
5304 Vmatrix
5305 \begin_inset space \textvisiblespace{}
5306 \end_inset
5307
5308
5309 \begin_inset Formula $2\times2$
5310 \end_inset
5311
5312 行列
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5322 0 & \textrm{-}\mathrm{i}\\
5323 \mathrm{i} & 0
5324 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \backslash
5340 matrix
5341 \begin_inset space \textvisiblespace{}
5342 \end_inset
5343
5344
5345 \begin_inset Formula $2\times2$
5346 \end_inset
5347
5348 行列
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5358 0 & \textrm{-}\mathrm{i}\\
5359 \mathrm{i} & 0
5360 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 </lyxtabular>
5370
5371 \end_inset
5372
5373
5374 \begin_inset space \hfill{}
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \begin_inset VSpace medskip
5382 \end_inset
5383
5384 たとえば
5385 \series bold
5386
5387 \backslash
5388 vmatrix
5389 \series default
5390 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5391 \end_layout
5392
5393 \begin_layout Standard
5394 \begin_inset VSpace bigskip
5395 \end_inset
5396
5397 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5398 \begin_inset CommandInset ref
5399 LatexCommand ref
5400 reference "sub:列間"
5401
5402 \end_inset
5403
5404 節に説明されている距離
5405 \series bold
5406
5407 \backslash
5408 arraycolsep
5409 \series default
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 こまんど@コマンド ! A ! 
5416 \backslash
5417 arraycolsep
5418 \end_layout
5419
5420 \end_inset
5421
5422 をここでも使用することができます。
5423 \end_layout
5424
5425 \begin_layout Standard
5426 行間隔を変更するには、
5427 \series bold
5428
5429 \backslash
5430 arraystretch
5431 \series default
5432
5433 \begin_inset Index idx
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437 こまんど@コマンド ! A ! 
5438 \backslash
5439 arraystretch
5440 \end_layout
5441
5442 \end_inset
5443
5444 コマンドを使用します。以下のようにして使用します。
5445 \end_layout
5446
5447 \begin_layout Standard
5448
5449 \series bold
5450
5451 \backslash
5452 renewcommand{
5453 \backslash
5454 arraystretch}{伸長因子}
5455 \begin_inset Index idx
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459 こまんど@コマンド ! R ! 
5460 \backslash
5461 renewcommand
5462 \end_layout
5463
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \begin_layout Standard
5470
5471 \series bold
5472
5473 \backslash
5474 renewcommand
5475 \series default
5476 コマンドは、伸長因子を定義済みの
5477 \series bold
5478
5479 \backslash
5480 arraystretch
5481 \series default
5482 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5483 は、
5484 \series bold
5485
5486 \backslash
5487 arraystretch
5488 \series default
5489 に因子1を割り当てて下さい。
5490 \end_layout
5491
5492 \begin_layout Standard
5493 本文行中に行列を入れるには、
5494 \series bold
5495
5496 \backslash
5497 smallmatrix
5498 \series default
5499
5500 \begin_inset Index idx
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 こまんど@コマンド ! S ! 
5505 \backslash
5506 smallmatrix
5507 \end_layout
5508
5509 \end_inset
5510
5511 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5512 \end_layout
5513
5514 \begin_layout Standard
5515 これは、本文行中の行列
5516 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5517 C & D
5518 \end{smallmatrix}\right)$
5519 \end_inset
5520
5521 です。
5522 \end_layout
5523
5524 \begin_layout Section
5525 括弧と区分記号
5526 \begin_inset Index idx
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530 かっこ@括弧
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \begin_inset Index idx
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540 くぶんきごう@区分記号
5541 \end_layout
5542
5543 \end_inset
5544
5545
5546 \end_layout
5547
5548 \begin_layout Subsection
5549 垂直括弧と区分記号
5550 \begin_inset Index idx
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 かっこ@括弧 ! すいちょく@垂直
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 \begin_inset space \hfill{}
5564 \end_inset
5565
5566
5567 \begin_inset Tabular
5568 <lyxtabular version="3" rows="9" columns="2">
5569 <features rotate="0" tabularvalignment="middle">
5570 <column alignment="center" valignment="top" width="0pt">
5571 <column alignment="center" valignment="top" width="0pt">
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 コマンド
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 出力
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 (
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $($
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 {
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 \begin_inset Formula $\{$
5630 \end_inset
5631
5632
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 [
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 \begin_inset Formula $[$
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 </row>
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666
5667 \backslash
5668 langle
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 \begin_inset Formula $\langle$
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 </row>
5686 <row>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691
5692 \backslash
5693 lceil
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $\lceil$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \backslash
5718 lfloor
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\lfloor$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 /
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 \begin_inset Formula $/$
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $|$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $|$
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 </row>
5785 </lyxtabular>
5786
5787 \end_inset
5788
5789
5790 \begin_inset space \hfill{}
5791 \end_inset
5792
5793
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="9" columns="2">
5796 <features rotate="0" tabularvalignment="middle">
5797 <column alignment="center" valignment="top" width="0pt">
5798 <column alignment="center" valignment="top" width="0pt">
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 コマンド
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 出力
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 )
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 \begin_inset Formula $)$
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 </row>
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 }
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 \begin_inset Formula $\}$
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 ]
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 \begin_inset Formula $]$
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893
5894 \backslash
5895 rangle
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 \begin_inset Formula $\rangle$
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918
5919 \backslash
5920 rceil
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Formula $\rceil$
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \backslash
5945 rfloor
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 \begin_inset Formula $\rfloor$
5955 \end_inset
5956
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968
5969 \backslash
5970
5971 \backslash
5972
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $\backslash$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995
5996 \backslash
5997
5998 \begin_inset Formula $|$
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $\|$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 </lyxtabular>
6020
6021 \end_inset
6022
6023
6024 \begin_inset space \hfill{}
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \begin_inset Note Greyedout
6032 status open
6033
6034 \begin_layout Plain Layout
6035
6036 \series bold
6037 【註】
6038 \series default
6039 TeXモードでは、
6040 \backslash
6041
6042 \backslash
6043 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6044 \series bold
6045
6046 \backslash
6047 textbackslash
6048 \series default
6049
6050 \begin_inset Index idx
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 こまんど@コマンド! T ! 
6055 \backslash
6056 textbackslash
6057 \end_layout
6058
6059 \end_inset
6060
6061 を使わなくてはなりません。
6062 \end_layout
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6071 \series bold
6072
6073 \backslash
6074 langle
6075 \series default
6076
6077 \series bold
6078
6079 \backslash
6080 rangle
6081 \series default
6082 コマンドを使用せずに
6083 \begin_inset Formula $<$
6084 \end_inset
6085
6086
6087 \begin_inset Formula $>$
6088 \end_inset
6089
6090 の文字を直接使用することができます。
6091 \end_layout
6092
6093 \begin_layout Subsubsection
6094 手動の括弧丈
6095 \begin_inset CommandInset label
6096 LatexCommand label
6097 name "sub:手動の括弧丈"
6098
6099 \end_inset
6100
6101
6102 \begin_inset Index idx
6103 status collapsed
6104
6105 \begin_layout Plain Layout
6106 かっこたけ@括弧丈 ! しゅどう@手動
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115 括弧の丈は、LaTeXコマンドの
6116 \series bold
6117
6118 \backslash
6119 big
6120 \series default
6121
6122 \begin_inset Index idx
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126 こまんど@コマンド ! B ! 
6127 \backslash
6128 big
6129 \end_layout
6130
6131 \end_inset
6132
6133
6134 \series bold
6135
6136 \backslash
6137 Big
6138 \series default
6139
6140 \series bold
6141
6142 \backslash
6143 bigg
6144 \series default
6145 および
6146 \series bold
6147
6148 \backslash
6149 Bigg
6150 \series default
6151 を使って、手動で指定することができます。
6152 \series bold
6153
6154 \backslash
6155 big
6156 \series default
6157 が最小の大きさであり、
6158 \series bold
6159
6160 \backslash
6161 Bigg
6162 \series default
6163 が最大の括弧丈になります。
6164 \end_layout
6165
6166 \begin_layout Standard
6167 これらのコマンドは、括弧の階層を強調するのに使われます。
6168 \end_layout
6169
6170 \begin_layout Standard
6171 \align center
6172 \begin_inset Tabular
6173 <lyxtabular version="3" rows="2" columns="2">
6174 <features rotate="0" tabularvalignment="middle">
6175 <column alignment="center" valignment="top" width="0pt">
6176 <column alignment="center" valignment="top" width="0pt">
6177 <row>
6178 <cell alignment="center" valignment="top" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 すべての括弧が同じ大きさ:
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6192 \end_inset
6193
6194
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 こちらの方が良い:
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 </lyxtabular>
6224
6225 \end_inset
6226
6227
6228 \begin_inset Note Note
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 ここで
6233 \series bold
6234
6235 \backslash
6236 raisebox
6237 \series default
6238 はスペーサーとして使用しているだけです。
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 二つ目の数式では、
6248 \series bold
6249
6250 \backslash
6251 Big((A+B)(A-B)
6252 \backslash
6253 Big)^
6254 \begin_inset space \textvisiblespace{}
6255 \end_inset
6256
6257 C
6258 \series default
6259 というコマンドが使われています。
6260 \end_layout
6261
6262 \begin_layout Standard
6263 以下は、すべての括弧丈の羅列です。
6264 \end_layout
6265
6266 \begin_layout Standard
6267 \align center
6268
6269 \backslash
6270 Bigg(
6271 \backslash
6272 exp
6273 \backslash
6274 bigg
6275 \begin_inset Formula $<$
6276 \end_inset
6277
6278
6279 \backslash
6280 Big[
6281 \backslash
6282 big{
6283 \backslash
6284 ln(3x)
6285 \backslash
6286 big}^2
6287 \begin_inset space \textvisiblespace{}
6288 \end_inset
6289
6290
6291 \backslash
6292 sin(x)
6293 \backslash
6294 Big]^
6295 \begin_inset space \textvisiblespace{}
6296 \end_inset
6297
6298 A
6299 \begin_inset space \textvisiblespace{}
6300 \end_inset
6301
6302
6303 \backslash
6304 bigg
6305 \begin_inset Formula $>$
6306 \end_inset
6307
6308
6309 \backslash
6310 Bigg)^0,5
6311 \end_layout
6312
6313 \begin_layout Standard
6314 \align center
6315 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322
6323 \series bold
6324
6325 \backslash
6326 big
6327 \series default
6328 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6329 \series bold
6330
6331 \backslash
6332 bigm
6333 \series default
6334
6335 \begin_inset Index idx
6336 status collapsed
6337
6338 \begin_layout Plain Layout
6339 こまんど@コマンド ! B ! 
6340 \backslash
6341 bigm
6342 \end_layout
6343
6344 \end_inset
6345
6346 という派生型と、空白を追加しない
6347 \series bold
6348
6349 \backslash
6350 bigl
6351 \series default
6352 -
6353 \series bold
6354
6355 \backslash
6356 bigr
6357 \series default
6358
6359 \begin_inset Index idx
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363 こまんど@コマンド ! B ! 
6364 \backslash
6365 bigl - 
6366 \backslash
6367 bigr
6368 \end_layout
6369
6370 \end_inset
6371
6372 派生型があります。
6373 \series bold
6374
6375 \backslash
6376 bigl
6377 \series default
6378 コマンドの最後の
6379 \emph on
6380 l
6381 \emph default
6382 は、左括弧であることを示し、右括弧の場合には、
6383 \emph on
6384 l
6385 \emph default
6386 の代わりに
6387 \emph on
6388 r
6389 \emph default
6390 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6391 \end_layout
6392
6393 \begin_layout Standard
6394 以下の表は、これらの派生型の比較です。
6395 \end_layout
6396
6397 \begin_layout Standard
6398 \align center
6399 \begin_inset Tabular
6400 <lyxtabular version="3" rows="5" columns="2">
6401 <features rotate="0" tabularvalignment="middle">
6402 <column alignment="center" valignment="middle">
6403 <column alignment="center" valignment="middle">
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 コマンド
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 出力
6419 \begin_inset Note Note
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423 ここで
6424 \series bold
6425
6426 \backslash
6427 raisebox
6428 \series default
6429 はスペーサーとして使用しているだけです。
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Bigm(
6448 \backslash
6449 bigm(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 bigm)^2
6454 \series bold
6455
6456 \begin_inset space \textvisiblespace{}
6457 \end_inset
6458
6459
6460 \series default
6461
6462 \backslash
6463 Bigm)
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486
6487 \backslash
6488 Big(
6489 \backslash
6490 big(
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 big)^2
6495 \series bold
6496
6497 \begin_inset space \textvisiblespace{}
6498 \end_inset
6499
6500
6501 \series default
6502
6503 \backslash
6504 Big)
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \backslash
6529 Bigl(
6530 \backslash
6531 bigl(
6532 \backslash
6533 ln(3x)
6534 \backslash
6535 bigr)^2
6536 \series bold
6537
6538 \begin_inset space \textvisiblespace{}
6539 \end_inset
6540
6541
6542 \series default
6543
6544 \backslash
6545 Bigr)
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 </row>
6563 <row>
6564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \backslash
6570 bigl)
6571 \backslash
6572 ln(3x)
6573 \backslash
6574 bigr(
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 </lyxtabular>
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \begin_layout Subsubsection
6600 自動の括弧丈
6601 \begin_inset CommandInset label
6602 LatexCommand label
6603 name "sub:自動の括弧丈"
6604
6605 \end_inset
6606
6607
6608 \begin_inset Index idx
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612 かっこたけ@括弧丈 ! じどう@自動
6613 \end_layout
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \begin_layout Standard
6621 可変の丈を持つ括弧は、
6622 \series bold
6623
6624 \backslash
6625 left
6626 \series default
6627
6628 \begin_inset Index idx
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632 こまんど@コマンド ! L ! 
6633 \backslash
6634 left
6635 \end_layout
6636
6637 \end_inset
6638
6639 コマンドおよび
6640 \series bold
6641
6642 \backslash
6643 right
6644 \series default
6645
6646 \begin_inset Index idx
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 こまんど@コマンド ! R ! 
6651 \backslash
6652 right
6653 \end_layout
6654
6655 \end_inset
6656
6657 コマンド、あるいは数式ツールバーボタンの
6658 \begin_inset Info
6659 type  "icon"
6660 arg   "dialog-show mathdelimiter"
6661 \end_inset
6662
6663 で挿入することができます。
6664 \series bold
6665
6666 \backslash
6667 left
6668 \series default
6669 および
6670 \series bold
6671
6672 \backslash
6673 right
6674 \series default
6675 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6676 \end_layout
6677
6678 \begin_layout Standard
6679 \align center
6680 通常の括弧:
6681 \series bold
6682
6683 \backslash
6684 ln(
6685 \backslash
6686 frac
6687 \begin_inset space \textvisiblespace{}
6688 \end_inset
6689
6690 A
6691 \begin_inset Formula $\downarrow$
6692 \end_inset
6693
6694 C
6695 \begin_inset space \textvisiblespace{}
6696 \end_inset
6697
6698 )
6699 \series default
6700 というコマンドは
6701 \begin_inset Formula 
6702 \[
6703 \ln(\frac{A}{C})
6704 \]
6705
6706 \end_inset
6707
6708 を生成します。
6709 \end_layout
6710
6711 \begin_layout Standard
6712 \align center
6713 複数行の括弧:
6714 \series bold
6715
6716 \backslash
6717 ln
6718 \backslash
6719 left(
6720 \backslash
6721 frac
6722 \begin_inset space \textvisiblespace{}
6723 \end_inset
6724
6725 A
6726 \begin_inset Formula $\downarrow$
6727 \end_inset
6728
6729 C
6730 \begin_inset space \textvisiblespace{}
6731 \end_inset
6732
6733
6734 \backslash
6735 right)
6736 \series default
6737 というコマンドは
6738 \begin_inset Formula 
6739 \[
6740 \ln\left(\frac{A}{C}\right)
6741 \]
6742
6743 \end_inset
6744
6745 を生成します。
6746 \end_layout
6747
6748 \begin_layout Standard
6749
6750 \series bold
6751
6752 \backslash
6753 left
6754 \series default
6755
6756 \series bold
6757
6758 \backslash
6759 right
6760 \series default
6761 の代わりに、
6762 \begin_inset Flex Ruby
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766 捷径
6767 \begin_inset Argument post:1
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771 ショートカット
6772 \end_layout
6773
6774 \end_inset
6775
6776
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \family sans
6783 Alt+M
6784 \begin_inset space ~
6785 \end_inset
6786
6787 括弧
6788 \family default
6789 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6790 \begin_inset Newline newline
6791 \end_inset
6792
6793 すると、先ほどの例を作るコマンドは
6794 \series bold
6795
6796 \backslash
6797 ln Alt+M
6798 \series default
6799  
6800 \series bold
6801 (
6802 \backslash
6803 frac
6804 \begin_inset space \textvisiblespace{}
6805 \end_inset
6806
6807 A
6808 \begin_inset Formula $\downarrow$
6809 \end_inset
6810
6811 C
6812 \series default
6813 となります。
6814 \end_layout
6815
6816 \begin_layout Standard
6817 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6818 \series bold
6819
6820 \backslash
6821 left.
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 B
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835
6836 \backslash
6837 right}
6838 \series default
6839 というコマンドは
6840 \series bold
6841
6842 \begin_inset Formula 
6843 \[
6844 \left.\frac{A}{B}\right\} 
6845 \]
6846
6847 \end_inset
6848
6849
6850 \series default
6851 を生成します。
6852 \series bold
6853
6854 \backslash
6855 left
6856 \series default
6857 コマンドおよび
6858 \series bold
6859
6860 \backslash
6861 right
6862 \series default
6863 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6864 \end_layout
6865
6866 \begin_layout Standard
6867 \begin_inset VSpace bigskip
6868 \end_inset
6869
6870 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6871 \series bold
6872
6873 \backslash
6874 middle
6875 \series default
6876
6877 \begin_inset Index idx
6878 status collapsed
6879
6880 \begin_layout Plain Layout
6881 こまんど@コマンド ! M ! 
6882 \backslash
6883 middle
6884 \end_layout
6885
6886 \end_inset
6887
6888 コマンドも使用することができます
6889 \begin_inset Foot
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893
6894 \series bold
6895 (訳註)
6896 \series default
6897 pLaTeXでは、標準では
6898 \series bold
6899
6900 \backslash
6901 middle
6902 \series default
6903 コマンドは使えません。よって、以下の例では「
6904 \series bold
6905
6906 \backslash
6907 middle
6908 \series default
6909
6910 \begin_inset Formula $|$
6911 \end_inset
6912
6913 」の代わりに「
6914 \series bold
6915
6916 \backslash
6917 biggm
6918 \series default
6919
6920 \begin_inset Formula $|$
6921 \end_inset
6922
6923 」を用いています。
6924 \end_layout
6925
6926 \end_inset
6927
6928 。このコマンドでは、物理ベクトル
6929 \begin_inset Formula 
6930 \[
6931 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6932 \]
6933
6934 \end_inset
6935
6936 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6937 \begin_inset CommandInset ref
6938 LatexCommand ref
6939 reference "sub:物理ベクトル"
6940
6941 \end_inset
6942
6943 節に説明されているように特殊なLaTeXパッケージがあります。
6944 \end_layout
6945
6946 \begin_layout Subsection
6947 水平括弧
6948 \begin_inset Index idx
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952 かっこ@括弧 ! すいへい@水平
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \begin_layout Standard
6961 \align center
6962 \begin_inset Tabular
6963 <lyxtabular version="3" rows="4" columns="2">
6964 <features rotate="0" tabularvalignment="middle">
6965 <column alignment="center" valignment="top" width="0pt">
6966 <column alignment="center" valignment="top" width="0pt">
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 コマンド
6973 \begin_inset Note Note
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 ここで
6978 \series bold
6979
6980 \backslash
6981 raisebox
6982 \series default
6983 はスペーサーとして使用しているだけです。
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 出力
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 </row>
7003 <row>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 raisebox{2.3mm}{
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \backslash
7022 overbrace
7023 \begin_inset space \textvisiblespace{}
7024 \end_inset
7025
7026 A+B
7027 \begin_inset space \textvisiblespace{}
7028 \end_inset
7029
7030 ^
7031 \begin_inset space \textvisiblespace{}
7032 \end_inset
7033
7034 3
7035 \begin_inset ERT
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039
7040 }
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \begin_inset Index idx
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050 こまんど@コマンド ! O ! 
7051 \backslash
7052 overbrace
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 \begin_inset Formula $\overbrace{A+B}^{3}$
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 \begin_inset ERT
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084
7085
7086 \backslash
7087 raisebox{-2.2mm}{
7088 \end_layout
7089
7090 \end_inset
7091
7092
7093 \backslash
7094 underbrace
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098 A+B
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102 _5
7103 \begin_inset ERT
7104 status collapsed
7105
7106 \begin_layout Plain Layout
7107
7108 }
7109 \end_layout
7110
7111 \end_inset
7112
7113
7114 \begin_inset Index idx
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118 こまんど@コマンド ! U ! 
7119 \backslash
7120 underbrace
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 \begin_inset Formula $\underbrace{A+B}_{5}$
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \backslash
7150 overbrace
7151 \begin_inset space \textvisiblespace{}
7152 \end_inset
7153
7154
7155 \backslash
7156 underbrace
7157 \begin_inset space \textvisiblespace{}
7158 \end_inset
7159
7160 A+B_w
7161 \begin_inset space \textvisiblespace{}
7162 \end_inset
7163
7164
7165 \begin_inset space \textvisiblespace{}
7166 \end_inset
7167
7168 _7
7169 \begin_inset space \textvisiblespace{}
7170 \end_inset
7171
7172
7173 \begin_inset space \textvisiblespace{}
7174 \end_inset
7175
7176 ^
7177 \begin_inset space \textvisiblespace{}
7178 \end_inset
7179
7180 C
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 </lyxtabular>
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 最後の例では、
7207 \series bold
7208
7209 \backslash
7210 overbrace
7211 \series default
7212 が先に挿入されようが
7213 \series bold
7214
7215 \backslash
7216 underbrace
7217 \series default
7218 が先に挿入されようが代わりはありません。
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \begin_inset VSpace medskip
7223 \end_inset
7224
7225
7226 \end_layout
7227
7228 \begin_layout Standard
7229
7230 \lang english
7231 If you set in the document settings under 
7232 \family sans
7233 Math
7234 \begin_inset space ~
7235 \end_inset
7236
7237 Options
7238 \family default
7239  for the package
7240 \lang japanese
7241  
7242 \series bold
7243 mathtools
7244 \series default
7245
7246 \begin_inset Index idx
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 ぱっけーじ@パッケージ ! mathtools
7251 \end_layout
7252
7253 \end_inset
7254
7255  
7256 \lang english
7257 the option 
7258 \family sans
7259 Load
7260 \begin_inset space ~
7261 \end_inset
7262
7263 always
7264 \family default
7265 , you have access to square backets:
7266 \end_layout
7267
7268 \begin_layout Standard
7269 \align center
7270 \begin_inset Tabular
7271 <lyxtabular version="3" rows="4" columns="2">
7272 <features rotate="0" tabularvalignment="middle">
7273 <column alignment="center" valignment="top" width="0pt">
7274 <column alignment="center" valignment="top" width="0pt">
7275 <row>
7276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 コマンド
7281 \begin_inset Note Note
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285 ここで
7286 \series bold
7287
7288 \backslash
7289 raisebox
7290 \series default
7291 はスペーサーとして使用しているだけです。
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 出力
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 raisebox{2.3mm}{
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \backslash
7330 overbracket{A+B
7331 \begin_inset space \textvisiblespace{}
7332 \end_inset
7333
7334 ^3
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340 }
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \begin_inset Index idx
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350 こまんど@コマンド ! O ! 
7351 \backslash
7352 overbracket
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Formula $\overbracket{A+B}^{3}$
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset ERT
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384
7385
7386 \backslash
7387 raisebox{-2.2mm}{
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \backslash
7394 underbracket{A+B
7395 \begin_inset space \textvisiblespace{}
7396 \end_inset
7397
7398 _5
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404 }
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \begin_inset Index idx
7411 status collapsed
7412
7413 \begin_layout Plain Layout
7414 こまんど@コマンド ! U ! 
7415 \backslash
7416 under
7417 \size normal
7418 bracket
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 \begin_inset Formula $\underbracket{A+B}_{5}$
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \backslash
7448 overbracket{
7449 \backslash
7450 underbracket{A+B_w
7451 \begin_inset space \textvisiblespace{}
7452 \end_inset
7453
7454
7455 \begin_inset space \textvisiblespace{}
7456 \end_inset
7457
7458 _7
7459 \begin_inset space \textvisiblespace{}
7460 \end_inset
7461
7462
7463 \begin_inset space \textvisiblespace{}
7464 \end_inset
7465
7466 ^
7467 \begin_inset space \textvisiblespace{}
7468 \end_inset
7469
7470 C
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 </lyxtabular>
7489
7490 \end_inset
7491
7492
7493 \end_layout
7494
7495 \begin_layout Standard
7496
7497 \lang english
7498 For 
7499 \series bold
7500
7501 \backslash
7502 overbracket
7503 \series default
7504  and 
7505 \series bold
7506
7507 \backslash
7508 underbracket
7509 \series default
7510  you can change the thickness of the bracket's stroke by specifying the
7511  desired thickness in square brackets behind the command:
7512 \end_layout
7513
7514 \begin_layout Standard
7515 \align center
7516 \begin_inset Tabular
7517 <lyxtabular version="3" rows="3" columns="2">
7518 <features rotate="0" tabularvalignment="middle">
7519 <column alignment="center" valignment="top" width="0pt">
7520 <column alignment="center" valignment="top" width="0pt">
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 コマンド
7527 \begin_inset Note Note
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531 ここで
7532 \series bold
7533
7534 \backslash
7535 raisebox
7536 \series default
7537 はスペーサーとして使用しているだけです。
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 出力
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset ERT
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566
7567
7568 \backslash
7569 raisebox{2.3mm}{
7570 \end_layout
7571
7572 \end_inset
7573
7574
7575 \backslash
7576 overbracket[3pt]
7577 \backslash
7578 {A+B
7579 \begin_inset space \textvisiblespace{}
7580 \end_inset
7581
7582 ^3
7583 \begin_inset ERT
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587
7588 }
7589 \end_layout
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621
7622 \backslash
7623 raisebox{-2.2mm}{
7624 \end_layout
7625
7626 \end_inset
7627
7628
7629 \backslash
7630 underbracket[1pt]
7631 \backslash
7632 {A+B
7633 \begin_inset space \textvisiblespace{}
7634 \end_inset
7635
7636 _5
7637 \begin_inset ERT
7638 status collapsed
7639
7640 \begin_layout Plain Layout
7641
7642 }
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 </lyxtabular>
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \begin_layout Standard
7673 \begin_inset VSpace bigskip
7674 \end_inset
7675
7676 括弧をお互いに重ねる必要がある場合には、第
7677 \begin_inset CommandInset ref
7678 LatexCommand ref
7679 reference "sec:多行数式"
7680
7681 \end_inset
7682
7683 節に説明されているように、次のような多行数式を使わなくてはなりません。
7684 \begin_inset Formula 
7685 \begin{eqnarray*}
7686 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7687  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7688 \end{eqnarray*}
7689
7690 \end_inset
7691
7692 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7693 \begin_inset Foot
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697 空白コマンドは第
7698 \begin_inset CommandInset ref
7699 LatexCommand ref
7700 reference "sub:定義済みの空白"
7701
7702 \end_inset
7703
7704 章に説明があります。
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \series bold
7711
7712 \backslash
7713 :
7714 \series default
7715 を最初の
7716 \begin_inset Formula $d$
7717 \end_inset
7718
7719 の前に挿入しておくことが重要です。さもないと、
7720 \begin_inset Formula $q$
7721 \end_inset
7722
7723 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7724 \begin_inset Foot
7725 status collapsed
7726
7727 \begin_layout Plain Layout
7728 これは、括弧が文字として取り扱われないためです。第
7729 \begin_inset CommandInset ref
7730 LatexCommand ref
7731 reference "sub:二項演算子"
7732
7733 \end_inset
7734
7735 章参照。
7736 \end_layout
7737
7738 \end_inset
7739
7740 ためです。二行目には、二つめの括弧が挿入されています。
7741 \begin_inset Formula $b$
7742 \end_inset
7743
7744 の直前から始まるようにするために、まず
7745 \series bold
7746
7747 \backslash
7748 hphantom{gggg+
7749 \backslash
7750 :}
7751 \series default
7752 というコマンド
7753 \begin_inset Foot
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758 \series bold
7759
7760 \backslash
7761 hphantom
7762 \series default
7763 に関する詳細は、第
7764 \begin_inset CommandInset ref
7765 LatexCommand ref
7766 reference "sub:埋め草"
7767
7768 \end_inset
7769
7770 章を参照してください。
7771 \end_layout
7772
7773 \end_inset
7774
7775 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7776 \series bold
7777
7778 \backslash
7779 hphantom{bbqq+dddd}
7780 \series default
7781 コマンドの下に置きます。
7782 \end_layout
7783
7784 \begin_layout Standard
7785 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 setlength{
7794 \backslash
7795 jot}{-6pt}
7796 \end_layout
7797
7798 \end_inset
7799
7800
7801 \begin_inset Formula 
7802 \begin{eqnarray*}
7803  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7804 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7805 \end{eqnarray*}
7806
7807 \end_inset
7808
7809
7810 \begin_inset ERT
7811 status collapsed
7812
7813 \begin_layout Plain Layout
7814
7815
7816 \backslash
7817 setlength{
7818 \backslash
7819 jot}{3pt}
7820 \end_layout
7821
7822 \end_inset
7823
7824 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7825 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7826 \begin_inset Foot
7827 status collapsed
7828
7829 \begin_layout Plain Layout
7830 \begin_inset CommandInset href
7831 LatexCommand href
7832 name "LyX-bug #1505"
7833 target "http://www.lyx.org/trac/ticket/1505"
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841
7842 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7843 \series bold
7844 setlength{
7845 \backslash
7846 jot}{-6pt}
7847 \series default
7848 というコマンドを入れて、大域的な数式行間
7849 \series bold
7850
7851 \backslash
7852 jot
7853 \series default
7854
7855 \begin_inset Index idx
7856 status collapsed
7857
7858 \begin_layout Plain Layout
7859 こまんど@コマンド ! J ! 
7860 \backslash
7861 jot
7862 \end_layout
7863
7864 \end_inset
7865
7866 を-6
7867 \begin_inset space \thinspace{}
7868 \end_inset
7869
7870 ptに変更しなくてはなりません。
7871 \series bold
7872
7873 \backslash
7874 jot
7875 \series default
7876 は、数式直後に同様のコマンドを使って標準値の3
7877 \begin_inset space \thinspace{}
7878 \end_inset
7879
7880 ptに戻します。数式中の行間について、詳しくは第
7881 \begin_inset CommandInset ref
7882 LatexCommand ref
7883 reference "sub:行間"
7884
7885 \end_inset
7886
7887 章に説明があります。
7888 \end_layout
7889
7890 \begin_layout Section
7891 矢印
7892 \begin_inset Index idx
7893 status collapsed
7894
7895 \begin_layout Plain Layout
7896 やじるし@矢印
7897 \end_layout
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \begin_layout Standard
7905 矢印は、数式ツールバーボタンの
7906 \begin_inset Info
7907 type  "icon"
7908 arg   "math-insert \\leftarrow"
7909 \end_inset
7910
7911 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7912 \end_layout
7913
7914 \begin_layout Subsection
7915 水平矢印
7916 \begin_inset Index idx
7917 status collapsed
7918
7919 \begin_layout Plain Layout
7920 やじるし@矢印 ! すいへい@水平
7921 \end_layout
7922
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \begin_layout Standard
7929 \begin_inset space \hfill{}
7930 \end_inset
7931
7932
7933 \begin_inset Tabular
7934 <lyxtabular version="3" rows="8" columns="2">
7935 <features rotate="0" tabularvalignment="middle">
7936 <column alignment="center" valignment="top" width="0pt">
7937 <column alignment="center" valignment="top" width="0pt">
7938 <row>
7939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 コマンド
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 出力
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \backslash
7965 gets
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 \begin_inset Formula $\gets$
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \backslash
7990 Leftarrow
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 \begin_inset Formula $\Leftarrow$
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \backslash
8015 longleftarrow
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 \begin_inset Formula $\longleftarrow$
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \backslash
8040 Longleftarrow
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 \begin_inset Formula $\Longleftarrow$
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \backslash
8065 leftharpoonup
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 \begin_inset Formula $\leftharpoonup$
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 leftharpoondown
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\leftharpoondown$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 hookleftarrow
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\hookleftarrow$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 </lyxtabular>
8134
8135 \end_inset
8136
8137
8138 \begin_inset space \hfill{}
8139 \end_inset
8140
8141
8142 \begin_inset Tabular
8143 <lyxtabular version="3" rows="8" columns="2">
8144 <features rotate="0" tabularvalignment="middle">
8145 <column alignment="center" valignment="top" width="0pt">
8146 <column alignment="center" valignment="top" width="0pt">
8147 <row>
8148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 コマンド
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 出力
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \backslash
8174 to
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 \begin_inset Formula $\to$
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \backslash
8199 Rightarrow
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 \begin_inset Formula $\Rightarrow$
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \backslash
8224 longrightarrow
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 \begin_inset Formula $\longrightarrow$
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \backslash
8249 Longrightarrow
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 \begin_inset Formula $\Longrightarrow$
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 rightharpoonup
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\rightharpoonup$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 rightharpoondown
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\rightharpoondown$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 hookrightarrow
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\hookrightarrow$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 </lyxtabular>
8343
8344 \end_inset
8345
8346
8347 \begin_inset space \hfill{}
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \begin_layout Standard
8354 \begin_inset space \hfill{}
8355 \end_inset
8356
8357
8358 \begin_inset Tabular
8359 <lyxtabular version="3" rows="6" columns="2">
8360 <features rotate="0" tabularvalignment="middle">
8361 <column alignment="center" valignment="top" width="0pt">
8362 <column alignment="center" valignment="top" width="0pt">
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 コマンド
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 出力
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 leftrightarrow
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\leftrightarrow$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 Leftrightarrow
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\Leftrightarrow$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 longleftrightarrow
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\longleftrightarrow$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 Longleftrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\Longleftrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 rightleftharpoons
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\rightleftharpoons$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 </lyxtabular>
8509
8510 \end_inset
8511
8512
8513 \begin_inset space \hspace{}
8514 \length 25pt
8515 \end_inset
8516
8517
8518 \begin_inset space \hfill{}
8519 \end_inset
8520
8521
8522 \begin_inset Tabular
8523 <lyxtabular version="3" rows="5" columns="2">
8524 <features rotate="0" tabularvalignment="middle">
8525 <column alignment="center" valignment="top" width="0pt">
8526 <column alignment="center" valignment="top" width="0pt">
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 コマンド
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 出力
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \backslash
8554 mapsto
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 \begin_inset Formula $\mapsto$
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \backslash
8579 longmapsto
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 \begin_inset Formula $\longmapsto$
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 leadsto
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\leadsto$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 dasharrow
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\dasharrow$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 </lyxtabular>
8648
8649 \end_inset
8650
8651
8652 \begin_inset space \hfill{}
8653 \end_inset
8654
8655
8656 \end_layout
8657
8658 \begin_layout Standard
8659 \begin_inset VSpace medskip
8660 \end_inset
8661
8662 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8663 \begin_inset CommandInset ref
8664 LatexCommand ref
8665 reference "sec:アクセント"
8666
8667 \end_inset
8668
8669 節に一覧があります。
8670 \end_layout
8671
8672 \begin_layout Standard
8673 \begin_inset VSpace bigskip
8674 \end_inset
8675
8676 さらに、ラベル付き矢印
8677 \begin_inset Index idx
8678 status collapsed
8679
8680 \begin_layout Plain Layout
8681 やじるし@矢印 ! らべるつき@ラベル付き
8682 \end_layout
8683
8684 \end_inset
8685
8686 として、
8687 \series bold
8688
8689 \backslash
8690 xleftarrow
8691 \series default
8692
8693 \begin_inset Index idx
8694 status collapsed
8695
8696 \begin_layout Plain Layout
8697 こまんど@コマンド ! X ! 
8698 \backslash
8699 xleftarrow
8700 \end_layout
8701
8702 \end_inset
8703
8704
8705 \series bold
8706
8707 \backslash
8708 xrightarrow
8709 \series default
8710
8711 \begin_inset Index idx
8712 status collapsed
8713
8714 \begin_layout Plain Layout
8715 こまんど@コマンド ! X ! 
8716 \backslash
8717 xrightarrow
8718 \begin_inset ERT
8719 status collapsed
8720
8721 \begin_layout Plain Layout
8722
8723
8724 \backslash
8725 vspace{4mm}
8726 \end_layout
8727
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \end_inset
8734
8735 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8736 ます。
8737 \end_layout
8738
8739 \begin_layout Standard
8740 \align center
8741 \begin_inset Tabular
8742 <lyxtabular version="3" rows="3" columns="2">
8743 <features rotate="0" tabularvalignment="middle">
8744 <column alignment="center" valignment="top" width="0pt">
8745 <column alignment="center" valignment="top" width="0pt">
8746 <row>
8747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 コマンド
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 出力
8761 \begin_inset Note Note
8762 status collapsed
8763
8764 \begin_layout Plain Layout
8765 ここで
8766 \series bold
8767
8768 \backslash
8769 raisebox
8770 \series default
8771 はスペーサーとして使用しているだけです。
8772 \end_layout
8773
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 F(a)
8788 \backslash
8789 xleftarrow
8790 \begin_inset space \textvisiblespace{}
8791 \end_inset
8792
8793 x=a
8794 \begin_inset Formula $\downarrow$
8795 \end_inset
8796
8797 x
8798 \begin_inset Formula $>$
8799 \end_inset
8800
8801 0
8802 \begin_inset Formula $\to$
8803 \end_inset
8804
8805 F(x)
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 F(x)
8829 \backslash
8830 xrightarrow
8831 \begin_inset space \textvisiblespace{}
8832 \end_inset
8833
8834 x=a
8835 \begin_inset Formula $\downarrow$
8836 \end_inset
8837
8838 x
8839 \begin_inset Formula $>$
8840 \end_inset
8841
8842 0
8843 \begin_inset Formula $\to$
8844 \end_inset
8845
8846 F(a)
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 </lyxtabular>
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \begin_layout Standard
8872 \begin_inset VSpace medskip
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \begin_layout Standard
8879
8880 \lang english
8881 If you set in the document settings under 
8882 \family sans
8883 Math
8884 \begin_inset space ~
8885 \end_inset
8886
8887 Options
8888 \family default
8889  for the package
8890 \lang japanese
8891  
8892 \series bold
8893 mathtools
8894 \series default
8895
8896 \begin_inset Index idx
8897 status collapsed
8898
8899 \begin_layout Plain Layout
8900 ぱっけーじ@パッケージ ! mathtools
8901 \end_layout
8902
8903 \end_inset
8904
8905  
8906 \lang english
8907 the option 
8908 \family sans
8909 Load
8910 \begin_inset space ~
8911 \end_inset
8912
8913 always
8914 \family default
8915 , you have access to the following labeled arrows:
8916 \end_layout
8917
8918 \begin_layout Standard
8919 \align center
8920 \begin_inset space \hspace*{\fill}
8921 \end_inset
8922
8923
8924 \begin_inset Tabular
8925 <lyxtabular version="3" rows="7" columns="2">
8926 <features rotate="0" tabularvalignment="middle">
8927 <column alignment="center" valignment="top" width="0pt">
8928 <column alignment="center" valignment="top" width="0pt">
8929 <row>
8930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 コマンド
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \lang english
8945 Example
8946 \lang japanese
8947
8948 \begin_inset Note Note
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 ここで
8953 \series bold
8954
8955 \backslash
8956 raisebox
8957 \series default
8958 はスペーサーとして使用しているだけです。
8959 \end_layout
8960
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \backslash
8976 xleftrightarrow
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 xLeftarrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 xRightarrow
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 xLeftrightarrow
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 xhookleftarrow
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 xhookrightarrow
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 </lyxtabular>
9120
9121 \end_inset
9122
9123
9124 \begin_inset space \hspace*{\fill}
9125 \end_inset
9126
9127
9128 \begin_inset Tabular
9129 <lyxtabular version="3" rows="7" columns="2">
9130 <features rotate="0" tabularvalignment="middle">
9131 <column alignment="center" valignment="top" width="0pt">
9132 <column alignment="center" valignment="top" width="0pt">
9133 <row>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 コマンド
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \lang english
9149 Example
9150 \lang japanese
9151
9152 \begin_inset Note Note
9153 status collapsed
9154
9155 \begin_layout Plain Layout
9156 ここで
9157 \series bold
9158
9159 \backslash
9160 raisebox
9161 \series default
9162 はスペーサーとして使用しているだけです。
9163 \end_layout
9164
9165 \end_inset
9166
9167
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \backslash
9180 xleftharpoondown
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \backslash
9205 xleftharpoonup
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \backslash
9230 xrightharpoondown
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \backslash
9255 xrightharpoonup
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \backslash
9280 xleftrightharpoons
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9290 \end_inset
9291
9292
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \backslash
9305 xrightleftharpoons
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 </lyxtabular>
9324
9325 \end_inset
9326
9327
9328 \begin_inset space \hspace*{\fill}
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335
9336 \lang english
9337 The command scheme is for all these arrows:
9338 \end_layout
9339
9340 \begin_layout Standard
9341 \align center
9342 \begin_inset Tabular
9343 <lyxtabular version="3" rows="2" columns="2">
9344 <features rotate="0" tabularvalignment="middle">
9345 <column alignment="center" valignment="top" width="0pt">
9346 <column alignment="center" valignment="top" width="0pt">
9347 <row>
9348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 コマンド
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 出力
9362 \begin_inset Note Note
9363 status collapsed
9364
9365 \begin_layout Plain Layout
9366 ここで
9367 \series bold
9368
9369 \backslash
9370 raisebox
9371 \series default
9372 はスペーサーとして使用しているだけです。
9373 \end_layout
9374
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 F(a)
9389 \backslash
9390 xleftrightarrow[x=a]
9391 \backslash
9392 {x>0
9393 \begin_inset Formula $\to$
9394 \end_inset
9395
9396 F(x)
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 </lyxtabular>
9415
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \begin_layout Subsection
9422 垂直矢印および対角矢印
9423 \begin_inset Index idx
9424 status collapsed
9425
9426 \begin_layout Plain Layout
9427 やじるし@矢印 ! たいかく@対角
9428 \end_layout
9429
9430 \end_inset
9431
9432
9433 \begin_inset Index idx
9434 status collapsed
9435
9436 \begin_layout Plain Layout
9437 やじるし@矢印 ! すいちょく@垂直
9438 \end_layout
9439
9440 \end_inset
9441
9442
9443 \end_layout
9444
9445 \begin_layout Standard
9446 \begin_inset space \hfill{}
9447 \end_inset
9448
9449
9450 \begin_inset Tabular
9451 <lyxtabular version="3" rows="7" columns="2">
9452 <features rotate="0" tabularvalignment="middle">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <column alignment="center" valignment="top" width="0pt">
9455 <row>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 コマンド
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 出力
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 uparrow
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\uparrow$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 Uparrow
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\Uparrow$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 updownarrow
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 \begin_inset Formula $\updownarrow$
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 Updownarrow
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\Updownarrow$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row>
9576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \backslash
9582 Downarrow
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 \begin_inset Formula $\Downarrow$
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \backslash
9607 downarrow
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 \begin_inset Formula $\downarrow$
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 </lyxtabular>
9626
9627 \end_inset
9628
9629
9630 \begin_inset space \hfill{}
9631 \end_inset
9632
9633
9634 \begin_inset Tabular
9635 <lyxtabular version="3" rows="5" columns="2">
9636 <features rotate="0" tabularvalignment="middle">
9637 <column alignment="center" valignment="top" width="0pt">
9638 <column alignment="center" valignment="top" width="0pt">
9639 <row>
9640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 コマンド
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 出力
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 <row>
9660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \backslash
9666 nearrow
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 \begin_inset Formula $\nearrow$
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \backslash
9691 searrow
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\searrow$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 swarrow
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 \begin_inset Formula $\swarrow$
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \backslash
9741 nwarrow
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\nwarrow$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 </lyxtabular>
9760
9761 \end_inset
9762
9763
9764 \begin_inset space \hfill{}
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \begin_layout Standard
9771 \begin_inset VSpace medskip
9772 \end_inset
9773
9774 垂直矢印は、第
9775 \begin_inset CommandInset ref
9776 LatexCommand ref
9777 reference "sub:手動の括弧丈"
9778
9779 \end_inset
9780
9781 節および第
9782 \begin_inset CommandInset ref
9783 LatexCommand ref
9784 reference "sub:自動の括弧丈"
9785
9786 \end_inset
9787
9788 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
9789 \end_layout
9790
9791 \begin_layout Section
9792 アクセント
9793 \begin_inset CommandInset label
9794 LatexCommand label
9795 name "sec:アクセント"
9796
9797 \end_inset
9798
9799
9800 \begin_inset Index idx
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804 あくせんと@アクセント
9805 \end_layout
9806
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \begin_layout Standard
9813 アクセントは、数式ツールバーボタンの
9814 \begin_inset Info
9815 type  "icon"
9816 arg   "math-insert \\hat"
9817 \end_inset
9818
9819 か、以下の各小節に列挙してあるコマンドで入力することができます。
9820 \end_layout
9821
9822 \begin_layout Subsection
9823 一文字に付けるアクセント
9824 \begin_inset ERT
9825 status collapsed
9826
9827 \begin_layout Plain Layout
9828
9829
9830 \backslash
9831 texorpdfstring{
9832 \end_layout
9833
9834 \end_inset
9835
9836
9837 \begin_inset Foot
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841 本文中のアクセントについては、第
9842 \begin_inset CommandInset ref
9843 LatexCommand ref
9844 reference "sub:文章中のアクセント"
9845
9846 \end_inset
9847
9848 節を参照。
9849 \end_layout
9850
9851 \end_inset
9852
9853
9854 \begin_inset ERT
9855 status collapsed
9856
9857 \begin_layout Plain Layout
9858
9859 }{}
9860 \end_layout
9861
9862 \end_inset
9863
9864
9865 \begin_inset Note Note
9866 status collapsed
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871
9872 \backslash
9873 texorpdfstring
9874 \series default
9875 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9876 \end_layout
9877
9878 \begin_layout Plain Layout
9879
9880 \series bold
9881
9882 \backslash
9883 texorpdfstring
9884 \series default
9885 についての詳細は、第
9886 \begin_inset CommandInset ref
9887 LatexCommand ref
9888 reference "sub:節見出し中の数式"
9889
9890 \end_inset
9891
9892 節にあります。
9893 \end_layout
9894
9895 \end_inset
9896
9897
9898 \begin_inset CommandInset label
9899 LatexCommand label
9900 name "sub:一文字に付けるアクセント"
9901
9902 \end_inset
9903
9904
9905 \begin_inset Index idx
9906 status collapsed
9907
9908 \begin_layout Plain Layout
9909 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9910 \end_layout
9911
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \begin_layout Standard
9918 \begin_inset space \hfill{}
9919 \end_inset
9920
9921
9922 \begin_inset Tabular
9923 <lyxtabular version="3" rows="8" columns="2">
9924 <features rotate="0" tabularvalignment="middle">
9925 <column alignment="center" valignment="top" width="0pt">
9926 <column alignment="center" valignment="top" width="0pt">
9927 <row>
9928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 コマンド
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 出力
9942 \begin_inset Note Note
9943 status collapsed
9944
9945 \begin_layout Plain Layout
9946 ここで
9947 \series bold
9948
9949 \backslash
9950 raisebox
9951 \series default
9952 はスペーサーとして使用しているだけです。
9953 \end_layout
9954
9955 \end_inset
9956
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \backslash
9970 dot
9971 \begin_inset space \textvisiblespace{}
9972 \end_inset
9973
9974 A
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row>
9993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \backslash
9999 ddot
10000 \begin_inset space \textvisiblespace{}
10001 \end_inset
10002
10003 A
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \backslash
10028 dddot
10029 \begin_inset space \textvisiblespace{}
10030 \end_inset
10031
10032 A
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \backslash
10057 ddddot
10058 \begin_inset space \textvisiblespace{}
10059 \end_inset
10060
10061 A
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10071 \end_inset
10072
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row>
10080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \backslash
10086 vec
10087 \begin_inset space \textvisiblespace{}
10088 \end_inset
10089
10090 A
10091 \begin_inset Index idx
10092 status collapsed
10093
10094 \begin_layout Plain Layout
10095
10096 \lang english
10097 Vectors
10098 \end_layout
10099
10100 \end_inset
10101
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row>
10121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \backslash
10127 bar
10128 \begin_inset space \textvisiblespace{}
10129 \end_inset
10130
10131 A
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10141 \end_inset
10142
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \backslash
10156 mathring
10157 \begin_inset space \textvisiblespace{}
10158 \end_inset
10159
10160 A
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 </lyxtabular>
10179
10180 \end_inset
10181
10182
10183 \begin_inset space \hfill{}
10184 \end_inset
10185
10186
10187 \begin_inset Tabular
10188 <lyxtabular version="3" rows="7" columns="2">
10189 <features rotate="0" tabularvalignment="middle">
10190 <column alignment="center" valignment="top" width="0pt">
10191 <column alignment="center" valignment="top" width="0pt">
10192 <row>
10193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 コマンド
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 出力
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \backslash
10219 tilde
10220 \begin_inset space \textvisiblespace{}
10221 \end_inset
10222
10223 A
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \backslash
10248 hat
10249 \begin_inset space \textvisiblespace{}
10250 \end_inset
10251
10252 A
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10262 \end_inset
10263
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \backslash
10277 check
10278 \begin_inset space \textvisiblespace{}
10279 \end_inset
10280
10281 A
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10291 \end_inset
10292
10293
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \backslash
10306 acute
10307 \begin_inset space \textvisiblespace{}
10308 \end_inset
10309
10310 A
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10320 \end_inset
10321
10322
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \backslash
10335 grave
10336 \begin_inset space \textvisiblespace{}
10337 \end_inset
10338
10339 A
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10349 \end_inset
10350
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \backslash
10364 breve
10365 \begin_inset space \textvisiblespace{}
10366 \end_inset
10367
10368 A
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 </lyxtabular>
10387
10388 \end_inset
10389
10390
10391 \begin_inset space \hfill{}
10392 \end_inset
10393
10394
10395 \end_layout
10396
10397 \begin_layout Standard
10398 \begin_inset VSpace bigskip
10399 \end_inset
10400
10401
10402 \end_layout
10403
10404 \begin_layout Standard
10405 \begin_inset ERT
10406 status collapsed
10407
10408 \begin_layout Plain Layout
10409
10410
10411 \backslash
10412 '{e}
10413 \end_layout
10414
10415 \end_inset
10416
10417 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10418 \begin_inset Index idx
10419 status collapsed
10420
10421 \begin_layout Plain Layout
10422 うむらうと@ウムラウト
10423 \end_layout
10424
10425 \end_inset
10426
10427 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10428 として取り扱います。
10429 \series bold
10430
10431 \backslash
10432 ddot
10433 \series default
10434 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10435 \end_layout
10436
10437 \begin_layout Standard
10438 \begin_inset VSpace -2mm
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \begin_layout Standard
10445 \align center
10446 \begin_inset Tabular
10447 <lyxtabular version="3" rows="3" columns="2">
10448 <features rotate="0" tabularvalignment="middle">
10449 <column alignment="center" valignment="top">
10450 <column alignment="center" valignment="top">
10451 <row>
10452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 コマンド
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 出力
10466 \begin_inset Note Note
10467 status collapsed
10468
10469 \begin_layout Plain Layout
10470 ここで
10471 \series bold
10472
10473 \backslash
10474 raisebox
10475 \series default
10476 および0ポイント空白はスペーサーとして使用しているだけです。
10477 \end_layout
10478
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 \begin_inset Quotes grd
10493 \end_inset
10494
10495 i
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \lang ngerman
10506 \begin_inset space \hspace{}
10507 \length 0pt
10508 \end_inset
10509
10510
10511 \begin_inset Formula $"i$
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \backslash
10527 ddot
10528 \begin_inset space \textvisiblespace{}
10529 \end_inset
10530
10531 i
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 </lyxtabular>
10550
10551 \end_inset
10552
10553
10554 \end_layout
10555
10556 \begin_layout Standard
10557
10558 \series bold
10559
10560 \backslash
10561 ddot
10562 \series default
10563 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10564 \emph on
10565 数式中テキストでは使用できない
10566 \emph default
10567 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10568 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10569 \end_layout
10570
10571 \begin_layout Standard
10572 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10573 \end_layout
10574
10575 \begin_layout Standard
10576 \begin_inset VSpace bigskip
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \begin_layout Standard
10583
10584 \lang english
10585 LyX also supports a tilde under the character if the LaTeX-package
10586 \lang japanese
10587  
10588 \series bold
10589 undertilde
10590 \series default
10591
10592 \begin_inset Index idx
10593 status collapsed
10594
10595 \begin_layout Plain Layout
10596 ぱっけーじ@パッケージ ! upgreek
10597 \end_layout
10598
10599 \end_inset
10600
10601  
10602 \lang english
10603 is installed on your system:
10604 \end_layout
10605
10606 \begin_layout Standard
10607 \begin_inset ERT
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612
10613 \backslash
10614 ifundertilde 
10615 \end_layout
10616
10617 \end_inset
10618
10619
10620 \begin_inset Note Note
10621 status open
10622
10623 \begin_layout Plain Layout
10624 以下の表は、
10625 \series bold
10626 undertilde
10627 \series default
10628  LaTeXパッケージが導入済みのときのみ表示されます。
10629 \end_layout
10630
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \begin_layout Standard
10637 \noindent
10638 \align center
10639 \begin_inset Tabular
10640 <lyxtabular version="3" rows="2" columns="2">
10641 <features rotate="0" tabularvalignment="middle">
10642 <column alignment="center" valignment="top" width="0pt">
10643 <column alignment="center" valignment="top" width="0pt">
10644 <row>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 コマンド
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 出力
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \backslash
10671 utilde
10672 \begin_inset space \textvisiblespace{}
10673 \end_inset
10674
10675 A
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10685 \end_inset
10686
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 </lyxtabular>
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \begin_layout Standard
10701 \begin_inset ERT
10702 status collapsed
10703
10704 \begin_layout Plain Layout
10705
10706
10707 \backslash
10708 else 
10709 \end_layout
10710
10711 \end_inset
10712
10713
10714 \begin_inset Note Note
10715 status open
10716
10717 \begin_layout Plain Layout
10718 以下は、
10719 \series bold
10720 undertilde
10721 \series default
10722  LaTeXパッケージが導入されていないときのみ表示されます。
10723 \end_layout
10724
10725 \end_inset
10726
10727
10728 \end_layout
10729
10730 \begin_layout Standard
10731 この小節のすべてを出力で見るには、
10732 \series bold
10733 undertilde
10734 \series default
10735  LaTeXパッケージを導入する必要があります。
10736 \end_layout
10737
10738 \begin_layout Standard
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 fi 
10747 \end_layout
10748
10749 \end_inset
10750
10751
10752 \end_layout
10753
10754 \begin_layout Subsection
10755 複数の文字に付けるアクセント
10756 \begin_inset Index idx
10757 status collapsed
10758
10759 \begin_layout Plain Layout
10760 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10761 \end_layout
10762
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \begin_layout Standard
10769 \begin_inset space \hfill{}
10770 \end_inset
10771
10772
10773 \begin_inset Tabular
10774 <lyxtabular version="3" rows="5" columns="2">
10775 <features rotate="0" tabularvalignment="middle">
10776 <column alignment="center" valignment="top" width="0pt">
10777 <column alignment="center" valignment="top" width="0pt">
10778 <row>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 コマンド
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 出力
10793 \begin_inset Note Note
10794 status collapsed
10795
10796 \begin_layout Plain Layout
10797 ここで
10798 \series bold
10799
10800 \backslash
10801 raisebox
10802 \series default
10803 はスペーサーとして使用しているだけです。
10804 \end_layout
10805
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \backslash
10821 overleftarrow
10822 \begin_inset space \textvisiblespace{}
10823 \end_inset
10824
10825 A=B
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10835 \end_inset
10836
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \backslash
10850 underleftarrow
10851 \begin_inset space \textvisiblespace{}
10852 \end_inset
10853
10854 A=B
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \backslash
10879 overleftrightarrow
10880 \begin_inset space \textvisiblespace{}
10881 \end_inset
10882
10883 A=B
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \backslash
10908 underleftrightarrow
10909 \begin_inset space \textvisiblespace{}
10910 \end_inset
10911
10912 A=B
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 </lyxtabular>
10931
10932 \end_inset
10933
10934
10935 \begin_inset space \hfill{}
10936 \end_inset
10937
10938
10939 \begin_inset Tabular
10940 <lyxtabular version="3" rows="5" columns="2">
10941 <features rotate="0" tabularvalignment="middle">
10942 <column alignment="center" valignment="top" width="0pt">
10943 <column alignment="center" valignment="top" width="0pt">
10944 <row>
10945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 コマンド
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 出力
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \backslash
10971 overrightarrow
10972 \begin_inset space \textvisiblespace{}
10973 \end_inset
10974
10975 A=B
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \backslash
11000 underrightarrow
11001 \begin_inset space \textvisiblespace{}
11002 \end_inset
11003
11004 A=B
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \backslash
11029 widetilde
11030 \begin_inset space \textvisiblespace{}
11031 \end_inset
11032
11033 A=B
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \backslash
11058 widehat
11059 \begin_inset space \textvisiblespace{}
11060 \end_inset
11061
11062 A=B
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 </lyxtabular>
11081
11082 \end_inset
11083
11084
11085 \begin_inset space \hfill{}
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \begin_layout Standard
11092 \begin_inset VSpace medskip
11093 \end_inset
11094
11095 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
11096 \series bold
11097
11098 \backslash
11099 widetilde
11100 \series default
11101 および
11102 \series bold
11103
11104 \backslash
11105 widehat
11106 \series default
11107 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
11108 \begin_inset Formula 
11109 \[
11110 \widetilde{A+B=C-D}
11111 \]
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Standard
11119 前小節で述べた
11120 \series bold
11121
11122 \backslash
11123 overset
11124 \series default
11125
11126 \begin_inset Index idx
11127 status collapsed
11128
11129 \begin_layout Plain Layout
11130 こまんど@コマンド ! O ! 
11131 \backslash
11132 overset
11133 \end_layout
11134
11135 \end_inset
11136
11137 コマンドと
11138 \series bold
11139
11140 \backslash
11141 underset
11142 \series default
11143
11144 \begin_inset Index idx
11145 status collapsed
11146
11147 \begin_layout Plain Layout
11148 こまんど@コマンド ! U ! 
11149 \backslash
11150 underset
11151 \end_layout
11152
11153 \end_inset
11154
11155 コマンドを使っても、複数の文字にアクセントを付けることができます。
11156 \series bold
11157
11158 \backslash
11159 underset
11160 \begin_inset space \textvisiblespace{}
11161 \end_inset
11162
11163 A=B
11164 \begin_inset Formula $\downarrow$
11165 \end_inset
11166
11167 ***
11168 \series default
11169 というコマンドは、
11170 \begin_inset Formula 
11171 \[
11172 \underset{***}{A=B}
11173 \]
11174
11175 \end_inset
11176
11177 のようになります。
11178 \end_layout
11179
11180 \begin_layout Section
11181 空白
11182 \begin_inset CommandInset label
11183 LatexCommand label
11184 name "sub:空白"
11185
11186 \end_inset
11187
11188
11189 \begin_inset Index idx
11190 status collapsed
11191
11192 \begin_layout Plain Layout
11193 くうはく@空白 ! すいへい@水平
11194 \end_layout
11195
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \begin_layout Subsection
11202 定義済みの空白
11203 \begin_inset CommandInset label
11204 LatexCommand label
11205 name "sub:定義済みの空白"
11206
11207 \end_inset
11208
11209
11210 \begin_inset Index idx
11211 status collapsed
11212
11213 \begin_layout Plain Layout
11214 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
11215 \end_layout
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Standard
11223 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
11224 \begin_inset Flex Ruby
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228 捷径
11229 \begin_inset Argument post:1
11230 status collapsed
11231
11232 \begin_layout Plain Layout
11233 ショートカット
11234 \end_layout
11235
11236 \end_inset
11237
11238
11239 \end_layout
11240
11241 \end_inset
11242
11243
11244 \begin_inset Info
11245 type  "shortcut"
11246 arg   "space-insert protected"
11247 \end_inset
11248
11249 )を挿入することで実現できます。「
11250 \color blue
11251
11252 \begin_inset space \textvisiblespace{}
11253 \end_inset
11254
11255
11256 \color inherit
11257 」が現れるので、
11258 \family sans
11259 Space
11260 \family default
11261 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11262 \begin_inset Info
11263 type  "icon"
11264 arg   "math-insert \\space"
11265 \end_inset
11266
11267 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11268 \family sans
11269 Space
11270 \family default
11271 を押すことによって、長さを変更することができます。
11272 \end_layout
11273
11274 \begin_layout Standard
11275 \noindent
11276 \align center
11277 \begin_inset Tabular
11278 <lyxtabular version="3" rows="6" columns="3">
11279 <features rotate="0" tabularvalignment="middle">
11280 <column alignment="center" valignment="top">
11281 <column alignment="center" valignment="top" width="15col%">
11282 <column alignment="center" valignment="top">
11283 <row>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 コマンド
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 保護された空白を挿入したのち、
11298 \family sans
11299 Space
11300 \family default
11301 を叩く回数
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 出力
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \backslash
11323 ,
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 0
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset Formula $A\, B$
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355
11356 \backslash
11357 :
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 1
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Formula $A\: B$
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389
11390 \backslash
11391 ;
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 2
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 \begin_inset Formula $A\; B$
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423
11424 \backslash
11425 quad
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 3
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A\quad B$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 qquad
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 4
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\qquad B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="6" columns="3">
11497 <features rotate="0" tabularvalignment="middle">
11498 <column alignment="center" valignment="top">
11499 <column alignment="center" valignment="top" width="15col%">
11500 <column alignment="center" valignment="top">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 コマンド
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 保護された空白を挿入したのち、
11516 \family sans
11517 Space
11518 \family default
11519 を叩く回数
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 出力
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \backslash
11541 hfill
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 5
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A\hfill B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \backslash
11575 hspace*{1em}
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 6
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 \begin_inset Formula $A\hspace*{1em}B$
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607
11608 \backslash
11609 hspace{1em}
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 7
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\hspace{1em}B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641
11642 \backslash
11643
11644 \begin_inset space \textvisiblespace{}
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 8
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Formula $A\ B$
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679
11680 \backslash
11681 !
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 9
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 \begin_inset Formula $A\! B$
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 </lyxtabular>
11709
11710 \end_inset
11711
11712
11713 \end_layout
11714
11715 \begin_layout Standard
11716
11717 \lang english
11718 Space
11719 \begin_inset space ~
11720 \end_inset
11721
11722 5
11723 \begin_inset space \thinspace{}
11724 \end_inset
11725
11726 --
11727 \begin_inset space \thinspace{}
11728 \end_inset
11729
11730 7 are variable spaces which are explained in
11731 \lang japanese
11732  
11733 \begin_inset CommandInset ref
11734 LatexCommand ref
11735 reference "sub:可変長の空白"
11736
11737 \end_inset
11738
11739 .一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11740 さの空白があります。
11741 \end_layout
11742
11743 \begin_layout Standard
11744 \align center
11745 \begin_inset Tabular
11746 <lyxtabular version="3" rows="3" columns="3">
11747 <features rotate="0" tabularvalignment="middle">
11748 <column alignment="center" valignment="middle" width="6.8cm">
11749 <column alignment="center" valignment="top" width="0pt">
11750 <column alignment="center" valignment="top" width="0pt">
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 コマンド
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765
11766 \backslash
11767 negmedspace
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776
11777 \backslash
11778 negthickspace
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 </row>
11784 <row>
11785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 保護された空白を挿入したのち、
11790 \family sans
11791 Space
11792 \family default
11793 を叩く回数
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 10
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 11
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 </row>
11817 <row>
11818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 出力
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $A\negmedspace B$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Formula $A\negthickspace B$
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 </lyxtabular>
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Standard
11860 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \align center
11865 \begin_inset Tabular
11866 <lyxtabular version="3" rows="3" columns="2">
11867 <features rotate="0" tabularvalignment="middle">
11868 <column alignment="center" valignment="top">
11869 <column alignment="center" valignment="top">
11870 <row>
11871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 コマンド
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 出力
11885 \begin_inset Note Note
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889 ここで
11890 \series bold
11891
11892 \backslash
11893 raisebox
11894 \series default
11895 はスペーサーとして使用しているだけです。
11896 \end_layout
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \backslash
11913 sum
11914 \backslash
11915 sum
11916 \begin_inset space \textvisiblespace{}
11917 \end_inset
11918
11919 f_kl
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942
11943 \backslash
11944 sum
11945 \backslash
11946 negmedspace
11947 \backslash
11948 sum
11949 \begin_inset space \textvisiblespace{}
11950 \end_inset
11951
11952 f_kl
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 </lyxtabular>
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \noindent
11979 \begin_inset VSpace medskip
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 \noindent
11987 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \align center
11992 \begin_inset Tabular
11993 <lyxtabular version="3" rows="2" columns="2">
11994 <features rotate="0" tabularvalignment="middle">
11995 <column alignment="center" valignment="top" width="0pt">
11996 <column alignment="center" valignment="top" width="0pt">
11997 <row>
11998 <cell alignment="center" valignment="top" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 通常の数式
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 \begin_inset Formula $A=B$
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 <row>
12021 <cell alignment="center" valignment="top" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 \begin_inset Note Note
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029 ここで
12030 \series bold
12031
12032 \backslash
12033 raisebox
12034 \series default
12035 はスペーサーとして使用しているだけです。
12036 \end_layout
12037
12038 \end_inset
12039
12040
12041 \begin_inset Formula $\raisebox{5mm}{}$
12042 \end_inset
12043
12044 空白なしの数式
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 \begin_inset Formula $A{=}B$
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 </lyxtabular>
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 \noindent
12071 二行目の数式を作るコマンドは、
12072 \series bold
12073 A
12074 \backslash
12075 {=
12076 \begin_inset Formula $\to$
12077 \end_inset
12078
12079 B
12080 \series default
12081 です。
12082 \end_layout
12083
12084 \begin_layout Standard
12085 \begin_inset VSpace bigskip
12086 \end_inset
12087
12088 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
12089 整形\SpecialChar \menuseparator
12090 小空白メニュー(
12091 \begin_inset Flex Ruby
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095 捷径
12096 \begin_inset Argument post:1
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 ショートカット
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \begin_inset Info
12112 type  "shortcut"
12113 arg   "space-insert thin"
12114 \end_inset
12115
12116 )で、最小の空白を挿入することができます。
12117 \end_layout
12118
12119 \begin_layout Standard
12120 違いを示す例を以下に掲げます。
12121 \end_layout
12122
12123 \begin_layout Standard
12124 \begin_inset Tabular
12125 <lyxtabular version="3" rows="2" columns="2">
12126 <features rotate="0" tabularvalignment="middle">
12127 <column alignment="left" valignment="top">
12128 <column alignment="left" valignment="top">
12129 <row>
12130 <cell alignment="center" valignment="top" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 24 kW
12135 \begin_inset Formula $\cdot$
12136 \end_inset
12137
12138 h
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 値と単位のあいだに通常の空白を入れた例
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 </row>
12153 <row>
12154 <cell alignment="center" valignment="top" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 24
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 kW
12163 \begin_inset Formula $\cdot$
12164 \end_inset
12165
12166 h
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 値と単位のあいだに最小の空白を入れた例
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 </lyxtabular>
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Subsection
12189 可変長の空白
12190 \begin_inset ERT
12191 status collapsed
12192
12193 \begin_layout Plain Layout
12194
12195
12196 \backslash
12197 texorpdfstring{
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \begin_inset Foot
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 数式中の垂直方向の空白については、第
12208 \begin_inset CommandInset ref
12209 LatexCommand ref
12210 reference "sub:行間"
12211
12212 \end_inset
12213
12214 節をご覧下さい。
12215 \end_layout
12216
12217 \end_inset
12218
12219
12220 \begin_inset ERT
12221 status collapsed
12222
12223 \begin_layout Plain Layout
12224
12225 }{}
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Note Note
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235
12236 \backslash
12237 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
12238 \end_layout
12239
12240 \begin_layout Plain Layout
12241
12242 \backslash
12243 texorpdfstringについての詳細は、第
12244 \begin_inset CommandInset ref
12245 LatexCommand ref
12246 reference "sub:節見出し中の数式"
12247
12248 \end_inset
12249
12250 節にあります。
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \begin_inset CommandInset label
12257 LatexCommand label
12258 name "sub:可変長の空白"
12259
12260 \end_inset
12261
12262
12263 \begin_inset Index idx
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276 指定した長さの空白が、
12277 \series bold
12278
12279 \backslash
12280 hspace
12281 \series default
12282
12283 \begin_inset Index idx
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287 こまんど@コマンド ! H ! 
12288 \backslash
12289 hspace
12290 \end_layout
12291
12292 \end_inset
12293
12294 コマンドで入力することができます。すると、ながい「
12295 \color blue
12296
12297 \begin_inset space \textvisiblespace{}
12298 \end_inset
12299
12300
12301 \color inherit
12302 」が現れます。長さは、「
12303 \color blue
12304
12305 \begin_inset space \textvisiblespace{}
12306 \end_inset
12307
12308
12309 \color inherit
12310 」を左クリックすることによって指定することができます。長さは負の値でも構いません。
12311 \lang english
12312 When a space would be the first character in a line it would be omitted.
12313  To force its output use the command 
12314 \series bold
12315
12316 \backslash
12317 hspace*
12318 \series default
12319  instead of 
12320 \series bold
12321
12322 \backslash
12323 hspace
12324 \series default
12325  or left-click on the 
12326 \begin_inset Quotes eld
12327 \end_inset
12328
12329
12330 \color blue
12331
12332 \begin_inset space \textvisiblespace{}
12333 \end_inset
12334
12335
12336 \color inherit
12337
12338 \begin_inset Quotes erd
12339 \end_inset
12340
12341  and check the option 
12342 \family sans
12343 Protect
12344 \family default
12345 .
12346 \lang japanese
12347
12348 \begin_inset Newline newline
12349 \end_inset
12350
12351 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
12352 \series bold
12353
12354 \backslash
12355 hfill
12356 \series default
12357
12358 \begin_inset Index idx
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 こまんど@コマンド ! H ! 
12363 \backslash
12364 hfill
12365 \end_layout
12366
12367 \end_inset
12368
12369 コマンドを使用します。
12370 \end_layout
12371
12372 \begin_layout Standard
12373 \begin_inset VSpace -1mm
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 \align center
12381 \begin_inset Tabular
12382 <lyxtabular version="3" rows="4" columns="2">
12383 <features rotate="0" tabularvalignment="middle">
12384 <column alignment="center" valignment="top">
12385 <column alignment="center" valignment="top">
12386 <row>
12387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Plain Layout
12391 コマンド(
12392 \backslash
12393 hspace 長さ)
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402 出力
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 A=B
12414 \backslash
12415 hspace
12416 \begin_inset space \textvisiblespace{}
12417 \end_inset
12418
12419 A
12420 \backslash
12421 not=C (3
12422 \begin_inset space \thinspace{}
12423 \end_inset
12424
12425 cm)
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12435 \end_inset
12436
12437
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 </row>
12443 <row>
12444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 A
12449 \backslash
12450 hspace
12451 \begin_inset space \textvisiblespace{}
12452 \end_inset
12453
12454 A
12455 \backslash
12456 not=A (-1
12457 \begin_inset space \thinspace{}
12458 \end_inset
12459
12460 mm)
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 </row>
12478 <row>
12479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 A=A
12484 \backslash
12485 hfill
12486 \begin_inset space \textvisiblespace{}
12487 \end_inset
12488
12489 B=B
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 \begin_inset Formula $A=A\hfill B=B$
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 </row>
12507 </lyxtabular>
12508
12509 \end_inset
12510
12511
12512 \end_layout
12513
12514 \begin_layout Standard
12515 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12516 \series bold
12517
12518 \backslash
12519 hfill
12520 \series default
12521 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12522 \series bold
12523
12524 \backslash
12525 hfill
12526 \series default
12527 は、別行立て数式中では、
12528 \series bold
12529 行頭下げ
12530 \series default
12531 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12532 \begin_inset CommandInset ref
12533 LatexCommand ref
12534 reference "sec:数式様式"
12535
12536 \end_inset
12537
12538 節で説明されています)。
12539 \end_layout
12540
12541 \begin_layout Standard
12542
12543 \series bold
12544
12545 \backslash
12546 hfill
12547 \series default
12548 の他にも、空白を模様で埋める
12549 \series bold
12550
12551 \backslash
12552 dotfill
12553 \series default
12554
12555 \series bold
12556
12557 \backslash
12558 hrulefill
12559 \series default
12560 といったコマンドがあります。用例については第
12561 \begin_inset CommandInset ref
12562 LatexCommand ref
12563 reference "sub:省略符号"
12564
12565 \end_inset
12566
12567 節をご参照下さい。
12568 \end_layout
12569
12570 \begin_layout Standard
12571 本文中では、可変長空白は、
12572 \family sans
12573 挿入\SpecialChar \menuseparator
12574 整形\SpecialChar \menuseparator
12575 水平方向の空白
12576 \family default
12577 メニューで挿入することができます。
12578 \end_layout
12579
12580 \begin_layout Standard
12581 (例)
12582 \end_layout
12583
12584 \begin_layout Standard
12585 この行には、
12586 \begin_inset space \hspace{}
12587 \length 2cm
12588 \end_inset
12589
12590 2
12591 \begin_inset space \thinspace{}
12592 \end_inset
12593
12594 cmの空白が入っています。
12595 \end_layout
12596
12597 \begin_layout Standard
12598 この行には、
12599 \begin_inset space \hfill{}
12600 \end_inset
12601
12602 最大の空白が入っています。
12603 \end_layout
12604
12605 \begin_layout Subsection
12606 行内数式周りの空白
12607 \begin_inset Index idx
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \end_layout
12618
12619 \begin_layout Standard
12620 行内数式前後の空白は、長さ
12621 \series bold
12622
12623 \backslash
12624 mathsurround
12625 \begin_inset Index idx
12626 status collapsed
12627
12628 \begin_layout Plain Layout
12629 こまんど@コマンド ! M ! 
12630 \backslash
12631 mathsurround
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \series default
12638 を使って調節することができます。長さの値は、以下の書式を持つ
12639 \series bold
12640
12641 \backslash
12642 setlength
12643 \begin_inset Index idx
12644 status collapsed
12645
12646 \begin_layout Plain Layout
12647 こまんど@コマンド ! S ! 
12648 \backslash
12649 setlength
12650 \end_layout
12651
12652 \end_inset
12653
12654
12655 \series default
12656 コマンドを使って設定することができます。
12657 \end_layout
12658
12659 \begin_layout Standard
12660
12661 \series bold
12662
12663 \backslash
12664 setlength{長さ名}{値}
12665 \end_layout
12666
12667 \begin_layout Standard
12668
12669 \series bold
12670
12671 \backslash
12672 mathsurround
12673 \series default
12674 を5
12675 \begin_inset space \thinspace{}
12676 \end_inset
12677
12678 mmの値に設定するには、以下のコマンド
12679 \end_layout
12680
12681 \begin_layout Standard
12682
12683 \series bold
12684
12685 \backslash
12686 setlength{
12687 \backslash
12688 mathsurround}{5mm}
12689 \end_layout
12690
12691 \begin_layout Standard
12692 をTeXモードで挿入します。すると、5
12693 \begin_inset space \thinspace{}
12694 \end_inset
12695
12696 mmの空白がすべての行内数式の前後に設定されることになります。
12697 \begin_inset ERT
12698 status collapsed
12699
12700 \begin_layout Plain Layout
12701
12702
12703 \backslash
12704 setlength{
12705 \backslash
12706 mathsurround}{5mm}
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 この行には、周囲に5
12716 \begin_inset space \thinspace{}
12717 \end_inset
12718
12719 mmの余白を設定した行内数式
12720 \begin_inset Formula $A=B$
12721 \end_inset
12722
12723 があります。
12724 \begin_inset ERT
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728
12729
12730 \backslash
12731 setlength{
12732 \backslash
12733 mathsurround}{0pt}
12734 \end_layout
12735
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \begin_layout Standard
12742 既定値に戻すには、
12743 \series bold
12744
12745 \backslash
12746 mathsurround
12747 \series default
12748 を0
12749 \begin_inset space \thinspace{}
12750 \end_inset
12751
12752 ptの値に戻して下さい。
12753 \end_layout
12754
12755 \begin_layout Section
12756 ボックスと枠
12757 \begin_inset Index idx
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761 ぼっくす@ボックス
12762 \end_layout
12763
12764 \end_inset
12765
12766
12767 \begin_inset Index idx
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771 わく@枠 | see
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777 {
12778 \end_layout
12779
12780 \end_inset
12781
12782 ボックス
12783 \begin_inset ERT
12784 status collapsed
12785
12786 \begin_layout Plain Layout
12787
12788 }
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \end_layout
12795
12796 \end_inset
12797
12798
12799 \end_layout
12800
12801 \begin_layout Standard
12802 本文中のボックスについては、取扱説明書
12803 \family typewriter
12804 埋め込みオブジェクト篇
12805 \family default
12806
12807 \family typewriter
12808 Boxes
12809 \family default
12810 の章に述べられています。
12811 \end_layout
12812
12813 \begin_layout Subsection
12814 縁付きボックス
12815 \begin_inset CommandInset label
12816 LatexCommand label
12817 name "sub:縁付きボックス"
12818
12819 \end_inset
12820
12821
12822 \begin_inset Index idx
12823 status collapsed
12824
12825 \begin_layout Plain Layout
12826 ぼっくす@ボックス ! ふちつき@縁付き
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Standard
12835
12836 \series bold
12837
12838 \backslash
12839 fbox
12840 \series default
12841
12842 \begin_inset Index idx
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846 こまんど@コマンド ! F ! 
12847 \backslash
12848 fbox
12849 \end_layout
12850
12851 \end_inset
12852
12853 コマンドや
12854 \series bold
12855
12856 \backslash
12857 boxed
12858 \series default
12859
12860 \begin_inset Index idx
12861 status collapsed
12862
12863 \begin_layout Plain Layout
12864 こまんど@コマンド ! B ! 
12865 \backslash
12866 boxed
12867 \end_layout
12868
12869 \end_inset
12870
12871 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12872 \end_layout
12873
12874 \begin_layout Standard
12875 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12876 \series bold
12877
12878 \backslash
12879 fbox
12880 \series default
12881 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12882 \family sans
12883 Ctrl+M
12884 \family default
12885 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12886 \series bold
12887
12888 \backslash
12889 boxed
12890 \series default
12891 を使った場合には、新しい数式が自動的に枠内に作られます。
12892 \end_layout
12893
12894 \begin_layout Standard
12895
12896 \series bold
12897
12898 \backslash
12899 fbox
12900 \series default
12901 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12902 \series bold
12903
12904 \backslash
12905 boxed
12906 \series default
12907 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12908 \end_layout
12909
12910 \begin_layout Standard
12911
12912 \series bold
12913
12914 \backslash
12915 fbox
12916 \series default
12917 の拡張として、枠幅と配置も指定することができる
12918 \series bold
12919
12920 \backslash
12921 framebox
12922 \series default
12923
12924 \begin_inset Index idx
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 こまんど@コマンド ! F ! 
12929 \backslash
12930 framebox
12931 \end_layout
12932
12933 \end_inset
12934
12935 コマンドがあります。
12936 \series bold
12937
12938 \backslash
12939 framebox
12940 \series default
12941 は、以下の書式を持ちます。
12942 \end_layout
12943
12944 \begin_layout Standard
12945
12946 \series bold
12947
12948 \backslash
12949 framebox[枠幅][位置]{ボックスの内容}
12950 \end_layout
12951
12952 \begin_layout Standard
12953 「位置」は、
12954 \emph on
12955 l
12956 \emph default
12957
12958 \emph on
12959 r
12960 \emph default
12961 の値をとります。
12962 \emph on
12963 l
12964 \emph default
12965 は、ボックス中で数式を左寄せ、
12966 \emph on
12967 r
12968 \emph default
12969 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12970 \begin_inset Newline newline
12971 \end_inset
12972
12973 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12974 \series bold
12975
12976 \backslash
12977 fbox
12978 \series default
12979 と同様、枠幅がボックスの内容に応じて調節されるのです。
12980 \end_layout
12981
12982 \begin_layout Standard
12983
12984 \series bold
12985
12986 \backslash
12987 framebox
12988 \series default
12989 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12990 \series bold
12991
12992 \backslash
12993 fbox
12994 \series default
12995 同様、数式の断片を入れるためのものです。
12996 \end_layout
12997
12998 \begin_layout Standard
12999 \align center
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="5" columns="2">
13002 <features rotate="0" tabularvalignment="middle">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <row>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 コマンド
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 出力
13020 \begin_inset Note Note
13021 status collapsed
13022
13023 \begin_layout Plain Layout
13024 ここで
13025 \series bold
13026
13027 \backslash
13028 raisebox
13029 \series default
13030 はスペーサーとして使用しているだけです。
13031 \end_layout
13032
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 <row>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046
13047 \backslash
13048 fbox
13049 \begin_inset space \textvisiblespace{}
13050 \end_inset
13051
13052
13053 \family sans
13054 Ctrl+M
13055 \family default
13056  
13057 \backslash
13058 int
13059 \begin_inset space \textvisiblespace{}
13060 \end_inset
13061
13062 A=B
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085
13086 \backslash
13087 boxed
13088 \begin_inset space \textvisiblespace{}
13089 \end_inset
13090
13091
13092 \backslash
13093 int
13094 \begin_inset space \textvisiblespace{}
13095 \end_inset
13096
13097 A=B
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 </row>
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 A+
13121 \backslash
13122 fbox
13123 \begin_inset space \textvisiblespace{}
13124 \end_inset
13125
13126 B
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 </row>
13144 <row>
13145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149
13150 \backslash
13151 framebox
13152 \begin_inset space \textvisiblespace{}
13153 \end_inset
13154
13155 20mm
13156 \begin_inset Formula $\to$
13157 \end_inset
13158
13159
13160 \begin_inset Formula $\to$
13161 \end_inset
13162
13163
13164 \family sans
13165 Ctrl+M
13166 \family default
13167  
13168 \backslash
13169 frac
13170 \begin_inset space \textvisiblespace{}
13171 \end_inset
13172
13173 A
13174 \begin_inset Formula $\downarrow$
13175 \end_inset
13176
13177 B
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 \begin_inset Formula $\raisebox{6mm}{}$
13187 \end_inset
13188
13189
13190 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13191 \end_inset
13192
13193
13194 \begin_inset Formula $\raisebox{-4mm}{}$
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 </lyxtabular>
13204
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \begin_layout Standard
13211 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 fboxrule
13220 \series default
13221  
13222 \series bold
13223
13224 \begin_inset Quotes eld
13225 \end_inset
13226
13227 厚み
13228 \begin_inset Quotes erd
13229 \end_inset
13230
13231
13232 \series default
13233  
13234 \series bold
13235
13236 \backslash
13237 fboxsep
13238 \series default
13239  
13240 \series bold
13241
13242 \begin_inset Quotes eld
13243 \end_inset
13244
13245 距離
13246 \begin_inset Quotes erd
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \begin_inset Quotes eld
13254 \end_inset
13255
13256 距離
13257 \begin_inset Quotes erd
13258 \end_inset
13259
13260 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266
13267 \backslash
13268 fboxrule 2mm 
13269 \backslash
13270 fboxsep 3mm
13271 \end_layout
13272
13273 \end_inset
13274
13275
13276 \begin_inset Formula 
13277 \[
13278 \boxed{A+B=C}
13279 \]
13280
13281 \end_inset
13282
13283 この数式の直前には、
13284 \end_layout
13285
13286 \begin_layout Standard
13287
13288 \series bold
13289
13290 \backslash
13291 fboxrule
13292 \series default
13293  
13294 \series bold
13295 2mm
13296 \series default
13297  
13298 \series bold
13299
13300 \backslash
13301 fboxsep
13302 \series default
13303  
13304 \series bold
13305 3mm
13306 \end_layout
13307
13308 \begin_layout Standard
13309 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
13310 \end_layout
13311
13312 \begin_layout Standard
13313 標準の枠寸法に戻すには、
13314 \end_layout
13315
13316 \begin_layout Standard
13317
13318 \series bold
13319
13320 \backslash
13321 fboxrule
13322 \series default
13323  
13324 \series bold
13325 0.4pt
13326 \series default
13327  
13328 \series bold
13329
13330 \backslash
13331 fboxsep
13332 \series default
13333  
13334 \series bold
13335 3pt
13336 \series default
13337
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343
13344 \backslash
13345 fboxrule 0.4pt 
13346 \backslash
13347 fboxsep 3pt
13348 \end_layout
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
13357 \end_layout
13358
13359 \begin_layout Subsection
13360 縁なしボックス
13361 \begin_inset CommandInset label
13362 LatexCommand label
13363 name "sub:枠なしボックス"
13364
13365 \end_inset
13366
13367
13368 \begin_inset Index idx
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372 ぼっくす@ボックス ! わくなし@枠なし
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \begin_layout Standard
13381 縁のないボックスを作るには、
13382 \series bold
13383
13384 \backslash
13385 mbox
13386 \series default
13387
13388 \begin_inset Index idx
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392 こまんど@コマンド ! M ! 
13393 \backslash
13394 mbox
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \series bold
13401
13402 \backslash
13403 makebox
13404 \series default
13405
13406 \begin_inset Index idx
13407 status collapsed
13408
13409 \begin_layout Plain Layout
13410 こまんど@コマンド ! M ! 
13411 \backslash
13412 makebox
13413 \end_layout
13414
13415 \end_inset
13416
13417
13418 \series bold
13419
13420 \backslash
13421 raisebox
13422 \series default
13423
13424 \begin_inset Index idx
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428 こまんど@コマンド ! R ! 
13429 \backslash
13430 raisebox
13431 \end_layout
13432
13433 \end_inset
13434
13435 の三つのコマンドがあります。
13436 \end_layout
13437
13438 \begin_layout Standard
13439
13440 \series bold
13441
13442 \backslash
13443 raisebox
13444 \series default
13445 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13446 \series bold
13447
13448 \backslash
13449 raisebox
13450 \series default
13451 は、以下の書式で用いられます。
13452 \end_layout
13453
13454 \begin_layout Standard
13455
13456 \series bold
13457
13458 \backslash
13459 raisebox{高さ}{ボックスの内容}
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 fbox
13468 \series default
13469 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13470 \begin_inset Note Greyedout
13471 status open
13472
13473 \begin_layout Plain Layout
13474
13475 \series bold
13476 【註】
13477 \series default
13478 下の最後の
13479 \series bold
13480
13481 \backslash
13482 raisebox
13483 \series default
13484 のところで、
13485 \family sans
13486 Ctrl+M
13487 \family default
13488 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13489 \series bold
13490
13491 \backslash
13492 raisebox
13493 \series default
13494 を直接サポートしていないためです。
13495 \end_layout
13496
13497 \end_inset
13498
13499
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \align center
13504 \begin_inset Tabular
13505 <lyxtabular version="3" rows="4" columns="2">
13506 <features rotate="0" tabularvalignment="middle">
13507 <column alignment="center" valignment="top">
13508 <column alignment="center" valignment="top">
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 コマンド
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 出力
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 </row>
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 H
13535 \backslash
13536 raisebox{2mm
13537 \begin_inset Formula $\to$
13538 \end_inset
13539
13540
13541 \backslash
13542 {al
13543 \begin_inset Formula $\to$
13544 \end_inset
13545
13546  lo
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 </row>
13564 <row>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 H
13570 \backslash
13571 raisebox{-2mm
13572 \begin_inset Formula $\to$
13573 \end_inset
13574
13575
13576 \backslash
13577 {al
13578 \begin_inset Formula $\to$
13579 \end_inset
13580
13581 lo
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 A=
13605 \backslash
13606 raisebox{-2mm
13607 \begin_inset Formula $\to$
13608 \end_inset
13609
13610
13611 \backslash
13612 {
13613 \family sans
13614 Ctrl+M Ctrl+M
13615 \family default
13616  
13617 \backslash
13618 sqrt
13619 \begin_inset space \textvisiblespace{}
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 </row>
13640 </lyxtabular>
13641
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \begin_layout Standard
13648 縁がないことを除けば、
13649 \series bold
13650
13651 \backslash
13652 mbox
13653 \series default
13654 コマンドは
13655 \series bold
13656
13657 \backslash
13658 fbox
13659 \series default
13660 と同じであり、
13661 \series bold
13662
13663 \backslash
13664 makebox
13665 \series default
13666
13667 \series bold
13668
13669 \backslash
13670 framebox
13671 \series default
13672 と同じです。
13673 \end_layout
13674
13675 \begin_layout Subsection
13676 色付きボックス
13677 \begin_inset CommandInset label
13678 LatexCommand label
13679 name "sub:色付きボックス"
13680
13681 \end_inset
13682
13683
13684 \begin_inset Index idx
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688 ぼっくす@ボックス ! いろつき@色付き
13689 \end_layout
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \begin_layout Standard
13697 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13698 \end_layout
13699
13700 \begin_layout Standard
13701
13702 \series bold
13703
13704 \backslash
13705 usepackage{color}
13706 \end_layout
13707
13708 \begin_layout Standard
13709 という行
13710 \begin_inset Foot
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13715 \series bold
13716 color
13717 \series default
13718 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13719 \end_layout
13720
13721 \end_inset
13722
13723
13724 \begin_inset Note Note
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13729 \end_layout
13730
13731 \end_inset
13732
13733 を書き加えて、LaTeXパッケージの
13734 \series bold
13735 color
13736 \series default
13737
13738 \begin_inset Foot
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742 LaTeXパッケージ
13743 \series bold
13744 color
13745 \series default
13746 は、すべての標準的なLaTeX頒布版に含まれています。
13747 \end_layout
13748
13749 \end_inset
13750
13751
13752 \begin_inset Index idx
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756 ぱっけーじ@パッケージ ! color
13757 \end_layout
13758
13759 \end_inset
13760
13761 を読み込む必要があります。
13762 \end_layout
13763
13764 \begin_layout Standard
13765 \begin_inset VSpace medskip
13766 \end_inset
13767
13768 ボックスに色を付けるには、
13769 \series bold
13770
13771 \backslash
13772 colorbox
13773 \series default
13774
13775 \begin_inset Index idx
13776 status collapsed
13777
13778 \begin_layout Plain Layout
13779 こまんど@コマンド ! C ! 
13780 \backslash
13781 colorbox
13782 \end_layout
13783
13784 \end_inset
13785
13786 コマンドを以下の書式で使用します。
13787 \end_layout
13788
13789 \begin_layout Standard
13790
13791 \series bold
13792
13793 \backslash
13794 colorbox{色}{ボックスの内容}
13795 \end_layout
13796
13797 \begin_layout Standard
13798 ボックスの内容には、別のボックスが含まれても構いませんし、
13799 \series bold
13800
13801 \backslash
13802 colorbox
13803 \series default
13804 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13805 \series bold
13806
13807 \backslash
13808 raisebox
13809 \series default
13810 と同様、明示的に数式を作らなくてはなりません
13811 \begin_inset Foot
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815 これは、
13816 \series bold
13817
13818 \backslash
13819 fcolorbox
13820 \series default
13821 コマンドにも当てはまります。
13822 \end_layout
13823
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \begin_layout Standard
13830 選択できる定義済みの色としては、
13831 \end_layout
13832
13833 \begin_layout Standard
13834
13835 \series bold
13836 black
13837 \series default
13838 (黒)・
13839 \series bold
13840 blue
13841 \series default
13842 (青)・
13843 \series bold
13844 cyan
13845 \series default
13846 (シアン)・
13847 \series bold
13848 green
13849 \series default
13850 (緑)・
13851 \series bold
13852 magenta
13853 \series default
13854 (マゼンタ)・
13855 \series bold
13856 red
13857 \series default
13858 (赤)・
13859 \series bold
13860 white
13861 \series default
13862 (白)・
13863 \series bold
13864 yellow
13865 \series default
13866 (黄)
13867 \end_layout
13868
13869 \begin_layout Standard
13870 があります。
13871 \end_layout
13872
13873 \begin_layout Standard
13874 \align center
13875 \begin_inset Tabular
13876 <lyxtabular version="3" rows="4" columns="2">
13877 <features rotate="0" tabularvalignment="middle">
13878 <column alignment="center" valignment="top">
13879 <column alignment="center" valignment="top">
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 コマンド
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 出力
13895 \begin_inset Note Note
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899 ここで
13900 \series bold
13901
13902 \backslash
13903 raisebox
13904 \series default
13905 はスペーサーとして使用しているだけです。
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 </row>
13916 <row>
13917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921
13922 \backslash
13923 colorbox{yellow
13924 \begin_inset Formula $\to$
13925 \end_inset
13926
13927
13928 \backslash
13929 {A=B
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 <row>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952
13953 \backslash
13954 colorbox{green
13955 \begin_inset Formula $\to$
13956 \end_inset
13957
13958
13959 \backslash
13960 {
13961 \backslash
13962 fbox
13963 \begin_inset space \textvisiblespace{}
13964 \end_inset
13965
13966 A=B
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989
13990 \backslash
13991 fbox
13992 \begin_inset space \textvisiblespace{}
13993 \end_inset
13994
13995
13996 \backslash
13997 colorbox{green
13998 \begin_inset Formula $\to$
13999 \end_inset
14000
14001
14002 \backslash
14003 {
14004 \family sans
14005 Ctrl+M
14006 \family default
14007  
14008 \family sans
14009 Ctrl+M
14010 \family default
14011  
14012 \backslash
14013 int
14014 \begin_inset space \textvisiblespace{}
14015 \end_inset
14016
14017 C=D
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 </lyxtabular>
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043
14044 \series bold
14045
14046 \backslash
14047 colorbox
14048 \series default
14049 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
14050 \family sans
14051 文字様式
14052 \family default
14053 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
14054 \begin_inset Info
14055 type  "icon"
14056 arg   "dialog-show character"
14057 \end_inset
14058
14059
14060 \family sans
14061 編集\SpecialChar \menuseparator
14062 文字様式\SpecialChar \menuseparator
14063 任意設定
14064 \family default
14065 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070 たとえば、
14071 \end_layout
14072
14073 \begin_layout Standard
14074
14075 \color red
14076 \begin_inset Formula 
14077 \begin{equation}
14078 \int A=B\label{eq:red}
14079 \end{equation}
14080
14081 \end_inset
14082
14083
14084 \color green
14085
14086 \begin_inset Formula 
14087 \begin{equation}
14088 \textcolor{red}{\int A=B}\label{eq:redgreen}
14089 \end{equation}
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 数式
14098 \begin_inset CommandInset ref
14099 LatexCommand eqref
14100 reference "eq:red"
14101
14102 \end_inset
14103
14104 は、全体が赤色です。
14105 \begin_inset Newline newline
14106 \end_inset
14107
14108 数式
14109 \begin_inset CommandInset ref
14110 LatexCommand eqref
14111 reference "eq:redgreen"
14112
14113 \end_inset
14114
14115 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
14116 \end_layout
14117
14118 \begin_layout Standard
14119 \begin_inset VSpace bigskip
14120 \end_inset
14121
14122 ボックスの縁だけ別の色にするには、
14123 \series bold
14124
14125 \backslash
14126 fcolorbox
14127 \series default
14128
14129 \begin_inset Index idx
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133 こまんど@コマンド ! F ! 
14134 \backslash
14135 fcolorbox
14136 \end_layout
14137
14138 \end_inset
14139
14140 コマンドを以下の書式で使用します。
14141 \end_layout
14142
14143 \begin_layout Standard
14144
14145 \series bold
14146
14147 \backslash
14148 fcolorbox{縁の色}{色}{ボックスの内容}
14149 \end_layout
14150
14151 \begin_layout Standard
14152 つまり、
14153 \series bold
14154
14155 \backslash
14156 fcolorbox
14157 \series default
14158
14159 \series bold
14160
14161 \backslash
14162 colorbox
14163 \series default
14164 コマンドの拡張です。
14165 \series bold
14166
14167 \backslash
14168 framebox
14169 \series default
14170 と同様に、縁の厚みは
14171 \series bold
14172
14173 \backslash
14174 fboxrule
14175 \series default
14176
14177 \series bold
14178
14179 \backslash
14180 fboxsep
14181 \series default
14182 で設定します。たとえば、
14183 \begin_inset ERT
14184 status collapsed
14185
14186 \begin_layout Plain Layout
14187
14188
14189 \backslash
14190 fboxrule 1mm 
14191 \backslash
14192 fboxsep 1mm
14193 \end_layout
14194
14195 \end_inset
14196
14197
14198 \begin_inset Formula 
14199 \[
14200 \fcolorbox{cyan}{magenta}{A=B}
14201 \]
14202
14203 \end_inset
14204
14205
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210
14211
14212 \backslash
14213 fboxrule 0.4pt 
14214 \backslash
14215 fboxsep 3pt
14216 \end_layout
14217
14218 \end_inset
14219
14220 のようにします。
14221 \end_layout
14222
14223 \begin_layout Standard
14224 上記の数式は、以下のコマンドで作成されています。
14225 \begin_inset Newline newline
14226 \end_inset
14227
14228
14229 \series bold
14230
14231 \backslash
14232 fcolorbox{cyan
14233 \begin_inset Formula $\to$
14234 \end_inset
14235
14236
14237 \backslash
14238 {magenta
14239 \begin_inset Formula $\to$
14240 \end_inset
14241
14242
14243 \backslash
14244 {A=B
14245 \series default
14246 .
14247 \end_layout
14248
14249 \begin_layout Standard
14250 \begin_inset VSpace bigskip
14251 \end_inset
14252
14253 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
14254 \end_layout
14255
14256 \begin_layout Standard
14257 たとえば、「
14258 \series bold
14259 darkgreen
14260 \series default
14261 」という色を定義するには、LaTeXプリアンブルに
14262 \end_layout
14263
14264 \begin_layout Standard
14265
14266 \series bold
14267
14268 \backslash
14269 definecolor{darkgreen}{cmyk}{0.5,
14270 \series default
14271  
14272 \series bold
14273 0,
14274 \series default
14275  
14276 \series bold
14277 1,
14278 \series default
14279  
14280 \series bold
14281 0.5}
14282 \series default
14283
14284 \begin_inset Index idx
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288 こまんど@コマンド ! D ! 
14289 \backslash
14290 definecolor
14291 \end_layout
14292
14293 \end_inset
14294
14295
14296 \end_layout
14297
14298 \begin_layout Standard
14299 という行を書き加えます。
14300 \end_layout
14301
14302 \begin_layout Standard
14303
14304 \series bold
14305 cmyk
14306 \series default
14307 とは、
14308 \series bold
14309 cyan
14310 \series default
14311 (シアン)・
14312 \series bold
14313 magenta
14314 \series default
14315 (マゼンタ)・
14316 \series bold
14317 yellow
14318 \series default
14319 (黄)・
14320 \series bold
14321 black
14322 \series default
14323 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 -
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331 1の範囲をとることができます。定義には、
14332 \series bold
14333 cmyk
14334 \series default
14335 の他に、
14336 \series bold
14337 rgb
14338 \series default
14339 という色空間を使うこともできます。
14340 \series bold
14341 rgb
14342 \series default
14343 とは、
14344 \series bold
14345 red
14346 \series default
14347 (赤)・
14348 \series bold
14349 green
14350 \series default
14351 (緑)・
14352 \series bold
14353 blue
14354 \series default
14355 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
14356 \series bold
14357 gray
14358 \series default
14359 という色空間もあります。
14360 \end_layout
14361
14362 \begin_layout Standard
14363 例として、文字が
14364 \series bold
14365 yellow
14366 \series default
14367 に色付けされ、新しく定義した
14368 \series bold
14369 darkgreen
14370 \series default
14371 という色を持つ縁付きボックスを挙げておきます。
14372 \begin_inset Formula 
14373 \begin{equation}
14374 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14375 \end{equation}
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383
14384 \series bold
14385
14386 \backslash
14387 textcolor
14388 \series default
14389 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14390 \begin_inset Index idx
14391 status collapsed
14392
14393 \begin_layout Plain Layout
14394 てきすと@テキスト ! いろつき@色付き
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408
14409 \backslash
14410 textcolor{darkgreen}{
14411 \end_layout
14412
14413 \end_inset
14414
14415 この文は「darkgreen」です。
14416 \begin_inset ERT
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420
14421 }
14422 \end_layout
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430
14431 \series bold
14432
14433 \backslash
14434 textcolor
14435 \series default
14436
14437 \begin_inset Index idx
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 こまんど@コマンド ! T ! 
14442 \backslash
14443 textcolor
14444 \end_layout
14445
14446 \end_inset
14447
14448 は、
14449 \series bold
14450
14451 \backslash
14452 textcolor{色}{色付けをする文}
14453 \series default
14454 という書式で使用することができます。
14455 \end_layout
14456
14457 \begin_layout Subsection
14458 段落ボックス
14459 \begin_inset CommandInset label
14460 LatexCommand label
14461 name "sub:段落ボックス"
14462
14463 \end_inset
14464
14465
14466 \begin_inset Index idx
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470 ぼっくす@ボックス ! だんらく@段落
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \begin_inset Index idx
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 ぼっくす@ボックス ! parbox|see
14481 \begin_inset ERT
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485
14486 {
14487 \end_layout
14488
14489 \end_inset
14490
14491 ボックス ! 段落ボックス
14492 \begin_inset ERT
14493 status collapsed
14494
14495 \begin_layout Plain Layout
14496
14497 }
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \end_layout
14504
14505 \end_inset
14506
14507
14508 \end_layout
14509
14510 \begin_layout Standard
14511 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14512 \family sans
14513 挿入\SpecialChar \menuseparator
14514 ボックス
14515 \family default
14516 メニューかツールバーボタン
14517 \begin_inset Info
14518 type  "icon"
14519 arg   "box-insert"
14520 \end_inset
14521
14522 で作成することができます。
14523 \end_layout
14524
14525 \begin_layout Standard
14526 以下の例は、行中の縁付きparboxを示したものです。
14527 \end_layout
14528
14529 \begin_layout Standard
14530 \begin_inset VSpace medskip
14531 \end_inset
14532
14533 この行は、
14534 \begin_inset Box Boxed
14535 position "c"
14536 hor_pos "c"
14537 has_inner_box 1
14538 inner_pos "t"
14539 use_parbox 1
14540 use_makebox 0
14541 width "5cm"
14542 special "none"
14543 height "1in"
14544 height_special "totalheight"
14545 status open
14546
14547 \begin_layout Plain Layout
14548 これは段落ボックスです。これはちょうど5
14549 \begin_inset space \thinspace{}
14550 \end_inset
14551
14552 cmの幅になっており、以下のように数式を含めることもできます。
14553 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \end_inset
14560
14561 parboxの入った行です。
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset VSpace medskip
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14573 \emph on
14574 装飾
14575 \emph default
14576 :簡素な長方形の箱型、
14577 \emph on
14578 内部ボックス
14579 \emph default
14580 :parboxコマンド、
14581 \emph on
14582
14583 \emph default
14584 :5
14585 \begin_inset space \thinspace{}
14586 \end_inset
14587
14588 cm、
14589 \emph on
14590 垂直ボックス配置
14591 \emph default
14592 :中央、に設定されています。
14593 \end_layout
14594
14595 \begin_layout Standard
14596 \begin_inset VSpace medskip
14597 \end_inset
14598
14599 LaTeXでは、parboxは、以下の書式を持つ
14600 \series bold
14601
14602 \backslash
14603 parbox
14604 \series default
14605
14606 \begin_inset Index idx
14607 status collapsed
14608
14609 \begin_layout Plain Layout
14610 こまんど@コマンド ! P ! 
14611 \backslash
14612 parbox
14613 \end_layout
14614
14615 \end_inset
14616
14617 コマンドによって作られます。
14618 \end_layout
14619
14620 \begin_layout Standard
14621
14622 \series bold
14623
14624 \backslash
14625 parbox[位置]{幅}{ボックスの内容}
14626 \end_layout
14627
14628 \begin_layout Standard
14629 「位置」は、
14630 \emph on
14631 b
14632 \emph default
14633
14634 \emph on
14635 t
14636 \emph default
14637 の値をとることができます。下揃えを意味する
14638 \emph on
14639 b
14640 \emph default
14641 (
14642 \bar under
14643 b
14644 \bar default
14645 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14646 \emph on
14647 t
14648 \emph default
14649 (
14650 \bar under
14651 t
14652 \bar default
14653 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14654 \emph on
14655 Boxes
14656 \emph default
14657 の節をご参照下さい。
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \begin_inset VSpace bigskip
14662 \end_inset
14663
14664 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14665 \series bold
14666 parbox{
14667 \backslash
14668 linewidth-2
14669 \backslash
14670 fboxsep-2
14671 \backslash
14672 fboxrule}{
14673 \series default
14674 というコマンドを挿入します。ここで
14675 \series bold
14676
14677 \backslash
14678 linewidth
14679 \begin_inset Index idx
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683 こまんど@コマンド ! L ! 
14684 \backslash
14685 linewidth
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \series default
14692 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14693 \begin_inset Foot
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 \begin_inset CommandInset href
14698 LatexCommand href
14699 name "LyX-bug #4483"
14700 target "http://www.lyx.org/trac/ticket/4483"
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \end_inset
14708
14709 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14710 \series bold
14711 calc
14712 \series default
14713
14714 \begin_inset Foot
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718
14719 \series bold
14720 calc
14721 \series default
14722 は、標準的LaTeX頒布版のすべてに含まれています。
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \begin_inset Index idx
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 ぱっけーじ@パッケージ ! calc
14733 \end_layout
14734
14735 \end_inset
14736
14737 を、LaTeXプリアンブル中で
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 usepackage{calc}
14746 \end_layout
14747
14748 \begin_layout Standard
14749 のように読み込んでおく必要があります。数式の後では、TeXモードで
14750 \series bold
14751 }}
14752 \series default
14753 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14754 \begin_inset ERT
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758
14759
14760 \backslash
14761 fboxsep 5mm 
14762 \backslash
14763 fboxrule 5mm
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Standard
14772 \begin_inset ERT
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776
14777
14778 \backslash
14779 fbox{
14780 \backslash
14781 parbox{
14782 \backslash
14783 linewidth-2
14784 \backslash
14785 fboxsep-2
14786 \backslash
14787 fboxrule}{
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \begin_inset Formula 
14794 \begin{equation}
14795 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14796 \end{equation}
14797
14798 \end_inset
14799
14800
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806 }}
14807 \end_layout
14808
14809 \end_inset
14810
14811
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817
14818 \backslash
14819 fboxrule 0.4pt 
14820 \backslash
14821 fboxsep 3pt
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 \begin_inset VSpace medskip
14831 \end_inset
14832
14833
14834 \series bold
14835
14836 \backslash
14837 fbox
14838 \series default
14839 の引数としてparboxが使われているので、この場合には、
14840 \series bold
14841
14842 \backslash
14843 fbox
14844 \series default
14845 を使おうが
14846 \series bold
14847
14848 \backslash
14849 boxed
14850 \series default
14851 を使おうが、差は生じません。
14852 \end_layout
14853
14854 \begin_layout Standard
14855 \begin_inset VSpace bigskip
14856 \end_inset
14857
14858 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14859 \series bold
14860
14861 \backslash
14862 parbox
14863 \series default
14864
14865 \series bold
14866
14867 \backslash
14868 tag
14869 \series default
14870 コマンドといっしょに使います(
14871 \series bold
14872
14873 \backslash
14874 tag
14875 \series default
14876 についての詳細は、第
14877 \begin_inset CommandInset ref
14878 LatexCommand ref
14879 reference "sub:ユーザー定義番号"
14880
14881 \end_inset
14882
14883 節をご参照下さい)
14884 \end_layout
14885
14886 \begin_layout Standard
14887 以下は、
14888 \series bold
14889
14890 \backslash
14891 parbox
14892 \series default
14893 を使ってコメントを付けた数式の例です。
14894 \end_layout
14895
14896 \begin_layout Standard
14897 \begin_inset ERT
14898 status collapsed
14899
14900 \begin_layout Plain Layout
14901
14902
14903 \backslash
14904 [5x-7b=3b
14905 \backslash
14906 tag*{
14907 \backslash
14908 parbox{5cm}{
14909 \end_layout
14910
14911 \end_inset
14912
14913 これは説明です。数式や多行数式本体からはっきりと離れています。
14914 \begin_inset ERT
14915 status collapsed
14916
14917 \begin_layout Plain Layout
14918
14919 }}
14920 \backslash
14921 ]
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Standard
14930 LyXは、まだ数式中での
14931 \series bold
14932
14933 \backslash
14934 parbox
14935 \series default
14936 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14937 \end_layout
14938
14939 \begin_layout Standard
14940 まず、
14941 \series bold
14942
14943 \backslash
14944 [5x-7b=3b
14945 \backslash
14946 tag*
14947 \backslash
14948 {
14949 \backslash
14950 parbox{5cm}{
14951 \series default
14952 というコマンドをTeXモードで挿入します
14953 \begin_inset Foot
14954 status collapsed
14955
14956 \begin_layout Plain Layout
14957
14958 \series bold
14959 行頭下げ
14960 \series default
14961 数式様式を使用している時には、
14962 \series bold
14963
14964 \backslash
14965 tag*
14966 \backslash
14967 {
14968 \series default
14969 の代わりに
14970 \series bold
14971
14972 \backslash
14973 hfill
14974 \series default
14975 を用いることもできます(数式様式に関しては、第
14976 \begin_inset CommandInset ref
14977 LatexCommand ref
14978 reference "sec:数式様式"
14979
14980 \end_inset
14981
14982 節をご参照下さい)。
14983 \end_layout
14984
14985 \end_inset
14986
14987 。それから、説明を通常のテキストとして入れ、最後に
14988 \series bold
14989 }}
14990 \backslash
14991 ]
14992 \series default
14993 をTeXモードで挿入します。ここで
14994 \series bold
14995
14996 \backslash
14997 [
14998 \series default
14999 および
15000 \series bold
15001
15002 \backslash
15003 ]
15004 \series default
15005 コマンドは別行立て数式を作るためのものです。
15006 \end_layout
15007
15008 \begin_layout Standard
15009
15010 \series bold
15011
15012 \backslash
15013 parbox
15014 \series default
15015 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
15016 \begin_inset Formula 
15017 \[
15018 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
15019 \]
15020
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \begin_layout Section
15027 演算子
15028 \begin_inset Index idx
15029 status collapsed
15030
15031 \begin_layout Plain Layout
15032 えんざんし@演算子
15033 \end_layout
15034
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \begin_layout Subsection
15041 大演算子
15042 \begin_inset CommandInset label
15043 LatexCommand label
15044 name "sub:大演算子"
15045
15046 \end_inset
15047
15048
15049 \begin_inset Index idx
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 えんざんし@演算子 ! だい@大
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \begin_inset Index idx
15060 status collapsed
15061
15062 \begin_layout Plain Layout
15063 わ@和
15064 \end_layout
15065
15066 \end_inset
15067
15068
15069 \begin_inset Index idx
15070 status collapsed
15071
15072 \begin_layout Plain Layout
15073 せきぶんきごう@積分記号
15074 \end_layout
15075
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \begin_layout Standard
15082 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
15083 \family sans
15084 数式オプション
15085 \family default
15086 の面にある
15087 \family sans
15088 esintパッケージを自動的に使う
15089 \family default
15090 オプションを有効にしなくてはなりません。
15091 \end_layout
15092
15093 \begin_layout Standard
15094 \begin_inset space \hfill{}
15095 \end_inset
15096
15097
15098 \begin_inset Tabular
15099 <lyxtabular version="3" rows="9" columns="2">
15100 <features rotate="0" tabularvalignment="middle">
15101 <column alignment="center" valignment="top" width="0pt">
15102 <column alignment="center" valignment="top" width="0pt">
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 コマンド
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 出力
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \backslash
15130 sum
15131 \begin_inset Index idx
15132 status collapsed
15133
15134 \begin_layout Plain Layout
15135 こまんど@コマンド ! S ! 
15136 \backslash
15137 sum
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Formula $\sum$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165
15166 \backslash
15167 int
15168 \begin_inset Index idx
15169 status collapsed
15170
15171 \begin_layout Plain Layout
15172 こまんど@コマンド ! I ! 
15173 \backslash
15174 int
15175 \end_layout
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\int$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 oint
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\oint$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 ointctrclockwise
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\ointctrclockwise$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 ointclockwise
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\ointclockwise$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 sqint
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\sqint$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 bigcap
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\bigcap$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 bigcup
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 \begin_inset Formula $\bigcup$
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 </lyxtabular>
15348
15349 \end_inset
15350
15351
15352 \begin_inset space \hfill{}
15353 \end_inset
15354
15355
15356 \begin_inset Tabular
15357 <lyxtabular version="3" rows="10" columns="2">
15358 <features rotate="0" tabularvalignment="middle">
15359 <column alignment="center" valignment="top" width="0pt">
15360 <column alignment="center" valignment="top" width="0pt">
15361 <row>
15362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 コマンド
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375 出力
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 </row>
15381 <row>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386
15387 \backslash
15388 prod
15389 \begin_inset Index idx
15390 status collapsed
15391
15392 \begin_layout Plain Layout
15393 こまんど@コマンド ! P ! 
15394 \backslash
15395 prod
15396 \end_layout
15397
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\prod$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 coprod
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\coprod$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 bigodot
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\bigodot$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 bigotimes
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\bigotimes$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 bigoplus
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\bigoplus$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 bigwedge
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\bigwedge$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 bigvee
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\bigvee$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \backslash
15575 bigsqcup
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 \begin_inset Formula $\bigsqcup$
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 </row>
15593 <row>
15594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \backslash
15600 biguplus
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 \begin_inset Formula $\biguplus$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 </lyxtabular>
15619
15620 \end_inset
15621
15622
15623 \begin_inset space \hfill{}
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \begin_layout Standard
15630 すべての大演算子は、数式ツールバーボタンの
15631 \begin_inset Info
15632 type  "icon"
15633 arg   "math-insert \\intop"
15634 \end_inset
15635
15636 でも挿入することができます。
15637 \end_layout
15638
15639 \begin_layout Standard
15640 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15641 \end_layout
15642
15643 \begin_layout Standard
15644 積分演算子はすべて、
15645 \series bold
15646
15647 \backslash
15648 intop
15649 \series default
15650
15651 \series bold
15652
15653 \backslash
15654 ointop
15655 \series default
15656 のように、
15657 \series bold
15658 op
15659 \series default
15660 で終わる別バージョンがあります。これらの演算子は、
15661 \series bold
15662
15663 \backslash
15664 int
15665 \series default
15666 とは範囲の表示のしかたが異なります。第
15667 \begin_inset CommandInset ref
15668 LatexCommand ref
15669 reference "sub:演算子の範囲"
15670
15671 \end_inset
15672
15673 節をご参照下さい。
15674 \end_layout
15675
15676 \begin_layout Subsubsection*
15677 積分の子細
15678 \end_layout
15679
15680 \begin_layout Standard
15681 積分中で用いられる文字
15682 \emph on
15683 d
15684 \emph default
15685 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15686 \emph on
15687 d
15688 \emph default
15689 を選択して、
15690 \begin_inset Flex Ruby
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 捷径
15695 \begin_inset Argument post:1
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699 ショートカット
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \begin_inset Info
15711 type  "shortcut"
15712 arg   "font-roman"
15713 \end_inset
15714
15715 を用います
15716 \begin_inset Foot
15717 status collapsed
15718
15719 \begin_layout Plain Layout
15720 文字様式については、第
15721 \begin_inset CommandInset ref
15722 LatexCommand ref
15723 reference "sub:書体様式"
15724
15725 \end_inset
15726
15727 節参照。
15728 \end_layout
15729
15730 \end_inset
15731
15732 。最後に、演算子の慣例に倣って、
15733 \emph on
15734 d
15735 \emph default
15736 の前に最小空白を挿入しなくてはなりません。たとえば、
15737 \end_layout
15738
15739 \begin_layout Standard
15740 正しくない例:
15741 \begin_inset Formula $\int A(x)dx$
15742 \end_inset
15743
15744
15745 \begin_inset Newline newline
15746 \end_inset
15747
15748 正しい
15749 \begin_inset Phantom HPhantom
15750 status open
15751
15752 \begin_layout Plain Layout
15753 ない
15754 \end_layout
15755
15756 \end_inset
15757
15758 例:
15759 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \begin_layout Standard
15766 多重積分に関しては、以下のコマンドがあります。
15767 \begin_inset VSpace medskip
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset space \hfill{}
15775 \end_inset
15776
15777
15778 \begin_inset Tabular
15779 <lyxtabular version="3" rows="4" columns="2">
15780 <features rotate="0" tabularvalignment="middle">
15781 <column alignment="center" valignment="top">
15782 <column alignment="center" valignment="top">
15783 <row>
15784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 コマンド
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 出力
15798 \begin_inset Note Note
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802 ここで
15803 \series bold
15804
15805 \backslash
15806 raisebox
15807 \series default
15808 はスペーサーとして使用しているだけです。
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \backslash
15826 iint
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \backslash
15851 oiint
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \backslash
15876 sqiint
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 </lyxtabular>
15895
15896 \end_inset
15897
15898
15899 \begin_inset space \hfill{}
15900 \end_inset
15901
15902
15903 \begin_inset Tabular
15904 <lyxtabular version="3" rows="4" columns="2">
15905 <features rotate="0" tabularvalignment="middle">
15906 <column alignment="center" valignment="top">
15907 <column alignment="center" valignment="top">
15908 <row>
15909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 コマンド
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 出力
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 iiint
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \backslash
15960 iiiint
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row>
15979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \backslash
15985 dotsint
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 </lyxtabular>
16004
16005 \end_inset
16006
16007
16008 \begin_inset space \hfill{}
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \begin_layout Subsection
16015 演算子の範囲
16016 \begin_inset CommandInset label
16017 LatexCommand label
16018 name "sub:演算子の範囲"
16019
16020 \end_inset
16021
16022
16023 \begin_inset Index idx
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027 えんざんし@演算子 ! はんい@範囲
16028 \end_layout
16029
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \begin_layout Standard
16036 範囲は、上付き文字と下付き文字とで作成することができます。
16037 \end_layout
16038
16039 \begin_layout Standard
16040 \align center
16041 \begin_inset Tabular
16042 <lyxtabular version="3" rows="2" columns="2">
16043 <features rotate="0" tabularvalignment="middle">
16044 <column alignment="center" valignment="top" width="0pt">
16045 <column alignment="center" valignment="top" width="0pt">
16046 <row>
16047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 コマンド
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 出力
16061 \begin_inset Note Note
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065 ここで
16066 \series bold
16067
16068 \backslash
16069 raisebox
16070 \series default
16071 はスペーサーとして使用しているだけです。
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \backslash
16089 prod^
16090 \backslash
16091 infty
16092 \begin_inset space \textvisiblespace{}
16093 \end_inset
16094
16095
16096 \begin_inset Formula $\to$
16097 \end_inset
16098
16099 _0
16100 \begin_inset Formula $\to$
16101 \end_inset
16102
16103 A(x)
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16113 \end_inset
16114
16115
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 </row>
16121 </lyxtabular>
16122
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \begin_layout Standard
16129 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
16130 \end_layout
16131
16132 \begin_layout Standard
16133 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
16134 \family sans
16135 編集\SpecialChar \menuseparator
16136 数式\SpecialChar \menuseparator
16137 範囲の表記を変更
16138 \family default
16139 メニューで
16140 \family sans
16141 \series bold
16142 行内形式
16143 \family default
16144 \series default
16145 (
16146 \begin_inset Flex Ruby
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150 捷径
16151 \begin_inset Argument post:1
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155 ショートカット
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \begin_inset Info
16167 type  "shortcut"
16168 arg   "math-limits"
16169 \end_inset
16170
16171 )を選択することで範囲形式を変更することができます。以下はその用例です。
16172 \end_layout
16173
16174 \begin_layout Standard
16175 既定の範囲形式は、以下のようになっています。
16176 \begin_inset Formula 
16177 \[
16178 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16179 \]
16180
16181 \end_inset
16182
16183 以下は、範囲形式を
16184 \family sans
16185 \series bold
16186 行内形式
16187 \family default
16188 \series default
16189 に変更したときの表示です。
16190 \begin_inset Formula 
16191 \[
16192 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16193 \]
16194
16195 \end_inset
16196
16197
16198 \series bold
16199
16200 \backslash
16201 intop
16202 \series default
16203
16204 \series bold
16205
16206 \backslash
16207 ointop
16208 \series default
16209 などのように
16210 \series bold
16211 op
16212 \series default
16213 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
16214 の例では、範囲形式を
16215 \series bold
16216 別行立て形式
16217 \series default
16218 にして積分記号の下に置くようにしています。
16219 \begin_inset Formula 
16220 \begin{equation}
16221 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16222 \end{equation}
16223
16224 \end_inset
16225
16226
16227 \end_layout
16228
16229 \begin_layout Standard
16230 \begin_inset VSpace medskip
16231 \end_inset
16232
16233 範囲に条件を指定したい場合には、
16234 \series bold
16235
16236 \backslash
16237 subarray
16238 \series default
16239
16240 \begin_inset Index idx
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244 こまんど@コマンド ! S ! 
16245 \backslash
16246 subarray
16247 \end_layout
16248
16249 \end_inset
16250
16251 コマンドや
16252 \series bold
16253
16254 \backslash
16255 substack
16256 \series default
16257
16258 \begin_inset Index idx
16259 status collapsed
16260
16261 \begin_layout Plain Layout
16262 こまんど@コマンド ! S ! 
16263 \backslash
16264 substack
16265 \end_layout
16266
16267 \end_inset
16268
16269 コマンドを使用します。たとえば、以下の表記 
16270 \begin_inset Formula 
16271 \begin{equation}
16272 \sum_{\begin{subarray}{c}
16273 0<k<1000\\
16274 \\
16275 k\,\in\,\mathbb{N}
16276 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16277 \end{equation}
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 を作成するには、以下のようにしなくてはなりません。
16286 \begin_inset Newline newline
16287 \end_inset
16288
16289 まず、
16290 \series bold
16291
16292 \backslash
16293 sum
16294 \series default
16295 ^
16296 \series bold
16297 n
16298 \begin_inset space \textvisiblespace{}
16299 \end_inset
16300
16301 _
16302 \series default
16303 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
16304 \series bold
16305
16306 \backslash
16307 subarray
16308 \begin_inset space \textvisiblespace{}
16309 \end_inset
16310
16311
16312 \series default
16313 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
16314 \begin_inset Info
16315 type  "shortcut"
16316 arg   "newline-insert newline"
16317 \end_inset
16318
16319 )を挿入することで作ることができます。ここに
16320 \begin_inset Newline newline
16321 \end_inset
16322
16323
16324 \series bold
16325 0
16326 \begin_inset Formula $\boldsymbol{<}$
16327 \end_inset
16328
16329 k
16330 \begin_inset Formula $\boldsymbol{<}$
16331 \end_inset
16332
16333 1000 Ctrl+Return
16334 \begin_inset Newline newline
16335 \end_inset
16336
16337
16338 \series default
16339 と入力すると、新規行のための新しい枠が現れます。
16340 \end_layout
16341
16342 \begin_layout Standard
16343 各行の揃え方は、
16344 \family sans
16345 表ツールバー
16346 \family default
16347
16348 \family sans
16349 編集\SpecialChar \menuseparator
16350 行と列
16351 \family default
16352 メニューで変更することができますが、右揃えにするには、行頭に
16353 \series bold
16354
16355 \backslash
16356 hfill
16357 \begin_inset space \textvisiblespace{}
16358 \end_inset
16359
16360
16361 \series default
16362 を挿入しなくてはなりません。
16363 \end_layout
16364
16365 \begin_layout Standard
16366
16367 \series bold
16368
16369 \backslash
16370 substack
16371 \series default
16372 コマンドは、各行がつねに中央揃えになることを除いては、
16373 \series bold
16374
16375 \backslash
16376 subarray
16377 \series default
16378 と同じです。
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \begin_inset VSpace bigskip
16383 \end_inset
16384
16385 演算子の後に来る文字は、範囲の横に来るので、
16386 \begin_inset CommandInset ref
16387 LatexCommand eqref
16388 reference "eq:substack"
16389
16390 \end_inset
16391
16392 式のように、演算子の横の余白が大きくなりすぎることがあります。
16393 \lang english
16394 To avoid this the command 
16395 \series bold
16396 \lang japanese
16397
16398 \backslash
16399 mathclap
16400 \series default
16401
16402 \begin_inset Index idx
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406 こまんど@コマンド ! M ! 
16407 \backslash
16408 mathclap
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \lang english
16415  can be used.
16416  It sets the width of its content to 0
16417 \begin_inset space \thinspace{}
16418 \end_inset
16419
16420 pt.
16421 \begin_inset Newline newline
16422 \end_inset
16423
16424
16425 \lang japanese
16426 これを
16427 \begin_inset CommandInset ref
16428 LatexCommand eqref
16429 reference "eq:substack"
16430
16431 \end_inset
16432
16433 式に応用すると、以下のようなコマンド
16434 \end_layout
16435
16436 \begin_layout Standard
16437
16438 \series bold
16439
16440 \backslash
16441 sum_
16442 \backslash
16443 mathclap
16444 \backslash
16445 substack
16446 \begin_inset space \textvisiblespace{}
16447 \end_inset
16448
16449 0
16450 \begin_inset Formula $\boldsymbol{<}$
16451 \end_inset
16452
16453 k
16454 \begin_inset Formula $\boldsymbol{<}$
16455 \end_inset
16456
16457 1000 Ctrl+Return
16458 \end_layout
16459
16460 \begin_layout Standard
16461 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16462 \begin_inset Formula 
16463 \[
16464 \sum_{\mathclap{\substack{0<k<1000\\
16465 \\
16466 k\,\in\,\mathbb{N}
16467 }
16468 }}^{n}k^{-2}
16469 \]
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Standard
16477 \begin_inset VSpace bigskip
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \begin_layout Standard
16484
16485 \lang english
16486 When several consecutive operators have limits the typesetting of the limits
16487  looks often imperfect in the output, see this example:
16488 \lang japanese
16489
16490 \begin_inset Formula 
16491 \[
16492 \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}
16493 \]
16494
16495 \end_inset
16496
16497
16498 \lang english
16499 To improve the typesetting set in the document settings under 
16500 \family sans
16501 Math
16502 \begin_inset space ~
16503 \end_inset
16504
16505 Options
16506 \family default
16507  for the package
16508 \lang japanese
16509  
16510 \series bold
16511 mathtools
16512 \series default
16513
16514 \begin_inset Index idx
16515 status collapsed
16516
16517 \begin_layout Plain Layout
16518 ぱっけーじ@パッケージ ! mathtools
16519 \end_layout
16520
16521 \end_inset
16522
16523  
16524 \lang english
16525 the option 
16526 \family sans
16527 Load
16528 \begin_inset space ~
16529 \end_inset
16530
16531 always
16532 \family default
16533 .
16534  Then insert into your formula the command 
16535 \series bold
16536 \lang japanese
16537
16538 \backslash
16539 adjustlimits
16540 \series default
16541
16542 \begin_inset Index idx
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546 こまんど@コマンド ! A ! 
16547 \backslash
16548 adjustlimits
16549 \end_layout
16550
16551 \end_inset
16552
16553  
16554 \lang english
16555 directly before the first operator.
16556  The example will then look like this:
16557 \lang japanese
16558
16559 \begin_inset Formula 
16560 \[
16561 \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}
16562 \]
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \begin_layout Standard
16570 \begin_inset VSpace bigskip
16571 \end_inset
16572
16573 一つの範囲を複数の演算子に用いる方法が、第
16574 \begin_inset CommandInset ref
16575 LatexCommand ref
16576 reference "sub:自己定義演算子"
16577
16578 \end_inset
16579
16580 節に述べられています。
16581 \end_layout
16582
16583 \begin_layout Subsection
16584 演算子の修飾
16585 \begin_inset Index idx
16586 status collapsed
16587
16588 \begin_layout Plain Layout
16589 えんざんし@演算子 ! 
16590 \family sans
16591 \series bold
16592 しゅうしょく@修飾
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \begin_layout Standard
16601
16602 \series bold
16603
16604 \backslash
16605 overset
16606 \series default
16607
16608 \begin_inset Index idx
16609 status collapsed
16610
16611 \begin_layout Plain Layout
16612 こまんど@コマンド ! O ! 
16613 \backslash
16614 overset
16615 \end_layout
16616
16617 \end_inset
16618
16619 コマンドや
16620 \series bold
16621
16622 \backslash
16623 underset
16624 \series default
16625
16626 \begin_inset Index idx
16627 status collapsed
16628
16629 \begin_layout Plain Layout
16630 こまんど@コマンド ! U ! 
16631 \backslash
16632 underset
16633 \end_layout
16634
16635 \end_inset
16636
16637 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16638 \series bold
16639
16640 \backslash
16641 sideset
16642 \series default
16643
16644 \begin_inset Index idx
16645 status collapsed
16646
16647 \begin_layout Plain Layout
16648 こまんど@コマンド ! S ! 
16649 \backslash
16650 sideset
16651 \end_layout
16652
16653 \end_inset
16654
16655 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16656 \end_layout
16657
16658 \begin_layout Standard
16659
16660 \lang english
16661 There are 4
16662 \begin_inset space ~
16663 \end_inset
16664
16665 variants of 
16666 \series bold
16667
16668 \backslash
16669 sideset
16670 \series default
16671 :
16672 \end_layout
16673
16674 \begin_layout Itemize
16675
16676 \series bold
16677 \lang english
16678
16679 \backslash
16680 sideset
16681 \series default
16682  is used to set characters at the corners of the operator
16683 \end_layout
16684
16685 \begin_layout Itemize
16686
16687 \series bold
16688 \lang english
16689
16690 \backslash
16691 sidesetn
16692 \series default
16693  is used to set characters before and/or behind the operator (this variant
16694  represents LaTeX's original 
16695 \series bold
16696
16697 \backslash
16698 sideset
16699 \series default
16700  command)
16701 \end_layout
16702
16703 \begin_layout Itemize
16704
16705 \series bold
16706 \lang english
16707
16708 \backslash
16709 sidesetl
16710 \series default
16711  is used to set characters at the left corners and/or behind the operator
16712 \end_layout
16713
16714 \begin_layout Itemize
16715
16716 \series bold
16717 \lang english
16718
16719 \backslash
16720 sidesetr
16721 \series default
16722  is used to set characters at the right corners and/or before the operator
16723 \end_layout
16724
16725 \begin_layout Standard
16726 たとえば、
16727 \series bold
16728
16729 \backslash
16730 sidesetn
16731 \begin_inset space \textvisiblespace{}
16732 \end_inset
16733
16734
16735 \backslash
16736 sum
16737 \begin_inset space \textvisiblespace{}
16738 \end_inset
16739
16740
16741 \begin_inset Formula $\to$
16742 \end_inset
16743
16744 '
16745 \begin_inset Formula $\to$
16746 \end_inset
16747
16748 _k=1
16749 \begin_inset space \textvisiblespace{}
16750 \end_inset
16751
16752
16753 \series default
16754 ^
16755 \series bold
16756 n
16757 \series default
16758 というコマンドを入力すると、
16759 \begin_inset Formula 
16760 \[
16761 \sideset{}{'}\sum_{k=1}^{n}
16762 \]
16763
16764 \end_inset
16765
16766 のようになります。
16767 \end_layout
16768
16769 \begin_layout Standard
16770 \begin_inset Note Greyedout
16771 status open
16772
16773 \begin_layout Plain Layout
16774
16775 \series bold
16776 【註】
16777 \backslash
16778 sideset
16779 \series default
16780 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \begin_layout Standard
16789 のようになります。最後の例からわかるように、
16790 \series bold
16791
16792 \backslash
16793 overset
16794 \series default
16795
16796 \series bold
16797
16798 \backslash
16799 underset
16800 \series default
16801 では、記号や文字にアクセントをつけることもできます。一方。 また、
16802 \series bold
16803
16804 \backslash
16805 overset
16806 \begin_inset space \textvisiblespace{}
16807 \end_inset
16808
16809
16810 \backslash
16811 maltese
16812 \begin_inset space \textvisiblespace{}
16813 \end_inset
16814
16815
16816 \series default
16817
16818 \begin_inset Formula $\uparrow$
16819 \end_inset
16820
16821
16822 \series bold
16823 a
16824 \series default
16825 というコマンドならば、
16826 \begin_inset Formula 
16827 \[
16828 \overset{a}{\maltese}
16829 \]
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Subsection
16837 二項演算子
16838 \begin_inset CommandInset label
16839 LatexCommand label
16840 name "sub:二項演算子"
16841
16842 \end_inset
16843
16844
16845 \begin_inset Index idx
16846 status collapsed
16847
16848 \begin_layout Plain Layout
16849 えんざんし@演算子 ! にこう@二項
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \begin_layout Standard
16858 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16859 \begin_inset VSpace medskip
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Standard
16866 \begin_inset space \hfill{}
16867 \end_inset
16868
16869
16870 \begin_inset Tabular
16871 <lyxtabular version="3" rows="13" columns="2">
16872 <features rotate="0" tabularvalignment="middle">
16873 <column alignment="center" valignment="top" width="0pt">
16874 <column alignment="center" valignment="top" width="0pt">
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 コマンド
16881 \begin_inset Note Note
16882 status collapsed
16883
16884 \begin_layout Plain Layout
16885 ここで
16886 \series bold
16887
16888 \backslash
16889 raisebox
16890 \series default
16891 はスペーサーとして使用しているだけです。
16892 \end_layout
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 出力
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 +
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $+$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 -
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $-$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 pm
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\pm$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 mp
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\mp$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 cdot
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\cdot$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 times
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\times$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 div
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\div$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 \begin_inset ERT
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091
17092
17093 \backslash
17094 raisebox{-1.2mm}{
17095 \end_layout
17096
17097 \end_inset
17098
17099 *
17100 \begin_inset ERT
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104
17105 }
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $*$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 star
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\star$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 circ
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\circ$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 diamond
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\diamond$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 bullet
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\bullet$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 </lyxtabular>
17229
17230 \end_inset
17231
17232
17233 \begin_inset space \hfill{}
17234 \end_inset
17235
17236
17237 \begin_inset Tabular
17238 <lyxtabular version="3" rows="13" columns="2">
17239 <features rotate="0" tabularvalignment="middle">
17240 <column alignment="center" valignment="top" width="0pt">
17241 <column alignment="center" valignment="top" width="0pt">
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 コマンド
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 出力
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \backslash
17269 nabla
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Formula $\nabla$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 </row>
17287 <row>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \backslash
17294 bigtriangledown
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\bigtriangledown$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \backslash
17319 bigtriangleup
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 \begin_inset Formula $\bigtriangleup$
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342
17343 \backslash
17344 Box
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 \begin_inset Formula $\Box$
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \backslash
17369 cap 
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 \begin_inset Formula $\cap$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 cup
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 \begin_inset Formula $\cup$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417
17418 \backslash
17419 dagger
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Formula $\dagger$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \backslash
17444 ddagger
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 \begin_inset Formula $\ddagger$
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467
17468 \backslash
17469 wr
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Formula $\wr$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \backslash
17494 bigcirc
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset Formula $\bigcirc$
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \backslash
17519 wedge
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $\wedge$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \backslash
17544 vee
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\vee$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 </lyxtabular>
17563
17564 \end_inset
17565
17566
17567 \begin_inset space \hfill{}
17568 \end_inset
17569
17570
17571 \begin_inset Tabular
17572 <lyxtabular version="3" rows="13" columns="2">
17573 <features rotate="0" tabularvalignment="middle">
17574 <column alignment="center" valignment="top" width="0pt">
17575 <column alignment="center" valignment="top" width="0pt">
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 コマンド
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 出力
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \backslash
17603 oplus
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\oplus$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \backslash
17628 ominus
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Formula $\ominus$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 otimes
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 \begin_inset Formula $\otimes$
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 </row>
17671 <row>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \backslash
17678 oslash
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\oslash$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 odot
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\odot$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 </row>
17721 <row>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \backslash
17728 amalg
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset Formula $\amalg$
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \backslash
17753 uplus
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 \begin_inset Formula $\uplus$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 </row>
17771 <row>
17772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776
17777 \backslash
17778 setminus
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Formula $\setminus$
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \backslash
17803 sqcap
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\sqcap$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \backslash
17828 sqcup
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 \begin_inset Formula $\sqcup$
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 </row>
17846 <row>
17847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851
17852 \backslash
17853 triangleleft
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Formula $\triangleleft$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876
17877 \backslash
17878 triangleright
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 \begin_inset Formula $\triangleright$
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 </row>
17896 </lyxtabular>
17897
17898 \end_inset
17899
17900
17901 \begin_inset space \hfill{}
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 二項演算子は、すべて数式ツールバーボタンの
17909 \begin_inset Info
17910 type  "icon"
17911 arg   "math-insert \\pm"
17912 \end_inset
17913
17914 から挿入することもできます。
17915 \end_layout
17916
17917 \begin_layout Standard
17918 ラプラス演算子を組版するには、
17919 \series bold
17920
17921 \backslash
17922 bigtriangleup
17923 \series default
17924 以外に、
17925 \series bold
17926
17927 \backslash
17928 Delta
17929 \series default
17930
17931 \series bold
17932
17933 \backslash
17934 nabla
17935 \series default
17936 ^
17937 \series bold
17938 2
17939 \series default
17940 (
17941 \begin_inset Formula $\nabla^{2}$
17942 \end_inset
17943
17944 )を使用することもできます。
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \family sans
17950 挿入\SpecialChar \menuseparator
17951 特殊文字
17952 \family default
17953 メニューの
17954 \family sans
17955 メニュー区切り
17956 \family default
17957 で入力される文字は、
17958 \series bold
17959
17960 \backslash
17961 triangleright
17962 \series default
17963 演算子です。
17964 \end_layout
17965
17966 \begin_layout Subsection
17967 自己定義演算子
17968 \begin_inset CommandInset label
17969 LatexCommand label
17970 name "sub:自己定義演算子"
17971
17972 \end_inset
17973
17974
17975 \begin_inset Index idx
17976 status collapsed
17977
17978 \begin_layout Plain Layout
17979 えんざんし@演算子 ! じこていぎ@自己定義
17980 \end_layout
17981
17982 \end_inset
17983
17984
17985 \end_layout
17986
17987 \begin_layout Standard
17988 LaTeXプリアンブルで
17989 \series bold
17990
17991 \backslash
17992 DeclareMathOperator
17993 \series default
17994
17995 \begin_inset Index idx
17996 status collapsed
17997
17998 \begin_layout Plain Layout
17999 こまんど@コマンド ! D ! 
18000 \backslash
18001 dbinom@
18002 \backslash
18003 DeclareMathOperator
18004 \end_layout
18005
18006 \end_inset
18007
18008 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 DeclareMathOperator{新規コマンド}{表示}
18017 \end_layout
18018
18019 \begin_layout Standard
18020 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
18021 \begin_inset CommandInset ref
18022 LatexCommand ref
18023 reference "sub:演算子の範囲"
18024
18025 \end_inset
18026
18027 節で述べられた範囲を指定することができます。
18028 \end_layout
18029
18030 \begin_layout Standard
18031 たとえば、以下のようなLaTeXプリアンブル行
18032 \end_layout
18033
18034 \begin_layout Standard
18035
18036 \series bold
18037
18038 \backslash
18039 DeclareMathOperator*{
18040 \backslash
18041 Lozenge}{
18042 \backslash
18043 blacklozenge}
18044 \end_layout
18045
18046 \begin_layout Standard
18047 は、第
18048 \begin_inset CommandInset ref
18049 LatexCommand ref
18050 reference "sub:その他の記号"
18051
18052 \end_inset
18053
18054 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
18055 \series bold
18056
18057 \backslash
18058 Lozenge
18059 \series default
18060 を定義します。
18061 \begin_inset Formula 
18062 \[
18063 \Lozenge_{n=1}^{\infty}
18064 \]
18065
18066 \end_inset
18067
18068 上記の数式を作るコマンドは、
18069 \series bold
18070
18071 \backslash
18072 Lozenge
18073 \series default
18074 ^
18075 \series bold
18076
18077 \backslash
18078 infty
18079 \begin_inset Formula $\to$
18080 \end_inset
18081
18082 _n=1
18083 \series default
18084 です。
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset VSpace bigskip
18089 \end_inset
18090
18091 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
18092 \series bold
18093
18094 \backslash
18095 mathop
18096 \series default
18097
18098 \begin_inset Index idx
18099 status collapsed
18100
18101 \begin_layout Plain Layout
18102 こまんど@コマンド ! M ! 
18103 \backslash
18104 mathop
18105 \end_layout
18106
18107 \end_inset
18108
18109 コマンドおよび
18110 \series bold
18111
18112 \backslash
18113 mathbin
18114 \series default
18115
18116 \begin_inset Index idx
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120 こまんど@コマンド ! M ! 
18121 \backslash
18122 mathbin
18123 \end_layout
18124
18125 \end_inset
18126
18127 コマンドを用いて定義を行うこともできます。
18128 \end_layout
18129
18130 \begin_layout Standard
18131 (書式)
18132 \series bold
18133
18134 \backslash
18135 mathop{表示}
18136 \series default
18137 および
18138 \series bold
18139
18140 \backslash
18141 mathbin{表示}
18142 \end_layout
18143
18144 \begin_layout Standard
18145
18146 \series bold
18147
18148 \backslash
18149 mathop
18150 \series default
18151 は大演算子を定義し、
18152 \series bold
18153
18154 \backslash
18155 mathbin
18156 \series default
18157 は二項演算子を定義します。
18158 \end_layout
18159
18160 \begin_layout Standard
18161 たとえば
18162 \series bold
18163
18164 \backslash
18165 mathop
18166 \series default
18167 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
18168 \end_layout
18169
18170 \begin_layout Standard
18171 \begin_inset Formula 
18172 \[
18173 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18174 \]
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Standard
18182 上記の数式では
18183 \begin_inset Newline newline
18184 \end_inset
18185
18186
18187 \series bold
18188
18189 \backslash
18190 mathop{
18191 \backslash
18192 sum
18193 \backslash
18194 negmedspace
18195 \backslash
18196 sum
18197 \series default
18198
18199 \begin_inset space \textvisiblespace{}
18200 \end_inset
18201
18202
18203 \series bold
18204
18205 \begin_inset Formula $\to$
18206 \end_inset
18207
18208 ^N
18209 \series default
18210
18211 \begin_inset space \textvisiblespace{}
18212 \end_inset
18213
18214
18215 \series bold
18216 _i,j=1
18217 \begin_inset Newline newline
18218 \end_inset
18219
18220
18221 \series default
18222 というコマンドを用いています。
18223 \end_layout
18224
18225 \begin_layout Section
18226 書体
18227 \begin_inset Index idx
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231 しょたい@書体
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \begin_inset Index idx
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241 ふぉんと@フォント | see
18242 \begin_inset ERT
18243 status collapsed
18244
18245 \begin_layout Plain Layout
18246
18247 {
18248 \end_layout
18249
18250 \end_inset
18251
18252 書体
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258 }
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Subsection
18272 書体様式
18273 \begin_inset CommandInset label
18274 LatexCommand label
18275 name "sub:書体様式"
18276
18277 \end_inset
18278
18279
18280 \begin_inset Index idx
18281 status collapsed
18282
18283 \begin_layout Plain Layout
18284 しょたい@書体 ! ようしき@様式
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Standard
18293 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
18294 \begin_inset VSpace -2mm
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Standard
18301 \align center
18302 \begin_inset Tabular
18303 <lyxtabular version="3" rows="7" columns="3">
18304 <features rotate="0" tabularvalignment="middle">
18305 <column alignment="center" valignment="top">
18306 <column alignment="center" valignment="top">
18307 <column alignment="center" valignment="top">
18308 <row>
18309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 コマンド
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 出力
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Flex Ruby
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335 捷径
18336 \begin_inset Argument post:1
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340 ショートカット
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 </row>
18356 <row>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \backslash
18363 mathbb
18364 \series bold
18365
18366 \begin_inset space \textvisiblespace{}
18367 \end_inset
18368
18369
18370 \series default
18371 ABC
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 \begin_inset Formula $\mathbb{ABC}$
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 \begin_inset Info
18393 type  "shortcut"
18394 arg   "font-noun"
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408
18409 \backslash
18410 mathbf
18411 \series bold
18412
18413 \begin_inset space \textvisiblespace{}
18414 \end_inset
18415
18416
18417 \series default
18418 AbC
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 \begin_inset Formula $\mathbf{AbC}$
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 \begin_inset Info
18440 type  "shortcut"
18441 arg   "font-bold"
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 </row>
18450 <row>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \backslash
18457 boldsymbol
18458 \series bold
18459
18460 \begin_inset space \textvisiblespace{}
18461 \end_inset
18462
18463
18464 \series default
18465 AbC
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 \begin_inset Formula $\boldsymbol{AbC}$
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Info
18487 type  "shortcuts"
18488 arg   "font-boldsymbol"
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 </row>
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502
18503 \backslash
18504 mathcal
18505 \series bold
18506
18507 \begin_inset space \textvisiblespace{}
18508 \end_inset
18509
18510
18511 \series default
18512 ABC
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 \begin_inset Formula $\mathcal{ABC}$
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Info
18534 type  "shortcut"
18535 arg   "font-emph"
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \backslash
18551 mathfrak
18552 \series bold
18553
18554 \begin_inset space \textvisiblespace{}
18555 \end_inset
18556
18557
18558 \series default
18559 AbC
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 \begin_inset Formula $\mathfrak{AbC}$
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 -
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591
18592 \backslash
18593 mathscr
18594 \series bold
18595
18596 \begin_inset space \textvisiblespace{}
18597 \end_inset
18598
18599
18600 \series default
18601 AbC
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 \begin_inset Formula $\mathscr{AbC}$
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 -
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 </lyxtabular>
18629
18630 \end_inset
18631
18632
18633 \end_layout
18634
18635 \begin_layout Standard
18636 \align center
18637 \begin_inset Tabular
18638 <lyxtabular version="3" rows="5" columns="3">
18639 <features rotate="0" tabularvalignment="middle">
18640 <column alignment="center" valignment="top">
18641 <column alignment="center" valignment="top">
18642 <column alignment="center" valignment="top">
18643 <row>
18644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648 コマンド
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 出力
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666 \begin_inset Flex Ruby
18667 status collapsed
18668
18669 \begin_layout Plain Layout
18670 捷径
18671 \begin_inset Argument post:1
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675 ショートカット
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \backslash
18698 mathit
18699 \series bold
18700
18701 \begin_inset space \textvisiblespace{}
18702 \end_inset
18703
18704
18705 \series default
18706 AbC
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset Formula $\mathit{AbC}$
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727 -
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 </row>
18733 <row>
18734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738
18739 \backslash
18740 mathrm
18741 \series bold
18742
18743 \begin_inset space \textvisiblespace{}
18744 \end_inset
18745
18746
18747 \series default
18748 AbC
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 \begin_inset Formula $\mathrm{AbC}$
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 \begin_inset Info
18770 type  "shortcut"
18771 arg   "font-roman"
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 </row>
18780 <row>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \backslash
18787 mathsf
18788 \series bold
18789
18790 \begin_inset space \textvisiblespace{}
18791 \end_inset
18792
18793
18794 \series default
18795 AbC
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 \begin_inset Formula $\mathsf{AbC}$
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 \begin_inset Info
18817 type  "shortcut"
18818 arg   "font-sans"
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \backslash
18834 mathtt
18835 \series bold
18836
18837 \begin_inset space \textvisiblespace{}
18838 \end_inset
18839
18840
18841 \series default
18842 AbC
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset Formula $\mathtt{AbC}$
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 \begin_inset Info
18864 type  "shortcut"
18865 arg   "font-typewriter"
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 </lyxtabular>
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Standard
18882 \begin_inset Note Greyedout
18883 status open
18884
18885 \begin_layout Plain Layout
18886
18887 \series bold
18888 【註】
18889 \backslash
18890 mathbb
18891 \series default
18892 様式と
18893 \series bold
18894
18895 \backslash
18896 mathcal
18897 \series default
18898 様式は、大文字にのみ使用することができます。
18899 \end_layout
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \begin_layout Standard
18907 既定では、
18908 \series bold
18909
18910 \backslash
18911 mathnormal
18912 \series default
18913 様式に設定されています。
18914 \end_layout
18915
18916 \begin_layout Standard
18917 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18918 \begin_inset Formula 
18919 \[
18920 \mathfrak{A=\frac{b}{C}}
18921 \]
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18930 \series bold
18931
18932 \backslash
18933 textrm
18934 \series default
18935 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18936 \begin_inset Foot
18937 status collapsed
18938
18939 \begin_layout Plain Layout
18940 \begin_inset CommandInset href
18941 LatexCommand href
18942 name "LyX-bug #4629"
18943 target "http://www.lyx.org/trac/ticket/4629"
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 書体様式コマンドの代わりに、
18957 \family sans
18958 編集\SpecialChar \menuseparator
18959 数学\SpecialChar \menuseparator
18960 文字様式
18961 \family default
18962 ダイアログや、
18963 \begin_inset Info
18964 type  "icon"
18965 arg   "math-insert \\font"
18966 \end_inset
18967
18968 を使用することもできます。
18969 \end_layout
18970
18971 \begin_layout Subsection
18972 ボールド体の数式
18973 \begin_inset CommandInset label
18974 LatexCommand label
18975 name "sub:ボールド体の数式"
18976
18977 \end_inset
18978
18979
18980 \begin_inset Index idx
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 すうしき@数式 ! ぼーるどたい@ボールド体
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Standard
18993 数式全体をボールド体にしようとすると、前節の
18994 \series bold
18995
18996 \backslash
18997 mathbf
18998 \series default
18999 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
19000 字してしまいます。
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset Formula 
19005 \[
19006 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
19007 \]
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \begin_layout Standard
19015 この数式を正しく表示するには、以下のように、
19016 \series bold
19017
19018 \backslash
19019 boldsymbol
19020 \series default
19021 コマンドを使用します。
19022 \begin_inset Formula 
19023 \[
19024 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
19025 \]
19026
19027 \end_inset
19028
19029 また、数式を
19030 \series bold
19031 boldmath環境
19032 \series default
19033 に設定する方法もあります。この環境は、TeXモードで
19034 \series bold
19035
19036 \backslash
19037 boldmath
19038 \begin_inset Index idx
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042 こまんど@コマンド ! B ! 
19043 \backslash
19044 boldmath
19045 \end_layout
19046
19047 \end_inset
19048
19049
19050 \series default
19051 コマンドを挿入することによって作ることができます。環境を閉じるには、
19052 \series bold
19053
19054 \backslash
19055 unboldmath
19056 \begin_inset Index idx
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060 こまんど@コマンド ! U ! 
19061 \backslash
19062 unboldmath
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \series default
19069 コマンドをTeXモードで挿入します。
19070 \begin_inset ERT
19071 status collapsed
19072
19073 \begin_layout Plain Layout
19074
19075
19076 \backslash
19077 boldmath 
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \begin_inset Formula 
19084 \[
19085 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
19086 \]
19087
19088 \end_inset
19089
19090
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096
19097 \backslash
19098 unboldmath 
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Subsection
19107 色付きの数式
19108 \begin_inset Index idx
19109 status collapsed
19110
19111 \begin_layout Plain Layout
19112 すうしき@数式 ! いろつき@色付き
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
19122 \begin_inset Formula 
19123 \[
19124 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19125 \]
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Standard
19133
19134 \begin_inset CommandInset ref
19135 LatexCommand ref
19136 reference "sub:色付きボックス"
19137
19138 \end_inset
19139
19140 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
19141 \series bold
19142
19143 \backslash
19144 textcolor
19145 \series default
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 こまんど@コマンド ! T ! 
19152 \backslash
19153 textcolor
19154 \end_layout
19155
19156 \end_inset
19157
19158 TeXコードコマンドで適用することができます。
19159 \end_layout
19160
19161 \begin_layout Standard
19162
19163 \series bold
19164
19165 \backslash
19166 textcolor{色}{文字ないし数式}
19167 \end_layout
19168
19169 \begin_layout Standard
19170 下記の例は、全体を濃緑にし、一部を赤にしています。
19171 \end_layout
19172
19173 \begin_layout Standard
19174 \begin_inset ERT
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178
19179
19180 \backslash
19181 textcolor{darkgreen}{
19182 \end_layout
19183
19184 \end_inset
19185
19186
19187 \begin_inset Formula 
19188 \[
19189 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19190 \]
19191
19192 \end_inset
19193
19194
19195 \begin_inset ERT
19196 status collapsed
19197
19198 \begin_layout Plain Layout
19199
19200 }
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Standard
19209 LyXのバグのため、自製色は数式全体に対してしか使用することができません
19210 \begin_inset Foot
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214 \begin_inset CommandInset href
19215 LatexCommand href
19216 name "LyX-bug #5269"
19217 target "http://www.lyx.org/trac/ticket/5269"
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Subsection
19230 書体寸法
19231 \begin_inset CommandInset label
19232 LatexCommand label
19233 name "sub:書体寸法"
19234
19235 \end_inset
19236
19237
19238 \begin_inset Index idx
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242 しょたい@書体 ! すんぽう@寸法
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Standard
19251 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
19252 \end_layout
19253
19254 \begin_layout Standard
19255
19256 \series bold
19257
19258 \backslash
19259 Huge
19260 \series default
19261
19262 \series bold
19263
19264 \backslash
19265 huge
19266 \series default
19267
19268 \series bold
19269
19270 \backslash
19271 LARGE
19272 \series default
19273
19274 \series bold
19275
19276 \backslash
19277 Large
19278 \series default
19279
19280 \series bold
19281
19282 \backslash
19283 large
19284 \series default
19285
19286 \series bold
19287
19288 \backslash
19289 normalsize
19290 \series default
19291
19292 \series bold
19293
19294 \backslash
19295 small
19296 \series default
19297 ,
19298 \begin_inset Newline newline
19299 \end_inset
19300
19301
19302 \series bold
19303
19304 \backslash
19305 footnotesize
19306 \series default
19307
19308 \series bold
19309
19310 \backslash
19311 scriptsize
19312 \series default
19313 、および
19314 \series bold
19315
19316 \backslash
19317 tiny
19318 \end_layout
19319
19320 \begin_layout Standard
19321 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19322 \series bold
19323
19324 \backslash
19325 normalsize
19326 \series default
19327 コマンドに設定されます。他のコマンドは、
19328 \series bold
19329
19330 \backslash
19331 normalsize
19332 \series default
19333 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19334 \begin_inset space \thinspace{}
19335 \end_inset
19336
19337 ptであるならば、
19338 \series bold
19339
19340 \backslash
19341 Huge
19342 \series default
19343 コマンドは
19344 \series bold
19345
19346 \backslash
19347 huge
19348 \series default
19349 コマンドと同じ大きさに落とされます。
19350 \end_layout
19351
19352 \begin_layout Standard
19353 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
19354 \series bold
19355
19356 \backslash
19357 normalsize
19358 \series default
19359 コマンドを挿入します。
19360 \end_layout
19361
19362 \begin_layout Standard
19363 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます
19364 \lang english
19365 or the toolbar button
19366 \lang japanese
19367  
19368 \begin_inset Info
19369 type  "icon"
19370 arg   "math-insert \\style"
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \begin_layout Standard
19377 \noindent
19378 \align center
19379 \begin_inset Tabular
19380 <lyxtabular version="3" rows="5" columns="2">
19381 <features rotate="0" tabularvalignment="middle">
19382 <column alignment="center" valignment="top">
19383 <column alignment="center" valignment="top">
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 コマンド
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 出力
19399 \begin_inset Note Note
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404 \series bold
19405
19406 \backslash
19407 raisebox
19408 \series default
19409  はスペーサーとして使用されているだけです。
19410 \end_layout
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 <row>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \backslash
19427 displaystyle
19428 \begin_inset Index idx
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432 こまんど@コマンド ! D ! 
19433 \backslash
19434 displaystyle
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 textstyle
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 scriptstyle
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 scriptscriptstyle
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 </lyxtabular>
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Standard
19540 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19541 \end_layout
19542
19543 \begin_layout Standard
19544 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19545 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19546 \begin_inset VSpace -2mm
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Standard
19553 \begin_inset ERT
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557
19558
19559 \backslash
19560 huge 
19561 \end_layout
19562
19563 \end_inset
19564
19565
19566 \begin_inset Formula 
19567 \[
19568 A=\frac{B}{c}\cdot\maltese
19569 \]
19570
19571 \end_inset
19572
19573
19574 \begin_inset Formula 
19575 \[
19576 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19577 \]
19578
19579 \end_inset
19580
19581
19582 \begin_inset ERT
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586
19587
19588 \backslash
19589 normalsize 
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 \begin_inset VSpace medskip
19599 \end_inset
19600
19601 二つの式の前には、
19602 \series bold
19603
19604 \backslash
19605 huge
19606 \series default
19607 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19608 \begin_inset Newline newline
19609 \end_inset
19610
19611
19612 \series bold
19613
19614 \backslash
19615 maltese
19616 \begin_inset space \textvisiblespace{}
19617 \end_inset
19618
19619 A Alt+M M 
19620 \backslash
19621 Large
19622 \begin_inset space \textvisiblespace{}
19623 \end_inset
19624
19625
19626 \backslash
19627 maltese
19628 \begin_inset space \textvisiblespace{}
19629 \end_inset
19630
19631
19632 \backslash
19633 textit
19634 \begin_inset space \textvisiblespace{}
19635 \end_inset
19636
19637 A
19638 \begin_inset Formula $\to$
19639 \end_inset
19640
19641
19642 \begin_inset Formula $\to$
19643 \end_inset
19644
19645
19646 \begin_inset Newline newline
19647 \end_inset
19648
19649
19650 \begin_inset space \hspace*{}
19651 \length 1cm
19652 \end_inset
19653
19654 Alt+M
19655 \series default
19656  
19657 \series bold
19658
19659 \backslash
19660 tiny
19661 \begin_inset space \textvisiblespace{}
19662 \end_inset
19663
19664
19665 \backslash
19666 maltese
19667 \begin_inset space \textvisiblespace{}
19668 \end_inset
19669
19670
19671 \backslash
19672 textit
19673 \begin_inset space \textvisiblespace{}
19674 \end_inset
19675
19676 A
19677 \begin_inset Newline newline
19678 \end_inset
19679
19680
19681 \series default
19682 のようになります。
19683 \end_layout
19684
19685 \begin_layout Standard
19686 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19687 \end_layout
19688
19689 \begin_layout Section
19690 ギリシャ文字
19691 \begin_inset Index idx
19692 status collapsed
19693
19694 \begin_layout Plain Layout
19695 ぎりしゃもじ@ギリシャ文字
19696 \end_layout
19697
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \begin_layout Standard
19704 すべてのギリシャ文字は、ツールバーボタンの
19705 \begin_inset Info
19706 type  "icon"
19707 arg   "math-insert \\alpha"
19708 \end_inset
19709
19710 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19711 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19712 \end_layout
19713
19714 \begin_layout Subsection
19715 小文字
19716 \begin_inset Index idx
19717 status collapsed
19718
19719 \begin_layout Plain Layout
19720 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \begin_layout Standard
19729 \begin_inset space \hfill{}
19730 \end_inset
19731
19732
19733 \begin_inset Tabular
19734 <lyxtabular version="3" rows="11" columns="2">
19735 <features rotate="0" tabularvalignment="middle">
19736 <column alignment="center" valignment="top" width="0pt">
19737 <column alignment="center" valignment="top" width="0pt">
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 コマンド
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 出力
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 alpha
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\alpha$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 beta
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\beta$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 gamma
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\gamma$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 delta
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\delta$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 epsilon
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\epsilon$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 varepsilon
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\varepsilon$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 zeta
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\zeta$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 eta
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\eta$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 theta
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\theta$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 vartheta
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\vartheta$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 </lyxtabular>
20009
20010 \end_inset
20011
20012
20013 \begin_inset space \hfill{}
20014 \end_inset
20015
20016
20017 \begin_inset Tabular
20018 <lyxtabular version="3" rows="12" columns="2">
20019 <features rotate="0" tabularvalignment="middle">
20020 <column alignment="center" valignment="top" width="0pt">
20021 <column alignment="center" valignment="top" width="0pt">
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 コマンド
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 出力
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 iota
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\iota$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 kappa
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\kappa$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 varkappa
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\varkappa$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 lambda
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset Formula $\lambda$
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 mu
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\mu$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 nu
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\nu$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197
20198 \backslash
20199 xi
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 \begin_inset Formula $\xi$
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 o
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $o$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 pi
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\pi$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 varpi
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\varpi$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 rho
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\rho$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 </lyxtabular>
20316
20317 \end_inset
20318
20319
20320 \begin_inset space \hfill{}
20321 \end_inset
20322
20323
20324 \begin_inset Tabular
20325 <lyxtabular version="3" rows="11" columns="2">
20326 <features rotate="0" tabularvalignment="middle">
20327 <column alignment="center" valignment="top" width="0pt">
20328 <column alignment="center" valignment="top" width="0pt">
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 コマンド
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343 出力
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 varrho
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\varrho$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 sigma
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\sigma$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 varsigma
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\varsigma$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 tau
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\tau$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 upsilon
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\upsilon$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 phi
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Formula $\phi$
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 <row>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504
20505 \backslash
20506 varphi
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 \begin_inset Formula $\varphi$
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 chi
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\chi$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 psi
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\psi$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 <row>
20575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579
20580 \backslash
20581 omega
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Formula $\omega$
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 </row>
20599 </lyxtabular>
20600
20601 \end_inset
20602
20603
20604 \begin_inset space \hfill{}
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \begin_layout Standard
20611 \begin_inset VSpace medskip
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Standard
20618 アップライト体のギリシャ文字を作成する方法は、第
20619 \begin_inset CommandInset ref
20620 LatexCommand ref
20621 reference "sub:アップライト体ギリシャ小文字"
20622
20623 \end_inset
20624
20625 節に説明されています。
20626 \end_layout
20627
20628 \begin_layout Subsection
20629 大文字
20630 \begin_inset Index idx
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \begin_layout Standard
20643 \begin_inset space \hfill{}
20644 \end_inset
20645
20646
20647 \begin_inset Tabular
20648 <lyxtabular version="3" rows="7" columns="2">
20649 <features rotate="0" tabularvalignment="middle">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \family roman
20659 \series medium
20660 \shape up
20661 \size normal
20662 \emph off
20663 \bar no
20664 \noun off
20665 \color none
20666 コマンド
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675
20676 \family roman
20677 \series medium
20678 \shape up
20679 \size normal
20680 \emph off
20681 \bar no
20682 \noun off
20683 \color none
20684 出力
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 </row>
20690 <row>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695
20696 \backslash
20697 Gamma
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 \begin_inset Formula $\Gamma$
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \backslash
20722 Delta
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Formula $\Delta$
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745
20746 \backslash
20747 Theta
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 \begin_inset Formula $\Theta$
20757 \end_inset
20758
20759
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \backslash
20772 Lambda
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 \begin_inset Formula $\Lambda$
20782 \end_inset
20783
20784
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \backslash
20797 Xi
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $\Xi$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \backslash
20822 Pi
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Formula $\Pi$
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 </lyxtabular>
20841
20842 \end_inset
20843
20844
20845 \begin_inset space \hfill{}
20846 \end_inset
20847
20848
20849 \begin_inset Tabular
20850 <lyxtabular version="3" rows="6" columns="2">
20851 <features rotate="0" tabularvalignment="middle">
20852 <column alignment="center" valignment="top" width="0pt">
20853 <column alignment="center" valignment="top" width="0pt">
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \family roman
20861 \series medium
20862 \shape up
20863 \size normal
20864 \emph off
20865 \bar no
20866 \noun off
20867 \color none
20868 コマンド
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \family roman
20879 \series medium
20880 \shape up
20881 \size normal
20882 \emph off
20883 \bar no
20884 \noun off
20885 \color none
20886 出力
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 </row>
20892 <row>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897
20898 \backslash
20899 Sigma
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Formula $\Sigma$
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 <row>
20918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922
20923 \backslash
20924 Upsilon
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Formula $\Upsilon$
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \backslash
20949 Phi
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Formula $\Phi$
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \backslash
20974 Psi
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 \begin_inset Formula $\Psi$
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \backslash
20999 Omega
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 \begin_inset Formula $\Omega$
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 </lyxtabular>
21018
21019 \end_inset
21020
21021
21022 \begin_inset space \hfill{}
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029 \begin_inset VSpace medskip
21030 \end_inset
21031
21032 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
21033 \series bold
21034 var
21035 \series default
21036 を付けてください。たとえば、
21037 \series bold
21038
21039 \backslash
21040 varGamma
21041 \series default
21042 コマンドは、
21043 \begin_inset Formula $\varGamma$
21044 \end_inset
21045
21046 を生成します。もう一つの方法は、パッケージ
21047 \series bold
21048 fixmath
21049 \series default
21050
21051 \begin_inset Foot
21052 status collapsed
21053
21054 \begin_layout Plain Layout
21055
21056 \series bold
21057 fixmath
21058 \series default
21059 は、LaTeXパッケージ
21060 \series bold
21061 was
21062 \series default
21063
21064 \begin_inset Index idx
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068 ぱっけーじ@パッケージ ! was
21069 \begin_inset ERT
21070 status collapsed
21071
21072 \begin_layout Plain Layout
21073
21074
21075 \backslash
21076 vspace{4mm}
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085
21086 に含まれています。
21087 \end_layout
21088
21089 \end_inset
21090
21091
21092 \begin_inset Index idx
21093 status collapsed
21094
21095 \begin_layout Plain Layout
21096 ぱっけーじ@パッケージ ! fixmath
21097 \end_layout
21098
21099 \end_inset
21100
21101 をLaTeXプリアンブル行に
21102 \end_layout
21103
21104 \begin_layout Standard
21105
21106 \series bold
21107
21108 \backslash
21109 usepackage{fixmath}
21110 \end_layout
21111
21112 \begin_layout Standard
21113 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
21114 \end_layout
21115
21116 \begin_layout Subsection
21117 ボールド体
21118 \begin_inset Index idx
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Standard
21131 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
21132 \series bold
21133
21134 \backslash
21135 boldsymbol
21136 \series default
21137 コマンドのみです
21138 \begin_inset Index idx
21139 status collapsed
21140
21141 \begin_layout Plain Layout
21142 こまんど@コマンド ! B ! 
21143 \backslash
21144 boldsymbol
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \begin_layout Standard
21153 \align center
21154 \begin_inset Tabular
21155 <lyxtabular version="3" rows="3" columns="2">
21156 <features rotate="0" tabularvalignment="middle">
21157 <column alignment="center" valignment="top">
21158 <column alignment="center" valignment="top">
21159 <row>
21160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 コマンド
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 出力
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 </row>
21179 <row>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184
21185 \backslash
21186 Upsilon
21187 \backslash
21188 boldsymbol
21189 \backslash
21190 Upsilon
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 theta
21216 \backslash
21217 boldsymbol
21218 \backslash
21219 theta
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\theta\boldsymbol{\theta}$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 </lyxtabular>
21238
21239 \end_inset
21240
21241
21242 \begin_inset Newpage newpage
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Section
21249 記号
21250 \begin_inset ERT
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254
21255
21256 \backslash
21257 texorpdfstring{
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \begin_inset Foot
21264 status collapsed
21265
21266 \begin_layout Plain Layout
21267 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
21268 \begin_inset CommandInset citation
21269 LatexCommand cite
21270 key "Symbols"
21271
21272 \end_inset
21273
21274 にあります。
21275 \end_layout
21276
21277 \end_inset
21278
21279
21280 \begin_inset ERT
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284
21285 }{}
21286 \end_layout
21287
21288 \end_inset
21289
21290
21291 \begin_inset Note Note
21292 status collapsed
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21298 \end_layout
21299
21300 \begin_layout Plain Layout
21301
21302 \backslash
21303 texorpdfstringについての詳細は、第
21304 \begin_inset CommandInset ref
21305 LatexCommand ref
21306 reference "sub:節見出し中の数式"
21307
21308 \end_inset
21309
21310 節にあります。
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \begin_inset Index idx
21317 status collapsed
21318
21319 \begin_layout Plain Layout
21320 きごう@記号
21321 \end_layout
21322
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \begin_layout Standard
21329 本節に掲げてある各記号の多くは、ツールバーボタンの
21330 \begin_inset Info
21331 type  "icon"
21332 arg   "math-insert \\nabla"
21333 \end_inset
21334
21335
21336 \begin_inset Info
21337 type  "icon"
21338 arg   "math-insert \\digamma"
21339 \end_inset
21340
21341 でも挿入することができます。
21342 \end_layout
21343
21344 \begin_layout Subsection
21345 数学記号
21346 \begin_inset CommandInset label
21347 LatexCommand label
21348 name "sub:数学記号"
21349
21350 \end_inset
21351
21352
21353 \begin_inset Index idx
21354 status collapsed
21355
21356 \begin_layout Plain Layout
21357 きごう@記号 ! すうがく@数学
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \begin_inset space \hfill{}
21367 \end_inset
21368
21369
21370 \begin_inset Tabular
21371 <lyxtabular version="3" rows="10" columns="2">
21372 <features rotate="0" tabularvalignment="middle">
21373 <column alignment="center" valignment="top" width="0pt">
21374 <column alignment="center" valignment="top" width="0pt">
21375 <row>
21376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 コマンド
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 出力
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 neg
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\neg$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 Im
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\Im$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 Re
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\Re$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 aleph
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\aleph$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 partial
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\partial$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 infty
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\infty$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 wp
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\wp$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 <row>
21571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \backslash
21577 imath
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 \begin_inset Formula $\imath$
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 </row>
21595 <row>
21596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600
21601 \backslash
21602 jmath
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 \begin_inset Formula $\jmath$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 </lyxtabular>
21621
21622 \end_inset
21623
21624
21625 \begin_inset space \hfill{}
21626 \end_inset
21627
21628
21629 \begin_inset Tabular
21630 <lyxtabular version="3" rows="10" columns="2">
21631 <features rotate="0" tabularvalignment="middle">
21632 <column alignment="center" valignment="top" width="0pt">
21633 <column alignment="center" valignment="top" width="0pt">
21634 <row>
21635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 コマンド
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 出力
21649 \begin_inset Note Note
21650 status collapsed
21651
21652 \begin_layout Plain Layout
21653 ここで
21654 \series bold
21655
21656 \backslash
21657 raisebox
21658 \series default
21659 はスペーサーとして使用しているだけです。
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \backslash
21677 forall
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Formula $\forall$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 exists
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\exists$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 nexists
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\nexists$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 emptyset
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\emptyset$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 varnothing
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\varnothing$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 dag
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\dag$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 ddag
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\ddag$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 complement
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset ERT
21862 status collapsed
21863
21864 \begin_layout Plain Layout
21865
21866
21867 \backslash
21868 raisebox{-0.8mm}{
21869 \end_layout
21870
21871 \end_inset
21872
21873
21874 \begin_inset Formula $\complement$
21875 \end_inset
21876
21877
21878 \begin_inset ERT
21879 status collapsed
21880
21881 \begin_layout Plain Layout
21882
21883 }
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \backslash
21901 Bbbk
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 \begin_inset Formula $\Bbbk$
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 </lyxtabular>
21920
21921 \end_inset
21922
21923
21924 \begin_inset space \hfill{}
21925 \end_inset
21926
21927
21928 \begin_inset Tabular
21929 <lyxtabular version="3" rows="10" columns="2">
21930 <features rotate="0" tabularvalignment="middle">
21931 <column alignment="center" valignment="top" width="0pt">
21932 <column alignment="center" valignment="top" width="0pt">
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 コマンド
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 出力
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 prime
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\prime$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 backprime
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\backprime$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 mho
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\mho$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 triangle
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\triangle$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 angle
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\angle$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \backslash
22085 measuredangle
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\measuredangle$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 sphericalangle
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\sphericalangle$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \backslash
22135 top
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\top$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \backslash
22160 bot
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\bot$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 </lyxtabular>
22179
22180 \end_inset
22181
22182
22183 \begin_inset space \hfill{}
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Subsection
22190 その他の記号
22191 \begin_inset CommandInset label
22192 LatexCommand label
22193 name "sub:その他の記号"
22194
22195 \end_inset
22196
22197
22198 \begin_inset Index idx
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202 きごう@記号 ! そのた@その他
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \noindent
22212 \align center
22213 \begin_inset Tabular
22214 <lyxtabular version="3" rows="10" columns="2">
22215 <features rotate="0" tabularvalignment="middle">
22216 <column alignment="center" valignment="top" width="0pt">
22217 <column alignment="center" valignment="top" width="0pt">
22218 <row>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \family roman
22225 \series medium
22226 \shape up
22227 \size normal
22228 \emph off
22229 \bar no
22230 \noun off
22231 \color none
22232 コマンド
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241
22242 \family roman
22243 \series medium
22244 \shape up
22245 \size normal
22246 \emph off
22247 \bar no
22248 \noun off
22249 \color none
22250 出力
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 flat
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\flat$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 natural
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\natural$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 sharp
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\sharp$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 surd
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\surd$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 checkmark
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\checkmark$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 yen
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\yen$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 pounds
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\pounds$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 $
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $\$$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 <row>
22455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 §
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Formula $\mathsection$
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 </lyxtabular>
22478
22479 \end_inset
22480
22481
22482 \begin_inset Tabular
22483 <lyxtabular version="3" rows="10" columns="2">
22484 <features rotate="0" tabularvalignment="middle">
22485 <column alignment="center" valignment="top">
22486 <column alignment="center" valignment="top">
22487 <row>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \family roman
22494 \series medium
22495 \shape up
22496 \size normal
22497 \emph off
22498 \bar no
22499 \noun off
22500 \color none
22501 コマンド
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \family roman
22512 \series medium
22513 \shape up
22514 \size normal
22515 \emph off
22516 \bar no
22517 \noun off
22518 \color none
22519 出力
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 hbar
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\hbar$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 hslash
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\hslash$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 clubsuit
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\clubsuit$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 spadesuit
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\spadesuit$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 bigstar
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\bigstar$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 blacklozenge
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\blacklozenge$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 blacktriangle
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\blacktriangle$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 blacktiangledown
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\blacktriangledown$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 bullet
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\bullet$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 </lyxtabular>
22751
22752 \end_inset
22753
22754
22755 \begin_inset Tabular
22756 <lyxtabular version="3" rows="10" columns="2">
22757 <features rotate="0" tabularvalignment="middle">
22758 <column alignment="center" valignment="top" width="0pt">
22759 <column alignment="center" valignment="top" width="0pt">
22760 <row>
22761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \family roman
22767 \series medium
22768 \shape up
22769 \size normal
22770 \emph off
22771 \bar no
22772 \noun off
22773 \color none
22774 コマンド
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \family roman
22785 \series medium
22786 \shape up
22787 \size normal
22788 \emph off
22789 \bar no
22790 \noun off
22791 \color none
22792 出力
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 diamondsuit
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\diamondsuit$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 Diamond
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\Diamond$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 heartsuit
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\heartsuit$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 P
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\P$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 copyright
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\copyright$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 circledR
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\circledR$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 maltese
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\maltese$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 diagup
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\diagup$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 diagdown
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\diagdown$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 </lyxtabular>
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \begin_inset VSpace medskip
23032 \end_inset
23033
23034 ここにある以上の記号が、第
23035 \begin_inset CommandInset ref
23036 LatexCommand ref
23037 reference "sub:他の特殊文字"
23038
23039 \end_inset
23040
23041 節に挙げてあります。
23042 \end_layout
23043
23044 \begin_layout Standard
23045 寸法を変えて表示することのできる記号もあります。第
23046 \begin_inset CommandInset ref
23047 LatexCommand ref
23048 reference "sub:書体寸法"
23049
23050 \end_inset
23051
23052 節をご参照下さい。
23053 \end_layout
23054
23055 \begin_layout Subsection
23056 ユーロ通貨記号
23057 \begin_inset Index idx
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \begin_inset Index idx
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 @
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 officialeuro
23082 \end_layout
23083
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
23096 \series bold
23097 eurosym
23098 \series default
23099
23100 \begin_inset Index idx
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104 ぱっけーじ@パッケージ ! eurosym
23105 \end_layout
23106
23107 \end_inset
23108
23109 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
23110 \end_layout
23111
23112 \begin_layout Standard
23113
23114 \series bold
23115
23116 \backslash
23117 usepackage[gennarrow]{eurosym}
23118 \end_layout
23119
23120 \begin_layout Standard
23121 すると、ユーロ通貨記号を
23122 \series bold
23123
23124 \backslash
23125 euro
23126 \series default
23127
23128 \begin_inset Index idx
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132 こまんど@コマンド ! E ! 
23133 \backslash
23134 euro
23135 \end_layout
23136
23137 \end_inset
23138
23139 コマンドで挿入することができるようになります。
23140 \end_layout
23141
23142 \begin_layout Standard
23143 数式テキストには、
23144 \series bold
23145 eurosym
23146 \series default
23147 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
23148 \series bold
23149 eurosym
23150 \series default
23151 が導入されていれば、
23152 \series bold
23153
23154 \backslash
23155 euro
23156 \series default
23157 はTeXモードでも挿入することができます。また、正式な通貨記号を
23158 \series bold
23159
23160 \backslash
23161 officialeuro
23162 \series default
23163
23164 \begin_inset Index idx
23165 status collapsed
23166
23167 \begin_layout Plain Layout
23168 こまんど@コマンド ! O ! 
23169 \backslash
23170 officialeuro
23171 \end_layout
23172
23173 \end_inset
23174
23175 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 ifeurosym 
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \begin_inset Note Note
23193 status open
23194
23195 \begin_layout Plain Layout
23196 以下の表は、LaTeXパッケージ
23197 \series bold
23198 eurosym
23199 \series default
23200 が導入済みのときのみ表示されます。
23201 \end_layout
23202
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \begin_layout Standard
23209 以下は、各ユーロ通貨記号のまとめです。
23210 \end_layout
23211
23212 \begin_layout Standard
23213 \align center
23214 \begin_inset Tabular
23215 <lyxtabular version="3" rows="4" columns="3">
23216 <features rotate="0" tabularvalignment="middle">
23217 <column alignment="center" valignment="top" width="0pt">
23218 <column alignment="center" valignment="top" width="0pt">
23219 <column alignment="center" valignment="top" width="0pt">
23220 <row>
23221 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 コマンド
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 出力
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 数式
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \backslash
23265 euro
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 \begin_inset Formula $\euro$
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 数式テキスト
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 (ユーロ記号)
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 (ユーロ記号)
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 TeXモード
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 officialeuro
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 officialeuro
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 </lyxtabular>
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 \begin_inset ERT
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367
23368
23369 \backslash
23370 else 
23371 \end_layout
23372
23373 \end_inset
23374
23375
23376 \begin_inset Note Note
23377 status open
23378
23379 \begin_layout Plain Layout
23380 以下は、LaTeXパッケージ
23381 \series bold
23382 eurosym
23383 \series default
23384 が導入されていないときのみ表示されます。
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \begin_layout Standard
23393 本節の残りを出力としてみるためには、LaTeXパッケージ
23394 \series bold
23395 eurosym
23396 \series default
23397 を導入する必要があります。
23398 \end_layout
23399
23400 \begin_layout Standard
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 fi 
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Section
23417 関係子
23418 \begin_inset CommandInset label
23419 LatexCommand label
23420 name "sec:関係子"
23421
23422 \end_inset
23423
23424
23425 \begin_inset Index idx
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 かんけいし@関係子
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \begin_inset Index idx
23436 status collapsed
23437
23438 \begin_layout Plain Layout
23439 ひかくし@比較子|see
23440 \begin_inset ERT
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444
23445 {
23446 \end_layout
23447
23448 \end_inset
23449
23450 関係子
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455
23456 }
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 関係子はすべて、ツールバーボタンの
23471 \begin_inset Info
23472 type  "icon"
23473 arg   "math-insert \\leq"
23474 \end_inset
23475
23476 でも挿入することができます。
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset space \hfill{}
23481 \end_inset
23482
23483
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="17" columns="2">
23486 <features rotate="0" tabularvalignment="middle">
23487 <column alignment="center" valignment="top" width="0pt">
23488 <column alignment="center" valignment="top" width="0pt">
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 コマンド
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 出力
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $<$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $<$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 le
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\le$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 ll
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\ll$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 prec
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\prec$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 preceq
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\preceq$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 subset
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\subset$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 subseteq
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\subseteq$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 sqsubseteq
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\sqsubseteq$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 in
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\in$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 vdash
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\vdash$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 smile
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\smile$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 lhd
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\lhd$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \backslash
23817 unlhd
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $\unlhd$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \backslash
23842 gtrless
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $\gtrless$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 mid
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $\mid$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 nmid
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\nmid$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 </lyxtabular>
23911
23912 \end_inset
23913
23914
23915 \begin_inset space \hfill{}
23916 \end_inset
23917
23918
23919 \begin_inset Tabular
23920 <lyxtabular version="3" rows="17" columns="2">
23921 <features rotate="0" tabularvalignment="middle">
23922 <column alignment="center" valignment="top" width="0pt">
23923 <column alignment="center" valignment="top" width="0pt">
23924 <row>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 コマンド
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 出力
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 =
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $=$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 not=
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\not=$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 equiv
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\equiv$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 sim
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\sim$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 simeq
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\simeq$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072
24073 \backslash
24074 approx
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $\approx$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 cong
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset Formula $\cong$
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 bowtie
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Formula $\bowtie$
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 notin
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $\notin$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 perp
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $\perp$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 </row>
24192 <row>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197
24198 \backslash
24199 propto
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Formula $\propto$
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 </row>
24217 <row>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \backslash
24224 asymp
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 \begin_inset Formula $\asymp$
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 <row>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247
24248 \backslash
24249 doteq
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 \begin_inset Formula $\doteq$
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 circeq
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Formula $\circeq$
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 <row>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 models
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 \begin_inset Formula $\models$
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 </row>
24317 <row>
24318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 widehat=
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 \begin_inset Formula $\widehat{=}$
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 </lyxtabular>
24343
24344 \end_inset
24345
24346
24347 \begin_inset space \hfill{}
24348 \end_inset
24349
24350
24351 \begin_inset Tabular
24352 <lyxtabular version="3" rows="17" columns="2">
24353 <features rotate="0" tabularvalignment="middle">
24354 <column alignment="center" valignment="top" width="0pt">
24355 <column alignment="center" valignment="top" width="0pt">
24356 <row>
24357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \family roman
24363 \series medium
24364 \shape up
24365 \size normal
24366 \emph off
24367 \bar no
24368 \noun off
24369 \color none
24370 コマンド
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \family roman
24381 \series medium
24382 \shape up
24383 \size normal
24384 \emph off
24385 \bar no
24386 \noun off
24387 \color none
24388 出力
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 <row>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399 \begin_inset Formula $>$
24400 \end_inset
24401
24402
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 supset
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $\supset$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 supseteq
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 \begin_inset Formula $\supseteq$
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 <row>
24571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575
24576 \backslash
24577 sqsupseteq
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 \begin_inset Formula $\sqsupseteq$
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600
24601 \backslash
24602 ni
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset Formula $\ni$
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \backslash
24627 dashv
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636 \begin_inset Formula $\dashv$
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 </row>
24645 <row>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \backslash
24652 frown
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 \begin_inset Formula $\frown$
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 </row>
24670 <row>
24671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 rhd
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 \begin_inset Formula $\rhd$
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 unrhd
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 \begin_inset Formula $\unrhd$
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 </row>
24720 <row>
24721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725
24726 \backslash
24727 lessgtr
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 \begin_inset Formula $\lessgtr$
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 </row>
24745 <row>
24746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 parallel
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 \begin_inset Formula $\parallel$
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 </row>
24770 <row>
24771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 nparallel
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 \begin_inset Formula $\nparallel$
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 </row>
24795 </lyxtabular>
24796
24797 \end_inset
24798
24799
24800 \begin_inset space \hfill{}
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 \begin_inset VSpace medskip
24808 \end_inset
24809
24810
24811 \series bold
24812
24813 \backslash
24814 lhd
24815 \series default
24816
24817 \series bold
24818
24819 \backslash
24820 rhd
24821 \series default
24822 の文字は、同じように見える演算子
24823 \series bold
24824
24825 \backslash
24826 triangleleft
24827 \series default
24828 および
24829 \series bold
24830
24831 \backslash
24832 triangleright
24833 \series default
24834 よりも大きくなっています。
24835 \end_layout
24836
24837 \begin_layout Standard
24838
24839 \lang english
24840 LyX supports also many special relations.
24841  Use the toolbar button
24842 \lang japanese
24843  
24844 \begin_inset Info
24845 type  "icon"
24846 arg   "math-insert \\leqq"
24847 \end_inset
24848
24849  
24850 \lang english
24851 to see a list of these relations
24852 \lang japanese
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 関係子は、記号とは違って、つねに前後に余白が置かれます。
24858 \end_layout
24859
24860 \begin_layout Standard
24861
24862 \series bold
24863
24864 \backslash
24865 stackrel
24866 \series default
24867
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 こまんど@コマンド ! S ! 
24873 \backslash
24874 stackrel
24875 \end_layout
24876
24877 \end_inset
24878
24879 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24880 \end_layout
24881
24882 \begin_layout Standard
24883 \align center
24884 \begin_inset Tabular
24885 <lyxtabular version="3" rows="2" columns="2">
24886 <features rotate="0" tabularvalignment="middle">
24887 <column alignment="center" valignment="top">
24888 <column alignment="center" valignment="top">
24889 <row>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 コマンド
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 出力
24904 \begin_inset Note Note
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 ここで
24909 \series bold
24910
24911 \backslash
24912 raisebox
24913 \series default
24914 はスペーサーとして使用しているだけです。
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 </row>
24925 <row>
24926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 A(r)
24931 \backslash
24932 stackrel
24933 \begin_inset space \textvisiblespace{}
24934 \end_inset
24935
24936 r
24937 \backslash
24938 to
24939 \backslash
24940 infty
24941 \begin_inset space \textvisiblespace{}
24942 \end_inset
24943
24944
24945 \begin_inset Formula $\downarrow$
24946 \end_inset
24947
24948
24949 \backslash
24950 approx
24951 \begin_inset space \textvisiblespace{}
24952 \end_inset
24953
24954
24955 \begin_inset space \textvisiblespace{}
24956 \end_inset
24957
24958 B
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 </row>
24976 </lyxtabular>
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Section
24984 関数
24985 \end_layout
24986
24987 \begin_layout Subsection
24988 定義済み関数
24989 \begin_inset CommandInset label
24990 LatexCommand label
24991 name "sub:定義済み函数"
24992
24993 \end_inset
24994
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 かんすう@関数 ! ていぎずみ@定義済み
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 一般的に、数式表現では変数は
25010 \shape italic
25011 イタリック体
25012 \shape default
25013 に設定されますが、関数名はイタリック体にしません。なぜなら、
25014 \begin_inset Formula $sin$
25015 \end_inset
25016
25017
25018 \begin_inset Formula $s\cdot i\cdot n$
25019 \end_inset
25020
25021 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
25022 ックスラッシュを加えたコマンドとして挿入します。
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \align center
25027 \begin_inset Tabular
25028 <lyxtabular version="3" rows="2" columns="4">
25029 <features rotate="0" tabularvalignment="middle">
25030 <column alignment="center" valignment="top" width="0pt">
25031 <column alignment="center" valignment="top" width="0pt">
25032 <column alignment="center" valignment="top" width="0pt">
25033 <column alignment="center" valignment="top" width="0pt">
25034 <row>
25035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 コマンド
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 出力
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 コマンド
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 出力
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 Asin(x)+B
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 \begin_inset Formula $Asin(x)+B$
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 A
25099 \backslash
25100 sin(x)+B
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109 \begin_inset Formula $A\sin(x)+B$
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Standard
25126 以下の関数が定義済みです。
25127 \end_layout
25128
25129 \begin_layout Standard
25130 \begin_inset VSpace -2mm
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \align center
25138 \begin_inset Tabular
25139 <lyxtabular version="3" rows="9" columns="4">
25140 <features rotate="0" tabularvalignment="middle">
25141 <column alignment="center" valignment="top" width="0pt">
25142 <column alignment="center" valignment="top" width="0pt">
25143 <column alignment="center" valignment="top" width="0pt">
25144 <column alignment="center" valignment="top" width="0pt">
25145 <row>
25146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150 コマンド
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 コマンド
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 コマンド
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 コマンド
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 sin
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 sinh
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 arcsin
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \backslash
25223 sup
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 cos
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245
25246 \backslash
25247 cosh
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \backslash
25258 arccos
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 inf
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 tan
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 tanh
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 arctan
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 lim
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 </row>
25321 <row>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 cot
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 coth
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \backslash
25350 arg
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 liminf
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 <row>
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 sec
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383
25384 \backslash
25385 min
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394
25395 \backslash
25396 deg
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 limsup
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 </row>
25413 <row>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \backslash
25420 csc
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429
25430 \backslash
25431 max
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 det
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451
25452 \backslash
25453 Pr
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464
25465 \backslash
25466 ln
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475
25476 \backslash
25477 exp
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 dim
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497
25498 \backslash
25499 hom
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 </row>
25505 <row>
25506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510
25511 \backslash
25512 lg
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 log
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 ker
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 gcd
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 </lyxtabular>
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 上記は、数式ツールバーボタンの
25560 \begin_inset Info
25561 type  "icon"
25562 arg   "math-insert \\functions"
25563 \end_inset
25564
25565 でも挿入することができます。
25566 \end_layout
25567
25568 \begin_layout Subsection
25569 自己定義関数
25570 \begin_inset Index idx
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 かんすう@関数 ! じこていぎ@自己定義
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \begin_layout Standard
25583 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25584 \end_layout
25585
25586 \begin_layout Itemize
25587 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
25588 \begin_inset Foot
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593 \series bold
25594
25595 \backslash
25596 DeclareMathOperator
25597 \series default
25598 についての詳細は、第
25599 \begin_inset CommandInset ref
25600 LatexCommand ref
25601 reference "sub:自己定義演算子"
25602
25603 \end_inset
25604
25605 節をご参照下さい。
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \begin_inset Newline newline
25612 \end_inset
25613
25614
25615 \begin_inset VSpace -3mm
25616 \end_inset
25617
25618
25619 \begin_inset Newline newline
25620 \end_inset
25621
25622
25623 \series bold
25624
25625 \backslash
25626 DeclareMathOperator{
25627 \backslash
25628 sgn}{sgn}
25629 \series default
25630
25631 \begin_inset Index idx
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635 こまんど@コマンド ! D ! 
25636 \backslash
25637 dbinom@
25638 \backslash
25639 DeclareMathOperator
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \begin_inset Newline newline
25646 \end_inset
25647
25648
25649 \begin_inset VSpace -2mm
25650 \end_inset
25651
25652
25653 \begin_inset Newline newline
25654 \end_inset
25655
25656 これによって、新しく定義された関数を
25657 \series bold
25658
25659 \backslash
25660 sgn
25661 \series default
25662 コマンドで呼び出すことができるようになります。
25663 \end_layout
25664
25665 \begin_layout Itemize
25666 数式を普通に書き下し、関数名を選択して(上記の例では
25667 \emph on
25668 sgn
25669 \emph default
25670 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25671 \end_layout
25672
25673 \begin_layout Standard
25674 双方とも定義済み関数と同等の出力をもたらします
25675 \begin_inset Foot
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Standard
25688 \align center
25689 \begin_inset Tabular
25690 <lyxtabular version="3" rows="3" columns="2">
25691 <features rotate="0" tabularvalignment="middle">
25692 <column alignment="center" valignment="top" width="0pt">
25693 <column alignment="center" valignment="top" width="0pt">
25694 <row>
25695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 コマンド
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708 出力
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 </row>
25714 <row>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 A
25720 \backslash
25721 sgn(x)+B
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730 \begin_inset Formula $A\sgn(x)+B$
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 </row>
25739 <row>
25740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744 A
25745 \backslash
25746 ,
25747 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25748 \end_inset
25749
25750 (x)+B
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 </row>
25768 </lyxtabular>
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25777 \end_layout
25778
25779 \begin_layout Subsection
25780 極限
25781 \begin_inset Index idx
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785 きょくげん@極限
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 極限用には、
25795 \series bold
25796
25797 \backslash
25798 lim
25799 \series default
25800
25801 \begin_inset Index idx
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 こまんど@コマンド ! L ! 
25806 \backslash
25807 lim
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \series bold
25814
25815 \backslash
25816 liminf
25817 \series default
25818
25819 \series bold
25820
25821 \backslash
25822 limsup
25823 \series default
25824 の他に、以下の関数があります。
25825 \end_layout
25826
25827 \begin_layout Standard
25828 \align center
25829 \begin_inset Tabular
25830 <lyxtabular version="3" rows="5" columns="2">
25831 <features rotate="0" tabularvalignment="middle">
25832 <column alignment="center" valignment="top">
25833 <column alignment="center" valignment="top">
25834 <row>
25835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 コマンド
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 出力
25849 \begin_inset Note Note
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 ここで
25854 \series bold
25855
25856 \backslash
25857 raisebox
25858 \series default
25859 はスペーサーとして使用しているだけです。
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 </row>
25870 <row>
25871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875
25876 \backslash
25877 varliminf
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886 \begin_inset Formula $\varliminf$
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 </row>
25895 <row>
25896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900
25901 \backslash
25902 varlimsup
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Formula $\varlimsup$
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 varprojlim
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 \begin_inset Formula $\varprojlim$
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 varinjlim
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset Formula $\varinjlim$
25962 \end_inset
25963
25964
25965 \begin_inset Formula $\raisebox{-2.5mm}{}$
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 </row>
25974 </lyxtabular>
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset VSpace medskip
25983 \end_inset
25984
25985 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25986 \end_layout
25987
25988 \begin_layout Standard
25989 \align center
25990 \begin_inset Tabular
25991 <lyxtabular version="3" rows="2" columns="2">
25992 <features rotate="0" tabularvalignment="middle">
25993 <column alignment="center" valignment="top" width="0pt">
25994 <column alignment="center" valignment="top" width="0pt">
25995 <row>
25996 <cell alignment="center" valignment="top" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 コマンド
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 <cell alignment="center" valignment="top" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009 \begin_inset space \hspace{}
26010 \length 1cm
26011 \end_inset
26012
26013 出力
26014 \begin_inset Note Note
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018 ここで
26019 \series bold
26020
26021 \backslash
26022 raisebox
26023 \series default
26024 はスペーサーとして使用しているだけです。
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 lim_x
26043 \backslash
26044 to
26045 \begin_inset space \textvisiblespace{}
26046 \end_inset
26047
26048 A
26049 \begin_inset space \textvisiblespace{}
26050 \end_inset
26051
26052 x=B
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 <cell alignment="center" valignment="top" usebox="none">
26058 \begin_inset Text
26059
26060 \begin_layout Plain Layout
26061 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 </lyxtabular>
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
26079 \begin_inset Formula 
26080 \[
26081 \lim_{x\to A}x=B
26082 \]
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \begin_inset VSpace medskip
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097
26098 \lang english
26099 How to adjust the typesetting of the limits see 
26100 \lang japanese
26101
26102 \begin_inset CommandInset ref
26103 LatexCommand ref
26104 reference "sub:演算子の範囲"
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Subsection
26112 剰余関数
26113 \begin_inset Index idx
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117 かんすう@関数 ! じょうよ@剰余
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \begin_inset Index idx
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127 かんすう@関数 ! もじゅらす@モジュラス | see
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133 {
26134 \end_layout
26135
26136 \end_inset
26137
26138 剰余
26139 \begin_inset ERT
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143
26144 }
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 剰余関数は、特別に4つの派生型があります。
26159 \end_layout
26160
26161 \begin_layout Standard
26162 以下は、別行立て数式での派生型です。
26163 \begin_inset Formula 
26164 \begin{align*}
26165 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26166 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26167 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26168 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26169 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26170 \end{align*}
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
26179 のように文字をTeX括弧で囲みます。
26180 \begin_inset Formula 
26181 \begin{align*}
26182 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26183 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26184 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
26185 \end{align*}
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \begin_layout Section
26193 特殊文字
26194 \begin_inset Index idx
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198 とくしゅもじ@特殊文字
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \begin_layout Subsection
26207 数式テキストにおける特殊文字
26208 \end_layout
26209
26210 \begin_layout Standard
26211 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
26212 \end_layout
26213
26214 \begin_layout Standard
26215 \begin_inset space \hfill{}
26216 \end_inset
26217
26218
26219 \begin_inset Tabular
26220 <lyxtabular version="3" rows="8" columns="2">
26221 <features rotate="0" tabularvalignment="middle">
26222 <column alignment="block" valignment="top">
26223 <column alignment="block" valignment="top">
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 コマンド
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 出力
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 oe
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Formula $\textrm{œ}$
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274
26275 \backslash
26276 OE
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Formula $\textrm{Œ}$
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 ae
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\textrm{æ}$
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 AE
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset Formula $\textrm{Æ}$
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 aa
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 \begin_inset Formula $\textrm{\aa}$
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374
26375 \backslash
26376 AA
26377 \begin_inset Index idx
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382 \lang english
26383
26384 \backslash
26385 @
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 textrm{
26394 \backslash
26395 AA}
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\textrm{Å}$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 i
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Formula $\textrm{ı}$
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 </lyxtabular>
26449
26450 \end_inset
26451
26452
26453 \begin_inset space \hfill{}
26454 \end_inset
26455
26456
26457 \begin_inset Tabular
26458 <lyxtabular version="3" rows="8" columns="2">
26459 <features rotate="0" tabularvalignment="middle">
26460 <column alignment="block" valignment="top">
26461 <column alignment="center" valignment="top">
26462 <row>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 コマンド
26468 \begin_inset Note Note
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 0
26473 \begin_inset space \thinspace{}
26474 \end_inset
26475
26476 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 出力
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 </row>
26496 <row>
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501
26502 \backslash
26503 o
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 \begin_inset Formula $\textrm{ø}$
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 O
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset Formula $\textrm{Ø}$
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 <row>
26547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \backslash
26553 l
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Formula $\textrm{ł}$
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 <row>
26572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576
26577 \backslash
26578 L
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Plain Layout
26587 \begin_inset Formula $\textrm{Ł}$
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 </row>
26596 <row>
26597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601 !
26602 \begin_inset space \hspace{}
26603 \length 0mm
26604 \end_inset
26605
26606 `
26607 \begin_inset space \textvisiblespace{}
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \end_inset
26614 </cell>
26615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619 \begin_inset Formula $\textrm{!`}$
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row>
26629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 ?
26634 \begin_inset space \hspace{}
26635 \length 0mm
26636 \end_inset
26637
26638 `
26639 \begin_inset space \textvisiblespace{}
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 \begin_inset Formula $\textrm{?`}$
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 </row>
26660 <row>
26661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665
26666 \backslash
26667 j
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 \begin_inset Formula $\textrm{ȷ}$
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 </row>
26685 </lyxtabular>
26686
26687 \end_inset
26688
26689
26690 \begin_inset space \hfill{}
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Standard
26697 \begin_inset Formula $\textrm{\textrm{Å}}$
26698 \end_inset
26699
26700
26701 \begin_inset Formula $\textrm{\textrm{Ø}}$
26702 \end_inset
26703
26704 の各文字は、数式ツールバーボタンの
26705 \begin_inset Info
26706 type  "icon"
26707 arg   "math-insert \\digamma"
26708 \end_inset
26709
26710 からも挿入することができます。
26711 \end_layout
26712
26713 \begin_layout Standard
26714 例外は、
26715 \series bold
26716 !
26717 \begin_inset space \hspace{}
26718 \length 0mm
26719 \end_inset
26720
26721 `
26722 \series default
26723
26724 \series bold
26725 ?
26726 \begin_inset space \hspace{}
26727 \length 0mm
26728 \end_inset
26729
26730 `
26731 \series default
26732 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26733 \end_layout
26734
26735 \begin_layout Subsection
26736 文章中のアクセント
26737 \begin_inset CommandInset label
26738 LatexCommand label
26739 name "sub:文章中のアクセント"
26740
26741 \end_inset
26742
26743
26744 \begin_inset Index idx
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \begin_layout Standard
26757 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26758 \end_layout
26759
26760 \begin_layout Standard
26761 \begin_inset space \hfill{}
26762 \end_inset
26763
26764
26765 \begin_inset Tabular
26766 <lyxtabular version="3" rows="8" columns="2">
26767 <features rotate="0" tabularvalignment="middle">
26768 <column alignment="block" valignment="top">
26769 <column alignment="block" valignment="top">
26770 <row>
26771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775 コマンド
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 出力
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795
26796 \backslash
26797
26798 \begin_inset Quotes grd
26799 \end_inset
26800
26801 e
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 \begin_inset ERT
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814
26815
26816 \backslash
26817 "e
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 </row>
26828 <row>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833
26834 \backslash
26835 `e
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 `e
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 <row>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \backslash
26869 ^
26870 \begin_inset space \textvisiblespace{}
26871 \end_inset
26872
26873 e
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 \begin_inset ERT
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886
26887
26888 \backslash
26889 ^e
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 </row>
26900 <row>
26901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905
26906 \backslash
26907 =e
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 =e
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939
26940 \backslash
26941 u
26942 \begin_inset space \textvisiblespace{}
26943 \end_inset
26944
26945 e
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 u e
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 <row>
26973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26974 \begin_inset Text
26975
26976 \begin_layout Plain Layout
26977
26978 \backslash
26979 b
26980 \begin_inset space \textvisiblespace{}
26981 \end_inset
26982
26983 e
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset ERT
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997
26998 \backslash
26999 b e
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row>
27011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015
27016 \backslash
27017 t
27018 \begin_inset space \textvisiblespace{}
27019 \end_inset
27020
27021 ee
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 t ee
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 </row>
27048 </lyxtabular>
27049
27050 \end_inset
27051
27052
27053 \begin_inset space \hfill{}
27054 \end_inset
27055
27056
27057 \begin_inset Tabular
27058 <lyxtabular version="3" rows="8" columns="2">
27059 <features rotate="0" tabularvalignment="middle">
27060 <column alignment="block" valignment="top">
27061 <column alignment="center" valignment="top">
27062 <row>
27063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27064 \begin_inset Text
27065
27066 \begin_layout Plain Layout
27067 コマンド
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27073 \begin_inset Text
27074
27075 \begin_layout Plain Layout
27076 出力
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 H
27090 \begin_inset space \textvisiblespace{}
27091 \end_inset
27092
27093 e
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102 \begin_inset ERT
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106
27107
27108 \backslash
27109 H e
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \end_inset
27118 </cell>
27119 </row>
27120 <row>
27121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27122 \begin_inset Text
27123
27124 \begin_layout Plain Layout
27125
27126 \backslash
27127 'e
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140
27141
27142 \backslash
27143 'e
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 </row>
27154 <row>
27155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159
27160 \backslash
27161 ~e
27162 \begin_inset Index idx
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167 \lang english
27168 Tilde
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182 \begin_inset ERT
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186
27187
27188 \backslash
27189 ~e
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \end_inset
27198 </cell>
27199 </row>
27200 <row>
27201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205
27206 \backslash
27207 .e
27208 \end_layout
27209
27210 \end_inset
27211 </cell>
27212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221
27222 \backslash
27223 .e
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 </row>
27234 <row>
27235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239
27240 \backslash
27241 v
27242 \begin_inset space \textvisiblespace{}
27243 \end_inset
27244
27245 e
27246 \end_layout
27247
27248 \end_inset
27249 </cell>
27250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27251 \begin_inset Text
27252
27253 \begin_layout Plain Layout
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 v e
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 </row>
27272 <row>
27273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277
27278 \backslash
27279 d
27280 \begin_inset space \textvisiblespace{}
27281 \end_inset
27282
27283 e
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292 \begin_inset ERT
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297
27298 \backslash
27299 d e
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 </row>
27310 <row>
27311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \backslash
27317 c
27318 \begin_inset space \textvisiblespace{}
27319 \end_inset
27320
27321 e
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Plain Layout
27330 \begin_inset ERT
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334
27335
27336 \backslash
27337 c e
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 </row>
27348 </lyxtabular>
27349
27350 \end_inset
27351
27352
27353 \begin_inset space \hfill{}
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset VSpace medskip
27361 \end_inset
27362
27363
27364 \series bold
27365
27366 \backslash
27367 t
27368 \series default
27369 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27370 \series bold
27371
27372 \backslash
27373 t
27374 \begin_inset space \textvisiblespace{}
27375 \end_inset
27376
27377 sz
27378 \series default
27379 は、
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385
27386 \backslash
27387 t sz
27388 \end_layout
27389
27390 \end_inset
27391
27392 となります。
27393 \end_layout
27394
27395 \begin_layout Standard
27396
27397 \series bold
27398 `
27399 \series default
27400  ・
27401 \series bold
27402  '
27403 \series default
27404  ・ 
27405 \series bold
27406 ^
27407 \series default
27408  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27409 \begin_inset Foot
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27414 \end_layout
27415
27416 \end_inset
27417
27418
27419 \series bold
27420 ~
27421 \series default
27422 を、
27423 \emph on
27424 a
27425 \emph default
27426
27427 \emph on
27428 n
27429 \emph default
27430
27431 \emph on
27432 o
27433 \emph default
27434 といっしょに使うときも同様です。
27435 \end_layout
27436
27437 \begin_layout Standard
27438
27439 \series bold
27440
27441 \backslash
27442 b
27443 \series default
27444
27445 \series bold
27446
27447 \backslash
27448 c
27449 \series default
27450
27451 \series bold
27452
27453 \backslash
27454 d
27455 \series default
27456
27457 \series bold
27458
27459 \backslash
27460 H
27461 \series default
27462
27463 \series bold
27464
27465 \backslash
27466 t
27467 \series default
27468
27469 \series bold
27470
27471 \backslash
27472 u
27473 \series default
27474
27475 \series bold
27476
27477 \backslash
27478 v
27479 \series default
27480 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27481 。第
27482 \begin_inset CommandInset ref
27483 LatexCommand ref
27484 reference "sub:一文字に付けるアクセント"
27485
27486 \end_inset
27487
27488 節をご参照下さい。
27489 \end_layout
27490
27491 \begin_layout Standard
27492 \begin_inset VSpace bigskip
27493 \end_inset
27494
27495 さらに、
27496 \series bold
27497
27498 \backslash
27499 textcircled
27500 \series default
27501
27502 \begin_inset Index idx
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 こまんど@コマンド ! T ! 
27507 \backslash
27508 textcircled
27509 \end_layout
27510
27511 \end_inset
27512
27513 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 \align center
27519 \begin_inset Tabular
27520 <lyxtabular version="3" rows="3" columns="2">
27521 <features rotate="0" tabularvalignment="middle">
27522 <column alignment="center" valignment="top">
27523 <column alignment="center" valignment="top">
27524 <row>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529 コマンド
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538 出力
27539 \begin_inset Note Note
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 ここで
27544 \series bold
27545
27546 \backslash
27547 raisebox
27548 \series default
27549 はスペーサーとして使用しているだけです。
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 </row>
27560 <row>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565
27566 \backslash
27567 textcircled{w}
27568 \end_layout
27569
27570 \end_inset
27571 </cell>
27572 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Plain Layout
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 textcircled{w}
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 </row>
27594 <row>
27595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Plain Layout
27599
27600 \backslash
27601 Large 
27602 \backslash
27603 textcircled{
27604 \backslash
27605 normalsize
27606 \backslash
27607 protect
27608 \backslash
27609 raisebox{-1.5pt}{W}}
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 \begin_inset Formula $\raisebox{4.5mm}{}$
27619 \end_inset
27620
27621
27622 \begin_inset ERT
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626
27627
27628 \backslash
27629 Large 
27630 \backslash
27631 textcircled{
27632 \backslash
27633 normalsize
27634 \backslash
27635 protect
27636 \backslash
27637 raisebox{-1.5pt}W}
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \begin_inset Formula $\raisebox{-2mm}{}$
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 </row>
27652 </lyxtabular>
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27661 \series bold
27662
27663 \backslash
27664 Large
27665 \series default
27666
27667 \begin_inset Foot
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672 \begin_inset CommandInset ref
27673 LatexCommand ref
27674 reference "sub:書体寸法"
27675
27676 \end_inset
27677
27678 節参照のこと。
27679 \end_layout
27680
27681 \end_inset
27682
27683 で丸の大きさを指定しています。そして
27684 \series bold
27685
27686 \backslash
27687 raisebox
27688 \series default
27689
27690 \begin_inset Foot
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "sub:枠なしボックス"
27698
27699 \end_inset
27700
27701 節参照のこと。
27702 \end_layout
27703
27704 \end_inset
27705
27706 を使って、文字が真ん中にくるようにしています。
27707 \end_layout
27708
27709 \begin_layout Subsection
27710 小数字
27711 \begin_inset Index idx
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 しょうすうじ@小数字
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Standard
27724 小数字(minuscule number)は、
27725 \series bold
27726
27727 \backslash
27728 oldstylenums
27729 \series default
27730
27731 \begin_inset Index idx
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735 こまんど@コマンド ! O ! 
27736 \backslash
27737 oldstylenums
27738 \end_layout
27739
27740 \end_inset
27741
27742 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27743 \end_layout
27744
27745 \begin_layout Standard
27746
27747 \series bold
27748
27749 \backslash
27750 oldstylenums{数字}
27751 \end_layout
27752
27753 \begin_layout Standard
27754 です。
27755 \series bold
27756
27757 \backslash
27758 oldstylenums{0123456789}
27759 \series default
27760 というコマンドは、
27761 \begin_inset Formula $\oldstylenums{0123456789}$
27762 \end_inset
27763
27764 のようになります。
27765 \end_layout
27766
27767 \begin_layout Subsection
27768 他の特殊文字
27769 \begin_inset CommandInset label
27770 LatexCommand label
27771 name "sub:他の特殊文字"
27772
27773 \end_inset
27774
27775
27776 \begin_inset Index idx
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 とくしゅもじ@特殊文字 ! たの@他の
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Standard
27789 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27790 \end_layout
27791
27792 \begin_layout Standard
27793 \align center
27794 \begin_inset Tabular
27795 <lyxtabular version="3" rows="4" columns="2">
27796 <features rotate="0" tabularvalignment="middle">
27797 <column alignment="center" valignment="top">
27798 <column alignment="center" valignment="top">
27799 <row>
27800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 コマンド
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 出力
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 </row>
27819 <row>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824
27825 \backslash
27826 ^
27827 \begin_inset space \textvisiblespace{}
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 \begin_inset Formula $\mathcircumflex$
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 </row>
27848 <row>
27849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853
27854 \backslash
27855 _
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 \begin_inset Formula $\_$
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 </row>
27873 <row>
27874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878 ^
27879 \begin_inset space \textvisiblespace{}
27880 \end_inset
27881
27882
27883 \backslash
27884 circ
27885 \begin_inset Index idx
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890 \lang english
27891
27892 \backslash
27893
27894 \end_layout
27895
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 \begin_inset Formula $^{\circ}$
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 </row>
27916 </lyxtabular>
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 しかしながら、角度記号
27925 \begin_inset Formula $^{\circ}$
27926 \end_inset
27927
27928 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27929 \begin_inset Foot
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933 この件に関する詳細は、第
27934 \begin_inset CommandInset ref
27935 LatexCommand ref
27936 reference "sub:数式中のテキスト文字"
27937
27938 \end_inset
27939
27940 節にあります。
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949
27950 \series bold
27951
27952 \backslash
27953 DeclareInputtext{176}{
27954 \backslash
27955 ifmmode^
27956 \backslash
27957 circ
27958 \backslash
27959 else
27960 \backslash
27961 textdegree
27962 \backslash
27963 fi}
27964 \begin_inset Newpage newpage
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Section
27971 数式様式
27972 \begin_inset CommandInset label
27973 LatexCommand label
27974 name "sec:数式様式"
27975
27976 \end_inset
27977
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 すうしき@数式 ! ようしき@様式
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Itemize
27992 以下の二つの配置様式があります。
27993 \end_layout
27994
27995 \begin_deeper
27996 \begin_layout Description
27997 中央揃え 事前に定義された標準です。
27998 \end_layout
27999
28000 \begin_layout Description
28001 行頭下げ これを使うには、
28002 \family sans
28003 文書\SpecialChar \menuseparator
28004 設定
28005 \family default
28006 メニューの
28007 \family sans
28008 文書クラス
28009 \family default
28010 において、
28011 \series bold
28012 fleqn
28013 \series default
28014 オプションを指定しておかなくてはなりません。
28015 \end_layout
28016
28017 \begin_layout Standard
28018
28019 \series bold
28020 行頭下げ
28021 \series default
28022 を用いる場合には、行頭下げの大きさを
28023 \series bold
28024
28025 \backslash
28026 mathindent
28027 \series default
28028
28029 \begin_inset Index idx
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033 こまんど@コマンド ! M ! 
28034 \backslash
28035 mathindent
28036 \end_layout
28037
28038 \end_inset
28039
28040 の値で調整することができます。これを15
28041 \begin_inset space \thinspace{}
28042 \end_inset
28043
28044 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050
28051 \backslash
28052 setlength{
28053 \backslash
28054 mathindent}{15mm}
28055 \end_layout
28056
28057 \begin_layout Standard
28058
28059 \series bold
28060
28061 \backslash
28062 mathindent
28063 \series default
28064 を明示的に指定しない場合には、事前に定義されている30
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 ptが適用されます。
28069 \end_layout
28070
28071 \end_deeper
28072 \begin_layout Itemize
28073 また、以下の二つの連番様式があります。
28074 \end_layout
28075
28076 \begin_deeper
28077 \begin_layout Description
28078 右 事前に定義された標準です。
28079 \end_layout
28080
28081 \begin_layout Description
28082 左 これを使うには、
28083 \family sans
28084 文書\SpecialChar \menuseparator
28085 設定
28086 \family default
28087 メニューの
28088 \family sans
28089 文書クラス
28090 \family default
28091 において、
28092 \series bold
28093 leqno
28094 \series default
28095 オプションを指定しておかなくてはなりません。
28096 \end_layout
28097
28098 \end_deeper
28099 \begin_layout Standard
28100
28101 \series bold
28102 fleqn
28103 \series default
28104
28105 \series bold
28106 leqno
28107 \series default
28108 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
28109 \end_layout
28110
28111 \begin_layout Standard
28112 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
28113 \series bold
28114 中央揃え
28115 \series default
28116 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
28117 \begin_inset CommandInset ref
28118 LatexCommand ref
28119 reference "sub:flalign環境"
28120
28121 \end_inset
28122
28123 節をご覧下さい。
28124 \end_layout
28125
28126 \begin_layout Section
28127 多行数式
28128 \begin_inset CommandInset label
28129 LatexCommand label
28130 name "sec:多行数式"
28131
28132 \end_inset
28133
28134
28135 \begin_inset Index idx
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 すうしき@数式 ! たぎょう@多行
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Subsection
28148 概要
28149 \end_layout
28150
28151 \begin_layout Standard
28152 LyXでは、多行数式は、数式中で
28153 \begin_inset Info
28154 type  "shortcut"
28155 arg   "newline-insert newline"
28156 \end_inset
28157
28158 を押すことで作られます。この操作によって、第
28159 \begin_inset CommandInset ref
28160 LatexCommand ref
28161 reference "sub:eqnarray環境"
28162
28163 \end_inset
28164
28165 節に述べられている
28166 \series bold
28167 eqnarray環境
28168 \series default
28169 が作り出されるか、あるいは文書設定で
28170 \family sans
28171 AMS mathパッケージを使う
28172 \family default
28173 オプションが選択されている場合には、第
28174 \begin_inset CommandInset ref
28175 LatexCommand ref
28176 reference "sub:標準align環境"
28177
28178 \end_inset
28179
28180 節に述べられている
28181 \series bold
28182 align環境
28183 \series default
28184 が作り出されることになります。
28185 \end_layout
28186
28187 \begin_layout Standard
28188 他にも、
28189 \family sans
28190 挿入\SpecialChar \menuseparator
28191 数式
28192 \family default
28193 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28194 \end_layout
28195
28196 \begin_layout Standard
28197 すべての多行数式において、新規行は、
28198 \begin_inset Info
28199 type  "shortcut"
28200 arg   "newline-insert newline"
28201 \end_inset
28202
28203 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28204 \begin_inset Info
28205 type  "icon"
28206 arg   "inset-modify tabular append-row"
28207 \end_inset
28208
28209
28210 \begin_inset Info
28211 type  "icon"
28212 arg   "inset-modify tabular delete-row"
28213 \end_inset
28214
28215 を使うか、
28216 \family sans
28217 編集\SpecialChar \menuseparator
28218 行と列
28219 \family default
28220 メニューを使うことができます。
28221 \end_layout
28222
28223 \begin_layout Subsubsection
28224 行間
28225 \begin_inset CommandInset label
28226 LatexCommand label
28227 name "sub:行間"
28228
28229 \end_inset
28230
28231
28232 \begin_inset Index idx
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Standard
28245 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28246 \begin_inset Formula 
28247 \begin{eqnarray*}
28248 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}\\
28249 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
28250 \end{eqnarray*}
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Standard
28258 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
28259 \begin_inset Foot
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 \begin_inset CommandInset href
28264 LatexCommand href
28265 name "LyX-bug #1505"
28266 target "http://www.lyx.org/trac/ticket/1505"
28267
28268 \end_inset
28269
28270 を参照。
28271 \end_layout
28272
28273 \end_inset
28274
28275 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28276 \series bold
28277
28278 \backslash
28279
28280 \backslash
28281 [3mm]
28282 \series default
28283 というコマンドを入れます。すると、次のようになります。
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289
28290 \backslash
28291 begin{eqnarray*}
28292 \end_layout
28293
28294 \begin_layout Plain Layout
28295
28296 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28297  = & 
28298 \backslash
28299 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28300 \backslash
28301
28302 \backslash
28303 [3mm]
28304 \end_layout
28305
28306 \begin_layout Plain Layout
28307
28308 4x^{2}
28309 \backslash
28310 left(B^{2}+x_{0}^{2}
28311 \backslash
28312 right)+4x_{0}x
28313 \backslash
28314 left(D-B^{2}
28315 \backslash
28316 right)+B^{2}
28317 \backslash
28318 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28319 \backslash
28320 right) & = & 0
28321 \end_layout
28322
28323 \begin_layout Plain Layout
28324
28325
28326 \backslash
28327 end{eqnarray*}
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 \begin_inset VSpace bigskip
28337 \end_inset
28338
28339 同一数式内のすべての行の行間を一律に指定するには、
28340 \series bold
28341
28342 \backslash
28343 jot
28344 \series default
28345
28346 \begin_inset Index idx
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 こまんど@コマンド ! J ! 
28351 \backslash
28352 jot
28353 \end_layout
28354
28355 \end_inset
28356
28357 変数を変更します。定義は、
28358 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
28359 \end_inset
28360
28361 となっています。
28362 \series bold
28363
28364 \backslash
28365 jot
28366 \series default
28367 の既定値は、3
28368 \begin_inset space \thinspace{}
28369 \end_inset
28370
28371 ptです。上記の例のように、行間を3
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375 mm追加するには、
28376 \end_layout
28377
28378 \begin_layout Standard
28379
28380 \series bold
28381
28382 \backslash
28383 setlength{
28384 \backslash
28385 jot}{3mm+3pt}
28386 \end_layout
28387
28388 \begin_layout Standard
28389 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 usepackage{calc}
28398 \end_layout
28399
28400 \begin_layout Standard
28401 という行を入れて、LaTeXパッケージ
28402 \series bold
28403 calc
28404 \series default
28405
28406 \begin_inset Foot
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411 \series bold
28412 calc
28413 \series default
28414 は標準的なLaTeX頒布版のすべてに付属しています。
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \begin_inset Index idx
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424 ぱっけーじ@パッケージ ! calc
28425 \end_layout
28426
28427 \end_inset
28428
28429  を読み込んでおく必要があります。すると、
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435
28436 \backslash
28437 setlength{
28438 \backslash
28439 jot}{3mm+3pt}
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \begin_inset Formula 
28446 \begin{eqnarray*}
28447 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}\\
28448 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
28449 \end{eqnarray*}
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 setlength{
28465 \backslash
28466 jot}{3pt}
28467 \end_layout
28468
28469 \end_inset
28470
28471 のような結果を得ます。行間を既定値に戻すには、
28472 \series bold
28473
28474 \backslash
28475 jot
28476 \series default
28477 をふたたび3
28478 \begin_inset space \thinspace{}
28479 \end_inset
28480
28481 ptに戻します。
28482 \end_layout
28483
28484 \begin_layout Subsubsection
28485 列間
28486 \begin_inset CommandInset label
28487 LatexCommand label
28488 name "sub:列間"
28489
28490 \end_inset
28491
28492
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 列間は、
28512 \series bold
28513
28514 \backslash
28515 arraycolsep
28516 \series default
28517
28518 \begin_inset Index idx
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 こまんど@コマンド ! A ! 
28523 \backslash
28524 arraycolsep
28525 \end_layout
28526
28527 \end_inset
28528
28529 変数を使って指定し、
28530 \begin_inset Newline newline
28531 \end_inset
28532
28533 列間 = 2
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537
28538 \series bold
28539
28540 \backslash
28541 arraycolsep
28542 \series default
28543
28544 \begin_inset Newline newline
28545 \end_inset
28546
28547 という関係があります。したがって、
28548 \end_layout
28549
28550 \begin_layout Standard
28551
28552 \series bold
28553
28554 \backslash
28555 setlength{
28556 \backslash
28557 arraycolsep}{1cm}
28558 \end_layout
28559
28560 \begin_layout Standard
28561 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28562 \begin_inset space \thinspace{}
28563 \end_inset
28564
28565 cmになります。これを既定値に戻すには、
28566 \series bold
28567
28568 \backslash
28569 arraycolsep
28570 \series default
28571 を5
28572 \begin_inset space \thinspace{}
28573 \end_inset
28574
28575 ptに戻して下さい。
28576 \end_layout
28577
28578 \begin_layout Standard
28579 以下は、2
28580 \begin_inset space \thinspace{}
28581 \end_inset
28582
28583 cmの列間を持つ数式です。
28584 \begin_inset ERT
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588
28589
28590 \backslash
28591 setlength{
28592 \backslash
28593 arraycolsep}{1cm}
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \begin_inset Formula 
28600 \begin{eqnarray*}
28601 A & = & B\\
28602 C & \ne & A
28603 \end{eqnarray*}
28604
28605 \end_inset
28606
28607 行列の既定の列間10
28608 \begin_inset space \thinspace{}
28609 \end_inset
28610
28611 ptを持つ数式です。
28612 \begin_inset ERT
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616
28617
28618 \backslash
28619 setlength{
28620 \backslash
28621 arraycolsep}{5pt}
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \begin_inset Formula 
28628 \begin{eqnarray*}
28629 A & = & B\\
28630 C & \ne & A
28631 \end{eqnarray*}
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \begin_layout Subsubsection
28639 長い数式
28640 \begin_inset Index idx
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 すうしき@数式 ! ながい@長い
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 長い数式は、以下の方法を使って組版することができます。
28654 \end_layout
28655
28656 \begin_layout Itemize
28657 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28658 \begin_inset Formula 
28659 \begin{eqnarray}
28660 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 \\
28661  &  & -\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}
28662 \end{eqnarray}
28663
28664 \end_inset
28665
28666 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28667 示されません。これを避けるために、マイナス記号の後に
28668 \series bold
28669
28670 \backslash
28671 hspace
28672 \series default
28673 .
28674 \begin_inset Foot
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678
28679 \series bold
28680
28681 \backslash
28682 hspace
28683 \series default
28684 に関しての詳細は、第
28685 \begin_inset CommandInset ref
28686 LatexCommand ref
28687 reference "sub:可変長の空白"
28688
28689 \end_inset
28690
28691 節をご覧下さい。
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \begin_inset Index idx
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 こまんど@コマンド ! H ! 
28702 \backslash
28703 hspace
28704 \end_layout
28705
28706 \end_inset
28707
28708 コマンドを使って3
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 pt空白を入れてあります。
28713 \end_layout
28714
28715 \begin_layout Itemize
28716 数式の両辺がともに長すぎるときには、
28717 \series bold
28718
28719 \backslash
28720 lefteqn
28721 \series default
28722
28723 \begin_inset Index idx
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 こまんど@コマンド ! L ! 
28728 \backslash
28729 lefteqn
28730 \end_layout
28731
28732 \end_inset
28733
28734 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28735 \begin_inset Formula 
28736 \begin{eqnarray}
28737 \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 \\
28738  &  & -\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 \\
28739  &  & =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}
28740 \end{eqnarray}
28741
28742 \end_inset
28743
28744
28745 \series bold
28746
28747 \backslash
28748 lefteqn
28749 \series default
28750 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28755 \begin_inset VSpace medskip
28756 \end_inset
28757
28758
28759 \begin_inset Newline newline
28760 \end_inset
28761
28762
28763 \begin_inset Note Greyedout
28764 status open
28765
28766 \begin_layout Plain Layout
28767
28768 \series bold
28769
28770 \backslash
28771 lefteqn
28772 \series default
28773 を使用する際には、以下のことにご注意下さい。
28774 \end_layout
28775
28776 \begin_layout Itemize
28777 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28778 \begin_inset Formula $-B^{2}$
28779 \end_inset
28780
28781 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28782 \end_layout
28783
28784 \begin_layout Itemize
28785 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28786 \begin_inset Foot
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790 \begin_inset CommandInset href
28791 LatexCommand href
28792 name "LyX-bug #1429"
28793 target "http://www.lyx.org/trac/ticket/1429"
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \end_inset
28801
28802 。カーソルを行頭に合わせて、矢印
28803 \begin_inset Flex Ruby
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807
28808 \begin_inset Argument post:1
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 キー
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \end_inset
28821
28822 で移動するしかありません。
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Itemize
28831 長い数式を組む他の方法として、第
28832 \begin_inset CommandInset ref
28833 LatexCommand ref
28834 reference "sub:multline環境"
28835
28836 \end_inset
28837
28838 節と第
28839 \begin_inset CommandInset ref
28840 LatexCommand ref
28841 reference "sub:数式の一部の多行化"
28842
28843 \end_inset
28844
28845 節で述べられている環境を用いる方法があります。
28846 \end_layout
28847
28848 \begin_layout Subsubsection
28849
28850 \lang english
28851 Multiline Fractions
28852 \begin_inset CommandInset label
28853 LatexCommand label
28854 name "sub:Multiline-Fractions"
28855
28856 \end_inset
28857
28858
28859 \lang japanese
28860
28861 \begin_inset Index idx
28862 status open
28863
28864 \begin_layout Plain Layout
28865 ぶんすう@分数 ! 
28866 \lang english
28867 Multiline
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876
28877 \lang english
28878 There are cases where the denominator and/or the numerator of a fraction
28879  is so long that the fraction does not fit into one line.
28880  It is then necessary to add a line break within the fraction.
28881  This can be done using the command
28882 \lang japanese
28883  
28884 \series bold
28885
28886 \backslash
28887 splitfrac
28888 \series default
28889
28890 \begin_inset Index idx
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 こまんど@コマンド ! S ! 
28895 \backslash
28896 splitfrac
28897 \end_layout
28898
28899 \end_inset
28900
28901 。 
28902 \lang english
28903 To activate it, set in the document settings under 
28904 \family sans
28905 Math
28906 \begin_inset space ~
28907 \end_inset
28908
28909 Options
28910 \family default
28911  for the package 
28912 \series bold
28913 \lang japanese
28914 mathtools
28915 \series default
28916
28917 \begin_inset Index idx
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 ぱっけーじ@パッケージ ! mathtools
28922 \end_layout
28923
28924 \end_inset
28925
28926  
28927 \lang english
28928 the option 
28929 \family sans
28930 Load
28931 \begin_inset space ~
28932 \end_inset
28933
28934 always
28935 \family default
28936 .
28937  
28938 \series bold
28939
28940 \backslash
28941 splitfrac
28942 \series default
28943  has the scheme
28944 \end_layout
28945
28946 \begin_layout Standard
28947
28948 \series bold
28949 \lang english
28950
28951 \backslash
28952 splitfrac{first line}{second line}
28953 \end_layout
28954
28955 \begin_layout Standard
28956
28957 \lang english
28958 and is used as denominator and/or numerator:
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset Formula 
28963 \[
28964 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}
28965 \]
28966
28967 \end_inset
28968
28969
28970 \lang english
28971 The command for the first numerator above is:
28972 \end_layout
28973
28974 \begin_layout Standard
28975
28976 \series bold
28977
28978 \backslash
28979 splitfrac{xy+xy+xy+xy+xy
28980 \begin_inset space \textvisiblespace{}
28981 \end_inset
28982
28983
28984 \backslash
28985 {+wy+wy+wy+wy
28986 \end_layout
28987
28988 \begin_layout Subsubsection
28989 多行にわたる括弧
28990 \begin_inset CommandInset label
28991 LatexCommand label
28992 name "sub:多行にわたる括弧"
28993
28994 \end_inset
28995
28996
28997 \begin_inset Index idx
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
29011 \begin_inset Formula 
29012 \begin{eqnarray*}
29013 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29014  &  & \left.\cdots+B-D\right]
29015 \end{eqnarray*}
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Standard
29023 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
29024 \end_layout
29025
29026 \begin_layout Standard
29027 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
29028 \series bold
29029
29030 \backslash
29031 right.
29032 \series default
29033
29034 \begin_inset Index idx
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 こまんど@コマンド ! R ! 
29039 \backslash
29040 right
29041 \end_layout
29042
29043 \end_inset
29044
29045 とし、二行めの始めを
29046 \series bold
29047
29048 \backslash
29049 left.
29050 \begin_inset Foot
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054
29055 \series bold
29056
29057 \backslash
29058 left
29059 \series default
29060
29061 \series bold
29062
29063 \backslash
29064 right
29065 \series default
29066 に関する詳細は、第
29067 \begin_inset CommandInset ref
29068 LatexCommand ref
29069 reference "sub:自動の括弧丈"
29070
29071 \end_inset
29072
29073 節をご覧下さい。
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \series default
29080
29081 \begin_inset Index idx
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 こまんど@コマンド ! L ! 
29086 \backslash
29087 left
29088 \end_layout
29089
29090 \end_inset
29091
29092 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
29093 \series bold
29094
29095 \backslash
29096 left.
29097 \series default
29098 の後に、
29099 \series bold
29100
29101 \backslash
29102 vphantom
29103 \series default
29104
29105 \begin_inset space \textvisiblespace{}
29106 \end_inset
29107
29108
29109 \series bold
29110
29111 \backslash
29112 prod
29113 \series default
29114 ^
29115 \begin_inset space \textvisiblespace{}
29116 \end_inset
29117
29118
29119 \series bold
29120
29121 \backslash
29122 infty
29123 \series default
29124
29125 \begin_inset space \textvisiblespace{}
29126 \end_inset
29127
29128
29129 \series bold
29130
29131 \begin_inset Formula $\downarrow$
29132 \end_inset
29133
29134 _R=1}
29135 \series default
29136
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 こまんど@コマンド ! V ! 
29142 \backslash
29143 vphantom
29144 \end_layout
29145
29146 \end_inset
29147
29148 というコマンドを挿入します。
29149 \end_layout
29150
29151 \begin_layout Standard
29152 その結果が以下の数式です。
29153 \begin_inset Formula 
29154 \begin{eqnarray*}
29155 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29156  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29157 \end{eqnarray*}
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Subsection
29165 align環境
29166 \end_layout
29167
29168 \begin_layout Standard
29169 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
29170 \end_layout
29171
29172 \begin_layout Standard
29173 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
29174 \end_layout
29175
29176 \begin_layout Standard
29177 align環境は、
29178 \family sans
29179 挿入\SpecialChar \menuseparator
29180 数式
29181 \family default
29182 メニューから作ることができます。
29183 \family sans
29184 編集\SpecialChar \menuseparator
29185 数式\SpecialChar \menuseparator
29186 数式の表記を変更
29187 \family default
29188 メニューを使えば、既存の数式をalign環境に変更することができます。
29189 \end_layout
29190
29191 \begin_layout Standard
29192 列を追加したり削除したりするには、数式ツールバーボタンの
29193 \begin_inset Info
29194 type  "icon"
29195 arg   "inset-modify tabular append-column"
29196 \end_inset
29197
29198
29199 \begin_inset Info
29200 type  "icon"
29201 arg   "inset-modify tabular delete-column"
29202 \end_inset
29203
29204 を使うか、
29205 \family sans
29206 編集\SpecialChar \menuseparator
29207 行と列
29208 \family default
29209 メニューを使います。
29210 \end_layout
29211
29212 \begin_layout Subsubsection
29213 標準align環境
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "sub:標準align環境"
29217
29218 \end_inset
29219
29220
29221 \begin_inset Index idx
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Standard
29234 このalign環境は、数式中で
29235 \begin_inset Info
29236 type  "shortcut"
29237 arg   "newline-insert newline"
29238 \end_inset
29239
29240 を押すか、
29241 \family sans
29242 挿入\SpecialChar \menuseparator
29243 数式\SpecialChar \menuseparator
29244 AMS align環境
29245 \family default
29246 メニューで作ることができます。
29247 \end_layout
29248
29249 \begin_layout Standard
29250 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29251 \begin_inset Formula 
29252 \begin{align*}
29253 A & =\sin(B) & C & =D\\
29254 C & \ne A & B & \ne D
29255 \end{align*}
29256
29257 \end_inset
29258
29259 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29260 \series bold
29261
29262 \backslash
29263 hfill
29264 \begin_inset Foot
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269 \series bold
29270
29271 \backslash
29272 hfill
29273 \series default
29274 に関する詳細は、第
29275 \begin_inset CommandInset ref
29276 LatexCommand ref
29277 reference "sub:可変長の空白"
29278
29279 \end_inset
29280
29281 節をご覧下さい。
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \series default
29288 があるかのように配置されます。数式様式として
29289 \series bold
29290 行頭下げ
29291 \begin_inset Foot
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295
29296 \series bold
29297 数式様式については、第
29298 \series default
29299
29300 \begin_inset CommandInset ref
29301 LatexCommand ref
29302 reference "sec:数式様式"
29303
29304 \end_inset
29305
29306 節をご覧下さい。
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \series default
29313 を使う場合には、第一列の前の
29314 \series bold
29315
29316 \backslash
29317 hfill
29318 \series default
29319 はない形で数式が設定されます。
29320 \end_layout
29321
29322 \begin_layout Subsubsection
29323 alignat環境
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Standard
29337 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29338 \begin_inset CommandInset ref
29339 LatexCommand ref
29340 reference "sub:空白"
29341
29342 \end_inset
29343
29344 節に述べられている空白を使用して手動で入れます。
29345 \end_layout
29346
29347 \begin_layout Standard
29348 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29349 \begin_inset space \thinspace{}
29350 \end_inset
29351
29352 cmの空白を入れたものです。
29353 \begin_inset Formula 
29354 \begin{alignat*}{2}
29355 A & =\sin(B) & \hspace{1cm}C & =D\\
29356 C & \ne A & B & \ne D
29357 \end{alignat*}
29358
29359 \end_inset
29360
29361 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29362 \end_layout
29363
29364 \begin_layout Subsubsection
29365 flalign環境
29366 \begin_inset CommandInset label
29367 LatexCommand label
29368 name "sub:flalign環境"
29369
29370 \end_inset
29371
29372
29373 \begin_inset Index idx
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29387 \begin_inset Formula 
29388 \begin{flalign*}
29389 A & =1 & B & =2 & C & =3\\
29390 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29391 \end{flalign*}
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
29400 \series bold
29401 中央揃え
29402 \series default
29403 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29404 \begin_inset CommandInset ref
29405 LatexCommand eqref
29406 reference "eq:VolInt"
29407
29408 \end_inset
29409
29410 式を行頭下げにしたものです。
29411 \begin_inset Formula 
29412 \begin{flalign}
29413 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29414 \end{flalign}
29415
29416 \end_inset
29417
29418 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29419 \begin_inset space \thinspace{}
29420 \end_inset
29421
29422 ptの空白が第1列の頭に入れてあります。
29423 \end_layout
29424
29425 \begin_layout Subsection
29426 eqnarray環境
29427 \begin_inset CommandInset label
29428 LatexCommand label
29429 name "sub:eqnarray環境"
29430
29431 \end_inset
29432
29433
29434 \begin_inset Index idx
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29448 いるので、その内容は中央揃えで少し小さく設定されます。
29449 \begin_inset Formula 
29450 \begin{eqnarray*}
29451 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29452 AB & AB & AB\\
29453 A & = & A
29454 \end{eqnarray*}
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \begin_layout Subsection
29462 gather環境
29463 \begin_inset Index idx
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Standard
29476 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29477 \begin_inset Formula 
29478 \begin{gather}
29479 A=1\\
29480 X=\textrm{-}1
29481 \end{gather}
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Subsection
29489 multline環境
29490 \begin_inset CommandInset label
29491 LatexCommand label
29492 name "sub:multline環境"
29493
29494 \end_inset
29495
29496
29497 \begin_inset Index idx
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29511 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29512 \begin_inset CommandInset ref
29513 LatexCommand eqref
29514 reference "eq:lefteqn"
29515
29516 \end_inset
29517
29518 式をmultline環境に置いたものを示します。
29519 \begin_inset Formula 
29520 \begin{multline}
29521 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}\\
29522 -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}\\
29523 =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}}
29524 \end{multline}
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29533 \begin_inset Foot
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 付番様式については、第
29538 \begin_inset CommandInset ref
29539 LatexCommand ref
29540 reference "sec:数式様式"
29541
29542 \end_inset
29543
29544 節を参照。
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Standard
29553
29554 \series bold
29555
29556 \backslash
29557 shoveright
29558 \begin_inset Index idx
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 こまんど@コマンド ! S ! 
29563 \backslash
29564 shoveright
29565 \end_layout
29566
29567 \end_inset
29568
29569 コマンドや
29570 \backslash
29571 shoveleft
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 こまんど@コマンド ! S ! 
29577 \backslash
29578 shoveleft
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \series default
29585 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29586 \end_layout
29587
29588 \begin_layout Standard
29589
29590 \series bold
29591
29592 \backslash
29593 shoveright{行の内容}
29594 \series default
29595 あるいは
29596 \series bold
29597
29598 \backslash
29599 shoveleft{行の内容}
29600 \end_layout
29601
29602 \begin_layout Standard
29603 \begin_inset VSpace medskip
29604 \end_inset
29605
29606
29607 \series bold
29608
29609 \backslash
29610 multlinegap
29611 \begin_inset Index idx
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 こまんど@コマンド ! M ! 
29616 \backslash
29617 multlinegap
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \series default
29624 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 ptの長さです。
29629 \end_layout
29630
29631 \begin_layout Standard
29632 以下は、上記の数式に
29633 \end_layout
29634
29635 \begin_layout Standard
29636
29637 \series bold
29638
29639 \backslash
29640 setlength{
29641 \backslash
29642 multlinegap}{2cm}
29643 \end_layout
29644
29645 \begin_layout Standard
29646 というコマンドを、TeXモードで直前に挿入した例です。
29647 \begin_inset ERT
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651
29652
29653 \backslash
29654 setlength{
29655 \backslash
29656 multlinegap}{2cm}
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \begin_inset Formula 
29663 \begin{multline}
29664 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}\\
29665 \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}}\\
29666 =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}}
29667 \end{multline}
29668
29669 \end_inset
29670
29671
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 setlength{
29680 \backslash
29681 multlinegap}{0pt}
29682 \end_layout
29683
29684 \end_inset
29685
29686 二行めは、
29687 \series bold
29688
29689 \backslash
29690 shoveleft
29691 \series default
29692 を使って左揃えにしています。
29693 \end_layout
29694
29695 \begin_layout Subsection
29696 数式の一部の多行化
29697 \begin_inset CommandInset label
29698 LatexCommand label
29699 name "sub:数式の一部の多行化"
29700
29701 \end_inset
29702
29703
29704 \begin_inset Index idx
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 数式の一部分のみを多行表示したい場合には、
29718 \series bold
29719 aligned
29720 \series default
29721
29722 \series bold
29723 alignedat
29724 \series default
29725
29726 \series bold
29727 gathered
29728 \series default
29729
29730 \series bold
29731 split
29732 \series default
29733 のうちのいずれかの環境を使用します。これらは、
29734 \family sans
29735 挿入\SpecialChar \menuseparator
29736 数式
29737 \family default
29738 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29739 \end_layout
29740
29741 \begin_layout Standard
29742 最初の三つの環境は、環境名から
29743 \series bold
29744 ed
29745 \series default
29746 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29747 \begin_inset Formula 
29748 \[
29749 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29750 \Delta E\Delta t & \ge\frac{\hbar}{2}
29751 \end{aligned}
29752 \right\} \textrm{不確定性原理}
29753 \]
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Standard
29761 この数式を作るには、別行立て数式をまず作っておいて、そこに
29762 \series bold
29763
29764 \backslash
29765 aligned
29766 \begin_inset Index idx
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 こまんど@コマンド ! A ! 
29771 \backslash
29772 aligned
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \series default
29779 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29780 ます。
29781 \end_layout
29782
29783 \begin_layout Standard
29784 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29785 に配置できる利点があります。以下に例として、
29786 \begin_inset CommandInset ref
29787 LatexCommand eqref
29788 reference "eq:shortlong"
29789
29790 \end_inset
29791
29792 式にaligned環境を適用したものを示します。
29793 \begin_inset Formula 
29794 \begin{equation}
29795 \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}|}\\
29796  & -\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}|}
29797 \end{aligned}
29798 \end{equation}
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806
29807 \series bold
29808 alignedat
29809 \series default
29810
29811 \series bold
29812 gathered
29813 \series default
29814
29815 \series bold
29816 split
29817 \series default
29818 の各環境を使うには、それぞれ
29819 \series bold
29820
29821 \backslash
29822 alignedat
29823 \series default
29824
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 こまんど@コマンド ! A ! 
29830 \backslash
29831 alignedat
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \series bold
29838
29839 \backslash
29840 gathered
29841 \series default
29842
29843 \begin_inset Index idx
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 こまんど@コマンド ! G ! 
29848 \backslash
29849 gathered
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \series bold
29856
29857 \backslash
29858 split
29859 \series default
29860
29861 \begin_inset Index idx
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 こまんど@コマンド ! S ! 
29866 \backslash
29867 split
29868 \end_layout
29869
29870 \end_inset
29871
29872 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29873 \end_layout
29874
29875 \begin_layout Subsection
29876 多行数式中のテキスト
29877 \begin_inset CommandInset label
29878 LatexCommand label
29879 name "sub:多行数式中のテキスト"
29880
29881 \end_inset
29882
29883
29884 \begin_inset Index idx
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888 てきすと@テキスト ! すうしきちゅうの@数式中の
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \begin_inset Index idx
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \end_layout
29905
29906 \begin_layout Standard
29907 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29908 式を持つ
29909 \series bold
29910
29911 \backslash
29912 intertext
29913 \series default
29914
29915 \begin_inset Index idx
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919 こまんど@コマンド ! I ! 
29920 \backslash
29921 intertext
29922 \end_layout
29923
29924 \end_inset
29925
29926 コマンドを使います。
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 intertext{テキスト}
29935 \end_layout
29936
29937 \begin_layout Standard
29938 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29939 \series bold
29940
29941 \backslash
29942 intertext
29943 \series default
29944 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29945 \series bold
29946
29947 \backslash
29948 intertext
29949 \series default
29950 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29951 \begin_inset Formula 
29952 \begin{align}
29953 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29954 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29955 \end{align}
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963
29964 \series bold
29965
29966 \backslash
29967 intertext
29968 \series default
29969  
29970 \lang english
29971 always creates some vertical space between the text and the formula lines.
29972  To avoid this space, set in the document settings under 
29973 \family sans
29974 Math
29975 \begin_inset space ~
29976 \end_inset
29977
29978 Options
29979 \family default
29980  for the package 
29981 \series bold
29982 \lang japanese
29983 mathtools
29984 \series default
29985
29986 \begin_inset Index idx
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 ぱっけーじ@パッケージ ! mathtools
29991 \end_layout
29992
29993 \end_inset
29994
29995  
29996 \lang english
29997 the option 
29998 \family sans
29999 Load
30000 \begin_inset space ~
30001 \end_inset
30002
30003 always
30004 \family default
30005 .
30006  Then you can use the command
30007 \lang japanese
30008  
30009 \series bold
30010
30011 \backslash
30012 shortintertext
30013 \series default
30014
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 こまんど@コマンド ! S ! 
30020 \backslash
30021 shortintertext
30022 \end_layout
30023
30024 \end_inset
30025
30026  
30027 \lang english
30028 instead of 
30029 \series bold
30030
30031 \backslash
30032 intertext
30033 \series default
30034 :
30035 \lang japanese
30036
30037 \begin_inset Formula 
30038 \begin{align}
30039 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30040 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30041 \end{align}
30042
30043 \end_inset
30044
30045
30046 \end_layout
30047
30048 \begin_layout Section
30049 数式番号
30050 \begin_inset Index idx
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 すうしきばんごう@数式番号
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \begin_inset Index idx
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064 すうしき@数式 ! ばんごう@番号|see
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070 {
30071 \end_layout
30072
30073 \end_inset
30074
30075 数式番号
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 }
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Subsection
30095 概要
30096 \end_layout
30097
30098 \begin_layout Standard
30099 付番数式は、
30100 \family sans
30101 挿入\SpecialChar \menuseparator
30102 数式\SpecialChar \menuseparator
30103 付番数式
30104 \family default
30105 メニュー(
30106 \begin_inset Flex Ruby
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110 捷径
30111 \begin_inset Argument post:1
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115 ショートカット
30116 \end_layout
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \family sans
30127 Ctrl+Alt
30128 \begin_inset space ~
30129 \end_inset
30130
30131 N
30132 \family default
30133 )で作ることができます。既存の数式に番号を振るには、
30134 \family sans
30135 編集\SpecialChar \menuseparator
30136 数式\SpecialChar \menuseparator
30137 数式全体を付番
30138 \family default
30139 メニュー(捷径
30140 \begin_inset Info
30141 type  "shortcut"
30142 arg   "math-number-toggle"
30143 \end_inset
30144
30145 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
30146 \end_layout
30147
30148 \begin_layout Standard
30149 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
30150 \family sans
30151 編集\SpecialChar \menuseparator
30152 数式\SpecialChar \menuseparator
30153 この行を付番
30154 \family default
30155 メニュー(捷径
30156 \begin_inset Info
30157 type  "shortcut"
30158 arg   "math-number-line-toggle"
30159 \end_inset
30160
30161 )を使用すれば、各行毎に付番するかどうか指定することができます。
30162 \end_layout
30163
30164 \begin_layout Standard
30165 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
30166 \begin_inset CommandInset ref
30167 LatexCommand ref
30168 reference "sec:数式様式"
30169
30170 \end_inset
30171
30172 節をご覧下さい。
30173 \end_layout
30174
30175 \begin_layout Subsection
30176 相互参照
30177 \begin_inset Index idx
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181 そうごさんしょう@相互参照 ! すうしきへの@数式への
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Standard
30190 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
30191 \family sans
30192 挿入\SpecialChar \menuseparator
30193 ラベル
30194 \family default
30195 メニューか、ツールバーボタンの
30196 \begin_inset Info
30197 type  "icon"
30198 arg   "label-insert"
30199 \end_inset
30200
30201 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
30202 \series bold
30203 eq:と
30204 \series default
30205 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
30206 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
30207 \family sans
30208 挿入\SpecialChar \menuseparator
30209 ラベル
30210 \family default
30211 メニューをもういちど使って下さい。
30212 \end_layout
30213
30214 \begin_layout Standard
30215 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
30216 \end_layout
30217
30218 \begin_layout Standard
30219 相互参照は、
30220 \family sans
30221 挿入\SpecialChar \menuseparator
30222 相互参照
30223 \family default
30224 メニューかツールバーボタンの
30225 \begin_inset Info
30226 type  "icon"
30227 arg   "dialog-show-new-inset ref"
30228 \end_inset
30229
30230 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
30231 \series bold
30232 (<参照>)
30233 \series default
30234 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
30235 \begin_inset Newline newline
30236 \end_inset
30237
30238 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
30239 \end_layout
30240
30241 \begin_layout Standard
30242 以下は、後の各小節に現れる数式への相互参照を含む例です。
30243 \begin_inset Note Note
30244 status open
30245
30246 \begin_layout Plain Layout
30247 相互参照の型の違いに留意してください。
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset CommandInset ref
30257 LatexCommand eqref
30258 reference "eq:tag"
30259
30260 \end_inset
30261
30262 式と
30263 \begin_inset CommandInset ref
30264 LatexCommand eqref
30265 reference "eq:c"
30266
30267 \end_inset
30268
30269 式は、等価です。(
30270 \begin_inset CommandInset ref
30271 LatexCommand ref
30272 reference "eq:Rom"
30273
30274 \end_inset
30275
30276 )式とは異なり、(
30277 \begin_inset CommandInset ref
30278 LatexCommand ref
30279 reference "eq:Lat"
30280
30281 \end_inset
30282
30283 )式では、付番にラテン数字を使用しています。
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset VSpace medskip
30288 \end_inset
30289
30290
30291 \series bold
30292
30293 \backslash
30294 tag
30295 \begin_inset Foot
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300 \series bold
30301
30302 \backslash
30303 tag
30304 \series default
30305 は、第
30306 \begin_inset CommandInset ref
30307 LatexCommand ref
30308 reference "sub:ユーザー定義番号"
30309
30310 \end_inset
30311
30312 節に説明があります。
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \series default
30319 の引数が、第
30320 \begin_inset CommandInset ref
30321 LatexCommand ref
30322 reference "sub:段落ボックス"
30323
30324 \end_inset
30325
30326 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30327 \end_layout
30328
30329 \begin_layout Subsection
30330 細目番号
30331 \begin_inset Index idx
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344
30345 \series bold
30346
30347 \backslash
30348 begin{subequations}
30349 \series default
30350 および
30351 \series bold
30352
30353 \backslash
30354 end{subequations}
30355 \series default
30356 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
30357 \end_layout
30358
30359 \begin_layout Standard
30360 たとえば、
30361 \begin_inset Formula 
30362 \begin{equation}
30363 A=C-B\label{eq:a}
30364 \end{equation}
30365
30366 \end_inset
30367
30368
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 addtocounter{equation}{-1}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 begin{subequations}
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset VSpace -5mm
30396 \end_inset
30397
30398
30399 \begin_inset Formula 
30400 \begin{equation}
30401 B=C-A\label{eq:b}
30402 \end{equation}
30403
30404 \end_inset
30405
30406
30407 \begin_inset Formula 
30408 \begin{equation}
30409 C=A+B\label{eq:c}
30410 \end{equation}
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 end{subequations}
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 この例を作るには、次のようにします。
30435 \end_layout
30436
30437 \begin_layout Enumerate
30438 一つめの数式を入力します。
30439 \end_layout
30440
30441 \begin_layout Enumerate
30442 一つめの数式の後に
30443 \begin_inset Newline newline
30444 \end_inset
30445
30446
30447 \series bold
30448
30449 \backslash
30450 addtocounter{equation}{-1} 
30451 \backslash
30452 begin{subequations}
30453 \begin_inset Index idx
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457 こまんど@コマンド ! A ! 
30458 \backslash
30459 addtocounter
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \begin_inset Newline newline
30466 \end_inset
30467
30468
30469 \series default
30470 を入力します。
30471 \end_layout
30472
30473 \begin_layout Enumerate
30474 二つめの数式を入力します。
30475 \end_layout
30476
30477 \begin_layout Enumerate
30478 三つめの数式を入力します。
30479 \end_layout
30480
30481 \begin_layout Enumerate
30482 三つめの数式の後に、
30483 \series bold
30484
30485 \backslash
30486 end{subequations}
30487 \series default
30488 を入力します。
30489 \end_layout
30490
30491 \begin_layout Standard
30492
30493 \series bold
30494
30495 \backslash
30496 begin
30497 \series default
30498 コマンドと
30499 \series bold
30500
30501 \backslash
30502 end
30503 \series default
30504 コマンドのあいだの数式はすべて、a・b・
30505 \begin_inset Newline linebreak
30506 \end_inset
30507
30508 c\SpecialChar \ldots{}
30509 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30510 \emph on
30511 ひとつの
30512 \emph default
30513 付番数式として扱われますが、それぞれの付番数式が
30514 \series bold
30515 equation
30516 \series default
30517 カウンタを一つずつ進めてしまうので、
30518 \series bold
30519
30520 \backslash
30521 addtocounter
30522 \series default
30523 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30524 \begin_inset CommandInset ref
30525 LatexCommand eqref
30526 reference "eq:a"
30527
30528 \end_inset
30529
30530 式・
30531 \begin_inset CommandInset ref
30532 LatexCommand eqref
30533 reference "eq:b"
30534
30535 \end_inset
30536
30537 式・
30538 \begin_inset CommandInset ref
30539 LatexCommand eqref
30540 reference "eq:c"
30541
30542 \end_inset
30543
30544 式は、それぞれ
30545 \begin_inset CommandInset ref
30546 LatexCommand eqref
30547 reference "eq:a"
30548
30549 \end_inset
30550
30551 式・
30552 \begin_inset CommandInset ref
30553 LatexCommand eqref
30554 reference "eq:d"
30555
30556 \end_inset
30557
30558 式・
30559 \begin_inset CommandInset ref
30560 LatexCommand eqref
30561 reference "eq:f"
30562
30563 \end_inset
30564
30565 式として番号が振られてしまいます。
30566 \end_layout
30567
30568 \begin_layout Standard
30569 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30570 \begin_inset space \thinspace{}
30571 \end_inset
30572
30573 mmの垂直空白を
30574 \series bold
30575
30576 \backslash
30577 begin{subequations}
30578 \series default
30579 コマンドの後に入れています。数式様式として
30580 \series bold
30581 行頭下げ
30582 \begin_inset Foot
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 \series bold
30588 数式様式に関しては、第
30589 \series default
30590
30591 \begin_inset CommandInset ref
30592 LatexCommand ref
30593 reference "sec:数式様式"
30594
30595 \end_inset
30596
30597 節を参照。
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \series default
30604 を用いているときには、これを-7
30605 \begin_inset space \thinspace{}
30606 \end_inset
30607
30608 mm空白にしてください。
30609 \end_layout
30610
30611 \begin_layout Standard
30612 以下は、二行めのみ付番を無効にしている多行数式の例です。
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618
30619 \backslash
30620 begin{subequations}
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \begin_inset Formula 
30627 \begin{eqnarray}
30628 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30629  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30630  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30631 \end{eqnarray}
30632
30633 \end_inset
30634
30635
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641
30642 \backslash
30643 end{subequations}
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Subsection
30652 ユーザー定義番号
30653 \begin_inset CommandInset label
30654 LatexCommand label
30655 name "sub:ユーザー定義番号"
30656
30657 \end_inset
30658
30659
30660 \begin_inset Index idx
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset Index idx
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30678 \end_layout
30679
30680 \end_inset
30681
30682 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30683 \end_layout
30684
30685 \begin_layout Standard
30686
30687 \series bold
30688
30689 \backslash
30690 def
30691 \backslash
30692 tagform@#1{
30693 \backslash
30694 maketag@@@{
30695 \series default
30696
30697 \begin_inset Formula $\boldsymbol{|}$
30698 \end_inset
30699
30700
30701 \series bold
30702 #1
30703 \series default
30704
30705 \begin_inset Formula $\boldsymbol{|}$
30706 \end_inset
30707
30708
30709 \series bold
30710 }}
30711 \series default
30712
30713 \begin_inset Note Note
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 他の記号を使いたいときには、
30727 \series bold
30728 #1
30729 \series default
30730 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset VSpace bigskip
30735 \end_inset
30736
30737 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30738 \series bold
30739
30740 \backslash
30741 tag
30742 \series default
30743
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 こまんど@コマンド ! T ! 
30749 \backslash
30750 tag
30751 \end_layout
30752
30753 \end_inset
30754
30755 コマンドを使います。
30756 \begin_inset Formula 
30757 \begin{equation}
30758 A+B=C\tag{何とかかんとか}\label{eq:tag}
30759 \end{equation}
30760
30761 \end_inset
30762
30763 上記の例では、
30764 \series bold
30765
30766 \backslash
30767 tag
30768 \begin_inset space \textvisiblespace{}
30769 \end_inset
30770
30771 何とかかんとか
30772 \series default
30773 というコマンドを数式に打ち込んでいます。
30774 \end_layout
30775
30776 \begin_layout Standard
30777 代わりに
30778 \series bold
30779
30780 \backslash
30781 tag*
30782 \begin_inset space \textvisiblespace{}
30783 \end_inset
30784
30785 何とかかんとか
30786 \series default
30787 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30788 \begin_inset Formula 
30789 \[
30790 A+B=C\tag*{something}
30791 \]
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset VSpace bigskip
30800 \end_inset
30801
30802 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30803 \begin_inset Newline newline
30804 \end_inset
30805
30806
30807 \series bold
30808
30809 \backslash
30810 @addtoreset{equation}{part}
30811 \series default
30812
30813 \begin_inset Index idx
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817 こまんど@コマンド ! 
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823 "
30824 \end_layout
30825
30826 \end_inset
30827
30828 @
30829 \begin_inset ERT
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833
30834 "
30835 \end_layout
30836
30837 \end_inset
30838
30839  ! 
30840 \backslash
30841
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847 "
30848 \end_layout
30849
30850 \end_inset
30851
30852 @
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858 "
30859 \end_layout
30860
30861 \end_inset
30862
30863 addtoreset
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872 節に関しては
30873 \begin_inset Newline newline
30874 \end_inset
30875
30876
30877 \series bold
30878
30879 \backslash
30880 @addtoreset{equation}{section}
30881 \begin_inset Newline newline
30882 \end_inset
30883
30884
30885 \series default
30886 というコマンドを使います。
30887 \end_layout
30888
30889 \begin_layout Standard
30890 これらのコマンドをTeXモードで使えるようにするためには、
30891 \series bold
30892
30893 \backslash
30894 makeatletter
30895 \series default
30896 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30897 \series bold
30898
30899 \backslash
30900 makeatother
30901 \series default
30902 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30903 \end_layout
30904
30905 \begin_layout Standard
30906
30907 \series bold
30908
30909 \backslash
30910 makeatletter
30911 \begin_inset Newline newline
30912 \end_inset
30913
30914
30915 \backslash
30916 @addtoreset{equation}{section}
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \backslash
30922 makeatother
30923 \begin_inset Newline newline
30924 \end_inset
30925
30926
30927 \series default
30928 のようにならなくてはなりません。
30929 \end_layout
30930
30931 \begin_layout Standard
30932 LaTeXプリアンブル中では、
30933 \series bold
30934
30935 \backslash
30936 makeatletter
30937 \series default
30938
30939 \series bold
30940
30941 \backslash
30942 makeatother
30943 \series default
30944 は、LyXが内部的に自動で挿入するので省略してかまいません。
30945 \end_layout
30946
30947 \begin_layout Standard
30948
30949 \series bold
30950
30951 \backslash
30952 @addtoreset
30953 \series default
30954 を戻すには、まずLaTeXプリアンブル中に
30955 \end_layout
30956
30957 \begin_layout Standard
30958
30959 \series bold
30960
30961 \backslash
30962 usepackage{remreset}
30963 \end_layout
30964
30965 \begin_layout Standard
30966 という行を入れて、
30967 \series bold
30968 remreset.sty
30969 \series default
30970
30971 \begin_inset Foot
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976 \series bold
30977 remreset
30978 \series default
30979 は、LaTeXパッケージの
30980 \series bold
30981 carlisle
30982 \series default
30983
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 ぱっけーじ@パッケージ ! carlisle
30989 \end_layout
30990
30991 \end_inset
30992
30993 の一部として含まれており、LaTeX標準頒布版には含まれています。
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Index idx
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 ぱっけーじ@パッケージ ! remreset
31004 \end_layout
31005
31006 \end_inset
31007
31008 ファイルを読み込んでおかなくてはなりません。その後
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012
31013 \series bold
31014
31015 \backslash
31016 @removefromreset
31017 \series default
31018
31019 \begin_inset Index idx
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 こまんど@コマンド ! 
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029 "
31030 \end_layout
31031
31032 \end_inset
31033
31034 @
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040 "
31041 \end_layout
31042
31043 \end_inset
31044
31045  ! 
31046 \backslash
31047
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053 "
31054 \end_layout
31055
31056 \end_inset
31057
31058 @
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064 "
31065 \end_layout
31066
31067 \end_inset
31068
31069 removefromreset
31070 \end_layout
31071
31072 \end_inset
31073
31074 コマンドを
31075 \series bold
31076
31077 \backslash
31078 @addtoreset
31079 \series default
31080 と同じ書式で使用すると、
31081 \series bold
31082
31083 \backslash
31084 @addtoreset
31085 \series default
31086 を戻すことができます。
31087 \end_layout
31088
31089 \begin_layout Standard
31090 \begin_inset VSpace bigskip
31091 \end_inset
31092
31093 ときには、数式を
31094 \end_layout
31095
31096 \begin_layout Standard
31097
31098 \family typewriter
31099 (節番号.数式番号)
31100 \end_layout
31101
31102 \begin_layout Standard
31103 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
31104 \end_layout
31105
31106 \begin_layout Standard
31107 このような場合のために、
31108 \series bold
31109
31110 \backslash
31111 numberwithin
31112 \series default
31113
31114 \begin_inset Index idx
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 こまんど@コマンド ! N ! 
31119 \backslash
31120 numberwithin
31121 \end_layout
31122
31123 \end_inset
31124
31125 というコマンドがあり、
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 numberwithin{カウンタ}{節階層}
31134 \end_layout
31135
31136 \begin_layout Standard
31137 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
31138 \end_layout
31139
31140 \begin_layout Standard
31141 したがって、ここではLaTeXプリアンブルかTeXコードで
31142 \end_layout
31143
31144 \begin_layout Standard
31145
31146 \series bold
31147
31148 \backslash
31149 numberwithin{equation}{section}
31150 \end_layout
31151
31152 \begin_layout Standard
31153 という行を用いることにしましょう。その結果がこれです。
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 numberwithin{equation}{section}
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \begin_inset Formula 
31168 \begin{equation}
31169 A+B=C
31170 \end{equation}
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \begin_layout Standard
31178 たとえば、部番号を節階層として使用して、表に付番を施すときには
31179 \begin_inset Newline newline
31180 \end_inset
31181
31182
31183 \series bold
31184
31185 \backslash
31186 numberwithin{table}{part}
31187 \series default
31188 を用います。
31189 \end_layout
31190
31191 \begin_layout Standard
31192 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
31193 \end_layout
31194
31195 \begin_layout Standard
31196
31197 \series bold
31198
31199 \backslash
31200 renewcommand{
31201 \backslash
31202 theequation}{
31203 \backslash
31204 arabic{equation}}
31205 \begin_inset Index idx
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 こまんど@コマンド ! A ! 
31210 \backslash
31211 arabic
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \series default
31218
31219 \begin_inset ERT
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223
31224
31225 \backslash
31226 renewcommand{
31227 \backslash
31228 theequation}{
31229 \backslash
31230 arabic{equation}}
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \series bold
31237
31238 \begin_inset Newline newline
31239 \end_inset
31240
31241
31242 \series default
31243 あるいは
31244 \series bold
31245
31246 \begin_inset Newline newline
31247 \end_inset
31248
31249
31250 \backslash
31251 renewcommand{
31252 \backslash
31253 thetable}{
31254 \backslash
31255 arabic{table}}
31256 \end_layout
31257
31258 \begin_layout Standard
31259 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
31260 \series bold
31261
31262 \backslash
31263 numberwithin
31264 \series default
31265 は、内部的に上記で述べた
31266 \series bold
31267
31268 \backslash
31269 @addtoreset
31270 \series default
31271 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 makeatletter
31280 \end_layout
31281
31282 \begin_layout Plain Layout
31283
31284
31285 \backslash
31286 @removefromreset{equation}{section}
31287 \end_layout
31288
31289 \begin_layout Plain Layout
31290
31291
31292 \backslash
31293 makeatother
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Subsection
31302 ローマ数字や文字を使った付番
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \begin_inset Index idx
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \series bold
31332
31333 \backslash
31334 renewcommand{
31335 \backslash
31336 theequation}{
31337 \backslash
31338 roman{equation}}
31339 \end_layout
31340
31341 \begin_layout Standard
31342 というコマンドを入れます。
31343 \series bold
31344
31345 \backslash
31346 renewcommand
31347 \series default
31348
31349 \begin_inset Index idx
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353 こまんど@コマンド ! R ! 
31354 \backslash
31355 renewcommand
31356 \end_layout
31357
31358 \end_inset
31359
31360 は、定義済みのコマンド
31361 \series bold
31362
31363 \backslash
31364 theequation
31365 \series default
31366 をコマンド
31367 \series bold
31368
31369 \backslash
31370 roman{equation}
31371 \series default
31372 に再定義します
31373 \begin_inset Foot
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378 \series bold
31379
31380 \backslash
31381 renewcommand
31382 \series default
31383 コマンドは、第
31384 \begin_inset CommandInset ref
31385 LatexCommand ref
31386 reference "sub:newcommandコマンド"
31387
31388 \end_inset
31389
31390 節に述べられている
31391 \series bold
31392
31393 \backslash
31394 newcommand
31395 \series default
31396 コマンドと同じ書式を持ちます。
31397 \end_layout
31398
31399 \end_inset
31400
31401 。ここで、
31402 \series bold
31403 equation
31404 \series default
31405 は数式カウンタです。コマンド
31406 \series bold
31407
31408 \backslash
31409 the
31410 \series default
31411 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
31412 \series bold
31413
31414 \backslash
31415 theequation
31416 \series default
31417 コマンドを数式の後ろに置くのです。
31418 \series bold
31419
31420 \backslash
31421 roman{equation}
31422 \begin_inset Index idx
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426 こまんど@コマンド ! R ! 
31427 \backslash
31428 roman
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \series default
31435 は、カウンタを小文字のローマ数字として出力します。
31436 \end_layout
31437
31438 \begin_layout Standard
31439 こうして、
31440 \series bold
31441
31442 \backslash
31443 renew
31444 \series default
31445 c
31446 \series bold
31447 ommand
31448 \series default
31449 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31450 \series bold
31451
31452 \backslash
31453 roman
31454 \series default
31455 の部分を
31456 \series bold
31457
31458 \backslash
31459 Roman
31460 \series default
31461
31462 \begin_inset Index idx
31463 status collapsed
31464
31465 \begin_layout Plain Layout
31466 こまんど@コマンド ! R ! 
31467 \backslash
31468 roman@
31469 \backslash
31470 Roman
31471 \end_layout
31472
31473 \end_inset
31474
31475 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31476 \series bold
31477
31478 \backslash
31479 alph
31480 \series default
31481
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 こまんど@コマンド ! A ! 
31487 \backslash
31488 alph
31489 \end_layout
31490
31491 \end_inset
31492
31493 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31494 \series bold
31495
31496 \backslash
31497 Alph
31498 \series default
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 こまんど@コマンド ! A ! 
31505 \backslash
31506 alph@
31507 \backslash
31508 Alph
31509 \end_layout
31510
31511 \end_inset
31512
31513 コマンドがあります。
31514 \end_layout
31515
31516 \begin_layout Standard
31517 \begin_inset Note Greyedout
31518 status open
31519
31520 \begin_layout Plain Layout
31521
31522 \series bold
31523 【註】
31524 \series default
31525 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset ERT
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538
31539
31540 \backslash
31541 renewcommand{
31542 \backslash
31543 theequation}{
31544 \backslash
31545 roman{equation}}
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 \begin_inset Formula 
31555 \begin{equation}
31556 A=\textrm{小文字ローマ数字}
31557 \end{equation}
31558
31559 \end_inset
31560
31561
31562 \begin_inset ERT
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566
31567
31568 \backslash
31569 renewcommand{
31570 \backslash
31571 theequation}{
31572 \backslash
31573 Roman{equation}}
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \begin_inset Formula 
31580 \begin{equation}
31581 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31582 \end{equation}
31583
31584 \end_inset
31585
31586
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 renewcommand{
31595 \backslash
31596 theequation}{
31597 \backslash
31598 alph{equation}}
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \begin_inset Formula 
31605 \begin{equation}
31606 C=\textrm{小文字ラテン文字}
31607 \end{equation}
31608
31609 \end_inset
31610
31611
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617
31618 \backslash
31619 renewcommand{
31620 \backslash
31621 theequation}{
31622 \backslash
31623 Alph{equation}}
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \begin_inset Formula 
31630 \begin{equation}
31631 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31632 \end{equation}
31633
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31641 \end_layout
31642
31643 \begin_layout Standard
31644
31645 \series bold
31646
31647 \backslash
31648 renewcommand{
31649 \backslash
31650 theequation}{
31651 \backslash
31652 arabic{equation}}
31653 \begin_inset Index idx
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 こまんど@コマンド ! A ! 
31658 \backslash
31659 arabic
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
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 arabic{equation}}
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Formula 
31686 \begin{equation}
31687 E=\textrm{アラビア数字}
31688 \end{equation}
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 \begin_inset VSpace medskip
31697 \end_inset
31698
31699 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31700 てはなりません。この点に関する説明は、ファイル
31701 \begin_inset CommandInset href
31702 LatexCommand href
31703 name "Formula-numbering.lyx"
31704 target "run:Formula-numbering.lyx"
31705
31706 \end_inset
31707
31708 にあります。
31709 \end_layout
31710
31711 \begin_layout Section
31712 化学記号と化学式
31713 \begin_inset CommandInset label
31714 LatexCommand label
31715 name "sub:化学記号と化学式"
31716
31717 \end_inset
31718
31719
31720 \begin_inset Index idx
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 かがくきごう@化学記号 ! きごう@記号
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \begin_inset Index idx
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734 かがくしき@化学式
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \begin_inset Index idx
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744 きごう@記号 ! かがく@化学
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 以下は、化学関係の文章の例です。
31754 \end_layout
31755
31756 \begin_layout Quote
31757 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31758 \end_inset
31759
31760 イオンは、2つの
31761 \begin_inset Formula $\mathrm{Na^{+}}$
31762 \end_inset
31763
31764 イオンと反応して、硫酸化塩
31765 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31766 \end_inset
31767
31768 を形成します。この化学式は以下のようになります。
31769 \begin_inset Formula 
31770 \begin{equation}
31771 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31772 \end{equation}
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31781 \begin_inset Flex Ruby
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785 捷径
31786 \begin_inset Argument post:1
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 ショートカット
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \begin_inset Info
31802 type  "shortcut"
31803 arg   "font-roman"
31804 \end_inset
31805
31806 を押せば、アップライトフォント様式に変更することができます
31807 \begin_inset Foot
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 フォント様式に関しては、第
31812 \begin_inset CommandInset ref
31813 LatexCommand ref
31814 reference "sub:書体様式"
31815
31816 \end_inset
31817
31818 節を参照のこと。
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31828 \series bold
31829 mhchem
31830 \series default
31831
31832 \begin_inset Index idx
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836 ぱっけーじ@パッケージ ! mhchem
31837 \end_layout
31838
31839 \end_inset
31840
31841 が導入されているときに使用することができる
31842 \series bold
31843
31844 \backslash
31845 ce
31846 \series default
31847
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 こまんど@コマンド ! C ! 
31853 \backslash
31854 ce
31855 \end_layout
31856
31857 \end_inset
31858
31859 コマンドを使用することです。
31860 \series bold
31861
31862 \backslash
31863 ce
31864 \series default
31865 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \align center
31870 \begin_inset Tabular
31871 <lyxtabular version="3" rows="9" columns="2">
31872 <features rotate="0" tabularvalignment="middle">
31873 <column alignment="center" valignment="top">
31874 <column alignment="center" valignment="top">
31875 <row>
31876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880 コマンド
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889 出力
31890 \begin_inset Note Note
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895 \series bold
31896
31897 \backslash
31898 raisebox
31899 \series default
31900 はスペーサーとしてのみ使用されています。
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 </row>
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916
31917 \backslash
31918 ce
31919 \begin_inset space \textvisiblespace{}
31920 \end_inset
31921
31922 H2CO3
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938 </cell>
31939 </row>
31940 <row>
31941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31942 \begin_inset Text
31943
31944 \begin_layout Plain Layout
31945
31946 \backslash
31947 ce
31948 \begin_inset space \textvisiblespace{}
31949 \end_inset
31950
31951 SO4^2-
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 </row>
31969 <row>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974
31975 \backslash
31976 ce
31977 \begin_inset space \textvisiblespace{}
31978 \end_inset
31979
31980 (NH4)2S
31981 \end_layout
31982
31983 \end_inset
31984 </cell>
31985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 </row>
31998 <row>
31999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003
32004 \backslash
32005 ce
32006 \begin_inset space \textvisiblespace{}
32007 \end_inset
32008
32009 KCr(SO4)2.12H2O
32010 \end_layout
32011
32012 \end_inset
32013 </cell>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 </row>
32027 <row>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032
32033 \backslash
32034 ce
32035 \begin_inset space \textvisiblespace{}
32036 \end_inset
32037
32038 A-B
32039 \backslash
32040 dbond
32041 \begin_inset space \textvisiblespace{}
32042 \end_inset
32043
32044 C
32045 \backslash
32046 tbond
32047 \begin_inset space \textvisiblespace{}
32048 \end_inset
32049
32050 D
32051 \end_layout
32052
32053 \end_inset
32054 </cell>
32055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32056 \begin_inset Text
32057
32058 \begin_layout Plain Layout
32059 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 </row>
32068 <row>
32069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32070 \begin_inset Text
32071
32072 \begin_layout Plain Layout
32073
32074 \backslash
32075 ce
32076 \begin_inset space \textvisiblespace{}
32077 \end_inset
32078
32079 ^227
32080 \begin_inset Formula $\downarrow$
32081 \end_inset
32082
32083 _90
32084 \begin_inset Formula $\to$
32085 \end_inset
32086
32087 Th+
32088 \end_layout
32089
32090 \end_inset
32091 </cell>
32092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32093 \begin_inset Text
32094
32095 \begin_layout Plain Layout
32096 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 </row>
32105 <row>
32106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32107 \begin_inset Text
32108
32109 \begin_layout Plain Layout
32110
32111 \backslash
32112 ce
32113 \begin_inset space \textvisiblespace{}
32114 \end_inset
32115
32116 CO2
32117 \begin_inset space \textvisiblespace{}
32118 \end_inset
32119
32120 +
32121 \begin_inset space \textvisiblespace{}
32122 \end_inset
32123
32124 C
32125 \begin_inset space \textvisiblespace{}
32126 \end_inset
32127
32128 <=>
32129 \begin_inset space \textvisiblespace{}
32130 \end_inset
32131
32132 2CO
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 </row>
32150 <row>
32151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155
32156 \backslash
32157 ce
32158 \begin_inset space \textvisiblespace{}
32159 \end_inset
32160
32161 CO2
32162 \begin_inset space \textvisiblespace{}
32163 \end_inset
32164
32165 +
32166 \begin_inset space \textvisiblespace{}
32167 \end_inset
32168
32169 C
32170 \begin_inset space \textvisiblespace{}
32171 \end_inset
32172
32173 ->[
32174 \backslash
32175 alpha][
32176 \backslash
32177 beta]
32178 \begin_inset space \textvisiblespace{}
32179 \end_inset
32180
32181 2CO}
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 </row>
32199 </lyxtabular>
32200
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Standard
32207 \begin_inset Note Greyedout
32208 status open
32209
32210 \begin_layout Plain Layout
32211
32212 \series bold
32213 【註】
32214 \backslash
32215 ce
32216 \series default
32217 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
32218 \series bold
32219
32220 \backslash
32221 ce{$
32222 \backslash
32223 mu
32224 \backslash
32225 hyphen$Cl}
32226 \series default
32227 (
32228 \begin_inset ERT
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232
32233
32234 \backslash
32235 ce{$
32236 \backslash
32237 mu
32238 \backslash
32239 hyphen$Cl}
32240 \end_layout
32241
32242 \end_inset
32243
32244 )のようにTeXコードを使わなくてはなりません。
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \begin_layout Standard
32253
32254 \series bold
32255
32256 \backslash
32257 ce
32258 \series default
32259 を使うと
32260 \begin_inset CommandInset ref
32261 LatexCommand eqref
32262 reference "eq:chem-reaction"
32263
32264 \end_inset
32265
32266 式のコマンドは
32267 \begin_inset Newline newline
32268 \end_inset
32269
32270
32271 \series bold
32272  
32273 \backslash
32274 ce
32275 \begin_inset space \textvisiblespace{}
32276 \end_inset
32277
32278 2Na+
32279 \begin_inset space \textvisiblespace{}
32280 \end_inset
32281
32282 +
32283 \begin_inset space \textvisiblespace{}
32284 \end_inset
32285
32286 SO4^2-
32287 \begin_inset space \textvisiblespace{}
32288 \end_inset
32289
32290
32291 \begin_inset space \textvisiblespace{}
32292 \end_inset
32293
32294 ->
32295 \begin_inset space \textvisiblespace{}
32296 \end_inset
32297
32298 Na2SO4
32299 \begin_inset Newline newline
32300 \end_inset
32301
32302
32303 \series default
32304 のようになります。
32305 \end_layout
32306
32307 \begin_layout Standard
32308 複数行の化学式を作るには、第
32309 \begin_inset CommandInset ref
32310 LatexCommand ref
32311 reference "sec:多行数式"
32312
32313 \end_inset
32314
32315 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32316 \series bold
32317
32318 \backslash
32319 ce
32320 \series default
32321 コマンドを使用します。
32322 \begin_inset CommandInset ref
32323 LatexCommand eqref
32324 reference "eq:TEOS-reaction-1"
32325
32326 \end_inset
32327
32328 式と
32329 \begin_inset CommandInset ref
32330 LatexCommand eqref
32331 reference "eq:TEOS-reaction-2"
32332
32333 \end_inset
32334
32335 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32336 \begin_inset Formula 
32337 \begin{eqnarray}
32338 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32339 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32340 \end{eqnarray}
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Standard
32348
32349 \series bold
32350 mhchem
32351 \series default
32352 パッケージは、
32353 \series bold
32354
32355 \backslash
32356 ce
32357 \series default
32358 の他に、特殊ケースに使用する
32359 \series bold
32360
32361 \backslash
32362 cf
32363 \series default
32364
32365 \begin_inset Index idx
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369 こまんど@コマンド ! C ! 
32370 \backslash
32371 cf
32372 \end_layout
32373
32374 \end_inset
32375
32376 コマンドを提供しています。
32377 \series bold
32378
32379 \backslash
32380 cf
32381 \series default
32382 の詳しい情報と例示については、
32383 \series bold
32384 mhchem
32385 \series default
32386
32387 \begin_inset CommandInset citation
32388 LatexCommand cite
32389 key "mhchem"
32390
32391 \end_inset
32392
32393 の取扱説明書をご覧ください。
32394 \end_layout
32395
32396 \begin_layout Section
32397 図解
32398 \end_layout
32399
32400 \begin_layout Standard
32401 LyXは、二つの型の可換図
32402 \series bold
32403 amscd
32404 \series default
32405 および
32406 \series bold
32407 xymatrix
32408 \series default
32409 をサポートしており、以下でこれらの説明をします。
32410 \end_layout
32411
32412 \begin_layout Subsection
32413 amscd図解
32414 \begin_inset Index idx
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418 ずかい@図解 ! amscd
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32428 \begin_inset Formula 
32429 \[
32430 \begin{CD}A@>>>B@>>>C\\
32431 @AAA@.@VVV\\
32432 F@<<<E@<<<D
32433 \end{CD}
32434 \]
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 これを作るには、数式に
32443 \series bold
32444
32445 \backslash
32446 CD
32447 \begin_inset Index idx
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451 こまんど@コマンド ! C ! 
32452 \backslash
32453 CD
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \series default
32460 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32461 \begin_inset Info
32462 type  "shortcut"
32463 arg   "newline-insert newline"
32464 \end_inset
32465
32466 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32467 \end_layout
32468
32469 \begin_layout Standard
32470 関係を作るには、以下のコマンドがあります。
32471 \end_layout
32472
32473 \begin_layout Itemize
32474 \begin_inset Formula $\boldsymbol{@<<<}$
32475 \end_inset
32476
32477 は左矢印、
32478 \begin_inset Formula $\boldsymbol{@>>>}$
32479 \end_inset
32480
32481 は右矢印、
32482 \series bold
32483 @=
32484 \series default
32485 は長い等号を生成します。
32486 \end_layout
32487
32488 \begin_layout Itemize
32489
32490 \series bold
32491 @AAA
32492 \series default
32493 は上矢印、
32494 \series bold
32495 @VVV
32496 \series default
32497 は下矢印、
32498 \begin_inset Formula $\boldsymbol{@|}$
32499 \end_inset
32500
32501 は縦向きの等号を生成します。
32502 \end_layout
32503
32504 \begin_layout Itemize
32505
32506 \series bold
32507 @.
32508 \series default
32509 は関係が存在しない部分に置きます。
32510 \end_layout
32511
32512 \begin_layout Standard
32513 矢印はすべて、以下のようにラベル付けをすることができます。
32514 \end_layout
32515
32516 \begin_layout Itemize
32517 文章を、第1と第2の「
32518 \begin_inset Formula $<$
32519 \end_inset
32520
32521 」ないし「
32522 \begin_inset Formula $>$
32523 \end_inset
32524
32525 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32526 \begin_inset Formula $<$
32527 \end_inset
32528
32529 」ないし「
32530 \begin_inset Formula $>$
32531 \end_inset
32532
32533 」のあいだに入れると、矢印の下に表示されます。
32534 \end_layout
32535
32536 \begin_layout Itemize
32537 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32538 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32539 \end_layout
32540
32541 \begin_layout Standard
32542 以下は、上記のすべての関係を使った例です。
32543 \end_layout
32544
32545 \begin_layout Standard
32546 \begin_inset Formula 
32547 \[
32548 \begin{CD}A@>j>>B@>>k>C@=F\\
32549 @AmAA@.@VV{V}V@|\\
32550 D@<<j<E@>k>>F@=C
32551 \end{CD}
32552 \]
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 これを作るコマンドは、以下のとおりです。
32561 \begin_inset Newline newline
32562 \end_inset
32563
32564
32565 \series bold
32566
32567 \backslash
32568 CD
32569 \begin_inset space \textvisiblespace{}
32570 \end_inset
32571
32572 A
32573 \begin_inset Formula $\boldsymbol{@>}$
32574 \end_inset
32575
32576 j
32577 \begin_inset Formula $\boldsymbol{>>}$
32578 \end_inset
32579
32580 B
32581 \begin_inset Formula $\boldsymbol{@>>}$
32582 \end_inset
32583
32584 k
32585 \begin_inset Formula $\boldsymbol{>}$
32586 \end_inset
32587
32588 C@=F Ctrl+Return
32589 \begin_inset Newline newline
32590 \end_inset
32591
32592
32593 \begin_inset Phantom HPhantom
32594 status open
32595
32596 \begin_layout Plain Layout
32597
32598 \series bold
32599
32600 \backslash
32601 CD
32602 \begin_inset space \textvisiblespace{}
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \end_inset
32609
32610 @AmAA@.@VV
32611 \backslash
32612 {V
32613 \series default
32614
32615 \begin_inset Formula $\to$
32616 \end_inset
32617
32618
32619 \series bold
32620 V
32621 \begin_inset Formula $\boldsymbol{@|}$
32622 \end_inset
32623
32624  Ctrl+Return
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Phantom HPhantom
32630 status open
32631
32632 \begin_layout Plain Layout
32633
32634 \series bold
32635
32636 \backslash
32637 CD
32638 \begin_inset space \textvisiblespace{}
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \end_inset
32645
32646 D
32647 \begin_inset Formula $\boldsymbol{@<<}$
32648 \end_inset
32649
32650 j
32651 \begin_inset Formula $\boldsymbol{<}$
32652 \end_inset
32653
32654 E
32655 \begin_inset Formula $\boldsymbol{@>}$
32656 \end_inset
32657
32658 k
32659 \begin_inset Formula $\boldsymbol{>>}$
32660 \end_inset
32661
32662 F@=C
32663 \end_layout
32664
32665 \begin_layout Subsection
32666 xymatrix図解
32667 \begin_inset Index idx
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 ずかい@図解 ! xymatrix
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Standard
32680 xymatricesを使うには、LaTeXパッケージの
32681 \series bold
32682 xypic
32683 \series default
32684 が導入済みである必要があります。xymatrixは、数式中に
32685 \series bold
32686
32687 \backslash
32688 xymatrix
32689 \series default
32690 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32691 \begin_inset CommandInset ref
32692 LatexCommand ref
32693 reference "sec:行列"
32694
32695 \end_inset
32696
32697 節をご参照下さい。
32698 \end_layout
32699
32700 \begin_layout Standard
32701 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32702 \family sans
32703 ヘルプ\SpecialChar \menuseparator
32704 用途別説明書\SpecialChar \menuseparator
32705 XY-pic説明書
32706 \family default
32707 メニューにある
32708 \emph on
32709 XY-pic説明書
32710 \emph default
32711 で詳しく網羅しています。
32712 \end_layout
32713
32714 \begin_layout Subsection
32715 ファインマン図
32716 \series medium
32717
32718 \begin_inset Index idx
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 ずかい@図解 ! ファインマン
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 ファインマン図を使うには、LaTeXパッケージ
32732 \series bold
32733 feyn
32734 \series default
32735 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32736 \series bold
32737
32738 \backslash
32739 Diagram
32740 \series default
32741 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32742 \begin_inset CommandInset ref
32743 LatexCommand ref
32744 reference "sec:行列"
32745
32746 \end_inset
32747
32748 節参照)。
32749 \end_layout
32750
32751 \begin_layout Standard
32752 LyXでのファインマン図の作り方は、メニュー
32753 \family sans
32754 ヘルプ\SpecialChar \menuseparator
32755 用途別説明書
32756 \family default
32757 内の『
32758 \emph on
32759 ファインマン図
32760 \emph default
32761 』にあります。
32762 \end_layout
32763
32764 \begin_layout Section
32765 ユーザー定義コマンド
32766 \begin_inset Index idx
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770 ゆーざーていぎこまんど@ユーザー定義コマンド
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \end_layout
32777
32778 \begin_layout Standard
32779 \begin_inset Note Greyedout
32780 status open
32781
32782 \begin_layout Plain Layout
32783 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Subsection
32792
32793 \backslash
32794 newcommandコマンド
32795 \begin_inset CommandInset label
32796 LatexCommand label
32797 name "sub:newcommandコマンド"
32798
32799 \end_inset
32800
32801
32802 \begin_inset Index idx
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32807 \backslash
32808 newcommand
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \begin_inset Index idx
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818 こまんど@コマンド ! N ! 
32819 \backslash
32820 newcommand
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32830 \series bold
32831
32832 \backslash
32833 newcommand
32834 \series default
32835 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32836 \end_layout
32837
32838 \begin_layout Standard
32839
32840 \series bold
32841
32842 \backslash
32843 newcommand
32844 \series default
32845 コマンドの書式は、
32846 \end_layout
32847
32848 \begin_layout Standard
32849
32850 \series bold
32851
32852 \backslash
32853 newcommand{新コマンド名}[引数の数][オプションの値]
32854 \begin_inset Newline newline
32855 \end_inset
32856
32857
32858 \begin_inset Phantom HPhantom
32859 status open
32860
32861 \begin_layout Plain Layout
32862
32863 \series bold
32864
32865 \backslash
32866 newcommand
32867 \end_layout
32868
32869 \end_inset
32870
32871 {コマンド定義}
32872 \end_layout
32873
32874 \begin_layout Standard
32875 です。
32876 \end_layout
32877
32878 \begin_layout Standard
32879 \begin_inset Note Greyedout
32880 status open
32881
32882 \begin_layout Plain Layout
32883
32884 \series bold
32885 【註】
32886 \series default
32887 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32888 \series bold
32889
32890 \backslash
32891 Leftarrow
32892 \series default
32893 の短縮のつもりで
32894 \series bold
32895
32896 \backslash
32897 le
32898 \series default
32899 というコマンドを定義したとすると、
32900 \series bold
32901
32902 \backslash
32903 le
32904 \series default
32905 は既に「
32906 \begin_inset Formula $\le$
32907 \end_inset
32908
32909 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Standard
32918 「引数の数」は、0
32919 \begin_inset space \thinspace{}
32920 \end_inset
32921
32922 -
32923 \begin_inset space \thinspace{}
32924 \end_inset
32925
32926 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32927 ドの
32928 \emph on
32929 最初の
32930 \emph default
32931 引数は、自動的に非必須の引数になります。
32932 \end_layout
32933
32934 \begin_layout Standard
32935 以下にいくつかの例を挙げます。
32936 \end_layout
32937
32938 \begin_layout Itemize
32939
32940 \series bold
32941
32942 \backslash
32943 Longrightarrow
32944 \series default
32945 の短縮形として
32946 \series bold
32947
32948 \backslash
32949 gr
32950 \series default
32951 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32952 \begin_inset VSpace medskip
32953 \end_inset
32954
32955
32956 \begin_inset Newline newline
32957 \end_inset
32958
32959
32960 \series bold
32961
32962 \backslash
32963 newcommand{
32964 \backslash
32965 gr}{
32966 \backslash
32967 Longrightarrow}
32968 \end_layout
32969
32970 \begin_layout Itemize
32971
32972 \series bold
32973
32974 \backslash
32975 underline
32976 \series default
32977 の短縮形として
32978 \series bold
32979
32980 \backslash
32981 us
32982 \series default
32983 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32984 \begin_inset VSpace medskip
32985 \end_inset
32986
32987
32988 \begin_inset Newline newline
32989 \end_inset
32990
32991
32992 \series bold
32993
32994 \backslash
32995 newcommand{
32996 \backslash
32997 us}[1]{
32998 \backslash
32999 underline{#1}}
33000 \series default
33001
33002 \begin_inset VSpace medskip
33003 \end_inset
33004
33005
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009
33010 \series bold
33011 #
33012 \series default
33013 」という文字は、引数の入る場所を示し、その後ろの「
33014 \series bold
33015 1
33016 \series default
33017 」は、これが第1引数の入る場所であることを示します。
33018 \end_layout
33019
33020 \begin_layout Itemize
33021
33022 \series bold
33023
33024 \backslash
33025 framebox
33026 \series default
33027 の短縮形として、たとえば
33028 \series bold
33029
33030 \backslash
33031 fb
33032 \series default
33033 というコマンドを定義するには、
33034 \begin_inset VSpace medskip
33035 \end_inset
33036
33037
33038 \begin_inset Newline newline
33039 \end_inset
33040
33041
33042 \series bold
33043
33044 \backslash
33045 newcommand{
33046 \backslash
33047 fb}[3]{
33048 \backslash
33049 framebox#1#2{$#3$}}
33050 \series default
33051
33052 \begin_inset VSpace medskip
33053 \end_inset
33054
33055
33056 \begin_inset Newline newline
33057 \end_inset
33058
33059 二つのドルマークは、
33060 \series bold
33061
33062 \backslash
33063 framebox
33064 \series default
33065 が必要とする内部の数式を作り出します。第
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "sub:縁付きボックス"
33069
33070 \end_inset
33071
33072 節をご参照下さい。
33073 \end_layout
33074
33075 \begin_layout Itemize
33076 ボックスの色を指定する必要がない
33077 \series bold
33078
33079 \backslash
33080 fcolorbox
33081 \series default
33082 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
33083 \begin_inset VSpace medskip
33084 \end_inset
33085
33086
33087 \begin_inset Newline newline
33088 \end_inset
33089
33090
33091 \series bold
33092
33093 \backslash
33094 newcommand{
33095 \backslash
33096 cb}[3][white]{
33097 \backslash
33098 fcolorbox{#2}{#1}{$#3$}}
33099 \series default
33100
33101 \begin_inset VSpace medskip
33102 \end_inset
33103
33104
33105 \begin_inset Newline newline
33106 \end_inset
33107
33108
33109 \series bold
33110
33111 \backslash
33112 cb
33113 \series default
33114 を使うときに色が指定されなければ、事前に定義された色である
33115 \series bold
33116 white
33117 \series default
33118 が使用されます。
33119 \end_layout
33120
33121 \begin_layout Standard
33122 以下は、上で定義したコマンドの動作テストです。
33123 \end_layout
33124
33125 \begin_layout Standard
33126 \align center
33127 \begin_inset Tabular
33128 <lyxtabular version="3" rows="6" columns="2">
33129 <features rotate="0" tabularvalignment="middle">
33130 <column alignment="center" valignment="top">
33131 <column alignment="center" valignment="top">
33132 <row>
33133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 コマンド
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 出力
33147 \begin_inset Note Note
33148 status collapsed
33149
33150 \begin_layout Plain Layout
33151 ここで
33152 \series bold
33153
33154 \backslash
33155 raisebox
33156 \series default
33157 はスペーサーとして使用しているだけです。
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 </row>
33168 <row>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 A
33174 \backslash
33175 gr
33176 \begin_inset space \textvisiblespace{}
33177 \end_inset
33178
33179 B
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 \begin_inset Formula $A\gr B$
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 </row>
33197 <row>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202
33203 \backslash
33204 us{ABcd
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 </row>
33222 <row>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227
33228 \backslash
33229 fb{[2cm]
33230 \begin_inset Formula $\to$
33231 \end_inset
33232
33233
33234 \backslash
33235 {
33236 \begin_inset Formula $\to$
33237 \end_inset
33238
33239
33240 \backslash
33241 {
33242 \backslash
33243 int
33244 \begin_inset space \textvisiblespace{}
33245 \end_inset
33246
33247 A=B
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270
33271 \backslash
33272 cb{red
33273 \begin_inset Formula $\to$
33274 \end_inset
33275
33276
33277 \backslash
33278 {
33279 \backslash
33280 int
33281 \begin_inset space \textvisiblespace{}
33282 \end_inset
33283
33284 A=B
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 </row>
33302 <row>
33303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307
33308 \backslash
33309 cb[green]
33310 \backslash
33311 {red
33312 \begin_inset Formula $\to$
33313 \end_inset
33314
33315
33316 \backslash
33317 {
33318 \backslash
33319 int
33320 \begin_inset space \textvisiblespace{}
33321 \end_inset
33322
33323 A=B
33324 \end_layout
33325
33326 \end_inset
33327 </cell>
33328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33329 \begin_inset Text
33330
33331 \begin_layout Plain Layout
33332 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 </lyxtabular>
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Subsection
33349 数式マクロ
33350 \begin_inset Index idx
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \begin_inset Index idx
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364 まくろ@マクロ
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33374 般型は、
33375 \begin_inset Formula 
33376 \[
33377 0=\lambda^{2}+p\lambda+q
33378 \]
33379
33380 \end_inset
33381
33382 であり、その解の一般型は
33383 \begin_inset Formula 
33384 \[
33385 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33386 \]
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Standard
33394 です。
33395 \begin_inset Formula $\lambda$
33396 \end_inset
33397
33398
33399 \begin_inset Formula $p$
33400 \end_inset
33401
33402
33403 \begin_inset Formula $q$
33404 \end_inset
33405
33406 の3つのパラメータを指定することが必須であり、
33407 \begin_inset Formula $\lambda$
33408 \end_inset
33409
33410 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33411 \begin_inset Newline newline
33412 \end_inset
33413
33414
33415 \series bold
33416
33417 \backslash
33418 newcommand{
33419 \backslash
33420 qG}[4][1,
33421 \backslash
33422 ,2]{#2_{#1}=-
33423 \backslash
33424 frac{#3}{2}
33425 \backslash
33426 pm
33427 \begin_inset Newline newline
33428 \end_inset
33429
33430
33431 \begin_inset Phantom HPhantom
33432 status open
33433
33434 \begin_layout Plain Layout
33435
33436 \series bold
33437
33438 \backslash
33439 newcommand
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \backslash
33446 sqrt{
33447 \backslash
33448 frac{#3^{2}}{4}-#4}}
33449 \end_layout
33450
33451 \begin_layout Standard
33452 これを使って解の公式を作るには、
33453 \begin_inset Newline newline
33454 \end_inset
33455
33456
33457 \series bold
33458
33459 \backslash
33460 qG{
33461 \backslash
33462 lambda
33463 \begin_inset Formula $\to$
33464 \end_inset
33465
33466
33467 \backslash
33468 {p
33469 \begin_inset Formula $\to$
33470 \end_inset
33471
33472
33473 \backslash
33474 {q
33475 \series default
33476 というコマンドを数式に入れます。
33477 \end_layout
33478
33479 \begin_layout Standard
33480 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33481 \series bold
33482
33483 \backslash
33484 frac{分子}{分母}
33485 \series default
33486 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33487 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33488 \series bold
33489
33490 \backslash
33491 newcommand
33492 \series default
33493 コマンドの代わりに、数式マクロを使う方法を提供しています。
33494 \end_layout
33495
33496 \begin_layout Standard
33497 数式マクロは、
33498 \family sans
33499 挿入\SpecialChar \menuseparator
33500 数式\SpecialChar \menuseparator
33501 マクロ
33502 \family default
33503 メニューか、ツールバーボタンの
33504 \begin_inset Info
33505 type  "icon"
33506 arg   "math-macro newmacroname_newcommand"
33507 \end_inset
33508
33509 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33510 \begin_inset Newline newline
33511 \end_inset
33512
33513
33514 \begin_inset space \hspace*{\fill}
33515 \end_inset
33516
33517
33518 \begin_inset Graphics
33519         filename ../clipart/macrobox.png
33520
33521 \end_inset
33522
33523
33524 \begin_inset space \hspace*{\fill}
33525 \end_inset
33526
33527
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531
33532 \begin_inset FormulaMacro
33533 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33534 \end_inset
33535
33536
33537 \backslash
33538 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33539 \series bold
33540
33541 \backslash
33542 #1
33543 \series default
33544 のように
33545 \series bold
33546
33547 \backslash
33548 #引数番号
33549 \series default
33550 というコマンドで入力するか、マクロツールバーボタンの
33551 \begin_inset Info
33552 type  "icon"
33553 arg   "math-macro-add-param"
33554 \end_inset
33555
33556 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33557 \begin_inset Info
33558 type  "icon"
33559 arg   "math-macro-add-optional-param"
33560 \end_inset
33561
33562 で作ることができます。最初の必須引数は、ツールバーボタンの
33563 \begin_inset Info
33564 type  "icon"
33565 arg   "math-macro-make-optional"
33566 \end_inset
33567
33568 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33569 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33570 \begin_inset Newline newline
33571 \end_inset
33572
33573
33574 \series bold
33575 qG: 
33576 \backslash
33577 #1
33578 \series default
33579  
33580 \series bold
33581 ,
33582 \series default
33583  
33584 \series bold
33585
33586 \backslash
33587 #2
33588 \series default
33589  
33590 \series bold
33591 ,
33592 \series default
33593  
33594 \series bold
33595
33596 \backslash
33597 #3, 
33598 \backslash
33599 #4
33600 \begin_inset Newline newline
33601 \end_inset
33602
33603
33604 \series default
33605 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33606 されます。
33607 \begin_inset Newline newline
33608 \end_inset
33609
33610 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33611 \family sans
33612 表示\SpecialChar \menuseparator
33613 数式マクロを展開(畳む)
33614 \family default
33615 メニューを使うことで、マクロ毎に変えることができます。
33616 \end_layout
33617
33618 \begin_layout Standard
33619 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33620 \series bold
33621
33622 \backslash
33623 qG
33624 \series default
33625 とします。このマクロは、LyX中では以下のように表示されます。
33626 \begin_inset Newline newline
33627 \end_inset
33628
33629
33630 \begin_inset space \hspace*{\fill}
33631 \end_inset
33632
33633
33634 \begin_inset Graphics
33635         filename ../clipart/macrouse.png
33636
33637 \end_inset
33638
33639
33640 \begin_inset space \hspace*{\fill}
33641 \end_inset
33642
33643
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647 以下は、上記の例に、引数
33648 \begin_inset Formula $x$
33649 \end_inset
33650
33651
33652 \begin_inset Formula $\ln(x)$
33653 \end_inset
33654
33655
33656 \begin_inset Formula $B$
33657 \end_inset
33658
33659 を指定したものです。
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset Formula 
33664 \[
33665 \qG x{\ln(x)}B
33666 \]
33667
33668 \end_inset
33669
33670
33671 \end_layout
33672
33673 \begin_layout Standard
33674 LyXは、
33675 \family sans
33676 ツール\SpecialChar \menuseparator
33677 設定\SpecialChar \menuseparator
33678 編集\SpecialChar \menuseparator
33679 制御
33680 \family default
33681 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33682 せてみてください。
33683 \end_layout
33684
33685 \begin_layout Standard
33686 数式マクロは、文書書き出し時に、内部的に
33687 \series bold
33688
33689 \backslash
33690 newcommand
33691 \series default
33692 コマンドに変換されます。こうして生成された
33693 \series bold
33694
33695 \backslash
33696 newcommand
33697 \series default
33698 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33699 \end_layout
33700
33701 \begin_layout Standard
33702 数式マクロは、
33703 \series bold
33704
33705 \backslash
33706 newcommand
33707 \series default
33708 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33709 \series bold
33710
33711 \begin_inset Newline newline
33712 \end_inset
33713
33714
33715 \backslash
33716 newcommand{
33717 \backslash
33718 larrow}[2]{
33719 \backslash
33720 xleftarrow[#2]{#1}}
33721 \begin_inset Newline newline
33722 \end_inset
33723
33724
33725 \series default
33726 というコマンドを書き入れ、この全体を選択して、
33727 \begin_inset Flex Ruby
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731 捷径
33732 \begin_inset Argument post:1
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 ショートカット
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \family sans
33748 Ctrl+M
33749 \family default
33750 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33751 \series bold
33752
33753 \backslash
33754 newcommand
33755 \series default
33756 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33757 \end_layout
33758
33759 \begin_layout Standard
33760 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33761 \begin_inset CommandInset ref
33762 LatexCommand ref
33763 reference "sub:newcommandコマンド"
33764
33765 \end_inset
33766
33767 節で例として作った
33768 \series bold
33769
33770 \backslash
33771 fb
33772 \series default
33773 は、マクロとしては作ることができません。
33774 \end_layout
33775
33776 \begin_layout Standard
33777 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset VSpace defskip
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \begin_layout Standard
33788 \begin_inset Graphics
33789         filename ../clipart/MacroToolbar.png
33790
33791 \end_inset
33792
33793
33794 \begin_inset Index idx
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798 まくろ@マクロ ! つーるばー@ツールバー
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \begin_layout Standard
33807 \begin_inset VSpace defskip
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \begin_layout Standard
33814 マクロツールバーは、左から右に、以下の各ボタンがあります。
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \begin_inset VSpace defskip
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \begin_inset Tabular
33826 <lyxtabular version="3" rows="9" columns="2">
33827 <features rotate="0" islongtable="true" longtabularalignment="center">
33828 <column alignment="left" valignment="top">
33829 <column alignment="left" valignment="top" width="85col%">
33830 <row interlinespace="2.5mm">
33831 <cell alignment="center" valignment="top" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 \begin_inset Info
33836 type  "icon"
33837 arg   "math-macro-remove-param"
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 <cell alignment="center" valignment="top" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849
33850 \family sans
33851 編集\SpecialChar \menuseparator
33852 数式\SpecialChar \menuseparator
33853 マクロ定義\SpecialChar \menuseparator
33854 最後の引数を削除
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 </row>
33860 <row interlinespace="2.5mm">
33861 <cell alignment="center" valignment="top" usebox="none">
33862 \begin_inset Text
33863
33864 \begin_layout Plain Layout
33865 \begin_inset Info
33866 type  "icon"
33867 arg   "math-macro-add-param"
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 <cell alignment="center" valignment="top" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879
33880 \family sans
33881 編集\SpecialChar \menuseparator
33882 数式\SpecialChar \menuseparator
33883 マクロ定義\SpecialChar \menuseparator
33884 引数を追加
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 </row>
33890 <row interlinespace="2.5mm">
33891 <cell alignment="center" valignment="top" usebox="none">
33892 \begin_inset Text
33893
33894 \begin_layout Plain Layout
33895 \begin_inset Info
33896 type  "icon"
33897 arg   "math-macro-make-optional"
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 <cell alignment="center" valignment="top" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909
33910 \family sans
33911 編集\SpecialChar \menuseparator
33912 数式\SpecialChar \menuseparator
33913 マクロ定義\SpecialChar \menuseparator
33914 最初の必須引数を
33915 \begin_inset Newline newline
33916 \end_inset
33917
33918
33919 \begin_inset Phantom HPhantom
33920 status open
33921
33922 \begin_layout Plain Layout
33923
33924 \family sans
33925 編集\SpecialChar \menuseparator
33926 数式\SpecialChar \menuseparator
33927 マクロ定義\SpecialChar \menuseparator
33928
33929 \end_layout
33930
33931 \end_inset
33932
33933 非必須引数にする
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 </row>
33939 <row interlinespace="2.5mm">
33940 <cell alignment="center" valignment="top" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944 \begin_inset Info
33945 type  "icon"
33946 arg   "math-macro-make-nonoptional"
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \end_inset
33953 </cell>
33954 <cell alignment="center" valignment="top" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958
33959 \family sans
33960 編集\SpecialChar \menuseparator
33961 数式\SpecialChar \menuseparator
33962 マクロ定義\SpecialChar \menuseparator
33963 最後の非必須引数を
33964 \begin_inset Newline newline
33965 \end_inset
33966
33967
33968 \begin_inset Phantom HPhantom
33969 status open
33970
33971 \begin_layout Plain Layout
33972
33973 \family sans
33974 編集\SpecialChar \menuseparator
33975 数式\SpecialChar \menuseparator
33976 マクロ定義\SpecialChar \menuseparator
33977
33978 \end_layout
33979
33980 \end_inset
33981
33982 必須引数にする
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 </row>
33988 <row interlinespace="2.5mm">
33989 <cell alignment="center" valignment="top" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 \begin_inset Info
33994 type  "icon"
33995 arg   "math-macro-remove-optional-param"
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007
34008 \family sans
34009 編集\SpecialChar \menuseparator
34010 数式\SpecialChar \menuseparator
34011 マクロ定義\SpecialChar \menuseparator
34012 非必須引数を削除
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 </row>
34018 <row interlinespace="2.5mm">
34019 <cell alignment="center" valignment="top" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 \begin_inset Info
34024 type  "icon"
34025 arg   "math-macro-add-optional-param"
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037
34038 \family sans
34039 編集\SpecialChar \menuseparator
34040 数式\SpecialChar \menuseparator
34041 マクロ定義\SpecialChar \menuseparator
34042 非必須引数を挿入
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 </row>
34048 <row interlinespace="2.5mm">
34049 <cell alignment="center" valignment="top" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053 \begin_inset Info
34054 type  "icon"
34055 arg   "math-macro-remove-greedy-param"
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 <cell alignment="center" valignment="top" usebox="none">
34064 \begin_inset Text
34065
34066 \begin_layout Plain Layout
34067
34068 \family sans
34069 編集\SpecialChar \menuseparator
34070 数式\SpecialChar \menuseparator
34071 マクロ定義\SpecialChar \menuseparator
34072 右に吐き出す形で
34073 \begin_inset Newline newline
34074 \end_inset
34075
34076
34077 \begin_inset Phantom HPhantom
34078 status open
34079
34080 \begin_layout Plain Layout
34081
34082 \family sans
34083 編集\SpecialChar \menuseparator
34084 数式\SpecialChar \menuseparator
34085 マクロ定義\SpecialChar \menuseparator
34086
34087 \end_layout
34088
34089 \end_inset
34090
34091 最後の引数を削除
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 <row interlinespace="2.5mm">
34098 <cell alignment="center" valignment="top" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 \begin_inset Info
34103 type  "icon"
34104 arg   "math-macro-append-greedy-param"
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 <cell alignment="center" valignment="top" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116
34117 \family sans
34118 編集\SpecialChar \menuseparator
34119 数式\SpecialChar \menuseparator
34120 マクロ定義\SpecialChar \menuseparator
34121 右から喰う形で
34122 \begin_inset Newline newline
34123 \end_inset
34124
34125
34126 \begin_inset Phantom HPhantom
34127 status open
34128
34129 \begin_layout Plain Layout
34130
34131 \family sans
34132 編集\SpecialChar \menuseparator
34133 数式\SpecialChar \menuseparator
34134 マクロ定義\SpecialChar \menuseparator
34135
34136 \end_layout
34137
34138 \end_inset
34139
34140 引数を追加
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 </row>
34146 <row interlinespace="2.5mm">
34147 <cell alignment="center" valignment="top" usebox="none">
34148 \begin_inset Text
34149
34150 \begin_layout Plain Layout
34151 \begin_inset Info
34152 type  "icon"
34153 arg   "math-macro-add-greedy-optional-param"
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \end_inset
34160 </cell>
34161 <cell alignment="center" valignment="top" usebox="none">
34162 \begin_inset Text
34163
34164 \begin_layout Plain Layout
34165
34166 \family sans
34167 編集\SpecialChar \menuseparator
34168 数式\SpecialChar \menuseparator
34169 マクロ定義\SpecialChar \menuseparator
34170 右から喰う形で
34171 \begin_inset Newline newline
34172 \end_inset
34173
34174
34175 \begin_inset Phantom HPhantom
34176 status open
34177
34178 \begin_layout Plain Layout
34179
34180 \family sans
34181 編集\SpecialChar \menuseparator
34182 数式\SpecialChar \menuseparator
34183 マクロ定義\SpecialChar \menuseparator
34184
34185 \end_layout
34186
34187 \end_inset
34188
34189 非必須引数を追加
34190 \end_layout
34191
34192 \end_inset
34193 </cell>
34194 </row>
34195 </lyxtabular>
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Section
34203 コンピュータ代数システム
34204 \end_layout
34205
34206 \begin_layout Standard
34207 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34208 \family sans
34209 Maple
34210 \family default
34211
34212 \family sans
34213 Mathematica
34214 \family default
34215
34216 \family sans
34217 Maxima
34218 \family default
34219
34220 \family sans
34221 Octave
34222 \family default
34223 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34224 \end_layout
34225
34226 \begin_layout Subsection
34227 使用法
34228 \end_layout
34229
34230 \begin_layout Standard
34231 数式表現を書いた後、
34232 \family sans
34233 編集\SpecialChar \menuseparator
34234 数式\SpecialChar \menuseparator
34235 コンピュータ代数システムを使用
34236 \family default
34237 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34238 \end_layout
34239
34240 \begin_layout Standard
34241 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34242 \family typewriter
34243 Maxima
34244 \family default
34245 です)。
34246 \end_layout
34247
34248 \begin_layout Itemize
34249 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Itemize
34256 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Itemize
34263 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Itemize
34270 \begin_inset Formula $\det\left[\begin{array}{ccc}
34271 1 & 6 & 7\\
34272 2 & 5 & 8\\
34273 3 & 4 & 17
34274 \end{array}\right]=-56$
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Itemize
34281 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Subsection
34288 捷径
34289 \end_layout
34290
34291 \begin_layout Standard
34292 現在のところ、代数プログラムを呼び出すための
34293 \begin_inset Flex Ruby
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 捷径
34298 \begin_inset Argument post:1
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 ショートカット
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \end_inset
34311
34312 はありません。しかし、捷径を
34313 \family sans
34314 math-extern
34315 \family default
34316  LyX関数にバインドすることは容易です(取扱説明書『
34317 \family sans
34318 \emph on
34319 LyX関数篇
34320 \family default
34321 \emph default
34322 』参照)。例えば、数式エディタ中で
34323 \family sans
34324 リターン
34325 \family default
34326
34327 \begin_inset Flex Ruby
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331
34332 \begin_inset Argument post:1
34333 status collapsed
34334
34335 \begin_layout Plain Layout
34336 キー
34337 \end_layout
34338
34339 \end_inset
34340
34341
34342 \end_layout
34343
34344 \end_inset
34345
34346 をバインドさせることもできます。それを
34347 \family typewriter
34348 Maxima
34349 \family default
34350 にバインドするには、下記の捷径定義コマンドを使用します。
34351 \end_layout
34352
34353 \begin_layout Standard
34354
34355 \series bold
34356 command-alternatives break-paragraph;math-extern maxima
34357 \end_layout
34358
34359 \begin_layout Section
34360 補遺
34361 \begin_inset Index idx
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365 ほい@補遺
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Subsection
34374 負の数
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 かず@数 ! ふの@負の ---
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Standard
34388 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34389 く表示されます。
34390 \end_layout
34391
34392 \begin_layout Standard
34393 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34394 \end_layout
34395
34396 \begin_layout Standard
34397 以下は、この問題を示す例です。
34398 \end_layout
34399
34400 \begin_layout Standard
34401 \align center
34402 \begin_inset Tabular
34403 <lyxtabular version="3" rows="3" columns="2">
34404 <features rotate="0" tabularvalignment="middle">
34405 <column alignment="right" valignment="top">
34406 <column alignment="left" valignment="top">
34407 <row>
34408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412 通常の文章:
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34418 \begin_inset Text
34419
34420 \begin_layout Plain Layout
34421 x = -2
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 </row>
34427 <row>
34428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 数式:
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441 \begin_inset Formula $x=-2$
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 <row>
34451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 解決策:
34456 \end_layout
34457
34458 \end_inset
34459 </cell>
34460 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34461 \begin_inset Text
34462
34463 \begin_layout Plain Layout
34464 \begin_inset Formula $x=\textrm{-}2$
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 </row>
34473 </lyxtabular>
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Subsection
34481 位区切りとしてのコンマ
34482 \begin_inset Index idx
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 こんま@コンマ
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset Index idx
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 かんま@カンマ|see
34497 \begin_inset ERT
34498 status collapsed
34499
34500 \begin_layout Plain Layout
34501
34502 {
34503 \end_layout
34504
34505 \end_inset
34506
34507 コンマ
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513 }
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \begin_layout Standard
34527 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34528 \end_layout
34529
34530 \begin_layout Standard
34531 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34532 \begin_inset Flex Ruby
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 捷径
34537 \begin_inset Argument post:1
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 ショートカット
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \begin_inset Info
34553 type  "shortcut"
34554 arg   "math-mode"
34555 \end_inset
34556
34557 )。
34558 \end_layout
34559
34560 \begin_layout Standard
34561 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34562 \end_layout
34563
34564 \begin_layout Standard
34565
34566 \series bold
34567
34568 \backslash
34569 usepackage{icomma}
34570 \end_layout
34571
34572 \begin_layout Standard
34573 という行を加えて、
34574 \series bold
34575 icomma.sty
34576 \series default
34577
34578 \begin_inset Foot
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583 \series bold
34584 icomma
34585 \series default
34586 は、LaTeXパッケージ
34587 \series bold
34588 was
34589 \series default
34590
34591 \begin_inset Index idx
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595 ぱっけーじ@パッケージ ! was
34596 \begin_inset ERT
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600
34601
34602 \backslash
34603 vspace{4mm}
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \end_inset
34612
34613 に含まれています。
34614 \end_layout
34615
34616 \end_inset
34617
34618
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 ぱっけーじ@パッケージ ! icomma
34624 \end_layout
34625
34626 \end_inset
34627
34628 ファイルを読み込みます。
34629 \end_layout
34630
34631 \begin_layout Subsection
34632 物理ベクトル
34633 \begin_inset CommandInset label
34634 LatexCommand label
34635 name "sub:物理ベクトル"
34636
34637 \end_inset
34638
34639
34640 \begin_inset Index idx
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644 Vectors ! physical
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Standard
34653 LaTeXパッケージ
34654 \series bold
34655 braket
34656 \series default
34657
34658 \begin_inset Foot
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663 \series bold
34664 braket
34665 \series default
34666  は標準的LaTeX頒布版のすべてに含まれています。
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \begin_inset Index idx
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676 ぱっけーじ@パッケージ ! braket
34677 \end_layout
34678
34679 \end_inset
34680
34681 には、定義済みのベクトルが提供されており、
34682 \end_layout
34683
34684 \begin_layout Standard
34685
34686 \series bold
34687
34688 \backslash
34689 usepackage{braket}
34690 \end_layout
34691
34692 \begin_layout Standard
34693 というLaTeXプリアンブル行で読み込むことができます。
34694 \end_layout
34695
34696 \begin_layout Standard
34697 \begin_inset ERT
34698 status collapsed
34699
34700 \begin_layout Plain Layout
34701
34702
34703 \backslash
34704 ifbraket 
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \begin_inset Note Note
34711 status open
34712
34713 \begin_layout Plain Layout
34714 以下の表は、
34715 \series bold
34716 braket
34717 \series default
34718  LaTeXパッケージが導入済みのときのみ表示されます。
34719 \end_layout
34720
34721 \end_inset
34722
34723 以下のコマンドが定義されています。
34724 \end_layout
34725
34726 \begin_layout Standard
34727 \align center
34728 \begin_inset Tabular
34729 <lyxtabular version="3" rows="4" columns="2">
34730 <features rotate="0" tabularvalignment="middle">
34731 <column alignment="center" valignment="top">
34732 <column alignment="center" valignment="top">
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 コマンド
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 出力
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 </row>
34753 <row>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758
34759 \backslash
34760 Bra{
34761 \backslash
34762 psi
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 \begin_inset Formula $\Bra{\psi}$
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 </row>
34780 <row>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785
34786 \backslash
34787 Ket{
34788 \backslash
34789 psi
34790 \end_layout
34791
34792 \end_inset
34793 </cell>
34794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34795 \begin_inset Text
34796
34797 \begin_layout Plain Layout
34798 \begin_inset Formula $\Ket{\psi}$
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row>
34808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 Braket{
34815 \backslash
34816 psi
34817 \begin_inset Formula $|$
34818 \end_inset
34819
34820
34821 \backslash
34822 phi
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 \begin_inset Formula $\Braket{\psi|\phi}$
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 </row>
34840 </lyxtabular>
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848
34849 \series bold
34850
34851 \backslash
34852 Braket
34853 \series default
34854 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34855 \begin_inset Formula 
34856 \[
34857 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34858 \]
34859
34860 \end_inset
34861
34862
34863 \begin_inset ERT
34864 status collapsed
34865
34866 \begin_layout Plain Layout
34867
34868
34869 \backslash
34870 else 
34871 \end_layout
34872
34873 \end_inset
34874
34875
34876 \begin_inset Note Note
34877 status open
34878
34879 \begin_layout Plain Layout
34880
34881 \series bold
34882 braket
34883 \series default
34884  LaTeXパッケージが導入されていないときには、以下が表示されます。
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \begin_layout Standard
34893 本小節の全体を出力で見るためには、
34894 \series bold
34895 braket
34896 \series default
34897  LaTeXパッケージを導入する必要があります。
34898 \end_layout
34899
34900 \begin_layout Standard
34901 \begin_inset ERT
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905
34906
34907 \backslash
34908 fi 
34909 \end_layout
34910
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \begin_layout Standard
34917
34918 \series bold
34919
34920 \backslash
34921 Braket
34922 \series default
34923 と同じ効果は、第
34924 \begin_inset CommandInset ref
34925 LatexCommand ref
34926 reference "sub:自動の括弧丈"
34927
34928 \end_inset
34929
34930 節に説明されているとおり、
34931 \series bold
34932
34933 \backslash
34934 middle
34935 \series default
34936 コマンドを用いることによっても実現できます。
34937 \end_layout
34938
34939 \begin_layout Subsection
34940 自己定義の分数
34941 \begin_inset CommandInset label
34942 LatexCommand label
34943 name "sub:自己定義の分数"
34944
34945 \end_inset
34946
34947
34948 \begin_inset Index idx
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 ぶんすう@分数 ! じこていぎの@自己定義の ---
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 分数用の自製コマンドを定義するには、以下の書式を持つ
34962 \series bold
34963
34964 \backslash
34965 genfrac
34966 \series default
34967
34968 \begin_inset Index idx
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972 こまんど@コマンド ! G ! 
34973 \backslash
34974 genfrac
34975 \end_layout
34976
34977 \end_inset
34978
34979 コマンドを使います。
34980 \end_layout
34981
34982 \begin_layout Standard
34983
34984 \series bold
34985
34986 \backslash
34987 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34988 \begin_inset Newline newline
34989 \end_inset
34990
34991
34992 \begin_inset Phantom HPhantom
34993 status open
34994
34995 \begin_layout Plain Layout
34996
34997 \series bold
34998
34999 \backslash
35000 genfrac
35001 \end_layout
35002
35003 \end_inset
35004
35005 {分子}{分母}
35006 \end_layout
35007
35008 \begin_layout Standard
35009 ここで「様式」は、0
35010 \begin_inset space \thinspace{}
35011 \end_inset
35012
35013 -
35014 \begin_inset space \thinspace{}
35015 \end_inset
35016
35017 3の範囲の数字です。
35018 \end_layout
35019
35020 \begin_layout Standard
35021 \align center
35022 \begin_inset Tabular
35023 <lyxtabular version="3" rows="5" columns="2">
35024 <features rotate="0" tabularvalignment="middle">
35025 <column alignment="center" valignment="top">
35026 <column alignment="center" valignment="top">
35027 <row>
35028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 数字
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041 様式(大きさ)
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 </row>
35047 <row>
35048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052 0
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 別行立て様式の数式
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 </row>
35067 <row>
35068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072 1
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081 行内数式
35082 \end_layout
35083
35084 \end_inset
35085 </cell>
35086 </row>
35087 <row>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092 2
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101 やや小(small)
35102 \end_layout
35103
35104 \end_inset
35105 </cell>
35106 </row>
35107 <row>
35108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 3
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35118 \begin_inset Text
35119
35120 \begin_layout Plain Layout
35121 最小(tiny)
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 </row>
35127 </lyxtabular>
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 「様式」を指定しないときには、
35136 \series bold
35137
35138 \backslash
35139 frac
35140 \series default
35141 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35142 \end_layout
35143
35144 \begin_layout Standard
35145 「分数線の厚み」を指定しないときには、既定値である0.4
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 ptが用いられます。
35150 \end_layout
35151
35152 \begin_layout Standard
35153 \begin_inset VSpace medskip
35154 \end_inset
35155
35156 たとえば、第
35157 \begin_inset CommandInset ref
35158 LatexCommand ref
35159 reference "sub:分数"
35160
35161 \end_inset
35162
35163 節の
35164 \series bold
35165
35166 \backslash
35167 dfrac
35168 \series default
35169 コマンドおよび
35170 \series bold
35171
35172 \backslash
35173 tbinom
35174 \series default
35175 コマンドは、
35176 \end_layout
35177
35178 \begin_layout Standard
35179
35180 \series bold
35181
35182 \backslash
35183 newcommand{
35184 \backslash
35185 dfrac}[2]{
35186 \backslash
35187 genfrac{}{}{}{0}{#1}{#2}}
35188 \end_layout
35189
35190 \begin_layout Standard
35191 あるいは
35192 \end_layout
35193
35194 \begin_layout Standard
35195
35196 \series bold
35197
35198 \backslash
35199 newcommand{
35200 \backslash
35201 tbinom}[2]{
35202 \backslash
35203 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35204 \end_layout
35205
35206 \begin_layout Standard
35207 というコマンドで定義できます。
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset VSpace medskip
35212 \end_inset
35213
35214 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
35215 \end_layout
35216
35217 \begin_layout Standard
35218
35219 \series bold
35220
35221 \backslash
35222 newcommand{
35223 \backslash
35224 fracS}[3][]{
35225 \backslash
35226 genfrac{}{}{#1}{}{#2}{#3}}
35227 \end_layout
35228
35229 \begin_layout Standard
35230 という行を入れます。
35231 \begin_inset Newpage newpage
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Standard
35238 以下は、そのテストです。
35239 \begin_inset Formula 
35240 \begin{align*}
35241 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35242 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35243 \end{align*}
35244
35245 \end_inset
35246
35247 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35248 \end_layout
35249
35250 \begin_layout Subsection
35251 数式の消去
35252 \begin_inset Index idx
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256 すうしき@数式 ! しょうきょ@消去
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \begin_layout Standard
35265 数式を消去するには、4つの方法があります。
35266 \end_layout
35267
35268 \begin_layout Standard
35269 \align center
35270 \begin_inset Tabular
35271 <lyxtabular version="3" rows="5" columns="2">
35272 <features rotate="0" tabularvalignment="middle">
35273 <column alignment="center" valignment="top">
35274 <column alignment="center" valignment="top">
35275 <row>
35276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35277 \begin_inset Text
35278
35279 \begin_layout Plain Layout
35280 コマンド
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 出力
35290 \begin_inset Note Note
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 ここで
35295 \series bold
35296
35297 \backslash
35298 raisebox
35299 \series default
35300 はスペーサーとして使用しているだけです。
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316
35317 \backslash
35318 cancel
35319 \begin_inset space \textvisiblespace{}
35320 \end_inset
35321
35322 int
35323 \begin_inset space \textvisiblespace{}
35324 \end_inset
35325
35326 A=B
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 <row>
35345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349
35350 \backslash
35351 bcancel
35352 \begin_inset space \textvisiblespace{}
35353 \end_inset
35354
35355
35356 \backslash
35357 int
35358 \begin_inset space \textvisiblespace{}
35359 \end_inset
35360
35361 A=B
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \end_inset
35377 </cell>
35378 </row>
35379 <row>
35380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384
35385 \backslash
35386 xcancel
35387 \begin_inset space \textvisiblespace{}
35388 \end_inset
35389
35390
35391 \backslash
35392 int
35393 \begin_inset space \textvisiblespace{}
35394 \end_inset
35395
35396 A=B
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35402 \begin_inset Text
35403
35404 \begin_layout Plain Layout
35405 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419
35420 \backslash
35421 cancelto
35422 \begin_inset space \textvisiblespace{}
35423 \end_inset
35424
35425
35426 \backslash
35427 int
35428 \begin_inset space \textvisiblespace{}
35429 \end_inset
35430
35431 A=B
35432 \begin_inset Formula $\to$
35433 \end_inset
35434
35435 1
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 </row>
35453 </lyxtabular>
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Standard
35461
35462 \series bold
35463
35464 \backslash
35465 cancelto
35466 \series default
35467 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35468 \begin_inset Formula 
35469 \[
35470 \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}}}
35471 \]
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479
35480 \lang english
35481 To change the size of 
35482 \series bold
35483
35484 \backslash
35485 cancelto
35486 \series default
35487 's 
35488 \begin_inset Quotes eld
35489 \end_inset
35490
35491 subscript
35492 \begin_inset Quotes erd
35493 \end_inset
35494
35495  value one can add the LaTeX-preamble line
35496 \end_layout
35497
35498 \begin_layout Standard
35499
35500 \series bold
35501
35502 \backslash
35503 PassOptionsToPackage{option}{cancel}
35504 \end_layout
35505
35506 \begin_layout Standard
35507
35508 \lang english
35509 where 
35510 \series bold
35511 option
35512 \series default
35513  is either 
35514 \series bold
35515 samesize
35516 \series default
35517  which leads to the same size as for the canceled value, or 
35518 \series bold
35519 Smaller
35520 \series default
35521  which makes is it a bit smaller than normal.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35526 \end_layout
35527
35528 \begin_layout Standard
35529
35530 \series bold
35531
35532 \backslash
35533 renewcommand{
35534 \backslash
35535 CancelColor}{
35536 \backslash
35537 color{red}}
35538 \end_layout
35539
35540 \begin_layout Standard
35541 ここで
35542 \series bold
35543 red
35544 \series default
35545 は、お好みの色に変更することができます。
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \begin_inset ERT
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553
35554
35555 \backslash
35556 renewcommand{
35557 \backslash
35558 CancelColor}{
35559 \backslash
35560 color{red}}
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 \begin_inset Formula 
35570 \[
35571 \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}}}
35572 \]
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 renewcommand{
35588 \backslash
35589 CancelColor}{
35590 \backslash
35591 color{black}}
35592 \end_layout
35593
35594 \end_inset
35595
35596
35597 \begin_inset Note Note
35598 status open
35599
35600 \begin_layout Plain Layout
35601 色をリセット
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Standard
35610 他の微調整については、
35611 \series bold
35612 cancel
35613 \series default
35614 パッケージの取扱説明書
35615 \begin_inset CommandInset citation
35616 LatexCommand cite
35617 key "cancel"
35618
35619 \end_inset
35620
35621 をご覧ください。
35622 \begin_inset Index idx
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626 ぱっけーじ@パッケージ ! cancel
35627 \end_layout
35628
35629 \end_inset
35630
35631
35632 \end_layout
35633
35634 \begin_layout Subsection
35635 節見出し中の数式
35636 \begin_inset CommandInset label
35637 LatexCommand label
35638 name "sub:節見出し中の数式"
35639
35640 \end_inset
35641
35642
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35648 \end_layout
35649
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35657 \end_layout
35658
35659 \begin_layout Standard
35660 \begin_inset Note Greyedout
35661 status open
35662
35663 \begin_layout Plain Layout
35664 文書設定ダイアログの
35665 \family sans
35666 PDF特性
35667 \family default
35668
35669 \series bold
35670 hyperref
35671 \series default
35672
35673 \begin_inset Index idx
35674 status collapsed
35675
35676 \begin_layout Plain Layout
35677 ぱっけーじ@パッケージ ! hyperref
35678 \end_layout
35679
35680 \end_inset
35681
35682 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35683 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35684 \end_layout
35685
35686 \end_inset
35687
35688
35689 \end_layout
35690
35691 \begin_layout Standard
35692 これらの問題は、
35693 \family sans
35694 挿入\SpecialChar \menuseparator
35695 短縮タイトル
35696 \family default
35697 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35698 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35699 \end_layout
35700
35701 \begin_layout Standard
35702 数式を目次中でも使わなくてもならないが、
35703 \series bold
35704 hyperref
35705 \series default
35706 も使用しなくてはならないときには、
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 texorpdfstring{部分}{代替文字列}
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 こまんど@コマンド ! T ! 
35720 \backslash
35721 texorpdfstring
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730 というコマンドをTeXモードで使う方法があります。
35731 \end_layout
35732
35733 \begin_layout Standard
35734 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35735 文字列」が用いられます。
35736 \end_layout
35737
35738 \begin_layout Standard
35739 以下の二つは、見出しの例です。
35740 \begin_inset VSpace -3mm
35741 \end_inset
35742
35743
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749
35750 \backslash
35751 boldmath 
35752 \end_layout
35753
35754 \end_inset
35755
35756
35757 \end_layout
35758
35759 \begin_layout Subsubsection
35760 目次中では数式を使わない見出し
35761 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35762 \end_inset
35763
35764
35765 \begin_inset Argument 1
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769 目次中では数式を使わない見出し
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Subsubsection
35778 目次中で数式を使う見出し
35779 \begin_inset ERT
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783
35784
35785 \backslash
35786 texorpdfstring{
35787 \end_layout
35788
35789 \end_inset
35790
35791  
35792 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35793 \end_inset
35794
35795
35796 \begin_inset ERT
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800
35801 }{}
35802 \end_layout
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \begin_layout Standard
35810 \begin_inset ERT
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814
35815
35816 \backslash
35817 unboldmath 
35818 \end_layout
35819
35820 \end_inset
35821
35822 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35823 \series bold
35824
35825 \backslash
35826 texorpdfstring
35827 \series default
35828 が使われています。
35829 \end_layout
35830
35831 \begin_layout Standard
35832 他の節見出しと同じ書式を得るために、上の見出し全体は
35833 \series bold
35834 boldmath
35835 \series default
35836 環境に設定してあります
35837 \begin_inset Foot
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842 \begin_inset CommandInset ref
35843 LatexCommand ref
35844 reference "sub:ボールド体の数式"
35845
35846 \end_inset
35847
35848 節参照。
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \begin_layout Subsection
35857 多段組文中の数式
35858 \begin_inset Index idx
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Standard
35871 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35872 \series bold
35873 multicol
35874 \series default
35875
35876 \begin_inset Foot
35877 status collapsed
35878
35879 \begin_layout Plain Layout
35880
35881 \series bold
35882 multicol
35883 \series default
35884 は、標準的LaTeX頒布版のすべてに含まれています。
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \begin_inset Index idx
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894 ぱっけーじ@パッケージ ! multicol
35895 \end_layout
35896
35897 \end_inset
35898
35899  LaTeXパッケージを、
35900 \end_layout
35901
35902 \begin_layout Standard
35903
35904 \series bold
35905
35906 \backslash
35907 usepackage{multicol}
35908 \end_layout
35909
35910 \begin_layout Standard
35911 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35912 \end_layout
35913
35914 \begin_layout Standard
35915 \begin_inset Note Greyedout
35916 status open
35917
35918 \begin_layout Plain Layout
35919 ここで、
35920 \family sans
35921 文書\SpecialChar \menuseparator
35922 設定
35923 \family default
35924 メニューの
35925 \family sans
35926 本文レイアウト
35927 \family default
35928 で、
35929 \family sans
35930 二段組文書
35931 \family default
35932 の設定を
35933 \emph on
35934 有効にしてはならない
35935 \emph default
35936 ことに注意してください。
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Standard
35945 多段組文の前に
35946 \end_layout
35947
35948 \begin_layout Standard
35949
35950 \series bold
35951
35952 \backslash
35953 begin{multicols}{段数}
35954 \end_layout
35955
35956 \begin_layout Standard
35957 というコマンドをTeXモードで書き入れます。「段数」は、2
35958 \begin_inset space \thinspace{}
35959 \end_inset
35960
35961 -
35962 \begin_inset space \thinspace{}
35963 \end_inset
35964
35965 10のあいだの数字です。多段組文の終わる数式の前には、
35966 \end_layout
35967
35968 \begin_layout Standard
35969
35970 \series bold
35971
35972 \backslash
35973 end{multicols}
35974 \end_layout
35975
35976 \begin_layout Standard
35977 というコマンドをTeXモードで入れます。
35978 \end_layout
35979
35980 \begin_layout Standard
35981 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35982 \begin_inset space \thinspace{}
35983 \end_inset
35984
35985 mmの垂直空白を入れて下さい。数式様式
35986 \series bold
35987
35988 \begin_inset Foot
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993 \series bold
35994 数式様式に関しては、第
35995 \series default
35996
35997 \begin_inset CommandInset ref
35998 LatexCommand ref
35999 reference "sec:数式様式"
36000
36001 \end_inset
36002
36003 節をご覧下さい。
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \series default
36010 として
36011 \series bold
36012 行頭下げ
36013 \series default
36014 を使用している場合には、代わりに-9
36015 \begin_inset space \thinspace{}
36016 \end_inset
36017
36018 mmの垂直空白を入れて下さい。
36019 \end_layout
36020
36021 \begin_layout Standard
36022 以下は、別行立て数式を含む、多段組文の例です。
36023 \end_layout
36024
36025 \begin_layout Standard
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031
36032 \backslash
36033 begin{multicols}{2}
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \lang ngerman
36040 Das Spektrum wird fouriertransformiert.
36041  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36042 , Lösungsmittel) zu trennen.
36043  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36044  nun das Aussehen des Ausgangssignals.
36045  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36046  über alle Phasen integrieren muss.
36047  Sei nun 
36048 \begin_inset Formula $S$
36049 \end_inset
36050
36051  unser normiertes Ausgangssignal und 
36052 \begin_inset Formula $P$
36053 \end_inset
36054
36055  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36056 \lang japanese
36057
36058 \begin_inset ERT
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062
36063
36064 \backslash
36065 end{multicols}
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \begin_inset VSpace -6mm
36072 \end_inset
36073
36074
36075 \begin_inset Formula 
36076 \begin{equation}
36077 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36078 \end{equation}
36079
36080 \end_inset
36081
36082
36083 \begin_inset ERT
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087
36088
36089 \backslash
36090 begin{multicols}{2}
36091 \end_layout
36092
36093 \end_inset
36094
36095
36096 \lang ngerman
36097 wobei 
36098 \begin_inset Formula $S_{0}$
36099 \end_inset
36100
36101  das Signal ohne Gradient ist und die Normierungsbedingung 
36102 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36103 \end_inset
36104
36105  gilt.
36106  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36107  Direkt nach dem 
36108 \begin_inset Formula $\nicefrac{\pi}{2}$
36109 \end_inset
36110
36111
36112 \begin_inset space \thinspace{}
36113 \end_inset
36114
36115 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36116  das Signal zusätzlich abschwächt.
36117  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36118  
36119 \begin_inset Formula $T_{2}$
36120 \end_inset
36121
36122 -Zeit.
36123 \end_layout
36124
36125 \begin_layout Standard
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131
36132 \backslash
36133 end{multicols}
36134 \end_layout
36135
36136 \end_inset
36137
36138  
36139 \end_layout
36140
36141 \begin_layout Subsection
36142 変数の説明付き数式
36143 \begin_inset Index idx
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Standard
36156 \begin_inset CommandInset ref
36157 LatexCommand eqref
36158 reference "eq:within"
36159
36160 \end_inset
36161
36162 式のように、数式内で変数の説明をするには、
36163 \begin_inset Formula $n$
36164 \end_inset
36165
36166 個の変数が使われている場合、左寄せの列を持つ
36167 \begin_inset Formula $2\times n$
36168 \end_inset
36169
36170 行列を使用します
36171 \begin_inset Foot
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 行列に関しては、第
36176 \begin_inset CommandInset ref
36177 LatexCommand ref
36178 reference "sec:行列"
36179
36180 \end_inset
36181
36182 節参照。
36183 \end_layout
36184
36185 \end_inset
36186
36187 。説明を小さな文字にするには、行列の前に、たとえば
36188 \series bold
36189
36190 \backslash
36191 footnotesize
36192 \series default
36193 コマンドを挿入します
36194 \begin_inset Foot
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 フォント寸法に関しては、第
36199 \begin_inset CommandInset ref
36200 LatexCommand ref
36201 reference "sub:書体寸法"
36202
36203 \end_inset
36204
36205 節参照。
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Standard
36214 数式様式に
36215 \series bold
36216 行頭下げ
36217 \begin_inset Foot
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221
36222 \series bold
36223 数式様式に関しては、第
36224 \series default
36225
36226 \begin_inset CommandInset ref
36227 LatexCommand ref
36228 reference "sec:数式様式"
36229
36230 \end_inset
36231
36232 節参照。
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \series default
36239 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36240 \series bold
36241
36242 \backslash
36243 hfill
36244 \series default
36245
36246 \begin_inset Foot
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250
36251 \series bold
36252
36253 \backslash
36254 hfill
36255 \series default
36256 は、
36257 \series bold
36258 行頭下げ
36259 \series default
36260 様式のときのみ機能します。第
36261 \begin_inset CommandInset ref
36262 LatexCommand ref
36263 reference "sub:可変長の空白"
36264
36265 \end_inset
36266
36267 節をご覧下さい。
36268 \end_layout
36269
36270 \end_inset
36271
36272 を入れます。
36273 \end_layout
36274
36275 \begin_layout Standard
36276 数式様式に
36277 \series bold
36278 中央揃え
36279 \series default
36280 を使っている場合、数式を字下げするには、第
36281 \begin_inset CommandInset ref
36282 LatexCommand ref
36283 reference "sub:flalign環境"
36284
36285 \end_inset
36286
36287 節で述べた方法を使用します。
36288 \begin_inset CommandInset ref
36289 LatexCommand eqref
36290 reference "eq:within"
36291
36292 \end_inset
36293
36294 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
36295 \begin_inset Formula 
36296 \begin{flalign}
36297 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36298 \rho & \textrm{density}\\
36299 V & \textrm{volume}\\
36300 g & \textrm{gravitational acceleration}
36301 \end{array} &  & {}\label{eq:within}
36302 \end{flalign}
36303
36304 \end_inset
36305
36306
36307 \end_layout
36308
36309 \begin_layout Subsection
36310 アップライト体のギリシャ小文字
36311 \begin_inset CommandInset label
36312 LatexCommand label
36313 name "sub:アップライト体ギリシャ小文字"
36314
36315 \end_inset
36316
36317
36318 \begin_inset Index idx
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Standard
36331 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36332 \begin_inset Formula $\pi$
36333 \end_inset
36334
36335 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36336 \series bold
36337 upgreek.sty
36338 \series default
36339
36340 \begin_inset Foot
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344
36345 \series bold
36346 upgreek
36347 \series default
36348 は、
36349 \series bold
36350 was
36351 \series default
36352
36353 \begin_inset Index idx
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357 ぱっけーじ@パッケージ ! was
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 vspace{4mm}
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \end_inset
36374
36375  LaTeXパッケージの一部です。
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \begin_inset Index idx
36382 status collapsed
36383
36384 \begin_layout Plain Layout
36385 ぱっけーじ@パッケージ ! upgreek
36386 \end_layout
36387
36388 \end_inset
36389
36390  ファイルを
36391 \end_layout
36392
36393 \begin_layout Standard
36394
36395 \series bold
36396
36397 \backslash
36398 usepackage{upgreek}
36399 \end_layout
36400
36401 \begin_layout Standard
36402 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 ifupgreek 
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \begin_inset Note Note
36417 status open
36418
36419 \begin_layout Plain Layout
36420 以下の表は、
36421 \series bold
36422 upgreek
36423 \series default
36424  LaTeXパッケージが導入済みのときのみ表示されます。
36425 \end_layout
36426
36427 \end_inset
36428
36429 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36430 \series bold
36431 up
36432 \series default
36433 を付けると作ることができます。たとえば
36434 \series bold
36435
36436 \backslash
36437 uptau
36438 \series default
36439 コマンドは、
36440 \begin_inset Formula $\uptau$
36441 \end_inset
36442
36443 のようになります。
36444 \end_layout
36445
36446 \begin_layout Standard
36447 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36448 \begin_inset Formula 
36449 \[
36450 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36451 \]
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Standard
36459 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36460 \begin_inset Formula $\mu m$
36461 \end_inset
36462
36463 」のような単位に使うべきではありません。
36464 \end_layout
36465
36466 \begin_layout Standard
36467 \begin_inset ERT
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471
36472
36473 \backslash
36474 else 
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \begin_inset Note Note
36481 status open
36482
36483 \begin_layout Plain Layout
36484 以下は、
36485 \series bold
36486 upgreek
36487 \series default
36488  LaTeXパッケージが導入されていないときのみ表示されます。
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 この小節のすべてを出力で見るには、
36498 \series bold
36499 upgreek
36500 \series default
36501  LaTeXパッケージを導入する必要があります。
36502 \end_layout
36503
36504 \begin_layout Standard
36505 \begin_inset ERT
36506 status collapsed
36507
36508 \begin_layout Plain Layout
36509
36510
36511 \backslash
36512 fi 
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \begin_inset Newpage newpage
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Subsection
36525 数式中のテキスト文字
36526 \begin_inset CommandInset label
36527 LatexCommand label
36528 name "sub:数式中のテキスト文字"
36529
36530 \end_inset
36531
36532
36533 \begin_inset Index idx
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36538 \end_layout
36539
36540 \end_inset
36541
36542
36543 \end_layout
36544
36545 \begin_layout Standard
36546 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36547 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36548 \end_inset
36549
36550 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36551 \series bold
36552
36553 \backslash
36554 cdot
36555 \series default
36556
36557 \begin_inset Foot
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562 \begin_inset CommandInset ref
36563 LatexCommand ref
36564 reference "sub:二項演算子"
36565
36566 \end_inset
36567
36568 節参照。
36569 \end_layout
36570
36571 \end_inset
36572
36573 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36574 \end_layout
36575
36576 \begin_layout Standard
36577
36578 \series bold
36579
36580 \backslash
36581 Declare Inputtext{183}{
36582 \backslash
36583 ifmmode
36584 \backslash
36585 cdot
36586 \backslash
36587 else
36588 \backslash
36589 textperiodcentered
36590 \backslash
36591 f\SpecialChar \textcompwordmark{}
36592 i}
36593 \end_layout
36594
36595 \begin_layout Standard
36596 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36597 \end_layout
36598
36599 \begin_layout Standard
36600 文字エンコーディング(
36601 \family sans
36602 文書\SpecialChar \menuseparator
36603 設定\SpecialChar \menuseparator
36604 言語
36605 \family default
36606 メニュー)は、キーボード上の
36607 \begin_inset Flex Ruby
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611
36612 \begin_inset Argument post:1
36613 status collapsed
36614
36615 \begin_layout Plain Layout
36616 キー
36617 \end_layout
36618
36619 \end_inset
36620
36621
36622 \end_layout
36623
36624 \end_inset
36625
36626 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36627 \series bold
36628
36629 \backslash
36630 textperiodcentered
36631 \series default
36632 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36633 否かによって、正しいコマンドが自動的に選択されます。
36634 \end_layout
36635
36636 \begin_layout Standard
36637 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36638 \series bold
36639 latin9
36640 \series default
36641 エンコーディングは、LaTeXがインストールされたフォルダにある
36642 \series bold
36643 latin9.def
36644 \series default
36645 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36646 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36647 \end_layout
36648
36649 \begin_layout Standard
36650 \begin_inset VSpace medskip
36651 \end_inset
36652
36653 中黒の他にこの文書では、角度記号「
36654 \begin_inset Formula $^{\circ}$
36655 \end_inset
36656
36657 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36658 \begin_inset Foot
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \begin_layout Standard
36671
36672 \series bold
36673
36674 \backslash
36675 DeclareInputtext{176}{
36676 \backslash
36677 ifmmode^
36678 \backslash
36679 circ
36680 \backslash
36681 else
36682 \backslash
36683 textdegree
36684 \backslash
36685 f\SpecialChar \textcompwordmark{}
36686 i}
36687 \end_layout
36688
36689 \begin_layout Standard
36690 \begin_inset Newpage newpage
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Section
36697 \start_of_appendix
36698 組版上の助言
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 くみばんじょうのじょげん@組版上の助言
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Standard
36712 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36713 \begin_inset Foot
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717 この要約の一部は、ISO規則を取り上げている「Duden」
36718 \begin_inset CommandInset citation
36719 LatexCommand cite
36720 key "Duden"
36721
36722 \end_inset
36723
36724 と呼ばれるドイツの半公的辞書から採られています。
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Itemize
36733 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36734 \begin_inset Foot
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738 書体様式で指定します。第
36739 \begin_inset CommandInset ref
36740 LatexCommand ref
36741 reference "sub:書体様式"
36742
36743 \end_inset
36744
36745 節を参照。
36746 \end_layout
36747
36748 \end_inset
36749
36750 :30
36751 \begin_inset space \thinspace{}
36752 \end_inset
36753
36754 km/h
36755 \begin_inset Newline newline
36756 \end_inset
36757
36758 値と単位の間には、最小空白を入れます。第
36759 \begin_inset CommandInset ref
36760 LatexCommand ref
36761 reference "sub:定義済みの空白"
36762
36763 \end_inset
36764
36765 節を参照。
36766 \begin_inset Newline newline
36767 \end_inset
36768
36769 この慣習は、
36770 \series bold
36771
36772 \backslash
36773 unittwo
36774 \series default
36775 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36776 が得られます:
36777 \begin_inset Formula $\unit[30]{km/h}$
36778 \end_inset
36779
36780
36781 \begin_inset space \thinspace{}
36782 \end_inset
36783
36784 。実は、
36785 \series bold
36786
36787 \backslash
36788 unittwo
36789 \series default
36790 は、LaTeXコマンドの実体ではなく、
36791 \series bold
36792
36793 \backslash
36794 unit[値]{単位}
36795 \series default
36796 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36797 \end_layout
36798
36799 \begin_layout Itemize
36800 百分率記号と千分率記号は、物理単位と同様に組みます:
36801 \begin_inset Newline newline
36802 \end_inset
36803
36804 血中アルコール1,2
36805 \begin_inset space \thinspace{}
36806 \end_inset
36807
36808
36809 \end_layout
36810
36811 \begin_layout Itemize
36812 角度記号は値の直後に置きます:
36813 \begin_inset Formula $15^{\circ}$
36814 \end_inset
36815
36816 。しかし、単位として用いられるときは別です:15
36817 \begin_inset space \thinspace{}
36818 \end_inset
36819
36820
36821 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \begin_layout Itemize
36828 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36829 \begin_inset space \thinspace{}
36830 \end_inset
36831
36832 473
36833 \begin_inset space \thinspace{}
36834 \end_inset
36835
36836 588
36837 \end_layout
36838
36839 \begin_layout Itemize
36840 \begin_inset Formula $120\times90\times40$
36841 \end_inset
36842
36843
36844 \begin_inset space \thinspace{}
36845 \end_inset
36846
36847 cmのような寸法には、積記号「
36848 \begin_inset Formula $\times$
36849 \end_inset
36850
36851 」を用います。これは、
36852 \series bold
36853
36854 \backslash
36855 times
36856 \series default
36857 コマンドか、
36858 \family sans
36859 挿入\SpecialChar \menuseparator
36860 特殊文字\SpecialChar \menuseparator
36861 記号
36862 \family default
36863 メニューから入れることができます。
36864 \end_layout
36865
36866 \begin_layout Itemize
36867 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36868 \begin_inset CommandInset ref
36869 LatexCommand ref
36870 reference "sub:定義済み函数"
36871
36872 \end_inset
36873
36874 節を参照。
36875 \end_layout
36876
36877 \begin_layout Itemize
36878 複数の文字を含む指数は、アップライト体にします:
36879 \begin_inset Formula $E_{\mathrm{kin}}$
36880 \end_inset
36881
36882
36883 \begin_inset Newline newline
36884 \end_inset
36885
36886 行列要素はイタリック体にします:
36887 \begin_inset Formula $\hat{H}_{kl}$
36888 \end_inset
36889
36890
36891 \end_layout
36892
36893 \begin_layout Itemize
36894 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36895 \end_layout
36896
36897 \begin_layout Itemize
36898
36899 \noun on
36900 フーリエ
36901 \noun default
36902 変換を表す文字は、
36903 \series bold
36904
36905 \backslash
36906 mathscr
36907 \begin_inset space \textvisiblespace{}
36908 \end_inset
36909
36910 {F
36911 \series default
36912 コマンド
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 こまんど@コマンド! M ! 
36918 \backslash
36919 mathscr
36920 \end_layout
36921
36922 \end_inset
36923
36924
36925 \family sans
36926 挿入\SpecialChar \menuseparator
36927 特殊文字\SpecialChar \menuseparator
36928 記号\SpecialChar \menuseparator
36929 文字様記号
36930 \family default
36931 メニューの
36932 \begin_inset Formula $\mathscr{F}$
36933 \end_inset
36934
36935 で入れることができます。
36936 \end_layout
36937
36938 \begin_layout Standard
36939 \begin_inset Newpage newpage
36940 \end_inset
36941
36942
36943 \end_layout
36944
36945 \begin_layout Section
36946 同義語
36947 \begin_inset Index idx
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951 どうぎご@同義語
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Standard
36960 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36961 \end_layout
36962
36963 \begin_layout Standard
36964 \begin_inset VSpace bigskip
36965 \end_inset
36966
36967
36968 \begin_inset space \hfill{}
36969 \end_inset
36970
36971
36972 \begin_inset Tabular
36973 <lyxtabular version="3" rows="12" columns="2">
36974 <features rotate="0" tabularvalignment="middle">
36975 <column alignment="center" valignment="top" width="0pt">
36976 <column alignment="center" valignment="top" width="0pt">
36977 <row>
36978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36979 \begin_inset Text
36980
36981 \begin_layout Plain Layout
36982 コマンド
36983 \end_layout
36984
36985 \end_inset
36986 </cell>
36987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36988 \begin_inset Text
36989
36990 \begin_layout Plain Layout
36991 同義のコマンド
36992 \begin_inset Note Note
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 ここで
36997 \series bold
36998
36999 \backslash
37000 raisebox
37001 \series default
37002 はスペーサーとして使用しているだけです。
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \end_inset
37011 </cell>
37012 </row>
37013 <row>
37014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37015 \begin_inset Text
37016
37017 \begin_layout Plain Layout
37018
37019 \backslash
37020 ast
37021 \end_layout
37022
37023 \end_inset
37024 </cell>
37025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37026 \begin_inset Text
37027
37028 \begin_layout Plain Layout
37029 \begin_inset ERT
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033
37034
37035 \backslash
37036 raisebox{-1.2mm}{
37037 \end_layout
37038
37039 \end_inset
37040
37041 *
37042 \begin_inset ERT
37043 status collapsed
37044
37045 \begin_layout Plain Layout
37046
37047 }
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 </row>
37058 <row>
37059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063
37064 \backslash
37065 choose
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 binom
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 </row>
37082 <row>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 geq
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098
37099 \backslash
37100 ge
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 </row>
37106 <row>
37107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111
37112 \backslash
37113 lbrace
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 {
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135 lbracket
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 [
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 <row>
37151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155
37156 \backslash
37157 leftarrow
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166
37167 \backslash
37168 gets
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 </row>
37174 <row>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179
37180 \backslash
37181 leq
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190
37191 \backslash
37192 le
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 </row>
37198 <row>
37199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203
37204 \backslash
37205 lor
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214
37215 \backslash
37216 vee
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 </row>
37222 <row>
37223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227
37228 \backslash
37229 neq
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238
37239 \backslash
37240 not=
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 </row>
37246 <row>
37247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37248 \begin_inset Text
37249
37250 \begin_layout Plain Layout
37251
37252 \backslash
37253 slash
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 /
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 vert
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284 \begin_inset Formula $|$
37285 \end_inset
37286
37287
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 </lyxtabular>
37294
37295 \end_inset
37296
37297
37298 \begin_inset space \hfill{}
37299 \end_inset
37300
37301
37302 \begin_inset Tabular
37303 <lyxtabular version="3" rows="12" columns="2">
37304 <features rotate="0" tabularvalignment="middle">
37305 <column alignment="center" valignment="top" width="0pt">
37306 <column alignment="center" valignment="top" width="0pt">
37307 <row>
37308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 コマンド
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 同義のコマンド
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 </row>
37327 <row>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332
37333 \backslash
37334 backslash
37335 \end_layout
37336
37337 \end_inset
37338 </cell>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343
37344 \backslash
37345
37346 \backslash
37347
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 </row>
37353 <row>
37354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358
37359 \backslash
37360 dasharrow
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369
37370 \backslash
37371 dashrightarrow
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 land
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393
37394 \backslash
37395 wedge
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 </row>
37401 <row>
37402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37403 \begin_inset Text
37404
37405 \begin_layout Plain Layout
37406
37407 \backslash
37408 rbrace
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417 }
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \backslash
37430 rbracket
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439 ]
37440 \end_layout
37441
37442 \end_inset
37443 </cell>
37444 </row>
37445 <row>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450
37451 \backslash
37452 rightarrow
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461
37462 \backslash
37463 to
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 </row>
37469 <row>
37470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 lnot
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485
37486 \backslash
37487 neg
37488 \end_layout
37489
37490 \end_inset
37491 </cell>
37492 </row>
37493 <row>
37494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498
37499 \backslash
37500 ne
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37506 \begin_inset Text
37507
37508 \begin_layout Plain Layout
37509
37510 \backslash
37511 not=
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 </row>
37517 <row>
37518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522
37523 \backslash
37524 owns
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533
37534 \backslash
37535 ni
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 </row>
37541 <row>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546
37547 \backslash
37548 square
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557
37558 \backslash
37559 Box
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 </row>
37565 <row>
37566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37567 \begin_inset Text
37568
37569 \begin_layout Plain Layout
37570
37571 \backslash
37572 Vert
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581
37582 \backslash
37583
37584 \begin_inset Formula $|$
37585 \end_inset
37586
37587
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 </row>
37593 </lyxtabular>
37594
37595 \end_inset
37596
37597
37598 \begin_inset space \hfill{}
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605 \begin_inset Newpage newpage
37606 \end_inset
37607
37608
37609 \end_layout
37610
37611 \begin_layout Bibliography
37612 \begin_inset CommandInset bibitem
37613 LatexCommand bibitem
37614 key "TLC2"
37615
37616 \end_inset
37617
37618
37619 \shape smallcaps
37620 Mittelbach, F.
37621  ; Goossens, M.
37622 \shape default
37623
37624 \shape italic
37625 The LaTeX Companion
37626 \shape default
37627 , 2nd ed.
37628  Addison Wesley, 2004
37629 \end_layout
37630
37631 \begin_layout Bibliography
37632 \begin_inset CommandInset bibitem
37633 LatexCommand bibitem
37634 key "Mathmode"
37635
37636 \end_inset
37637
37638 LaTeXの数式能力の
37639 \begin_inset CommandInset href
37640 LatexCommand href
37641 name "説明"
37642 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37643
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \begin_layout Bibliography
37650 \begin_inset CommandInset bibitem
37651 LatexCommand bibitem
37652 key "AMS"
37653
37654 \end_inset
37655
37656
37657 \begin_inset ERT
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661
37662
37663 \backslash
37664 AmS
37665 \end_layout
37666
37667 \end_inset
37668
37669 -LaTeXの
37670 \begin_inset CommandInset href
37671 LatexCommand href
37672 name "説明"
37673 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Bibliography
37681 \begin_inset CommandInset bibitem
37682 LatexCommand bibitem
37683 key "Symbols"
37684
37685 \end_inset
37686
37687 LaTeXパッケージで利用できる記号の
37688 \begin_inset CommandInset href
37689 LatexCommand href
37690 name "全覧"
37691 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Bibliography
37699 \begin_inset CommandInset bibitem
37700 LatexCommand bibitem
37701 key "cancel"
37702
37703 \end_inset
37704
37705 LaTeX 
37706 \series bold
37707 cancel
37708 \series default
37709
37710 \begin_inset Index idx
37711 status collapsed
37712
37713 \begin_layout Plain Layout
37714 ぱっけーじ@パッケージ ! cancel
37715 \end_layout
37716
37717 \end_inset
37718
37719 パッケージの
37720 \begin_inset CommandInset href
37721 LatexCommand href
37722 name "取扱説明書"
37723 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37724
37725 \end_inset
37726
37727
37728 \end_layout
37729
37730 \begin_layout Bibliography
37731 \begin_inset CommandInset bibitem
37732 LatexCommand bibitem
37733 key "hyperref"
37734
37735 \end_inset
37736
37737 LaTeX 
37738 \series bold
37739 hyperref
37740 \series default
37741
37742 \begin_inset Index idx
37743 status collapsed
37744
37745 \begin_layout Plain Layout
37746 ぱっけーじ@パッケージ ! hyperref
37747 \end_layout
37748
37749 \end_inset
37750
37751 パッケージの
37752 \begin_inset CommandInset href
37753 LatexCommand href
37754 name "取扱説明書"
37755 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37756
37757 \end_inset
37758
37759
37760 \end_layout
37761
37762 \begin_layout Bibliography
37763 \begin_inset CommandInset bibitem
37764 LatexCommand bibitem
37765 key "mhchem"
37766
37767 \end_inset
37768
37769 LaTeX 
37770 \series bold
37771 mhchem
37772 \series default
37773
37774 \begin_inset Index idx
37775 status collapsed
37776
37777 \begin_layout Plain Layout
37778 ぱっけーじ@パッケージ ! mhchem
37779 \end_layout
37780
37781 \end_inset
37782
37783 パッケージの
37784 \begin_inset CommandInset href
37785 LatexCommand href
37786 name "取扱説明書"
37787 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37788
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \begin_layout Bibliography
37795 \begin_inset CommandInset bibitem
37796 LatexCommand bibitem
37797 key "Mathclap"
37798
37799 \end_inset
37800
37801
37802 \begin_inset CommandInset ref
37803 LatexCommand ref
37804 reference "sub:演算子の範囲"
37805
37806 \end_inset
37807
37808 節に述べられている
37809 \series bold
37810
37811 \backslash
37812 mathclap
37813 \series default
37814 コマンドの
37815 \begin_inset CommandInset href
37816 LatexCommand href
37817 name "説明"
37818 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37819
37820 \end_inset
37821
37822
37823 \begin_inset Index idx
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827 こまんど@コマンド ! M ! 
37828 \backslash
37829 mathclap
37830 \end_layout
37831
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_layout Bibliography
37838 \begin_inset CommandInset bibitem
37839 LatexCommand bibitem
37840 key "Duden"
37841
37842 \end_inset
37843
37844
37845 \emph on
37846 Duden Band 1
37847 \emph default
37848 .
37849  22.
37850  Auflage, Duden 2001
37851 \end_layout
37852
37853 \begin_layout Bibliography
37854 \begin_inset CommandInset bibitem
37855 LatexCommand bibitem
37856 key "Checklist"
37857
37858 \end_inset
37859
37860 原稿見直しの
37861 \begin_inset CommandInset href
37862 LatexCommand href
37863 name "チェックリスト"
37864 target "http://physics.nist.gov/Document/checklist.pdf"
37865
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \begin_layout Subsubsection*
37872 \begin_inset CommandInset index_print
37873 LatexCommand printindex
37874 type "idx"
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \end_body
37882 \end_document