]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe LaTeX-comment inset
[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 default
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 2
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 smashoperator
16400 \series default
16401
16402 \begin_inset Index idx
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406 こまんど@コマンド ! S ! 
16407 \backslash
16408 smashoperator
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \lang english
16415  can be used.
16416  To activate it, set in the document settings under 
16417 \family sans
16418 Math
16419 \begin_inset space ~
16420 \end_inset
16421
16422 Options
16423 \family default
16424  for the package
16425 \lang japanese
16426  
16427 \series bold
16428 mathtools
16429 \series default
16430
16431 \begin_inset Index idx
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435 ぱっけーじ@パッケージ ! mathtools
16436 \end_layout
16437
16438 \end_inset
16439
16440  
16441 \lang english
16442 the option 
16443 \family sans
16444 Load
16445 \begin_inset space ~
16446 \end_inset
16447
16448 always
16449 \family default
16450 .
16451  
16452 \series bold
16453
16454 \backslash
16455 smashoperator
16456 \series default
16457  sets the space besides the operator to 0
16458 \begin_inset space \thinspace{}
16459 \end_inset
16460
16461 pt.
16462 \begin_inset Newline newline
16463 \end_inset
16464
16465
16466 \lang japanese
16467 これを
16468 \begin_inset CommandInset ref
16469 LatexCommand eqref
16470 reference "eq:substack"
16471
16472 \end_inset
16473
16474 式に応用すると、以下のようなコマンド
16475 \end_layout
16476
16477 \begin_layout Standard
16478
16479 \series bold
16480
16481 \backslash
16482 smashoperator{
16483 \end_layout
16484
16485 \begin_layout Standard
16486
16487 \lang english
16488 and inserts the operator with its limits into the braces.
16489  Behind the brace one continues the formula:
16490 \lang japanese
16491
16492 \begin_inset Formula 
16493 \[
16494 \smashoperator{\sum_{\begin{subarray}{c}
16495 0<k<1000\\
16496 \\
16497 k\,\in\,\mathbb{N}
16498 \end{subarray}}^{n}}k^{-2}
16499 \]
16500
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \begin_layout Standard
16507
16508 \lang english
16509 It is possible to set the space of only one side of the operator to 0
16510 \begin_inset space \thinspace{}
16511 \end_inset
16512
16513 pt.
16514  To do this write either 
16515 \series bold
16516 [l]
16517 \series default
16518  or 
16519 \series bold
16520 [r]
16521 \series default
16522  between 
16523 \series bold
16524
16525 \backslash
16526 smashoperator
16527 \series default
16528  and its brace.
16529  
16530 \series bold
16531 l
16532 \series default
16533  stands for the left and 
16534 \series bold
16535 r
16536 \series default
16537  for the right side of the operator.
16538  Here is an example of the possible 
16539 \series bold
16540
16541 \backslash
16542 smashoperator
16543 \series default
16544  forms:
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \begin_inset Formula 
16549 \[
16550 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16551 \]
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 \begin_inset VSpace bigskip
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \begin_layout Standard
16566
16567 \lang english
16568 When several consecutive operators have limits the typesetting of the limits
16569  looks often imperfect in the output, see this example:
16570 \lang japanese
16571
16572 \begin_inset Formula 
16573 \[
16574 \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}
16575 \]
16576
16577 \end_inset
16578
16579
16580 \lang english
16581 To improve the typesetting set in the document settings under 
16582 \family sans
16583 Math
16584 \begin_inset space ~
16585 \end_inset
16586
16587 Options
16588 \family default
16589  for the package
16590 \lang japanese
16591  
16592 \series bold
16593 mathtools
16594 \series default
16595
16596 \begin_inset Index idx
16597 status collapsed
16598
16599 \begin_layout Plain Layout
16600 ぱっけーじ@パッケージ ! mathtools
16601 \end_layout
16602
16603 \end_inset
16604
16605  
16606 \lang english
16607 the option 
16608 \family sans
16609 Load
16610 \begin_inset space ~
16611 \end_inset
16612
16613 always
16614 \family default
16615 .
16616  Then insert into your formula the command 
16617 \series bold
16618 \lang japanese
16619
16620 \backslash
16621 adjustlimits
16622 \series default
16623
16624 \begin_inset Index idx
16625 status collapsed
16626
16627 \begin_layout Plain Layout
16628 こまんど@コマンド ! A ! 
16629 \backslash
16630 adjustlimits
16631 \end_layout
16632
16633 \end_inset
16634
16635  
16636 \lang english
16637 directly before the first operator.
16638  The example will then look like this:
16639 \lang japanese
16640
16641 \begin_inset Formula 
16642 \[
16643 \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}
16644 \]
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 \begin_inset VSpace bigskip
16653 \end_inset
16654
16655 一つの範囲を複数の演算子に用いる方法が、第
16656 \begin_inset CommandInset ref
16657 LatexCommand ref
16658 reference "sub:自己定義演算子"
16659
16660 \end_inset
16661
16662 節に述べられています。
16663 \end_layout
16664
16665 \begin_layout Subsection
16666 演算子の修飾
16667 \begin_inset Index idx
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671 えんざんし@演算子 ! 
16672 \family sans
16673 \series bold
16674 しゅうしょく@修飾
16675 \end_layout
16676
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \begin_layout Standard
16683
16684 \series bold
16685
16686 \backslash
16687 overset
16688 \series default
16689
16690 \begin_inset Index idx
16691 status collapsed
16692
16693 \begin_layout Plain Layout
16694 こまんど@コマンド ! O ! 
16695 \backslash
16696 overset
16697 \end_layout
16698
16699 \end_inset
16700
16701 コマンドや
16702 \series bold
16703
16704 \backslash
16705 underset
16706 \series default
16707
16708 \begin_inset Index idx
16709 status collapsed
16710
16711 \begin_layout Plain Layout
16712 こまんど@コマンド ! U ! 
16713 \backslash
16714 underset
16715 \end_layout
16716
16717 \end_inset
16718
16719 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16720 \series bold
16721
16722 \backslash
16723 sideset
16724 \series default
16725
16726 \begin_inset Index idx
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730 こまんど@コマンド ! S ! 
16731 \backslash
16732 sideset
16733 \end_layout
16734
16735 \end_inset
16736
16737 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16738 \end_layout
16739
16740 \begin_layout Standard
16741
16742 \lang english
16743 There are 4
16744 \begin_inset space ~
16745 \end_inset
16746
16747 variants of 
16748 \series bold
16749
16750 \backslash
16751 sideset
16752 \series default
16753 :
16754 \end_layout
16755
16756 \begin_layout Itemize
16757
16758 \series bold
16759 \lang english
16760
16761 \backslash
16762 sideset
16763 \series default
16764  is used to set characters at the corners of the operator
16765 \end_layout
16766
16767 \begin_layout Itemize
16768
16769 \series bold
16770 \lang english
16771
16772 \backslash
16773 sidesetn
16774 \series default
16775  is used to set characters before and/or behind the operator (this variant
16776  represents LaTeX's original 
16777 \series bold
16778
16779 \backslash
16780 sideset
16781 \series default
16782  command)
16783 \end_layout
16784
16785 \begin_layout Itemize
16786
16787 \series bold
16788 \lang english
16789
16790 \backslash
16791 sidesetl
16792 \series default
16793  is used to set characters at the left corners and/or behind the operator
16794 \end_layout
16795
16796 \begin_layout Itemize
16797
16798 \series bold
16799 \lang english
16800
16801 \backslash
16802 sidesetr
16803 \series default
16804  is used to set characters at the right corners and/or before the operator
16805 \end_layout
16806
16807 \begin_layout Standard
16808 たとえば、
16809 \series bold
16810
16811 \backslash
16812 sidesetn
16813 \begin_inset space \textvisiblespace{}
16814 \end_inset
16815
16816
16817 \backslash
16818 sum
16819 \begin_inset space \textvisiblespace{}
16820 \end_inset
16821
16822
16823 \begin_inset Formula $\to$
16824 \end_inset
16825
16826 '
16827 \begin_inset Formula $\to$
16828 \end_inset
16829
16830 _k=1
16831 \begin_inset space \textvisiblespace{}
16832 \end_inset
16833
16834
16835 \series default
16836 ^
16837 \series bold
16838 n
16839 \series default
16840 というコマンドを入力すると、
16841 \begin_inset Formula 
16842 \[
16843 \sideset{}{'}\sum_{k=1}^{n}
16844 \]
16845
16846 \end_inset
16847
16848 のようになります。
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset Note Greyedout
16853 status open
16854
16855 \begin_layout Plain Layout
16856
16857 \series bold
16858 【註】
16859 \backslash
16860 sideset
16861 \series default
16862 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16863 \end_layout
16864
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \begin_layout Standard
16871 のようになります。最後の例からわかるように、
16872 \series bold
16873
16874 \backslash
16875 overset
16876 \series default
16877
16878 \series bold
16879
16880 \backslash
16881 underset
16882 \series default
16883 では、記号や文字にアクセントをつけることもできます。一方。 また、
16884 \series bold
16885
16886 \backslash
16887 overset
16888 \begin_inset space \textvisiblespace{}
16889 \end_inset
16890
16891
16892 \backslash
16893 maltese
16894 \begin_inset space \textvisiblespace{}
16895 \end_inset
16896
16897
16898 \series default
16899
16900 \begin_inset Formula $\uparrow$
16901 \end_inset
16902
16903
16904 \series bold
16905 a
16906 \series default
16907 というコマンドならば、
16908 \begin_inset Formula 
16909 \[
16910 \overset{a}{\maltese}
16911 \]
16912
16913 \end_inset
16914
16915
16916 \end_layout
16917
16918 \begin_layout Subsection
16919 二項演算子
16920 \begin_inset CommandInset label
16921 LatexCommand label
16922 name "sub:二項演算子"
16923
16924 \end_inset
16925
16926
16927 \begin_inset Index idx
16928 status collapsed
16929
16930 \begin_layout Plain Layout
16931 えんざんし@演算子 ! にこう@二項
16932 \end_layout
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \begin_layout Standard
16940 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16941 \begin_inset VSpace medskip
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \begin_layout Standard
16948 \begin_inset space \hfill{}
16949 \end_inset
16950
16951
16952 \begin_inset Tabular
16953 <lyxtabular version="3" rows="13" columns="2">
16954 <features rotate="0" tabularvalignment="middle">
16955 <column alignment="center" valignment="top" width="0pt">
16956 <column alignment="center" valignment="top" width="0pt">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 コマンド
16963 \begin_inset Note Note
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967 ここで
16968 \series bold
16969
16970 \backslash
16971 raisebox
16972 \series default
16973 はスペーサーとして使用しているだけです。
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 出力
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 +
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $+$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 -
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030 \begin_inset Formula $-$
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \backslash
17046 pm
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Formula $\pm$
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \backslash
17071 mp
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\mp$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \backslash
17096 cdot
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\cdot$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 <row>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119
17120 \backslash
17121 times
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Formula $\times$
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 </row>
17139 <row>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \backslash
17146 div
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 \begin_inset Formula $\div$
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset ERT
17170 status collapsed
17171
17172 \begin_layout Plain Layout
17173
17174
17175 \backslash
17176 raisebox{-1.2mm}{
17177 \end_layout
17178
17179 \end_inset
17180
17181 *
17182 \begin_inset ERT
17183 status collapsed
17184
17185 \begin_layout Plain Layout
17186
17187 }
17188 \end_layout
17189
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 \begin_inset Formula $*$
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \backslash
17217 star
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226 \begin_inset Formula $\star$
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 <row>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240
17241 \backslash
17242 circ
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 \begin_inset Formula $\circ$
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265
17266 \backslash
17267 diamond
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 \begin_inset Formula $\diamond$
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 </row>
17285 <row>
17286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \backslash
17292 bullet
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Formula $\bullet$
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 </lyxtabular>
17311
17312 \end_inset
17313
17314
17315 \begin_inset space \hfill{}
17316 \end_inset
17317
17318
17319 \begin_inset Tabular
17320 <lyxtabular version="3" rows="13" columns="2">
17321 <features rotate="0" tabularvalignment="middle">
17322 <column alignment="center" valignment="top" width="0pt">
17323 <column alignment="center" valignment="top" width="0pt">
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 コマンド
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 出力
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \backslash
17351 nabla
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 \begin_inset Formula $\nabla$
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 </row>
17369 <row>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \backslash
17376 bigtriangledown
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Formula $\bigtriangledown$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 <row>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399
17400 \backslash
17401 bigtriangleup
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 \begin_inset Formula $\bigtriangleup$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 </row>
17419 <row>
17420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424
17425 \backslash
17426 Box
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 \begin_inset Formula $\Box$
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 </row>
17444 <row>
17445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449
17450 \backslash
17451 cap 
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 \begin_inset Formula $\cap$
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 </row>
17469 <row>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474
17475 \backslash
17476 cup
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 \begin_inset Formula $\cup$
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 <row>
17495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \backslash
17501 dagger
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 \begin_inset Formula $\dagger$
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 </row>
17519 <row>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524
17525 \backslash
17526 ddagger
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Formula $\ddagger$
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549
17550 \backslash
17551 wr
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Formula $\wr$
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \backslash
17576 bigcirc
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 \begin_inset Formula $\bigcirc$
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \backslash
17601 wedge
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\wedge$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 </row>
17619 <row>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624
17625 \backslash
17626 vee
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635 \begin_inset Formula $\vee$
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 </lyxtabular>
17645
17646 \end_inset
17647
17648
17649 \begin_inset space \hfill{}
17650 \end_inset
17651
17652
17653 \begin_inset Tabular
17654 <lyxtabular version="3" rows="13" columns="2">
17655 <features rotate="0" tabularvalignment="middle">
17656 <column alignment="center" valignment="top" width="0pt">
17657 <column alignment="center" valignment="top" width="0pt">
17658 <row>
17659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663 コマンド
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 出力
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 </row>
17678 <row>
17679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \backslash
17685 oplus
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 \begin_inset Formula $\oplus$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 </row>
17703 <row>
17704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708
17709 \backslash
17710 ominus
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 \begin_inset Formula $\ominus$
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 </row>
17728 <row>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733
17734 \backslash
17735 otimes
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 \begin_inset Formula $\otimes$
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 </row>
17753 <row>
17754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758
17759 \backslash
17760 oslash
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 \begin_inset Formula $\oslash$
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \backslash
17785 odot
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794 \begin_inset Formula $\odot$
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 </row>
17803 <row>
17804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808
17809 \backslash
17810 amalg
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 \begin_inset Formula $\amalg$
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 </row>
17828 <row>
17829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833
17834 \backslash
17835 uplus
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 \begin_inset Formula $\uplus$
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 </row>
17853 <row>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858
17859 \backslash
17860 setminus
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $\setminus$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \backslash
17885 sqcap
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 \begin_inset Formula $\sqcap$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 <row>
17904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908
17909 \backslash
17910 sqcup
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 \begin_inset Formula $\sqcup$
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 </row>
17928 <row>
17929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933
17934 \backslash
17935 triangleleft
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 \begin_inset Formula $\triangleleft$
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 </row>
17953 <row>
17954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \backslash
17960 triangleright
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 \begin_inset Formula $\triangleright$
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 </row>
17978 </lyxtabular>
17979
17980 \end_inset
17981
17982
17983 \begin_inset space \hfill{}
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \begin_layout Standard
17990 二項演算子は、すべて数式ツールバーボタンの
17991 \begin_inset Info
17992 type  "icon"
17993 arg   "math-insert \\pm"
17994 \end_inset
17995
17996 から挿入することもできます。
17997 \end_layout
17998
17999 \begin_layout Standard
18000 ラプラス演算子を組版するには、
18001 \series bold
18002
18003 \backslash
18004 bigtriangleup
18005 \series default
18006 以外に、
18007 \series bold
18008
18009 \backslash
18010 Delta
18011 \series default
18012
18013 \series bold
18014
18015 \backslash
18016 nabla
18017 \series default
18018 ^
18019 \series bold
18020 2
18021 \series default
18022 (
18023 \begin_inset Formula $\nabla^{2}$
18024 \end_inset
18025
18026 )を使用することもできます。
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \family sans
18032 挿入\SpecialChar \menuseparator
18033 特殊文字
18034 \family default
18035 メニューの
18036 \family sans
18037 メニュー区切り
18038 \family default
18039 で入力される文字は、
18040 \series bold
18041
18042 \backslash
18043 triangleright
18044 \series default
18045 演算子です。
18046 \end_layout
18047
18048 \begin_layout Subsection
18049 自己定義演算子
18050 \begin_inset CommandInset label
18051 LatexCommand label
18052 name "sub:自己定義演算子"
18053
18054 \end_inset
18055
18056
18057 \begin_inset Index idx
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061 えんざんし@演算子 ! じこていぎ@自己定義
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \begin_layout Standard
18070 LaTeXプリアンブルで
18071 \series bold
18072
18073 \backslash
18074 DeclareMathOperator
18075 \series default
18076
18077 \begin_inset Index idx
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081 こまんど@コマンド ! D ! 
18082 \backslash
18083 dbinom@
18084 \backslash
18085 DeclareMathOperator
18086 \end_layout
18087
18088 \end_inset
18089
18090 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
18091 \end_layout
18092
18093 \begin_layout Standard
18094
18095 \series bold
18096
18097 \backslash
18098 DeclareMathOperator{新規コマンド}{表示}
18099 \end_layout
18100
18101 \begin_layout Standard
18102 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
18103 \begin_inset CommandInset ref
18104 LatexCommand ref
18105 reference "sub:演算子の範囲"
18106
18107 \end_inset
18108
18109 節で述べられた範囲を指定することができます。
18110 \end_layout
18111
18112 \begin_layout Standard
18113 たとえば、以下のようなLaTeXプリアンブル行
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 DeclareMathOperator*{
18122 \backslash
18123 Lozenge}{
18124 \backslash
18125 blacklozenge}
18126 \end_layout
18127
18128 \begin_layout Standard
18129 は、第
18130 \begin_inset CommandInset ref
18131 LatexCommand ref
18132 reference "sub:その他の記号"
18133
18134 \end_inset
18135
18136 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
18137 \series bold
18138
18139 \backslash
18140 Lozenge
18141 \series default
18142 を定義します。
18143 \begin_inset Formula 
18144 \[
18145 \Lozenge_{n=1}^{\infty}
18146 \]
18147
18148 \end_inset
18149
18150 上記の数式を作るコマンドは、
18151 \series bold
18152
18153 \backslash
18154 Lozenge
18155 \series default
18156 ^
18157 \series bold
18158
18159 \backslash
18160 infty
18161 \begin_inset Formula $\to$
18162 \end_inset
18163
18164 _n=1
18165 \series default
18166 です。
18167 \end_layout
18168
18169 \begin_layout Standard
18170 \begin_inset VSpace bigskip
18171 \end_inset
18172
18173 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
18174 \series bold
18175
18176 \backslash
18177 mathop
18178 \series default
18179
18180 \begin_inset Index idx
18181 status collapsed
18182
18183 \begin_layout Plain Layout
18184 こまんど@コマンド ! M ! 
18185 \backslash
18186 mathop
18187 \end_layout
18188
18189 \end_inset
18190
18191 コマンドおよび
18192 \series bold
18193
18194 \backslash
18195 mathbin
18196 \series default
18197
18198 \begin_inset Index idx
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202 こまんど@コマンド ! M ! 
18203 \backslash
18204 mathbin
18205 \end_layout
18206
18207 \end_inset
18208
18209 コマンドを用いて定義を行うこともできます。
18210 \end_layout
18211
18212 \begin_layout Standard
18213 (書式)
18214 \series bold
18215
18216 \backslash
18217 mathop{表示}
18218 \series default
18219 および
18220 \series bold
18221
18222 \backslash
18223 mathbin{表示}
18224 \end_layout
18225
18226 \begin_layout Standard
18227
18228 \series bold
18229
18230 \backslash
18231 mathop
18232 \series default
18233 は大演算子を定義し、
18234 \series bold
18235
18236 \backslash
18237 mathbin
18238 \series default
18239 は二項演算子を定義します。
18240 \end_layout
18241
18242 \begin_layout Standard
18243 たとえば
18244 \series bold
18245
18246 \backslash
18247 mathop
18248 \series default
18249 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset Formula 
18254 \[
18255 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18256 \]
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 上記の数式では
18265 \begin_inset Newline newline
18266 \end_inset
18267
18268
18269 \series bold
18270
18271 \backslash
18272 mathop{
18273 \backslash
18274 sum
18275 \backslash
18276 negmedspace
18277 \backslash
18278 sum
18279 \series default
18280
18281 \begin_inset space \textvisiblespace{}
18282 \end_inset
18283
18284
18285 \series bold
18286
18287 \begin_inset Formula $\to$
18288 \end_inset
18289
18290 ^N
18291 \series default
18292
18293 \begin_inset space \textvisiblespace{}
18294 \end_inset
18295
18296
18297 \series bold
18298 _i,j=1
18299 \begin_inset Newline newline
18300 \end_inset
18301
18302
18303 \series default
18304 というコマンドを用いています。
18305 \end_layout
18306
18307 \begin_layout Section
18308 書体
18309 \begin_inset Index idx
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313 しょたい@書体
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \begin_inset Index idx
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323 ふぉんと@フォント | see
18324 \begin_inset ERT
18325 status collapsed
18326
18327 \begin_layout Plain Layout
18328
18329 {
18330 \end_layout
18331
18332 \end_inset
18333
18334 書体
18335 \begin_inset ERT
18336 status collapsed
18337
18338 \begin_layout Plain Layout
18339
18340 }
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Subsection
18354 書体様式
18355 \begin_inset CommandInset label
18356 LatexCommand label
18357 name "sub:書体様式"
18358
18359 \end_inset
18360
18361
18362 \begin_inset Index idx
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366 しょたい@書体 ! ようしき@様式
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Standard
18375 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
18376 \begin_inset VSpace -2mm
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 \align center
18384 \begin_inset Tabular
18385 <lyxtabular version="3" rows="7" columns="3">
18386 <features rotate="0" tabularvalignment="middle">
18387 <column alignment="center" valignment="top">
18388 <column alignment="center" valignment="top">
18389 <column alignment="center" valignment="top">
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 コマンド
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 出力
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 \begin_inset Flex Ruby
18414 status collapsed
18415
18416 \begin_layout Plain Layout
18417 捷径
18418 \begin_inset Argument post:1
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 ショートカット
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 </row>
18438 <row>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443
18444 \backslash
18445 mathbb
18446 \series bold
18447
18448 \begin_inset space \textvisiblespace{}
18449 \end_inset
18450
18451
18452 \series default
18453 ABC
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 \begin_inset Formula $\mathbb{ABC}$
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 \begin_inset Info
18475 type  "shortcut"
18476 arg   "font-noun"
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \backslash
18492 mathbf
18493 \series bold
18494
18495 \begin_inset space \textvisiblespace{}
18496 \end_inset
18497
18498
18499 \series default
18500 AbC
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Formula $\mathbf{AbC}$
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 \begin_inset Info
18522 type  "shortcut"
18523 arg   "font-bold"
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 </row>
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537
18538 \backslash
18539 boldsymbol
18540 \series bold
18541
18542 \begin_inset space \textvisiblespace{}
18543 \end_inset
18544
18545
18546 \series default
18547 AbC
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 \begin_inset Formula $\boldsymbol{AbC}$
18557 \end_inset
18558
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 \begin_inset Info
18569 type  "shortcuts"
18570 arg   "font-boldsymbol"
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 </row>
18579 <row>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \backslash
18586 mathcal
18587 \series bold
18588
18589 \begin_inset space \textvisiblespace{}
18590 \end_inset
18591
18592
18593 \series default
18594 ABC
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 \begin_inset Formula $\mathcal{ABC}$
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 \begin_inset Info
18616 type  "shortcut"
18617 arg   "font-emph"
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \backslash
18633 mathfrak
18634 \series bold
18635
18636 \begin_inset space \textvisiblespace{}
18637 \end_inset
18638
18639
18640 \series default
18641 AbC
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 \begin_inset Formula $\mathfrak{AbC}$
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 -
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 </row>
18668 <row>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \backslash
18675 mathscr
18676 \series bold
18677
18678 \begin_inset space \textvisiblespace{}
18679 \end_inset
18680
18681
18682 \series default
18683 AbC
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692 \begin_inset Formula $\mathscr{AbC}$
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 -
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 </row>
18710 </lyxtabular>
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Standard
18718 \align center
18719 \begin_inset Tabular
18720 <lyxtabular version="3" rows="5" columns="3">
18721 <features rotate="0" tabularvalignment="middle">
18722 <column alignment="center" valignment="top">
18723 <column alignment="center" valignment="top">
18724 <column alignment="center" valignment="top">
18725 <row>
18726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730 コマンド
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 出力
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 \begin_inset Flex Ruby
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 捷径
18753 \begin_inset Argument post:1
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757 ショートカット
18758 \end_layout
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 </row>
18773 <row>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \backslash
18780 mathit
18781 \series bold
18782
18783 \begin_inset space \textvisiblespace{}
18784 \end_inset
18785
18786
18787 \series default
18788 AbC
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 \begin_inset Formula $\mathit{AbC}$
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 -
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 <row>
18816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \backslash
18822 mathrm
18823 \series bold
18824
18825 \begin_inset space \textvisiblespace{}
18826 \end_inset
18827
18828
18829 \series default
18830 AbC
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 \begin_inset Formula $\mathrm{AbC}$
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset Info
18852 type  "shortcut"
18853 arg   "font-roman"
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 </row>
18862 <row>
18863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867
18868 \backslash
18869 mathsf
18870 \series bold
18871
18872 \begin_inset space \textvisiblespace{}
18873 \end_inset
18874
18875
18876 \series default
18877 AbC
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886 \begin_inset Formula $\mathsf{AbC}$
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Info
18899 type  "shortcut"
18900 arg   "font-sans"
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 </row>
18909 <row>
18910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914
18915 \backslash
18916 mathtt
18917 \series bold
18918
18919 \begin_inset space \textvisiblespace{}
18920 \end_inset
18921
18922
18923 \series default
18924 AbC
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 \begin_inset Formula $\mathtt{AbC}$
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 \begin_inset Info
18946 type  "shortcut"
18947 arg   "font-typewriter"
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 </row>
18956 </lyxtabular>
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset Note Greyedout
18965 status open
18966
18967 \begin_layout Plain Layout
18968
18969 \series bold
18970 【註】
18971 \backslash
18972 mathbb
18973 \series default
18974 様式と
18975 \series bold
18976
18977 \backslash
18978 mathcal
18979 \series default
18980 様式は、大文字にのみ使用することができます。
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Standard
18989 既定では、
18990 \series bold
18991
18992 \backslash
18993 mathnormal
18994 \series default
18995 様式に設定されています。
18996 \end_layout
18997
18998 \begin_layout Standard
18999 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
19000 \begin_inset Formula 
19001 \[
19002 \mathfrak{A=\frac{b}{C}}
19003 \]
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \begin_layout Standard
19011 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
19012 \series bold
19013
19014 \backslash
19015 textrm
19016 \series default
19017 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
19018 \begin_inset Foot
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022 \begin_inset CommandInset href
19023 LatexCommand href
19024 name "LyX-bug #4629"
19025 target "http://www.lyx.org/trac/ticket/4629"
19026
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \begin_layout Standard
19038 書体様式コマンドの代わりに、
19039 \family sans
19040 編集\SpecialChar \menuseparator
19041 数学\SpecialChar \menuseparator
19042 文字様式
19043 \family default
19044 ダイアログや、
19045 \begin_inset Info
19046 type  "icon"
19047 arg   "math-insert \\font"
19048 \end_inset
19049
19050 を使用することもできます。
19051 \end_layout
19052
19053 \begin_layout Subsection
19054 ボールド体の数式
19055 \begin_inset CommandInset label
19056 LatexCommand label
19057 name "sub:ボールド体の数式"
19058
19059 \end_inset
19060
19061
19062 \begin_inset Index idx
19063 status collapsed
19064
19065 \begin_layout Plain Layout
19066 すうしき@数式 ! ぼーるどたい@ボールド体
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 数式全体をボールド体にしようとすると、前節の
19076 \series bold
19077
19078 \backslash
19079 mathbf
19080 \series default
19081 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
19082 字してしまいます。
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset Formula 
19087 \[
19088 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
19089 \]
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 この数式を正しく表示するには、以下のように、
19098 \series bold
19099
19100 \backslash
19101 boldsymbol
19102 \series default
19103 コマンドを使用します。
19104 \begin_inset Formula 
19105 \[
19106 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
19107 \]
19108
19109 \end_inset
19110
19111 また、数式を
19112 \series bold
19113 boldmath環境
19114 \series default
19115 に設定する方法もあります。この環境は、TeXモードで
19116 \series bold
19117
19118 \backslash
19119 boldmath
19120 \begin_inset Index idx
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124 こまんど@コマンド ! B ! 
19125 \backslash
19126 boldmath
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \series default
19133 コマンドを挿入することによって作ることができます。環境を閉じるには、
19134 \series bold
19135
19136 \backslash
19137 unboldmath
19138 \begin_inset Index idx
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142 こまんど@コマンド ! U ! 
19143 \backslash
19144 unboldmath
19145 \end_layout
19146
19147 \end_inset
19148
19149
19150 \series default
19151 コマンドをTeXモードで挿入します。
19152 \begin_inset ERT
19153 status collapsed
19154
19155 \begin_layout Plain Layout
19156
19157
19158 \backslash
19159 boldmath 
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \begin_inset Formula 
19166 \[
19167 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
19168 \]
19169
19170 \end_inset
19171
19172
19173 \begin_inset ERT
19174 status collapsed
19175
19176 \begin_layout Plain Layout
19177
19178
19179 \backslash
19180 unboldmath 
19181 \end_layout
19182
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Subsection
19189 色付きの数式
19190 \begin_inset Index idx
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 すうしき@数式 ! いろつき@色付き
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
19204 \begin_inset Formula 
19205 \[
19206 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19207 \]
19208
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \begin_inset CommandInset ref
19217 LatexCommand ref
19218 reference "sub:色付きボックス"
19219
19220 \end_inset
19221
19222 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
19223 \series bold
19224
19225 \backslash
19226 textcolor
19227 \series default
19228
19229 \begin_inset Index idx
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233 こまんど@コマンド ! T ! 
19234 \backslash
19235 textcolor
19236 \end_layout
19237
19238 \end_inset
19239
19240 TeXコードコマンドで適用することができます。
19241 \end_layout
19242
19243 \begin_layout Standard
19244
19245 \series bold
19246
19247 \backslash
19248 textcolor{色}{文字ないし数式}
19249 \end_layout
19250
19251 \begin_layout Standard
19252 下記の例は、全体を濃緑にし、一部を赤にしています。
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset ERT
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260
19261
19262 \backslash
19263 textcolor{darkgreen}{
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \begin_inset Formula 
19270 \[
19271 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19272 \]
19273
19274 \end_inset
19275
19276
19277 \begin_inset ERT
19278 status collapsed
19279
19280 \begin_layout Plain Layout
19281
19282 }
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \begin_layout Standard
19291 LyXのバグのため、自製色は数式全体に対してしか使用することができません
19292 \begin_inset Foot
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296 \begin_inset CommandInset href
19297 LatexCommand href
19298 name "LyX-bug #5269"
19299 target "http://www.lyx.org/trac/ticket/5269"
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \begin_layout Subsection
19312 書体寸法
19313 \begin_inset CommandInset label
19314 LatexCommand label
19315 name "sub:書体寸法"
19316
19317 \end_inset
19318
19319
19320 \begin_inset Index idx
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324 しょたい@書体 ! すんぽう@寸法
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
19334 \end_layout
19335
19336 \begin_layout Standard
19337
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 \series bold
19351
19352 \backslash
19353 LARGE
19354 \series default
19355
19356 \series bold
19357
19358 \backslash
19359 Large
19360 \series default
19361
19362 \series bold
19363
19364 \backslash
19365 large
19366 \series default
19367
19368 \series bold
19369
19370 \backslash
19371 normalsize
19372 \series default
19373
19374 \series bold
19375
19376 \backslash
19377 small
19378 \series default
19379 ,
19380 \begin_inset Newline newline
19381 \end_inset
19382
19383
19384 \series bold
19385
19386 \backslash
19387 footnotesize
19388 \series default
19389
19390 \series bold
19391
19392 \backslash
19393 scriptsize
19394 \series default
19395 、および
19396 \series bold
19397
19398 \backslash
19399 tiny
19400 \end_layout
19401
19402 \begin_layout Standard
19403 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19404 \series bold
19405
19406 \backslash
19407 normalsize
19408 \series default
19409 コマンドに設定されます。他のコマンドは、
19410 \series bold
19411
19412 \backslash
19413 normalsize
19414 \series default
19415 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 ptであるならば、
19420 \series bold
19421
19422 \backslash
19423 Huge
19424 \series default
19425 コマンドは
19426 \series bold
19427
19428 \backslash
19429 huge
19430 \series default
19431 コマンドと同じ大きさに落とされます。
19432 \end_layout
19433
19434 \begin_layout Standard
19435 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
19436 \series bold
19437
19438 \backslash
19439 normalsize
19440 \series default
19441 コマンドを挿入します。
19442 \end_layout
19443
19444 \begin_layout Standard
19445 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます
19446 \lang english
19447 or the toolbar button
19448 \lang japanese
19449  
19450 \begin_inset Info
19451 type  "icon"
19452 arg   "math-insert \\style"
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \begin_layout Standard
19459 \noindent
19460 \align center
19461 \begin_inset Tabular
19462 <lyxtabular version="3" rows="5" columns="2">
19463 <features rotate="0" tabularvalignment="middle">
19464 <column alignment="center" valignment="top">
19465 <column alignment="center" valignment="top">
19466 <row>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 コマンド
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 出力
19481 \begin_inset Note Note
19482 status collapsed
19483
19484 \begin_layout Plain Layout
19485
19486 \series bold
19487
19488 \backslash
19489 raisebox
19490 \series default
19491  はスペーサーとして使用されているだけです。
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \backslash
19509 displaystyle
19510 \begin_inset Index idx
19511 status collapsed
19512
19513 \begin_layout Plain Layout
19514 こまんど@コマンド ! D ! 
19515 \backslash
19516 displaystyle
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 </row>
19539 <row>
19540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544
19545 \backslash
19546 textstyle
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 </row>
19564 <row>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \backslash
19571 scriptstyle
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 </row>
19589 <row>
19590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594
19595 \backslash
19596 scriptscriptstyle
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 </row>
19614 </lyxtabular>
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19623 \end_layout
19624
19625 \begin_layout Standard
19626 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19627 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19628 \begin_inset VSpace -2mm
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 huge 
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \begin_inset Formula 
19649 \[
19650 A=\frac{B}{c}\cdot\maltese
19651 \]
19652
19653 \end_inset
19654
19655
19656 \begin_inset Formula 
19657 \[
19658 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19659 \]
19660
19661 \end_inset
19662
19663
19664 \begin_inset ERT
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668
19669
19670 \backslash
19671 normalsize 
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 \begin_inset VSpace medskip
19681 \end_inset
19682
19683 二つの式の前には、
19684 \series bold
19685
19686 \backslash
19687 huge
19688 \series default
19689 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19690 \begin_inset Newline newline
19691 \end_inset
19692
19693
19694 \series bold
19695
19696 \backslash
19697 maltese
19698 \begin_inset space \textvisiblespace{}
19699 \end_inset
19700
19701 A Alt+M M 
19702 \backslash
19703 Large
19704 \begin_inset space \textvisiblespace{}
19705 \end_inset
19706
19707
19708 \backslash
19709 maltese
19710 \begin_inset space \textvisiblespace{}
19711 \end_inset
19712
19713
19714 \backslash
19715 textit
19716 \begin_inset space \textvisiblespace{}
19717 \end_inset
19718
19719 A
19720 \begin_inset Formula $\to$
19721 \end_inset
19722
19723
19724 \begin_inset Formula $\to$
19725 \end_inset
19726
19727
19728 \begin_inset Newline newline
19729 \end_inset
19730
19731
19732 \begin_inset space \hspace*{}
19733 \length 1cm
19734 \end_inset
19735
19736 Alt+M
19737 \series default
19738  
19739 \series bold
19740
19741 \backslash
19742 tiny
19743 \begin_inset space \textvisiblespace{}
19744 \end_inset
19745
19746
19747 \backslash
19748 maltese
19749 \begin_inset space \textvisiblespace{}
19750 \end_inset
19751
19752
19753 \backslash
19754 textit
19755 \begin_inset space \textvisiblespace{}
19756 \end_inset
19757
19758 A
19759 \begin_inset Newline newline
19760 \end_inset
19761
19762
19763 \series default
19764 のようになります。
19765 \end_layout
19766
19767 \begin_layout Standard
19768 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19769 \end_layout
19770
19771 \begin_layout Section
19772 ギリシャ文字
19773 \begin_inset Index idx
19774 status collapsed
19775
19776 \begin_layout Plain Layout
19777 ぎりしゃもじ@ギリシャ文字
19778 \end_layout
19779
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \begin_layout Standard
19786 すべてのギリシャ文字は、ツールバーボタンの
19787 \begin_inset Info
19788 type  "icon"
19789 arg   "math-insert \\alpha"
19790 \end_inset
19791
19792 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19793 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19794 \end_layout
19795
19796 \begin_layout Subsection
19797 小文字
19798 \begin_inset Index idx
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19803 \end_layout
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 \begin_inset space \hfill{}
19812 \end_inset
19813
19814
19815 \begin_inset Tabular
19816 <lyxtabular version="3" rows="11" columns="2">
19817 <features rotate="0" tabularvalignment="middle">
19818 <column alignment="center" valignment="top" width="0pt">
19819 <column alignment="center" valignment="top" width="0pt">
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 コマンド
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 出力
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \backslash
19847 alpha
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $\alpha$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 beta
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\beta$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 gamma
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\gamma$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 delta
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset Formula $\delta$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 epsilon
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\epsilon$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 varepsilon
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\varepsilon$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 zeta
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset Formula $\zeta$
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \backslash
20022 eta
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $\eta$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 <row>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \backslash
20047 theta
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Formula $\theta$
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 <row>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070
20071 \backslash
20072 vartheta
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 \begin_inset Formula $\vartheta$
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 </lyxtabular>
20091
20092 \end_inset
20093
20094
20095 \begin_inset space \hfill{}
20096 \end_inset
20097
20098
20099 \begin_inset Tabular
20100 <lyxtabular version="3" rows="12" columns="2">
20101 <features rotate="0" tabularvalignment="middle">
20102 <column alignment="center" valignment="top" width="0pt">
20103 <column alignment="center" valignment="top" width="0pt">
20104 <row>
20105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 コマンド
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 出力
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 iota
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\iota$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \backslash
20156 kappa
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset Formula $\kappa$
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 </row>
20174 <row>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179
20180 \backslash
20181 varkappa
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 \begin_inset Formula $\varkappa$
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \backslash
20206 lambda
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $\lambda$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \backslash
20231 mu
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Formula $\mu$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \backslash
20256 nu
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 \begin_inset Formula $\nu$
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 xi
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\xi$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 o
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Formula $o$
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 pi
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\pi$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 varpi
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $\varpi$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \backslash
20379 rho
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Formula $\rho$
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 </lyxtabular>
20398
20399 \end_inset
20400
20401
20402 \begin_inset space \hfill{}
20403 \end_inset
20404
20405
20406 \begin_inset Tabular
20407 <lyxtabular version="3" rows="11" columns="2">
20408 <features rotate="0" tabularvalignment="middle">
20409 <column alignment="center" valignment="top" width="0pt">
20410 <column alignment="center" valignment="top" width="0pt">
20411 <row>
20412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 コマンド
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 出力
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \backslash
20438 varrho
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset Formula $\varrho$
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 </row>
20456 <row>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461
20462 \backslash
20463 sigma
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset Formula $\sigma$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \backslash
20488 varsigma
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset Formula $\varsigma$
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 <row>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \backslash
20513 tau
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 \begin_inset Formula $\tau$
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 </row>
20531 <row>
20532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \backslash
20538 upsilon
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 \begin_inset Formula $\upsilon$
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 <row>
20557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \backslash
20563 phi
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\phi$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 varphi
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Formula $\varphi$
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 chi
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Formula $\chi$
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \backslash
20638 psi
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Formula $\psi$
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \backslash
20663 omega
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 \begin_inset Formula $\omega$
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 </lyxtabular>
20682
20683 \end_inset
20684
20685
20686 \begin_inset space \hfill{}
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Standard
20693 \begin_inset VSpace medskip
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Standard
20700 アップライト体のギリシャ文字を作成する方法は、第
20701 \begin_inset CommandInset ref
20702 LatexCommand ref
20703 reference "sub:アップライト体ギリシャ小文字"
20704
20705 \end_inset
20706
20707 節に説明されています。
20708 \end_layout
20709
20710 \begin_layout Subsection
20711 大文字
20712 \begin_inset Index idx
20713 status collapsed
20714
20715 \begin_layout Plain Layout
20716 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Standard
20725 \begin_inset space \hfill{}
20726 \end_inset
20727
20728
20729 \begin_inset Tabular
20730 <lyxtabular version="3" rows="7" columns="2">
20731 <features rotate="0" tabularvalignment="middle">
20732 <column alignment="center" valignment="top" width="0pt">
20733 <column alignment="center" valignment="top" width="0pt">
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \family roman
20741 \series medium
20742 \shape up
20743 \size normal
20744 \emph off
20745 \bar no
20746 \noun off
20747 \color none
20748 コマンド
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \family roman
20759 \series medium
20760 \shape up
20761 \size normal
20762 \emph off
20763 \bar no
20764 \noun off
20765 \color none
20766 出力
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 Gamma
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\Gamma$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802
20803 \backslash
20804 Delta
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Formula $\Delta$
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 <row>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \backslash
20829 Theta
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838 \begin_inset Formula $\Theta$
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \backslash
20854 Lambda
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 \begin_inset Formula $\Lambda$
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 </row>
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \backslash
20879 Xi
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Formula $\Xi$
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 </row>
20897 <row>
20898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902
20903 \backslash
20904 Pi
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 \begin_inset Formula $\Pi$
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 </lyxtabular>
20923
20924 \end_inset
20925
20926
20927 \begin_inset space \hfill{}
20928 \end_inset
20929
20930
20931 \begin_inset Tabular
20932 <lyxtabular version="3" rows="6" columns="2">
20933 <features rotate="0" tabularvalignment="middle">
20934 <column alignment="center" valignment="top" width="0pt">
20935 <column alignment="center" valignment="top" width="0pt">
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \family roman
20943 \series medium
20944 \shape up
20945 \size normal
20946 \emph off
20947 \bar no
20948 \noun off
20949 \color none
20950 コマンド
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \family roman
20961 \series medium
20962 \shape up
20963 \size normal
20964 \emph off
20965 \bar no
20966 \noun off
20967 \color none
20968 出力
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 Sigma
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\Sigma$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 Upsilon
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\Upsilon$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \backslash
21031 Phi
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\Phi$
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 Psi
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\Psi$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 Omega
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $\Omega$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 </lyxtabular>
21100
21101 \end_inset
21102
21103
21104 \begin_inset space \hfill{}
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Standard
21111 \begin_inset VSpace medskip
21112 \end_inset
21113
21114 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
21115 \series bold
21116 var
21117 \series default
21118 を付けてください。たとえば、
21119 \series bold
21120
21121 \backslash
21122 varGamma
21123 \series default
21124 コマンドは、
21125 \begin_inset Formula $\varGamma$
21126 \end_inset
21127
21128 を生成します。もう一つの方法は、パッケージ
21129 \series bold
21130 fixmath
21131 \series default
21132
21133 \begin_inset Foot
21134 status collapsed
21135
21136 \begin_layout Plain Layout
21137
21138 \series bold
21139 fixmath
21140 \series default
21141 は、LaTeXパッケージ
21142 \series bold
21143 was
21144 \series default
21145
21146 \begin_inset Index idx
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150 ぱっけーじ@パッケージ ! was
21151 \begin_inset ERT
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155
21156
21157 \backslash
21158 vspace{4mm}
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167
21168 に含まれています。
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \begin_inset Index idx
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178 ぱっけーじ@パッケージ ! fixmath
21179 \end_layout
21180
21181 \end_inset
21182
21183 をLaTeXプリアンブル行に
21184 \end_layout
21185
21186 \begin_layout Standard
21187
21188 \series bold
21189
21190 \backslash
21191 usepackage{fixmath}
21192 \end_layout
21193
21194 \begin_layout Standard
21195 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
21196 \end_layout
21197
21198 \begin_layout Subsection
21199 ボールド体
21200 \begin_inset Index idx
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \begin_layout Standard
21213 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
21214 \series bold
21215
21216 \backslash
21217 boldsymbol
21218 \series default
21219 コマンドのみです
21220 \begin_inset Index idx
21221 status collapsed
21222
21223 \begin_layout Plain Layout
21224 こまんど@コマンド ! B ! 
21225 \backslash
21226 boldsymbol
21227 \end_layout
21228
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \begin_layout Standard
21235 \align center
21236 \begin_inset Tabular
21237 <lyxtabular version="3" rows="3" columns="2">
21238 <features rotate="0" tabularvalignment="middle">
21239 <column alignment="center" valignment="top">
21240 <column alignment="center" valignment="top">
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 コマンド
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 出力
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 </row>
21261 <row>
21262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266
21267 \backslash
21268 Upsilon
21269 \backslash
21270 boldsymbol
21271 \backslash
21272 Upsilon
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 theta
21298 \backslash
21299 boldsymbol
21300 \backslash
21301 theta
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\theta\boldsymbol{\theta}$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 </lyxtabular>
21320
21321 \end_inset
21322
21323
21324 \begin_inset Newpage newpage
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \begin_layout Section
21331 記号
21332 \begin_inset ERT
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336
21337
21338 \backslash
21339 texorpdfstring{
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \begin_inset Foot
21346 status collapsed
21347
21348 \begin_layout Plain Layout
21349 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
21350 \begin_inset CommandInset citation
21351 LatexCommand cite
21352 key "Symbols"
21353
21354 \end_inset
21355
21356 にあります。
21357 \end_layout
21358
21359 \end_inset
21360
21361
21362 \begin_inset ERT
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366
21367 }{}
21368 \end_layout
21369
21370 \end_inset
21371
21372
21373 \begin_inset Note Note
21374 status collapsed
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21380 \end_layout
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 texorpdfstringについての詳細は、第
21386 \begin_inset CommandInset ref
21387 LatexCommand ref
21388 reference "sub:節見出し中の数式"
21389
21390 \end_inset
21391
21392 節にあります。
21393 \end_layout
21394
21395 \end_inset
21396
21397
21398 \begin_inset Index idx
21399 status collapsed
21400
21401 \begin_layout Plain Layout
21402 きごう@記号
21403 \end_layout
21404
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Standard
21411 本節に掲げてある各記号の多くは、ツールバーボタンの
21412 \begin_inset Info
21413 type  "icon"
21414 arg   "math-insert \\nabla"
21415 \end_inset
21416
21417
21418 \begin_inset Info
21419 type  "icon"
21420 arg   "math-insert \\digamma"
21421 \end_inset
21422
21423 でも挿入することができます。
21424 \end_layout
21425
21426 \begin_layout Subsection
21427 数学記号
21428 \begin_inset CommandInset label
21429 LatexCommand label
21430 name "sub:数学記号"
21431
21432 \end_inset
21433
21434
21435 \begin_inset Index idx
21436 status collapsed
21437
21438 \begin_layout Plain Layout
21439 きごう@記号 ! すうがく@数学
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \begin_layout Standard
21448 \begin_inset space \hfill{}
21449 \end_inset
21450
21451
21452 \begin_inset Tabular
21453 <lyxtabular version="3" rows="10" columns="2">
21454 <features rotate="0" tabularvalignment="middle">
21455 <column alignment="center" valignment="top" width="0pt">
21456 <column alignment="center" valignment="top" width="0pt">
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 コマンド
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 出力
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 neg
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\neg$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 Im
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\Im$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 Re
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\Re$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 aleph
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\aleph$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 partial
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\partial$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 infty
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\infty$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 wp
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\wp$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 imath
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\imath$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 jmath
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\jmath$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 </lyxtabular>
21703
21704 \end_inset
21705
21706
21707 \begin_inset space \hfill{}
21708 \end_inset
21709
21710
21711 \begin_inset Tabular
21712 <lyxtabular version="3" rows="10" columns="2">
21713 <features rotate="0" tabularvalignment="middle">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <column alignment="center" valignment="top" width="0pt">
21716 <row>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 コマンド
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 出力
21731 \begin_inset Note Note
21732 status collapsed
21733
21734 \begin_layout Plain Layout
21735 ここで
21736 \series bold
21737
21738 \backslash
21739 raisebox
21740 \series default
21741 はスペーサーとして使用しているだけです。
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 forall
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\forall$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 exists
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\exists$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 nexists
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\nexists$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 emptyset
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\emptyset$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 varnothing
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\varnothing$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 dag
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\dag$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \backslash
21909 ddag
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Formula $\ddag$
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 complement
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset ERT
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947
21948
21949 \backslash
21950 raisebox{-0.8mm}{
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \begin_inset Formula $\complement$
21957 \end_inset
21958
21959
21960 \begin_inset ERT
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964
21965 }
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \backslash
21983 Bbbk
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $\Bbbk$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 </lyxtabular>
22002
22003 \end_inset
22004
22005
22006 \begin_inset space \hfill{}
22007 \end_inset
22008
22009
22010 \begin_inset Tabular
22011 <lyxtabular version="3" rows="10" columns="2">
22012 <features rotate="0" tabularvalignment="middle">
22013 <column alignment="center" valignment="top" width="0pt">
22014 <column alignment="center" valignment="top" width="0pt">
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 コマンド
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 出力
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 prime
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\prime$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 backprime
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\backprime$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 <row>
22086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090
22091 \backslash
22092 mho
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Formula $\mho$
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \backslash
22117 triangle
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $\triangle$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 <row>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \backslash
22142 angle
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 \begin_inset Formula $\angle$
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 </row>
22160 <row>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \backslash
22167 measuredangle
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $\measuredangle$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 <row>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \backslash
22192 sphericalangle
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\sphericalangle$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 top
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula $\top$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 bot
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $\bot$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 </lyxtabular>
22261
22262 \end_inset
22263
22264
22265 \begin_inset space \hfill{}
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \begin_layout Subsection
22272 その他の記号
22273 \begin_inset CommandInset label
22274 LatexCommand label
22275 name "sub:その他の記号"
22276
22277 \end_inset
22278
22279
22280 \begin_inset Index idx
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284 きごう@記号 ! そのた@その他
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Standard
22293 \noindent
22294 \align center
22295 \begin_inset Tabular
22296 <lyxtabular version="3" rows="10" columns="2">
22297 <features rotate="0" tabularvalignment="middle">
22298 <column alignment="center" valignment="top" width="0pt">
22299 <column alignment="center" valignment="top" width="0pt">
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \family roman
22307 \series medium
22308 \shape up
22309 \size normal
22310 \emph off
22311 \bar no
22312 \noun off
22313 \color none
22314 コマンド
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \family roman
22325 \series medium
22326 \shape up
22327 \size normal
22328 \emph off
22329 \bar no
22330 \noun off
22331 \color none
22332 出力
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 flat
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\flat$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 natural
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\natural$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 sharp
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\sharp$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 surd
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\surd$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 checkmark
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\checkmark$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 yen
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\yen$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 pounds
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\pounds$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 $
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Formula $\$$
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 §
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\mathsection$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 </lyxtabular>
22560
22561 \end_inset
22562
22563
22564 \begin_inset Tabular
22565 <lyxtabular version="3" rows="10" columns="2">
22566 <features rotate="0" tabularvalignment="middle">
22567 <column alignment="center" valignment="top">
22568 <column alignment="center" valignment="top">
22569 <row>
22570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \family roman
22576 \series medium
22577 \shape up
22578 \size normal
22579 \emph off
22580 \bar no
22581 \noun off
22582 \color none
22583 コマンド
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \family roman
22594 \series medium
22595 \shape up
22596 \size normal
22597 \emph off
22598 \bar no
22599 \noun off
22600 \color none
22601 出力
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 hbar
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\hbar$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 hslash
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\hslash$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 clubsuit
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\clubsuit$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 spadesuit
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\spadesuit$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 bigstar
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\bigstar$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 blacklozenge
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\blacklozenge$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 blacktriangle
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\blacktriangle$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 blacktiangledown
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\blacktriangledown$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 bullet
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\bullet$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 </lyxtabular>
22833
22834 \end_inset
22835
22836
22837 \begin_inset Tabular
22838 <lyxtabular version="3" rows="10" columns="2">
22839 <features rotate="0" tabularvalignment="middle">
22840 <column alignment="center" valignment="top" width="0pt">
22841 <column alignment="center" valignment="top" width="0pt">
22842 <row>
22843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847
22848 \family roman
22849 \series medium
22850 \shape up
22851 \size normal
22852 \emph off
22853 \bar no
22854 \noun off
22855 \color none
22856 コマンド
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \family roman
22867 \series medium
22868 \shape up
22869 \size normal
22870 \emph off
22871 \bar no
22872 \noun off
22873 \color none
22874 出力
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \backslash
22887 diamondsuit
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\diamondsuit$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910
22911 \backslash
22912 Diamond
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $\Diamond$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 heartsuit
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\heartsuit$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 P
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\P$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 copyright
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\copyright$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 circledR
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\circledR$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 maltese
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\maltese$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 diagup
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\diagup$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 diagdown
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\diagdown$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 </lyxtabular>
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \begin_layout Standard
23113 \begin_inset VSpace medskip
23114 \end_inset
23115
23116 ここにある以上の記号が、第
23117 \begin_inset CommandInset ref
23118 LatexCommand ref
23119 reference "sub:他の特殊文字"
23120
23121 \end_inset
23122
23123 節に挙げてあります。
23124 \end_layout
23125
23126 \begin_layout Standard
23127 寸法を変えて表示することのできる記号もあります。第
23128 \begin_inset CommandInset ref
23129 LatexCommand ref
23130 reference "sub:書体寸法"
23131
23132 \end_inset
23133
23134 節をご参照下さい。
23135 \end_layout
23136
23137 \begin_layout Subsection
23138 ユーロ通貨記号
23139 \begin_inset Index idx
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \begin_inset Index idx
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 @
23156 \begin_inset ERT
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160
23161
23162 \backslash
23163 officialeuro
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
23178 \series bold
23179 eurosym
23180 \series default
23181
23182 \begin_inset Index idx
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186 ぱっけーじ@パッケージ ! eurosym
23187 \end_layout
23188
23189 \end_inset
23190
23191 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
23192 \end_layout
23193
23194 \begin_layout Standard
23195
23196 \series bold
23197
23198 \backslash
23199 usepackage[gennarrow]{eurosym}
23200 \end_layout
23201
23202 \begin_layout Standard
23203 すると、ユーロ通貨記号を
23204 \series bold
23205
23206 \backslash
23207 euro
23208 \series default
23209
23210 \begin_inset Index idx
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214 こまんど@コマンド ! E ! 
23215 \backslash
23216 euro
23217 \end_layout
23218
23219 \end_inset
23220
23221 コマンドで挿入することができるようになります。
23222 \end_layout
23223
23224 \begin_layout Standard
23225 数式テキストには、
23226 \series bold
23227 eurosym
23228 \series default
23229 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
23230 \series bold
23231 eurosym
23232 \series default
23233 が導入されていれば、
23234 \series bold
23235
23236 \backslash
23237 euro
23238 \series default
23239 はTeXモードでも挿入することができます。また、正式な通貨記号を
23240 \series bold
23241
23242 \backslash
23243 officialeuro
23244 \series default
23245
23246 \begin_inset Index idx
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250 こまんど@コマンド ! O ! 
23251 \backslash
23252 officialeuro
23253 \end_layout
23254
23255 \end_inset
23256
23257 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \begin_inset ERT
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265
23266
23267 \backslash
23268 ifeurosym 
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \begin_inset Note Note
23275 status open
23276
23277 \begin_layout Plain Layout
23278 以下の表は、LaTeXパッケージ
23279 \series bold
23280 eurosym
23281 \series default
23282 が導入済みのときのみ表示されます。
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 以下は、各ユーロ通貨記号のまとめです。
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \align center
23296 \begin_inset Tabular
23297 <lyxtabular version="3" rows="4" columns="3">
23298 <features rotate="0" tabularvalignment="middle">
23299 <column alignment="center" valignment="top" width="0pt">
23300 <column alignment="center" valignment="top" width="0pt">
23301 <column alignment="center" valignment="top" width="0pt">
23302 <row>
23303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 コマンド
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 出力
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 数式
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 euro
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\euro$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 数式テキスト
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379 (ユーロ記号)
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 (ユーロ記号)
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 </row>
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 TeXモード
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \backslash
23410 officialeuro
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset ERT
23420 status collapsed
23421
23422 \begin_layout Plain Layout
23423
23424
23425 \backslash
23426 officialeuro
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 </lyxtabular>
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \begin_inset ERT
23446 status collapsed
23447
23448 \begin_layout Plain Layout
23449
23450
23451 \backslash
23452 else 
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \begin_inset Note Note
23459 status open
23460
23461 \begin_layout Plain Layout
23462 以下は、LaTeXパッケージ
23463 \series bold
23464 eurosym
23465 \series default
23466 が導入されていないときのみ表示されます。
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \begin_layout Standard
23475 本節の残りを出力としてみるためには、LaTeXパッケージ
23476 \series bold
23477 eurosym
23478 \series default
23479 を導入する必要があります。
23480 \end_layout
23481
23482 \begin_layout Standard
23483 \begin_inset ERT
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487
23488
23489 \backslash
23490 fi 
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \begin_layout Section
23499 関係子
23500 \begin_inset CommandInset label
23501 LatexCommand label
23502 name "sec:関係子"
23503
23504 \end_inset
23505
23506
23507 \begin_inset Index idx
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511 かんけいし@関係子
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \begin_inset Index idx
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521 ひかくし@比較子|see
23522 \begin_inset ERT
23523 status collapsed
23524
23525 \begin_layout Plain Layout
23526
23527 {
23528 \end_layout
23529
23530 \end_inset
23531
23532 関係子
23533 \begin_inset ERT
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537
23538 }
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \begin_layout Standard
23552 関係子はすべて、ツールバーボタンの
23553 \begin_inset Info
23554 type  "icon"
23555 arg   "math-insert \\leq"
23556 \end_inset
23557
23558 でも挿入することができます。
23559 \end_layout
23560
23561 \begin_layout Standard
23562 \begin_inset space \hfill{}
23563 \end_inset
23564
23565
23566 \begin_inset Tabular
23567 <lyxtabular version="3" rows="17" columns="2">
23568 <features rotate="0" tabularvalignment="middle">
23569 <column alignment="center" valignment="top" width="0pt">
23570 <column alignment="center" valignment="top" width="0pt">
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 コマンド
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 出力
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $<$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 \begin_inset Formula $<$
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622
23623 \backslash
23624 le
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633 \begin_inset Formula $\le$
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \backslash
23649 ll
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $\ll$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 </row>
23667 <row>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672
23673 \backslash
23674 prec
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Formula $\prec$
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697
23698 \backslash
23699 preceq
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Formula $\preceq$
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 </row>
23717 <row>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \backslash
23724 subset
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 \begin_inset Formula $\subset$
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \backslash
23749 subseteq
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758 \begin_inset Formula $\subseteq$
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 </row>
23767 <row>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \backslash
23774 sqsubseteq
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 \begin_inset Formula $\sqsubseteq$
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \backslash
23799 in
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\in$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \backslash
23824 vdash
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Formula $\vdash$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \backslash
23849 smile
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\smile$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 lhd
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\lhd$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 <row>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897
23898 \backslash
23899 unlhd
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\unlhd$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 gtrless
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Formula $\gtrless$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 mid
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 $\mid$
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" bottomline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 nmid
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\nmid$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 </lyxtabular>
23993
23994 \end_inset
23995
23996
23997 \begin_inset space \hfill{}
23998 \end_inset
23999
24000
24001 \begin_inset Tabular
24002 <lyxtabular version="3" rows="17" columns="2">
24003 <features rotate="0" tabularvalignment="middle">
24004 <column alignment="center" valignment="top" width="0pt">
24005 <column alignment="center" valignment="top" width="0pt">
24006 <row>
24007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 コマンド
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 出力
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 <row>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 =
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040 \begin_inset Formula $=$
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 </row>
24049 <row>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054
24055 \backslash
24056 not=
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065 \begin_inset Formula $\not=$
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 </row>
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079
24080 \backslash
24081 equiv
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 \begin_inset Formula $\equiv$
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \backslash
24106 sim
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 \begin_inset Formula $\sim$
24116 \end_inset
24117
24118
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 </row>
24124 <row>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \backslash
24131 simeq
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 \begin_inset Formula $\simeq$
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 <row>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \backslash
24156 approx
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Formula $\approx$
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \backslash
24181 cong
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Formula $\cong$
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 </row>
24199 <row>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 bowtie
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 \begin_inset Formula $\bowtie$
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 </row>
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 notin
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 \begin_inset Formula $\notin$
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 perp
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 \begin_inset Formula $\perp$
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \backslash
24281 propto
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 \begin_inset Formula $\propto$
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 asymp
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $\asymp$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 doteq
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Formula $\doteq$
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 <row>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 circeq
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $\circeq$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 models
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 \begin_inset Formula $\models$
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 widehat=
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Formula $\widehat{=}$
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 </lyxtabular>
24425
24426 \end_inset
24427
24428
24429 \begin_inset space \hfill{}
24430 \end_inset
24431
24432
24433 \begin_inset Tabular
24434 <lyxtabular version="3" rows="17" columns="2">
24435 <features rotate="0" tabularvalignment="middle">
24436 <column alignment="center" valignment="top" width="0pt">
24437 <column alignment="center" valignment="top" width="0pt">
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \family roman
24445 \series medium
24446 \shape up
24447 \size normal
24448 \emph off
24449 \bar no
24450 \noun off
24451 \color none
24452 コマンド
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \family roman
24463 \series medium
24464 \shape up
24465 \size normal
24466 \emph off
24467 \bar no
24468 \noun off
24469 \color none
24470 出力
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 </row>
24476 <row>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 \begin_inset Formula $>$
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 \begin_inset Formula $>$
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 <row>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 ge
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Formula $\ge$
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 </row>
24527 <row>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 gg
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 \begin_inset Formula $\gg$
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 <row>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 succ
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 \begin_inset Formula $\succ$
24569 \end_inset
24570
24571
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 succeq
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 \begin_inset Formula $\succeq$
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 </row>
24602 <row>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 supset
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Formula $\supset$
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \backslash
24634 supseteq
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 \begin_inset Formula $\supseteq$
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 sqsupseteq
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 \begin_inset Formula $\sqsupseteq$
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 </row>
24677 <row>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682
24683 \backslash
24684 ni
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 \begin_inset Formula $\ni$
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 </row>
24702 <row>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707
24708 \backslash
24709 dashv
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 \begin_inset Formula $\dashv$
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 </row>
24727 <row>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 frown
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 \begin_inset Formula $\frown$
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 rhd
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 \begin_inset Formula $\rhd$
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 unrhd
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 \begin_inset Formula $\unrhd$
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 lessgtr
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 \begin_inset Formula $\lessgtr$
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 parallel
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 \begin_inset Formula $\parallel$
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 </row>
24852 <row>
24853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \backslash
24859 nparallel
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\nparallel$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 </lyxtabular>
24878
24879 \end_inset
24880
24881
24882 \begin_inset space \hfill{}
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \begin_inset VSpace medskip
24890 \end_inset
24891
24892
24893 \series bold
24894
24895 \backslash
24896 lhd
24897 \series default
24898
24899 \series bold
24900
24901 \backslash
24902 rhd
24903 \series default
24904 の文字は、同じように見える演算子
24905 \series bold
24906
24907 \backslash
24908 triangleleft
24909 \series default
24910 および
24911 \series bold
24912
24913 \backslash
24914 triangleright
24915 \series default
24916 よりも大きくなっています。
24917 \end_layout
24918
24919 \begin_layout Standard
24920
24921 \lang english
24922 LyX supports also many special relations.
24923  Use the toolbar button
24924 \lang japanese
24925  
24926 \begin_inset Info
24927 type  "icon"
24928 arg   "math-insert \\leqq"
24929 \end_inset
24930
24931  
24932 \lang english
24933 to see a list of these relations
24934 \lang japanese
24935
24936 \end_layout
24937
24938 \begin_layout Standard
24939 関係子は、記号とは違って、つねに前後に余白が置かれます。
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \series bold
24945
24946 \backslash
24947 stackrel
24948 \series default
24949
24950 \begin_inset Index idx
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954 こまんど@コマンド ! S ! 
24955 \backslash
24956 stackrel
24957 \end_layout
24958
24959 \end_inset
24960
24961 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24962 \end_layout
24963
24964 \begin_layout Standard
24965 \align center
24966 \begin_inset Tabular
24967 <lyxtabular version="3" rows="2" columns="2">
24968 <features rotate="0" tabularvalignment="middle">
24969 <column alignment="center" valignment="top">
24970 <column alignment="center" valignment="top">
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 コマンド
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 出力
24986 \begin_inset Note Note
24987 status collapsed
24988
24989 \begin_layout Plain Layout
24990 ここで
24991 \series bold
24992
24993 \backslash
24994 raisebox
24995 \series default
24996 はスペーサーとして使用しているだけです。
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 </row>
25007 <row>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 A(r)
25013 \backslash
25014 stackrel
25015 \begin_inset space \textvisiblespace{}
25016 \end_inset
25017
25018 r
25019 \backslash
25020 to
25021 \backslash
25022 infty
25023 \begin_inset space \textvisiblespace{}
25024 \end_inset
25025
25026
25027 \begin_inset Formula $\downarrow$
25028 \end_inset
25029
25030
25031 \backslash
25032 approx
25033 \begin_inset space \textvisiblespace{}
25034 \end_inset
25035
25036
25037 \begin_inset space \textvisiblespace{}
25038 \end_inset
25039
25040 B
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 </lyxtabular>
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Section
25066 関数
25067 \end_layout
25068
25069 \begin_layout Subsection
25070 定義済み関数
25071 \begin_inset CommandInset label
25072 LatexCommand label
25073 name "sub:定義済み函数"
25074
25075 \end_inset
25076
25077
25078 \begin_inset Index idx
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082 かんすう@関数 ! ていぎずみ@定義済み
25083 \end_layout
25084
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Standard
25091 一般的に、数式表現では変数は
25092 \shape italic
25093 イタリック体
25094 \shape default
25095 に設定されますが、関数名はイタリック体にしません。なぜなら、
25096 \begin_inset Formula $sin$
25097 \end_inset
25098
25099
25100 \begin_inset Formula $s\cdot i\cdot n$
25101 \end_inset
25102
25103 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
25104 ックスラッシュを加えたコマンドとして挿入します。
25105 \end_layout
25106
25107 \begin_layout Standard
25108 \align center
25109 \begin_inset Tabular
25110 <lyxtabular version="3" rows="2" columns="4">
25111 <features rotate="0" tabularvalignment="middle">
25112 <column alignment="center" valignment="top" width="0pt">
25113 <column alignment="center" valignment="top" width="0pt">
25114 <column alignment="center" valignment="top" width="0pt">
25115 <column alignment="center" valignment="top" width="0pt">
25116 <row>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 コマンド
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 出力
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139 コマンド
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 出力
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 <row>
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 Asin(x)+B
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 \begin_inset Formula $Asin(x)+B$
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 A
25181 \backslash
25182 sin(x)+B
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191 \begin_inset Formula $A\sin(x)+B$
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 </row>
25200 </lyxtabular>
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 以下の関数が定義済みです。
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset VSpace -2mm
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \align center
25220 \begin_inset Tabular
25221 <lyxtabular version="3" rows="9" columns="4">
25222 <features rotate="0" tabularvalignment="middle">
25223 <column alignment="center" valignment="top" width="0pt">
25224 <column alignment="center" valignment="top" width="0pt">
25225 <column alignment="center" valignment="top" width="0pt">
25226 <column alignment="center" valignment="top" width="0pt">
25227 <row>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 コマンド
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241 コマンド
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250 コマンド
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259 コマンド
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 sin
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 sinh
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 arcsin
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 sup
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 cos
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 cosh
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 arccos
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 inf
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 tan
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373
25374 \backslash
25375 tanh
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 arctan
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 lim
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 </row>
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \backslash
25410 cot
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421 coth
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 arg
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 liminf
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 sec
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 min
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 deg
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 limsup
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 <row>
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500
25501 \backslash
25502 csc
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 max
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 det
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 Pr
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 <row>
25542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 ln
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557
25558 \backslash
25559 exp
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568
25569 \backslash
25570 dim
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 hom
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row>
25588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 lg
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 log
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614
25615 \backslash
25616 ker
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 gcd
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 </lyxtabular>
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Standard
25641 上記は、数式ツールバーボタンの
25642 \begin_inset Info
25643 type  "icon"
25644 arg   "math-insert \\functions"
25645 \end_inset
25646
25647 でも挿入することができます。
25648 \end_layout
25649
25650 \begin_layout Subsection
25651 自己定義関数
25652 \begin_inset Index idx
25653 status collapsed
25654
25655 \begin_layout Plain Layout
25656 かんすう@関数 ! じこていぎ@自己定義
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Standard
25665 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25666 \end_layout
25667
25668 \begin_layout Itemize
25669 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
25670 \begin_inset Foot
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674
25675 \series bold
25676
25677 \backslash
25678 DeclareMathOperator
25679 \series default
25680 についての詳細は、第
25681 \begin_inset CommandInset ref
25682 LatexCommand ref
25683 reference "sub:自己定義演算子"
25684
25685 \end_inset
25686
25687 節をご参照下さい。
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \begin_inset Newline newline
25694 \end_inset
25695
25696
25697 \begin_inset VSpace -3mm
25698 \end_inset
25699
25700
25701 \begin_inset Newline newline
25702 \end_inset
25703
25704
25705 \series bold
25706
25707 \backslash
25708 DeclareMathOperator{
25709 \backslash
25710 sgn}{sgn}
25711 \series default
25712
25713 \begin_inset Index idx
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717 こまんど@コマンド ! D ! 
25718 \backslash
25719 dbinom@
25720 \backslash
25721 DeclareMathOperator
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \begin_inset Newline newline
25728 \end_inset
25729
25730
25731 \begin_inset VSpace -2mm
25732 \end_inset
25733
25734
25735 \begin_inset Newline newline
25736 \end_inset
25737
25738 これによって、新しく定義された関数を
25739 \series bold
25740
25741 \backslash
25742 sgn
25743 \series default
25744 コマンドで呼び出すことができるようになります。
25745 \end_layout
25746
25747 \begin_layout Itemize
25748 数式を普通に書き下し、関数名を選択して(上記の例では
25749 \emph on
25750 sgn
25751 \emph default
25752 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25753 \end_layout
25754
25755 \begin_layout Standard
25756 双方とも定義済み関数と同等の出力をもたらします
25757 \begin_inset Foot
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \begin_layout Standard
25770 \align center
25771 \begin_inset Tabular
25772 <lyxtabular version="3" rows="3" columns="2">
25773 <features rotate="0" tabularvalignment="middle">
25774 <column alignment="center" valignment="top" width="0pt">
25775 <column alignment="center" valignment="top" width="0pt">
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 コマンド
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 出力
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 <row>
25797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801 A
25802 \backslash
25803 sgn(x)+B
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset Formula $A\sgn(x)+B$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 A
25827 \backslash
25828 ,
25829 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25830 \end_inset
25831
25832 (x)+B
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 </row>
25850 </lyxtabular>
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \begin_layout Standard
25858 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25859 \end_layout
25860
25861 \begin_layout Subsection
25862 極限
25863 \begin_inset Index idx
25864 status collapsed
25865
25866 \begin_layout Plain Layout
25867 きょくげん@極限
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Standard
25876 極限用には、
25877 \series bold
25878
25879 \backslash
25880 lim
25881 \series default
25882
25883 \begin_inset Index idx
25884 status collapsed
25885
25886 \begin_layout Plain Layout
25887 こまんど@コマンド ! L ! 
25888 \backslash
25889 lim
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \series bold
25896
25897 \backslash
25898 liminf
25899 \series default
25900
25901 \series bold
25902
25903 \backslash
25904 limsup
25905 \series default
25906 の他に、以下の関数があります。
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \align center
25911 \begin_inset Tabular
25912 <lyxtabular version="3" rows="5" columns="2">
25913 <features rotate="0" tabularvalignment="middle">
25914 <column alignment="center" valignment="top">
25915 <column alignment="center" valignment="top">
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 コマンド
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 出力
25931 \begin_inset Note Note
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935 ここで
25936 \series bold
25937
25938 \backslash
25939 raisebox
25940 \series default
25941 はスペーサーとして使用しているだけです。
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 varliminf
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $\varliminf$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 varlimsup
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Formula $\varlimsup$
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 varprojlim
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset Formula $\varprojlim$
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 </row>
26027 <row>
26028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032
26033 \backslash
26034 varinjlim
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Formula $\varinjlim$
26044 \end_inset
26045
26046
26047 \begin_inset Formula $\raisebox{-2.5mm}{}$
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 </row>
26056 </lyxtabular>
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \begin_layout Standard
26064 \begin_inset VSpace medskip
26065 \end_inset
26066
26067 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \align center
26072 \begin_inset Tabular
26073 <lyxtabular version="3" rows="2" columns="2">
26074 <features rotate="0" tabularvalignment="middle">
26075 <column alignment="center" valignment="top" width="0pt">
26076 <column alignment="center" valignment="top" width="0pt">
26077 <row>
26078 <cell alignment="center" valignment="top" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 コマンド
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 \begin_inset space \hspace{}
26092 \length 1cm
26093 \end_inset
26094
26095 出力
26096 \begin_inset Note Note
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100 ここで
26101 \series bold
26102
26103 \backslash
26104 raisebox
26105 \series default
26106 はスペーサーとして使用しているだけです。
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="center" valignment="top" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122
26123 \backslash
26124 lim_x
26125 \backslash
26126 to
26127 \begin_inset space \textvisiblespace{}
26128 \end_inset
26129
26130 A
26131 \begin_inset space \textvisiblespace{}
26132 \end_inset
26133
26134 x=B
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 </lyxtabular>
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
26161 \begin_inset Formula 
26162 \[
26163 \lim_{x\to A}x=B
26164 \]
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset VSpace medskip
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \begin_layout Standard
26179
26180 \lang english
26181 How to adjust the typesetting of the limits see 
26182 \lang japanese
26183
26184 \begin_inset CommandInset ref
26185 LatexCommand ref
26186 reference "sub:演算子の範囲"
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Subsection
26194 剰余関数
26195 \begin_inset Index idx
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 かんすう@関数 ! じょうよ@剰余
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \begin_inset Index idx
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209 かんすう@関数 ! もじゅらす@モジュラス | see
26210 \begin_inset ERT
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214
26215 {
26216 \end_layout
26217
26218 \end_inset
26219
26220 剰余
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226 }
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 剰余関数は、特別に4つの派生型があります。
26241 \end_layout
26242
26243 \begin_layout Standard
26244 以下は、別行立て数式での派生型です。
26245 \begin_inset Formula 
26246 \begin{align*}
26247 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26248 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26249 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26250 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26251 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26252 \end{align*}
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
26261 のように文字をTeX括弧で囲みます。
26262 \begin_inset Formula 
26263 \begin{align*}
26264 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26265 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26266 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
26267 \end{align*}
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Section
26275 特殊文字
26276 \begin_inset Index idx
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280 とくしゅもじ@特殊文字
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Standard
26289
26290 \lang english
26291 The characters ^ and _ would normally create a subscript and subscript,
26292  respectively.
26293  To get these characters you have to insert them with a leading 
26294 \backslash
26295 :
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \noindent
26300 \align center
26301 \begin_inset Tabular
26302 <lyxtabular version="3" rows="3" columns="2">
26303 <features rotate="0" tabularvalignment="middle">
26304 <column alignment="block" valignment="top">
26305 <column alignment="block" valignment="top">
26306 <row>
26307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 コマンド
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 出力
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 </row>
26326 <row>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331
26332 \backslash
26333 ^
26334 \begin_inset space \textvisiblespace{}
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 \begin_inset Formula $\mathcircumflex$
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 <row>
26356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360
26361 \backslash
26362 _
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset Formula $\_$
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 </lyxtabular>
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \begin_layout Subsection
26388 数式テキストにおける特殊文字
26389 \end_layout
26390
26391 \begin_layout Standard
26392 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
26393 \end_layout
26394
26395 \begin_layout Standard
26396 \begin_inset space \hfill{}
26397 \end_inset
26398
26399
26400 \begin_inset Tabular
26401 <lyxtabular version="3" rows="8" columns="2">
26402 <features rotate="0" tabularvalignment="middle">
26403 <column alignment="block" valignment="top">
26404 <column alignment="block" valignment="top">
26405 <row>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 コマンド
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 出力
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 </row>
26425 <row>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430
26431 \backslash
26432 oe
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441 \begin_inset Formula $\textrm{œ}$
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 </row>
26450 <row>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455
26456 \backslash
26457 OE
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 \begin_inset Formula $\textrm{Œ}$
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 </row>
26475 <row>
26476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480
26481 \backslash
26482 ae
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 \begin_inset Formula $\textrm{æ}$
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \backslash
26507 AE
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 \begin_inset Formula $\textrm{Æ}$
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 </row>
26525 <row>
26526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530
26531 \backslash
26532 aa
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 \begin_inset Formula $\textrm{\aa}$
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 </row>
26550 <row>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555
26556 \backslash
26557 AA
26558 \begin_inset Index idx
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562
26563 \lang english
26564
26565 \backslash
26566 @
26567 \begin_inset ERT
26568 status collapsed
26569
26570 \begin_layout Plain Layout
26571
26572
26573 \backslash
26574 textrm{
26575 \backslash
26576 AA}
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 \begin_inset Formula $\textrm{Å}$
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row>
26605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609
26610 \backslash
26611 i
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 \begin_inset Formula $\textrm{ı}$
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 </row>
26629 </lyxtabular>
26630
26631 \end_inset
26632
26633
26634 \begin_inset space \hfill{}
26635 \end_inset
26636
26637
26638 \begin_inset Tabular
26639 <lyxtabular version="3" rows="8" columns="2">
26640 <features rotate="0" tabularvalignment="middle">
26641 <column alignment="block" valignment="top">
26642 <column alignment="center" valignment="top">
26643 <row>
26644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648 コマンド
26649 \begin_inset Note Note
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 0
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 出力
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 </row>
26677 <row>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682
26683 \backslash
26684 o
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 \begin_inset Formula $\textrm{ø}$
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 <row>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \backslash
26709 O
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 \begin_inset Formula $\textrm{Ø}$
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 l
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset Formula $\textrm{ł}$
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \backslash
26759 L
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 \begin_inset Formula $\textrm{Ł}$
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 </row>
26777 <row>
26778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782 !
26783 \begin_inset space \hspace{}
26784 \length 0mm
26785 \end_inset
26786
26787 `
26788 \begin_inset space \textvisiblespace{}
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset Formula $\textrm{!`}$
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 </row>
26809 <row>
26810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 ?
26815 \begin_inset space \hspace{}
26816 \length 0mm
26817 \end_inset
26818
26819 `
26820 \begin_inset space \textvisiblespace{}
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 \begin_inset Formula $\textrm{?`}$
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 </row>
26841 <row>
26842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846
26847 \backslash
26848 j
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857 \begin_inset Formula $\textrm{ȷ}$
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 </row>
26866 </lyxtabular>
26867
26868 \end_inset
26869
26870
26871 \begin_inset space \hfill{}
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 \begin_inset Formula $\textrm{\textrm{Å}}$
26879 \end_inset
26880
26881
26882 \begin_inset Formula $\textrm{\textrm{Ø}}$
26883 \end_inset
26884
26885 の各文字は、数式ツールバーボタンの
26886 \begin_inset Info
26887 type  "icon"
26888 arg   "math-insert \\digamma"
26889 \end_inset
26890
26891 からも挿入することができます。
26892 \end_layout
26893
26894 \begin_layout Standard
26895 例外は、
26896 \series bold
26897 !
26898 \begin_inset space \hspace{}
26899 \length 0mm
26900 \end_inset
26901
26902 `
26903 \series default
26904
26905 \series bold
26906 ?
26907 \begin_inset space \hspace{}
26908 \length 0mm
26909 \end_inset
26910
26911 `
26912 \series default
26913 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26914 \end_layout
26915
26916 \begin_layout Subsection
26917 文章中のアクセント
26918 \begin_inset CommandInset label
26919 LatexCommand label
26920 name "sub:文章中のアクセント"
26921
26922 \end_inset
26923
26924
26925 \begin_inset Index idx
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset space \hfill{}
26943 \end_inset
26944
26945
26946 \begin_inset Tabular
26947 <lyxtabular version="3" rows="8" columns="2">
26948 <features rotate="0" tabularvalignment="middle">
26949 <column alignment="block" valignment="top">
26950 <column alignment="block" valignment="top">
26951 <row>
26952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956 コマンド
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 出力
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 </row>
26971 <row>
26972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976
26977 \backslash
26978
26979 \begin_inset Quotes grd
26980 \end_inset
26981
26982 e
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 \begin_inset ERT
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995
26996
26997 \backslash
26998 "e
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 </row>
27009 <row>
27010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014
27015 \backslash
27016 `e
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 `e
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 </row>
27043 <row>
27044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048
27049 \backslash
27050 ^
27051 \begin_inset space \textvisiblespace{}
27052 \end_inset
27053
27054 e
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067
27068
27069 \backslash
27070 ^e
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 </row>
27081 <row>
27082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086
27087 \backslash
27088 =e
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 \begin_inset ERT
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101
27102
27103 \backslash
27104 =e
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 </row>
27115 <row>
27116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120
27121 \backslash
27122 u
27123 \begin_inset space \textvisiblespace{}
27124 \end_inset
27125
27126 e
27127 \end_layout
27128
27129 \end_inset
27130 </cell>
27131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27132 \begin_inset Text
27133
27134 \begin_layout Plain Layout
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139
27140
27141 \backslash
27142 u e
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 <row>
27154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158
27159 \backslash
27160 b
27161 \begin_inset space \textvisiblespace{}
27162 \end_inset
27163
27164 e
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 b e
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 </row>
27191 <row>
27192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196
27197 \backslash
27198 t
27199 \begin_inset space \textvisiblespace{}
27200 \end_inset
27201
27202 ee
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27208 \begin_inset Text
27209
27210 \begin_layout Plain Layout
27211 \begin_inset ERT
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215
27216
27217 \backslash
27218 t ee
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 </row>
27229 </lyxtabular>
27230
27231 \end_inset
27232
27233
27234 \begin_inset space \hfill{}
27235 \end_inset
27236
27237
27238 \begin_inset Tabular
27239 <lyxtabular version="3" rows="8" columns="2">
27240 <features rotate="0" tabularvalignment="middle">
27241 <column alignment="block" valignment="top">
27242 <column alignment="center" valignment="top">
27243 <row>
27244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 コマンド
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 出力
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 <row>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \backslash
27270 H
27271 \begin_inset space \textvisiblespace{}
27272 \end_inset
27273
27274 e
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27280 \begin_inset Text
27281
27282 \begin_layout Plain Layout
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 H e
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 </row>
27301 <row>
27302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306
27307 \backslash
27308 'e
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317 \begin_inset ERT
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321
27322
27323 \backslash
27324 'e
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 </row>
27335 <row>
27336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27337 \begin_inset Text
27338
27339 \begin_layout Plain Layout
27340
27341 \backslash
27342 ~e
27343 \begin_inset Index idx
27344 status collapsed
27345
27346 \begin_layout Plain Layout
27347
27348 \lang english
27349 Tilde
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27360 \begin_inset Text
27361
27362 \begin_layout Plain Layout
27363 \begin_inset ERT
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367
27368
27369 \backslash
27370 ~e
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 </row>
27381 <row>
27382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27383 \begin_inset Text
27384
27385 \begin_layout Plain Layout
27386
27387 \backslash
27388 .e
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397 \begin_inset ERT
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401
27402
27403 \backslash
27404 .e
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 </row>
27415 <row>
27416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420
27421 \backslash
27422 v
27423 \begin_inset space \textvisiblespace{}
27424 \end_inset
27425
27426 e
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 \begin_inset ERT
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440
27441 \backslash
27442 v e
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 <row>
27454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458
27459 \backslash
27460 d
27461 \begin_inset space \textvisiblespace{}
27462 \end_inset
27463
27464 e
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 \begin_inset ERT
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477
27478
27479 \backslash
27480 d e
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 </row>
27491 <row>
27492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496
27497 \backslash
27498 c
27499 \begin_inset space \textvisiblespace{}
27500 \end_inset
27501
27502 e
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511 \begin_inset ERT
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515
27516
27517 \backslash
27518 c e
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 </row>
27529 </lyxtabular>
27530
27531 \end_inset
27532
27533
27534 \begin_inset space \hfill{}
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset VSpace medskip
27542 \end_inset
27543
27544
27545 \series bold
27546
27547 \backslash
27548 t
27549 \series default
27550 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27551 \series bold
27552
27553 \backslash
27554 t
27555 \begin_inset space \textvisiblespace{}
27556 \end_inset
27557
27558 sz
27559 \series default
27560 は、
27561 \begin_inset ERT
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 t sz
27569 \end_layout
27570
27571 \end_inset
27572
27573 となります。
27574 \end_layout
27575
27576 \begin_layout Standard
27577
27578 \series bold
27579 `
27580 \series default
27581  ・
27582 \series bold
27583  '
27584 \series default
27585  ・ 
27586 \series bold
27587 ^
27588 \series default
27589  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27590 \begin_inset Foot
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \series bold
27601 ~
27602 \series default
27603 を、
27604 \emph on
27605 a
27606 \emph default
27607
27608 \emph on
27609 n
27610 \emph default
27611
27612 \emph on
27613 o
27614 \emph default
27615 といっしょに使うときも同様です。
27616 \end_layout
27617
27618 \begin_layout Standard
27619
27620 \series bold
27621
27622 \backslash
27623 b
27624 \series default
27625
27626 \series bold
27627
27628 \backslash
27629 c
27630 \series default
27631
27632 \series bold
27633
27634 \backslash
27635 d
27636 \series default
27637
27638 \series bold
27639
27640 \backslash
27641 H
27642 \series default
27643
27644 \series bold
27645
27646 \backslash
27647 t
27648 \series default
27649
27650 \series bold
27651
27652 \backslash
27653 u
27654 \series default
27655
27656 \series bold
27657
27658 \backslash
27659 v
27660 \series default
27661 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27662 。第
27663 \begin_inset CommandInset ref
27664 LatexCommand ref
27665 reference "sub:一文字に付けるアクセント"
27666
27667 \end_inset
27668
27669 節をご参照下さい。
27670 \end_layout
27671
27672 \begin_layout Standard
27673 \begin_inset VSpace bigskip
27674 \end_inset
27675
27676 さらに、
27677 \series bold
27678
27679 \backslash
27680 textcircled
27681 \series default
27682
27683 \begin_inset Index idx
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687 こまんど@コマンド ! T ! 
27688 \backslash
27689 textcircled
27690 \end_layout
27691
27692 \end_inset
27693
27694 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \align center
27700 \begin_inset Tabular
27701 <lyxtabular version="3" rows="3" columns="2">
27702 <features rotate="0" tabularvalignment="middle">
27703 <column alignment="center" valignment="top">
27704 <column alignment="center" valignment="top">
27705 <row>
27706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 コマンド
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719 出力
27720 \begin_inset Note Note
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 ここで
27725 \series bold
27726
27727 \backslash
27728 raisebox
27729 \series default
27730 はスペーサーとして使用しているだけです。
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739 </cell>
27740 </row>
27741 <row>
27742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746
27747 \backslash
27748 textcircled{w}
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757 \begin_inset ERT
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761
27762
27763 \backslash
27764 textcircled{w}
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 </row>
27775 <row>
27776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780
27781 \backslash
27782 Large 
27783 \backslash
27784 textcircled{
27785 \backslash
27786 normalsize
27787 \backslash
27788 protect
27789 \backslash
27790 raisebox{-1.5pt}{W}}
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799 \begin_inset Formula $\raisebox{4.5mm}{}$
27800 \end_inset
27801
27802
27803 \begin_inset ERT
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807
27808
27809 \backslash
27810 Large 
27811 \backslash
27812 textcircled{
27813 \backslash
27814 normalsize
27815 \backslash
27816 protect
27817 \backslash
27818 raisebox{-1.5pt}W}
27819 \end_layout
27820
27821 \end_inset
27822
27823
27824 \begin_inset Formula $\raisebox{-2mm}{}$
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 </row>
27833 </lyxtabular>
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Standard
27841 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27842 \series bold
27843
27844 \backslash
27845 Large
27846 \series default
27847
27848 \begin_inset Foot
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852
27853 \begin_inset CommandInset ref
27854 LatexCommand ref
27855 reference "sub:書体寸法"
27856
27857 \end_inset
27858
27859 節参照のこと。
27860 \end_layout
27861
27862 \end_inset
27863
27864 で丸の大きさを指定しています。そして
27865 \series bold
27866
27867 \backslash
27868 raisebox
27869 \series default
27870
27871 \begin_inset Foot
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876 \begin_inset CommandInset ref
27877 LatexCommand ref
27878 reference "sub:枠なしボックス"
27879
27880 \end_inset
27881
27882 節参照のこと。
27883 \end_layout
27884
27885 \end_inset
27886
27887 を使って、文字が真ん中にくるようにしています。
27888 \end_layout
27889
27890 \begin_layout Subsection
27891 小数字
27892 \begin_inset Index idx
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896 しょうすうじ@小数字
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 小数字(minuscule number)は、
27906 \series bold
27907
27908 \backslash
27909 oldstylenums
27910 \series default
27911
27912 \begin_inset Index idx
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 こまんど@コマンド ! O ! 
27917 \backslash
27918 oldstylenums
27919 \end_layout
27920
27921 \end_inset
27922
27923 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27924 \end_layout
27925
27926 \begin_layout Standard
27927
27928 \series bold
27929
27930 \backslash
27931 oldstylenums{数字}
27932 \end_layout
27933
27934 \begin_layout Standard
27935 です。
27936 \series bold
27937
27938 \backslash
27939 oldstylenums{0123456789}
27940 \series default
27941 というコマンドは、
27942 \begin_inset Formula $\oldstylenums{0123456789}$
27943 \end_inset
27944
27945 のようになります。
27946 \end_layout
27947
27948 \begin_layout Section
27949 数式様式
27950 \begin_inset CommandInset label
27951 LatexCommand label
27952 name "sec:数式様式"
27953
27954 \end_inset
27955
27956
27957 \begin_inset Index idx
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961 すうしき@数式 ! ようしき@様式
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Itemize
27970 以下の二つの配置様式があります。
27971 \end_layout
27972
27973 \begin_deeper
27974 \begin_layout Description
27975 中央揃え 事前に定義された標準です。
27976 \end_layout
27977
27978 \begin_layout Description
27979 行頭下げ これを使うには、
27980 \family sans
27981 文書\SpecialChar \menuseparator
27982 設定
27983 \family default
27984 メニューの
27985 \family sans
27986 文書クラス
27987 \family default
27988 において、
27989 \series bold
27990 fleqn
27991 \series default
27992 オプションを指定しておかなくてはなりません。
27993 \end_layout
27994
27995 \begin_layout Standard
27996
27997 \series bold
27998 行頭下げ
27999 \series default
28000 を用いる場合には、行頭下げの大きさを
28001 \series bold
28002
28003 \backslash
28004 mathindent
28005 \series default
28006
28007 \begin_inset Index idx
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 こまんど@コマンド ! M ! 
28012 \backslash
28013 mathindent
28014 \end_layout
28015
28016 \end_inset
28017
28018 の値で調整することができます。これを15
28019 \begin_inset space \thinspace{}
28020 \end_inset
28021
28022 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
28023 \end_layout
28024
28025 \begin_layout Standard
28026
28027 \series bold
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 mathindent}{15mm}
28033 \end_layout
28034
28035 \begin_layout Standard
28036
28037 \series bold
28038
28039 \backslash
28040 mathindent
28041 \series default
28042 を明示的に指定しない場合には、事前に定義されている30
28043 \begin_inset space \thinspace{}
28044 \end_inset
28045
28046 ptが適用されます。
28047 \end_layout
28048
28049 \end_deeper
28050 \begin_layout Itemize
28051 また、以下の二つの連番様式があります。
28052 \end_layout
28053
28054 \begin_deeper
28055 \begin_layout Description
28056 右 事前に定義された標準です。
28057 \end_layout
28058
28059 \begin_layout Description
28060 左 これを使うには、
28061 \family sans
28062 文書\SpecialChar \menuseparator
28063 設定
28064 \family default
28065 メニューの
28066 \family sans
28067 文書クラス
28068 \family default
28069 において、
28070 \series bold
28071 leqno
28072 \series default
28073 オプションを指定しておかなくてはなりません。
28074 \end_layout
28075
28076 \end_deeper
28077 \begin_layout Standard
28078
28079 \series bold
28080 fleqn
28081 \series default
28082
28083 \series bold
28084 leqno
28085 \series default
28086 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
28087 \end_layout
28088
28089 \begin_layout Standard
28090 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
28091 \series bold
28092 中央揃え
28093 \series default
28094 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
28095 \begin_inset CommandInset ref
28096 LatexCommand ref
28097 reference "sub:flalign環境"
28098
28099 \end_inset
28100
28101 節をご覧下さい。
28102 \end_layout
28103
28104 \begin_layout Section
28105 多行数式
28106 \begin_inset CommandInset label
28107 LatexCommand label
28108 name "sec:多行数式"
28109
28110 \end_inset
28111
28112
28113 \begin_inset Index idx
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 すうしき@数式 ! たぎょう@多行
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \begin_layout Subsection
28126 概要
28127 \end_layout
28128
28129 \begin_layout Standard
28130 LyXでは、多行数式は、数式中で
28131 \begin_inset Info
28132 type  "shortcut"
28133 arg   "newline-insert newline"
28134 \end_inset
28135
28136 を押すことで作られます。この操作によって、第
28137 \begin_inset CommandInset ref
28138 LatexCommand ref
28139 reference "sub:eqnarray環境"
28140
28141 \end_inset
28142
28143 節に述べられている
28144 \series bold
28145 eqnarray環境
28146 \series default
28147 が作り出されるか、あるいは文書設定で
28148 \family sans
28149 AMS mathパッケージを使う
28150 \family default
28151 オプションが選択されている場合には、第
28152 \begin_inset CommandInset ref
28153 LatexCommand ref
28154 reference "sub:標準align環境"
28155
28156 \end_inset
28157
28158 節に述べられている
28159 \series bold
28160 align環境
28161 \series default
28162 が作り出されることになります。
28163 \end_layout
28164
28165 \begin_layout Standard
28166 他にも、
28167 \family sans
28168 挿入\SpecialChar \menuseparator
28169 数式
28170 \family default
28171 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28172 \end_layout
28173
28174 \begin_layout Standard
28175 すべての多行数式において、新規行は、
28176 \begin_inset Info
28177 type  "shortcut"
28178 arg   "newline-insert newline"
28179 \end_inset
28180
28181 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28182 \begin_inset Info
28183 type  "icon"
28184 arg   "inset-modify tabular append-row"
28185 \end_inset
28186
28187
28188 \begin_inset Info
28189 type  "icon"
28190 arg   "inset-modify tabular delete-row"
28191 \end_inset
28192
28193 を使うか、
28194 \family sans
28195 編集\SpecialChar \menuseparator
28196 行と列
28197 \family default
28198 メニューを使うことができます。
28199 \end_layout
28200
28201 \begin_layout Subsubsection
28202 行間
28203 \begin_inset CommandInset label
28204 LatexCommand label
28205 name "sub:行間"
28206
28207 \end_inset
28208
28209
28210 \begin_inset Index idx
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28224 \begin_inset Formula 
28225 \begin{eqnarray*}
28226 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}\\
28227 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
28228 \end{eqnarray*}
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Standard
28236 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
28237 \begin_inset Foot
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 \begin_inset CommandInset href
28242 LatexCommand href
28243 name "LyX-bug #1505"
28244 target "http://www.lyx.org/trac/ticket/1505"
28245
28246 \end_inset
28247
28248 を参照。
28249 \end_layout
28250
28251 \end_inset
28252
28253 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28254 \series bold
28255
28256 \backslash
28257
28258 \backslash
28259 [3mm]
28260 \series default
28261 というコマンドを入れます。すると、次のようになります。
28262 \begin_inset ERT
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266
28267
28268 \backslash
28269 begin{eqnarray*}
28270 \end_layout
28271
28272 \begin_layout Plain Layout
28273
28274 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28275  = & 
28276 \backslash
28277 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28278 \backslash
28279
28280 \backslash
28281 [3mm]
28282 \end_layout
28283
28284 \begin_layout Plain Layout
28285
28286 4x^{2}
28287 \backslash
28288 left(B^{2}+x_{0}^{2}
28289 \backslash
28290 right)+4x_{0}x
28291 \backslash
28292 left(D-B^{2}
28293 \backslash
28294 right)+B^{2}
28295 \backslash
28296 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28297 \backslash
28298 right) & = & 0
28299 \end_layout
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 end{eqnarray*}
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \begin_inset VSpace bigskip
28315 \end_inset
28316
28317 同一数式内のすべての行の行間を一律に指定するには、
28318 \series bold
28319
28320 \backslash
28321 jot
28322 \series default
28323
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 こまんど@コマンド ! J ! 
28329 \backslash
28330 jot
28331 \end_layout
28332
28333 \end_inset
28334
28335 変数を変更します。定義は、
28336 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
28337 \end_inset
28338
28339 となっています。
28340 \series bold
28341
28342 \backslash
28343 jot
28344 \series default
28345 の既定値は、3
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 ptです。上記の例のように、行間を3
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 mm追加するには、
28354 \end_layout
28355
28356 \begin_layout Standard
28357
28358 \series bold
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 jot}{3mm+3pt}
28364 \end_layout
28365
28366 \begin_layout Standard
28367 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28368 \end_layout
28369
28370 \begin_layout Standard
28371
28372 \series bold
28373
28374 \backslash
28375 usepackage{calc}
28376 \end_layout
28377
28378 \begin_layout Standard
28379 という行を入れて、LaTeXパッケージ
28380 \series bold
28381 calc
28382 \series default
28383
28384 \begin_inset Foot
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388
28389 \series bold
28390 calc
28391 \series default
28392 は標準的なLaTeX頒布版のすべてに付属しています。
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \begin_inset Index idx
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402 ぱっけーじ@パッケージ ! calc
28403 \end_layout
28404
28405 \end_inset
28406
28407  を読み込んでおく必要があります。すると、
28408 \begin_inset ERT
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412
28413
28414 \backslash
28415 setlength{
28416 \backslash
28417 jot}{3mm+3pt}
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \begin_inset Formula 
28424 \begin{eqnarray*}
28425 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}\\
28426 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
28427 \end{eqnarray*}
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset ERT
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 setlength{
28443 \backslash
28444 jot}{3pt}
28445 \end_layout
28446
28447 \end_inset
28448
28449 のような結果を得ます。行間を既定値に戻すには、
28450 \series bold
28451
28452 \backslash
28453 jot
28454 \series default
28455 をふたたび3
28456 \begin_inset space \thinspace{}
28457 \end_inset
28458
28459 ptに戻します。
28460 \end_layout
28461
28462 \begin_layout Subsubsection
28463 列間
28464 \begin_inset CommandInset label
28465 LatexCommand label
28466 name "sub:列間"
28467
28468 \end_inset
28469
28470
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Standard
28484 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 列間は、
28490 \series bold
28491
28492 \backslash
28493 arraycolsep
28494 \series default
28495
28496 \begin_inset Index idx
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500 こまんど@コマンド ! A ! 
28501 \backslash
28502 arraycolsep
28503 \end_layout
28504
28505 \end_inset
28506
28507 変数を使って指定し、
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511 列間 = 2
28512 \begin_inset space \thinspace{}
28513 \end_inset
28514
28515
28516 \series bold
28517
28518 \backslash
28519 arraycolsep
28520 \series default
28521
28522 \begin_inset Newline newline
28523 \end_inset
28524
28525 という関係があります。したがって、
28526 \end_layout
28527
28528 \begin_layout Standard
28529
28530 \series bold
28531
28532 \backslash
28533 setlength{
28534 \backslash
28535 arraycolsep}{1cm}
28536 \end_layout
28537
28538 \begin_layout Standard
28539 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28540 \begin_inset space \thinspace{}
28541 \end_inset
28542
28543 cmになります。これを既定値に戻すには、
28544 \series bold
28545
28546 \backslash
28547 arraycolsep
28548 \series default
28549 を5
28550 \begin_inset space \thinspace{}
28551 \end_inset
28552
28553 ptに戻して下さい。
28554 \end_layout
28555
28556 \begin_layout Standard
28557 以下は、2
28558 \begin_inset space \thinspace{}
28559 \end_inset
28560
28561 cmの列間を持つ数式です。
28562 \begin_inset ERT
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567
28568 \backslash
28569 setlength{
28570 \backslash
28571 arraycolsep}{1cm}
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \begin_inset Formula 
28578 \begin{eqnarray*}
28579 A & = & B\\
28580 C & \ne & A
28581 \end{eqnarray*}
28582
28583 \end_inset
28584
28585 行列の既定の列間10
28586 \begin_inset space \thinspace{}
28587 \end_inset
28588
28589 ptを持つ数式です。
28590 \begin_inset ERT
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594
28595
28596 \backslash
28597 setlength{
28598 \backslash
28599 arraycolsep}{5pt}
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \begin_inset Formula 
28606 \begin{eqnarray*}
28607 A & = & B\\
28608 C & \ne & A
28609 \end{eqnarray*}
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Subsubsection
28617 長い数式
28618 \begin_inset Index idx
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 すうしき@数式 ! ながい@長い
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \begin_layout Standard
28631 長い数式は、以下の方法を使って組版することができます。
28632 \end_layout
28633
28634 \begin_layout Itemize
28635 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28636 \begin_inset Formula 
28637 \begin{eqnarray}
28638 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 \\
28639  &  & -\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}
28640 \end{eqnarray}
28641
28642 \end_inset
28643
28644 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28645 示されません。これを避けるために、マイナス記号の後に
28646 \series bold
28647
28648 \backslash
28649 hspace
28650 \series default
28651 .
28652 \begin_inset Foot
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656
28657 \series bold
28658
28659 \backslash
28660 hspace
28661 \series default
28662 に関しての詳細は、第
28663 \begin_inset CommandInset ref
28664 LatexCommand ref
28665 reference "sub:可変長の空白"
28666
28667 \end_inset
28668
28669 節をご覧下さい。
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 こまんど@コマンド ! H ! 
28680 \backslash
28681 hspace
28682 \end_layout
28683
28684 \end_inset
28685
28686 コマンドを使って3
28687 \begin_inset space \thinspace{}
28688 \end_inset
28689
28690 pt空白を入れてあります。
28691 \end_layout
28692
28693 \begin_layout Itemize
28694 数式の両辺がともに長すぎるときには、
28695 \series bold
28696
28697 \backslash
28698 lefteqn
28699 \series default
28700
28701 \begin_inset Index idx
28702 status collapsed
28703
28704 \begin_layout Plain Layout
28705 こまんど@コマンド ! L ! 
28706 \backslash
28707 lefteqn
28708 \end_layout
28709
28710 \end_inset
28711
28712 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28713 \begin_inset Formula 
28714 \begin{eqnarray}
28715 \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 \\
28716  &  & -\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 \\
28717  &  & =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}
28718 \end{eqnarray}
28719
28720 \end_inset
28721
28722
28723 \series bold
28724
28725 \backslash
28726 lefteqn
28727 \series default
28728 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28729 \begin_inset Newline newline
28730 \end_inset
28731
28732 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28733 \begin_inset VSpace medskip
28734 \end_inset
28735
28736
28737 \begin_inset Newline newline
28738 \end_inset
28739
28740
28741 \begin_inset Note Greyedout
28742 status open
28743
28744 \begin_layout Plain Layout
28745
28746 \series bold
28747
28748 \backslash
28749 lefteqn
28750 \series default
28751 を使用する際には、以下のことにご注意下さい。
28752 \end_layout
28753
28754 \begin_layout Itemize
28755 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28756 \begin_inset Formula $-B^{2}$
28757 \end_inset
28758
28759 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28760 \end_layout
28761
28762 \begin_layout Itemize
28763 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28764 \begin_inset Foot
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 \begin_inset CommandInset href
28769 LatexCommand href
28770 name "LyX-bug #1429"
28771 target "http://www.lyx.org/trac/ticket/1429"
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \end_inset
28779
28780 。カーソルを行頭に合わせて、矢印
28781 \begin_inset Flex Ruby
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786 \begin_inset Argument post:1
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790 キー
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \end_inset
28799
28800 で移動するしかありません。
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Itemize
28809 長い数式を組む他の方法として、第
28810 \begin_inset CommandInset ref
28811 LatexCommand ref
28812 reference "sub:multline環境"
28813
28814 \end_inset
28815
28816 節と第
28817 \begin_inset CommandInset ref
28818 LatexCommand ref
28819 reference "sub:数式の一部の多行化"
28820
28821 \end_inset
28822
28823 節で述べられている環境を用いる方法があります。
28824 \end_layout
28825
28826 \begin_layout Subsubsection
28827
28828 \lang english
28829 Multiline Fractions
28830 \begin_inset CommandInset label
28831 LatexCommand label
28832 name "sub:Multiline-Fractions"
28833
28834 \end_inset
28835
28836
28837 \lang japanese
28838
28839 \begin_inset Index idx
28840 status open
28841
28842 \begin_layout Plain Layout
28843 ぶんすう@分数 ! 
28844 \lang english
28845 Multiline
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Standard
28854
28855 \lang english
28856 There are cases where the denominator and/or the numerator of a fraction
28857  is so long that the fraction does not fit into one line.
28858  It is then necessary to add a line break within the fraction.
28859  This can be done using the command
28860 \lang japanese
28861  
28862 \series bold
28863
28864 \backslash
28865 splitfrac
28866 \series default
28867
28868 \begin_inset Index idx
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872 こまんど@コマンド ! S ! 
28873 \backslash
28874 splitfrac
28875 \end_layout
28876
28877 \end_inset
28878
28879 。 
28880 \lang english
28881 To activate it, set in the document settings under 
28882 \family sans
28883 Math
28884 \begin_inset space ~
28885 \end_inset
28886
28887 Options
28888 \family default
28889  for the package 
28890 \series bold
28891 \lang japanese
28892 mathtools
28893 \series default
28894
28895 \begin_inset Index idx
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899 ぱっけーじ@パッケージ ! mathtools
28900 \end_layout
28901
28902 \end_inset
28903
28904  
28905 \lang english
28906 the option 
28907 \family sans
28908 Load
28909 \begin_inset space ~
28910 \end_inset
28911
28912 always
28913 \family default
28914 .
28915  
28916 \series bold
28917
28918 \backslash
28919 splitfrac
28920 \series default
28921  has the scheme
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927 \lang english
28928
28929 \backslash
28930 splitfrac{first line}{second line}
28931 \end_layout
28932
28933 \begin_layout Standard
28934
28935 \lang english
28936 and is used as denominator and/or numerator:
28937 \end_layout
28938
28939 \begin_layout Standard
28940 \begin_inset Formula 
28941 \[
28942 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}
28943 \]
28944
28945 \end_inset
28946
28947
28948 \lang english
28949 The command for the first numerator above is:
28950 \end_layout
28951
28952 \begin_layout Standard
28953
28954 \series bold
28955
28956 \backslash
28957 splitfrac{xy+xy+xy+xy+xy
28958 \begin_inset space \textvisiblespace{}
28959 \end_inset
28960
28961
28962 \backslash
28963 {+wy+wy+wy+wy
28964 \end_layout
28965
28966 \begin_layout Subsubsection
28967 多行にわたる括弧
28968 \begin_inset CommandInset label
28969 LatexCommand label
28970 name "sub:多行にわたる括弧"
28971
28972 \end_inset
28973
28974
28975 \begin_inset Index idx
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28989 \begin_inset Formula 
28990 \begin{eqnarray*}
28991 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28992  &  & \left.\cdots+B-D\right]
28993 \end{eqnarray*}
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
29002 \end_layout
29003
29004 \begin_layout Standard
29005 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
29006 \series bold
29007
29008 \backslash
29009 right.
29010 \series default
29011
29012 \begin_inset Index idx
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 こまんど@コマンド ! R ! 
29017 \backslash
29018 right
29019 \end_layout
29020
29021 \end_inset
29022
29023 とし、二行めの始めを
29024 \series bold
29025
29026 \backslash
29027 left.
29028 \begin_inset Foot
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033 \series bold
29034
29035 \backslash
29036 left
29037 \series default
29038
29039 \series bold
29040
29041 \backslash
29042 right
29043 \series default
29044 に関する詳細は、第
29045 \begin_inset CommandInset ref
29046 LatexCommand ref
29047 reference "sub:自動の括弧丈"
29048
29049 \end_inset
29050
29051 節をご覧下さい。
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \series default
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 こまんど@コマンド ! L ! 
29064 \backslash
29065 left
29066 \end_layout
29067
29068 \end_inset
29069
29070 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
29071 \series bold
29072
29073 \backslash
29074 left.
29075 \series default
29076 の後に、
29077 \series bold
29078
29079 \backslash
29080 vphantom
29081 \series default
29082
29083 \begin_inset space \textvisiblespace{}
29084 \end_inset
29085
29086
29087 \series bold
29088
29089 \backslash
29090 prod
29091 \series default
29092 ^
29093 \begin_inset space \textvisiblespace{}
29094 \end_inset
29095
29096
29097 \series bold
29098
29099 \backslash
29100 infty
29101 \series default
29102
29103 \begin_inset space \textvisiblespace{}
29104 \end_inset
29105
29106
29107 \series bold
29108
29109 \begin_inset Formula $\downarrow$
29110 \end_inset
29111
29112 _R=1}
29113 \series default
29114
29115 \begin_inset Index idx
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 こまんど@コマンド ! V ! 
29120 \backslash
29121 vphantom
29122 \end_layout
29123
29124 \end_inset
29125
29126 というコマンドを挿入します。
29127 \end_layout
29128
29129 \begin_layout Standard
29130 その結果が以下の数式です。
29131 \begin_inset Formula 
29132 \begin{eqnarray*}
29133 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29134  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29135 \end{eqnarray*}
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Subsection
29143 align環境
29144 \end_layout
29145
29146 \begin_layout Standard
29147 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
29148 \end_layout
29149
29150 \begin_layout Standard
29151 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
29152 \end_layout
29153
29154 \begin_layout Standard
29155 align環境は、
29156 \family sans
29157 挿入\SpecialChar \menuseparator
29158 数式
29159 \family default
29160 メニューから作ることができます。
29161 \family sans
29162 編集\SpecialChar \menuseparator
29163 数式\SpecialChar \menuseparator
29164 数式の表記を変更
29165 \family default
29166 メニューを使えば、既存の数式をalign環境に変更することができます。
29167 \end_layout
29168
29169 \begin_layout Standard
29170 列を追加したり削除したりするには、数式ツールバーボタンの
29171 \begin_inset Info
29172 type  "icon"
29173 arg   "inset-modify tabular append-column"
29174 \end_inset
29175
29176
29177 \begin_inset Info
29178 type  "icon"
29179 arg   "inset-modify tabular delete-column"
29180 \end_inset
29181
29182 を使うか、
29183 \family sans
29184 編集\SpecialChar \menuseparator
29185 行と列
29186 \family default
29187 メニューを使います。
29188 \end_layout
29189
29190 \begin_layout Subsubsection
29191 標準align環境
29192 \begin_inset CommandInset label
29193 LatexCommand label
29194 name "sub:標準align環境"
29195
29196 \end_inset
29197
29198
29199 \begin_inset Index idx
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 このalign環境は、数式中で
29213 \begin_inset Info
29214 type  "shortcut"
29215 arg   "newline-insert newline"
29216 \end_inset
29217
29218 を押すか、
29219 \family sans
29220 挿入\SpecialChar \menuseparator
29221 数式\SpecialChar \menuseparator
29222 AMS align環境
29223 \family default
29224 メニューで作ることができます。
29225 \end_layout
29226
29227 \begin_layout Standard
29228 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29229 \begin_inset Formula 
29230 \begin{align*}
29231 A & =\sin(B) & C & =D\\
29232 C & \ne A & B & \ne D
29233 \end{align*}
29234
29235 \end_inset
29236
29237 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29238 \series bold
29239
29240 \backslash
29241 hfill
29242 \begin_inset Foot
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247 \series bold
29248
29249 \backslash
29250 hfill
29251 \series default
29252 に関する詳細は、第
29253 \begin_inset CommandInset ref
29254 LatexCommand ref
29255 reference "sub:可変長の空白"
29256
29257 \end_inset
29258
29259 節をご覧下さい。
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \series default
29266 があるかのように配置されます。数式様式として
29267 \series bold
29268 行頭下げ
29269 \begin_inset Foot
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274 \series bold
29275 数式様式については、第
29276 \series default
29277
29278 \begin_inset CommandInset ref
29279 LatexCommand ref
29280 reference "sec:数式様式"
29281
29282 \end_inset
29283
29284 節をご覧下さい。
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \series default
29291 を使う場合には、第一列の前の
29292 \series bold
29293
29294 \backslash
29295 hfill
29296 \series default
29297 はない形で数式が設定されます。
29298 \end_layout
29299
29300 \begin_layout Subsubsection
29301 alignat環境
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Standard
29315 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29316 \begin_inset CommandInset ref
29317 LatexCommand ref
29318 reference "sub:空白"
29319
29320 \end_inset
29321
29322 節に述べられている空白を使用して手動で入れます。
29323 \end_layout
29324
29325 \begin_layout Standard
29326 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29327 \begin_inset space \thinspace{}
29328 \end_inset
29329
29330 cmの空白を入れたものです。
29331 \begin_inset Formula 
29332 \begin{alignat*}{2}
29333 A & =\sin(B) & \hspace{1cm}C & =D\\
29334 C & \ne A & B & \ne D
29335 \end{alignat*}
29336
29337 \end_inset
29338
29339 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29340 \end_layout
29341
29342 \begin_layout Subsubsection
29343 flalign環境
29344 \begin_inset CommandInset label
29345 LatexCommand label
29346 name "sub:flalign環境"
29347
29348 \end_inset
29349
29350
29351 \begin_inset Index idx
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29365 \begin_inset Formula 
29366 \begin{flalign*}
29367 A & =1 & B & =2 & C & =3\\
29368 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29369 \end{flalign*}
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
29378 \series bold
29379 中央揃え
29380 \series default
29381 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29382 \begin_inset CommandInset ref
29383 LatexCommand eqref
29384 reference "eq:VolInt"
29385
29386 \end_inset
29387
29388 式を行頭下げにしたものです。
29389 \begin_inset Formula 
29390 \begin{flalign}
29391 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29392 \end{flalign}
29393
29394 \end_inset
29395
29396 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 ptの空白が第1列の頭に入れてあります。
29401 \end_layout
29402
29403 \begin_layout Subsection
29404 eqnarray環境
29405 \begin_inset CommandInset label
29406 LatexCommand label
29407 name "sub:eqnarray環境"
29408
29409 \end_inset
29410
29411
29412 \begin_inset Index idx
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29426 いるので、その内容は中央揃えで少し小さく設定されます。
29427 \begin_inset Formula 
29428 \begin{eqnarray*}
29429 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29430 AB & AB & AB\\
29431 A & = & A
29432 \end{eqnarray*}
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Subsection
29440 gather環境
29441 \begin_inset Index idx
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29455 \begin_inset Formula 
29456 \begin{gather}
29457 A=1\\
29458 X=\textrm{-}1
29459 \end{gather}
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Subsection
29467 multline環境
29468 \begin_inset CommandInset label
29469 LatexCommand label
29470 name "sub:multline環境"
29471
29472 \end_inset
29473
29474
29475 \begin_inset Index idx
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Standard
29488 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29489 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29490 \begin_inset CommandInset ref
29491 LatexCommand eqref
29492 reference "eq:lefteqn"
29493
29494 \end_inset
29495
29496 式をmultline環境に置いたものを示します。
29497 \begin_inset Formula 
29498 \begin{multline}
29499 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}\\
29500 -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}\\
29501 =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}}
29502 \end{multline}
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29511 \begin_inset Foot
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515 付番様式については、第
29516 \begin_inset CommandInset ref
29517 LatexCommand ref
29518 reference "sec:数式様式"
29519
29520 \end_inset
29521
29522 節を参照。
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531
29532 \series bold
29533
29534 \backslash
29535 shoveright
29536 \begin_inset Index idx
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 こまんど@コマンド ! S ! 
29541 \backslash
29542 shoveright
29543 \end_layout
29544
29545 \end_inset
29546
29547 コマンドや
29548 \backslash
29549 shoveleft
29550 \begin_inset Index idx
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 こまんど@コマンド ! S ! 
29555 \backslash
29556 shoveleft
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \series default
29563 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29564 \end_layout
29565
29566 \begin_layout Standard
29567
29568 \series bold
29569
29570 \backslash
29571 shoveright{行の内容}
29572 \series default
29573 あるいは
29574 \series bold
29575
29576 \backslash
29577 shoveleft{行の内容}
29578 \end_layout
29579
29580 \begin_layout Standard
29581 \begin_inset VSpace medskip
29582 \end_inset
29583
29584
29585 \series bold
29586
29587 \backslash
29588 multlinegap
29589 \begin_inset Index idx
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 こまんど@コマンド ! M ! 
29594 \backslash
29595 multlinegap
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \series default
29602 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29603 \begin_inset space \thinspace{}
29604 \end_inset
29605
29606 ptの長さです。
29607 \end_layout
29608
29609 \begin_layout Standard
29610 以下は、上記の数式に
29611 \end_layout
29612
29613 \begin_layout Standard
29614
29615 \series bold
29616
29617 \backslash
29618 setlength{
29619 \backslash
29620 multlinegap}{2cm}
29621 \end_layout
29622
29623 \begin_layout Standard
29624 というコマンドを、TeXモードで直前に挿入した例です。
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630
29631 \backslash
29632 setlength{
29633 \backslash
29634 multlinegap}{2cm}
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \begin_inset Formula 
29641 \begin{multline}
29642 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}\\
29643 \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}}\\
29644 =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}}
29645 \end{multline}
29646
29647 \end_inset
29648
29649
29650 \begin_inset ERT
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654
29655
29656 \backslash
29657 setlength{
29658 \backslash
29659 multlinegap}{0pt}
29660 \end_layout
29661
29662 \end_inset
29663
29664 二行めは、
29665 \series bold
29666
29667 \backslash
29668 shoveleft
29669 \series default
29670 を使って左揃えにしています。
29671 \end_layout
29672
29673 \begin_layout Subsection
29674 数式の一部の多行化
29675 \begin_inset CommandInset label
29676 LatexCommand label
29677 name "sub:数式の一部の多行化"
29678
29679 \end_inset
29680
29681
29682 \begin_inset Index idx
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Standard
29695 数式の一部分のみを多行表示したい場合には、
29696 \series bold
29697 aligned
29698 \series default
29699
29700 \series bold
29701 alignedat
29702 \series default
29703
29704 \series bold
29705 gathered
29706 \series default
29707
29708 \series bold
29709 split
29710 \series default
29711 のうちのいずれかの環境を使用します。これらは、
29712 \family sans
29713 挿入\SpecialChar \menuseparator
29714 数式
29715 \family default
29716 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29717 \end_layout
29718
29719 \begin_layout Standard
29720 最初の三つの環境は、環境名から
29721 \series bold
29722 ed
29723 \series default
29724 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29725 \begin_inset Formula 
29726 \[
29727 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29728 \Delta E\Delta t & \ge\frac{\hbar}{2}
29729 \end{aligned}
29730 \right\} \textrm{不確定性原理}
29731 \]
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Standard
29739 この数式を作るには、別行立て数式をまず作っておいて、そこに
29740 \series bold
29741
29742 \backslash
29743 aligned
29744 \begin_inset Index idx
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 こまんど@コマンド ! A ! 
29749 \backslash
29750 aligned
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \series default
29757 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29758 ます。
29759 \end_layout
29760
29761 \begin_layout Standard
29762 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29763 に配置できる利点があります。以下に例として、
29764 \begin_inset CommandInset ref
29765 LatexCommand eqref
29766 reference "eq:shortlong"
29767
29768 \end_inset
29769
29770 式にaligned環境を適用したものを示します。
29771 \begin_inset Formula 
29772 \begin{equation}
29773 \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}|}\\
29774  & -\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}|}
29775 \end{aligned}
29776 \end{equation}
29777
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \begin_layout Standard
29784
29785 \series bold
29786 alignedat
29787 \series default
29788
29789 \series bold
29790 gathered
29791 \series default
29792
29793 \series bold
29794 split
29795 \series default
29796 の各環境を使うには、それぞれ
29797 \series bold
29798
29799 \backslash
29800 alignedat
29801 \series default
29802
29803 \begin_inset Index idx
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807 こまんど@コマンド ! A ! 
29808 \backslash
29809 alignedat
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \series bold
29816
29817 \backslash
29818 gathered
29819 \series default
29820
29821 \begin_inset Index idx
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 こまんど@コマンド ! G ! 
29826 \backslash
29827 gathered
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \series bold
29834
29835 \backslash
29836 split
29837 \series default
29838
29839 \begin_inset Index idx
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843 こまんど@コマンド ! S ! 
29844 \backslash
29845 split
29846 \end_layout
29847
29848 \end_inset
29849
29850 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29851 \end_layout
29852
29853 \begin_layout Subsection
29854 多行数式中のテキスト
29855 \begin_inset CommandInset label
29856 LatexCommand label
29857 name "sub:多行数式中のテキスト"
29858
29859 \end_inset
29860
29861
29862 \begin_inset Index idx
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866 てきすと@テキスト ! すうしきちゅうの@数式中の
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \begin_inset Index idx
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \begin_layout Standard
29885 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29886 式を持つ
29887 \series bold
29888
29889 \backslash
29890 intertext
29891 \series default
29892
29893 \begin_inset Index idx
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897 こまんど@コマンド ! I ! 
29898 \backslash
29899 intertext
29900 \end_layout
29901
29902 \end_inset
29903
29904 コマンドを使います。
29905 \end_layout
29906
29907 \begin_layout Standard
29908
29909 \series bold
29910
29911 \backslash
29912 intertext{テキスト}
29913 \end_layout
29914
29915 \begin_layout Standard
29916 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29917 \series bold
29918
29919 \backslash
29920 intertext
29921 \series default
29922 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29923 \series bold
29924
29925 \backslash
29926 intertext
29927 \series default
29928 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29929 \begin_inset Formula 
29930 \begin{align}
29931 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29932 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29933 \end{align}
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \series bold
29943
29944 \backslash
29945 intertext
29946 \series default
29947  
29948 \lang english
29949 always creates some vertical space between the text and the formula lines.
29950  To avoid this space, set in the document settings under 
29951 \family sans
29952 Math
29953 \begin_inset space ~
29954 \end_inset
29955
29956 Options
29957 \family default
29958  for the package 
29959 \series bold
29960 \lang japanese
29961 mathtools
29962 \series default
29963
29964 \begin_inset Index idx
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968 ぱっけーじ@パッケージ ! mathtools
29969 \end_layout
29970
29971 \end_inset
29972
29973  
29974 \lang english
29975 the option 
29976 \family sans
29977 Load
29978 \begin_inset space ~
29979 \end_inset
29980
29981 always
29982 \family default
29983 .
29984  Then you can use the command
29985 \lang japanese
29986  
29987 \series bold
29988
29989 \backslash
29990 shortintertext
29991 \series default
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 こまんど@コマンド ! S ! 
29998 \backslash
29999 shortintertext
30000 \end_layout
30001
30002 \end_inset
30003
30004  
30005 \lang english
30006 instead of 
30007 \series bold
30008
30009 \backslash
30010 intertext
30011 \series default
30012 :
30013 \lang japanese
30014
30015 \begin_inset Formula 
30016 \begin{align}
30017 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30018 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30019 \end{align}
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Section
30027 数式番号
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 すうしきばんごう@数式番号
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset Index idx
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 すうしき@数式 ! ばんごう@番号|see
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048 {
30049 \end_layout
30050
30051 \end_inset
30052
30053 数式番号
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059 }
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Subsection
30073 概要
30074 \end_layout
30075
30076 \begin_layout Standard
30077 付番数式は、
30078 \family sans
30079 挿入\SpecialChar \menuseparator
30080 数式\SpecialChar \menuseparator
30081 付番数式
30082 \family default
30083 メニュー(
30084 \begin_inset Flex Ruby
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 捷径
30089 \begin_inset Argument post:1
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 ショートカット
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \family sans
30105 Ctrl+Alt
30106 \begin_inset space ~
30107 \end_inset
30108
30109 N
30110 \family default
30111 )で作ることができます。既存の数式に番号を振るには、
30112 \family sans
30113 編集\SpecialChar \menuseparator
30114 数式\SpecialChar \menuseparator
30115 数式全体を付番
30116 \family default
30117 メニュー(捷径
30118 \begin_inset Info
30119 type  "shortcut"
30120 arg   "math-number-toggle"
30121 \end_inset
30122
30123 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
30124 \end_layout
30125
30126 \begin_layout Standard
30127 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
30128 \family sans
30129 編集\SpecialChar \menuseparator
30130 数式\SpecialChar \menuseparator
30131 この行を付番
30132 \family default
30133 メニュー(捷径
30134 \begin_inset Info
30135 type  "shortcut"
30136 arg   "math-number-line-toggle"
30137 \end_inset
30138
30139 )を使用すれば、各行毎に付番するかどうか指定することができます。
30140 \end_layout
30141
30142 \begin_layout Standard
30143 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
30144 \begin_inset CommandInset ref
30145 LatexCommand ref
30146 reference "sec:数式様式"
30147
30148 \end_inset
30149
30150 節をご覧下さい。
30151 \end_layout
30152
30153 \begin_layout Subsection
30154 相互参照
30155 \begin_inset Index idx
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159 そうごさんしょう@相互参照 ! すうしきへの@数式への
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Standard
30168 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
30169 \family sans
30170 挿入\SpecialChar \menuseparator
30171 ラベル
30172 \family default
30173 メニューか、ツールバーボタンの
30174 \begin_inset Info
30175 type  "icon"
30176 arg   "label-insert"
30177 \end_inset
30178
30179 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
30180 \series bold
30181 eq:と
30182 \series default
30183 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
30184 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
30185 \family sans
30186 挿入\SpecialChar \menuseparator
30187 ラベル
30188 \family default
30189 メニューをもういちど使って下さい。
30190 \end_layout
30191
30192 \begin_layout Standard
30193 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
30194 \end_layout
30195
30196 \begin_layout Standard
30197 相互参照は、
30198 \family sans
30199 挿入\SpecialChar \menuseparator
30200 相互参照
30201 \family default
30202 メニューかツールバーボタンの
30203 \begin_inset Info
30204 type  "icon"
30205 arg   "dialog-show-new-inset ref"
30206 \end_inset
30207
30208 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
30209 \series bold
30210 (<参照>)
30211 \series default
30212 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
30217 \end_layout
30218
30219 \begin_layout Standard
30220 以下は、後の各小節に現れる数式への相互参照を含む例です。
30221 \begin_inset Note Note
30222 status open
30223
30224 \begin_layout Plain Layout
30225 相互参照の型の違いに留意してください。
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset CommandInset ref
30235 LatexCommand eqref
30236 reference "eq:tag"
30237
30238 \end_inset
30239
30240 式と
30241 \begin_inset CommandInset ref
30242 LatexCommand eqref
30243 reference "eq:c"
30244
30245 \end_inset
30246
30247 式は、等価です。(
30248 \begin_inset CommandInset ref
30249 LatexCommand ref
30250 reference "eq:Rom"
30251
30252 \end_inset
30253
30254 )式とは異なり、(
30255 \begin_inset CommandInset ref
30256 LatexCommand ref
30257 reference "eq:Lat"
30258
30259 \end_inset
30260
30261 )式では、付番にラテン数字を使用しています。
30262 \end_layout
30263
30264 \begin_layout Standard
30265 \begin_inset VSpace medskip
30266 \end_inset
30267
30268
30269 \series bold
30270
30271 \backslash
30272 tag
30273 \begin_inset Foot
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 \series bold
30279
30280 \backslash
30281 tag
30282 \series default
30283 は、第
30284 \begin_inset CommandInset ref
30285 LatexCommand ref
30286 reference "sub:ユーザー定義番号"
30287
30288 \end_inset
30289
30290 節に説明があります。
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \series default
30297 の引数が、第
30298 \begin_inset CommandInset ref
30299 LatexCommand ref
30300 reference "sub:段落ボックス"
30301
30302 \end_inset
30303
30304 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30305 \end_layout
30306
30307 \begin_layout Subsection
30308 細目番号
30309 \begin_inset Index idx
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 begin{subequations}
30327 \series default
30328 および
30329 \series bold
30330
30331 \backslash
30332 end{subequations}
30333 \series default
30334 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
30335 \end_layout
30336
30337 \begin_layout Standard
30338 たとえば、
30339 \begin_inset Formula 
30340 \begin{equation}
30341 A=C-B\label{eq:a}
30342 \end{equation}
30343
30344 \end_inset
30345
30346
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 addtocounter{equation}{-1}
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365
30366 \backslash
30367 begin{subequations}
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \begin_inset VSpace -5mm
30374 \end_inset
30375
30376
30377 \begin_inset Formula 
30378 \begin{equation}
30379 B=C-A\label{eq:b}
30380 \end{equation}
30381
30382 \end_inset
30383
30384
30385 \begin_inset Formula 
30386 \begin{equation}
30387 C=A+B\label{eq:c}
30388 \end{equation}
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 end{subequations}
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 この例を作るには、次のようにします。
30413 \end_layout
30414
30415 \begin_layout Enumerate
30416 一つめの数式を入力します。
30417 \end_layout
30418
30419 \begin_layout Enumerate
30420 一つめの数式の後に
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424
30425 \series bold
30426
30427 \backslash
30428 addtocounter{equation}{-1} 
30429 \backslash
30430 begin{subequations}
30431 \begin_inset Index idx
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435 こまんど@コマンド ! A ! 
30436 \backslash
30437 addtocounter
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \begin_inset Newline newline
30444 \end_inset
30445
30446
30447 \series default
30448 を入力します。
30449 \end_layout
30450
30451 \begin_layout Enumerate
30452 二つめの数式を入力します。
30453 \end_layout
30454
30455 \begin_layout Enumerate
30456 三つめの数式を入力します。
30457 \end_layout
30458
30459 \begin_layout Enumerate
30460 三つめの数式の後に、
30461 \series bold
30462
30463 \backslash
30464 end{subequations}
30465 \series default
30466 を入力します。
30467 \end_layout
30468
30469 \begin_layout Standard
30470
30471 \series bold
30472
30473 \backslash
30474 begin
30475 \series default
30476 コマンドと
30477 \series bold
30478
30479 \backslash
30480 end
30481 \series default
30482 コマンドのあいだの数式はすべて、a・b・
30483 \begin_inset Newline linebreak
30484 \end_inset
30485
30486 c\SpecialChar \ldots{}
30487 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30488 \emph on
30489 ひとつの
30490 \emph default
30491 付番数式として扱われますが、それぞれの付番数式が
30492 \series bold
30493 equation
30494 \series default
30495 カウンタを一つずつ進めてしまうので、
30496 \series bold
30497
30498 \backslash
30499 addtocounter
30500 \series default
30501 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30502 \begin_inset CommandInset ref
30503 LatexCommand eqref
30504 reference "eq:a"
30505
30506 \end_inset
30507
30508 式・
30509 \begin_inset CommandInset ref
30510 LatexCommand eqref
30511 reference "eq:b"
30512
30513 \end_inset
30514
30515 式・
30516 \begin_inset CommandInset ref
30517 LatexCommand eqref
30518 reference "eq:c"
30519
30520 \end_inset
30521
30522 式は、それぞれ
30523 \begin_inset CommandInset ref
30524 LatexCommand eqref
30525 reference "eq:a"
30526
30527 \end_inset
30528
30529 式・
30530 \begin_inset CommandInset ref
30531 LatexCommand eqref
30532 reference "eq:d"
30533
30534 \end_inset
30535
30536 式・
30537 \begin_inset CommandInset ref
30538 LatexCommand eqref
30539 reference "eq:f"
30540
30541 \end_inset
30542
30543 式として番号が振られてしまいます。
30544 \end_layout
30545
30546 \begin_layout Standard
30547 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30548 \begin_inset space \thinspace{}
30549 \end_inset
30550
30551 mmの垂直空白を
30552 \series bold
30553
30554 \backslash
30555 begin{subequations}
30556 \series default
30557 コマンドの後に入れています。数式様式として
30558 \series bold
30559 行頭下げ
30560 \begin_inset Foot
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564
30565 \series bold
30566 数式様式に関しては、第
30567 \series default
30568
30569 \begin_inset CommandInset ref
30570 LatexCommand ref
30571 reference "sec:数式様式"
30572
30573 \end_inset
30574
30575 節を参照。
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \series default
30582 を用いているときには、これを-7
30583 \begin_inset space \thinspace{}
30584 \end_inset
30585
30586 mm空白にしてください。
30587 \end_layout
30588
30589 \begin_layout Standard
30590 以下は、二行めのみ付番を無効にしている多行数式の例です。
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 begin{subequations}
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Formula 
30605 \begin{eqnarray}
30606 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30607  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30608  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30609 \end{eqnarray}
30610
30611 \end_inset
30612
30613
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 end{subequations}
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Subsection
30630 ユーザー定義番号
30631 \begin_inset CommandInset label
30632 LatexCommand label
30633 name "sub:ユーザー定義番号"
30634
30635 \end_inset
30636
30637
30638 \begin_inset Index idx
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 \begin_inset Index idx
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30656 \end_layout
30657
30658 \end_inset
30659
30660 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 def
30669 \backslash
30670 tagform@#1{
30671 \backslash
30672 maketag@@@{
30673 \series default
30674
30675 \begin_inset Formula $\boldsymbol{|}$
30676 \end_inset
30677
30678
30679 \series bold
30680 #1
30681 \series default
30682
30683 \begin_inset Formula $\boldsymbol{|}$
30684 \end_inset
30685
30686
30687 \series bold
30688 }}
30689 \series default
30690
30691 \begin_inset Note Note
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Standard
30704 他の記号を使いたいときには、
30705 \series bold
30706 #1
30707 \series default
30708 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30709 \end_layout
30710
30711 \begin_layout Standard
30712 \begin_inset VSpace bigskip
30713 \end_inset
30714
30715 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30716 \series bold
30717
30718 \backslash
30719 tag
30720 \series default
30721
30722 \begin_inset Index idx
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 こまんど@コマンド ! T ! 
30727 \backslash
30728 tag
30729 \end_layout
30730
30731 \end_inset
30732
30733 コマンドを使います。
30734 \begin_inset Formula 
30735 \begin{equation}
30736 A+B=C\tag{何とかかんとか}\label{eq:tag}
30737 \end{equation}
30738
30739 \end_inset
30740
30741 上記の例では、
30742 \series bold
30743
30744 \backslash
30745 tag
30746 \begin_inset space \textvisiblespace{}
30747 \end_inset
30748
30749 何とかかんとか
30750 \series default
30751 というコマンドを数式に打ち込んでいます。
30752 \end_layout
30753
30754 \begin_layout Standard
30755 代わりに
30756 \series bold
30757
30758 \backslash
30759 tag*
30760 \begin_inset space \textvisiblespace{}
30761 \end_inset
30762
30763 何とかかんとか
30764 \series default
30765 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30766 \begin_inset Formula 
30767 \[
30768 A+B=C\tag*{something}
30769 \]
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Standard
30777 \begin_inset VSpace bigskip
30778 \end_inset
30779
30780 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30781 \begin_inset Newline newline
30782 \end_inset
30783
30784
30785 \series bold
30786
30787 \backslash
30788 @addtoreset{equation}{part}
30789 \series default
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 こまんど@コマンド ! 
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801 "
30802 \end_layout
30803
30804 \end_inset
30805
30806 @
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 "
30813 \end_layout
30814
30815 \end_inset
30816
30817  ! 
30818 \backslash
30819
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825 "
30826 \end_layout
30827
30828 \end_inset
30829
30830 @
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836 "
30837 \end_layout
30838
30839 \end_inset
30840
30841 addtoreset
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \begin_inset Newline newline
30848 \end_inset
30849
30850 節に関しては
30851 \begin_inset Newline newline
30852 \end_inset
30853
30854
30855 \series bold
30856
30857 \backslash
30858 @addtoreset{equation}{section}
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862
30863 \series default
30864 というコマンドを使います。
30865 \end_layout
30866
30867 \begin_layout Standard
30868 これらのコマンドをTeXモードで使えるようにするためには、
30869 \series bold
30870
30871 \backslash
30872 makeatletter
30873 \series default
30874 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30875 \series bold
30876
30877 \backslash
30878 makeatother
30879 \series default
30880 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30881 \end_layout
30882
30883 \begin_layout Standard
30884
30885 \series bold
30886
30887 \backslash
30888 makeatletter
30889 \begin_inset Newline newline
30890 \end_inset
30891
30892
30893 \backslash
30894 @addtoreset{equation}{section}
30895 \begin_inset Newline newline
30896 \end_inset
30897
30898
30899 \backslash
30900 makeatother
30901 \begin_inset Newline newline
30902 \end_inset
30903
30904
30905 \series default
30906 のようにならなくてはなりません。
30907 \end_layout
30908
30909 \begin_layout Standard
30910 LaTeXプリアンブル中では、
30911 \series bold
30912
30913 \backslash
30914 makeatletter
30915 \series default
30916
30917 \series bold
30918
30919 \backslash
30920 makeatother
30921 \series default
30922 は、LyXが内部的に自動で挿入するので省略してかまいません。
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 @addtoreset
30931 \series default
30932 を戻すには、まずLaTeXプリアンブル中に
30933 \end_layout
30934
30935 \begin_layout Standard
30936
30937 \series bold
30938
30939 \backslash
30940 usepackage{remreset}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 という行を入れて、
30945 \series bold
30946 remreset.sty
30947 \series default
30948
30949 \begin_inset Foot
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954 \series bold
30955 remreset
30956 \series default
30957 は、LaTeXパッケージの
30958 \series bold
30959 carlisle
30960 \series default
30961
30962 \begin_inset Index idx
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 ぱっけーじ@パッケージ ! carlisle
30967 \end_layout
30968
30969 \end_inset
30970
30971 の一部として含まれており、LaTeX標準頒布版には含まれています。
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Index idx
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 ぱっけーじ@パッケージ ! remreset
30982 \end_layout
30983
30984 \end_inset
30985
30986 ファイルを読み込んでおかなくてはなりません。その後
30987 \begin_inset Newline newline
30988 \end_inset
30989
30990
30991 \series bold
30992
30993 \backslash
30994 @removefromreset
30995 \series default
30996
30997 \begin_inset Index idx
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001 こまんど@コマンド ! 
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007 "
31008 \end_layout
31009
31010 \end_inset
31011
31012 @
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 "
31019 \end_layout
31020
31021 \end_inset
31022
31023  ! 
31024 \backslash
31025
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031 "
31032 \end_layout
31033
31034 \end_inset
31035
31036 @
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 "
31043 \end_layout
31044
31045 \end_inset
31046
31047 removefromreset
31048 \end_layout
31049
31050 \end_inset
31051
31052 コマンドを
31053 \series bold
31054
31055 \backslash
31056 @addtoreset
31057 \series default
31058 と同じ書式で使用すると、
31059 \series bold
31060
31061 \backslash
31062 @addtoreset
31063 \series default
31064 を戻すことができます。
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset VSpace bigskip
31069 \end_inset
31070
31071 ときには、数式を
31072 \end_layout
31073
31074 \begin_layout Standard
31075
31076 \family typewriter
31077 (節番号.数式番号)
31078 \end_layout
31079
31080 \begin_layout Standard
31081 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
31082 \end_layout
31083
31084 \begin_layout Standard
31085 このような場合のために、
31086 \series bold
31087
31088 \backslash
31089 numberwithin
31090 \series default
31091
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 こまんど@コマンド ! N ! 
31097 \backslash
31098 numberwithin
31099 \end_layout
31100
31101 \end_inset
31102
31103 というコマンドがあり、
31104 \end_layout
31105
31106 \begin_layout Standard
31107
31108 \series bold
31109
31110 \backslash
31111 numberwithin{カウンタ}{節階層}
31112 \end_layout
31113
31114 \begin_layout Standard
31115 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
31116 \end_layout
31117
31118 \begin_layout Standard
31119 したがって、ここではLaTeXプリアンブルかTeXコードで
31120 \end_layout
31121
31122 \begin_layout Standard
31123
31124 \series bold
31125
31126 \backslash
31127 numberwithin{equation}{section}
31128 \end_layout
31129
31130 \begin_layout Standard
31131 という行を用いることにしましょう。その結果がこれです。
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 numberwithin{equation}{section}
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \begin_inset Formula 
31146 \begin{equation}
31147 A+B=C
31148 \end{equation}
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 たとえば、部番号を節階層として使用して、表に付番を施すときには
31157 \begin_inset Newline newline
31158 \end_inset
31159
31160
31161 \series bold
31162
31163 \backslash
31164 numberwithin{table}{part}
31165 \series default
31166 を用います。
31167 \end_layout
31168
31169 \begin_layout Standard
31170 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
31171 \end_layout
31172
31173 \begin_layout Standard
31174
31175 \series bold
31176
31177 \backslash
31178 renewcommand{
31179 \backslash
31180 theequation}{
31181 \backslash
31182 arabic{equation}}
31183 \begin_inset Index idx
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 こまんど@コマンド ! A ! 
31188 \backslash
31189 arabic
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \series default
31196
31197 \begin_inset ERT
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201
31202
31203 \backslash
31204 renewcommand{
31205 \backslash
31206 theequation}{
31207 \backslash
31208 arabic{equation}}
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \series bold
31215
31216 \begin_inset Newline newline
31217 \end_inset
31218
31219
31220 \series default
31221 あるいは
31222 \series bold
31223
31224 \begin_inset Newline newline
31225 \end_inset
31226
31227
31228 \backslash
31229 renewcommand{
31230 \backslash
31231 thetable}{
31232 \backslash
31233 arabic{table}}
31234 \end_layout
31235
31236 \begin_layout Standard
31237 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
31238 \series bold
31239
31240 \backslash
31241 numberwithin
31242 \series default
31243 は、内部的に上記で述べた
31244 \series bold
31245
31246 \backslash
31247 @addtoreset
31248 \series default
31249 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31250 \begin_inset ERT
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254
31255
31256 \backslash
31257 makeatletter
31258 \end_layout
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 @removefromreset{equation}{section}
31265 \end_layout
31266
31267 \begin_layout Plain Layout
31268
31269
31270 \backslash
31271 makeatother
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Subsection
31280 ローマ数字や文字を使った付番
31281 \begin_inset Index idx
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \begin_layout Standard
31304 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
31305 \end_layout
31306
31307 \begin_layout Standard
31308
31309 \series bold
31310
31311 \backslash
31312 renewcommand{
31313 \backslash
31314 theequation}{
31315 \backslash
31316 roman{equation}}
31317 \end_layout
31318
31319 \begin_layout Standard
31320 というコマンドを入れます。
31321 \series bold
31322
31323 \backslash
31324 renewcommand
31325 \series default
31326
31327 \begin_inset Index idx
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 こまんど@コマンド ! R ! 
31332 \backslash
31333 renewcommand
31334 \end_layout
31335
31336 \end_inset
31337
31338 は、定義済みのコマンド
31339 \series bold
31340
31341 \backslash
31342 theequation
31343 \series default
31344 をコマンド
31345 \series bold
31346
31347 \backslash
31348 roman{equation}
31349 \series default
31350 に再定義します
31351 \begin_inset Foot
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356 \series bold
31357
31358 \backslash
31359 renewcommand
31360 \series default
31361 コマンドは、第
31362 \begin_inset CommandInset ref
31363 LatexCommand ref
31364 reference "sub:newcommandコマンド"
31365
31366 \end_inset
31367
31368 節に述べられている
31369 \series bold
31370
31371 \backslash
31372 newcommand
31373 \series default
31374 コマンドと同じ書式を持ちます。
31375 \end_layout
31376
31377 \end_inset
31378
31379 。ここで、
31380 \series bold
31381 equation
31382 \series default
31383 は数式カウンタです。コマンド
31384 \series bold
31385
31386 \backslash
31387 the
31388 \series default
31389 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
31390 \series bold
31391
31392 \backslash
31393 theequation
31394 \series default
31395 コマンドを数式の後ろに置くのです。
31396 \series bold
31397
31398 \backslash
31399 roman{equation}
31400 \begin_inset Index idx
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404 こまんど@コマンド ! R ! 
31405 \backslash
31406 roman
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \series default
31413 は、カウンタを小文字のローマ数字として出力します。
31414 \end_layout
31415
31416 \begin_layout Standard
31417 こうして、
31418 \series bold
31419
31420 \backslash
31421 renew
31422 \series default
31423 c
31424 \series bold
31425 ommand
31426 \series default
31427 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31428 \series bold
31429
31430 \backslash
31431 roman
31432 \series default
31433 の部分を
31434 \series bold
31435
31436 \backslash
31437 Roman
31438 \series default
31439
31440 \begin_inset Index idx
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 こまんど@コマンド ! R ! 
31445 \backslash
31446 roman@
31447 \backslash
31448 Roman
31449 \end_layout
31450
31451 \end_inset
31452
31453 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31454 \series bold
31455
31456 \backslash
31457 alph
31458 \series default
31459
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 こまんど@コマンド ! A ! 
31465 \backslash
31466 alph
31467 \end_layout
31468
31469 \end_inset
31470
31471 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31472 \series bold
31473
31474 \backslash
31475 Alph
31476 \series default
31477
31478 \begin_inset Index idx
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482 こまんど@コマンド ! A ! 
31483 \backslash
31484 alph@
31485 \backslash
31486 Alph
31487 \end_layout
31488
31489 \end_inset
31490
31491 コマンドがあります。
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset Note Greyedout
31496 status open
31497
31498 \begin_layout Plain Layout
31499
31500 \series bold
31501 【註】
31502 \series default
31503 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 renewcommand{
31520 \backslash
31521 theequation}{
31522 \backslash
31523 roman{equation}}
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Standard
31532 \begin_inset Formula 
31533 \begin{equation}
31534 A=\textrm{小文字ローマ数字}
31535 \end{equation}
31536
31537 \end_inset
31538
31539
31540 \begin_inset ERT
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 renewcommand{
31548 \backslash
31549 theequation}{
31550 \backslash
31551 Roman{equation}}
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \begin_inset Formula 
31558 \begin{equation}
31559 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31560 \end{equation}
31561
31562 \end_inset
31563
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 renewcommand{
31573 \backslash
31574 theequation}{
31575 \backslash
31576 alph{equation}}
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \begin_inset Formula 
31583 \begin{equation}
31584 C=\textrm{小文字ラテン文字}
31585 \end{equation}
31586
31587 \end_inset
31588
31589
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 renewcommand{
31598 \backslash
31599 theequation}{
31600 \backslash
31601 Alph{equation}}
31602 \end_layout
31603
31604 \end_inset
31605
31606
31607 \begin_inset Formula 
31608 \begin{equation}
31609 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31610 \end{equation}
31611
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \begin_layout Standard
31618 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31619 \end_layout
31620
31621 \begin_layout Standard
31622
31623 \series bold
31624
31625 \backslash
31626 renewcommand{
31627 \backslash
31628 theequation}{
31629 \backslash
31630 arabic{equation}}
31631 \begin_inset Index idx
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 こまんど@コマンド ! A ! 
31636 \backslash
31637 arabic
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651
31652 \backslash
31653 renewcommand{
31654 \backslash
31655 theequation}{
31656 \backslash
31657 arabic{equation}}
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset Formula 
31664 \begin{equation}
31665 E=\textrm{アラビア数字}
31666 \end{equation}
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Standard
31674 \begin_inset VSpace medskip
31675 \end_inset
31676
31677 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31678 てはなりません。この点に関する説明は、ファイル
31679 \begin_inset CommandInset href
31680 LatexCommand href
31681 name "Formula-numbering.lyx"
31682 target "run:Formula-numbering.lyx"
31683
31684 \end_inset
31685
31686 にあります。
31687 \end_layout
31688
31689 \begin_layout Section
31690 化学記号と化学式
31691 \begin_inset CommandInset label
31692 LatexCommand label
31693 name "sub:化学記号と化学式"
31694
31695 \end_inset
31696
31697
31698 \begin_inset Index idx
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 かがくきごう@化学記号 ! きごう@記号
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Index idx
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 かがくしき@化学式
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \begin_inset Index idx
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 きごう@記号 ! かがく@化学
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 以下は、化学関係の文章の例です。
31732 \end_layout
31733
31734 \begin_layout Quote
31735 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31736 \end_inset
31737
31738 イオンは、2つの
31739 \begin_inset Formula $\mathrm{Na^{+}}$
31740 \end_inset
31741
31742 イオンと反応して、硫酸化塩
31743 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31744 \end_inset
31745
31746 を形成します。この化学式は以下のようになります。
31747 \begin_inset Formula 
31748 \begin{equation}
31749 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31750 \end{equation}
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31759 \begin_inset Flex Ruby
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 捷径
31764 \begin_inset Argument post:1
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 ショートカット
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \begin_inset Info
31780 type  "shortcut"
31781 arg   "font-roman"
31782 \end_inset
31783
31784 を押せば、アップライトフォント様式に変更することができます
31785 \begin_inset Foot
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 フォント様式に関しては、第
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "sub:書体様式"
31793
31794 \end_inset
31795
31796 節を参照のこと。
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31806 \series bold
31807 mhchem
31808 \series default
31809
31810 \begin_inset Index idx
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814 ぱっけーじ@パッケージ ! mhchem
31815 \end_layout
31816
31817 \end_inset
31818
31819 が導入されているときに使用することができる
31820 \series bold
31821
31822 \backslash
31823 ce
31824 \series default
31825
31826 \begin_inset Index idx
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 こまんど@コマンド ! C ! 
31831 \backslash
31832 ce
31833 \end_layout
31834
31835 \end_inset
31836
31837 コマンドを使用することです。
31838 \series bold
31839
31840 \backslash
31841 ce
31842 \series default
31843 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31844 \end_layout
31845
31846 \begin_layout Standard
31847 \align center
31848 \begin_inset Tabular
31849 <lyxtabular version="3" rows="9" columns="2">
31850 <features rotate="0" tabularvalignment="middle">
31851 <column alignment="center" valignment="top">
31852 <column alignment="center" valignment="top">
31853 <row>
31854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858 コマンド
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867 出力
31868 \begin_inset Note Note
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873 \series bold
31874
31875 \backslash
31876 raisebox
31877 \series default
31878 はスペーサーとしてのみ使用されています。
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \end_inset
31887 </cell>
31888 </row>
31889 <row>
31890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31891 \begin_inset Text
31892
31893 \begin_layout Plain Layout
31894
31895 \backslash
31896 ce
31897 \begin_inset space \textvisiblespace{}
31898 \end_inset
31899
31900 H2CO3
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 </row>
31918 <row>
31919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31920 \begin_inset Text
31921
31922 \begin_layout Plain Layout
31923
31924 \backslash
31925 ce
31926 \begin_inset space \textvisiblespace{}
31927 \end_inset
31928
31929 SO4^2-
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 </row>
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952
31953 \backslash
31954 ce
31955 \begin_inset space \textvisiblespace{}
31956 \end_inset
31957
31958 (NH4)2S
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 </row>
31976 <row>
31977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Plain Layout
31981
31982 \backslash
31983 ce
31984 \begin_inset space \textvisiblespace{}
31985 \end_inset
31986
31987 KCr(SO4)2.12H2O
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 </row>
32005 <row>
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010
32011 \backslash
32012 ce
32013 \begin_inset space \textvisiblespace{}
32014 \end_inset
32015
32016 A-B
32017 \backslash
32018 dbond
32019 \begin_inset space \textvisiblespace{}
32020 \end_inset
32021
32022 C
32023 \backslash
32024 tbond
32025 \begin_inset space \textvisiblespace{}
32026 \end_inset
32027
32028 D
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \end_inset
32044 </cell>
32045 </row>
32046 <row>
32047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051
32052 \backslash
32053 ce
32054 \begin_inset space \textvisiblespace{}
32055 \end_inset
32056
32057 ^227
32058 \begin_inset Formula $\downarrow$
32059 \end_inset
32060
32061 _90
32062 \begin_inset Formula $\to$
32063 \end_inset
32064
32065 Th+
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32071 \begin_inset Text
32072
32073 \begin_layout Plain Layout
32074 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \end_inset
32081 </cell>
32082 </row>
32083 <row>
32084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088
32089 \backslash
32090 ce
32091 \begin_inset space \textvisiblespace{}
32092 \end_inset
32093
32094 CO2
32095 \begin_inset space \textvisiblespace{}
32096 \end_inset
32097
32098 +
32099 \begin_inset space \textvisiblespace{}
32100 \end_inset
32101
32102 C
32103 \begin_inset space \textvisiblespace{}
32104 \end_inset
32105
32106 <=>
32107 \begin_inset space \textvisiblespace{}
32108 \end_inset
32109
32110 2CO
32111 \end_layout
32112
32113 \end_inset
32114 </cell>
32115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Plain Layout
32119 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 </row>
32128 <row>
32129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133
32134 \backslash
32135 ce
32136 \begin_inset space \textvisiblespace{}
32137 \end_inset
32138
32139 CO2
32140 \begin_inset space \textvisiblespace{}
32141 \end_inset
32142
32143 +
32144 \begin_inset space \textvisiblespace{}
32145 \end_inset
32146
32147 C
32148 \begin_inset space \textvisiblespace{}
32149 \end_inset
32150
32151 ->[
32152 \backslash
32153 alpha][
32154 \backslash
32155 beta]
32156 \begin_inset space \textvisiblespace{}
32157 \end_inset
32158
32159 2CO}
32160 \end_layout
32161
32162 \end_inset
32163 </cell>
32164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32165 \begin_inset Text
32166
32167 \begin_layout Plain Layout
32168 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 </row>
32177 </lyxtabular>
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \begin_layout Standard
32185 \begin_inset Note Greyedout
32186 status open
32187
32188 \begin_layout Plain Layout
32189
32190 \series bold
32191 【註】
32192 \backslash
32193 ce
32194 \series default
32195 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
32196 \series bold
32197
32198 \backslash
32199 ce{$
32200 \backslash
32201 mu
32202 \backslash
32203 hyphen$Cl}
32204 \series default
32205 (
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211
32212 \backslash
32213 ce{$
32214 \backslash
32215 mu
32216 \backslash
32217 hyphen$Cl}
32218 \end_layout
32219
32220 \end_inset
32221
32222 )のようにTeXコードを使わなくてはなりません。
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231
32232 \series bold
32233
32234 \backslash
32235 ce
32236 \series default
32237 を使うと
32238 \begin_inset CommandInset ref
32239 LatexCommand eqref
32240 reference "eq:chem-reaction"
32241
32242 \end_inset
32243
32244 式のコマンドは
32245 \begin_inset Newline newline
32246 \end_inset
32247
32248
32249 \series bold
32250  
32251 \backslash
32252 ce
32253 \begin_inset space \textvisiblespace{}
32254 \end_inset
32255
32256 2Na+
32257 \begin_inset space \textvisiblespace{}
32258 \end_inset
32259
32260 +
32261 \begin_inset space \textvisiblespace{}
32262 \end_inset
32263
32264 SO4^2-
32265 \begin_inset space \textvisiblespace{}
32266 \end_inset
32267
32268
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272 ->
32273 \begin_inset space \textvisiblespace{}
32274 \end_inset
32275
32276 Na2SO4
32277 \begin_inset Newline newline
32278 \end_inset
32279
32280
32281 \series default
32282 のようになります。
32283 \end_layout
32284
32285 \begin_layout Standard
32286 複数行の化学式を作るには、第
32287 \begin_inset CommandInset ref
32288 LatexCommand ref
32289 reference "sec:多行数式"
32290
32291 \end_inset
32292
32293 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32294 \series bold
32295
32296 \backslash
32297 ce
32298 \series default
32299 コマンドを使用します。
32300 \begin_inset CommandInset ref
32301 LatexCommand eqref
32302 reference "eq:TEOS-reaction-1"
32303
32304 \end_inset
32305
32306 式と
32307 \begin_inset CommandInset ref
32308 LatexCommand eqref
32309 reference "eq:TEOS-reaction-2"
32310
32311 \end_inset
32312
32313 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32314 \begin_inset Formula 
32315 \begin{eqnarray}
32316 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32317 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32318 \end{eqnarray}
32319
32320 \end_inset
32321
32322
32323 \end_layout
32324
32325 \begin_layout Standard
32326
32327 \series bold
32328 mhchem
32329 \series default
32330 パッケージは、
32331 \series bold
32332
32333 \backslash
32334 ce
32335 \series default
32336 の他に、特殊ケースに使用する
32337 \series bold
32338
32339 \backslash
32340 cf
32341 \series default
32342
32343 \begin_inset Index idx
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 こまんど@コマンド ! C ! 
32348 \backslash
32349 cf
32350 \end_layout
32351
32352 \end_inset
32353
32354 コマンドを提供しています。
32355 \series bold
32356
32357 \backslash
32358 cf
32359 \series default
32360 の詳しい情報と例示については、
32361 \series bold
32362 mhchem
32363 \series default
32364
32365 \begin_inset CommandInset citation
32366 LatexCommand cite
32367 key "mhchem"
32368
32369 \end_inset
32370
32371 の取扱説明書をご覧ください。
32372 \end_layout
32373
32374 \begin_layout Section
32375 図解
32376 \end_layout
32377
32378 \begin_layout Standard
32379 LyXは、二つの型の可換図
32380 \series bold
32381 amscd
32382 \series default
32383 および
32384 \series bold
32385 xymatrix
32386 \series default
32387 をサポートしており、以下でこれらの説明をします。
32388 \end_layout
32389
32390 \begin_layout Subsection
32391 amscd図解
32392 \begin_inset Index idx
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 ずかい@図解 ! amscd
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32406 \begin_inset Formula 
32407 \[
32408 \begin{CD}A@>>>B@>>>C\\
32409 @AAA@.@VVV\\
32410 F@<<<E@<<<D
32411 \end{CD}
32412 \]
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Standard
32420 これを作るには、数式に
32421 \series bold
32422
32423 \backslash
32424 CD
32425 \begin_inset Index idx
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429 こまんど@コマンド ! C ! 
32430 \backslash
32431 CD
32432 \end_layout
32433
32434 \end_inset
32435
32436
32437 \series default
32438 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32439 \begin_inset Info
32440 type  "shortcut"
32441 arg   "newline-insert newline"
32442 \end_inset
32443
32444 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32445 \end_layout
32446
32447 \begin_layout Standard
32448 関係を作るには、以下のコマンドがあります。
32449 \end_layout
32450
32451 \begin_layout Itemize
32452 \begin_inset Formula $\boldsymbol{@<<<}$
32453 \end_inset
32454
32455 は左矢印、
32456 \begin_inset Formula $\boldsymbol{@>>>}$
32457 \end_inset
32458
32459 は右矢印、
32460 \series bold
32461 @=
32462 \series default
32463 は長い等号を生成します。
32464 \end_layout
32465
32466 \begin_layout Itemize
32467
32468 \series bold
32469 @AAA
32470 \series default
32471 は上矢印、
32472 \series bold
32473 @VVV
32474 \series default
32475 は下矢印、
32476 \begin_inset Formula $\boldsymbol{@|}$
32477 \end_inset
32478
32479 は縦向きの等号を生成します。
32480 \end_layout
32481
32482 \begin_layout Itemize
32483
32484 \series bold
32485 @.
32486 \series default
32487 は関係が存在しない部分に置きます。
32488 \end_layout
32489
32490 \begin_layout Standard
32491 矢印はすべて、以下のようにラベル付けをすることができます。
32492 \end_layout
32493
32494 \begin_layout Itemize
32495 文章を、第1と第2の「
32496 \begin_inset Formula $<$
32497 \end_inset
32498
32499 」ないし「
32500 \begin_inset Formula $>$
32501 \end_inset
32502
32503 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32504 \begin_inset Formula $<$
32505 \end_inset
32506
32507 」ないし「
32508 \begin_inset Formula $>$
32509 \end_inset
32510
32511 」のあいだに入れると、矢印の下に表示されます。
32512 \end_layout
32513
32514 \begin_layout Itemize
32515 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32516 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32517 \end_layout
32518
32519 \begin_layout Standard
32520 以下は、上記のすべての関係を使った例です。
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \begin_inset Formula 
32525 \[
32526 \begin{CD}A@>j>>B@>>k>C@=F\\
32527 @AmAA@.@VV{V}V@|\\
32528 D@<<j<E@>k>>F@=C
32529 \end{CD}
32530 \]
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538 これを作るコマンドは、以下のとおりです。
32539 \begin_inset Newline newline
32540 \end_inset
32541
32542
32543 \series bold
32544
32545 \backslash
32546 CD
32547 \begin_inset space \textvisiblespace{}
32548 \end_inset
32549
32550 A
32551 \begin_inset Formula $\boldsymbol{@>}$
32552 \end_inset
32553
32554 j
32555 \begin_inset Formula $\boldsymbol{>>}$
32556 \end_inset
32557
32558 B
32559 \begin_inset Formula $\boldsymbol{@>>}$
32560 \end_inset
32561
32562 k
32563 \begin_inset Formula $\boldsymbol{>}$
32564 \end_inset
32565
32566 C@=F Ctrl+Return
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570
32571 \begin_inset Phantom HPhantom
32572 status open
32573
32574 \begin_layout Plain Layout
32575
32576 \series bold
32577
32578 \backslash
32579 CD
32580 \begin_inset space \textvisiblespace{}
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \end_inset
32587
32588 @AmAA@.@VV
32589 \backslash
32590 {V
32591 \series default
32592
32593 \begin_inset Formula $\to$
32594 \end_inset
32595
32596
32597 \series bold
32598 V
32599 \begin_inset Formula $\boldsymbol{@|}$
32600 \end_inset
32601
32602  Ctrl+Return
32603 \begin_inset Newline newline
32604 \end_inset
32605
32606
32607 \begin_inset Phantom HPhantom
32608 status open
32609
32610 \begin_layout Plain Layout
32611
32612 \series bold
32613
32614 \backslash
32615 CD
32616 \begin_inset space \textvisiblespace{}
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623
32624 D
32625 \begin_inset Formula $\boldsymbol{@<<}$
32626 \end_inset
32627
32628 j
32629 \begin_inset Formula $\boldsymbol{<}$
32630 \end_inset
32631
32632 E
32633 \begin_inset Formula $\boldsymbol{@>}$
32634 \end_inset
32635
32636 k
32637 \begin_inset Formula $\boldsymbol{>>}$
32638 \end_inset
32639
32640 F@=C
32641 \end_layout
32642
32643 \begin_layout Subsection
32644 xymatrix図解
32645 \begin_inset Index idx
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649 ずかい@図解 ! xymatrix
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Standard
32658 xymatricesを使うには、LaTeXパッケージの
32659 \series bold
32660 xypic
32661 \series default
32662 が導入済みである必要があります。xymatrixは、数式中に
32663 \series bold
32664
32665 \backslash
32666 xymatrix
32667 \series default
32668 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32669 \begin_inset CommandInset ref
32670 LatexCommand ref
32671 reference "sec:行列"
32672
32673 \end_inset
32674
32675 節をご参照下さい。
32676 \end_layout
32677
32678 \begin_layout Standard
32679 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32680 \family sans
32681 ヘルプ\SpecialChar \menuseparator
32682 用途別説明書\SpecialChar \menuseparator
32683 XY-pic説明書
32684 \family default
32685 メニューにある
32686 \emph on
32687 XY-pic説明書
32688 \emph default
32689 で詳しく網羅しています。
32690 \end_layout
32691
32692 \begin_layout Subsection
32693 ファインマン図
32694 \series medium
32695
32696 \begin_inset Index idx
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 ずかい@図解 ! ファインマン
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Standard
32709 ファインマン図を使うには、LaTeXパッケージ
32710 \series bold
32711 feyn
32712 \series default
32713 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32714 \series bold
32715
32716 \backslash
32717 Diagram
32718 \series default
32719 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32720 \begin_inset CommandInset ref
32721 LatexCommand ref
32722 reference "sec:行列"
32723
32724 \end_inset
32725
32726 節参照)。
32727 \end_layout
32728
32729 \begin_layout Standard
32730 LyXでのファインマン図の作り方は、メニュー
32731 \family sans
32732 ヘルプ\SpecialChar \menuseparator
32733 用途別説明書
32734 \family default
32735 内の『
32736 \emph on
32737 ファインマン図
32738 \emph default
32739 』にあります。
32740 \end_layout
32741
32742 \begin_layout Section
32743 ユーザー定義コマンド
32744 \begin_inset Index idx
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 ゆーざーていぎこまんど@ユーザー定義コマンド
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset Note Greyedout
32758 status open
32759
32760 \begin_layout Plain Layout
32761 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Subsection
32770
32771 \backslash
32772 newcommandコマンド
32773 \begin_inset CommandInset label
32774 LatexCommand label
32775 name "sub:newcommandコマンド"
32776
32777 \end_inset
32778
32779
32780 \begin_inset Index idx
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32785 \backslash
32786 newcommand
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \begin_inset Index idx
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796 こまんど@コマンド ! N ! 
32797 \backslash
32798 newcommand
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Standard
32807 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32808 \series bold
32809
32810 \backslash
32811 newcommand
32812 \series default
32813 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32814 \end_layout
32815
32816 \begin_layout Standard
32817
32818 \series bold
32819
32820 \backslash
32821 newcommand
32822 \series default
32823 コマンドの書式は、
32824 \end_layout
32825
32826 \begin_layout Standard
32827
32828 \series bold
32829
32830 \backslash
32831 newcommand{新コマンド名}[引数の数][オプションの値]
32832 \begin_inset Newline newline
32833 \end_inset
32834
32835
32836 \begin_inset Phantom HPhantom
32837 status open
32838
32839 \begin_layout Plain Layout
32840
32841 \series bold
32842
32843 \backslash
32844 newcommand
32845 \end_layout
32846
32847 \end_inset
32848
32849 {コマンド定義}
32850 \end_layout
32851
32852 \begin_layout Standard
32853 です。
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Note Greyedout
32858 status open
32859
32860 \begin_layout Plain Layout
32861
32862 \series bold
32863 【註】
32864 \series default
32865 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32866 \series bold
32867
32868 \backslash
32869 Leftarrow
32870 \series default
32871 の短縮のつもりで
32872 \series bold
32873
32874 \backslash
32875 le
32876 \series default
32877 というコマンドを定義したとすると、
32878 \series bold
32879
32880 \backslash
32881 le
32882 \series default
32883 は既に「
32884 \begin_inset Formula $\le$
32885 \end_inset
32886
32887 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 「引数の数」は、0
32897 \begin_inset space \thinspace{}
32898 \end_inset
32899
32900 -
32901 \begin_inset space \thinspace{}
32902 \end_inset
32903
32904 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32905 ドの
32906 \emph on
32907 最初の
32908 \emph default
32909 引数は、自動的に非必須の引数になります。
32910 \end_layout
32911
32912 \begin_layout Standard
32913 以下にいくつかの例を挙げます。
32914 \end_layout
32915
32916 \begin_layout Itemize
32917
32918 \series bold
32919
32920 \backslash
32921 Longrightarrow
32922 \series default
32923 の短縮形として
32924 \series bold
32925
32926 \backslash
32927 gr
32928 \series default
32929 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32930 \begin_inset VSpace medskip
32931 \end_inset
32932
32933
32934 \begin_inset Newline newline
32935 \end_inset
32936
32937
32938 \series bold
32939
32940 \backslash
32941 newcommand{
32942 \backslash
32943 gr}{
32944 \backslash
32945 Longrightarrow}
32946 \end_layout
32947
32948 \begin_layout Itemize
32949
32950 \series bold
32951
32952 \backslash
32953 underline
32954 \series default
32955 の短縮形として
32956 \series bold
32957
32958 \backslash
32959 us
32960 \series default
32961 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32962 \begin_inset VSpace medskip
32963 \end_inset
32964
32965
32966 \begin_inset Newline newline
32967 \end_inset
32968
32969
32970 \series bold
32971
32972 \backslash
32973 newcommand{
32974 \backslash
32975 us}[1]{
32976 \backslash
32977 underline{#1}}
32978 \series default
32979
32980 \begin_inset VSpace medskip
32981 \end_inset
32982
32983
32984 \begin_inset Newline newline
32985 \end_inset
32986
32987
32988 \series bold
32989 #
32990 \series default
32991 」という文字は、引数の入る場所を示し、その後ろの「
32992 \series bold
32993 1
32994 \series default
32995 」は、これが第1引数の入る場所であることを示します。
32996 \end_layout
32997
32998 \begin_layout Itemize
32999
33000 \series bold
33001
33002 \backslash
33003 framebox
33004 \series default
33005 の短縮形として、たとえば
33006 \series bold
33007
33008 \backslash
33009 fb
33010 \series default
33011 というコマンドを定義するには、
33012 \begin_inset VSpace medskip
33013 \end_inset
33014
33015
33016 \begin_inset Newline newline
33017 \end_inset
33018
33019
33020 \series bold
33021
33022 \backslash
33023 newcommand{
33024 \backslash
33025 fb}[3]{
33026 \backslash
33027 framebox#1#2{$#3$}}
33028 \series default
33029
33030 \begin_inset VSpace medskip
33031 \end_inset
33032
33033
33034 \begin_inset Newline newline
33035 \end_inset
33036
33037 二つのドルマークは、
33038 \series bold
33039
33040 \backslash
33041 framebox
33042 \series default
33043 が必要とする内部の数式を作り出します。第
33044 \begin_inset CommandInset ref
33045 LatexCommand ref
33046 reference "sub:縁付きボックス"
33047
33048 \end_inset
33049
33050 節をご参照下さい。
33051 \end_layout
33052
33053 \begin_layout Itemize
33054 ボックスの色を指定する必要がない
33055 \series bold
33056
33057 \backslash
33058 fcolorbox
33059 \series default
33060 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
33061 \begin_inset VSpace medskip
33062 \end_inset
33063
33064
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068
33069 \series bold
33070
33071 \backslash
33072 newcommand{
33073 \backslash
33074 cb}[3][white]{
33075 \backslash
33076 fcolorbox{#2}{#1}{$#3$}}
33077 \series default
33078
33079 \begin_inset VSpace medskip
33080 \end_inset
33081
33082
33083 \begin_inset Newline newline
33084 \end_inset
33085
33086
33087 \series bold
33088
33089 \backslash
33090 cb
33091 \series default
33092 を使うときに色が指定されなければ、事前に定義された色である
33093 \series bold
33094 white
33095 \series default
33096 が使用されます。
33097 \end_layout
33098
33099 \begin_layout Standard
33100 以下は、上で定義したコマンドの動作テストです。
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \align center
33105 \begin_inset Tabular
33106 <lyxtabular version="3" rows="6" columns="2">
33107 <features rotate="0" tabularvalignment="middle">
33108 <column alignment="center" valignment="top">
33109 <column alignment="center" valignment="top">
33110 <row>
33111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 コマンド
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 出力
33125 \begin_inset Note Note
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129 ここで
33130 \series bold
33131
33132 \backslash
33133 raisebox
33134 \series default
33135 はスペーサーとして使用しているだけです。
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 </row>
33146 <row>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 A
33152 \backslash
33153 gr
33154 \begin_inset space \textvisiblespace{}
33155 \end_inset
33156
33157 B
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 \begin_inset Formula $A\gr B$
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180
33181 \backslash
33182 us{ABcd
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 </row>
33200 <row>
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205
33206 \backslash
33207 fb{[2cm]
33208 \begin_inset Formula $\to$
33209 \end_inset
33210
33211
33212 \backslash
33213 {
33214 \begin_inset Formula $\to$
33215 \end_inset
33216
33217
33218 \backslash
33219 {
33220 \backslash
33221 int
33222 \begin_inset space \textvisiblespace{}
33223 \end_inset
33224
33225 A=B
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 </row>
33243 <row>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248
33249 \backslash
33250 cb{red
33251 \begin_inset Formula $\to$
33252 \end_inset
33253
33254
33255 \backslash
33256 {
33257 \backslash
33258 int
33259 \begin_inset space \textvisiblespace{}
33260 \end_inset
33261
33262 A=B
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 </row>
33280 <row>
33281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285
33286 \backslash
33287 cb[green]
33288 \backslash
33289 {red
33290 \begin_inset Formula $\to$
33291 \end_inset
33292
33293
33294 \backslash
33295 {
33296 \backslash
33297 int
33298 \begin_inset space \textvisiblespace{}
33299 \end_inset
33300
33301 A=B
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 </row>
33319 </lyxtabular>
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Subsection
33327 数式マクロ
33328 \begin_inset Index idx
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \begin_inset Index idx
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 まくろ@マクロ
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33352 般型は、
33353 \begin_inset Formula 
33354 \[
33355 0=\lambda^{2}+p\lambda+q
33356 \]
33357
33358 \end_inset
33359
33360 であり、その解の一般型は
33361 \begin_inset Formula 
33362 \[
33363 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33364 \]
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 です。
33373 \begin_inset Formula $\lambda$
33374 \end_inset
33375
33376
33377 \begin_inset Formula $p$
33378 \end_inset
33379
33380
33381 \begin_inset Formula $q$
33382 \end_inset
33383
33384 の3つのパラメータを指定することが必須であり、
33385 \begin_inset Formula $\lambda$
33386 \end_inset
33387
33388 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33389 \begin_inset Newline newline
33390 \end_inset
33391
33392
33393 \series bold
33394
33395 \backslash
33396 newcommand{
33397 \backslash
33398 qG}[4][1,
33399 \backslash
33400 ,2]{#2_{#1}=-
33401 \backslash
33402 frac{#3}{2}
33403 \backslash
33404 pm
33405 \begin_inset Newline newline
33406 \end_inset
33407
33408
33409 \begin_inset Phantom HPhantom
33410 status open
33411
33412 \begin_layout Plain Layout
33413
33414 \series bold
33415
33416 \backslash
33417 newcommand
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \backslash
33424 sqrt{
33425 \backslash
33426 frac{#3^{2}}{4}-#4}}
33427 \end_layout
33428
33429 \begin_layout Standard
33430 これを使って解の公式を作るには、
33431 \begin_inset Newline newline
33432 \end_inset
33433
33434
33435 \series bold
33436
33437 \backslash
33438 qG{
33439 \backslash
33440 lambda
33441 \begin_inset Formula $\to$
33442 \end_inset
33443
33444
33445 \backslash
33446 {p
33447 \begin_inset Formula $\to$
33448 \end_inset
33449
33450
33451 \backslash
33452 {q
33453 \series default
33454 というコマンドを数式に入れます。
33455 \end_layout
33456
33457 \begin_layout Standard
33458 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33459 \series bold
33460
33461 \backslash
33462 frac{分子}{分母}
33463 \series default
33464 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33465 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33466 \series bold
33467
33468 \backslash
33469 newcommand
33470 \series default
33471 コマンドの代わりに、数式マクロを使う方法を提供しています。
33472 \end_layout
33473
33474 \begin_layout Standard
33475 数式マクロは、
33476 \family sans
33477 挿入\SpecialChar \menuseparator
33478 数式\SpecialChar \menuseparator
33479 マクロ
33480 \family default
33481 メニューか、ツールバーボタンの
33482 \begin_inset Info
33483 type  "icon"
33484 arg   "math-macro newmacroname_newcommand"
33485 \end_inset
33486
33487 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491
33492 \begin_inset space \hspace*{\fill}
33493 \end_inset
33494
33495
33496 \begin_inset Graphics
33497         filename ../clipart/macrobox.png
33498
33499 \end_inset
33500
33501
33502 \begin_inset space \hspace*{\fill}
33503 \end_inset
33504
33505
33506 \begin_inset Newline newline
33507 \end_inset
33508
33509
33510 \begin_inset FormulaMacro
33511 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33512 \end_inset
33513
33514
33515 \backslash
33516 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33517 \series bold
33518
33519 \backslash
33520 #1
33521 \series default
33522 のように
33523 \series bold
33524
33525 \backslash
33526 #引数番号
33527 \series default
33528 というコマンドで入力するか、マクロツールバーボタンの
33529 \begin_inset Info
33530 type  "icon"
33531 arg   "math-macro-add-param"
33532 \end_inset
33533
33534 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33535 \begin_inset Info
33536 type  "icon"
33537 arg   "math-macro-add-optional-param"
33538 \end_inset
33539
33540 で作ることができます。最初の必須引数は、ツールバーボタンの
33541 \begin_inset Info
33542 type  "icon"
33543 arg   "math-macro-make-optional"
33544 \end_inset
33545
33546 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33547 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33548 \begin_inset Newline newline
33549 \end_inset
33550
33551
33552 \series bold
33553 qG: 
33554 \backslash
33555 #1
33556 \series default
33557  
33558 \series bold
33559 ,
33560 \series default
33561  
33562 \series bold
33563
33564 \backslash
33565 #2
33566 \series default
33567  
33568 \series bold
33569 ,
33570 \series default
33571  
33572 \series bold
33573
33574 \backslash
33575 #3, 
33576 \backslash
33577 #4
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581
33582 \series default
33583 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33584 されます。
33585 \begin_inset Newline newline
33586 \end_inset
33587
33588 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33589 \family sans
33590 表示\SpecialChar \menuseparator
33591 数式マクロを展開(畳む)
33592 \family default
33593 メニューを使うことで、マクロ毎に変えることができます。
33594 \end_layout
33595
33596 \begin_layout Standard
33597 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33598 \series bold
33599
33600 \backslash
33601 qG
33602 \series default
33603 とします。このマクロは、LyX中では以下のように表示されます。
33604 \begin_inset Newline newline
33605 \end_inset
33606
33607
33608 \begin_inset space \hspace*{\fill}
33609 \end_inset
33610
33611
33612 \begin_inset Graphics
33613         filename ../clipart/macrouse.png
33614
33615 \end_inset
33616
33617
33618 \begin_inset space \hspace*{\fill}
33619 \end_inset
33620
33621
33622 \begin_inset Newline newline
33623 \end_inset
33624
33625 以下は、上記の例に、引数
33626 \begin_inset Formula $x$
33627 \end_inset
33628
33629
33630 \begin_inset Formula $\ln(x)$
33631 \end_inset
33632
33633
33634 \begin_inset Formula $B$
33635 \end_inset
33636
33637 を指定したものです。
33638 \end_layout
33639
33640 \begin_layout Standard
33641 \begin_inset Formula 
33642 \[
33643 \qG x{\ln(x)}B
33644 \]
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Standard
33652 LyXは、
33653 \family sans
33654 ツール\SpecialChar \menuseparator
33655 設定\SpecialChar \menuseparator
33656 編集\SpecialChar \menuseparator
33657 制御
33658 \family default
33659 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33660 せてみてください。
33661 \end_layout
33662
33663 \begin_layout Standard
33664 数式マクロは、文書書き出し時に、内部的に
33665 \series bold
33666
33667 \backslash
33668 newcommand
33669 \series default
33670 コマンドに変換されます。こうして生成された
33671 \series bold
33672
33673 \backslash
33674 newcommand
33675 \series default
33676 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33677 \end_layout
33678
33679 \begin_layout Standard
33680 数式マクロは、
33681 \series bold
33682
33683 \backslash
33684 newcommand
33685 \series default
33686 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33687 \series bold
33688
33689 \begin_inset Newline newline
33690 \end_inset
33691
33692
33693 \backslash
33694 newcommand{
33695 \backslash
33696 larrow}[2]{
33697 \backslash
33698 xleftarrow[#2]{#1}}
33699 \begin_inset Newline newline
33700 \end_inset
33701
33702
33703 \series default
33704 というコマンドを書き入れ、この全体を選択して、
33705 \begin_inset Flex Ruby
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709 捷径
33710 \begin_inset Argument post:1
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714 ショートカット
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \family sans
33726 Ctrl+M
33727 \family default
33728 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33729 \series bold
33730
33731 \backslash
33732 newcommand
33733 \series default
33734 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33735 \end_layout
33736
33737 \begin_layout Standard
33738 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33739 \begin_inset CommandInset ref
33740 LatexCommand ref
33741 reference "sub:newcommandコマンド"
33742
33743 \end_inset
33744
33745 節で例として作った
33746 \series bold
33747
33748 \backslash
33749 fb
33750 \series default
33751 は、マクロとしては作ることができません。
33752 \end_layout
33753
33754 \begin_layout Standard
33755 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33756 \end_layout
33757
33758 \begin_layout Standard
33759 \begin_inset VSpace defskip
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \begin_layout Standard
33766 \begin_inset Graphics
33767         filename ../clipart/MacroToolbar.png
33768
33769 \end_inset
33770
33771
33772 \begin_inset Index idx
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776 まくろ@マクロ ! つーるばー@ツールバー
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \begin_inset VSpace defskip
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 マクロツールバーは、左から右に、以下の各ボタンがあります。
33793 \end_layout
33794
33795 \begin_layout Standard
33796 \begin_inset VSpace defskip
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \begin_layout Standard
33803 \begin_inset Tabular
33804 <lyxtabular version="3" rows="9" columns="2">
33805 <features rotate="0" islongtable="true" longtabularalignment="center">
33806 <column alignment="left" valignment="top">
33807 <column alignment="left" valignment="top" width="85col%">
33808 <row interlinespace="2.5mm">
33809 <cell alignment="center" valignment="top" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 \begin_inset Info
33814 type  "icon"
33815 arg   "math-macro-remove-param"
33816 \end_inset
33817
33818
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 <cell alignment="center" valignment="top" usebox="none">
33824 \begin_inset Text
33825
33826 \begin_layout Plain Layout
33827
33828 \family sans
33829 編集\SpecialChar \menuseparator
33830 数式\SpecialChar \menuseparator
33831 マクロ定義\SpecialChar \menuseparator
33832 最後の引数を削除
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 </row>
33838 <row interlinespace="2.5mm">
33839 <cell alignment="center" valignment="top" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Plain Layout
33843 \begin_inset Info
33844 type  "icon"
33845 arg   "math-macro-add-param"
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 <cell alignment="center" valignment="top" usebox="none">
33854 \begin_inset Text
33855
33856 \begin_layout Plain Layout
33857
33858 \family sans
33859 編集\SpecialChar \menuseparator
33860 数式\SpecialChar \menuseparator
33861 マクロ定義\SpecialChar \menuseparator
33862 引数を追加
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 </row>
33868 <row interlinespace="2.5mm">
33869 <cell alignment="center" valignment="top" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873 \begin_inset Info
33874 type  "icon"
33875 arg   "math-macro-make-optional"
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887
33888 \family sans
33889 編集\SpecialChar \menuseparator
33890 数式\SpecialChar \menuseparator
33891 マクロ定義\SpecialChar \menuseparator
33892 最初の必須引数を
33893 \begin_inset Newline newline
33894 \end_inset
33895
33896
33897 \begin_inset Phantom HPhantom
33898 status open
33899
33900 \begin_layout Plain Layout
33901
33902 \family sans
33903 編集\SpecialChar \menuseparator
33904 数式\SpecialChar \menuseparator
33905 マクロ定義\SpecialChar \menuseparator
33906
33907 \end_layout
33908
33909 \end_inset
33910
33911 非必須引数にする
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 </row>
33917 <row interlinespace="2.5mm">
33918 <cell alignment="center" valignment="top" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 \begin_inset Info
33923 type  "icon"
33924 arg   "math-macro-make-nonoptional"
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 <cell alignment="center" valignment="top" usebox="none">
33933 \begin_inset Text
33934
33935 \begin_layout Plain Layout
33936
33937 \family sans
33938 編集\SpecialChar \menuseparator
33939 数式\SpecialChar \menuseparator
33940 マクロ定義\SpecialChar \menuseparator
33941 最後の非必須引数を
33942 \begin_inset Newline newline
33943 \end_inset
33944
33945
33946 \begin_inset Phantom HPhantom
33947 status open
33948
33949 \begin_layout Plain Layout
33950
33951 \family sans
33952 編集\SpecialChar \menuseparator
33953 数式\SpecialChar \menuseparator
33954 マクロ定義\SpecialChar \menuseparator
33955
33956 \end_layout
33957
33958 \end_inset
33959
33960 必須引数にする
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 </row>
33966 <row interlinespace="2.5mm">
33967 <cell alignment="center" valignment="top" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 \begin_inset Info
33972 type  "icon"
33973 arg   "math-macro-remove-optional-param"
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985
33986 \family sans
33987 編集\SpecialChar \menuseparator
33988 数式\SpecialChar \menuseparator
33989 マクロ定義\SpecialChar \menuseparator
33990 非必須引数を削除
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 </row>
33996 <row interlinespace="2.5mm">
33997 <cell alignment="center" valignment="top" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001 \begin_inset Info
34002 type  "icon"
34003 arg   "math-macro-add-optional-param"
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 <cell alignment="center" valignment="top" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015
34016 \family sans
34017 編集\SpecialChar \menuseparator
34018 数式\SpecialChar \menuseparator
34019 マクロ定義\SpecialChar \menuseparator
34020 非必須引数を挿入
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 </row>
34026 <row interlinespace="2.5mm">
34027 <cell alignment="center" valignment="top" usebox="none">
34028 \begin_inset Text
34029
34030 \begin_layout Plain Layout
34031 \begin_inset Info
34032 type  "icon"
34033 arg   "math-macro-remove-greedy-param"
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \end_inset
34040 </cell>
34041 <cell alignment="center" valignment="top" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045
34046 \family sans
34047 編集\SpecialChar \menuseparator
34048 数式\SpecialChar \menuseparator
34049 マクロ定義\SpecialChar \menuseparator
34050 右に吐き出す形で
34051 \begin_inset Newline newline
34052 \end_inset
34053
34054
34055 \begin_inset Phantom HPhantom
34056 status open
34057
34058 \begin_layout Plain Layout
34059
34060 \family sans
34061 編集\SpecialChar \menuseparator
34062 数式\SpecialChar \menuseparator
34063 マクロ定義\SpecialChar \menuseparator
34064
34065 \end_layout
34066
34067 \end_inset
34068
34069 最後の引数を削除
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 </row>
34075 <row interlinespace="2.5mm">
34076 <cell alignment="center" valignment="top" usebox="none">
34077 \begin_inset Text
34078
34079 \begin_layout Plain Layout
34080 \begin_inset Info
34081 type  "icon"
34082 arg   "math-macro-append-greedy-param"
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 <cell alignment="center" valignment="top" usebox="none">
34091 \begin_inset Text
34092
34093 \begin_layout Plain Layout
34094
34095 \family sans
34096 編集\SpecialChar \menuseparator
34097 数式\SpecialChar \menuseparator
34098 マクロ定義\SpecialChar \menuseparator
34099 右から喰う形で
34100 \begin_inset Newline newline
34101 \end_inset
34102
34103
34104 \begin_inset Phantom HPhantom
34105 status open
34106
34107 \begin_layout Plain Layout
34108
34109 \family sans
34110 編集\SpecialChar \menuseparator
34111 数式\SpecialChar \menuseparator
34112 マクロ定義\SpecialChar \menuseparator
34113
34114 \end_layout
34115
34116 \end_inset
34117
34118 引数を追加
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 </row>
34124 <row interlinespace="2.5mm">
34125 <cell alignment="center" valignment="top" usebox="none">
34126 \begin_inset Text
34127
34128 \begin_layout Plain Layout
34129 \begin_inset Info
34130 type  "icon"
34131 arg   "math-macro-add-greedy-optional-param"
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \end_inset
34138 </cell>
34139 <cell alignment="center" valignment="top" usebox="none">
34140 \begin_inset Text
34141
34142 \begin_layout Plain Layout
34143
34144 \family sans
34145 編集\SpecialChar \menuseparator
34146 数式\SpecialChar \menuseparator
34147 マクロ定義\SpecialChar \menuseparator
34148 右から喰う形で
34149 \begin_inset Newline newline
34150 \end_inset
34151
34152
34153 \begin_inset Phantom HPhantom
34154 status open
34155
34156 \begin_layout Plain Layout
34157
34158 \family sans
34159 編集\SpecialChar \menuseparator
34160 数式\SpecialChar \menuseparator
34161 マクロ定義\SpecialChar \menuseparator
34162
34163 \end_layout
34164
34165 \end_inset
34166
34167 非必須引数を追加
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 </row>
34173 </lyxtabular>
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Section
34181 コンピュータ代数システム
34182 \end_layout
34183
34184 \begin_layout Standard
34185 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34186 \family sans
34187 Maple
34188 \family default
34189
34190 \family sans
34191 Mathematica
34192 \family default
34193
34194 \family sans
34195 Maxima
34196 \family default
34197
34198 \family sans
34199 Octave
34200 \family default
34201 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34202 \end_layout
34203
34204 \begin_layout Subsection
34205 使用法
34206 \end_layout
34207
34208 \begin_layout Standard
34209 数式表現を書いた後、
34210 \family sans
34211 編集\SpecialChar \menuseparator
34212 数式\SpecialChar \menuseparator
34213 コンピュータ代数システムを使用
34214 \family default
34215 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34216 \end_layout
34217
34218 \begin_layout Standard
34219 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34220 \family typewriter
34221 Maxima
34222 \family default
34223 です)。
34224 \end_layout
34225
34226 \begin_layout Itemize
34227 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Itemize
34234 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Itemize
34241 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Itemize
34248 \begin_inset Formula $\det\left[\begin{array}{ccc}
34249 1 & 6 & 7\\
34250 2 & 5 & 8\\
34251 3 & 4 & 17
34252 \end{array}\right]=-56$
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Itemize
34259 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Subsection
34266 捷径
34267 \end_layout
34268
34269 \begin_layout Standard
34270 現在のところ、代数プログラムを呼び出すための
34271 \begin_inset Flex Ruby
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275 捷径
34276 \begin_inset Argument post:1
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 ショートカット
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \end_inset
34289
34290 はありません。しかし、捷径を
34291 \family sans
34292 math-extern
34293 \family default
34294  LyX関数にバインドすることは容易です(取扱説明書『
34295 \family sans
34296 \emph on
34297 LyX関数篇
34298 \family default
34299 \emph default
34300 』参照)。例えば、数式エディタ中で
34301 \family sans
34302 リターン
34303 \family default
34304
34305 \begin_inset Flex Ruby
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309
34310 \begin_inset Argument post:1
34311 status collapsed
34312
34313 \begin_layout Plain Layout
34314 キー
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \end_inset
34323
34324 をバインドさせることもできます。それを
34325 \family typewriter
34326 Maxima
34327 \family default
34328 にバインドするには、下記の捷径定義コマンドを使用します。
34329 \end_layout
34330
34331 \begin_layout Standard
34332
34333 \series bold
34334 command-alternatives break-paragraph;math-extern maxima
34335 \end_layout
34336
34337 \begin_layout Section
34338 補遺
34339 \begin_inset Index idx
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343 ほい@補遺
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Subsection
34352 負の数
34353 \begin_inset Index idx
34354 status collapsed
34355
34356 \begin_layout Plain Layout
34357 かず@数 ! ふの@負の ---
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Standard
34366 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34367 く表示されます。
34368 \end_layout
34369
34370 \begin_layout Standard
34371 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34372 \end_layout
34373
34374 \begin_layout Standard
34375 以下は、この問題を示す例です。
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \align center
34380 \begin_inset Tabular
34381 <lyxtabular version="3" rows="3" columns="2">
34382 <features rotate="0" tabularvalignment="middle">
34383 <column alignment="right" valignment="top">
34384 <column alignment="left" valignment="top">
34385 <row>
34386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 通常の文章:
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34396 \begin_inset Text
34397
34398 \begin_layout Plain Layout
34399 x = -2
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 </row>
34405 <row>
34406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 数式:
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419 \begin_inset Formula $x=-2$
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row>
34429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 解決策:
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 \begin_inset Formula $x=\textrm{-}2$
34443 \end_inset
34444
34445
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 </row>
34451 </lyxtabular>
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Subsection
34459 位区切りとしてのコンマ
34460 \begin_inset Index idx
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464 こんま@コンマ
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \begin_inset Index idx
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474 かんま@カンマ|see
34475 \begin_inset ERT
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479
34480 {
34481 \end_layout
34482
34483 \end_inset
34484
34485 コンマ
34486 \begin_inset ERT
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490
34491 }
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Standard
34505 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34506 \end_layout
34507
34508 \begin_layout Standard
34509 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34510 \begin_inset Flex Ruby
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 捷径
34515 \begin_inset Argument post:1
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 ショートカット
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \begin_inset Info
34531 type  "shortcut"
34532 arg   "math-mode"
34533 \end_inset
34534
34535 )。
34536 \end_layout
34537
34538 \begin_layout Standard
34539 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34540 \end_layout
34541
34542 \begin_layout Standard
34543
34544 \series bold
34545
34546 \backslash
34547 usepackage{icomma}
34548 \end_layout
34549
34550 \begin_layout Standard
34551 という行を加えて、
34552 \series bold
34553 icomma.sty
34554 \series default
34555
34556 \begin_inset Foot
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561 \series bold
34562 icomma
34563 \series default
34564 は、LaTeXパッケージ
34565 \series bold
34566 was
34567 \series default
34568
34569 \begin_inset Index idx
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 ぱっけーじ@パッケージ ! was
34574 \begin_inset ERT
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579
34580 \backslash
34581 vspace{4mm}
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \end_inset
34590
34591 に含まれています。
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \begin_inset Index idx
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 ぱっけーじ@パッケージ ! icomma
34602 \end_layout
34603
34604 \end_inset
34605
34606 ファイルを読み込みます。
34607 \end_layout
34608
34609 \begin_layout Subsection
34610 物理ベクトル
34611 \begin_inset CommandInset label
34612 LatexCommand label
34613 name "sub:物理ベクトル"
34614
34615 \end_inset
34616
34617
34618 \begin_inset Index idx
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622 Vectors ! physical
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 LaTeXパッケージ
34632 \series bold
34633 braket
34634 \series default
34635
34636 \begin_inset Foot
34637 status collapsed
34638
34639 \begin_layout Plain Layout
34640
34641 \series bold
34642 braket
34643 \series default
34644  は標準的LaTeX頒布版のすべてに含まれています。
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \begin_inset Index idx
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 ぱっけーじ@パッケージ ! braket
34655 \end_layout
34656
34657 \end_inset
34658
34659 には、定義済みのベクトルが提供されており、
34660 \end_layout
34661
34662 \begin_layout Standard
34663
34664 \series bold
34665
34666 \backslash
34667 usepackage{braket}
34668 \end_layout
34669
34670 \begin_layout Standard
34671 というLaTeXプリアンブル行で読み込むことができます。
34672 \end_layout
34673
34674 \begin_layout Standard
34675 \begin_inset ERT
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679
34680
34681 \backslash
34682 ifbraket 
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \begin_inset Note Note
34689 status open
34690
34691 \begin_layout Plain Layout
34692 以下の表は、
34693 \series bold
34694 braket
34695 \series default
34696  LaTeXパッケージが導入済みのときのみ表示されます。
34697 \end_layout
34698
34699 \end_inset
34700
34701 以下のコマンドが定義されています。
34702 \end_layout
34703
34704 \begin_layout Standard
34705 \align center
34706 \begin_inset Tabular
34707 <lyxtabular version="3" rows="4" columns="2">
34708 <features rotate="0" tabularvalignment="middle">
34709 <column alignment="center" valignment="top">
34710 <column alignment="center" valignment="top">
34711 <row>
34712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716 コマンド
34717 \end_layout
34718
34719 \end_inset
34720 </cell>
34721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34722 \begin_inset Text
34723
34724 \begin_layout Plain Layout
34725 出力
34726 \end_layout
34727
34728 \end_inset
34729 </cell>
34730 </row>
34731 <row>
34732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736
34737 \backslash
34738 Bra{
34739 \backslash
34740 psi
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 \begin_inset Formula $\Bra{\psi}$
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \end_inset
34756 </cell>
34757 </row>
34758 <row>
34759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763
34764 \backslash
34765 Ket{
34766 \backslash
34767 psi
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776 \begin_inset Formula $\Ket{\psi}$
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790
34791 \backslash
34792 Braket{
34793 \backslash
34794 psi
34795 \begin_inset Formula $|$
34796 \end_inset
34797
34798
34799 \backslash
34800 phi
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 \begin_inset Formula $\Braket{\psi|\phi}$
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 </row>
34818 </lyxtabular>
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826
34827 \series bold
34828
34829 \backslash
34830 Braket
34831 \series default
34832 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34833 \begin_inset Formula 
34834 \[
34835 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34836 \]
34837
34838 \end_inset
34839
34840
34841 \begin_inset ERT
34842 status collapsed
34843
34844 \begin_layout Plain Layout
34845
34846
34847 \backslash
34848 else 
34849 \end_layout
34850
34851 \end_inset
34852
34853
34854 \begin_inset Note Note
34855 status open
34856
34857 \begin_layout Plain Layout
34858
34859 \series bold
34860 braket
34861 \series default
34862  LaTeXパッケージが導入されていないときには、以下が表示されます。
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 本小節の全体を出力で見るためには、
34872 \series bold
34873 braket
34874 \series default
34875  LaTeXパッケージを導入する必要があります。
34876 \end_layout
34877
34878 \begin_layout Standard
34879 \begin_inset ERT
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884
34885 \backslash
34886 fi 
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895
34896 \series bold
34897
34898 \backslash
34899 Braket
34900 \series default
34901 と同じ効果は、第
34902 \begin_inset CommandInset ref
34903 LatexCommand ref
34904 reference "sub:自動の括弧丈"
34905
34906 \end_inset
34907
34908 節に説明されているとおり、
34909 \series bold
34910
34911 \backslash
34912 middle
34913 \series default
34914 コマンドを用いることによっても実現できます。
34915 \end_layout
34916
34917 \begin_layout Subsection
34918 自己定義の分数
34919 \begin_inset CommandInset label
34920 LatexCommand label
34921 name "sub:自己定義の分数"
34922
34923 \end_inset
34924
34925
34926 \begin_inset Index idx
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 ぶんすう@分数 ! じこていぎの@自己定義の ---
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Standard
34939 分数用の自製コマンドを定義するには、以下の書式を持つ
34940 \series bold
34941
34942 \backslash
34943 genfrac
34944 \series default
34945
34946 \begin_inset Index idx
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950 こまんど@コマンド ! G ! 
34951 \backslash
34952 genfrac
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 \begin_inset Newline newline
34967 \end_inset
34968
34969
34970 \begin_inset Phantom HPhantom
34971 status open
34972
34973 \begin_layout Plain Layout
34974
34975 \series bold
34976
34977 \backslash
34978 genfrac
34979 \end_layout
34980
34981 \end_inset
34982
34983 {分子}{分母}
34984 \end_layout
34985
34986 \begin_layout Standard
34987 ここで「様式」は、0
34988 \begin_inset space \thinspace{}
34989 \end_inset
34990
34991 -
34992 \begin_inset space \thinspace{}
34993 \end_inset
34994
34995 3の範囲の数字です。
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \align center
35000 \begin_inset Tabular
35001 <lyxtabular version="3" rows="5" columns="2">
35002 <features rotate="0" tabularvalignment="middle">
35003 <column alignment="center" valignment="top">
35004 <column alignment="center" valignment="top">
35005 <row>
35006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 数字
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 様式(大きさ)
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 </row>
35025 <row>
35026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35027 \begin_inset Text
35028
35029 \begin_layout Plain Layout
35030 0
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 別行立て様式の数式
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 </row>
35045 <row>
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050 1
35051 \end_layout
35052
35053 \end_inset
35054 </cell>
35055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35056 \begin_inset Text
35057
35058 \begin_layout Plain Layout
35059 行内数式
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 </row>
35065 <row>
35066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070 2
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35076 \begin_inset Text
35077
35078 \begin_layout Plain Layout
35079 やや小(small)
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 </row>
35085 <row>
35086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35087 \begin_inset Text
35088
35089 \begin_layout Plain Layout
35090 3
35091 \end_layout
35092
35093 \end_inset
35094 </cell>
35095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099 最小(tiny)
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 </row>
35105 </lyxtabular>
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 「様式」を指定しないときには、
35114 \series bold
35115
35116 \backslash
35117 frac
35118 \series default
35119 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35120 \end_layout
35121
35122 \begin_layout Standard
35123 「分数線の厚み」を指定しないときには、既定値である0.4
35124 \begin_inset space \thinspace{}
35125 \end_inset
35126
35127 ptが用いられます。
35128 \end_layout
35129
35130 \begin_layout Standard
35131 \begin_inset VSpace medskip
35132 \end_inset
35133
35134 たとえば、第
35135 \begin_inset CommandInset ref
35136 LatexCommand ref
35137 reference "sub:分数"
35138
35139 \end_inset
35140
35141 節の
35142 \series bold
35143
35144 \backslash
35145 dfrac
35146 \series default
35147 コマンドおよび
35148 \series bold
35149
35150 \backslash
35151 tbinom
35152 \series default
35153 コマンドは、
35154 \end_layout
35155
35156 \begin_layout Standard
35157
35158 \series bold
35159
35160 \backslash
35161 newcommand{
35162 \backslash
35163 dfrac}[2]{
35164 \backslash
35165 genfrac{}{}{}{0}{#1}{#2}}
35166 \end_layout
35167
35168 \begin_layout Standard
35169 あるいは
35170 \end_layout
35171
35172 \begin_layout Standard
35173
35174 \series bold
35175
35176 \backslash
35177 newcommand{
35178 \backslash
35179 tbinom}[2]{
35180 \backslash
35181 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35182 \end_layout
35183
35184 \begin_layout Standard
35185 というコマンドで定義できます。
35186 \end_layout
35187
35188 \begin_layout Standard
35189 \begin_inset VSpace medskip
35190 \end_inset
35191
35192 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
35193 \end_layout
35194
35195 \begin_layout Standard
35196
35197 \series bold
35198
35199 \backslash
35200 newcommand{
35201 \backslash
35202 fracS}[3][]{
35203 \backslash
35204 genfrac{}{}{#1}{}{#2}{#3}}
35205 \end_layout
35206
35207 \begin_layout Standard
35208 という行を入れます。
35209 \begin_inset Newpage newpage
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 以下は、そのテストです。
35217 \begin_inset Formula 
35218 \begin{align*}
35219 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35220 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35221 \end{align*}
35222
35223 \end_inset
35224
35225 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35226 \end_layout
35227
35228 \begin_layout Subsection
35229 数式の消去
35230 \begin_inset Index idx
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234 すうしき@数式 ! しょうきょ@消去
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \end_layout
35241
35242 \begin_layout Standard
35243 数式を消去するには、4つの方法があります。
35244 \end_layout
35245
35246 \begin_layout Standard
35247 \align center
35248 \begin_inset Tabular
35249 <lyxtabular version="3" rows="5" columns="2">
35250 <features rotate="0" tabularvalignment="middle">
35251 <column alignment="center" valignment="top">
35252 <column alignment="center" valignment="top">
35253 <row>
35254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258 コマンド
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 出力
35268 \begin_inset Note Note
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272 ここで
35273 \series bold
35274
35275 \backslash
35276 raisebox
35277 \series default
35278 はスペーサーとして使用しているだけです。
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \end_layout
35285
35286 \end_inset
35287 </cell>
35288 </row>
35289 <row>
35290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35291 \begin_inset Text
35292
35293 \begin_layout Plain Layout
35294
35295 \backslash
35296 cancel
35297 \begin_inset space \textvisiblespace{}
35298 \end_inset
35299
35300 int
35301 \begin_inset space \textvisiblespace{}
35302 \end_inset
35303
35304 A=B
35305 \end_layout
35306
35307 \end_inset
35308 </cell>
35309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327
35328 \backslash
35329 bcancel
35330 \begin_inset space \textvisiblespace{}
35331 \end_inset
35332
35333
35334 \backslash
35335 int
35336 \begin_inset space \textvisiblespace{}
35337 \end_inset
35338
35339 A=B
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 <row>
35358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362
35363 \backslash
35364 xcancel
35365 \begin_inset space \textvisiblespace{}
35366 \end_inset
35367
35368
35369 \backslash
35370 int
35371 \begin_inset space \textvisiblespace{}
35372 \end_inset
35373
35374 A=B
35375 \end_layout
35376
35377 \end_inset
35378 </cell>
35379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35380 \begin_inset Text
35381
35382 \begin_layout Plain Layout
35383 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 </row>
35392 <row>
35393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Plain Layout
35397
35398 \backslash
35399 cancelto
35400 \begin_inset space \textvisiblespace{}
35401 \end_inset
35402
35403
35404 \backslash
35405 int
35406 \begin_inset space \textvisiblespace{}
35407 \end_inset
35408
35409 A=B
35410 \begin_inset Formula $\to$
35411 \end_inset
35412
35413 1
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \end_inset
35429 </cell>
35430 </row>
35431 </lyxtabular>
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Standard
35439
35440 \series bold
35441
35442 \backslash
35443 cancelto
35444 \series default
35445 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35446 \begin_inset Formula 
35447 \[
35448 \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}}}
35449 \]
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Standard
35457
35458 \lang english
35459 To change the size of 
35460 \series bold
35461
35462 \backslash
35463 cancelto
35464 \series default
35465 's 
35466 \begin_inset Quotes eld
35467 \end_inset
35468
35469 subscript
35470 \begin_inset Quotes erd
35471 \end_inset
35472
35473  value one can add the LaTeX-preamble line
35474 \end_layout
35475
35476 \begin_layout Standard
35477
35478 \series bold
35479
35480 \backslash
35481 PassOptionsToPackage{option}{cancel}
35482 \end_layout
35483
35484 \begin_layout Standard
35485
35486 \lang english
35487 where 
35488 \series bold
35489 option
35490 \series default
35491  is either 
35492 \series bold
35493 samesize
35494 \series default
35495  which leads to the same size as for the canceled value, or 
35496 \series bold
35497 Smaller
35498 \series default
35499  which makes is it a bit smaller than normal.
35500 \end_layout
35501
35502 \begin_layout Standard
35503 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35504 \end_layout
35505
35506 \begin_layout Standard
35507
35508 \series bold
35509
35510 \backslash
35511 renewcommand{
35512 \backslash
35513 CancelColor}{
35514 \backslash
35515 color{red}}
35516 \end_layout
35517
35518 \begin_layout Standard
35519 ここで
35520 \series bold
35521 red
35522 \series default
35523 は、お好みの色に変更することができます。
35524 \end_layout
35525
35526 \begin_layout Standard
35527 \begin_inset ERT
35528 status collapsed
35529
35530 \begin_layout Plain Layout
35531
35532
35533 \backslash
35534 renewcommand{
35535 \backslash
35536 CancelColor}{
35537 \backslash
35538 color{red}}
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 \begin_inset Formula 
35548 \[
35549 \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}}}
35550 \]
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Standard
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563
35564 \backslash
35565 renewcommand{
35566 \backslash
35567 CancelColor}{
35568 \backslash
35569 color{black}}
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Note Note
35576 status open
35577
35578 \begin_layout Plain Layout
35579 色をリセット
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \begin_layout Standard
35588 他の微調整については、
35589 \series bold
35590 cancel
35591 \series default
35592 パッケージの取扱説明書
35593 \begin_inset CommandInset citation
35594 LatexCommand cite
35595 key "cancel"
35596
35597 \end_inset
35598
35599 をご覧ください。
35600 \begin_inset Index idx
35601 status collapsed
35602
35603 \begin_layout Plain Layout
35604 ぱっけーじ@パッケージ ! cancel
35605 \end_layout
35606
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \begin_layout Subsection
35613 節見出し中の数式
35614 \begin_inset CommandInset label
35615 LatexCommand label
35616 name "sub:節見出し中の数式"
35617
35618 \end_inset
35619
35620
35621 \begin_inset Index idx
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35626 \end_layout
35627
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \begin_layout Standard
35634 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35635 \end_layout
35636
35637 \begin_layout Standard
35638 \begin_inset Note Greyedout
35639 status open
35640
35641 \begin_layout Plain Layout
35642 文書設定ダイアログの
35643 \family sans
35644 PDF特性
35645 \family default
35646
35647 \series bold
35648 hyperref
35649 \series default
35650
35651 \begin_inset Index idx
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655 ぱっけーじ@パッケージ ! hyperref
35656 \end_layout
35657
35658 \end_inset
35659
35660 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35661 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 これらの問題は、
35671 \family sans
35672 挿入\SpecialChar \menuseparator
35673 短縮タイトル
35674 \family default
35675 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35676 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35677 \end_layout
35678
35679 \begin_layout Standard
35680 数式を目次中でも使わなくてもならないが、
35681 \series bold
35682 hyperref
35683 \series default
35684 も使用しなくてはならないときには、
35685 \end_layout
35686
35687 \begin_layout Standard
35688
35689 \series bold
35690
35691 \backslash
35692 texorpdfstring{部分}{代替文字列}
35693 \begin_inset Index idx
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 こまんど@コマンド ! T ! 
35698 \backslash
35699 texorpdfstring
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708 というコマンドをTeXモードで使う方法があります。
35709 \end_layout
35710
35711 \begin_layout Standard
35712 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35713 文字列」が用いられます。
35714 \end_layout
35715
35716 \begin_layout Standard
35717 以下の二つは、見出しの例です。
35718 \begin_inset VSpace -3mm
35719 \end_inset
35720
35721
35722 \begin_inset ERT
35723 status collapsed
35724
35725 \begin_layout Plain Layout
35726
35727
35728 \backslash
35729 boldmath 
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Subsubsection
35738 目次中では数式を使わない見出し
35739 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35740 \end_inset
35741
35742
35743 \begin_inset Argument 1
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747 目次中では数式を使わない見出し
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Subsubsection
35756 目次中で数式を使う見出し
35757 \begin_inset ERT
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761
35762
35763 \backslash
35764 texorpdfstring{
35765 \end_layout
35766
35767 \end_inset
35768
35769  
35770 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35771 \end_inset
35772
35773
35774 \begin_inset ERT
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778
35779 }{}
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \begin_layout Standard
35788 \begin_inset ERT
35789 status collapsed
35790
35791 \begin_layout Plain Layout
35792
35793
35794 \backslash
35795 unboldmath 
35796 \end_layout
35797
35798 \end_inset
35799
35800 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35801 \series bold
35802
35803 \backslash
35804 texorpdfstring
35805 \series default
35806 が使われています。
35807 \end_layout
35808
35809 \begin_layout Standard
35810 他の節見出しと同じ書式を得るために、上の見出し全体は
35811 \series bold
35812 boldmath
35813 \series default
35814 環境に設定してあります
35815 \begin_inset Foot
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819
35820 \begin_inset CommandInset ref
35821 LatexCommand ref
35822 reference "sub:ボールド体の数式"
35823
35824 \end_inset
35825
35826 節参照。
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \end_layout
35833
35834 \begin_layout Subsection
35835 多段組文中の数式
35836 \begin_inset Index idx
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \end_layout
35847
35848 \begin_layout Standard
35849 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35850 \series bold
35851 multicol
35852 \series default
35853
35854 \begin_inset Foot
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858
35859 \series bold
35860 multicol
35861 \series default
35862 は、標準的LaTeX頒布版のすべてに含まれています。
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \begin_inset Index idx
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872 ぱっけーじ@パッケージ ! multicol
35873 \end_layout
35874
35875 \end_inset
35876
35877  LaTeXパッケージを、
35878 \end_layout
35879
35880 \begin_layout Standard
35881
35882 \series bold
35883
35884 \backslash
35885 usepackage{multicol}
35886 \end_layout
35887
35888 \begin_layout Standard
35889 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35890 \end_layout
35891
35892 \begin_layout Standard
35893 \begin_inset Note Greyedout
35894 status open
35895
35896 \begin_layout Plain Layout
35897 ここで、
35898 \family sans
35899 文書\SpecialChar \menuseparator
35900 設定
35901 \family default
35902 メニューの
35903 \family sans
35904 本文レイアウト
35905 \family default
35906 で、
35907 \family sans
35908 二段組文書
35909 \family default
35910 の設定を
35911 \emph on
35912 有効にしてはならない
35913 \emph default
35914 ことに注意してください。
35915 \end_layout
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \begin_layout Standard
35923 多段組文の前に
35924 \end_layout
35925
35926 \begin_layout Standard
35927
35928 \series bold
35929
35930 \backslash
35931 begin{multicols}{段数}
35932 \end_layout
35933
35934 \begin_layout Standard
35935 というコマンドをTeXモードで書き入れます。「段数」は、2
35936 \begin_inset space \thinspace{}
35937 \end_inset
35938
35939 -
35940 \begin_inset space \thinspace{}
35941 \end_inset
35942
35943 10のあいだの数字です。多段組文の終わる数式の前には、
35944 \end_layout
35945
35946 \begin_layout Standard
35947
35948 \series bold
35949
35950 \backslash
35951 end{multicols}
35952 \end_layout
35953
35954 \begin_layout Standard
35955 というコマンドをTeXモードで入れます。
35956 \end_layout
35957
35958 \begin_layout Standard
35959 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35960 \begin_inset space \thinspace{}
35961 \end_inset
35962
35963 mmの垂直空白を入れて下さい。数式様式
35964 \series bold
35965
35966 \begin_inset Foot
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970
35971 \series bold
35972 数式様式に関しては、第
35973 \series default
35974
35975 \begin_inset CommandInset ref
35976 LatexCommand ref
35977 reference "sec:数式様式"
35978
35979 \end_inset
35980
35981 節をご覧下さい。
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \series default
35988 として
35989 \series bold
35990 行頭下げ
35991 \series default
35992 を使用している場合には、代わりに-9
35993 \begin_inset space \thinspace{}
35994 \end_inset
35995
35996 mmの垂直空白を入れて下さい。
35997 \end_layout
35998
35999 \begin_layout Standard
36000 以下は、別行立て数式を含む、多段組文の例です。
36001 \end_layout
36002
36003 \begin_layout Standard
36004 \begin_inset ERT
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008
36009
36010 \backslash
36011 begin{multicols}{2}
36012 \end_layout
36013
36014 \end_inset
36015
36016
36017 \lang ngerman
36018 Das Spektrum wird fouriertransformiert.
36019  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36020 , Lösungsmittel) zu trennen.
36021  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36022  nun das Aussehen des Ausgangssignals.
36023  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36024  über alle Phasen integrieren muss.
36025  Sei nun 
36026 \begin_inset Formula $S$
36027 \end_inset
36028
36029  unser normiertes Ausgangssignal und 
36030 \begin_inset Formula $P$
36031 \end_inset
36032
36033  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36034 \lang japanese
36035
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 end{multicols}
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \begin_inset VSpace -6mm
36050 \end_inset
36051
36052
36053 \begin_inset Formula 
36054 \begin{equation}
36055 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36056 \end{equation}
36057
36058 \end_inset
36059
36060
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 begin{multicols}{2}
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \lang ngerman
36075 wobei 
36076 \begin_inset Formula $S_{0}$
36077 \end_inset
36078
36079  das Signal ohne Gradient ist und die Normierungsbedingung 
36080 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36081 \end_inset
36082
36083  gilt.
36084  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36085  Direkt nach dem 
36086 \begin_inset Formula $\nicefrac{\pi}{2}$
36087 \end_inset
36088
36089
36090 \begin_inset space \thinspace{}
36091 \end_inset
36092
36093 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36094  das Signal zusätzlich abschwächt.
36095  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36096  
36097 \begin_inset Formula $T_{2}$
36098 \end_inset
36099
36100 -Zeit.
36101 \end_layout
36102
36103 \begin_layout Standard
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 end{multicols}
36112 \end_layout
36113
36114 \end_inset
36115
36116  
36117 \end_layout
36118
36119 \begin_layout Subsection
36120 変数の説明付き数式
36121 \begin_inset Index idx
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Standard
36134 \begin_inset CommandInset ref
36135 LatexCommand eqref
36136 reference "eq:within"
36137
36138 \end_inset
36139
36140 式のように、数式内で変数の説明をするには、
36141 \begin_inset Formula $n$
36142 \end_inset
36143
36144 個の変数が使われている場合、左寄せの列を持つ
36145 \begin_inset Formula $2\times n$
36146 \end_inset
36147
36148 行列を使用します
36149 \begin_inset Foot
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 行列に関しては、第
36154 \begin_inset CommandInset ref
36155 LatexCommand ref
36156 reference "sec:行列"
36157
36158 \end_inset
36159
36160 節参照。
36161 \end_layout
36162
36163 \end_inset
36164
36165 。説明を小さな文字にするには、行列の前に、たとえば
36166 \series bold
36167
36168 \backslash
36169 footnotesize
36170 \series default
36171 コマンドを挿入します
36172 \begin_inset Foot
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176 フォント寸法に関しては、第
36177 \begin_inset CommandInset ref
36178 LatexCommand ref
36179 reference "sub:書体寸法"
36180
36181 \end_inset
36182
36183 節参照。
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Standard
36192 数式様式に
36193 \series bold
36194 行頭下げ
36195 \begin_inset Foot
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199
36200 \series bold
36201 数式様式に関しては、第
36202 \series default
36203
36204 \begin_inset CommandInset ref
36205 LatexCommand ref
36206 reference "sec:数式様式"
36207
36208 \end_inset
36209
36210 節参照。
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \series default
36217 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36218 \series bold
36219
36220 \backslash
36221 hfill
36222 \series default
36223
36224 \begin_inset Foot
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228
36229 \series bold
36230
36231 \backslash
36232 hfill
36233 \series default
36234 は、
36235 \series bold
36236 行頭下げ
36237 \series default
36238 様式のときのみ機能します。第
36239 \begin_inset CommandInset ref
36240 LatexCommand ref
36241 reference "sub:可変長の空白"
36242
36243 \end_inset
36244
36245 節をご覧下さい。
36246 \end_layout
36247
36248 \end_inset
36249
36250 を入れます。
36251 \end_layout
36252
36253 \begin_layout Standard
36254 数式様式に
36255 \series bold
36256 中央揃え
36257 \series default
36258 を使っている場合、数式を字下げするには、第
36259 \begin_inset CommandInset ref
36260 LatexCommand ref
36261 reference "sub:flalign環境"
36262
36263 \end_inset
36264
36265 節で述べた方法を使用します。
36266 \begin_inset CommandInset ref
36267 LatexCommand eqref
36268 reference "eq:within"
36269
36270 \end_inset
36271
36272 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
36273 \begin_inset Formula 
36274 \begin{flalign}
36275 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36276 \rho & \textrm{density}\\
36277 V & \textrm{volume}\\
36278 g & \textrm{gravitational acceleration}
36279 \end{array} &  & {}\label{eq:within}
36280 \end{flalign}
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Subsection
36288 アップライト体のギリシャ小文字
36289 \begin_inset CommandInset label
36290 LatexCommand label
36291 name "sub:アップライト体ギリシャ小文字"
36292
36293 \end_inset
36294
36295
36296 \begin_inset Index idx
36297 status collapsed
36298
36299 \begin_layout Plain Layout
36300 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \begin_layout Standard
36309 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36310 \begin_inset Formula $\pi$
36311 \end_inset
36312
36313 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36314 \series bold
36315 upgreek.sty
36316 \series default
36317
36318 \begin_inset Foot
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322
36323 \series bold
36324 upgreek
36325 \series default
36326 は、
36327 \series bold
36328 was
36329 \series default
36330
36331 \begin_inset Index idx
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335 ぱっけーじ@パッケージ ! was
36336 \begin_inset ERT
36337 status collapsed
36338
36339 \begin_layout Plain Layout
36340
36341
36342 \backslash
36343 vspace{4mm}
36344 \end_layout
36345
36346 \end_inset
36347
36348
36349 \end_layout
36350
36351 \end_inset
36352
36353  LaTeXパッケージの一部です。
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \begin_inset Index idx
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363 ぱっけーじ@パッケージ ! upgreek
36364 \end_layout
36365
36366 \end_inset
36367
36368  ファイルを
36369 \end_layout
36370
36371 \begin_layout Standard
36372
36373 \series bold
36374
36375 \backslash
36376 usepackage{upgreek}
36377 \end_layout
36378
36379 \begin_layout Standard
36380 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36381 \begin_inset ERT
36382 status collapsed
36383
36384 \begin_layout Plain Layout
36385
36386
36387 \backslash
36388 ifupgreek 
36389 \end_layout
36390
36391 \end_inset
36392
36393
36394 \begin_inset Note Note
36395 status open
36396
36397 \begin_layout Plain Layout
36398 以下の表は、
36399 \series bold
36400 upgreek
36401 \series default
36402  LaTeXパッケージが導入済みのときのみ表示されます。
36403 \end_layout
36404
36405 \end_inset
36406
36407 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36408 \series bold
36409 up
36410 \series default
36411 を付けると作ることができます。たとえば
36412 \series bold
36413
36414 \backslash
36415 uptau
36416 \series default
36417 コマンドは、
36418 \begin_inset Formula $\uptau$
36419 \end_inset
36420
36421 のようになります。
36422 \end_layout
36423
36424 \begin_layout Standard
36425 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36426 \begin_inset Formula 
36427 \[
36428 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36429 \]
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Standard
36437 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36438 \begin_inset Formula $\mu m$
36439 \end_inset
36440
36441 」のような単位に使うべきではありません。
36442 \end_layout
36443
36444 \begin_layout Standard
36445 \begin_inset ERT
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449
36450
36451 \backslash
36452 else 
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \begin_inset Note Note
36459 status open
36460
36461 \begin_layout Plain Layout
36462 以下は、
36463 \series bold
36464 upgreek
36465 \series default
36466  LaTeXパッケージが導入されていないときのみ表示されます。
36467 \end_layout
36468
36469 \end_inset
36470
36471
36472 \end_layout
36473
36474 \begin_layout Standard
36475 この小節のすべてを出力で見るには、
36476 \series bold
36477 upgreek
36478 \series default
36479  LaTeXパッケージを導入する必要があります。
36480 \end_layout
36481
36482 \begin_layout Standard
36483 \begin_inset ERT
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487
36488
36489 \backslash
36490 fi 
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \begin_inset Newpage newpage
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \begin_layout Subsection
36503 数式中のテキスト文字
36504 \begin_inset Index idx
36505 status collapsed
36506
36507 \begin_layout Plain Layout
36508 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Standard
36517 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36518 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36519 \end_inset
36520
36521 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36522 \series bold
36523
36524 \backslash
36525 cdot
36526 \series default
36527
36528 \begin_inset Foot
36529 status collapsed
36530
36531 \begin_layout Plain Layout
36532
36533 \begin_inset CommandInset ref
36534 LatexCommand ref
36535 reference "sub:二項演算子"
36536
36537 \end_inset
36538
36539 節参照。
36540 \end_layout
36541
36542 \end_inset
36543
36544 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36545 \end_layout
36546
36547 \begin_layout Standard
36548
36549 \series bold
36550
36551 \backslash
36552 Declare Inputtext{183}{
36553 \backslash
36554 ifmmode
36555 \backslash
36556 cdot
36557 \backslash
36558 else
36559 \backslash
36560 textperiodcentered
36561 \backslash
36562 f\SpecialChar \textcompwordmark{}
36563 i}
36564 \end_layout
36565
36566 \begin_layout Standard
36567 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36568 \end_layout
36569
36570 \begin_layout Standard
36571 文字エンコーディング(
36572 \family sans
36573 文書\SpecialChar \menuseparator
36574 設定\SpecialChar \menuseparator
36575 言語
36576 \family default
36577 メニュー)は、キーボード上の
36578 \begin_inset Flex Ruby
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582
36583 \begin_inset Argument post:1
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 キー
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \end_inset
36596
36597 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36598 \series bold
36599
36600 \backslash
36601 textperiodcentered
36602 \series default
36603 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36604 否かによって、正しいコマンドが自動的に選択されます。
36605 \end_layout
36606
36607 \begin_layout Standard
36608 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36609 \series bold
36610 latin9
36611 \series default
36612 エンコーディングは、LaTeXがインストールされたフォルダにある
36613 \series bold
36614 latin9.def
36615 \series default
36616 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36617 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36618 \end_layout
36619
36620 \begin_layout Standard
36621 \begin_inset VSpace medskip
36622 \end_inset
36623
36624 中黒の他にこの文書では、角度記号「
36625 \begin_inset Formula $^{\circ}$
36626 \end_inset
36627
36628 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36629 \begin_inset Foot
36630 status collapsed
36631
36632 \begin_layout Plain Layout
36633 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \begin_layout Standard
36642
36643 \series bold
36644
36645 \backslash
36646 DeclareInputtext{176}{
36647 \backslash
36648 ifmmode^
36649 \backslash
36650 circ
36651 \backslash
36652 else
36653 \backslash
36654 textdegree
36655 \backslash
36656 f\SpecialChar \textcompwordmark{}
36657 i}
36658 \end_layout
36659
36660 \begin_layout Subsection
36661
36662 \lang english
36663 LaTeX-comments in formulas
36664 \end_layout
36665
36666 \begin_layout Standard
36667
36668 \lang english
36669 In text you can insert a comment that will only be visible in the LaTeX
36670  source code of your file with the menu 
36671 \family sans
36672 Insert\SpecialChar \menuseparator
36673 Note\SpecialChar \menuseparator
36674 Comment
36675 \family default
36676 .
36677  This is not possible in a formula but you can insert LaTeX-comments with
36678  the command
36679 \end_layout
36680
36681 \begin_layout Standard
36682
36683 \series bold
36684
36685 \backslash
36686 %
36687 \end_layout
36688
36689 \begin_layout Standard
36690
36691 \lang english
36692 This creates a box in which you can write your comment.
36693  Due to a bug in LyX
36694 \lang japanese
36695
36696 \begin_inset Foot
36697 status collapsed
36698
36699 \begin_layout Plain Layout
36700 \begin_inset CommandInset href
36701 LatexCommand href
36702 name "LyX-bug #9002"
36703 target "http://www.lyx.org/trac/ticket/9002"
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \end_inset
36711
36712  
36713 \lang english
36714 you cannot write normal text into the comment, even when you use mathematical
36715  text, you will see its LaTeX-commands in the LaTeX-output.
36716 \begin_inset Newline newline
36717 \end_inset
36718
36719 This a formula with a LaTeX-comment:
36720 \lang japanese
36721
36722 \begin_inset Formula 
36723 \[
36724 A=B%\text{This is the comment}
36725 \]
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset Newpage newpage
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Section
36740 \start_of_appendix
36741 組版上の助言
36742 \begin_inset Index idx
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 くみばんじょうのじょげん@組版上の助言
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_layout Standard
36755 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36756 \begin_inset Foot
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 この要約の一部は、ISO規則を取り上げている「Duden」
36761 \begin_inset CommandInset citation
36762 LatexCommand cite
36763 key "Duden"
36764
36765 \end_inset
36766
36767 と呼ばれるドイツの半公的辞書から採られています。
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Itemize
36776 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36777 \begin_inset Foot
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781 書体様式で指定します。第
36782 \begin_inset CommandInset ref
36783 LatexCommand ref
36784 reference "sub:書体様式"
36785
36786 \end_inset
36787
36788 節を参照。
36789 \end_layout
36790
36791 \end_inset
36792
36793 :30
36794 \begin_inset space \thinspace{}
36795 \end_inset
36796
36797 km/h
36798 \begin_inset Newline newline
36799 \end_inset
36800
36801 値と単位の間には、最小空白を入れます。第
36802 \begin_inset CommandInset ref
36803 LatexCommand ref
36804 reference "sub:定義済みの空白"
36805
36806 \end_inset
36807
36808 節を参照。
36809 \begin_inset Newline newline
36810 \end_inset
36811
36812 この慣習は、
36813 \series bold
36814
36815 \backslash
36816 unittwo
36817 \series default
36818 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36819 が得られます:
36820 \begin_inset Formula $\unit[30]{km/h}$
36821 \end_inset
36822
36823
36824 \begin_inset space \thinspace{}
36825 \end_inset
36826
36827 。実は、
36828 \series bold
36829
36830 \backslash
36831 unittwo
36832 \series default
36833 は、LaTeXコマンドの実体ではなく、
36834 \series bold
36835
36836 \backslash
36837 unit[値]{単位}
36838 \series default
36839 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36840 \end_layout
36841
36842 \begin_layout Itemize
36843 百分率記号と千分率記号は、物理単位と同様に組みます:
36844 \begin_inset Newline newline
36845 \end_inset
36846
36847 血中アルコール1,2
36848 \begin_inset space \thinspace{}
36849 \end_inset
36850
36851
36852 \end_layout
36853
36854 \begin_layout Itemize
36855 角度記号は値の直後に置きます:
36856 \begin_inset Formula $15^{\circ}$
36857 \end_inset
36858
36859 。しかし、単位として用いられるときは別です:15
36860 \begin_inset space \thinspace{}
36861 \end_inset
36862
36863
36864 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \begin_layout Itemize
36871 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36872 \begin_inset space \thinspace{}
36873 \end_inset
36874
36875 473
36876 \begin_inset space \thinspace{}
36877 \end_inset
36878
36879 588
36880 \end_layout
36881
36882 \begin_layout Itemize
36883 \begin_inset Formula $120\times90\times40$
36884 \end_inset
36885
36886
36887 \begin_inset space \thinspace{}
36888 \end_inset
36889
36890 cmのような寸法には、積記号「
36891 \begin_inset Formula $\times$
36892 \end_inset
36893
36894 」を用います。これは、
36895 \series bold
36896
36897 \backslash
36898 times
36899 \series default
36900 コマンドか、
36901 \family sans
36902 挿入\SpecialChar \menuseparator
36903 特殊文字\SpecialChar \menuseparator
36904 記号
36905 \family default
36906 メニューから入れることができます。
36907 \end_layout
36908
36909 \begin_layout Itemize
36910 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36911 \begin_inset CommandInset ref
36912 LatexCommand ref
36913 reference "sub:定義済み函数"
36914
36915 \end_inset
36916
36917 節を参照。
36918 \end_layout
36919
36920 \begin_layout Itemize
36921 複数の文字を含む指数は、アップライト体にします:
36922 \begin_inset Formula $E_{\mathrm{kin}}$
36923 \end_inset
36924
36925
36926 \begin_inset Newline newline
36927 \end_inset
36928
36929 行列要素はイタリック体にします:
36930 \begin_inset Formula $\hat{H}_{kl}$
36931 \end_inset
36932
36933
36934 \end_layout
36935
36936 \begin_layout Itemize
36937 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36938 \end_layout
36939
36940 \begin_layout Itemize
36941
36942 \noun on
36943 フーリエ
36944 \noun default
36945 変換を表す文字は、
36946 \series bold
36947
36948 \backslash
36949 mathscr
36950 \begin_inset space \textvisiblespace{}
36951 \end_inset
36952
36953 {F
36954 \series default
36955 コマンド
36956 \begin_inset Index idx
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 こまんど@コマンド! M ! 
36961 \backslash
36962 mathscr
36963 \end_layout
36964
36965 \end_inset
36966
36967
36968 \family sans
36969 挿入\SpecialChar \menuseparator
36970 特殊文字\SpecialChar \menuseparator
36971 記号\SpecialChar \menuseparator
36972 文字様記号
36973 \family default
36974 メニューの
36975 \begin_inset Formula $\mathscr{F}$
36976 \end_inset
36977
36978 で入れることができます。
36979 \end_layout
36980
36981 \begin_layout Standard
36982 \begin_inset Newpage newpage
36983 \end_inset
36984
36985
36986 \end_layout
36987
36988 \begin_layout Section
36989 同義語
36990 \begin_inset Index idx
36991 status collapsed
36992
36993 \begin_layout Plain Layout
36994 どうぎご@同義語
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Standard
37003 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
37004 \end_layout
37005
37006 \begin_layout Standard
37007 \begin_inset VSpace bigskip
37008 \end_inset
37009
37010
37011 \begin_inset space \hfill{}
37012 \end_inset
37013
37014
37015 \begin_inset Tabular
37016 <lyxtabular version="3" rows="12" columns="2">
37017 <features rotate="0" tabularvalignment="middle">
37018 <column alignment="center" valignment="top" width="0pt">
37019 <column alignment="center" valignment="top" width="0pt">
37020 <row>
37021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025 コマンド
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 同義のコマンド
37035 \begin_inset Note Note
37036 status collapsed
37037
37038 \begin_layout Plain Layout
37039 ここで
37040 \series bold
37041
37042 \backslash
37043 raisebox
37044 \series default
37045 はスペーサーとして使用しているだけです。
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 </row>
37056 <row>
37057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061
37062 \backslash
37063 ast
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37069 \begin_inset Text
37070
37071 \begin_layout Plain Layout
37072 \begin_inset ERT
37073 status collapsed
37074
37075 \begin_layout Plain Layout
37076
37077
37078 \backslash
37079 raisebox{-1.2mm}{
37080 \end_layout
37081
37082 \end_inset
37083
37084 *
37085 \begin_inset ERT
37086 status collapsed
37087
37088 \begin_layout Plain Layout
37089
37090 }
37091 \end_layout
37092
37093 \end_inset
37094
37095
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 choose
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117
37118 \backslash
37119 binom
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 <row>
37126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 geq
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \backslash
37143 ge
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 lbrace
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 {
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176
37177 \backslash
37178 lbracket
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 [
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198
37199 \backslash
37200 leftarrow
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209
37210 \backslash
37211 gets
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 </row>
37217 <row>
37218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222
37223 \backslash
37224 leq
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233
37234 \backslash
37235 le
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246
37247 \backslash
37248 lor
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257
37258 \backslash
37259 vee
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 neq
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283 not=
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296 slash
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 /
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 <row>
37312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \backslash
37318 vert
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 \begin_inset Formula $|$
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 </row>
37336 </lyxtabular>
37337
37338 \end_inset
37339
37340
37341 \begin_inset space \hfill{}
37342 \end_inset
37343
37344
37345 \begin_inset Tabular
37346 <lyxtabular version="3" rows="12" columns="2">
37347 <features rotate="0" tabularvalignment="middle">
37348 <column alignment="center" valignment="top" width="0pt">
37349 <column alignment="center" valignment="top" width="0pt">
37350 <row>
37351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 コマンド
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 同義のコマンド
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 </row>
37370 <row>
37371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375
37376 \backslash
37377 backslash
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388
37389 \backslash
37390
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 </row>
37396 <row>
37397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401
37402 \backslash
37403 dasharrow
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 dashrightarrow
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 land
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 wedge
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 rbrace
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 }
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 rbracket
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 ]
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 </row>
37488 <row>
37489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493
37494 \backslash
37495 rightarrow
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 to
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 </row>
37512 <row>
37513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 lnot
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 neg
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 </row>
37536 <row>
37537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 ne
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 not=
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 </row>
37560 <row>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 owns
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 ni
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 </row>
37584 <row>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 square
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 Box
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 <row>
37609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 Vert
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626
37627 \begin_inset Formula $|$
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \end_inset
37634 </cell>
37635 </row>
37636 </lyxtabular>
37637
37638 \end_inset
37639
37640
37641 \begin_inset space \hfill{}
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \begin_layout Standard
37648 \begin_inset Newpage newpage
37649 \end_inset
37650
37651
37652 \end_layout
37653
37654 \begin_layout Bibliography
37655 \begin_inset CommandInset bibitem
37656 LatexCommand bibitem
37657 key "TLC2"
37658
37659 \end_inset
37660
37661
37662 \shape smallcaps
37663 Mittelbach, F.
37664  ; Goossens, M.
37665 \shape default
37666
37667 \shape italic
37668 The LaTeX Companion
37669 \shape default
37670 , 2nd ed.
37671  Addison Wesley, 2004
37672 \end_layout
37673
37674 \begin_layout Bibliography
37675 \begin_inset CommandInset bibitem
37676 LatexCommand bibitem
37677 key "Mathmode"
37678
37679 \end_inset
37680
37681 LaTeXの数式能力の
37682 \begin_inset CommandInset href
37683 LatexCommand href
37684 name "説明"
37685 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37686
37687 \end_inset
37688
37689
37690 \end_layout
37691
37692 \begin_layout Bibliography
37693 \begin_inset CommandInset bibitem
37694 LatexCommand bibitem
37695 key "AMS"
37696
37697 \end_inset
37698
37699
37700 \begin_inset ERT
37701 status collapsed
37702
37703 \begin_layout Plain Layout
37704
37705
37706 \backslash
37707 AmS
37708 \end_layout
37709
37710 \end_inset
37711
37712 -LaTeXの
37713 \begin_inset CommandInset href
37714 LatexCommand href
37715 name "説明"
37716 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37717
37718 \end_inset
37719
37720
37721 \end_layout
37722
37723 \begin_layout Bibliography
37724 \begin_inset CommandInset bibitem
37725 LatexCommand bibitem
37726 key "Symbols"
37727
37728 \end_inset
37729
37730 LaTeXパッケージで利用できる記号の
37731 \begin_inset CommandInset href
37732 LatexCommand href
37733 name "全覧"
37734 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37735
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \begin_layout Bibliography
37742 \begin_inset CommandInset bibitem
37743 LatexCommand bibitem
37744 key "cancel"
37745
37746 \end_inset
37747
37748 LaTeX 
37749 \series bold
37750 cancel
37751 \series default
37752
37753 \begin_inset Index idx
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757 ぱっけーじ@パッケージ ! cancel
37758 \end_layout
37759
37760 \end_inset
37761
37762 パッケージの
37763 \begin_inset CommandInset href
37764 LatexCommand href
37765 name "取扱説明書"
37766 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37767
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \begin_layout Bibliography
37774 \begin_inset CommandInset bibitem
37775 LatexCommand bibitem
37776 key "hyperref"
37777
37778 \end_inset
37779
37780 LaTeX 
37781 \series bold
37782 hyperref
37783 \series default
37784
37785 \begin_inset Index idx
37786 status collapsed
37787
37788 \begin_layout Plain Layout
37789 ぱっけーじ@パッケージ ! hyperref
37790 \end_layout
37791
37792 \end_inset
37793
37794 パッケージの
37795 \begin_inset CommandInset href
37796 LatexCommand href
37797 name "取扱説明書"
37798 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37799
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \begin_layout Bibliography
37806 \begin_inset CommandInset bibitem
37807 LatexCommand bibitem
37808 key "mhchem"
37809
37810 \end_inset
37811
37812 LaTeX 
37813 \series bold
37814 mhchem
37815 \series default
37816
37817 \begin_inset Index idx
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821 ぱっけーじ@パッケージ ! mhchem
37822 \end_layout
37823
37824 \end_inset
37825
37826 パッケージの
37827 \begin_inset CommandInset href
37828 LatexCommand href
37829 name "取扱説明書"
37830 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
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