]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: replace tables by formal ones - part 3
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem losen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
30 % die Kapitelnummer geschrieben.
31 % Als Losung wird mehr Platz zwischen Nummer und
32 % Uberschrift eingefugt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter some characters directly in LyX,
37 % see sec. 22.11
38 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 %\addto\extrasenglish{%
44 % \renewcommand*{\equationautorefname}[1]{}
45 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
46 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
47 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
48 %}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % add 0.5 mm vertical space for table rows
66 \@ifundefined{extrarowheight} {\usepackage{array}}{}
67 \setlength{\extrarowheight}{0.5mm}
68
69 % insert additional vertical space of 1.5 mm between footnotes,
70 \let\myFoot\footnote
71 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
72
73 % makes caption labels bold
74 %\setkomafont{captionlabel}{\bfseries}
75
76 % enables calculation of values
77 \usepackage{calc}
78
79 % for multiple columns used in sec. 24.7
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package undertilde
111 % used for the command \utilde
112 \newboolean{undertilde}
113 \IfFileExists{undertilde.sty}
114  {\usepackage{undertilde}
115   \setboolean{undertilde}{true}}
116  {\setboolean{undertilde}{false}}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % needed in sec. 22.4
127 % check for package braket
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % needed in sec. 22.10
142 % check for package upgreek
143 \newboolean{upgreek}
144 \IfFileExists{upgreek.sty}
145  {\usepackage{upgreek}
146   \setboolean{upgreek}{true}}
147  {\setboolean{upgreek}{false}}
148
149 % make pdf bookmark sane with Japanese
150 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
151
152 \renewcommand{\seename}{→}
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
155 \use_default_options true
156 \maintain_unincluded_children false
157 \begin_local_layout
158 InsetLayout             Flex:Ruby
159 LyxType         charstyle
160 LatexType               command
161 LatexName               ruby
162 BgColor         none
163 LabelString             "ルビ"
164 Decoration              Conglomerate
165 Argument post:1
166 LabelString     "ルビ文"
167 MenuString      "ルビ文(S)|S"
168 Decoration      Conglomerate
169 Font
170 Size            tiny
171 EndFont
172 LabelFont
173 Size            tiny
174 EndFont
175 Mandatory       1
176 EndArgument
177 Preamble
178 \IfFileExists{okumacro.sty}
179 {\usepackage{okumacro}}
180 {\newcommand{\ruby}[2]{#2}}
181 EndPreamble
182 End
183 \end_local_layout
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_math auto
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_osf false
196 \font_sf_scale 100
197 \font_tt_scale 100
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize default
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX's Math Manual"
207 \pdf_author "LyX Team, Uwe Stohr"
208 \pdf_subject "LyX-documentation about math"
209 \pdf_keywords "LyX, Mathed"
210 \pdf_bookmarks false
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
220 \papersize a4paper
221 \use_geometry true
222 \use_package amsmath 2
223 \use_package amssymb 2
224 \use_package cancel 0
225 \use_package esint 1
226 \use_package mathdots 1
227 \use_package mathtools 2
228 \use_package mhchem 1
229 \use_package stackrel 0
230 \use_package stmaryrd 0
231 \use_package undertilde 0
232 \cite_engine basic
233 \cite_engine_type default
234 \biblio_style plain
235 \use_bibtopic false
236 \use_indices false
237 \paperorientation portrait
238 \suppress_date false
239 \justification true
240 \use_refstyle 0
241 \notefontcolor #0000ff
242 \index 索引
243 \shortcut idx
244 \color #008000
245 \end_index
246 \leftmargin 3.5cm
247 \topmargin 3cm
248 \rightmargin 3cm
249 \bottommargin 3.5cm
250 \secnumdepth 4
251 \tocdepth 3
252 \paragraph_separation skip
253 \defskip medskip
254 \quotes_language english
255 \papercolumns 1
256 \papersides 2
257 \paperpagestyle plain
258 \tracking_changes false
259 \output_changes true
260 \html_math_output 0
261 \html_css_as_file 0
262 \html_be_strict false
263 \end_header
264
265 \begin_body
266
267 \begin_layout Title
268 \SpecialChar LyX
269 の数式詳細説明書
270 \end_layout
271
272 \begin_layout Author
273 \SpecialChar LyX
274 プロジェクトチーム
275 \begin_inset Foot
276 status collapsed
277
278 \begin_layout Plain Layout
279 \noindent
280 コメントや誤りの修正などがございましたら、\SpecialChar LyX
281 文書化メーリングリスト
282 \family typewriter
283
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \family default
294 までお知らせください。
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Note Note
301 status collapsed
302
303 \begin_layout Plain Layout
304 著者:Uwe Stöhr
305 \end_layout
306
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \family sans
319 第2.1.x版
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset CommandInset toc
324 LatexCommand tableofcontents
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Note Note
333 status open
334
335 \begin_layout Plain Layout
336 この文書をPDFやPS、DVIに書き出すには、\SpecialChar LaTeX
337 パッケージの
338 \series bold
339 braket
340 \series default
341
342 \series bold
343 cancel
344 \series default
345
346 \series bold
347 eurosym
348 \series default
349
350 \series bold
351 mathdots
352 \series default
353
354 \series bold
355 mhchem
356 \series default
357
358 \series bold
359 undertilde
360 \series default
361
362 \series bold
363 was
364 \series default
365 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
366 \series bold
367 mhchem
368 \series default
369 が導入されていないと、本ファイルを書き出すことができません。
370 \end_layout
371
372 \begin_layout Plain Layout
373 この文書の最新のPDF版は
374 \begin_inset Newline newline
375 \end_inset
376
377
378 \series bold
379 http://wiki.lyx.org/\SpecialChar LyX
380 /DocumentationDevelopment#Math
381 \begin_inset Newline newline
382 \end_inset
383
384
385 \series default
386 にあります。
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Standard
395 \begin_inset Newpage newpage
396 \end_inset
397
398
399 \end_layout
400
401 \begin_layout Section
402 はじめに
403 \end_layout
404
405 \begin_layout Standard
406 この文書は、\SpecialChar LyX
407 の数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
408 コマンドのコレクションでもあります。説明は、コマンドの使用を念頭に置い
409 ています。したがって、ユーザーの手引きの
410 \family typewriter
411 数式
412 \family default
413 の節をすでにお読みになっていることを前提としています。
414 \end_layout
415
416 \begin_layout Standard
417 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
418 \family sans
419 挿入\SpecialChar menuseparator
420 数式
421 \family default
422 メニューか
423 \family sans
424 数式ツールバー
425 \family default
426 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
427 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
428 \end_layout
429
430 \begin_layout Standard
431 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
432 \family sans
433 文書\SpecialChar menuseparator
434 設定\SpecialChar menuseparator
435 数式オプション
436 \family default
437 メニュー)で
438 \family sans
439 AMS mathパッケージを使う
440 \family default
441 オプションを有効にしなくてはなりません
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446
447 \family sans
448 AMS mathパッケージを自動的に使う
449 \family default
450 オプションは、\SpecialChar LyX
451 でサポートされている数式要素が見つかったときのみ、
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 AmS 
460 \end_layout
461
462 \end_inset
463
464 -mathパッケージを使用します。
465 \end_layout
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 説明を明瞭にするために、この文書はすべての
474 \begin_inset ERT
475 status collapsed
476
477 \begin_layout Plain Layout
478
479
480 \backslash
481 AmS 
482 \end_layout
483
484 \end_inset
485
486 -mathコマンド
487 \begin_inset Foot
488 status collapsed
489
490 \begin_layout Plain Layout
491 すべての
492 \begin_inset ERT
493 status collapsed
494
495 \begin_layout Plain Layout
496
497
498 \backslash
499 AmS
500 \end_layout
501
502 \end_inset
503
504 -mathコマンドの一覧は、
505 \family sans
506
507 \begin_inset CommandInset href
508 LatexCommand href
509 name "amsguide.ps"
510 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
511
512 \end_inset
513
514
515 \family default
516 ファイルに収録されています。このファイルは、すべての\SpecialChar LaTeX
517 標準頒布版に含まれています。
518 \end_layout
519
520 \end_inset
521
522 を列挙はしません。
523 \end_layout
524
525 \begin_layout Section
526 一般的な説明
527 \end_layout
528
529 \begin_layout Standard
530 本文に埋め込まれた行内数式
531 \begin_inset Index idx
532 status collapsed
533
534 \begin_layout Plain Layout
535 すうしき @ 数式 ! ぎょうない @ 行内
536 \end_layout
537
538 \end_inset
539
540 を作成するには、
541 \begin_inset Flex Ruby
542 status collapsed
543
544 \begin_layout Plain Layout
545 捷径
546 \begin_inset Argument post:1
547 status collapsed
548
549 \begin_layout Plain Layout
550 ショートカット
551 \end_layout
552
553 \end_inset
554
555
556 \end_layout
557
558 \end_inset
559
560
561 \begin_inset Info
562 type  "shortcuts"
563 arg   "math-mode"
564 \end_inset
565
566 のうちのいずれか、あるいはツールバーボタン
567 \begin_inset Info
568 type  "icon"
569 arg   "math-mode"
570 \end_inset
571
572 を使用してください。
573 \begin_inset Newline newline
574 \end_inset
575
576 大きく別の段落として表示される別行立て数式
577 \begin_inset Index idx
578 status collapsed
579
580 \begin_layout Plain Layout
581 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
582 \end_layout
583
584 \end_inset
585
586 を作成するには、
587 \begin_inset Info
588 type  "shortcuts"
589 arg   "math-display"
590 \end_inset
591
592 のうちいずれかの捷径を使用して下さい。
593 \end_layout
594
595 \begin_layout Standard
596 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
597 \begin_inset Info
598 type  "shortcuts"
599 arg   "math-mode"
600 \end_inset
601
602 のいずれかの捷径か、
603 \family sans
604 編集\SpecialChar menuseparator
605 数式\SpecialChar menuseparator
606 数式の表記を変更
607 \family default
608 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
609 \end_layout
610
611 \begin_layout Standard
612 行内数式の一部を別行立て数式の大きさで表示するには、
613 \series bold
614
615 \backslash
616 displaystyle
617 \begin_inset Index idx
618 status collapsed
619
620 \begin_layout Plain Layout
621
622 \size normal
623 こまんど@コマンド ! D ! 
624 \backslash
625 displaystyle
626 \end_layout
627
628 \end_inset
629
630
631 \series default
632 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
633 \end_layout
634
635 \begin_layout Standard
636 表の中では、行内数式のみの使用が許されています。
637 \end_layout
638
639 \begin_layout Standard
640
641 \family sans
642 数式ツールバー
643 \family default
644 は、
645 \family sans
646 表示\SpecialChar menuseparator
647 ツールバー
648 \family default
649 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
650 \family sans
651 ツールバー
652 \family default
653 メニューの中ではチェック印で表されます。この状態から、
654 \family sans
655 ツールバー
656 \family default
657 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
658 数式(自動)」に変わることで表されます。
659 \end_layout
660
661 \begin_layout Standard
662 \SpecialChar TeX
663 モード
664 \begin_inset Index idx
665 status collapsed
666
667 \begin_layout Plain Layout
668 T exもーど@\SpecialChar TeX
669 モード
670 \end_layout
671
672 \end_inset
673
674 は、ツールバーボタン
675 \begin_inset Info
676 type  "icon"
677 arg   "ert-insert"
678 \end_inset
679
680 を押すか、
681 \family sans
682 挿入\SpecialChar menuseparator
683 Te
684 \begin_inset ERT
685 status collapsed
686
687 \begin_layout Plain Layout
688
689 {}
690 \end_layout
691
692 \end_inset
693
694 Xコード
695 \family default
696 (捷径:
697 \begin_inset Info
698 type  "shortcut"
699 arg   "ert-insert"
700 \end_inset
701
702 )メニューを使うことで、起動できます。
703 \begin_inset Note Note
704 status collapsed
705
706 \begin_layout Plain Layout
707 \SpecialChar LyX
708 には、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、\SpecialChar TeX
709 ・\SpecialChar LaTeX
710 ・\SpecialChar LyX
711 があります。これらの名称が、固有名詞として認識されるのを防ぐために、ここでは\SpecialChar TeX
712 括弧
713 が挿入されています。
714 \end_layout
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 \SpecialChar LaTeX
723 プリアンブル
724 \begin_inset Index idx
725 status collapsed
726
727 \begin_layout Plain Layout
728 L atexぷりあんぶる@\SpecialChar LaTeX
729 プリアンブル
730 \end_layout
731
732 \end_inset
733
734 を変更するには、
735 \family sans
736 文書\SpecialChar menuseparator
737 設定\SpecialChar menuseparator
738 LaT
739 \begin_inset ERT
740 status collapsed
741
742 \begin_layout Plain Layout
743
744 {}
745 \end_layout
746
747 \end_inset
748
749 eXプリアンブル
750 \family default
751 メニューを使用してください。
752 \end_layout
753
754 \begin_layout Standard
755 行列や場合分け、多行数式を続けて編集するには、
756 \family sans
757 編集\SpecialChar menuseparator
758 数式
759 \family default
760 メニューと
761 \family sans
762 編集\SpecialChar menuseparator
763 行と列
764 \family default
765 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
766 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
767 \end_layout
768
769 \begin_layout Standard
770 数式内で文章を書く
771 \begin_inset Foot
772 status collapsed
773
774 \begin_layout Plain Layout
775 多行数式では、
776 \series bold
777
778 \backslash
779 intertext
780 \series default
781 コマンドが使用されます。
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "subsec:多行数式中のテキスト"
785
786 \end_inset
787
788 を参照のこと。
789 \end_layout
790
791 \end_inset
792
793 には、
794 \emph on
795 数式テキスト
796 \emph default
797
798 \begin_inset Index idx
799 status collapsed
800
801 \begin_layout Plain Layout
802 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
803 \end_layout
804
805 \end_inset
806
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 すうしきてきすと @ 数式テキスト
813 \end_layout
814
815 \end_inset
816
817 が使用されます。このモードには、捷径
818 \begin_inset Info
819 type  "shortcut"
820 arg   "math-mode"
821 \end_inset
822
823 を使うか、
824 \series bold
825
826 \backslash
827 text
828 \series default
829
830 \begin_inset Index idx
831 status collapsed
832
833 \begin_layout Plain Layout
834 こまんど @ コマンド ! T ! 
835 \backslash
836 text
837 \end_layout
838
839 \end_inset
840
841 コマンドを挿入することで入ることができます。テキストは、\SpecialChar LyX
842 中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては、数式
843 テキストは、他の数式部分とは違って、アップライト体に組まれます。
844 \end_layout
845
846 \begin_layout Subsection*
847 コマンドの構成
848 \end_layout
849
850 \begin_layout Standard
851 数式要素に使われるほとんどの\SpecialChar LaTeX
852 コマンドは、以下のような構成になっています。
853 \end_layout
854
855 \begin_layout Standard
856
857 \series bold
858
859 \backslash
860 コマンド名[非必須引数]{必須引数}
861 \end_layout
862
863 \begin_layout Standard
864 コマンドは、つねにバックスラッシュ「
865 \series bold
866
867 \backslash
868
869 \series default
870 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、\SpecialChar TeX
871 括弧
872 \begin_inset Index idx
873 status collapsed
874
875 \begin_layout Plain Layout
876 T exかっこ@\SpecialChar TeX
877 括弧
878 \end_layout
879
880 \end_inset
881
882 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、\SpecialChar LyX
883 は自動的に\SpecialChar TeX
884 括弧を生成します。数式中ではそれ以外に、
885 \series bold
886
887 \backslash
888 {
889 \series default
890 コマンドを使えば、つねに\SpecialChar TeX
891 括弧を生成することができます。\SpecialChar LyX
892 中で、青字で表示される通常の括弧とは違って、\SpecialChar TeX
893 括弧は赤字で表示されます。\SpecialChar TeX
894 モード中では、\SpecialChar TeX
895 括弧を得るのに、とくに
896 コマンドは必要としません。また、\SpecialChar TeX
897 括弧は出力中では表示されません。
898 \end_layout
899
900 \begin_layout Standard
901 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
902 モードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
903 \emph on
904 かならず
905 \emph default
906 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
907 ん。
908 \end_layout
909
910 \begin_layout Standard
911 保護された空白は、
912 \begin_inset Info
913 type  "shortcuts"
914 arg   "command-alternatives space-insert protected ; math-space"
915 \end_inset
916
917  
918 \begin_inset Flex Ruby
919 status collapsed
920
921 \begin_layout Plain Layout
922
923 \begin_inset Argument post:1
924 status collapsed
925
926 \begin_layout Plain Layout
927 キー
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937 で入力できます。
938 \end_layout
939
940 \begin_layout Subsection*
941 \begin_inset Newpage newpage
942 \end_inset
943
944 文法の説明
945 \end_layout
946
947 \begin_layout Itemize
948 記号 
949 \begin_inset space \textvisiblespace{}
950 \end_inset
951
952  は、空白文字を入力することを表します。
953 \end_layout
954
955 \begin_layout Itemize
956 \begin_inset Formula $\to$
957 \end_inset
958
959 のような矢印は、キーボードから対応する矢印
960 \begin_inset Flex Ruby
961 status collapsed
962
963 \begin_layout Plain Layout
964
965 \begin_inset Argument post:1
966 status collapsed
967
968 \begin_layout Plain Layout
969 キー
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979 を押すことを表します。
980 \end_layout
981
982 \begin_layout Subsection*
983 使用できる単位
984 \end_layout
985
986 \begin_layout Standard
987 \align center
988 \begin_inset Float table
989 placement H
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \align center
996 \begin_inset Caption Standard
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "tab:使用できる単位"
1002
1003 \end_inset
1004
1005 使用できる単位
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Tabular
1016 <lyxtabular version="3" rows="13" columns="2">
1017 <features booktabs="true" tabularvalignment="middle">
1018 <column alignment="center" valignment="top" width="0pt">
1019 <column alignment="center" valignment="top">
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 単位
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 名称/摘要
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 mm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 ミリメートル
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 cm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 センチメートル
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 in
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 インチ
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 pt
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 ポイント (72.27
1115 \begin_inset Formula $\,$
1116 \end_inset
1117
1118 pt = 1
1119 \begin_inset Formula $\,$
1120 \end_inset
1121
1122 in)
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 pc
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 パイカ (1
1143 \begin_inset Formula $\,$
1144 \end_inset
1145
1146 pc = 12
1147 \begin_inset Formula $\,$
1148 \end_inset
1149
1150 pt)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 sp
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 スケールポイント (65536
1171 \begin_inset Formula $\,$
1172 \end_inset
1173
1174 sp = 1
1175 \begin_inset Formula $\,$
1176 \end_inset
1177
1178 pt)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 bp
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 ビッグポイント (72
1199 \begin_inset Formula $\,$
1200 \end_inset
1201
1202 bp = 1
1203 \begin_inset Formula $\,$
1204 \end_inset
1205
1206 in)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 <row>
1213 <cell alignment="center" valignment="top" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 dd
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 ディドー (72
1227 \begin_inset Formula $\,$
1228 \end_inset
1229
1230 dd 
1231 \begin_inset Formula $\approx$
1232 \end_inset
1233
1234  37.6
1235 \begin_inset Formula $\,$
1236 \end_inset
1237
1238 mm)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 cc
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 シセロ (1
1259 \begin_inset Formula $\,$
1260 \end_inset
1261
1262 cc = 12
1263 \begin_inset Formula $\,$
1264 \end_inset
1265
1266 dd)
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 </row>
1272 <row>
1273 <cell alignment="center" valignment="top" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 ex
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 現在のフォントの文字「x」の高さ
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 em
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 現在のフォントの文字「M」の幅
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 mu
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 数式単位(1
1327 \begin_inset space \thinspace{}
1328 \end_inset
1329
1330 mu = 
1331 \begin_inset Formula $\nicefrac{1}{18}$
1332 \end_inset
1333
1334
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 em)
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 </lyxtabular>
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \end_layout
1355
1356 \begin_layout Standard
1357 \begin_inset Newpage newpage
1358 \end_inset
1359
1360
1361 \end_layout
1362
1363 \begin_layout Section
1364 基礎的な関数
1365 \end_layout
1366
1367 \begin_layout Subsection
1368 指数
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 しすう@指数
1374 \end_layout
1375
1376 \end_inset
1377
1378 および添字
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 そえじ@添字
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 うえつきもじ@上付き文字
1394 \begin_inset ERT
1395 status open
1396
1397 \begin_layout Plain Layout
1398
1399 |see{
1400 \end_layout
1401
1402 \end_inset
1403
1404 指数
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 }
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 したつきもじ@下付き文字
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 |see{
1432 \end_layout
1433
1434 \end_inset
1435
1436 添字
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 }
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \begin_layout Standard
1456 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1457 \begin_inset Info
1458 type  "icon"
1459 arg   "math-subscript"
1460 \end_inset
1461
1462 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1463 \begin_inset Info
1464 type  "icon"
1465 arg   "math-superscript"
1466 \end_inset
1467
1468 を使って入力することができます。
1469 \begin_inset Separator parbreak
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 \align center
1477 \begin_inset Tabular
1478 <lyxtabular version="3" rows="4" columns="2">
1479 <features booktabs="true" tabularvalignment="middle">
1480 <column alignment="center" valignment="top" width="0pt">
1481 <column alignment="center" valignment="top" width="0pt">
1482 <row>
1483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Plain Layout
1487 コマンド
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 出力
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 </row>
1502 <row>
1503 <cell alignment="center" valignment="top" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507 B_V
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 \begin_inset Formula $B_{V}$
1517 \end_inset
1518
1519
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 </row>
1525 <row topspace="1.5mm">
1526 <cell alignment="center" valignment="top" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 B^V
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 <cell alignment="center" valignment="top" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 \begin_inset Formula $B^{V}$
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row topspace="1.5mm">
1549 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 B^
1554 \begin_inset space \textvisiblespace{}
1555 \end_inset
1556
1557 A
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 \begin_inset Formula $B^{A}$
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 </lyxtabular>
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Standard
1583 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1584 ってしまいます
1585 \begin_inset Foot
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1590 \end_layout
1591
1592 \end_inset
1593
1594 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1595 \family sans
1596 Space
1597 \family default
1598 を押してください。
1599 \end_layout
1600
1601 \begin_layout Subsection
1602 分数
1603 \begin_inset CommandInset label
1604 LatexCommand label
1605 name "subsec:分数"
1606
1607 \end_inset
1608
1609
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 ぶんすう@分数
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \end_layout
1621
1622 \begin_layout Standard
1623 分数は、コマンド
1624 \series bold
1625
1626 \backslash
1627 frac
1628 \series default
1629
1630 \begin_inset Index idx
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634 こまんど@コマンド ! F ! 
1635 \backslash
1636 frac
1637 \end_layout
1638
1639 \end_inset
1640
1641 か数式ツールバーボタン
1642 \begin_inset Info
1643 type  "icon"
1644 arg   "math-insert \\frac"
1645 \end_inset
1646
1647 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1648 \begin_inset Info
1649 type  "icon"
1650 arg   "math-insert \\frac-square"
1651 \end_inset
1652
1653 を使えば、分数の種類を選ぶことができます。
1654 \end_layout
1655
1656 \begin_layout Standard
1657 コマンド
1658 \series bold
1659
1660 \backslash
1661 dfrac
1662 \series default
1663
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 こまんど@コマンド ! D ! 
1669 \backslash
1670 dfrac
1671 \end_layout
1672
1673 \end_inset
1674
1675 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1676 \series bold
1677
1678 \backslash
1679 tfrac
1680 \series default
1681
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 こまんど@コマンド ! T ! 
1687 \backslash
1688 tfrac
1689 \end_layout
1690
1691 \end_inset
1692
1693 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1694 \end_layout
1695
1696 \begin_layout Standard
1697 これは、コマンド
1698 \series bold
1699
1700 \backslash
1701 frac
1702 \series default
1703 を使用して作った分数
1704 \begin_inset Formula $\frac{1}{2}$
1705 \end_inset
1706
1707 を含む行です。
1708 \end_layout
1709
1710 \begin_layout Standard
1711 これは、コマンド
1712 \series bold
1713
1714 \backslash
1715 dfrac
1716 \series default
1717 を使用して作った分数
1718 \begin_inset Formula $\dfrac{1}{2}$
1719 \end_inset
1720
1721 を含む行です。
1722 \begin_inset Separator parbreak
1723 \end_inset
1724
1725
1726 \end_layout
1727
1728 \begin_layout Standard
1729 \align center
1730 \begin_inset Tabular
1731 <lyxtabular version="3" rows="4" columns="2">
1732 <features booktabs="true" tabularvalignment="middle">
1733 <column alignment="center" valignment="top" width="0pt">
1734 <column alignment="center" valignment="top" width="0pt">
1735 <row>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740 コマンド
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749 出力
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row topspace="1.5mm">
1756 <cell alignment="center" valignment="top" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \backslash
1762 frac
1763 \begin_inset space \textvisiblespace{}
1764 \end_inset
1765
1766 A
1767 \begin_inset Formula $\downarrow$
1768 \end_inset
1769
1770 B
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779 \begin_inset Formula $\frac{A}{B}$
1780 \end_inset
1781
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row topspace="2mm">
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \backslash
1795 dfrac
1796 \begin_inset space \textvisiblespace{}
1797 \end_inset
1798
1799 A
1800 \begin_inset Formula $\downarrow$
1801 \end_inset
1802
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\dfrac{A}{B}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="2mm" bottomspace="1mm">
1822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 dfrac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 e^
1833 \backslash
1834 frac
1835 \begin_inset space \textvisiblespace{}
1836 \end_inset
1837
1838 1
1839 \begin_inset Formula $\downarrow$
1840 \end_inset
1841
1842 2
1843 \begin_inset Formula $\downarrow\downarrow$
1844 \end_inset
1845
1846 3
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 </lyxtabular>
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Standard
1872 \begin_inset VSpace bigskip
1873 \end_inset
1874
1875
1876 \begin_inset Newpage newpage
1877 \end_inset
1878
1879 入れ子の分数を作るには、コマンド
1880 \series bold
1881
1882 \backslash
1883 cfrac
1884 \series default
1885
1886 \begin_inset Index idx
1887 status collapsed
1888
1889 \begin_layout Plain Layout
1890 こまんど@コマンド ! C ! 
1891 \backslash
1892 cfrac
1893 \end_layout
1894
1895 \end_inset
1896
1897 が使えます。以下がその例です。
1898 \begin_inset VSpace -3mm
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 \begin_inset Formula 
1906 \begin{align*}
1907 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1908 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1909 \end{align*}
1910
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \begin_layout Standard
1917 上記の例で使用したコマンドは、
1918 \end_layout
1919
1920 \begin_layout Standard
1921
1922 \series bold
1923
1924 \backslash
1925 cfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 space 
1934 \end_layout
1935
1936 \end_inset
1937
1938 A
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 B+
1943 \backslash
1944 cfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 space 
1953 \end_layout
1954
1955 \end_inset
1956
1957 C+
1958 \backslash
1959 cfrac
1960 \begin_inset ERT
1961 status collapsed
1962
1963 \begin_layout Plain Layout
1964
1965
1966 \backslash
1967 space 
1968 \end_layout
1969
1970 \end_inset
1971
1972 E
1973 \begin_inset Formula $\downarrow$
1974 \end_inset
1975
1976 F
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 D
1981 \end_layout
1982
1983 \begin_layout Standard
1984 です。
1985 \end_layout
1986
1987 \begin_layout Standard
1988 \begin_inset VSpace medskip
1989 \end_inset
1990
1991
1992 \end_layout
1993
1994 \begin_layout Standard
1995
1996 \series bold
1997
1998 \backslash
1999 cfrac
2000 \series default
2001 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2002 \end_layout
2003
2004 \begin_layout Standard
2005 分子の揃え方は、指定することができます。
2006 \series bold
2007
2008 \backslash
2009 cfracleft
2010 \series default
2011 コマンドは左揃えにし、
2012 \series bold
2013
2014 \backslash
2015 cfracright
2016 \series default
2017 は右揃えにします。
2018 \series bold
2019
2020 \backslash
2021 cfrac
2022 \series default
2023 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2024 \series bold
2025
2026 \begin_inset Formula 
2027 \[
2028 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2029 \]
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 \begin_inset Note Greyedout
2038 status open
2039
2040 \begin_layout Plain Layout
2041
2042 \series bold
2043 【註】
2044 \backslash
2045 cfracleft
2046 \series default
2047
2048 \series bold
2049
2050 \backslash
2051 cfracright
2052 \series default
2053 は、生粋の\SpecialChar LaTeX
2054 コマンドではなく、実体は、コマンド
2055 \series bold
2056
2057 \backslash
2058 cfrac[揃え位置]{分子}{分母}
2059 \series default
2060 です。したがって、これらを\SpecialChar TeX
2061 モードで使うことはできません。
2062 \end_layout
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 \begin_inset VSpace medskip
2071 \end_inset
2072
2073 ときに、以下のように
2074 \series bold
2075
2076 \backslash
2077 cfrac
2078 \series default
2079
2080 \series bold
2081
2082 \backslash
2083 frac
2084 \series default
2085 を組み合わせて使うと便利です。
2086 \begin_inset Formula 
2087 \[
2088 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2089 \]
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 斜めの分数線を持つ行内分数を作るには、コマンド
2098 \series bold
2099
2100 \backslash
2101 nicefrac
2102 \series default
2103
2104 \begin_inset Index idx
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 こまんど@コマンド ! N ! 
2109 \backslash
2110 nicefrac
2111 \end_layout
2112
2113 \end_inset
2114
2115 (例:
2116 \begin_inset Formula $\nicefrac{5}{31}$
2117 \end_inset
2118
2119 )を使うか、コマンド
2120 \series bold
2121
2122 \backslash
2123 unitfrac
2124 \series default
2125
2126 \begin_inset Index idx
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130 こまんど@コマンド ! U ! 
2131 \backslash
2132 unitfrac
2133 \end_layout
2134
2135 \end_inset
2136
2137 (例:
2138 \begin_inset Formula $\unitfrac{5}{31}$
2139 \end_inset
2140
2141 )を使います。さらに、
2142 \begin_inset Formula $\unitfrac[2]{1}{3}$
2143 \end_inset
2144
2145 のような帯分数を作るコマンド
2146 \series bold
2147
2148 \backslash
2149 unitfracthree
2150 \series default
2151 もあります。
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset Note Greyedout
2156 status open
2157
2158 \begin_layout Plain Layout
2159
2160 \series bold
2161 【註】
2162 \series default
2163 実は、
2164 \series bold
2165
2166 \backslash
2167 unitfracthree
2168 \series default
2169 は生粋の\SpecialChar LaTeX
2170 コマンドではなく、実体は
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174
2175 \series bold
2176
2177 \backslash
2178 unitfrac[自然数]{分子}{分母}
2179 \series default
2180 というコマンドなので、\SpecialChar TeX
2181 コードでは使用できません。
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 分数線を変更できるような独自の分数の定義のしかたは、第
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "subsec:自己定義の分数"
2194
2195 \end_inset
2196
2197 節に説明があります。
2198 \end_layout
2199
2200 \begin_layout Standard
2201 多行分数の説明は、第
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "subsec:Multiline-Fractions"
2205
2206 \end_inset
2207
2208 節にあります。
2209 \end_layout
2210
2211 \begin_layout Subsection
2212 根号
2213 \begin_inset Index idx
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217 こんごう@根号
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \begin_inset Index idx
2224 status collapsed
2225
2226 \begin_layout Plain Layout
2227 るーと@ルート
2228 \begin_inset ERT
2229 status collapsed
2230
2231 \begin_layout Plain Layout
2232
2233 |see{
2234 \end_layout
2235
2236 \end_inset
2237
2238 根号
2239 \begin_inset ERT
2240 status collapsed
2241
2242 \begin_layout Plain Layout
2243
2244 }
2245 \end_layout
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \end_inset
2253
2254
2255 \end_layout
2256
2257 \begin_layout Standard
2258 平方根は、
2259 \series bold
2260
2261 \backslash
2262 sqrt
2263 \series default
2264
2265 \begin_inset Index idx
2266 status collapsed
2267
2268 \begin_layout Plain Layout
2269 こまんど@コマンド ! S ! 
2270 \backslash
2271 sqrt
2272 \end_layout
2273
2274 \end_inset
2275
2276 か数式ツールバーボタン
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "math-insert \\sqrt"
2280 \end_inset
2281
2282 で作成することができ、他のすべての根号は、コマンド
2283 \series bold
2284
2285 \backslash
2286 root
2287 \series default
2288
2289 \begin_inset Index idx
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 こまんど@コマンド ! R ! 
2294 \backslash
2295 root
2296 \end_layout
2297
2298 \end_inset
2299
2300 か数式ツールバーボタン
2301 \begin_inset Info
2302 type  "icon"
2303 arg   "math-insert \\root"
2304 \end_inset
2305
2306 で作成することができます。
2307 \begin_inset Separator parbreak
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \align center
2315 \begin_inset Tabular
2316 <lyxtabular version="3" rows="3" columns="2">
2317 <features booktabs="true" tabularvalignment="middle">
2318 <column alignment="center" valignment="top" width="0pt">
2319 <column alignment="center" valignment="top" width="0pt">
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325 コマンド
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334 出力
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 </row>
2340 <row topspace="1mm">
2341 <cell alignment="center" valignment="top" usebox="none">
2342 \begin_inset Text
2343
2344 \begin_layout Plain Layout
2345
2346 \backslash
2347 sqrt
2348 \begin_inset space \textvisiblespace{}
2349 \end_inset
2350
2351 A-B
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Formula $\sqrt{A-B}$
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row topspace="1mm">
2370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \backslash
2376 root
2377 \begin_inset space \textvisiblespace{}
2378 \end_inset
2379
2380 3
2381 \begin_inset Formula $\downarrow$
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\sqrt[3]{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 </lyxtabular>
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \begin_layout Standard
2410 平方根は、根号指数フィールドを空白のままにしておけば、
2411 \series bold
2412
2413 \backslash
2414 root
2415 \series default
2416 でも作成することができます。
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \begin_inset Formula $\sqrt[\beta]{B}$
2421 \end_inset
2422
2423 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2424 \begin_inset Newline newline
2425 \end_inset
2426
2427 この場合には、
2428 \begin_inset Formula $\beta$
2429 \end_inset
2430
2431 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2432 \series bold
2433
2434 \backslash
2435 leftroot
2436 \series default
2437
2438 \begin_inset Index idx
2439 status collapsed
2440
2441 \begin_layout Plain Layout
2442 こまんど@コマンド ! L ! 
2443 \backslash
2444 leftroot
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \series bold
2451
2452 \backslash
2453 uproot
2454 \series default
2455
2456 \begin_inset Index idx
2457 status collapsed
2458
2459 \begin_layout Plain Layout
2460 こまんど@コマンド ! U ! 
2461 \backslash
2462 uproot
2463 \end_layout
2464
2465 \end_inset
2466
2467 を使います。
2468 \end_layout
2469
2470 \begin_layout Standard
2471
2472 \series bold
2473
2474 \backslash
2475 leftroot{距離}
2476 \series default
2477 および
2478 \series bold
2479
2480 \backslash
2481 uproot{距離}
2482 \end_layout
2483
2484 \begin_layout Standard
2485 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2486 \begin_inset Formula $\mathrm{72\,bp=1}$
2487 \end_inset
2488
2489 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2490 \begin_inset Newline newline
2491 \end_inset
2492
2493
2494 \series bold
2495
2496 \backslash
2497 root
2498 \backslash
2499 leftroot{-1
2500 \begin_inset Formula $\to$
2501 \end_inset
2502
2503
2504 \backslash
2505 uproot{2
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 beta
2512 \begin_inset space \textvisiblespace{}
2513 \end_inset
2514
2515
2516 \begin_inset Formula $\to$
2517 \end_inset
2518
2519 B
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523
2524 \series default
2525 は、正しく組版された数式
2526 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2527 \end_inset
2528
2529 を生成します。
2530 \end_layout
2531
2532 \begin_layout Subsection
2533 二項係数
2534 \begin_inset Index idx
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 にこうけいすう@二項係数
2539 \end_layout
2540
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \begin_layout Standard
2547 二項係数は、コマンド
2548 \series bold
2549
2550 \backslash
2551 binom
2552 \series default
2553
2554 \begin_inset Index idx
2555 status collapsed
2556
2557 \begin_layout Plain Layout
2558 こまんど@コマンド ! B ! 
2559 \backslash
2560 binom
2561 \end_layout
2562
2563 \end_inset
2564
2565 か数式ツールバーボタン
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "math-insert \\frac-square"
2569 \end_inset
2570
2571 の小メニューを使って挿入することができます。分数(
2572 \series bold
2573
2574 \backslash
2575 frac
2576 \series default
2577 )と同様に、
2578 \series bold
2579
2580 \backslash
2581 binom
2582 \series default
2583 の他に、コマンド
2584 \series bold
2585
2586 \backslash
2587 dbinom
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 こまんど@コマンド ! D ! 
2593 \backslash
2594 dbinom
2595 \end_layout
2596
2597 \end_inset
2598
2599
2600 \series default
2601 および
2602 \series bold
2603
2604 \backslash
2605 tbinom
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 こまんど@コマンド ! T ! 
2613 \backslash
2614 tbinom
2615 \end_layout
2616
2617 \end_inset
2618
2619 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2620 \series bold
2621
2622 \backslash
2623 brace
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 こまんど@コマンド ! B ! 
2631 \backslash
2632 brace
2633 \end_layout
2634
2635 \end_inset
2636
2637
2638 \series bold
2639
2640 \backslash
2641 brack
2642 \series default
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 こまんど@コマンド ! B ! 
2649 \backslash
2650 brack
2651 \end_layout
2652
2653 \end_inset
2654
2655 があります。
2656 \begin_inset Separator parbreak
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Standard
2663 \align center
2664 \begin_inset Tabular
2665 <lyxtabular version="3" rows="6" columns="2">
2666 <features booktabs="true" tabularvalignment="middle">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <column alignment="center" valignment="top" width="0pt">
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674 コマンド
2675 \end_layout
2676
2677 \end_inset
2678 </cell>
2679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683 出力
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 </row>
2689 <row topspace="1mm">
2690 <cell alignment="center" valignment="top" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Plain Layout
2694
2695 \backslash
2696 binom
2697 \begin_inset space \textvisiblespace{}
2698 \end_inset
2699
2700 A
2701 \begin_inset Formula $\downarrow$
2702 \end_inset
2703
2704 B
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713 \begin_inset Formula $\binom{A}{B}$
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 </row>
2722 <row topspace="2mm">
2723 <cell alignment="center" valignment="top" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \backslash
2729 dbinom
2730 \begin_inset space \textvisiblespace{}
2731 \end_inset
2732
2733 A
2734 \begin_inset Formula $\downarrow$
2735 \end_inset
2736
2737 B
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746 \begin_inset Formula $\dbinom{A}{B}$
2747 \end_inset
2748
2749
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 </row>
2755 <row topspace="2mm" bottomspace="0.5mm">
2756 <cell alignment="center" valignment="top" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760
2761 \backslash
2762 tbinom
2763 \begin_inset space \textvisiblespace{}
2764 \end_inset
2765
2766 A
2767 \begin_inset Formula $\downarrow$
2768 \end_inset
2769
2770 B
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779 \begin_inset Formula $\tbinom{A}{B}$
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 </row>
2788 <row topspace="1mm">
2789 <cell alignment="center" valignment="top" topline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793
2794 \backslash
2795 brack
2796 \begin_inset space \textvisiblespace{}
2797 \end_inset
2798
2799 A
2800 \begin_inset Formula $\downarrow$
2801 \end_inset
2802
2803 B
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812 \begin_inset Formula ${A \brack B}$
2813 \end_inset
2814
2815
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 </row>
2821 <row topspace="2mm" bottomspace="0.5mm">
2822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826
2827 \backslash
2828 brace
2829 \begin_inset space \textvisiblespace{}
2830 \end_inset
2831
2832 A
2833 \begin_inset Formula $\downarrow$
2834 \end_inset
2835
2836 B
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845 \begin_inset Formula ${A \brace B}$
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 </row>
2854 </lyxtabular>
2855
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \begin_layout Subsection
2862 場合分け
2863 \begin_inset Index idx
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867 ばあいわけ@場合分け
2868 \end_layout
2869
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \begin_layout Standard
2876 \align center
2877 \begin_inset Tabular
2878 <lyxtabular version="3" rows="3" columns="2">
2879 <features booktabs="true" tabularvalignment="middle">
2880 <column alignment="center" valignment="top" width="0pt">
2881 <column alignment="center" valignment="top" width="0pt">
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887 コマンド
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896 出力
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \backslash
2909 cases
2910 \begin_inset space \textvisiblespace{}
2911 \end_inset
2912
2913 A
2914 \begin_inset Formula $\to$
2915 \end_inset
2916
2917 B
2918 \begin_inset Formula $>$
2919 \end_inset
2920
2921 0
2922 \begin_inset Index idx
2923 status collapsed
2924
2925 \begin_layout Plain Layout
2926 こまんど@コマンド ! C ! 
2927 \backslash
2928 cases
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 \begin_inset Formula $\begin{cases}
2943 A & B>0\end{cases}$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 <row topspace="1.5mm">
2953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \backslash
2959 cases
2960 \begin_inset space \textvisiblespace{}
2961 \end_inset
2962
2963
2964 \begin_inset Info
2965 type  "shortcut"
2966 arg   "newline-insert newline"
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 \begin_inset Formula $\begin{cases}
2979 A & \textrm{for }x>0\\
2980 B & \textrm{for }x=0
2981 \end{cases}$
2982 \end_inset
2983
2984
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 </row>
2990 </lyxtabular>
2991
2992 \end_inset
2993
2994
2995 \end_layout
2996
2997 \begin_layout Standard
2998
2999 \series bold
3000
3001 \backslash
3002 cases
3003 \series default
3004 を挿入するか数式ツールバーボタン
3005 \begin_inset Info
3006 type  "icon"
3007 arg   "math-insert \\cases"
3008 \end_inset
3009
3010 を使用した後では、
3011 \begin_inset Flex Ruby
3012 status collapsed
3013
3014 \begin_layout Plain Layout
3015 捷径
3016 \begin_inset Argument post:1
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020 ショートカット
3021 \end_layout
3022
3023 \end_inset
3024
3025
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \begin_inset Info
3032 type  "shortcut"
3033 arg   "newline-insert newline"
3034 \end_inset
3035
3036 か表ツールバーボタン
3037 \begin_inset Info
3038 type  "icon"
3039 arg   "inset-modify tabular append-row"
3040 \end_inset
3041
3042 を使えば、新しい行を作ることができます。
3043 \end_layout
3044
3045 \begin_layout Standard
3046 コマンド
3047 \series bold
3048
3049 \backslash
3050 cases
3051 \series default
3052 は、
3053 \family sans
3054 挿入\SpecialChar menuseparator
3055 数式\SpecialChar menuseparator
3056 Cases環境
3057 \family default
3058 メニューで挿入することもできます。
3059 \end_layout
3060
3061 \begin_layout Subsection
3062 否定
3063 \begin_inset Index idx
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 ひてい@否定
3068 \end_layout
3069
3070 \end_inset
3071
3072
3073 \end_layout
3074
3075 \begin_layout Standard
3076
3077 \series bold
3078
3079 \backslash
3080 not
3081 \series default
3082
3083 \begin_inset Index idx
3084 status collapsed
3085
3086 \begin_layout Plain Layout
3087 こまんど@コマンド ! N ! 
3088 \backslash
3089 not
3090 \end_layout
3091
3092 \end_inset
3093
3094 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3095 \begin_inset Separator parbreak
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Standard
3102 \align center
3103 \begin_inset Tabular
3104 <lyxtabular version="3" rows="4" columns="2">
3105 <features booktabs="true" tabularvalignment="middle">
3106 <column alignment="center" valignment="top" width="0pt">
3107 <column alignment="center" valignment="top" width="0pt">
3108 <row>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 コマンド
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122 出力
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \backslash
3135 not=
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 \begin_inset Formula $\not=$
3145 \end_inset
3146
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \backslash
3160 not 
3161 \backslash
3162 le
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 \begin_inset Formula $\not\le$
3172 \end_inset
3173
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \backslash
3187 not 
3188 \backslash
3189 parallel
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 \begin_inset Formula $\not\parallel$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "subsec:数学記号"
3219
3220 \end_inset
3221
3222 節および第
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:関係子"
3226
3227 \end_inset
3228
3229 節を参照)。
3230 \end_layout
3231
3232 \begin_layout Subsection
3233 埋め草
3234 \begin_inset CommandInset label
3235 LatexCommand label
3236 name "subsec:埋め草"
3237
3238 \end_inset
3239
3240
3241 \begin_inset Index idx
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245 うめくさ@埋め草
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 かがくきごう@化学記号 ! どういたい@同位体
3256 \end_layout
3257
3258 \end_inset
3259
3260
3261 \begin_inset Index idx
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 どういたい@同位体
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 |see{
3272 \end_layout
3273
3274 \end_inset
3275
3276 化学記号
3277 \begin_inset ERT
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281
3282 }
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \begin_inset Index idx
3294 status collapsed
3295
3296 \begin_layout Plain Layout
3297 あいそとーぷ@アイソトープ
3298 \begin_inset ERT
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302
3303 |see{
3304 \end_layout
3305
3306 \end_inset
3307
3308 同位体
3309 \begin_inset ERT
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313
3314 }
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \begin_layout Standard
3328 たとえば同位体
3329 \begin_inset Foot
3330 status collapsed
3331
3332 \begin_layout Plain Layout
3333 同位体と化学記号の組版に関しては、第
3334 \begin_inset CommandInset ref
3335 LatexCommand ref
3336 reference "subsec:化学記号と化学式"
3337
3338 \end_inset
3339
3340 節に記述があります。
3341 \end_layout
3342
3343 \end_inset
3344
3345 を表示しようとすると、次のような問題が起こります。
3346 \begin_inset Separator parbreak
3347 \end_inset
3348
3349
3350 \end_layout
3351
3352 \begin_layout Standard
3353 \align center
3354 \begin_inset Tabular
3355 <lyxtabular version="3" rows="2" columns="2">
3356 <features booktabs="true" tabularvalignment="middle">
3357 <column alignment="center" valignment="top" width="0pt">
3358 <column alignment="center" valignment="top" width="0pt">
3359 <row>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 上付き文字と下付き文字を使用して作った指数:
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row topspace="1.5mm">
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 正しい指数:
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 </lyxtabular>
3406
3407 \end_inset
3408
3409
3410 \end_layout
3411
3412 \begin_layout Standard
3413 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3414 \series bold
3415
3416 \backslash
3417 phantom
3418 \series default
3419
3420 \begin_inset Index idx
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 こまんど@コマンド ! P ! 
3425 \backslash
3426 phantom
3427 \end_layout
3428
3429 \end_inset
3430
3431 や数式ツールバーボタン
3432 \begin_inset Foot
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436 ツールバーボタン
3437 \begin_inset Info
3438 type  "icon"
3439 arg   "math-insert \\space"
3440 \end_inset
3441
3442 の小メニューに入っています。
3443 \end_layout
3444
3445 \end_inset
3446
3447
3448 \begin_inset Graphics
3449         filename ../../images/math/phantom.png
3450         scale 85
3451
3452 \end_inset
3453
3454 があります。
3455 \series bold
3456
3457 \backslash
3458 phantom
3459 \series default
3460 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3461 ち文字)として適用されることを示しています。したがって、
3462 \series bold
3463
3464 \backslash
3465 phantom
3466 \series default
3467 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3468 \begin_inset Separator parbreak
3469 \end_inset
3470
3471
3472 \end_layout
3473
3474 \begin_layout Standard
3475 \align center
3476 \begin_inset Tabular
3477 <lyxtabular version="3" rows="4" columns="2">
3478 <features booktabs="true" tabularvalignment="middle">
3479 <column alignment="center" valignment="top" width="0pt">
3480 <column alignment="center" valignment="top" width="0pt">
3481 <row>
3482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 コマンド
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 出力
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row topspace="1.5mm">
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 ^19
3507 \begin_inset space \textvisiblespace{}
3508 \end_inset
3509
3510 _
3511 \backslash
3512 phantom
3513 \begin_inset space \textvisiblespace{}
3514 \end_inset
3515
3516 1
3517 \begin_inset Formula $\to$
3518 \end_inset
3519
3520 9
3521 \begin_inset space \textvisiblespace{}
3522 \end_inset
3523
3524 F
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3534 \end_inset
3535
3536
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row topspace="1.5mm" bottomspace="0.5mm">
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 ^235
3548 \begin_inset space \textvisiblespace{}
3549 \end_inset
3550
3551 _
3552 \backslash
3553 phantom
3554 \begin_inset space \textvisiblespace{}
3555 \end_inset
3556
3557 23
3558 \begin_inset Formula $\to$
3559 \end_inset
3560
3561 9
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 F
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row topspace="1.5mm" bottomspace="0.5mm">
3584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \backslash
3590 Lambda^
3591 \begin_inset space \textvisiblespace{}
3592 \end_inset
3593
3594
3595 \backslash
3596 phantom
3597 \begin_inset space \textvisiblespace{}
3598 \end_inset
3599
3600 ii
3601 \begin_inset Formula $\to$
3602 \end_inset
3603
3604 t
3605 \begin_inset space \textvisiblespace{}
3606 \end_inset
3607
3608 _MMt
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 </lyxtabular>
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 さらに、
3635 \series bold
3636
3637 \backslash
3638 vphantom
3639 \series default
3640
3641 \begin_inset Index idx
3642 status collapsed
3643
3644 \begin_layout Plain Layout
3645 こまんど@コマンド ! V ! 
3646 \backslash
3647 vphantom
3648 \end_layout
3649
3650 \end_inset
3651
3652 (ツールバーボタン
3653 \begin_inset space ~
3654 \end_inset
3655
3656
3657 \begin_inset Graphics
3658         filename ../../images/math/vphantom.png
3659         scale 85
3660
3661 \end_inset
3662
3663 )および
3664 \series bold
3665
3666 \backslash
3667 hphantom
3668 \series default
3669
3670 \begin_inset Index idx
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674 こまんど@コマンド ! H ! 
3675 \backslash
3676 hphantom
3677 \end_layout
3678
3679 \end_inset
3680
3681 (ツールバーボタン
3682 \begin_inset space ~
3683 \end_inset
3684
3685
3686 \begin_inset Graphics
3687         filename ../../images/math/hphantom.png
3688         scale 85
3689
3690 \end_inset
3691
3692 )というコマンドもあります。
3693 \series bold
3694
3695 \backslash
3696 vphantom
3697 \series default
3698 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3699 \series bold
3700
3701 \backslash
3702 hphantom
3703 \series default
3704 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3705 \end_layout
3706
3707 \begin_layout Standard
3708 たとえば、
3709 \series bold
3710
3711 \backslash
3712 vphantom
3713 \series default
3714
3715 \begin_inset space \textvisiblespace{}
3716 \end_inset
3717
3718
3719 \series bold
3720 a
3721 \backslash
3722 int
3723 \series default
3724 は、積分記号
3725 \begin_inset Foot
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731
3732 \backslash
3733 int
3734 \series default
3735 コマンドは、積分記号を生成します。第
3736 \begin_inset CommandInset ref
3737 LatexCommand ref
3738 reference "subsec:大演算子"
3739
3740 \end_inset
3741
3742 節を参照してください。
3743 \end_layout
3744
3745 \end_inset
3746
3747 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3748 \begin_inset CommandInset ref
3749 LatexCommand ref
3750 reference "subsec:多行にわたる括弧"
3751
3752 \end_inset
3753
3754 節を参照してください。
3755 \end_layout
3756
3757 \begin_layout Standard
3758 埋め草は、メニュー
3759 \family sans
3760 挿入\SpecialChar menuseparator
3761 整形\SpecialChar menuseparator
3762 埋め草
3763 \family default
3764 を使えば、以下のように本文中でも使用することができます。
3765 \end_layout
3766
3767 \begin_layout Standard
3768 これは本文です。
3769 \begin_inset Newline newline
3770 \end_inset
3771
3772
3773 \begin_inset Phantom Phantom
3774 status open
3775
3776 \begin_layout Plain Layout
3777 これは
3778 \end_layout
3779
3780 \end_inset
3781
3782 本文です。
3783 \end_layout
3784
3785 \begin_layout Subsection
3786 横線
3787 \begin_inset Index idx
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791 よこせん@横線
3792 \end_layout
3793
3794 \end_inset
3795
3796
3797 \begin_inset Index idx
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801 すうしき@数式 ! かせん@下線
3802 \end_layout
3803
3804 \end_inset
3805
3806
3807 \begin_inset Index idx
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811 ぼうせん@棒線
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817 |see{
3818 \end_layout
3819
3820 \end_inset
3821
3822 横線
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828 }
3829 \end_layout
3830
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837
3838
3839 \end_layout
3840
3841 \begin_layout Standard
3842 \align center
3843 \begin_inset Tabular
3844 <lyxtabular version="3" rows="4" columns="2">
3845 <features booktabs="true" tabularvalignment="middle">
3846 <column alignment="center" valignment="top" width="0pt">
3847 <column alignment="center" valignment="top" width="0pt">
3848 <row>
3849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 コマンド
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 出力
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row topspace="2mm">
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 overline
3876 \begin_inset space \textvisiblespace{}
3877 \end_inset
3878
3879 A+B
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 こまんど@コマンド ! O ! 
3885 \backslash
3886 overline
3887 \end_layout
3888
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 \begin_inset Formula $\overline{A+B}$
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row bottomspace="1mm">
3910 <cell alignment="center" valignment="top" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \backslash
3916 underline
3917 \begin_inset space \textvisiblespace{}
3918 \end_inset
3919
3920 A+B
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 こまんど@コマンド ! U ! 
3926 \backslash
3927 underline
3928 \end_layout
3929
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 \begin_inset Formula $\underline{A+B}$
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row topspace="2mm" bottomspace="1mm">
3951 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \backslash
3957 overline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961
3962 \backslash
3963 underline
3964 \begin_inset space \textvisiblespace{}
3965 \end_inset
3966
3967 A+B
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 \begin_inset Formula $\overline{\underline{A+B}}$
3977 \end_inset
3978
3979
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 </lyxtabular>
3986
3987 \end_inset
3988
3989
3990 \end_layout
3991
3992 \begin_layout Standard
3993 上記最後の例では、先に
3994 \series bold
3995
3996 \backslash
3997 overline
3998 \series default
3999 が来ようが
4000 \series bold
4001
4002 \backslash
4003 underline
4004 \series default
4005 が来ようが、関係ありません。
4006 \end_layout
4007
4008 \begin_layout Standard
4009 二重下線を引くには、
4010 \series bold
4011
4012 \backslash
4013 underline
4014 \series default
4015 を二回使います。
4016 \end_layout
4017
4018 \begin_layout Standard
4019 文字の上下6本の線まで引くことができます。
4020 \end_layout
4021
4022 \begin_layout Standard
4023 \begin_inset VSpace bigskip
4024 \end_inset
4025
4026 自己定義の線は、以下の書式を持つ
4027 \series bold
4028
4029 \backslash
4030 rule
4031 \series default
4032
4033 \begin_inset Index idx
4034 status collapsed
4035
4036 \begin_layout Plain Layout
4037 こまんど@コマンド ! R ! 
4038 \backslash
4039 rule
4040 \end_layout
4041
4042 \end_inset
4043
4044 コマンドで作成することができます。
4045 \end_layout
4046
4047 \begin_layout Standard
4048
4049 \series bold
4050
4051 \backslash
4052 rule[垂直オフセット幅]{長さ}{厚み}
4053 \end_layout
4054
4055 \begin_layout Standard
4056 オプションの
4057 \series bold
4058 「垂直オフセット幅
4059 \series default
4060 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "tab:使用できる単位"
4064
4065 \end_inset
4066
4067 表に掲げてある単位を用いることができます。以下に、
4068 \begin_inset Newline newline
4069 \end_inset
4070
4071
4072 \series bold
4073
4074 \backslash
4075 rule[-2ex]{3cm}{2pt}
4076 \series default
4077  および 
4078 \series bold
4079
4080 \backslash
4081 rule{2cm}{1pt}
4082 \begin_inset Newline newline
4083 \end_inset
4084
4085
4086 \series default
4087 というコマンドを用いて作成したふたつの例を例示します。
4088 \end_layout
4089
4090 \begin_layout Standard
4091 この行には、
4092 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4093 \end_inset
4094
4095 二本の線があります。
4096 \end_layout
4097
4098 \begin_layout Standard
4099
4100 \backslash
4101 ruleは、メニュー
4102 \family sans
4103 挿入\SpecialChar menuseparator
4104 整形\SpecialChar menuseparator
4105 水平線
4106 \family default
4107 を使っても、本文に挿入することができます。
4108 \end_layout
4109
4110 \begin_layout Standard
4111 これは一行の
4112 \begin_inset CommandInset line
4113 LatexCommand rule
4114 offset "0.5ex"
4115 width "3cm"
4116 height "1pt"
4117
4118 \end_inset
4119
4120 文章です。
4121 \end_layout
4122
4123 \begin_layout Subsection
4124 省略符号
4125 \begin_inset CommandInset label
4126 LatexCommand label
4127 name "subsec:省略符号"
4128
4129 \end_inset
4130
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 しょうりゃくふごう@省略符号
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \begin_layout Standard
4145 省略符号には、いくつかの種類が使用できます
4146 \begin_inset Foot
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150 数式ツールバー中の
4151 \begin_inset Info
4152 type  "icon"
4153 arg   "math-insert \\ldots"
4154 \end_inset
4155
4156 ボタンで表示されている小メニューです。
4157 \end_layout
4158
4159 \end_inset
4160
4161 。列挙のためには、ベースラインの点々(
4162 \series bold
4163
4164 \backslash
4165 ldots
4166 \series default
4167
4168 \begin_inset Index idx
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 こまんど@コマンド ! L ! 
4173 \backslash
4174 ldots
4175 \end_layout
4176
4177 \end_inset
4178
4179 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4180 \series bold
4181
4182 \backslash
4183 cdots
4184 \series default
4185
4186 \begin_inset Index idx
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 こまんど@コマンド ! C ! 
4191 \backslash
4192 cdots
4193 \end_layout
4194
4195 \end_inset
4196
4197 )が必要です。
4198 \series bold
4199
4200 \backslash
4201 dots
4202 \series default
4203
4204 \begin_inset Index idx
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 こまんど@コマンド ! D ! 
4209 \backslash
4210 dots
4211 \end_layout
4212
4213 \end_inset
4214
4215 コマンドを使うと、\SpecialChar LaTeX
4216 は次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4217 \begin_inset Separator parbreak
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \begin_layout Standard
4224 \align center
4225 \begin_inset Tabular
4226 <lyxtabular version="3" rows="9" columns="2">
4227 <features booktabs="true" tabularvalignment="middle">
4228 <column alignment="center" valignment="top" width="0pt">
4229 <column alignment="center" valignment="top" width="0pt">
4230 <row>
4231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 コマンド
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 出力
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 A_1
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 ,
4260 \backslash
4261 dots
4262 \begin_inset space \textvisiblespace{}
4263 \end_inset
4264
4265 ,A_n
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 \begin_inset Formula $A_{1},\dots,A_{n}$
4275 \end_inset
4276
4277
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 A_1
4289 \begin_inset space \textvisiblespace{}
4290 \end_inset
4291
4292 +
4293 \backslash
4294 dots
4295 \begin_inset space \textvisiblespace{}
4296 \end_inset
4297
4298 +A_n
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 \begin_inset Formula $A_{1}+\dots+A_{n}$
4308 \end_inset
4309
4310
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 A_1
4322 \begin_inset space \textvisiblespace{}
4323 \end_inset
4324
4325 ,
4326 \backslash
4327 ldots
4328 \begin_inset space \textvisiblespace{}
4329 \end_inset
4330
4331 ,A_n
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 \begin_inset Formula $A_{1},\ldots,A_{n}$
4341 \end_inset
4342
4343
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 A_1
4355 \begin_inset space \textvisiblespace{}
4356 \end_inset
4357
4358 +
4359 \backslash
4360 cdots
4361 \begin_inset space \textvisiblespace{}
4362 \end_inset
4363
4364 +A_n
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \backslash
4389 vdots
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 \begin_inset Formula $\vdots$
4399 \end_inset
4400
4401
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \backslash
4414 ddots
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 \begin_inset Formula $\ddots$
4424 \end_inset
4425
4426
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \backslash
4439 iddots
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 \begin_inset Formula $\iddots$
4449 \end_inset
4450
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 いろいろな点々を使った
4463 \begin_inset Formula $3\times3$
4464 \end_inset
4465
4466 行列
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 \begin_inset Formula $\begin{array}{ccc}
4476 A_{11} & \cdots & A_{1m}\\
4477 \vdots & \ddots & \vdots\\
4478 A_{n1} & \cdots & A_{nm}
4479 \end{array}$
4480 \end_inset
4481
4482
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 </lyxtabular>
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496
4497 \family sans
4498 挿入\SpecialChar menuseparator
4499 省略符号
4500 \family default
4501 メニューで挿入される省略符号は
4502 \series bold
4503
4504 \backslash
4505 ldots
4506 \series default
4507 です。
4508 \end_layout
4509
4510 \begin_layout Standard
4511 \begin_inset VSpace medskip
4512 \end_inset
4513
4514
4515 \series bold
4516
4517 \backslash
4518 iddots
4519 \series default
4520 を使うには、文書設定の
4521 \family sans
4522 数式オプション
4523 \family default
4524 にある
4525 \family sans
4526 mathdotsパッケージを(自動的に)使う
4527 \family default
4528 オプションのうちいずれかを有効にしなくてはなりません。
4529 \begin_inset Newline newline
4530 \end_inset
4531
4532
4533 \family sans
4534 mathdotsパッケージを使う
4535 \family default
4536 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4537 \end_layout
4538
4539 \begin_layout Standard
4540 \begin_inset VSpace medskip
4541 \end_inset
4542
4543 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4544 \series bold
4545
4546 \backslash
4547 hdotsfor
4548 \series default
4549
4550 \begin_inset Index idx
4551 status collapsed
4552
4553 \begin_layout Plain Layout
4554 こまんど@コマンド ! H ! 
4555 \backslash
4556 hdotsfor
4557 \end_layout
4558
4559 \end_inset
4560
4561 コマンドで作ることができます。
4562 \end_layout
4563
4564 \begin_layout Standard
4565
4566 \series bold
4567
4568 \backslash
4569 hdotsfor[距離]{列数}
4570 \end_layout
4571
4572 \begin_layout Standard
4573 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4574 \end_layout
4575
4576 \begin_layout Standard
4577 以下の行列では、2行目の1つ目の枠に
4578 \series bold
4579
4580 \backslash
4581 hdotsfor[2]{4}
4582 \series default
4583 を挿入して、
4584 \series bold
4585
4586 \backslash
4587 dots
4588 \series default
4589 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4590 \begin_inset Formula 
4591 \[
4592 \left(\begin{array}{cccc}
4593 A & B & C & D\\
4594 \hdotsfor[2]{4}\\
4595 q & w & e & r
4596 \end{array}\right)
4597 \]
4598
4599 \end_inset
4600
4601 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないと\SpecialChar LaTeX
4602 エラーが発生します。
4603 \end_layout
4604
4605 \begin_layout Standard
4606 \begin_inset VSpace bigskip
4607 \end_inset
4608
4609 さらに、
4610 \series bold
4611
4612 \backslash
4613 dotfill
4614 \series default
4615
4616 \begin_inset Index idx
4617 status collapsed
4618
4619 \begin_layout Plain Layout
4620 こまんど@コマンド ! D ! 
4621 \backslash
4622 dotfill
4623 \end_layout
4624
4625 \end_inset
4626
4627 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4628 \series bold
4629
4630 \backslash
4631 hfill
4632 \series default
4633 と同様のものです。第
4634 \begin_inset CommandInset ref
4635 LatexCommand ref
4636 reference "subsec:可変長の空白"
4637
4638 \end_inset
4639
4640 節をご参照下さい。
4641 \end_layout
4642
4643 \begin_layout Standard
4644 たとえば、
4645 \series bold
4646 A
4647 \backslash
4648 dotfill
4649 \begin_inset space \textvisiblespace{}
4650 \end_inset
4651
4652 B
4653 \series default
4654 コマンドは、
4655 \end_layout
4656
4657 \begin_layout Standard
4658 \begin_inset Formula $A\dotfill B$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \begin_layout Standard
4665 のようになります。点々を使う
4666 \series bold
4667
4668 \backslash
4669 dotfill
4670 \series default
4671 の直線版として、
4672 \series bold
4673
4674 \backslash
4675 hrulefill
4676 \series default
4677
4678 \begin_inset Index idx
4679 status collapsed
4680
4681 \begin_layout Plain Layout
4682 こまんど@コマンド ! H ! 
4683 \backslash
4684 hrulefill
4685 \end_layout
4686
4687 \end_inset
4688
4689
4690 \end_layout
4691
4692 \begin_layout Standard
4693 \begin_inset Formula $A\hrulefill B$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \begin_layout Standard
4700 があります。これらのコマンドを本文で使用するには、これらのコマンドは\SpecialChar TeX
4701 モードで挿入される必要があります。
4702 \end_layout
4703
4704 \begin_layout Section
4705 行列
4706 \begin_inset CommandInset label
4707 LatexCommand label
4708 name "sec:行列"
4709
4710 \end_inset
4711
4712
4713 \begin_inset Index idx
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717 ぎょうれつ@行列
4718 \end_layout
4719
4720 \end_inset
4721
4722
4723 \end_layout
4724
4725 \begin_layout Standard
4726 行列は、数式ツールバーボタンの
4727 \begin_inset Info
4728 type  "icon"
4729 arg   "dialog-show mathmatrix"
4730 \end_inset
4731
4732
4733 \family sans
4734 挿入\SpecialChar menuseparator
4735 数式\SpecialChar menuseparator
4736 行列
4737 \family default
4738 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4739 \end_layout
4740
4741 \begin_layout Standard
4742 最初の行列は「上」配置
4743 \begin_inset Formula $\begin{array}[t]{cccc}
4744 A & D & G & J\\
4745 B & E & H & K\\
4746 C & F & I & L
4747 \end{array}$
4748 \end_inset
4749
4750 で、二番目は「中央」配置
4751 \begin_inset Formula $\begin{array}{cccc}
4752 A & D & G & J\\
4753 B & E & H & K\\
4754 C & F & I & L
4755 \end{array}$
4756 \end_inset
4757
4758 、三番目は「下」配置
4759 \begin_inset Formula $\begin{array}[b]{cccc}
4760 A & D & G & J\\
4761 B & E & H & K\\
4762 C & F & I & L
4763 \end{array}$
4764 \end_inset
4765
4766 です。
4767 \end_layout
4768
4769 \begin_layout Standard
4770 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4771 \emph on
4772 l
4773 \emph default
4774 は左寄せ、
4775 \emph on
4776 c
4777 \emph default
4778 は中央揃え、
4779 \emph on
4780 r
4781 \emph default
4782 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4783 \begin_inset Formula $4\times4$
4784 \end_inset
4785
4786 行列を作成するには、水平配置のところに
4787 \series bold
4788 lccr
4789 \series default
4790 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4791 \series bold
4792 c
4793 \series default
4794 です。
4795 \end_layout
4796
4797 \begin_layout Standard
4798 水平行列の例です。
4799 \end_layout
4800
4801 \begin_layout Standard
4802
4803 \series bold
4804 lll
4805 \series default
4806  : 
4807 \begin_inset Formula $\begin{array}{lll}
4808 10000 & D & G\\
4809 B & 10000 & H\\
4810 C & F & 10000
4811 \end{array}$
4812 \end_inset
4813
4814  , 
4815 \series bold
4816 ccc
4817 \series default
4818  : 
4819 \begin_inset Formula $\begin{array}{ccc}
4820 10000 & D & G\\
4821 B & 10000 & H\\
4822 C & F & 10000
4823 \end{array}$
4824 \end_inset
4825
4826  , 
4827 \series bold
4828 rrr
4829 \series default
4830  : 
4831 \begin_inset Formula $\begin{array}{rrr}
4832 10000 & D & G\\
4833 B & 10000 & H\\
4834 C & F & 10000
4835 \end{array}$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4843 \begin_inset Info
4844 type  "icon"
4845 arg   "inset-modify tabular append-row"
4846 \end_inset
4847
4848
4849 \begin_inset Info
4850 type  "icon"
4851 arg   "inset-modify tabular delete-row"
4852 \end_inset
4853
4854 などや
4855 \family sans
4856 編集\SpecialChar menuseparator
4857 行と列
4858 \family default
4859 メニューを使用することができます。また、行は
4860 \begin_inset Info
4861 type  "shortcut"
4862 arg   "newline-insert newline"
4863 \end_inset
4864
4865 で作成することもできます。
4866 \end_layout
4867
4868 \begin_layout Standard
4869 \begin_inset VSpace bigskip
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \begin_layout Standard
4876
4877 \family sans
4878 装飾
4879 \family default
4880 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4881 \series bold
4882
4883 \backslash
4884 left
4885 \series default
4886
4887 \begin_inset Index idx
4888 status collapsed
4889
4890 \begin_layout Plain Layout
4891 こまんど@コマンド ! L ! 
4892 \backslash
4893 left
4894 \end_layout
4895
4896 \end_inset
4897
4898 コマンドや
4899 \series bold
4900
4901 \backslash
4902 right
4903 \series default
4904
4905 \begin_inset Index idx
4906 status collapsed
4907
4908 \begin_layout Plain Layout
4909 こまんど@コマンド ! R ! 
4910 \backslash
4911 right
4912 \end_layout
4913
4914 \end_inset
4915
4916 コマンドで作成することもできます(
4917 \begin_inset Flex Ruby
4918 status collapsed
4919
4920 \begin_layout Plain Layout
4921 捷径
4922 \begin_inset Argument post:1
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 ショートカット
4927 \end_layout
4928
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \end_inset
4935
4936
4937 \family sans
4938 Alt+M
4939 \begin_inset space ~
4940 \end_inset
4941
4942 括弧
4943 \family default
4944 )。第
4945 \begin_inset CommandInset ref
4946 LatexCommand ref
4947 reference "subsec:自動の括弧丈"
4948
4949 \end_inset
4950
4951 節を参照してください。あるいは、以下のコマンドを使うこともできます。
4952 \begin_inset VSpace medskip
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 \begin_inset space \hfill{}
4960 \end_inset
4961
4962
4963 \begin_inset Tabular
4964 <lyxtabular version="3" rows="4" columns="2">
4965 <features booktabs="true" tabularvalignment="middle">
4966 <column alignment="center" valignment="top" width="0pt">
4967 <column alignment="center" valignment="top">
4968 <row>
4969 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 コマンド
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 出力
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row topspace="1.5mm">
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \backslash
4995 bmatrix
4996 \begin_inset space \textvisiblespace{}
4997 \end_inset
4998
4999
5000 \begin_inset Formula $2\times2$
5001 \end_inset
5002
5003 行列
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5013 0 & \textrm{-}\mathrm{i}\\
5014 \mathrm{i} & 0
5015 \end{array}\end{bmatrix}$
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row topspace="1.5mm" bottomspace="0.5mm">
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \backslash
5031 Bmatrix
5032 \begin_inset space \textvisiblespace{}
5033 \end_inset
5034
5035
5036 \begin_inset Formula $2\times2$
5037 \end_inset
5038
5039 行列
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5049 0 & \textrm{-}\mathrm{i}\\
5050 \mathrm{i} & 0
5051 \end{array}\end{Bmatrix}$
5052 \end_inset
5053
5054
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \backslash
5067 pmatrix
5068 \begin_inset space \textvisiblespace{}
5069 \end_inset
5070
5071
5072 \begin_inset Formula $2\times2$
5073 \end_inset
5074
5075 行列
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5085 0 & \textrm{-}\mathrm{i}\\
5086 \mathrm{i} & 0
5087 \end{array}\end{pmatrix}$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 </lyxtabular>
5097
5098 \end_inset
5099
5100
5101 \begin_inset space \hfill{}
5102 \end_inset
5103
5104
5105 \begin_inset Tabular
5106 <lyxtabular version="3" rows="4" columns="2">
5107 <features booktabs="true" tabularvalignment="middle">
5108 <column alignment="center" valignment="top" width="0pt">
5109 <column alignment="center" valignment="top">
5110 <row>
5111 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 コマンド
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 出力
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row topspace="1.5mm">
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \backslash
5137 vmatrix
5138 \begin_inset space \textvisiblespace{}
5139 \end_inset
5140
5141
5142 \begin_inset Formula $2\times2$
5143 \end_inset
5144
5145 行列
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5155 0 & \textrm{-}\mathrm{i}\\
5156 \mathrm{i} & 0
5157 \end{array}\end{vmatrix}$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row topspace="1.5mm" bottomspace="0.5mm">
5167 <cell alignment="center" valignment="top" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \backslash
5173 Vmatrix
5174 \begin_inset space \textvisiblespace{}
5175 \end_inset
5176
5177
5178 \begin_inset Formula $2\times2$
5179 \end_inset
5180
5181 行列
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5191 0 & \textrm{-}\mathrm{i}\\
5192 \mathrm{i} & 0
5193 \end{array}\end{Vmatrix}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 matrix
5210 \begin_inset space \textvisiblespace{}
5211 \end_inset
5212
5213
5214 \begin_inset Formula $2\times2$
5215 \end_inset
5216
5217 行列
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0
5229 \end{array}\end{matrix}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 </lyxtabular>
5239
5240 \end_inset
5241
5242
5243 \begin_inset space \hfill{}
5244 \end_inset
5245
5246
5247 \end_layout
5248
5249 \begin_layout Standard
5250 \begin_inset VSpace medskip
5251 \end_inset
5252
5253 たとえば
5254 \series bold
5255
5256 \backslash
5257 vmatrix
5258 \series default
5259 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5260 \end_layout
5261
5262 \begin_layout Standard
5263 \begin_inset VSpace bigskip
5264 \end_inset
5265
5266 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5267 \begin_inset CommandInset ref
5268 LatexCommand ref
5269 reference "subsec:列間"
5270
5271 \end_inset
5272
5273 節に説明されている距離
5274 \series bold
5275
5276 \backslash
5277 arraycolsep
5278 \series default
5279
5280 \begin_inset Index idx
5281 status collapsed
5282
5283 \begin_layout Plain Layout
5284 こまんど@コマンド ! A ! 
5285 \backslash
5286 arraycolsep
5287 \end_layout
5288
5289 \end_inset
5290
5291 をここでも使用することができます。
5292 \end_layout
5293
5294 \begin_layout Standard
5295 行間隔を変更するには、
5296 \series bold
5297
5298 \backslash
5299 arraystretch
5300 \series default
5301
5302 \begin_inset Index idx
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306 こまんど@コマンド ! A ! 
5307 \backslash
5308 arraystretch
5309 \end_layout
5310
5311 \end_inset
5312
5313 コマンドを使用します。以下のようにして使用します。
5314 \end_layout
5315
5316 \begin_layout Standard
5317
5318 \series bold
5319
5320 \backslash
5321 renewcommand{
5322 \backslash
5323 arraystretch}{伸長因子}
5324 \begin_inset Index idx
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328 こまんど@コマンド ! R ! 
5329 \backslash
5330 renewcommand
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \begin_layout Standard
5339
5340 \series bold
5341
5342 \backslash
5343 renewcommand
5344 \series default
5345 コマンドは、伸長因子を定義済みの
5346 \series bold
5347
5348 \backslash
5349 arraystretch
5350 \series default
5351 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5352 は、
5353 \series bold
5354
5355 \backslash
5356 arraystretch
5357 \series default
5358 に因子1を割り当てて下さい。
5359 \end_layout
5360
5361 \begin_layout Standard
5362 本文行中に行列を入れるには、
5363 \series bold
5364
5365 \backslash
5366 smallmatrix
5367 \series default
5368
5369 \begin_inset Index idx
5370 status collapsed
5371
5372 \begin_layout Plain Layout
5373 こまんど@コマンド ! S ! 
5374 \backslash
5375 smallmatrix
5376 \end_layout
5377
5378 \end_inset
5379
5380 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5381 \end_layout
5382
5383 \begin_layout Standard
5384 これは、本文行中の行列
5385 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5386 C & D
5387 \end{smallmatrix}\right)$
5388 \end_inset
5389
5390 です。
5391 \end_layout
5392
5393 \begin_layout Section
5394 括弧と区分記号
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 かっこ@括弧
5400 \end_layout
5401
5402 \end_inset
5403
5404
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 くぶんきごう@区分記号
5410 \end_layout
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \begin_layout Subsection
5418 垂直括弧と区分記号
5419 \begin_inset Index idx
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423 かっこ@括弧 ! すいちょく@垂直
5424 \begin_inset space \thinspace{}
5425 \end_inset
5426
5427 ——
5428 \end_layout
5429
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \begin_layout Standard
5436 \begin_inset space \hfill{}
5437 \end_inset
5438
5439
5440 \begin_inset Tabular
5441 <lyxtabular version="3" rows="9" columns="2">
5442 <features booktabs="true" tabularvalignment="middle">
5443 <column alignment="center" valignment="top" width="0pt">
5444 <column alignment="center" valignment="top" width="0pt">
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 コマンド
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 出力
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 (
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 \begin_inset Formula $($
5480 \end_inset
5481
5482
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 {
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\{$
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 [
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 \begin_inset Formula $[$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 langle
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 \begin_inset Formula $\langle$
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \backslash
5566 lceil
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $\lceil$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589
5590 \backslash
5591 lfloor
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\lfloor$
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 /
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 \begin_inset Formula $/$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 |
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 \begin_inset Formula $|$
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 </lyxtabular>
5656
5657 \end_inset
5658
5659
5660 \begin_inset space \hfill{}
5661 \end_inset
5662
5663
5664 \begin_inset Tabular
5665 <lyxtabular version="3" rows="9" columns="2">
5666 <features booktabs="true" tabularvalignment="middle">
5667 <column alignment="center" valignment="top" width="0pt">
5668 <column alignment="center" valignment="top" width="0pt">
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 コマンド
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 出力
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 )
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $)$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 }
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 \begin_inset Formula $\}$
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 ]
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Formula $]$
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \backslash
5765 rangle
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $\rangle$
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \backslash
5790 rceil
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 \begin_inset Formula $\rceil$
5800 \end_inset
5801
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \backslash
5815 rfloor
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $\rfloor$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838
5839 \backslash
5840
5841 \backslash
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $\backslash$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \backslash
5867 |
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 \begin_inset Formula $\|$
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 </lyxtabular>
5886
5887 \end_inset
5888
5889
5890 \begin_inset space \hfill{}
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Note Greyedout
5898 status open
5899
5900 \begin_layout Plain Layout
5901
5902 \series bold
5903 【註】
5904 \series default
5905 \SpecialChar TeX
5906 モードでは、
5907 \backslash
5908
5909 \backslash
5910 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
5911 \series bold
5912
5913 \backslash
5914 textbackslash
5915 \series default
5916
5917 \begin_inset Index idx
5918 status collapsed
5919
5920 \begin_layout Plain Layout
5921 こまんど@コマンド! T ! 
5922 \backslash
5923 textbackslash
5924 \end_layout
5925
5926 \end_inset
5927
5928 を使わなくてはなりません。
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \begin_layout Standard
5937 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
5938 \series bold
5939
5940 \backslash
5941 langle
5942 \series default
5943
5944 \series bold
5945
5946 \backslash
5947 rangle
5948 \series default
5949 コマンドを使用せずに
5950 \begin_inset Formula $<$
5951 \end_inset
5952
5953
5954 \begin_inset Formula $>$
5955 \end_inset
5956
5957 の文字を直接使用することができます。
5958 \end_layout
5959
5960 \begin_layout Subsubsection
5961 手動の括弧丈
5962 \begin_inset CommandInset label
5963 LatexCommand label
5964 name "subsec:手動の括弧丈"
5965
5966 \end_inset
5967
5968
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 かっこたけ@括弧丈 ! しゅどう@手動
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \begin_layout Standard
5982 括弧の丈は、\SpecialChar LaTeX
5983 コマンドの
5984 \series bold
5985
5986 \backslash
5987 big
5988 \series default
5989
5990 \begin_inset Index idx
5991 status collapsed
5992
5993 \begin_layout Plain Layout
5994 こまんど@コマンド ! B ! 
5995 \backslash
5996 big
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \series bold
6003
6004 \backslash
6005 Big
6006 \series default
6007
6008 \series bold
6009
6010 \backslash
6011 bigg
6012 \series default
6013 および
6014 \series bold
6015
6016 \backslash
6017 Bigg
6018 \series default
6019 を使って、手動で指定することができます。
6020 \series bold
6021
6022 \backslash
6023 big
6024 \series default
6025 が最小の大きさであり、
6026 \series bold
6027
6028 \backslash
6029 Bigg
6030 \series default
6031 が最大の括弧丈になります。
6032 \end_layout
6033
6034 \begin_layout Standard
6035 これらのコマンドは、括弧の階層を強調するのに使われます。
6036 \begin_inset Separator parbreak
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \align center
6044 \begin_inset Tabular
6045 <lyxtabular version="3" rows="2" columns="2">
6046 <features booktabs="true" tabularvalignment="middle">
6047 <column alignment="center" valignment="top" width="0pt">
6048 <column alignment="center" valignment="top" width="0pt">
6049 <row>
6050 <cell alignment="center" valignment="top" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 すべての括弧が同じ大きさ:
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 \begin_inset Formula $((A+B)(A-B))^{C}$
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row topspace="2mm">
6073 <cell alignment="center" valignment="top" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 こちらの方が良い:
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 </lyxtabular>
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 二つ目の数式では、
6104 \series bold
6105
6106 \backslash
6107 Big((A+B)(A-B)
6108 \backslash
6109 Big)^
6110 \begin_inset space \textvisiblespace{}
6111 \end_inset
6112
6113 C
6114 \series default
6115 というコマンドが使われています。
6116 \end_layout
6117
6118 \begin_layout Standard
6119 以下は、すべての括弧丈の羅列です。
6120 \begin_inset Separator parbreak
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \begin_layout Standard
6127 \align center
6128
6129 \backslash
6130 Bigg(
6131 \backslash
6132 exp
6133 \backslash
6134 bigg
6135 \begin_inset Formula $<$
6136 \end_inset
6137
6138
6139 \backslash
6140 Big[
6141 \backslash
6142 big{
6143 \backslash
6144 ln(3x)
6145 \backslash
6146 big}^2
6147 \begin_inset space \textvisiblespace{}
6148 \end_inset
6149
6150
6151 \backslash
6152 sin(x)
6153 \backslash
6154 Big]^
6155 \begin_inset space \textvisiblespace{}
6156 \end_inset
6157
6158 A
6159 \begin_inset space \textvisiblespace{}
6160 \end_inset
6161
6162
6163 \backslash
6164 bigg
6165 \begin_inset Formula $>$
6166 \end_inset
6167
6168
6169 \backslash
6170 Bigg)^0,5
6171 \end_layout
6172
6173 \begin_layout Standard
6174 \align center
6175 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182
6183 \series bold
6184
6185 \backslash
6186 big
6187 \series default
6188 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6189 \series bold
6190
6191 \backslash
6192 bigm
6193 \series default
6194
6195 \begin_inset Index idx
6196 status collapsed
6197
6198 \begin_layout Plain Layout
6199 こまんど@コマンド ! B ! 
6200 \backslash
6201 bigm
6202 \end_layout
6203
6204 \end_inset
6205
6206 という派生型と、空白を追加しない
6207 \series bold
6208
6209 \backslash
6210 bigl
6211 \series default
6212 -
6213 \series bold
6214
6215 \backslash
6216 bigr
6217 \series default
6218
6219 \begin_inset Index idx
6220 status collapsed
6221
6222 \begin_layout Plain Layout
6223 こまんど@コマンド ! B ! 
6224 \backslash
6225 bigl - 
6226 \backslash
6227 bigr
6228 \end_layout
6229
6230 \end_inset
6231
6232 派生型があります。
6233 \series bold
6234
6235 \backslash
6236 bigl
6237 \series default
6238 コマンドの最後の
6239 \emph on
6240 l
6241 \emph default
6242 は、左括弧であることを示し、右括弧の場合には、
6243 \emph on
6244 l
6245 \emph default
6246 の代わりに
6247 \emph on
6248 r
6249 \emph default
6250 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6251 \end_layout
6252
6253 \begin_layout Standard
6254 以下の表は、これらの派生型の比較です。
6255 \begin_inset Separator parbreak
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \align center
6263 \begin_inset Tabular
6264 <lyxtabular version="3" rows="5" columns="2">
6265 <features booktabs="true" tabularvalignment="middle">
6266 <column alignment="center" valignment="top" width="0pt">
6267 <column alignment="center" valignment="middle">
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 コマンド
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 出力
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row topspace="2mm">
6289 <cell alignment="center" valignment="top" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293
6294 \backslash
6295 Bigm(
6296 \backslash
6297 bigm(
6298 \backslash
6299 ln(3x)
6300 \backslash
6301 bigm)^2
6302 \begin_inset space \textvisiblespace{}
6303 \end_inset
6304
6305
6306 \backslash
6307 Bigm)
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 <row topspace="2mm">
6326 <cell alignment="center" valignment="top" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330
6331 \backslash
6332 Big(
6333 \backslash
6334 big(
6335 \backslash
6336 ln(3x)
6337 \backslash
6338 big)^2
6339 \begin_inset space \textvisiblespace{}
6340 \end_inset
6341
6342
6343 \backslash
6344 Big)
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row topspace="2mm" bottomspace="0.5mm">
6363 <cell alignment="center" valignment="top" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \backslash
6369 Bigl(
6370 \backslash
6371 bigl(
6372 \backslash
6373 ln(3x)
6374 \backslash
6375 bigr)^2
6376 \begin_inset space \textvisiblespace{}
6377 \end_inset
6378
6379
6380 \backslash
6381 Bigr)
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row topspace="1.5mm" bottomspace="0.5mm">
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \backslash
6406 bigl)
6407 \backslash
6408 ln(3x)
6409 \backslash
6410 bigr(
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 </lyxtabular>
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Subsubsection
6436 自動の括弧丈
6437 \begin_inset CommandInset label
6438 LatexCommand label
6439 name "subsec:自動の括弧丈"
6440
6441 \end_inset
6442
6443
6444 \begin_inset Index idx
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448 かっこたけ@括弧丈 ! じどう@自動
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 可変の丈を持つ括弧は、
6458 \series bold
6459
6460 \backslash
6461 left
6462 \series default
6463
6464 \begin_inset Index idx
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 こまんど@コマンド ! L ! 
6469 \backslash
6470 left
6471 \end_layout
6472
6473 \end_inset
6474
6475 コマンドおよび
6476 \series bold
6477
6478 \backslash
6479 right
6480 \series default
6481
6482 \begin_inset Index idx
6483 status collapsed
6484
6485 \begin_layout Plain Layout
6486 こまんど@コマンド ! R ! 
6487 \backslash
6488 right
6489 \end_layout
6490
6491 \end_inset
6492
6493 コマンド、あるいは数式ツールバーボタンの
6494 \begin_inset Info
6495 type  "icon"
6496 arg   "dialog-show mathdelimiter"
6497 \end_inset
6498
6499 で挿入することができます。
6500 \series bold
6501
6502 \backslash
6503 left
6504 \series default
6505 および
6506 \series bold
6507
6508 \backslash
6509 right
6510 \series default
6511 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6512 \begin_inset Separator parbreak
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Standard
6519 \align center
6520 通常の括弧:
6521 \series bold
6522
6523 \backslash
6524 ln(
6525 \backslash
6526 frac
6527 \begin_inset space \textvisiblespace{}
6528 \end_inset
6529
6530 A
6531 \begin_inset Formula $\downarrow$
6532 \end_inset
6533
6534 C
6535 \begin_inset space \textvisiblespace{}
6536 \end_inset
6537
6538 )
6539 \series default
6540 というコマンドは
6541 \begin_inset Formula 
6542 \[
6543 \ln(\frac{A}{C})
6544 \]
6545
6546 \end_inset
6547
6548 を生成します。
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \align center
6553 複数行の括弧:
6554 \series bold
6555
6556 \backslash
6557 ln
6558 \backslash
6559 left(
6560 \backslash
6561 frac
6562 \begin_inset space \textvisiblespace{}
6563 \end_inset
6564
6565 A
6566 \begin_inset Formula $\downarrow$
6567 \end_inset
6568
6569 C
6570 \begin_inset space \textvisiblespace{}
6571 \end_inset
6572
6573
6574 \backslash
6575 right)
6576 \series default
6577 というコマンドは
6578 \begin_inset Formula 
6579 \[
6580 \ln\left(\frac{A}{C}\right)
6581 \]
6582
6583 \end_inset
6584
6585 を生成します。
6586 \end_layout
6587
6588 \begin_layout Standard
6589
6590 \series bold
6591
6592 \backslash
6593 left
6594 \series default
6595
6596 \series bold
6597
6598 \backslash
6599 right
6600 \series default
6601 の代わりに、
6602 \begin_inset Flex Ruby
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 捷径
6607 \begin_inset Argument post:1
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 ショートカット
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \family sans
6623 Alt+M
6624 \begin_inset space ~
6625 \end_inset
6626
6627 括弧
6628 \family default
6629 を使うこともできます。これを使うと、\SpecialChar LyX
6630 中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6631 \begin_inset Newline newline
6632 \end_inset
6633
6634 すると、先ほどの例を作るコマンドは
6635 \series bold
6636
6637 \backslash
6638 ln Alt+M
6639 \series default
6640  
6641 \series bold
6642 (
6643 \backslash
6644 frac
6645 \begin_inset space \textvisiblespace{}
6646 \end_inset
6647
6648 A
6649 \begin_inset Formula $\downarrow$
6650 \end_inset
6651
6652 C
6653 \series default
6654 となります。
6655 \end_layout
6656
6657 \begin_layout Standard
6658 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6659 \series bold
6660
6661 \backslash
6662 left.
6663 \backslash
6664 frac
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668 A
6669 \begin_inset Formula $\downarrow$
6670 \end_inset
6671
6672 B
6673 \begin_inset space \textvisiblespace{}
6674 \end_inset
6675
6676
6677 \backslash
6678 right}
6679 \series default
6680 というコマンドは
6681 \series bold
6682
6683 \begin_inset Formula 
6684 \[
6685 \left.\frac{A}{B}\right\} 
6686 \]
6687
6688 \end_inset
6689
6690
6691 \series default
6692 を生成します。
6693 \series bold
6694
6695 \backslash
6696 left
6697 \series default
6698 コマンドおよび
6699 \series bold
6700
6701 \backslash
6702 right
6703 \series default
6704 コマンドは、文書が再度読み込まれたときには、\SpecialChar LyX
6705 によって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6706 \end_layout
6707
6708 \begin_layout Standard
6709 \begin_inset VSpace bigskip
6710 \end_inset
6711
6712 著名な\SpecialChar LaTeX
6713 頒布版は、すべて\SpecialChar LaTeX
6714 の拡張であるe\SpecialChar TeX
6715 を使用しているので、これらの頒布版では、すべての括弧および極限に対して
6716 \series bold
6717
6718 \backslash
6719 middle
6720 \series default
6721
6722 \begin_inset Index idx
6723 status collapsed
6724
6725 \begin_layout Plain Layout
6726 こまんど@コマンド ! M ! 
6727 \backslash
6728 middle
6729 \end_layout
6730
6731 \end_inset
6732
6733 コマンドも使用することができます
6734 \begin_inset Foot
6735 status collapsed
6736
6737 \begin_layout Plain Layout
6738
6739 \series bold
6740 【訳註】
6741 \series default
6742 p\SpecialChar LaTeX
6743 では、標準では
6744 \series bold
6745
6746 \backslash
6747 middle
6748 \series default
6749 コマンドは使えません。よって、以下の例では「
6750 \series bold
6751
6752 \backslash
6753 middle
6754 \series default
6755
6756 \begin_inset Formula $|$
6757 \end_inset
6758
6759 」の代わりに「
6760 \series bold
6761
6762 \backslash
6763 biggm
6764 \series default
6765
6766 \begin_inset Formula $|$
6767 \end_inset
6768
6769 」を用いています。
6770 \end_layout
6771
6772 \end_inset
6773
6774 。このコマンドでは、物理ベクトル
6775 \begin_inset Formula 
6776 \[
6777 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6778 \]
6779
6780 \end_inset
6781
6782 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6783 \begin_inset CommandInset ref
6784 LatexCommand ref
6785 reference "subsec:物理ベクトル"
6786
6787 \end_inset
6788
6789 節に説明されているように特殊な\SpecialChar LaTeX
6790 パッケージがあります。
6791 \end_layout
6792
6793 \begin_layout Subsection
6794 水平括弧
6795 \begin_inset Index idx
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799 かっこ@括弧 ! すいへい@水平
6800 \begin_inset space \thinspace{}
6801 \end_inset
6802
6803 ——
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 \align center
6813 \begin_inset Tabular
6814 <lyxtabular version="3" rows="4" columns="2">
6815 <features booktabs="true" tabularvalignment="middle">
6816 <column alignment="center" valignment="top" width="0pt">
6817 <column alignment="center" valignment="top" width="0pt">
6818 <row>
6819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 コマンド
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 出力
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \backslash
6845 overbrace
6846 \begin_inset space \textvisiblespace{}
6847 \end_inset
6848
6849 A+B
6850 \begin_inset space \textvisiblespace{}
6851 \end_inset
6852
6853 ^
6854 \begin_inset space \textvisiblespace{}
6855 \end_inset
6856
6857 3
6858 \begin_inset Index idx
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862 こまんど@コマンド ! O ! 
6863 \backslash
6864 overbrace
6865 \end_layout
6866
6867 \end_inset
6868
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 \begin_inset Formula $\overbrace{A+B}^{3}$
6879 \end_inset
6880
6881
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 <row topspace="2mm">
6888 <cell alignment="center" valignment="top" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892
6893 \backslash
6894 underbrace
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 A+B
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 _5
6903 \begin_inset Index idx
6904 status collapsed
6905
6906 \begin_layout Plain Layout
6907 こまんど@コマンド ! U ! 
6908 \backslash
6909 underbrace
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 \begin_inset Formula $\underbrace{A+B}_{5}$
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \backslash
6939 overbrace
6940 \begin_inset space \textvisiblespace{}
6941 \end_inset
6942
6943
6944 \backslash
6945 underbrace
6946 \begin_inset space \textvisiblespace{}
6947 \end_inset
6948
6949 A+B_w
6950 \begin_inset space \textvisiblespace{}
6951 \end_inset
6952
6953
6954 \begin_inset space \textvisiblespace{}
6955 \end_inset
6956
6957 _7
6958 \begin_inset space \textvisiblespace{}
6959 \end_inset
6960
6961
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 ^
6966 \begin_inset space \textvisiblespace{}
6967 \end_inset
6968
6969 C
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 </lyxtabular>
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \begin_layout Standard
6995 最後の例では、
6996 \series bold
6997
6998 \backslash
6999 overbrace
7000 \series default
7001 が先に挿入されようが
7002 \series bold
7003
7004 \backslash
7005 underbrace
7006 \series default
7007 が先に挿入されようが代わりはありません。
7008 \end_layout
7009
7010 \begin_layout Standard
7011 \begin_inset VSpace medskip
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \begin_layout Standard
7018 文書設定の
7019 \family sans
7020 数式オプション
7021 \family default
7022 で、
7023 \series bold
7024 mathtools
7025 \series default
7026
7027 \begin_inset Index idx
7028 status collapsed
7029
7030 \begin_layout Plain Layout
7031 ぱっけーじ@パッケージ ! mathtools
7032 \end_layout
7033
7034 \end_inset
7035
7036 パッケージに
7037 \family sans
7038 常に読み込み
7039 \family default
7040 オプションを設定すると、以下のような角括弧が利用可能になります。
7041 \begin_inset Separator parbreak
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \begin_layout Standard
7048 \align center
7049 \begin_inset Tabular
7050 <lyxtabular version="3" rows="4" columns="2">
7051 <features booktabs="true" tabularvalignment="middle">
7052 <column alignment="center" valignment="top" width="0pt">
7053 <column alignment="center" valignment="top" width="0pt">
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 コマンド
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 出力
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \backslash
7081 overbracket{A+B
7082 \begin_inset space \textvisiblespace{}
7083 \end_inset
7084
7085 ^3
7086 \begin_inset Index idx
7087 status collapsed
7088
7089 \begin_layout Plain Layout
7090 こまんど@コマンド ! O ! 
7091 \backslash
7092 overbracket
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 \begin_inset Formula $\overbracket{A+B}^{3}$
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row topspace="2mm">
7116 <cell alignment="center" valignment="top" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120
7121 \backslash
7122 underbracket{A+B
7123 \begin_inset space \textvisiblespace{}
7124 \end_inset
7125
7126 _5
7127 \begin_inset Index idx
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131 こまんど@コマンド ! U ! 
7132 \backslash
7133 under
7134 \size normal
7135 bracket
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 \begin_inset Formula $\underbracket{A+B}_{5}$
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \backslash
7165 overbracket{
7166 \backslash
7167 underbracket{A+B_w
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 _7
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179
7180 \begin_inset space \textvisiblespace{}
7181 \end_inset
7182
7183 ^
7184 \begin_inset space \textvisiblespace{}
7185 \end_inset
7186
7187 C
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7197 \end_inset
7198
7199
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213
7214 \series bold
7215
7216 \backslash
7217 overbracket
7218 \series default
7219
7220 \series bold
7221
7222 \backslash
7223 underbracket
7224 \series default
7225 に関しては、コマンドに続く角括弧中に、希望する厚みを指定すれば、以下のように、角括弧の筆跡の厚みに変更を加えることができます。
7226 \begin_inset Separator parbreak
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="3" columns="2">
7236 <features booktabs="true" tabularvalignment="middle">
7237 <column alignment="center" valignment="top" width="0pt">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 コマンド
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 出力
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \backslash
7266 overbracket[3pt]
7267 \backslash
7268 {A+B
7269 \begin_inset space \textvisiblespace{}
7270 \end_inset
7271
7272 ^3
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row topspace="2mm">
7291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295
7296 \backslash
7297 underbracket[1pt]
7298 \backslash
7299 {A+B
7300 \begin_inset space \textvisiblespace{}
7301 \end_inset
7302
7303 _5
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 </lyxtabular>
7322
7323 \end_inset
7324
7325
7326 \end_layout
7327
7328 \begin_layout Standard
7329 \begin_inset VSpace bigskip
7330 \end_inset
7331
7332 括弧をお互いに重ねる必要がある場合には、第
7333 \begin_inset CommandInset ref
7334 LatexCommand ref
7335 reference "sec:多行数式"
7336
7337 \end_inset
7338
7339 節に説明されているように、次のような多行数式を使わなくてはなりません。
7340 \begin_inset Formula 
7341 \begin{eqnarray*}
7342 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7343  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7344 \end{eqnarray*}
7345
7346 \end_inset
7347
7348 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7349 \begin_inset Foot
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353 空白コマンドは第
7354 \begin_inset CommandInset ref
7355 LatexCommand ref
7356 reference "subsec:定義済みの空白"
7357
7358 \end_inset
7359
7360 章に説明があります。
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \series bold
7367
7368 \backslash
7369 :
7370 \series default
7371 を最初の
7372 \begin_inset Formula $d$
7373 \end_inset
7374
7375 の前に挿入しておくことが重要です。さもないと、
7376 \begin_inset Formula $q$
7377 \end_inset
7378
7379 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7380 \begin_inset Foot
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 これは、括弧が文字として取り扱われないためです。第
7385 \begin_inset CommandInset ref
7386 LatexCommand ref
7387 reference "subsec:二項演算子"
7388
7389 \end_inset
7390
7391 章参照。
7392 \end_layout
7393
7394 \end_inset
7395
7396 ためです。二行目には、二つめの括弧が挿入されています。
7397 \begin_inset Formula $b$
7398 \end_inset
7399
7400 の直前から始まるようにするために、まず
7401 \series bold
7402
7403 \backslash
7404 hphantom{gggg+
7405 \backslash
7406 :}
7407 \series default
7408 というコマンド
7409 \begin_inset Foot
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413
7414 \series bold
7415
7416 \backslash
7417 hphantom
7418 \series default
7419 に関する詳細は、第
7420 \begin_inset CommandInset ref
7421 LatexCommand ref
7422 reference "subsec:埋め草"
7423
7424 \end_inset
7425
7426 章を参照してください。
7427 \end_layout
7428
7429 \end_inset
7430
7431 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7432 \series bold
7433
7434 \backslash
7435 hphantom{bbqq+dddd}
7436 \series default
7437 コマンドの下に置きます。
7438 \end_layout
7439
7440 \begin_layout Standard
7441 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7442 \begin_inset ERT
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446
7447
7448 \backslash
7449 setlength{
7450 \backslash
7451 jot}{-6pt}
7452 \end_layout
7453
7454 \end_inset
7455
7456
7457 \begin_inset Formula 
7458 \begin{eqnarray*}
7459  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7460 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7461 \end{eqnarray*}
7462
7463 \end_inset
7464
7465
7466 \begin_inset ERT
7467 status collapsed
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 setlength{
7474 \backslash
7475 jot}{3pt}
7476 \end_layout
7477
7478 \end_inset
7479
7480 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7481 ることを防ぐために、行間を減らさなくてはならないのですが、これは\SpecialChar LyX
7482 のバグ
7483 \begin_inset Foot
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487 \begin_inset CommandInset href
7488 LatexCommand href
7489 name "LyX-bug #1505"
7490 target "http://www.lyx.org/trac/ticket/1505"
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498
7499 のせいで簡単にはできません。この問題を回避するためには、数式直前に\SpecialChar TeX
7500 モードで
7501 \series bold
7502 setlength{
7503 \backslash
7504 jot}{-6pt}
7505 \series default
7506 というコマンドを入れて、大域的な数式行間
7507 \series bold
7508
7509 \backslash
7510 jot
7511 \series default
7512
7513 \begin_inset Index idx
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517 こまんど@コマンド ! J ! 
7518 \backslash
7519 jot
7520 \end_layout
7521
7522 \end_inset
7523
7524 を-6
7525 \begin_inset space \thinspace{}
7526 \end_inset
7527
7528 ptに変更しなくてはなりません。
7529 \series bold
7530
7531 \backslash
7532 jot
7533 \series default
7534 は、数式直後に同様のコマンドを使って標準値の3
7535 \begin_inset space \thinspace{}
7536 \end_inset
7537
7538 ptに戻します。数式中の行間について、詳しくは第
7539 \begin_inset CommandInset ref
7540 LatexCommand ref
7541 reference "subsec:行間"
7542
7543 \end_inset
7544
7545 章に説明があります。
7546 \end_layout
7547
7548 \begin_layout Section
7549 矢印
7550 \begin_inset Index idx
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554 やじるし@矢印
7555 \end_layout
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Standard
7563 矢印は、数式ツールバーボタンの
7564 \begin_inset Info
7565 type  "icon"
7566 arg   "math-insert \\leftarrow"
7567 \end_inset
7568
7569 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7570 \end_layout
7571
7572 \begin_layout Subsection
7573 水平矢印
7574 \begin_inset Index idx
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578 やじるし@矢印 ! すいへい@水平
7579 \end_layout
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Standard
7587 \begin_inset space \hfill{}
7588 \end_inset
7589
7590
7591 \begin_inset Tabular
7592 <lyxtabular version="3" rows="8" columns="2">
7593 <features booktabs="true" tabularvalignment="middle">
7594 <column alignment="center" valignment="top" width="0pt">
7595 <column alignment="center" valignment="top" width="0pt">
7596 <row>
7597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 コマンド
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 出力
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \backslash
7623 gets
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset Formula $\gets$
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \backslash
7648 Leftarrow
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset Formula $\Leftarrow$
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \backslash
7673 longleftarrow
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 \begin_inset Formula $\longleftarrow$
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \backslash
7698 Longleftarrow
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 \begin_inset Formula $\Longleftarrow$
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \backslash
7723 leftharpoonup
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\leftharpoonup$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 leftharpoondown
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 \begin_inset Formula $\leftharpoondown$
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \backslash
7773 hookleftarrow
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 \begin_inset Formula $\hookleftarrow$
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 </lyxtabular>
7792
7793 \end_inset
7794
7795
7796 \begin_inset space \hfill{}
7797 \end_inset
7798
7799
7800 \begin_inset Tabular
7801 <lyxtabular version="3" rows="8" columns="2">
7802 <features booktabs="true" tabularvalignment="middle">
7803 <column alignment="center" valignment="top" width="0pt">
7804 <column alignment="center" valignment="top" width="0pt">
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 コマンド
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 出力
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \backslash
7832 to
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Formula $\to$
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \backslash
7857 Rightarrow
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\Rightarrow$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \backslash
7882 longrightarrow
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 \begin_inset Formula $\longrightarrow$
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \backslash
7907 Longrightarrow
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 \begin_inset Formula $\Longrightarrow$
7917 \end_inset
7918
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \backslash
7932 rightharpoonup
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset Formula $\rightharpoonup$
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \backslash
7957 rightharpoondown
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset Formula $\rightharpoondown$
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \backslash
7982 hookrightarrow
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 \begin_inset Formula $\hookrightarrow$
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 </lyxtabular>
8001
8002 \end_inset
8003
8004
8005 \begin_inset space \hfill{}
8006 \end_inset
8007
8008
8009 \end_layout
8010
8011 \begin_layout Standard
8012 \begin_inset space \hfill{}
8013 \end_inset
8014
8015
8016 \begin_inset Tabular
8017 <lyxtabular version="3" rows="6" columns="2">
8018 <features booktabs="true" tabularvalignment="middle">
8019 <column alignment="center" valignment="top" width="0pt">
8020 <column alignment="center" valignment="top" width="0pt">
8021 <row>
8022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 コマンド
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 出力
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \backslash
8048 leftrightarrow
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 \begin_inset Formula $\leftrightarrow$
8058 \end_inset
8059
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \backslash
8073 Leftrightarrow
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 \begin_inset Formula $\Leftrightarrow$
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \backslash
8098 longleftrightarrow
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 \begin_inset Formula $\longleftrightarrow$
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \backslash
8123 Longleftrightarrow
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 \begin_inset Formula $\Longleftrightarrow$
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \backslash
8148 rightleftharpoons
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 \begin_inset Formula $\rightleftharpoons$
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 </lyxtabular>
8167
8168 \end_inset
8169
8170
8171 \begin_inset space \hspace{}
8172 \length 25pt
8173 \end_inset
8174
8175
8176 \begin_inset space \hfill{}
8177 \end_inset
8178
8179
8180 \begin_inset Tabular
8181 <lyxtabular version="3" rows="5" columns="2">
8182 <features booktabs="true" tabularvalignment="middle">
8183 <column alignment="center" valignment="top" width="0pt">
8184 <column alignment="center" valignment="top" width="0pt">
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 コマンド
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 出力
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 mapsto
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 \begin_inset Formula $\mapsto$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \backslash
8237 longmapsto
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 \begin_inset Formula $\longmapsto$
8247 \end_inset
8248
8249
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \backslash
8262 leadsto
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 \begin_inset Formula $\leadsto$
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \backslash
8287 dasharrow
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 \begin_inset Formula $\dasharrow$
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 </lyxtabular>
8306
8307 \end_inset
8308
8309
8310 \begin_inset space \hfill{}
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Standard
8317 \begin_inset VSpace medskip
8318 \end_inset
8319
8320 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8321 \begin_inset CommandInset ref
8322 LatexCommand ref
8323 reference "sec:アクセント"
8324
8325 \end_inset
8326
8327 節に一覧があります。
8328 \end_layout
8329
8330 \begin_layout Standard
8331 \begin_inset VSpace bigskip
8332 \end_inset
8333
8334 さらに、ラベル付き矢印
8335 \begin_inset Index idx
8336 status collapsed
8337
8338 \begin_layout Plain Layout
8339 やじるし@矢印 ! らべるつき@ラベル付き
8340 \end_layout
8341
8342 \end_inset
8343
8344 として、
8345 \series bold
8346
8347 \backslash
8348 xleftarrow
8349 \series default
8350
8351 \begin_inset Index idx
8352 status collapsed
8353
8354 \begin_layout Plain Layout
8355 こまんど@コマンド ! X ! 
8356 \backslash
8357 xleftarrow
8358 \end_layout
8359
8360 \end_inset
8361
8362
8363 \series bold
8364
8365 \backslash
8366 xrightarrow
8367 \series default
8368
8369 \begin_inset Index idx
8370 status collapsed
8371
8372 \begin_layout Plain Layout
8373 こまんど@コマンド ! X ! 
8374 \backslash
8375 xrightarrow
8376 \begin_inset ERT
8377 status collapsed
8378
8379 \begin_layout Plain Layout
8380
8381
8382 \backslash
8383 vspace{4mm}
8384 \end_layout
8385
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392
8393 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8394 ます。
8395 \end_layout
8396
8397 \begin_layout Standard
8398 \align center
8399 \begin_inset Tabular
8400 <lyxtabular version="3" rows="3" columns="2">
8401 <features booktabs="true" tabularvalignment="middle">
8402 <column alignment="center" valignment="top" width="0pt">
8403 <column alignment="center" valignment="top" width="0pt">
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 コマンド
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 出力
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 F(a)
8430 \backslash
8431 xleftarrow
8432 \begin_inset space \textvisiblespace{}
8433 \end_inset
8434
8435 x=a
8436 \begin_inset Formula $\downarrow$
8437 \end_inset
8438
8439 x>0
8440 \begin_inset Formula $\to$
8441 \end_inset
8442
8443 F(x)
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8453 \end_inset
8454
8455
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row topspace="2mm">
8462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 F(x)
8467 \backslash
8468 xrightarrow
8469 \begin_inset space \textvisiblespace{}
8470 \end_inset
8471
8472 x=a
8473 \begin_inset Formula $\downarrow$
8474 \end_inset
8475
8476 x>0
8477 \begin_inset Formula $\to$
8478 \end_inset
8479
8480 F(a)
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 </lyxtabular>
8499
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \begin_layout Standard
8506 \begin_inset VSpace medskip
8507 \end_inset
8508
8509
8510 \end_layout
8511
8512 \begin_layout Standard
8513 文書設定の
8514 \family sans
8515 数式オプション
8516 \family default
8517 で、
8518 \series bold
8519 mathtools
8520 \series default
8521
8522 \begin_inset Index idx
8523 status collapsed
8524
8525 \begin_layout Plain Layout
8526 ぱっけーじ@パッケージ ! mathtools
8527 \end_layout
8528
8529 \end_inset
8530
8531 パッケージに
8532 \family sans
8533 常に読み込み
8534 \family default
8535 オプションを設定すると、以下のようなラベル付き矢印が利用可能になります。
8536 \end_layout
8537
8538 \begin_layout Standard
8539 \begin_inset Newpage newpage
8540 \end_inset
8541
8542
8543 \begin_inset Separator parbreak
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \begin_layout Standard
8550 \align center
8551 \begin_inset space \hspace*{\fill}
8552 \end_inset
8553
8554
8555 \begin_inset Tabular
8556 <lyxtabular version="3" rows="7" columns="2">
8557 <features booktabs="true" tabularvalignment="middle">
8558 <column alignment="center" valignment="top" width="0pt">
8559 <column alignment="center" valignment="top" width="0pt">
8560 <row>
8561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 コマンド
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Example
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \backslash
8587 xleftrightarrow
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row topspace="2mm">
8606 <cell alignment="center" valignment="top" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \backslash
8612 xLeftarrow
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row topspace="2mm">
8631 <cell alignment="center" valignment="top" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \backslash
8637 xRightarrow
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8647 \end_inset
8648
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row topspace="2mm">
8656 <cell alignment="center" valignment="top" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \backslash
8662 xLeftrightarrow
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8672 \end_inset
8673
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row topspace="2mm">
8681 <cell alignment="center" valignment="top" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 xhookleftarrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row topspace="2mm">
8706 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 xhookrightarrow
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 </lyxtabular>
8731
8732 \end_inset
8733
8734
8735 \begin_inset space \hspace*{\fill}
8736 \end_inset
8737
8738
8739 \begin_inset Tabular
8740 <lyxtabular version="3" rows="7" columns="2">
8741 <features booktabs="true" tabularvalignment="middle">
8742 <column alignment="center" valignment="top" width="0pt">
8743 <column alignment="center" valignment="top" width="0pt">
8744 <row>
8745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 コマンド
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Example
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \backslash
8771 xleftharpoondown
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8781 \end_inset
8782
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row topspace="2mm">
8790 <cell alignment="center" valignment="top" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \backslash
8796 xleftharpoonup
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row topspace="2mm">
8815 <cell alignment="center" valignment="top" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \backslash
8821 xrightharpoondown
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row topspace="2mm">
8840 <cell alignment="center" valignment="top" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \backslash
8846 xrightharpoonup
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row topspace="2mm">
8865 <cell alignment="center" valignment="top" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \backslash
8871 xleftrightharpoons
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row topspace="2mm">
8890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \backslash
8896 xrightleftharpoons
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 </lyxtabular>
8915
8916 \end_inset
8917
8918
8919 \begin_inset space \hspace*{\fill}
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Standard
8926 これらの矢印は、すべて以下のようなコマンドスキームを取ります。
8927 \begin_inset Separator parbreak
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \begin_layout Standard
8934 \align center
8935 \begin_inset Tabular
8936 <lyxtabular version="3" rows="2" columns="2">
8937 <features booktabs="true" tabularvalignment="middle">
8938 <column alignment="center" valignment="top" width="0pt">
8939 <column alignment="center" valignment="top" width="0pt">
8940 <row>
8941 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 コマンド
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 出力
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row bottomspace="0.5mm">
8961 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 F(a)
8966 \backslash
8967 xleftrightarrow[x=a]
8968 \backslash
8969 {x>0
8970 \begin_inset Formula $\to$
8971 \end_inset
8972
8973 F(x)
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 </lyxtabular>
8992
8993 \end_inset
8994
8995
8996 \end_layout
8997
8998 \begin_layout Subsection
8999 垂直矢印および対角矢印
9000 \begin_inset Index idx
9001 status collapsed
9002
9003 \begin_layout Plain Layout
9004 やじるし@矢印 ! たいかく@対角
9005 \end_layout
9006
9007 \end_inset
9008
9009
9010 \begin_inset Index idx
9011 status collapsed
9012
9013 \begin_layout Plain Layout
9014 やじるし@矢印 ! すいちょく@垂直
9015 \end_layout
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \begin_layout Standard
9023 \begin_inset space \hfill{}
9024 \end_inset
9025
9026
9027 \begin_inset Tabular
9028 <lyxtabular version="3" rows="7" columns="2">
9029 <features booktabs="true" tabularvalignment="middle">
9030 <column alignment="center" valignment="top" width="0pt">
9031 <column alignment="center" valignment="top" width="0pt">
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 コマンド
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 出力
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \backslash
9059 uparrow
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 \begin_inset Formula $\uparrow$
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="center" valignment="top" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \backslash
9084 Uparrow
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 \begin_inset Formula $\Uparrow$
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="center" valignment="top" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \backslash
9109 updownarrow
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 \begin_inset Formula $\updownarrow$
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="center" valignment="top" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \backslash
9134 Updownarrow
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 \begin_inset Formula $\Updownarrow$
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \backslash
9159 Downarrow
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 \begin_inset Formula $\Downarrow$
9169 \end_inset
9170
9171
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \backslash
9184 downarrow
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 \begin_inset Formula $\downarrow$
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 </lyxtabular>
9203
9204 \end_inset
9205
9206
9207 \begin_inset space \hfill{}
9208 \end_inset
9209
9210
9211 \begin_inset Tabular
9212 <lyxtabular version="3" rows="5" columns="2">
9213 <features booktabs="true" tabularvalignment="middle">
9214 <column alignment="center" valignment="top" width="0pt">
9215 <column alignment="center" valignment="top" width="0pt">
9216 <row>
9217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 コマンド
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 出力
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 nearrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\nearrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 searrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\searrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 swarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\swarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 nwarrow
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\nwarrow$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 </lyxtabular>
9337
9338 \end_inset
9339
9340
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \end_layout
9346
9347 \begin_layout Standard
9348 \begin_inset VSpace medskip
9349 \end_inset
9350
9351 垂直矢印は、第
9352 \begin_inset CommandInset ref
9353 LatexCommand ref
9354 reference "subsec:手動の括弧丈"
9355
9356 \end_inset
9357
9358 節および第
9359 \begin_inset CommandInset ref
9360 LatexCommand ref
9361 reference "subsec:自動の括弧丈"
9362
9363 \end_inset
9364
9365 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9366 \end_layout
9367
9368 \begin_layout Section
9369 アクセント
9370 \begin_inset CommandInset label
9371 LatexCommand label
9372 name "sec:アクセント"
9373
9374 \end_inset
9375
9376
9377 \begin_inset Index idx
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381 あくせんと@アクセント
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \begin_layout Standard
9390 アクセントは、数式ツールバーボタンの
9391 \begin_inset Info
9392 type  "icon"
9393 arg   "math-insert \\hat"
9394 \end_inset
9395
9396 か、以下の各小節に列挙してあるコマンドで入力することができます。
9397 \end_layout
9398
9399 \begin_layout Subsection
9400 一文字に付けるアクセント
9401 \begin_inset ERT
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405
9406
9407 \backslash
9408 texorpdfstring{
9409 \end_layout
9410
9411 \end_inset
9412
9413
9414 \begin_inset Foot
9415 status collapsed
9416
9417 \begin_layout Plain Layout
9418 本文中のアクセントについては、第
9419 \begin_inset CommandInset ref
9420 LatexCommand ref
9421 reference "subsec:文章中のアクセント"
9422
9423 \end_inset
9424
9425 節を参照。
9426 \end_layout
9427
9428 \end_inset
9429
9430
9431 \begin_inset ERT
9432 status collapsed
9433
9434 \begin_layout Plain Layout
9435
9436 }{}
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \begin_inset Note Note
9443 status collapsed
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448
9449 \backslash
9450 texorpdfstring
9451 \series default
9452 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9453 \end_layout
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458
9459 \backslash
9460 texorpdfstring
9461 \series default
9462 についての詳細は、第
9463 \begin_inset CommandInset ref
9464 LatexCommand ref
9465 reference "subsec:節見出し中の数式"
9466
9467 \end_inset
9468
9469 節にあります。
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \begin_inset CommandInset label
9476 LatexCommand label
9477 name "subsec:一文字に付けるアクセント"
9478
9479 \end_inset
9480
9481
9482 \begin_inset Index idx
9483 status collapsed
9484
9485 \begin_layout Plain Layout
9486 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9487 \end_layout
9488
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \begin_layout Standard
9495 \begin_inset space \hfill{}
9496 \end_inset
9497
9498
9499 \begin_inset Tabular
9500 <lyxtabular version="3" rows="8" columns="2">
9501 <features booktabs="true" tabularvalignment="middle">
9502 <column alignment="center" valignment="top" width="0pt">
9503 <column alignment="center" valignment="top" width="0pt">
9504 <row>
9505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 コマンド
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 出力
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row topspace="1.5mm">
9525 <cell alignment="center" valignment="top" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 dot
9532 \begin_inset space \textvisiblespace{}
9533 \end_inset
9534
9535 A
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 \begin_inset Formula $\dot{A}$
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row topspace="1.5mm">
9554 <cell alignment="center" valignment="top" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \backslash
9560 ddot
9561 \begin_inset space \textvisiblespace{}
9562 \end_inset
9563
9564 A
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\ddot{A}$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row topspace="1.5mm">
9583 <cell alignment="center" valignment="top" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \backslash
9589 dddot
9590 \begin_inset space \textvisiblespace{}
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\dddot{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row topspace="1.5mm">
9612 <cell alignment="center" valignment="top" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 ddddot
9619 \begin_inset space \textvisiblespace{}
9620 \end_inset
9621
9622 A
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 \begin_inset Formula $\ddddot{A}$
9632 \end_inset
9633
9634
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row topspace="1.5mm">
9641 <cell alignment="center" valignment="top" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \backslash
9647 vec
9648 \begin_inset space \textvisiblespace{}
9649 \end_inset
9650
9651 A
9652 \begin_inset Index idx
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656 べくとる@ベクトル
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\vec{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row topspace="1.5mm">
9680 <cell alignment="center" valignment="top" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 bar
9687 \begin_inset space \textvisiblespace{}
9688 \end_inset
9689
9690 A
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\bar{A}$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row topspace="1.5mm">
9709 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \backslash
9715 mathring
9716 \begin_inset space \textvisiblespace{}
9717 \end_inset
9718
9719 A
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\mathring{A}$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 </lyxtabular>
9738
9739 \end_inset
9740
9741
9742 \begin_inset space \hfill{}
9743 \end_inset
9744
9745
9746 \begin_inset Tabular
9747 <lyxtabular version="3" rows="7" columns="2">
9748 <features booktabs="true" tabularvalignment="middle">
9749 <column alignment="center" valignment="top" width="0pt">
9750 <column alignment="center" valignment="top" width="0pt">
9751 <row>
9752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 コマンド
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 出力
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row topspace="1.5mm">
9772 <cell alignment="center" valignment="top" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 tilde
9779 \begin_inset space \textvisiblespace{}
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\tilde{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row topspace="1.5mm">
9801 <cell alignment="center" valignment="top" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 hat
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\hat{A}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row topspace="1.5mm">
9830 <cell alignment="center" valignment="top" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 check
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\check{A}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row topspace="1.5mm">
9859 <cell alignment="center" valignment="top" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 acute
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\acute{A}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row topspace="1.5mm">
9888 <cell alignment="center" valignment="top" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \backslash
9894 grave
9895 \begin_inset space \textvisiblespace{}
9896 \end_inset
9897
9898 A
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Formula $\grave{A}$
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 <row topspace="1.5mm">
9917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \backslash
9923 breve
9924 \begin_inset space \textvisiblespace{}
9925 \end_inset
9926
9927 A
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset Formula $\breve{A}$
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 </lyxtabular>
9946
9947 \end_inset
9948
9949
9950 \begin_inset space \hfill{}
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset VSpace bigskip
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 \begin_inset ERT
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969
9970 \backslash
9971 '{e}
9972 \end_layout
9973
9974 \end_inset
9975
9976 のようなアクセントは、数式に直接入れることができます。\SpecialChar LyX
9977 は、それを対応するアクセントコマンドに変換します。ウムラウト
9978 \begin_inset Index idx
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982 うむらうと@ウムラウト
9983 \end_layout
9984
9985 \end_inset
9986
9987 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、\SpecialChar LaTeX
9988 は、引用符と母音をまとめて一つの文字として取り
9989 扱います。
9990 \series bold
9991
9992 \backslash
9993 ddot
9994 \series default
9995 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9996 \end_layout
9997
9998 \begin_layout Standard
9999 \begin_inset VSpace -2mm
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \begin_layout Standard
10006 \align center
10007 \begin_inset Tabular
10008 <lyxtabular version="3" rows="3" columns="2">
10009 <features booktabs="true" tabularvalignment="middle">
10010 <column alignment="center" valignment="top" width="0pt">
10011 <column alignment="center" valignment="top">
10012 <row>
10013 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 コマンド
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 出力
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 \begin_inset Quotes grd
10038 \end_inset
10039
10040 i
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \lang ngerman
10051 \begin_inset space \hspace{}
10052 \length 0pt
10053 \end_inset
10054
10055
10056 \begin_inset Formula $"i$
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row topspace="1.5mm">
10066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \backslash
10072 ddot
10073 \begin_inset space \textvisiblespace{}
10074 \end_inset
10075
10076 i
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 \begin_inset Formula $\ddot{i}$
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 </lyxtabular>
10095
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \begin_layout Standard
10102
10103 \series bold
10104
10105 \backslash
10106 ddot
10107 \series default
10108 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10109 \emph on
10110 数式中テキストでは使用できない
10111 \emph default
10112 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10113 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10114 \end_layout
10115
10116 \begin_layout Standard
10117 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10118 \end_layout
10119
10120 \begin_layout Standard
10121 \begin_inset VSpace bigskip
10122 \end_inset
10123
10124
10125 \end_layout
10126
10127 \begin_layout Standard
10128 \SpecialChar LyX
10129 は、\SpecialChar LaTeX
10130 パッケージ
10131 \series bold
10132 undertilde
10133 \series default
10134
10135 \begin_inset Index idx
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139 ぱっけーじ@パッケージ ! upgreek
10140 \end_layout
10141
10142 \end_inset
10143
10144 がシステム上に導入されていれば、文字下のティルダもサポートします。
10145 \end_layout
10146
10147 \begin_layout Standard
10148 \begin_inset ERT
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152
10153
10154 \backslash
10155 ifundertilde 
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \begin_inset Note Note
10162 status open
10163
10164 \begin_layout Plain Layout
10165 以下の表は、
10166 \series bold
10167 undertilde
10168 \series default
10169  \SpecialChar LaTeX
10170 パッケージが導入済みのときのみ表示されます。
10171 \end_layout
10172
10173 \end_inset
10174
10175
10176 \begin_inset Separator parbreak
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 \noindent
10184 \align center
10185 \begin_inset Tabular
10186 <lyxtabular version="3" rows="2" columns="2">
10187 <features booktabs="true" tabularvalignment="middle">
10188 <column alignment="center" valignment="top" width="0pt">
10189 <column alignment="center" valignment="top" width="0pt">
10190 <row>
10191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 コマンド
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 出力
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \backslash
10217 utilde
10218 \begin_inset space \textvisiblespace{}
10219 \end_inset
10220
10221 A
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 \begin_inset Formula $\utilde{A}$
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 </lyxtabular>
10240
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \begin_layout Standard
10247 \begin_inset ERT
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252
10253 \backslash
10254 else 
10255 \end_layout
10256
10257 \end_inset
10258
10259
10260 \begin_inset Note Note
10261 status open
10262
10263 \begin_layout Plain Layout
10264 以下は、
10265 \series bold
10266 undertilde
10267 \series default
10268  \SpecialChar LaTeX
10269 パッケージが導入されていないときのみ表示されます。
10270 \end_layout
10271
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \begin_layout Standard
10278 この小節のすべてを出力で見るには、
10279 \series bold
10280 undertilde
10281 \series default
10282  \SpecialChar LaTeX
10283 パッケージを導入する必要があります。
10284 \end_layout
10285
10286 \begin_layout Standard
10287 \begin_inset ERT
10288 status collapsed
10289
10290 \begin_layout Plain Layout
10291
10292
10293 \backslash
10294 fi 
10295 \end_layout
10296
10297 \end_inset
10298
10299
10300 \end_layout
10301
10302 \begin_layout Standard
10303 \begin_inset Newpage newpage
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \begin_layout Subsection
10310 複数の文字に付けるアクセント
10311 \begin_inset Index idx
10312 status collapsed
10313
10314 \begin_layout Plain Layout
10315 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \begin_layout Standard
10324 \begin_inset space \hfill{}
10325 \end_inset
10326
10327
10328 \begin_inset Tabular
10329 <lyxtabular version="3" rows="5" columns="2">
10330 <features tabularvalignment="middle">
10331 <column alignment="center" valignment="top" width="0pt">
10332 <column alignment="center" valignment="top" width="0pt">
10333 <row>
10334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 コマンド
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 出力
10348 \begin_inset Note Note
10349 status collapsed
10350
10351 \begin_layout Plain Layout
10352 ここで
10353 \series bold
10354
10355 \backslash
10356 raisebox
10357 \series default
10358 はスペーサーとして使用しているだけです。
10359 \end_layout
10360
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376 overleftarrow
10377 \begin_inset space \textvisiblespace{}
10378 \end_inset
10379
10380 A=B
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \backslash
10405 underleftarrow
10406 \begin_inset space \textvisiblespace{}
10407 \end_inset
10408
10409 A=B
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \backslash
10434 overleftrightarrow
10435 \begin_inset space \textvisiblespace{}
10436 \end_inset
10437
10438 A=B
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10448 \end_inset
10449
10450
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \backslash
10463 underleftrightarrow
10464 \begin_inset space \textvisiblespace{}
10465 \end_inset
10466
10467 A=B
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10477 \end_inset
10478
10479
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 </lyxtabular>
10486
10487 \end_inset
10488
10489
10490 \begin_inset space \hfill{}
10491 \end_inset
10492
10493
10494 \begin_inset Tabular
10495 <lyxtabular version="3" rows="5" columns="2">
10496 <features tabularvalignment="middle">
10497 <column alignment="center" valignment="top" width="0pt">
10498 <column alignment="center" valignment="top" width="0pt">
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 コマンド
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 出力
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \backslash
10526 overrightarrow
10527 \begin_inset space \textvisiblespace{}
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555 underrightarrow
10556 \begin_inset space \textvisiblespace{}
10557 \end_inset
10558
10559 A=B
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \backslash
10584 widetilde
10585 \begin_inset space \textvisiblespace{}
10586 \end_inset
10587
10588 A=B
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 widehat
10614 \begin_inset space \textvisiblespace{}
10615 \end_inset
10616
10617 A=B
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 </lyxtabular>
10636
10637 \end_inset
10638
10639
10640 \begin_inset space \hfill{}
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Standard
10647 \begin_inset VSpace medskip
10648 \end_inset
10649
10650 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10651 \series bold
10652
10653 \backslash
10654 widetilde
10655 \series default
10656 および
10657 \series bold
10658
10659 \backslash
10660 widehat
10661 \series default
10662 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10663 \begin_inset Formula 
10664 \[
10665 \widetilde{A+B=C-D}
10666 \]
10667
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \begin_layout Standard
10674 前小節で述べた
10675 \series bold
10676
10677 \backslash
10678 overset
10679 \series default
10680
10681 \begin_inset Index idx
10682 status collapsed
10683
10684 \begin_layout Plain Layout
10685 こまんど@コマンド ! O ! 
10686 \backslash
10687 overset
10688 \end_layout
10689
10690 \end_inset
10691
10692 コマンドと
10693 \series bold
10694
10695 \backslash
10696 underset
10697 \series default
10698
10699 \begin_inset Index idx
10700 status collapsed
10701
10702 \begin_layout Plain Layout
10703 こまんど@コマンド ! U ! 
10704 \backslash
10705 underset
10706 \end_layout
10707
10708 \end_inset
10709
10710 コマンドを使っても、複数の文字にアクセントを付けることができます。
10711 \series bold
10712
10713 \backslash
10714 underset
10715 \begin_inset space \textvisiblespace{}
10716 \end_inset
10717
10718 A=B
10719 \begin_inset Formula $\downarrow$
10720 \end_inset
10721
10722 ***
10723 \series default
10724 というコマンドは、
10725 \begin_inset Formula 
10726 \[
10727 \underset{***}{A=B}
10728 \]
10729
10730 \end_inset
10731
10732 のようになります。
10733 \end_layout
10734
10735 \begin_layout Section
10736 空白
10737 \begin_inset CommandInset label
10738 LatexCommand label
10739 name "subsec:空白"
10740
10741 \end_inset
10742
10743
10744 \begin_inset Index idx
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748 くうはく@空白 ! すいへい@水平
10749 \begin_inset space \thinspace{}
10750 \end_inset
10751
10752 ——
10753 \end_layout
10754
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \begin_layout Subsection
10761 定義済みの空白
10762 \begin_inset CommandInset label
10763 LatexCommand label
10764 name "subsec:定義済みの空白"
10765
10766 \end_inset
10767
10768
10769 \begin_inset Index idx
10770 status collapsed
10771
10772 \begin_layout Plain Layout
10773 くうはく@空白 ! すいへい@水平
10774 \begin_inset space \thinspace{}
10775 \end_inset
10776
10777 —— ! ていぎずみ@定義済み
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10787 \begin_inset Flex Ruby
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791 捷径
10792 \begin_inset Argument post:1
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796 ショートカット
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805
10806
10807 \begin_inset Info
10808 type  "shortcut"
10809 arg   "command-alternatives space-insert protected ; math-space"
10810 \end_inset
10811
10812 )を挿入することで実現できます。「
10813 \color blue
10814
10815 \begin_inset space \textvisiblespace{}
10816 \end_inset
10817
10818
10819 \color inherit
10820 」が現れるので、
10821 \family sans
10822 Space
10823 \family default
10824 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10825 \begin_inset Info
10826 type  "icon"
10827 arg   "math-insert \\space"
10828 \end_inset
10829
10830 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10831 \family sans
10832 Space
10833 \family default
10834 を押すことによって、長さを変更することができます。
10835 \begin_inset Separator parbreak
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \begin_layout Standard
10842 \noindent
10843 \align center
10844 \begin_inset Tabular
10845 <lyxtabular version="3" rows="6" columns="3">
10846 <features tabularvalignment="middle">
10847 <column alignment="center" valignment="top">
10848 <column alignment="center" valignment="top" width="15col%">
10849 <column alignment="center" valignment="top">
10850 <row>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 コマンド
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 保護された空白を挿入したのち、
10865 \family sans
10866 Space
10867 \family default
10868 を叩く回数
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 出力
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 ,
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 0
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $A\,B$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 :
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 1
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $A\:B$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 <row>
10952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \backslash
10958 ;
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 2
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 \begin_inset Formula $A\;B$
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \backslash
10992 quad
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 3
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 \begin_inset Formula $A\quad B$
11011 \end_inset
11012
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \backslash
11026 qquad
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 4
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset Formula $A\qquad B$
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 </lyxtabular>
11054
11055 \end_inset
11056
11057
11058 \begin_inset space \hfill{}
11059 \end_inset
11060
11061
11062 \begin_inset Tabular
11063 <lyxtabular version="3" rows="6" columns="3">
11064 <features tabularvalignment="middle">
11065 <column alignment="center" valignment="top">
11066 <column alignment="center" valignment="top" width="15col%">
11067 <column alignment="center" valignment="top">
11068 <row>
11069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 コマンド
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 保護された空白を挿入したのち、
11083 \family sans
11084 Space
11085 \family default
11086 を叩く回数
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 出力
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 hfill
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 5
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 \begin_inset Formula $A\hfill B$
11127 \end_inset
11128
11129
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140
11141 \backslash
11142 hspace*{1em}
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 6
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 \begin_inset Formula $A\hspace*{1em}B$
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \backslash
11176 hspace{1em}
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 7
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\hspace{1em}B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 <row>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208
11209 \backslash
11210
11211 \begin_inset space \textvisiblespace{}
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 8
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset Formula $A\ B$
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 !
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 9
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\!B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 5
11284 \lang english
11285
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289
11290 \lang japanese
11291
11292 \lang english
11293
11294 \begin_inset space \thinspace{}
11295 \end_inset
11296
11297
11298 \lang japanese
11299 7回
11300 \family sans
11301 Space
11302 \family default
11303 を押した場合は、第
11304 \begin_inset CommandInset ref
11305 LatexCommand ref
11306 reference "subsec:可変長の空白"
11307
11308 \end_inset
11309
11310 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11311 中では赤で表示さ
11312 れます。以下のように、他にもう二つ、負の長さの空白があります。
11313 \begin_inset Separator parbreak
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Standard
11320 \align center
11321 \begin_inset Tabular
11322 <lyxtabular version="3" rows="3" columns="3">
11323 <features tabularvalignment="middle">
11324 <column alignment="center" valignment="middle" width="6.8cm">
11325 <column alignment="center" valignment="top" width="0pt">
11326 <column alignment="center" valignment="top" width="0pt">
11327 <row>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 コマンド
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341
11342 \backslash
11343 negmedspace
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \backslash
11354 negthickspace
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 保護された空白を挿入したのち、
11366 \family sans
11367 Space
11368 \family default
11369 を叩く回数
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 10
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 11
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 出力
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $A\negmedspace B$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\negthickspace B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 </lyxtabular>
11429
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \begin_layout Standard
11436 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11437 \begin_inset Separator parbreak
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 \align center
11445 \begin_inset Tabular
11446 <lyxtabular version="3" rows="3" columns="2">
11447 <features tabularvalignment="middle">
11448 <column alignment="center" valignment="top">
11449 <column alignment="center" valignment="top">
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 コマンド
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 出力
11465 \begin_inset Note Note
11466 status collapsed
11467
11468 \begin_layout Plain Layout
11469 ここで
11470 \series bold
11471
11472 \backslash
11473 raisebox
11474 \series default
11475 はスペーサーとして使用しているだけです。
11476 \end_layout
11477
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 <row>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \backslash
11493 sum
11494 \backslash
11495 sum
11496 \begin_inset space \textvisiblespace{}
11497 \end_inset
11498
11499 f_kl
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522
11523 \backslash
11524 sum
11525 \backslash
11526 negmedspace
11527 \backslash
11528 sum
11529 \begin_inset space \textvisiblespace{}
11530 \end_inset
11531
11532 f_kl
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \noindent
11559 \begin_inset VSpace medskip
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \begin_layout Standard
11566 \noindent
11567 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
11568 括弧で囲みます。以下の例にこれを示します。
11569 \begin_inset Separator parbreak
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \align center
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="2" columns="2">
11579 <features tabularvalignment="middle">
11580 <column alignment="center" valignment="top" width="0pt">
11581 <column alignment="center" valignment="top" width="0pt">
11582 <row>
11583 <cell alignment="center" valignment="top" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 通常の数式
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 \begin_inset Formula $A=B$
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 \begin_inset Note Note
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 ここで
11615 \series bold
11616
11617 \backslash
11618 raisebox
11619 \series default
11620 はスペーサーとして使用しているだけです。
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \begin_inset Formula $\raisebox{5mm}{}$
11627 \end_inset
11628
11629 空白なしの数式
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 \begin_inset Formula $A{=}B$
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Standard
11655 \noindent
11656 二行目の数式を作るコマンドは、
11657 \series bold
11658 A
11659 \backslash
11660 {=
11661 \begin_inset Formula $\to$
11662 \end_inset
11663
11664 B
11665 \series default
11666 です。
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset VSpace bigskip
11671 \end_inset
11672
11673 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
11674 整形\SpecialChar menuseparator
11675 小空白メニュー(
11676 \begin_inset Flex Ruby
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680 捷径
11681 \begin_inset Argument post:1
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685 ショートカット
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset Info
11697 type  "shortcut"
11698 arg   "space-insert thin"
11699 \end_inset
11700
11701 )で、最小の空白を挿入することができます。
11702 \end_layout
11703
11704 \begin_layout Standard
11705 違いを示す例を以下に掲げます。
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="2" columns="2">
11711 <features tabularvalignment="middle">
11712 <column alignment="left" valignment="top">
11713 <column alignment="left" valignment="top">
11714 <row>
11715 <cell alignment="center" valignment="top" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 24 kW
11720 \begin_inset Formula $\cdot$
11721 \end_inset
11722
11723 h
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 値と単位のあいだに通常の空白を入れた例
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
11738 <row>
11739 <cell alignment="center" valignment="top" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 24
11744 \begin_inset space \thinspace{}
11745 \end_inset
11746
11747 kW
11748 \begin_inset Formula $\cdot$
11749 \end_inset
11750
11751 h
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 値と単位のあいだに最小の空白を入れた例
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 </lyxtabular>
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \begin_layout Subsection
11774 可変長の空白
11775 \begin_inset ERT
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779
11780
11781 \backslash
11782 texorpdfstring{
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \begin_inset Foot
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 数式中の垂直方向の空白については、第
11793 \begin_inset CommandInset ref
11794 LatexCommand ref
11795 reference "subsec:行間"
11796
11797 \end_inset
11798
11799 節をご覧下さい。
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \begin_inset ERT
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809
11810 }{}
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \begin_inset Note Note
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820
11821 \backslash
11822 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11823 \end_layout
11824
11825 \begin_layout Plain Layout
11826
11827 \backslash
11828 texorpdfstringについての詳細は、第
11829 \begin_inset CommandInset ref
11830 LatexCommand ref
11831 reference "subsec:節見出し中の数式"
11832
11833 \end_inset
11834
11835 節にあります。
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \begin_inset CommandInset label
11842 LatexCommand label
11843 name "subsec:可変長の空白"
11844
11845 \end_inset
11846
11847
11848 \begin_inset Index idx
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 くうはく@空白 ! すいへい@水平
11853 \begin_inset space \thinspace{}
11854 \end_inset
11855
11856 —— ! かへんちょう@可変長
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Standard
11865 指定した長さの空白が、
11866 \series bold
11867
11868 \backslash
11869 hspace
11870 \series default
11871
11872 \begin_inset Index idx
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 こまんど@コマンド ! H ! 
11877 \backslash
11878 hspace
11879 \end_layout
11880
11881 \end_inset
11882
11883 コマンドで入力することができます。すると、ながい「
11884 \color blue
11885
11886 \begin_inset space \textvisiblespace{}
11887 \end_inset
11888
11889
11890 \color inherit
11891 」が現れます。長さは、「
11892 \color blue
11893
11894 \begin_inset space \textvisiblespace{}
11895 \end_inset
11896
11897
11898 \color inherit
11899 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
11900 させたいときには、
11901 \series bold
11902
11903 \backslash
11904 hspace
11905 \series default
11906 コマンドの代わりに
11907 \series bold
11908
11909 \backslash
11910 hspace*
11911 \series default
11912 コマンドを使用するか、「
11913 \color blue
11914 \lang english
11915
11916 \begin_inset space \textvisiblespace{}
11917 \end_inset
11918
11919
11920 \color inherit
11921 \lang japanese
11922 」の上を左クリックして、
11923 \family sans
11924 保護
11925 \family default
11926 オプションをチェックしてください。
11927 \begin_inset Newline newline
11928 \end_inset
11929
11930 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11931 \series bold
11932
11933 \backslash
11934 hfill
11935 \series default
11936
11937 \begin_inset Index idx
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941 こまんど@コマンド ! H ! 
11942 \backslash
11943 hfill
11944 \end_layout
11945
11946 \end_inset
11947
11948 コマンドを使用します。
11949 \end_layout
11950
11951 \begin_layout Standard
11952 \begin_inset VSpace -1mm
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \align center
11960 \begin_inset Tabular
11961 <lyxtabular version="3" rows="4" columns="2">
11962 <features tabularvalignment="middle">
11963 <column alignment="center" valignment="top">
11964 <column alignment="center" valignment="top">
11965 <row>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 コマンド(
11971 \backslash
11972 hspace 長さ)
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 出力
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 <row>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 A=B
11993 \backslash
11994 hspace
11995 \begin_inset space \textvisiblespace{}
11996 \end_inset
11997
11998 A
11999 \backslash
12000 not=C (3
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm)
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 <row>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 A
12028 \backslash
12029 hspace
12030 \begin_inset space \textvisiblespace{}
12031 \end_inset
12032
12033 A
12034 \backslash
12035 not=A (-1
12036 \begin_inset space \thinspace{}
12037 \end_inset
12038
12039 mm)
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 A=A
12063 \backslash
12064 hfill
12065 \begin_inset space \textvisiblespace{}
12066 \end_inset
12067
12068 B=B
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 \begin_inset Formula $A=A\hfill B=B$
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 </lyxtabular>
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \begin_layout Standard
12094 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12095 \series bold
12096
12097 \backslash
12098 hfill
12099 \series default
12100 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12101 \series bold
12102
12103 \backslash
12104 hfill
12105 \series default
12106 は、別行立て数式中では、
12107 \series bold
12108 行頭下げ
12109 \series default
12110 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12111 \begin_inset CommandInset ref
12112 LatexCommand ref
12113 reference "sec:数式様式"
12114
12115 \end_inset
12116
12117 節で説明されています)。
12118 \end_layout
12119
12120 \begin_layout Standard
12121
12122 \series bold
12123
12124 \backslash
12125 hfill
12126 \series default
12127 の他にも、空白を模様で埋める
12128 \series bold
12129
12130 \backslash
12131 dotfill
12132 \series default
12133
12134 \series bold
12135
12136 \backslash
12137 hrulefill
12138 \series default
12139 といったコマンドがあります。用例については第
12140 \begin_inset CommandInset ref
12141 LatexCommand ref
12142 reference "subsec:省略符号"
12143
12144 \end_inset
12145
12146 節をご参照下さい。
12147 \end_layout
12148
12149 \begin_layout Standard
12150 本文中では、可変長空白は、
12151 \family sans
12152 挿入\SpecialChar menuseparator
12153 整形\SpecialChar menuseparator
12154 水平方向の空白
12155 \family default
12156 メニューで挿入することができます。
12157 \end_layout
12158
12159 \begin_layout Standard
12160 (例)
12161 \end_layout
12162
12163 \begin_layout Standard
12164 この行には、
12165 \begin_inset space \hspace{}
12166 \length 2cm
12167 \end_inset
12168
12169 2
12170 \begin_inset space \thinspace{}
12171 \end_inset
12172
12173 cmの空白が入っています。
12174 \end_layout
12175
12176 \begin_layout Standard
12177 この行には、
12178 \begin_inset space \hfill{}
12179 \end_inset
12180
12181 最大の空白が入っています。
12182 \end_layout
12183
12184 \begin_layout Subsection
12185 行内数式周りの空白
12186 \begin_inset Index idx
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 行内数式前後の空白は、長さ
12200 \series bold
12201
12202 \backslash
12203 mathsurround
12204 \begin_inset Index idx
12205 status collapsed
12206
12207 \begin_layout Plain Layout
12208 こまんど@コマンド ! M ! 
12209 \backslash
12210 mathsurround
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \series default
12217 を使って調節することができます。長さの値は、以下の書式を持つ
12218 \series bold
12219
12220 \backslash
12221 setlength
12222 \begin_inset Index idx
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 こまんど@コマンド ! S ! 
12227 \backslash
12228 setlength
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \series default
12235 コマンドを使って設定することができます。
12236 \end_layout
12237
12238 \begin_layout Standard
12239
12240 \series bold
12241
12242 \backslash
12243 setlength{長さ名}{値}
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 mathsurround
12252 \series default
12253 を5
12254 \begin_inset space \thinspace{}
12255 \end_inset
12256
12257 mmの値に設定するには、以下のコマンド
12258 \end_layout
12259
12260 \begin_layout Standard
12261
12262 \series bold
12263
12264 \backslash
12265 setlength{
12266 \backslash
12267 mathsurround}{5mm}
12268 \end_layout
12269
12270 \begin_layout Standard
12271 を\SpecialChar TeX
12272 モードで挿入します。すると、5
12273 \begin_inset space \thinspace{}
12274 \end_inset
12275
12276 mmの空白がすべての行内数式の前後に設定されることになります。
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281
12282
12283 \backslash
12284 setlength{
12285 \backslash
12286 mathsurround}{5mm}
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 この行には、周囲に5
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 mmの余白を設定した行内数式
12300 \begin_inset Formula $A=B$
12301 \end_inset
12302
12303 があります。
12304 \begin_inset ERT
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308
12309
12310 \backslash
12311 setlength{
12312 \backslash
12313 mathsurround}{0pt}
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 既定値に戻すには、
12323 \series bold
12324
12325 \backslash
12326 mathsurround
12327 \series default
12328 を0
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 ptの値に戻して下さい。
12333 \end_layout
12334
12335 \begin_layout Section
12336 ボックスと枠
12337 \begin_inset Index idx
12338 status collapsed
12339
12340 \begin_layout Plain Layout
12341 ぼっくす@ボックス
12342 \end_layout
12343
12344 \end_inset
12345
12346
12347 \begin_inset Index idx
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 わく@枠
12352 \begin_inset ERT
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356
12357 |see{
12358 \end_layout
12359
12360 \end_inset
12361
12362 ボックス
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367
12368 }
12369 \end_layout
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 本文中のボックスについては、取扱説明書
12383 \family typewriter
12384 埋め込みオブジェクト篇
12385 \family default
12386
12387 \family typewriter
12388 ボックス
12389 \family default
12390 の章に述べられています。
12391 \end_layout
12392
12393 \begin_layout Subsection
12394 枠付きボックス
12395 \begin_inset CommandInset label
12396 LatexCommand label
12397 name "subsec:枠付きボックス"
12398
12399 \end_inset
12400
12401
12402 \begin_inset Index idx
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 ぼっくす@ボックス ! わくつき@枠付き
12407 \begin_inset space \thinspace{}
12408 \end_inset
12409
12410 ——
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421
12422 \backslash
12423 fbox
12424 \series default
12425
12426 \begin_inset Index idx
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 こまんど@コマンド ! F ! 
12431 \backslash
12432 fbox
12433 \end_layout
12434
12435 \end_inset
12436
12437 コマンドや
12438 \series bold
12439
12440 \backslash
12441 boxed
12442 \series default
12443
12444 \begin_inset Index idx
12445 status collapsed
12446
12447 \begin_layout Plain Layout
12448 こまんど@コマンド ! B ! 
12449 \backslash
12450 boxed
12451 \end_layout
12452
12453 \end_inset
12454
12455 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12456 \end_layout
12457
12458 \begin_layout Standard
12459 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12460 \series bold
12461
12462 \backslash
12463 fbox
12464 \series default
12465 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12466 \family sans
12467 Ctrl+M
12468 \family default
12469 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12470 \series bold
12471
12472 \backslash
12473 boxed
12474 \series default
12475 を使った場合には、新しい数式が自動的に枠内に作られます。
12476 \end_layout
12477
12478 \begin_layout Standard
12479
12480 \series bold
12481
12482 \backslash
12483 fbox
12484 \series default
12485 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12486 \series bold
12487
12488 \backslash
12489 boxed
12490 \series default
12491 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 fbox
12500 \series default
12501 の拡張として、枠幅と配置も指定することができる
12502 \series bold
12503
12504 \backslash
12505 framebox
12506 \series default
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 こまんど@コマンド ! F ! 
12513 \backslash
12514 framebox
12515 \end_layout
12516
12517 \end_inset
12518
12519 コマンドがあります。
12520 \series bold
12521
12522 \backslash
12523 framebox
12524 \series default
12525 は、以下の書式を持ちます。
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531
12532 \backslash
12533 framebox[枠幅][位置]{ボックスの内容}
12534 \end_layout
12535
12536 \begin_layout Standard
12537 「位置」は、
12538 \emph on
12539 l
12540 \emph default
12541
12542 \emph on
12543 r
12544 \emph default
12545 の値をとります。
12546 \emph on
12547 l
12548 \emph default
12549 は、ボックス中で数式を左寄せ、
12550 \emph on
12551 r
12552 \emph default
12553 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12554 \begin_inset Newline newline
12555 \end_inset
12556
12557 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12558 \series bold
12559
12560 \backslash
12561 fbox
12562 \series default
12563 と同様、枠幅がボックスの内容に応じて調節されるのです。
12564 \end_layout
12565
12566 \begin_layout Standard
12567
12568 \series bold
12569
12570 \backslash
12571 framebox
12572 \series default
12573 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12574 \series bold
12575
12576 \backslash
12577 fbox
12578 \series default
12579 同様、数式の断片を入れるためのものです。
12580 \begin_inset Separator parbreak
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \begin_layout Standard
12587 \align center
12588 \begin_inset Tabular
12589 <lyxtabular version="3" rows="5" columns="2">
12590 <features tabularvalignment="middle">
12591 <column alignment="center" valignment="top">
12592 <column alignment="center" valignment="top">
12593 <row>
12594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 コマンド
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 出力
12608 \begin_inset Note Note
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612 ここで
12613 \series bold
12614
12615 \backslash
12616 raisebox
12617 \series default
12618 はスペーサーとして使用しているだけです。
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634
12635 \backslash
12636 fbox
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \family sans
12642 Ctrl+M
12643 \family default
12644  
12645 \backslash
12646 int
12647 \begin_inset space \textvisiblespace{}
12648 \end_inset
12649
12650 A=B
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \backslash
12675 boxed
12676 \begin_inset space \textvisiblespace{}
12677 \end_inset
12678
12679
12680 \backslash
12681 int
12682 \begin_inset space \textvisiblespace{}
12683 \end_inset
12684
12685 A=B
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 A+
12709 \backslash
12710 fbox
12711 \begin_inset space \textvisiblespace{}
12712 \end_inset
12713
12714 B
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737
12738 \backslash
12739 framebox
12740 \begin_inset space \textvisiblespace{}
12741 \end_inset
12742
12743 20mm
12744 \begin_inset Formula $\to$
12745 \end_inset
12746
12747
12748 \begin_inset Formula $\to$
12749 \end_inset
12750
12751
12752 \family sans
12753 Ctrl+M
12754 \family default
12755  
12756 \backslash
12757 frac
12758 \begin_inset space \textvisiblespace{}
12759 \end_inset
12760
12761 A
12762 \begin_inset Formula $\downarrow$
12763 \end_inset
12764
12765 B
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 \begin_inset Formula $\raisebox{6mm}{}$
12775 \end_inset
12776
12777
12778 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12779 \end_inset
12780
12781
12782 \begin_inset Formula $\raisebox{-4mm}{}$
12783 \end_inset
12784
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 </lyxtabular>
12792
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \begin_layout Standard
12799 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
12800 モードで挿入しなくてはなりません。
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 fboxrule
12809 \series default
12810  
12811 \series bold
12812
12813 \begin_inset Quotes eld
12814 \end_inset
12815
12816 厚み
12817 \begin_inset Quotes erd
12818 \end_inset
12819
12820
12821 \series default
12822  
12823 \series bold
12824
12825 \backslash
12826 fboxsep
12827 \series default
12828  
12829 \series bold
12830
12831 \begin_inset Quotes eld
12832 \end_inset
12833
12834 距離
12835 \begin_inset Quotes erd
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \begin_layout Standard
12842 \begin_inset Quotes eld
12843 \end_inset
12844
12845 距離
12846 \begin_inset Quotes erd
12847 \end_inset
12848
12849 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12850 \begin_inset ERT
12851 status collapsed
12852
12853 \begin_layout Plain Layout
12854
12855
12856 \backslash
12857 fboxrule 2mm 
12858 \backslash
12859 fboxsep 3mm
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \begin_inset Formula 
12866 \[
12867 \boxed{A+B=C}
12868 \]
12869
12870 \end_inset
12871
12872 この数式の直前には、
12873 \end_layout
12874
12875 \begin_layout Standard
12876
12877 \series bold
12878
12879 \backslash
12880 fboxrule
12881 \series default
12882  
12883 \series bold
12884 2mm
12885 \series default
12886  
12887 \series bold
12888
12889 \backslash
12890 fboxsep
12891 \series default
12892  
12893 \series bold
12894 3mm
12895 \end_layout
12896
12897 \begin_layout Standard
12898 というコマンドが、\SpecialChar TeX
12899 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12900 \end_layout
12901
12902 \begin_layout Standard
12903 標準の枠寸法に戻すには、
12904 \end_layout
12905
12906 \begin_layout Standard
12907
12908 \series bold
12909
12910 \backslash
12911 fboxrule
12912 \series default
12913  
12914 \series bold
12915 0.4pt
12916 \series default
12917  
12918 \series bold
12919
12920 \backslash
12921 fboxsep
12922 \series default
12923  
12924 \series bold
12925 3pt
12926 \series default
12927
12928 \begin_inset ERT
12929 status collapsed
12930
12931 \begin_layout Plain Layout
12932
12933
12934 \backslash
12935 fboxrule 0.4pt 
12936 \backslash
12937 fboxsep 3pt
12938 \end_layout
12939
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \begin_layout Standard
12946 というコマンドを、次の数式が始まる前に\SpecialChar TeX
12947 モードで挿入しておきます。
12948 \end_layout
12949
12950 \begin_layout Subsection
12951 枠なしボックス
12952 \begin_inset CommandInset label
12953 LatexCommand label
12954 name "subsec:枠なしボックス"
12955
12956 \end_inset
12957
12958
12959 \begin_inset Index idx
12960 status collapsed
12961
12962 \begin_layout Plain Layout
12963 ぼっくす@ボックス ! わくなし@枠なし
12964 \begin_inset space \thinspace{}
12965 \end_inset
12966
12967 ——
12968 \end_layout
12969
12970 \end_inset
12971
12972
12973 \end_layout
12974
12975 \begin_layout Standard
12976 枠のないボックスを作るには、
12977 \series bold
12978
12979 \backslash
12980 mbox
12981 \series default
12982
12983 \begin_inset Index idx
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987 こまんど@コマンド ! M ! 
12988 \backslash
12989 mbox
12990 \end_layout
12991
12992 \end_inset
12993
12994
12995 \series bold
12996
12997 \backslash
12998 makebox
12999 \series default
13000
13001 \begin_inset Index idx
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005 こまんど@コマンド ! M ! 
13006 \backslash
13007 makebox
13008 \end_layout
13009
13010 \end_inset
13011
13012
13013 \series bold
13014
13015 \backslash
13016 raisebox
13017 \series default
13018
13019 \begin_inset Index idx
13020 status collapsed
13021
13022 \begin_layout Plain Layout
13023 こまんど@コマンド ! R ! 
13024 \backslash
13025 raisebox
13026 \end_layout
13027
13028 \end_inset
13029
13030 の三つのコマンドがあります。
13031 \end_layout
13032
13033 \begin_layout Standard
13034
13035 \series bold
13036
13037 \backslash
13038 raisebox
13039 \series default
13040 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13041 \series bold
13042
13043 \backslash
13044 raisebox
13045 \series default
13046 は、以下の書式で用いられます。
13047 \end_layout
13048
13049 \begin_layout Standard
13050
13051 \series bold
13052
13053 \backslash
13054 raisebox{高さ}{ボックスの内容}
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 fbox
13063 \series default
13064 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13065 \begin_inset Note Greyedout
13066 status open
13067
13068 \begin_layout Plain Layout
13069
13070 \series bold
13071 【註】
13072 \series default
13073 下の最後の
13074 \series bold
13075
13076 \backslash
13077 raisebox
13078 \series default
13079 のところで、
13080 \family sans
13081 Ctrl+M
13082 \family default
13083 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
13084
13085 \series bold
13086
13087 \backslash
13088 raisebox
13089 \series default
13090 を直接サポートしていないためです。
13091 \end_layout
13092
13093 \end_inset
13094
13095
13096 \begin_inset Separator parbreak
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 \align center
13104 \begin_inset Tabular
13105 <lyxtabular version="3" rows="4" columns="2">
13106 <features tabularvalignment="middle">
13107 <column alignment="center" valignment="top">
13108 <column alignment="center" valignment="top">
13109 <row>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 コマンド
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 出力
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 H
13135 \backslash
13136 raisebox{2mm
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140
13141 \backslash
13142 {al
13143 \begin_inset Formula $\to$
13144 \end_inset
13145
13146  lo
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 H
13170 \backslash
13171 raisebox{-2mm
13172 \begin_inset Formula $\to$
13173 \end_inset
13174
13175
13176 \backslash
13177 {al
13178 \begin_inset Formula $\to$
13179 \end_inset
13180
13181 lo
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 <row>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 A=
13205 \backslash
13206 raisebox{-2mm
13207 \begin_inset Formula $\to$
13208 \end_inset
13209
13210
13211 \backslash
13212 {
13213 \family sans
13214 Ctrl+M Ctrl+M
13215 \family default
13216  
13217 \backslash
13218 sqrt
13219 \begin_inset space \textvisiblespace{}
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 </row>
13240 </lyxtabular>
13241
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 枠がないことを除けば、
13249 \series bold
13250
13251 \backslash
13252 mbox
13253 \series default
13254 コマンドは
13255 \series bold
13256
13257 \backslash
13258 fbox
13259 \series default
13260 と同じであり、
13261 \series bold
13262
13263 \backslash
13264 makebox
13265 \series default
13266
13267 \series bold
13268
13269 \backslash
13270 framebox
13271 \series default
13272 と同じです。
13273 \end_layout
13274
13275 \begin_layout Subsection
13276 色付きボックス
13277 \begin_inset CommandInset label
13278 LatexCommand label
13279 name "subsec:色付きボックス"
13280
13281 \end_inset
13282
13283
13284 \begin_inset Index idx
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 ぼっくす@ボックス ! いろつき@色付き
13289 \begin_inset space \thinspace{}
13290 \end_inset
13291
13292 ——
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Standard
13301 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13302 プリアンブルに
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 usepackage{color}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 という行
13315 \begin_inset Foot
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13320 は、自動的に\SpecialChar LaTeX
13321 パッケージ
13322 \series bold
13323 color
13324 \series default
13325 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \begin_inset Note Note
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13336 プリアンブルにマクロを挿入してあります。
13337 \end_layout
13338
13339 \end_inset
13340
13341 を書き加えて、\SpecialChar LaTeX
13342 パッケージの
13343 \series bold
13344 color
13345 \series default
13346
13347 \begin_inset Foot
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351 \SpecialChar LaTeX
13352 パッケージ
13353 \series bold
13354 color
13355 \series default
13356 は、すべての標準的な\SpecialChar LaTeX
13357 頒布版に含まれています。
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \begin_inset Index idx
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367 ぱっけーじ@パッケージ ! color
13368 \end_layout
13369
13370 \end_inset
13371
13372 を読み込む必要があります。
13373 \end_layout
13374
13375 \begin_layout Standard
13376 \begin_inset VSpace medskip
13377 \end_inset
13378
13379 ボックスに色を付けるには、
13380 \series bold
13381
13382 \backslash
13383 colorbox
13384 \series default
13385
13386 \begin_inset Index idx
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390 こまんど@コマンド ! C ! 
13391 \backslash
13392 colorbox
13393 \end_layout
13394
13395 \end_inset
13396
13397 コマンドを以下の書式で使用します。
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 colorbox{色}{ボックスの内容}
13406 \end_layout
13407
13408 \begin_layout Standard
13409 ボックスの内容には、別のボックスが含まれても構いませんし、
13410 \series bold
13411
13412 \backslash
13413 colorbox
13414 \series default
13415 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13416 \series bold
13417
13418 \backslash
13419 raisebox
13420 \series default
13421 と同様、明示的に数式を作らなくてはなりません
13422 \begin_inset Foot
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426 これは、
13427 \series bold
13428
13429 \backslash
13430 fcolorbox
13431 \series default
13432 コマンドにも当てはまります。
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \end_layout
13439
13440 \begin_layout Standard
13441 選択できる定義済みの色としては、
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \series bold
13447 black
13448 \series default
13449 (黒)・
13450 \series bold
13451 blue
13452 \series default
13453 (青)・
13454 \series bold
13455 cyan
13456 \series default
13457 (シアン)・
13458 \series bold
13459 green
13460 \series default
13461 (緑)・
13462 \series bold
13463 magenta
13464 \series default
13465 (マゼンタ)・
13466 \series bold
13467 red
13468 \series default
13469 (赤)・
13470 \series bold
13471 white
13472 \series default
13473 (白)・
13474 \series bold
13475 yellow
13476 \series default
13477 (黄)
13478 \end_layout
13479
13480 \begin_layout Standard
13481 があります。
13482 \begin_inset Separator parbreak
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \begin_layout Standard
13489 \align center
13490 \begin_inset Tabular
13491 <lyxtabular version="3" rows="4" columns="2">
13492 <features tabularvalignment="middle">
13493 <column alignment="center" valignment="top">
13494 <column alignment="center" valignment="top">
13495 <row>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 コマンド
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 出力
13510 \begin_inset Note Note
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 ここで
13515 \series bold
13516
13517 \backslash
13518 raisebox
13519 \series default
13520 はスペーサーとして使用しているだけです。
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \backslash
13538 colorbox{yellow
13539 \begin_inset Formula $\to$
13540 \end_inset
13541
13542
13543 \backslash
13544 {A=B
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 colorbox{green
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {
13576 \backslash
13577 fbox
13578 \begin_inset space \textvisiblespace{}
13579 \end_inset
13580
13581 A=B
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
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
13605 \backslash
13606 fbox
13607 \begin_inset space \textvisiblespace{}
13608 \end_inset
13609
13610
13611 \backslash
13612 colorbox{green
13613 \begin_inset Formula $\to$
13614 \end_inset
13615
13616
13617 \backslash
13618 {
13619 \family sans
13620 Ctrl+M
13621 \family default
13622  
13623 \family sans
13624 Ctrl+M
13625 \family default
13626  
13627 \backslash
13628 int
13629 \begin_inset space \textvisiblespace{}
13630 \end_inset
13631
13632 C=D
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 </row>
13650 </lyxtabular>
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \begin_layout Standard
13658
13659 \series bold
13660
13661 \backslash
13662 colorbox
13663 \series default
13664 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13665 \family sans
13666 文字様式
13667 \family default
13668 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13669 \begin_inset Info
13670 type  "icon"
13671 arg   "dialog-show character"
13672 \end_inset
13673
13674
13675 \family sans
13676 編集\SpecialChar menuseparator
13677 文字様式\SpecialChar menuseparator
13678 任意設定
13679 \family default
13680 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 たとえば、
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \color red
13691 \begin_inset Formula 
13692 \begin{equation}
13693 \int A=B\label{eq:red}
13694 \end{equation}
13695
13696 \end_inset
13697
13698
13699 \color green
13700
13701 \begin_inset Formula 
13702 \begin{equation}
13703 \textcolor{red}{\int A=B}\label{eq:redgreen}
13704 \end{equation}
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \begin_layout Standard
13712 数式
13713 \begin_inset CommandInset ref
13714 LatexCommand eqref
13715 reference "eq:red"
13716
13717 \end_inset
13718
13719 は、全体が赤色です。
13720 \begin_inset Newline newline
13721 \end_inset
13722
13723 数式
13724 \begin_inset CommandInset ref
13725 LatexCommand eqref
13726 reference "eq:redgreen"
13727
13728 \end_inset
13729
13730 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13731 \end_layout
13732
13733 \begin_layout Standard
13734 \begin_inset VSpace bigskip
13735 \end_inset
13736
13737 ボックスの枠だけ別の色にするには、
13738 \series bold
13739
13740 \backslash
13741 fcolorbox
13742 \series default
13743
13744 \begin_inset Index idx
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748 こまんど@コマンド ! F ! 
13749 \backslash
13750 fcolorbox
13751 \end_layout
13752
13753 \end_inset
13754
13755 コマンドを以下の書式で使用します。
13756 \end_layout
13757
13758 \begin_layout Standard
13759
13760 \series bold
13761
13762 \backslash
13763 fcolorbox{枠の色}{色}{ボックスの内容}
13764 \end_layout
13765
13766 \begin_layout Standard
13767 つまり、
13768 \series bold
13769
13770 \backslash
13771 fcolorbox
13772 \series default
13773
13774 \series bold
13775
13776 \backslash
13777 colorbox
13778 \series default
13779 コマンドの拡張です。
13780 \series bold
13781
13782 \backslash
13783 framebox
13784 \series default
13785 と同様に、枠の厚みは
13786 \series bold
13787
13788 \backslash
13789 fboxrule
13790 \series default
13791
13792 \series bold
13793
13794 \backslash
13795 fboxsep
13796 \series default
13797 で設定します。たとえば、
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 fboxrule 1mm 
13806 \backslash
13807 fboxsep 1mm
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \begin_inset Formula 
13814 \[
13815 \fcolorbox{cyan}{magenta}{A=B}
13816 \]
13817
13818 \end_inset
13819
13820
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 fboxrule 0.4pt 
13829 \backslash
13830 fboxsep 3pt
13831 \end_layout
13832
13833 \end_inset
13834
13835 のようにします。
13836 \end_layout
13837
13838 \begin_layout Standard
13839 上記の数式は、以下のコマンドで作成されています。
13840 \begin_inset Newline newline
13841 \end_inset
13842
13843
13844 \series bold
13845
13846 \backslash
13847 fcolorbox{cyan
13848 \begin_inset Formula $\to$
13849 \end_inset
13850
13851
13852 \backslash
13853 {magenta
13854 \begin_inset Formula $\to$
13855 \end_inset
13856
13857
13858 \backslash
13859 {A=B
13860 \series default
13861 .
13862 \end_layout
13863
13864 \begin_layout Standard
13865 \begin_inset VSpace bigskip
13866 \end_inset
13867
13868 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13869 \end_layout
13870
13871 \begin_layout Standard
13872 たとえば、「
13873 \series bold
13874 darkgreen
13875 \series default
13876 」という色を定義するには、\SpecialChar LaTeX
13877 プリアンブルに
13878 \end_layout
13879
13880 \begin_layout Standard
13881
13882 \series bold
13883
13884 \backslash
13885 definecolor{darkgreen}{cmyk}{0.5,
13886 \series default
13887  
13888 \series bold
13889 0,
13890 \series default
13891  
13892 \series bold
13893 1,
13894 \series default
13895  
13896 \series bold
13897 0.5}
13898 \series default
13899
13900 \begin_inset Index idx
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904 こまんど@コマンド ! D ! 
13905 \backslash
13906 definecolor
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Standard
13915 という行を書き加えます。
13916 \end_layout
13917
13918 \begin_layout Standard
13919
13920 \series bold
13921 cmyk
13922 \series default
13923 とは、
13924 \series bold
13925 cyan
13926 \series default
13927 (シアン)・
13928 \series bold
13929 magenta
13930 \series default
13931 (マゼンタ)・
13932 \series bold
13933 yellow
13934 \series default
13935 (黄)・
13936 \series bold
13937 black
13938 \series default
13939 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13940 \begin_inset space \thinspace{}
13941 \end_inset
13942
13943 -
13944 \begin_inset space \thinspace{}
13945 \end_inset
13946
13947 1の範囲をとることができます。定義には、
13948 \series bold
13949 cmyk
13950 \series default
13951 の他に、
13952 \series bold
13953 rgb
13954 \series default
13955 という色空間を使うこともできます。
13956 \series bold
13957 rgb
13958 \series default
13959 とは、
13960 \series bold
13961 red
13962 \series default
13963 (赤)・
13964 \series bold
13965 green
13966 \series default
13967 (緑)・
13968 \series bold
13969 blue
13970 \series default
13971 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13972 \series bold
13973 gray
13974 \series default
13975 という色空間もあります。
13976 \end_layout
13977
13978 \begin_layout Standard
13979 例として、文字が
13980 \series bold
13981 yellow
13982 \series default
13983 に色付けされ、新しく定義した
13984 \series bold
13985 darkgreen
13986 \series default
13987 という色を持つ枠付きボックスを挙げておきます。
13988 \begin_inset Formula 
13989 \begin{equation}
13990 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13991 \end{equation}
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 textcolor
14004 \series default
14005 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14006 \begin_inset Index idx
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010 てきすと@テキスト ! いろつき@色付き
14011 \end_layout
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 textcolor{darkgreen}{
14027 \end_layout
14028
14029 \end_inset
14030
14031 この文は「darkgreen」です。
14032 \begin_inset ERT
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036
14037 }
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048
14049 \backslash
14050 textcolor
14051 \series default
14052
14053 \begin_inset Index idx
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 こまんど@コマンド ! T ! 
14058 \backslash
14059 textcolor
14060 \end_layout
14061
14062 \end_inset
14063
14064 は、
14065 \series bold
14066
14067 \backslash
14068 textcolor{色}{色付けをする文}
14069 \series default
14070 という書式で使用することができます。
14071 \end_layout
14072
14073 \begin_layout Subsection
14074 段落ボックス
14075 \begin_inset CommandInset label
14076 LatexCommand label
14077 name "subsec:段落ボックス"
14078
14079 \end_inset
14080
14081
14082 \begin_inset Index idx
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086 ぼっくす@ボックス ! だんらく@段落
14087 \begin_inset space \thinspace{}
14088 \end_inset
14089
14090 ——
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14100 \family sans
14101 挿入\SpecialChar menuseparator
14102 ボックス
14103 \family default
14104 メニューかツールバーボタン
14105 \begin_inset Info
14106 type  "icon"
14107 arg   "box-insert"
14108 \end_inset
14109
14110 で作成することができます。
14111 \end_layout
14112
14113 \begin_layout Standard
14114 以下の例は、行中の枠付きparboxを示したものです。
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset VSpace medskip
14119 \end_inset
14120
14121 この行は、
14122 \begin_inset Box Boxed
14123 position "c"
14124 hor_pos "c"
14125 has_inner_box 1
14126 inner_pos "t"
14127 use_parbox 1
14128 use_makebox 0
14129 width "5cm"
14130 special "none"
14131 height "1in"
14132 height_special "totalheight"
14133 thickness "0.4pt"
14134 separation "3pt"
14135 shadowsize "4pt"
14136 framecolor "black"
14137 backgroundcolor "none"
14138 status open
14139
14140 \begin_layout Plain Layout
14141 これは段落ボックスです。これはちょうど5
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 cmの幅になっており、以下のように数式を含めることもできます。
14146 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154 parboxの入った行です。
14155 \end_layout
14156
14157 \begin_layout Standard
14158 \begin_inset VSpace medskip
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \begin_layout Standard
14165 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14166 \emph on
14167 装飾
14168 \emph default
14169 :簡素な長方形の箱型、
14170 \emph on
14171 内部ボックス
14172 \emph default
14173 :parboxコマンド、
14174 \emph on
14175
14176 \emph default
14177 :5
14178 \begin_inset space \thinspace{}
14179 \end_inset
14180
14181 cm、
14182 \emph on
14183 垂直ボックス配置
14184 \emph default
14185 :中央、に設定されています。
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \begin_inset VSpace medskip
14190 \end_inset
14191
14192 \SpecialChar LaTeX
14193 では、parboxは、以下の書式を持つ
14194 \series bold
14195
14196 \backslash
14197 parbox
14198 \series default
14199
14200 \begin_inset Index idx
14201 status collapsed
14202
14203 \begin_layout Plain Layout
14204 こまんど@コマンド ! P ! 
14205 \backslash
14206 parbox
14207 \end_layout
14208
14209 \end_inset
14210
14211 コマンドによって作られます。
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 parbox[位置]{幅}{ボックスの内容}
14220 \end_layout
14221
14222 \begin_layout Standard
14223 「位置」は、
14224 \emph on
14225 b
14226 \emph default
14227
14228 \emph on
14229 t
14230 \emph default
14231 の値をとることができます。下揃えを意味する
14232 \emph on
14233 b
14234 \emph default
14235 (
14236 \bar under
14237 b
14238 \bar default
14239 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14240 \emph on
14241 t
14242 \emph default
14243 (
14244 \bar under
14245 t
14246 \bar default
14247 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14248 \emph on
14249 ボックス
14250 \emph default
14251 の節をご参照下さい。
14252 \end_layout
14253
14254 \begin_layout Standard
14255 \begin_inset VSpace bigskip
14256 \end_inset
14257
14258 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14259 モードで
14260 \series bold
14261 parbox{
14262 \backslash
14263 linewidth-2
14264 \backslash
14265 fboxsep-2
14266 \backslash
14267 fboxrule}{
14268 \series default
14269 というコマンドを挿入します。ここで
14270 \series bold
14271
14272 \backslash
14273 linewidth
14274 \begin_inset Index idx
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278 こまんど@コマンド ! L ! 
14279 \backslash
14280 linewidth
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \series default
14287 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。バグ
14288 \begin_inset Foot
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 \begin_inset CommandInset href
14293 LatexCommand href
14294 name "LyX-bug #4483"
14295 target "http://www.lyx.org/trac/ticket/4483"
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \end_inset
14303
14304 のせいで\SpecialChar LyX
14305 はこれを自動的に行いませんので、\SpecialChar TeX
14306 モードを使用する必要があります。引数中で掛け算や引き算を行うためには、\SpecialChar LaTeX
14307 パッケージの
14308 \series bold
14309 calc
14310 \series default
14311
14312 \begin_inset Foot
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 \series bold
14318 calc
14319 \series default
14320 は、標準的\SpecialChar LaTeX
14321 頒布版のすべてに含まれています。
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Index idx
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 ぱっけーじ@パッケージ ! calc
14332 \end_layout
14333
14334 \end_inset
14335
14336 を、\SpecialChar LaTeX
14337 プリアンブル中で
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 usepackage{calc}
14346 \end_layout
14347
14348 \begin_layout Standard
14349 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14350 モードで
14351 \series bold
14352 }}
14353 \series default
14354 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 fboxsep 5mm 
14363 \backslash
14364 fboxrule 5mm
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378
14379 \backslash
14380 fbox{
14381 \backslash
14382 parbox{
14383 \backslash
14384 linewidth-2
14385 \backslash
14386 fboxsep-2
14387 \backslash
14388 fboxrule}{
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \begin_inset Formula 
14395 \begin{equation}
14396 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14397 \end{equation}
14398
14399 \end_inset
14400
14401
14402 \begin_inset ERT
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406
14407 }}
14408 \end_layout
14409
14410 \end_inset
14411
14412
14413 \begin_inset ERT
14414 status collapsed
14415
14416 \begin_layout Plain Layout
14417
14418
14419 \backslash
14420 fboxrule 0.4pt 
14421 \backslash
14422 fboxsep 3pt
14423 \end_layout
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \begin_layout Standard
14431 \begin_inset VSpace medskip
14432 \end_inset
14433
14434
14435 \series bold
14436
14437 \backslash
14438 fbox
14439 \series default
14440 の引数としてparboxが使われているので、この場合には、
14441 \series bold
14442
14443 \backslash
14444 fbox
14445 \series default
14446 を使おうが
14447 \series bold
14448
14449 \backslash
14450 boxed
14451 \series default
14452 を使おうが、差は生じません。
14453 \end_layout
14454
14455 \begin_layout Standard
14456 \begin_inset VSpace bigskip
14457 \end_inset
14458
14459 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14460 \series bold
14461
14462 \backslash
14463 parbox
14464 \series default
14465
14466 \series bold
14467
14468 \backslash
14469 tag
14470 \series default
14471 コマンドといっしょに使います(
14472 \series bold
14473
14474 \backslash
14475 tag
14476 \series default
14477 についての詳細は、第
14478 \begin_inset CommandInset ref
14479 LatexCommand ref
14480 reference "subsec:自己定義番号"
14481
14482 \end_inset
14483
14484 節をご参照下さい)
14485 \end_layout
14486
14487 \begin_layout Standard
14488 以下は、
14489 \series bold
14490
14491 \backslash
14492 parbox
14493 \series default
14494 を使ってコメントを付けた数式の例です。
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 [5x-7b=3b
14506 \backslash
14507 tag*{
14508 \backslash
14509 parbox{5cm}{
14510 \end_layout
14511
14512 \end_inset
14513
14514 これは説明です。数式や多行数式本体からはっきりと離れています。
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520 }}
14521 \backslash
14522 ]
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Standard
14531 \SpecialChar LyX
14532 は、まだ数式中での
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
14539 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14540 \end_layout
14541
14542 \begin_layout Standard
14543 まず、
14544 \series bold
14545
14546 \backslash
14547 [5x-7b=3b
14548 \backslash
14549 tag*
14550 \backslash
14551 {
14552 \backslash
14553 parbox{5cm}{
14554 \series default
14555 というコマンドを\SpecialChar TeX
14556 モードで挿入します
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 \series bold
14563 行頭下げ
14564 \series default
14565 数式様式を使用している時には、
14566 \series bold
14567
14568 \backslash
14569 tag*
14570 \backslash
14571 {
14572 \series default
14573 の代わりに
14574 \series bold
14575
14576 \backslash
14577 hfill
14578 \series default
14579 を用いることもできます(数式様式に関しては、第
14580 \begin_inset CommandInset ref
14581 LatexCommand ref
14582 reference "sec:数式様式"
14583
14584 \end_inset
14585
14586 節をご参照下さい)。
14587 \end_layout
14588
14589 \end_inset
14590
14591 。それから、説明を通常のテキストとして入れ、最後に
14592 \series bold
14593 }}
14594 \backslash
14595 ]
14596 \series default
14597 を\SpecialChar TeX
14598 モードで挿入します。ここで
14599 \series bold
14600
14601 \backslash
14602 [
14603 \series default
14604 および
14605 \series bold
14606
14607 \backslash
14608 ]
14609 \series default
14610 コマンドは別行立て数式を作るためのものです。
14611 \end_layout
14612
14613 \begin_layout Standard
14614
14615 \series bold
14616
14617 \backslash
14618 parbox
14619 \series default
14620 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14621 \begin_inset Formula 
14622 \[
14623 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14624 \]
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Section
14632 演算子
14633 \begin_inset Index idx
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 えんざんし@演算子
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Subsection
14646 大演算子
14647 \begin_inset CommandInset label
14648 LatexCommand label
14649 name "subsec:大演算子"
14650
14651 \end_inset
14652
14653
14654 \begin_inset Index idx
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658 えんざんし@演算子 ! だい@大
14659 \begin_inset space \thinspace{}
14660 \end_inset
14661
14662 ——
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \begin_inset Index idx
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672 わ@和
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \begin_inset Index idx
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682 せきぶんきごう@積分記号
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14692 \family sans
14693 数式オプション
14694 \family default
14695 の面にある
14696 \family sans
14697 esintパッケージを自動的に使う
14698 \family default
14699 オプションを有効にしなくてはなりません。
14700 \end_layout
14701
14702 \begin_layout Standard
14703 \begin_inset space \hfill{}
14704 \end_inset
14705
14706
14707 \begin_inset Tabular
14708 <lyxtabular version="3" rows="11" columns="2">
14709 <features tabularvalignment="middle">
14710 <column alignment="center" valignment="top" width="0pt">
14711 <column alignment="center" valignment="top" width="0pt">
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 コマンド
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 出力
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 <row>
14733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737
14738 \backslash
14739 int
14740 \begin_inset Index idx
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744 こまんど@コマンド ! I ! 
14745 \backslash
14746 int
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760 \begin_inset Formula $\int$
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 <row>
14770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774
14775 \backslash
14776 oint
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 \begin_inset Formula $\oint$
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799
14800 \backslash
14801 ointctrclockwise
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 \begin_inset Formula $\ointctrclockwise$
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \backslash
14826 ointclockwise
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset Formula $\ointclockwise$
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \backslash
14851 sqint
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Formula $\sqint$
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \backslash
14876 fint
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885  
14886 \begin_inset Formula $\fint$
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 </row>
14895 <row>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900
14901 \backslash
14902 landupint
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911  
14912 \begin_inset Formula $\landupint$
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \backslash
14928 landdownint
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937  
14938 \begin_inset Formula $\landdownint$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 bigcap
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\bigcap$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 bigcup
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\bigcup$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 </lyxtabular>
14998
14999 \end_inset
15000
15001
15002 \begin_inset space \hfill{}
15003 \end_inset
15004
15005
15006 \begin_inset Tabular
15007 <lyxtabular version="3" rows="11" columns="2">
15008 <features tabularvalignment="middle">
15009 <column alignment="center" valignment="top" width="0pt">
15010 <column alignment="center" valignment="top" width="0pt">
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 コマンド
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 出力
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 sum
15039 \begin_inset Index idx
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 こまんど@コマンド ! S ! 
15044 \backslash
15045 sum
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\sum$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 prod
15076 \begin_inset Index idx
15077 status collapsed
15078
15079 \begin_layout Plain Layout
15080 こまんど@コマンド ! P ! 
15081 \backslash
15082 prod
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 \begin_inset Formula $\prod$
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \backslash
15112 coprod
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 \begin_inset Formula $\coprod$
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 <row>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135
15136 \backslash
15137 bigodot
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 \begin_inset Formula $\bigodot$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \backslash
15162 bigotimes
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 \begin_inset Formula $\bigotimes$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \backslash
15187 bigoplus
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $\bigoplus$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 bigwedge
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset Formula $\bigwedge$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 bigvee
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\bigvee$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 bigsqcup
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\bigsqcup$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 biguplus
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\biguplus$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 </lyxtabular>
15306
15307 \end_inset
15308
15309
15310 \begin_inset space \hfill{}
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 すべての大演算子は、数式ツールバーボタンの
15318 \begin_inset Info
15319 type  "icon"
15320 arg   "math-insert \\intop"
15321 \end_inset
15322
15323 でも挿入することができます。
15324 \end_layout
15325
15326 \begin_layout Standard
15327 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15328 \end_layout
15329
15330 \begin_layout Standard
15331 積分演算子はすべて、
15332 \series bold
15333
15334 \backslash
15335 intop
15336 \series default
15337
15338 \series bold
15339
15340 \backslash
15341 ointop
15342 \series default
15343 のように、
15344 \series bold
15345 op
15346 \series default
15347 で終わる別バージョンがあります。これらの演算子は、
15348 \series bold
15349
15350 \backslash
15351 int
15352 \series default
15353 とは範囲の表示のしかたが異なります。第
15354 \begin_inset CommandInset ref
15355 LatexCommand ref
15356 reference "subsec:演算子の範囲"
15357
15358 \end_inset
15359
15360 節をご参照下さい。
15361 \end_layout
15362
15363 \begin_layout Subsubsection*
15364 積分の子細
15365 \end_layout
15366
15367 \begin_layout Standard
15368 積分中で用いられる文字
15369 \emph on
15370 d
15371 \emph default
15372 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15373 \emph on
15374 d
15375 \emph default
15376 を選択して、
15377 \begin_inset Flex Ruby
15378 status collapsed
15379
15380 \begin_layout Plain Layout
15381 捷径
15382 \begin_inset Argument post:1
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 ショートカット
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \begin_inset Info
15398 type  "shortcut"
15399 arg   "font-roman"
15400 \end_inset
15401
15402 を用います
15403 \begin_inset Foot
15404 status collapsed
15405
15406 \begin_layout Plain Layout
15407 文字様式については、第
15408 \begin_inset CommandInset ref
15409 LatexCommand ref
15410 reference "subsec:書体様式"
15411
15412 \end_inset
15413
15414 節参照。
15415 \end_layout
15416
15417 \end_inset
15418
15419 。最後に、演算子の慣例に倣って、
15420 \emph on
15421 d
15422 \emph default
15423 の前に最小空白を挿入しなくてはなりません。たとえば、
15424 \end_layout
15425
15426 \begin_layout Standard
15427 正しくない例:
15428 \begin_inset Formula $\int A(x)dx$
15429 \end_inset
15430
15431
15432 \begin_inset Newline newline
15433 \end_inset
15434
15435 正しい
15436 \begin_inset Phantom HPhantom
15437 status open
15438
15439 \begin_layout Plain Layout
15440 ない
15441 \end_layout
15442
15443 \end_inset
15444
15445 例:
15446 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 多重積分に関しては、以下のコマンドがあります。
15454 \begin_inset VSpace medskip
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461 \begin_inset space \hfill{}
15462 \end_inset
15463
15464
15465 \begin_inset Tabular
15466 <lyxtabular version="3" rows="4" columns="2">
15467 <features tabularvalignment="middle">
15468 <column alignment="center" valignment="top">
15469 <column alignment="center" valignment="top">
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 コマンド
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 出力
15485 \begin_inset Note Note
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489 ここで
15490 \series bold
15491
15492 \backslash
15493 raisebox
15494 \series default
15495 はスペーサーとして使用しているだけです。
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 iint
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 oiint
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 sqiint
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 </lyxtabular>
15582
15583 \end_inset
15584
15585
15586 \begin_inset space \hfill{}
15587 \end_inset
15588
15589
15590 \begin_inset Tabular
15591 <lyxtabular version="3" rows="4" columns="2">
15592 <features tabularvalignment="middle">
15593 <column alignment="center" valignment="top">
15594 <column alignment="center" valignment="top">
15595 <row>
15596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 コマンド
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 出力
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 iiint
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 iiiint
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 dotsint
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 </lyxtabular>
15691
15692 \end_inset
15693
15694
15695 \begin_inset space \hfill{}
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \begin_layout Subsection
15702 演算子の範囲
15703 \begin_inset CommandInset label
15704 LatexCommand label
15705 name "subsec:演算子の範囲"
15706
15707 \end_inset
15708
15709
15710 \begin_inset Index idx
15711 status collapsed
15712
15713 \begin_layout Plain Layout
15714 えんざんし@演算子 ! はんい@範囲
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 範囲は、上付き文字と下付き文字とで作成することができます。
15724 \begin_inset Separator parbreak
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \begin_layout Standard
15731 \align center
15732 \begin_inset Tabular
15733 <lyxtabular version="3" rows="2" columns="2">
15734 <features tabularvalignment="middle">
15735 <column alignment="center" valignment="top" width="0pt">
15736 <column alignment="center" valignment="top" width="0pt">
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 コマンド
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 出力
15752 \begin_inset Note Note
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756 ここで
15757 \series bold
15758
15759 \backslash
15760 raisebox
15761 \series default
15762 はスペーサーとして使用しているだけです。
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \backslash
15780 prod^
15781 \backslash
15782 infty
15783 \begin_inset space \textvisiblespace{}
15784 \end_inset
15785
15786
15787 \begin_inset Formula $\to$
15788 \end_inset
15789
15790 _0
15791 \begin_inset Formula $\to$
15792 \end_inset
15793
15794 A(x)
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 </lyxtabular>
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15821 \end_layout
15822
15823 \begin_layout Standard
15824 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15825 \family sans
15826 編集\SpecialChar menuseparator
15827 数式\SpecialChar menuseparator
15828 範囲の表記を変更
15829 \family default
15830 メニューで
15831 \family sans
15832 \series bold
15833 行内形式
15834 \family default
15835 \series default
15836 (
15837 \begin_inset Flex Ruby
15838 status collapsed
15839
15840 \begin_layout Plain Layout
15841 捷径
15842 \begin_inset Argument post:1
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846 ショートカット
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \begin_inset Info
15858 type  "shortcut"
15859 arg   "math-limits"
15860 \end_inset
15861
15862 )を選択することで範囲形式を変更することができます。以下はその用例です。
15863 \end_layout
15864
15865 \begin_layout Standard
15866 既定の範囲形式は、以下のようになっています。
15867 \begin_inset Formula 
15868 \[
15869 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15870 \]
15871
15872 \end_inset
15873
15874 以下は、範囲形式を
15875 \family sans
15876 \series bold
15877 行内形式
15878 \family default
15879 \series default
15880 に変更したときの表示です。
15881 \begin_inset Formula 
15882 \[
15883 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15884 \]
15885
15886 \end_inset
15887
15888
15889 \series bold
15890
15891 \backslash
15892 intop
15893 \series default
15894
15895 \series bold
15896
15897 \backslash
15898 ointop
15899 \series default
15900 などのように
15901 \series bold
15902 op
15903 \series default
15904 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15905 の例では、範囲形式を
15906 \series bold
15907 別行立て形式
15908 \series default
15909 にして積分記号の下に置くようにしています。
15910 \begin_inset Formula 
15911 \begin{equation}
15912 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15913 \end{equation}
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset VSpace medskip
15922 \end_inset
15923
15924 範囲に条件を指定したい場合には、
15925 \series bold
15926
15927 \backslash
15928 subarray
15929 \series default
15930
15931 \begin_inset Index idx
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 こまんど@コマンド ! S ! 
15936 \backslash
15937 subarray
15938 \end_layout
15939
15940 \end_inset
15941
15942 コマンドや
15943 \series bold
15944
15945 \backslash
15946 substack
15947 \series default
15948
15949 \begin_inset Index idx
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953 こまんど@コマンド ! S ! 
15954 \backslash
15955 substack
15956 \end_layout
15957
15958 \end_inset
15959
15960 コマンドを使用します。たとえば、以下の表記 
15961 \begin_inset Formula 
15962 \begin{equation}
15963 \sum_{\begin{subarray}{c}
15964 0<k<1000\\
15965 \\
15966 k\,\in\,\mathbb{N}
15967 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15968 \end{equation}
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \begin_layout Standard
15976 を作成するには、以下のようにしなくてはなりません。
15977 \begin_inset Newline newline
15978 \end_inset
15979
15980 まず、
15981 \series bold
15982
15983 \backslash
15984 sum
15985 \series default
15986 ^
15987 \series bold
15988 n
15989 \begin_inset space \textvisiblespace{}
15990 \end_inset
15991
15992 _
15993 \series default
15994 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15995 \series bold
15996
15997 \backslash
15998 subarray
15999 \begin_inset space \textvisiblespace{}
16000 \end_inset
16001
16002
16003 \series default
16004 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
16005 \begin_inset Info
16006 type  "shortcut"
16007 arg   "newline-insert newline"
16008 \end_inset
16009
16010 )を挿入することで作ることができます。ここに
16011 \begin_inset Newline newline
16012 \end_inset
16013
16014
16015 \series bold
16016 0
16017 \begin_inset Formula $\boldsymbol{<}$
16018 \end_inset
16019
16020 k
16021 \begin_inset Formula $\boldsymbol{<}$
16022 \end_inset
16023
16024 1000 Ctrl+Return
16025 \begin_inset Newline newline
16026 \end_inset
16027
16028
16029 \series default
16030 と入力すると、新規行のための新しい枠が現れます。
16031 \end_layout
16032
16033 \begin_layout Standard
16034 各行の揃え方は、
16035 \family sans
16036 表ツールバー
16037 \family default
16038
16039 \family sans
16040 編集\SpecialChar menuseparator
16041 行と列
16042 \family default
16043 メニューで変更することができますが、右揃えにするには、行頭に
16044 \series bold
16045
16046 \backslash
16047 hfill
16048 \begin_inset space \textvisiblespace{}
16049 \end_inset
16050
16051
16052 \series default
16053 を挿入しなくてはなりません。
16054 \end_layout
16055
16056 \begin_layout Standard
16057
16058 \series bold
16059
16060 \backslash
16061 substack
16062 \series default
16063 コマンドは、各行がつねに中央揃えになることを除いては、
16064 \series bold
16065
16066 \backslash
16067 subarray
16068 \series default
16069 と同じです。
16070 \end_layout
16071
16072 \begin_layout Standard
16073 \begin_inset VSpace bigskip
16074 \end_inset
16075
16076 演算子の後に来る文字は、範囲の横に来るので、
16077 \begin_inset CommandInset ref
16078 LatexCommand eqref
16079 reference "eq:substack"
16080
16081 \end_inset
16082
16083 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
16084 \series bold
16085
16086 \backslash
16087 smashoperator
16088 \series default
16089
16090 \begin_inset Index idx
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094 こまんど@コマンド ! S ! 
16095 \backslash
16096 smashoperator
16097 \end_layout
16098
16099 \end_inset
16100
16101 を使うことができます。これを有効化するには、文書設定の
16102 \family sans
16103 数式オプション
16104 \family default
16105 で、
16106 \series bold
16107 mathtools
16108 \series default
16109 パッケージ
16110 \begin_inset Index idx
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114 ぱっけーじ@パッケージ ! mathtools
16115 \end_layout
16116
16117 \end_inset
16118
16119
16120 \family sans
16121 常に読み込み
16122 \family default
16123 オプションを指定してください。
16124 \series bold
16125
16126 \backslash
16127 smashoperator
16128 \series default
16129 は、内容物の幅を0
16130 \lang english
16131
16132 \begin_inset space \thinspace{}
16133 \end_inset
16134
16135
16136 \lang japanese
16137 ptに設定します。
16138 \lang english
16139
16140 \begin_inset Newline newline
16141 \end_inset
16142
16143
16144 \lang japanese
16145 これを
16146 \begin_inset CommandInset ref
16147 LatexCommand eqref
16148 reference "eq:substack"
16149
16150 \end_inset
16151
16152 式に応用してみると、コマンド
16153 \end_layout
16154
16155 \begin_layout Standard
16156
16157 \series bold
16158
16159 \backslash
16160 smashoperator{
16161 \end_layout
16162
16163 \begin_layout Standard
16164 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
16165 \begin_inset Formula 
16166 \[
16167 \sum_{\mathclap{\substack{0<k<1000\\
16168 \\
16169 k\,\in\,\mathbb{N}
16170 }
16171 }}^{n}k^{-2}
16172 \]
16173
16174 \end_inset
16175
16176 演算子の片側だけ、空白を0
16177 \lang english
16178
16179 \begin_inset space \thinspace{}
16180 \end_inset
16181
16182
16183 \lang japanese
16184 ptにすることも可能です。そのためには、
16185 \series bold
16186
16187 \backslash
16188 smashoperator
16189 \series default
16190 と付属する波括弧の間に、
16191 \series bold
16192 [l]
16193 \series default
16194 または
16195 \series bold
16196 [r]
16197 \series default
16198 と書き込みます。下記は、
16199 \series bold
16200
16201 \backslash
16202 smashoperator
16203 \series default
16204 のとりうる形の例です。
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset Formula 
16209 \[
16210 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}
16211 \]
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 \begin_inset VSpace bigskip
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \begin_layout Standard
16226 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16227 \begin_inset Formula 
16228 \[
16229 \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}
16230 \]
16231
16232 \end_inset
16233
16234 組版を改善するには、文書設定の
16235 \family sans
16236 数式オプション
16237 \family default
16238 で、
16239 \series bold
16240 mathtools
16241 \series default
16242 パッケージ
16243 \begin_inset Index idx
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247 ぱっけーじ@パッケージ ! mathtools
16248 \end_layout
16249
16250 \end_inset
16251
16252
16253 \family sans
16254 常に読み込み
16255 \family default
16256 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16257 \series bold
16258
16259 \backslash
16260 adjustlimits
16261 \series default
16262 コマンド
16263 \begin_inset Index idx
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 こまんど@コマンド ! A ! 
16268 \backslash
16269 adjustlimits
16270 \end_layout
16271
16272 \end_inset
16273
16274 を置いてください。そうすると、上記の例はこのようになります。
16275 \begin_inset Formula 
16276 \[
16277 \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}
16278 \]
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset VSpace bigskip
16287 \end_inset
16288
16289 一つの範囲を複数の演算子に用いる方法が、第
16290 \begin_inset CommandInset ref
16291 LatexCommand ref
16292 reference "subsec:自己定義演算子"
16293
16294 \end_inset
16295
16296 節に述べられています。
16297 \end_layout
16298
16299 \begin_layout Subsection
16300 演算子の修飾
16301 \begin_inset Index idx
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 えんざんし@演算子 ! しゅうしょく@修飾
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314
16315 \series bold
16316
16317 \backslash
16318 overset
16319 \series default
16320
16321 \begin_inset Index idx
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325 こまんど@コマンド ! O ! 
16326 \backslash
16327 overset
16328 \end_layout
16329
16330 \end_inset
16331
16332 コマンドや
16333 \series bold
16334
16335 \backslash
16336 underset
16337 \series default
16338
16339 \begin_inset Index idx
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 こまんど@コマンド ! U ! 
16344 \backslash
16345 underset
16346 \end_layout
16347
16348 \end_inset
16349
16350 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16351 \series bold
16352
16353 \backslash
16354 sideset
16355 \series default
16356
16357 \begin_inset Index idx
16358 status collapsed
16359
16360 \begin_layout Plain Layout
16361 こまんど@コマンド ! S ! 
16362 \backslash
16363 sideset
16364 \end_layout
16365
16366 \end_inset
16367
16368 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16369 \end_layout
16370
16371 \begin_layout Standard
16372
16373 \series bold
16374
16375 \backslash
16376 sideset
16377 \series default
16378 には4つの派生版があります。
16379 \end_layout
16380
16381 \begin_layout Itemize
16382
16383 \series bold
16384
16385 \backslash
16386 sideset
16387 \series default
16388 は、演算子の隅に文字を置くのに用います。
16389 \end_layout
16390
16391 \begin_layout Itemize
16392
16393 \series bold
16394
16395 \backslash
16396 sidesetn
16397 \series default
16398 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16399 の元々の
16400 \series bold
16401
16402 \backslash
16403 sideset
16404 \series default
16405 コマンドを表します)。
16406 \end_layout
16407
16408 \begin_layout Itemize
16409
16410 \series bold
16411
16412 \backslash
16413 sidesetl
16414 \series default
16415 は、演算子の左隅と後ろに文字を置くのに用います。
16416 \end_layout
16417
16418 \begin_layout Itemize
16419
16420 \series bold
16421
16422 \backslash
16423 sidesetr
16424 \series default
16425 は、演算子の右隅と前に文字を置くのに用います。
16426 \end_layout
16427
16428 \begin_layout Standard
16429 たとえば、
16430 \series bold
16431
16432 \backslash
16433 sidesetn
16434 \begin_inset space \textvisiblespace{}
16435 \end_inset
16436
16437
16438 \backslash
16439 sum
16440 \begin_inset space \textvisiblespace{}
16441 \end_inset
16442
16443
16444 \begin_inset Formula $\to$
16445 \end_inset
16446
16447 '
16448 \begin_inset Formula $\to$
16449 \end_inset
16450
16451 _k=1
16452 \begin_inset space \textvisiblespace{}
16453 \end_inset
16454
16455
16456 \series default
16457 ^
16458 \series bold
16459 n
16460 \series default
16461 というコマンドを入力すると、
16462 \begin_inset Formula 
16463 \[
16464 \sideset{}{'}\sum_{k=1}^{n}
16465 \]
16466
16467 \end_inset
16468
16469 のようになります。
16470 \end_layout
16471
16472 \begin_layout Standard
16473 \begin_inset Note Greyedout
16474 status open
16475
16476 \begin_layout Plain Layout
16477
16478 \series bold
16479 【註】
16480 \backslash
16481 sideset
16482 \series default
16483 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Standard
16492 のようになります。最後の例からわかるように、
16493 \series bold
16494
16495 \backslash
16496 overset
16497 \series default
16498
16499 \series bold
16500
16501 \backslash
16502 underset
16503 \series default
16504 では、記号や文字にアクセントをつけることもできます。一方。 また、
16505 \series bold
16506
16507 \backslash
16508 overset
16509 \begin_inset space \textvisiblespace{}
16510 \end_inset
16511
16512
16513 \backslash
16514 maltese
16515 \begin_inset space \textvisiblespace{}
16516 \end_inset
16517
16518
16519 \series default
16520
16521 \begin_inset Formula $\uparrow$
16522 \end_inset
16523
16524
16525 \series bold
16526 a
16527 \series default
16528 というコマンドならば、
16529 \begin_inset Formula 
16530 \[
16531 \overset{a}{\maltese}
16532 \]
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \begin_layout Subsection
16540 二項演算子
16541 \begin_inset CommandInset label
16542 LatexCommand label
16543 name "subsec:二項演算子"
16544
16545 \end_inset
16546
16547
16548 \begin_inset Index idx
16549 status collapsed
16550
16551 \begin_layout Plain Layout
16552 えんざんし@演算子 ! にこう@二項
16553 \begin_inset space \thinspace{}
16554 \end_inset
16555
16556 ——
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \begin_layout Standard
16565 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16566 \begin_inset VSpace medskip
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \begin_layout Standard
16573 \begin_inset space \hfill{}
16574 \end_inset
16575
16576
16577 \begin_inset Tabular
16578 <lyxtabular version="3" rows="13" columns="2">
16579 <features tabularvalignment="middle">
16580 <column alignment="center" valignment="top" width="0pt">
16581 <column alignment="center" valignment="top" width="0pt">
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 コマンド
16588 \begin_inset Note Note
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592 ここで
16593 \series bold
16594
16595 \backslash
16596 raisebox
16597 \series default
16598 はスペーサーとして使用しているだけです。
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 出力
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 +
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $+$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 -
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $-$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \backslash
16671 pm
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\pm$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \backslash
16696 mp
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Formula $\mp$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \backslash
16721 cdot
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $\cdot$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \backslash
16746 times
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $\times$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \backslash
16771 div
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\div$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset ERT
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798
16799
16800 \backslash
16801 raisebox{-1.2mm}{
16802 \end_layout
16803
16804 \end_inset
16805
16806 *
16807 \begin_inset ERT
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811
16812 }
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Formula $*$
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \backslash
16842 star
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Formula $\star$
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \backslash
16867 circ
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\circ$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 diamond
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $\diamond$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 bullet
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\bullet$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 </lyxtabular>
16936
16937 \end_inset
16938
16939
16940 \begin_inset space \hfill{}
16941 \end_inset
16942
16943
16944 \begin_inset Tabular
16945 <lyxtabular version="3" rows="13" columns="2">
16946 <features tabularvalignment="middle">
16947 <column alignment="center" valignment="top" width="0pt">
16948 <column alignment="center" valignment="top" width="0pt">
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 コマンド
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 出力
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \backslash
16976 nabla
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\nabla$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 bigtriangledown
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\bigtriangledown$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \backslash
17026 bigtriangleup
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 \begin_inset Formula $\bigtriangleup$
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 </row>
17044 <row>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049
17050 \backslash
17051 Box
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 \begin_inset Formula $\Box$
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \backslash
17076 cap 
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $\cap$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \backslash
17101 cup
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 \begin_inset Formula $\cup$
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \backslash
17126 dagger
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Formula $\dagger$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 ddagger
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\ddagger$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \backslash
17176 wr
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\wr$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \backslash
17201 bigcirc
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $\bigcirc$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \backslash
17226 wedge
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\wedge$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \backslash
17251 vee
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\vee$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 </lyxtabular>
17270
17271 \end_inset
17272
17273
17274 \begin_inset space \hfill{}
17275 \end_inset
17276
17277
17278 \begin_inset Tabular
17279 <lyxtabular version="3" rows="13" columns="2">
17280 <features tabularvalignment="middle">
17281 <column alignment="center" valignment="top" width="0pt">
17282 <column alignment="center" valignment="top" width="0pt">
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 コマンド
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 出力
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 oplus
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\oplus$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 ominus
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\ominus$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \backslash
17360 otimes
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 \begin_inset Formula $\otimes$
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \backslash
17385 oslash
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $\oslash$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \backslash
17410 odot
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 \begin_inset Formula $\odot$
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433
17434 \backslash
17435 amalg
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $\amalg$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \backslash
17460 uplus
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\uplus$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 setminus
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $\setminus$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508
17509 \backslash
17510 sqcap
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset Formula $\sqcap$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \backslash
17535 sqcup
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $\sqcup$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \backslash
17560 triangleleft
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Formula $\triangleleft$
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 </row>
17578 <row>
17579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583
17584 \backslash
17585 triangleright
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $\triangleright$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 </lyxtabular>
17604
17605 \end_inset
17606
17607
17608 \begin_inset space \hfill{}
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \begin_layout Standard
17615 二項演算子は、すべて数式ツールバーボタンの
17616 \begin_inset Info
17617 type  "icon"
17618 arg   "math-insert \\pm"
17619 \end_inset
17620
17621 から挿入することもできます。
17622 \end_layout
17623
17624 \begin_layout Standard
17625 ラプラス演算子を組版するには、
17626 \series bold
17627
17628 \backslash
17629 bigtriangleup
17630 \series default
17631 以外に、
17632 \series bold
17633
17634 \backslash
17635 Delta
17636 \series default
17637
17638 \series bold
17639
17640 \backslash
17641 nabla
17642 \series default
17643 ^
17644 \series bold
17645 2
17646 \series default
17647 (
17648 \begin_inset Formula $\nabla^{2}$
17649 \end_inset
17650
17651 )を使用することもできます。
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \family sans
17657 挿入\SpecialChar menuseparator
17658 特殊文字
17659 \family default
17660 メニューの
17661 \family sans
17662 メニュー区切り
17663 \family default
17664 で入力される文字は、
17665 \series bold
17666
17667 \backslash
17668 triangleright
17669 \series default
17670 演算子です。
17671 \end_layout
17672
17673 \begin_layout Subsection
17674 自己定義演算子
17675 \begin_inset CommandInset label
17676 LatexCommand label
17677 name "subsec:自己定義演算子"
17678
17679 \end_inset
17680
17681
17682 \begin_inset Index idx
17683 status collapsed
17684
17685 \begin_layout Plain Layout
17686 えんざんし@演算子 ! じこていぎ@自己定義
17687 \begin_inset space \thinspace{}
17688 \end_inset
17689
17690 ——
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Standard
17699 \SpecialChar LaTeX
17700 プリアンブルで
17701 \series bold
17702
17703 \backslash
17704 DeclareMathOperator
17705 \series default
17706
17707 \begin_inset Index idx
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711 こまんど@コマンド ! D ! 
17712 \backslash
17713 dbinom@
17714 \backslash
17715 DeclareMathOperator
17716 \end_layout
17717
17718 \end_inset
17719
17720 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
17721 \end_layout
17722
17723 \begin_layout Standard
17724
17725 \series bold
17726
17727 \backslash
17728 DeclareMathOperator{新規コマンド}{表示}
17729 \end_layout
17730
17731 \begin_layout Standard
17732 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17733 \begin_inset CommandInset ref
17734 LatexCommand ref
17735 reference "subsec:演算子の範囲"
17736
17737 \end_inset
17738
17739 節で述べられた範囲を指定することができます。
17740 \end_layout
17741
17742 \begin_layout Standard
17743 たとえば、以下のような\SpecialChar LaTeX
17744 プリアンブル行
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 DeclareMathOperator*{
17753 \backslash
17754 Lozenge}{
17755 \backslash
17756 blacklozenge}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 は、第
17761 \begin_inset CommandInset ref
17762 LatexCommand ref
17763 reference "subsec:その他の記号"
17764
17765 \end_inset
17766
17767 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17768 \series bold
17769
17770 \backslash
17771 Lozenge
17772 \series default
17773 を定義します。
17774 \begin_inset Formula 
17775 \[
17776 \Lozenge_{n=1}^{\infty}
17777 \]
17778
17779 \end_inset
17780
17781 上記の数式を作るコマンドは、
17782 \series bold
17783
17784 \backslash
17785 Lozenge
17786 \series default
17787 ^
17788 \series bold
17789
17790 \backslash
17791 infty
17792 \begin_inset Formula $\to$
17793 \end_inset
17794
17795 _n=1
17796 \series default
17797 です。
17798 \end_layout
17799
17800 \begin_layout Standard
17801 \begin_inset VSpace bigskip
17802 \end_inset
17803
17804 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17805 \series bold
17806
17807 \backslash
17808 mathop
17809 \series default
17810
17811 \begin_inset Index idx
17812 status collapsed
17813
17814 \begin_layout Plain Layout
17815 こまんど@コマンド ! M ! 
17816 \backslash
17817 mathop
17818 \end_layout
17819
17820 \end_inset
17821
17822 コマンドおよび
17823 \series bold
17824
17825 \backslash
17826 mathbin
17827 \series default
17828
17829 \begin_inset Index idx
17830 status collapsed
17831
17832 \begin_layout Plain Layout
17833 こまんど@コマンド ! M ! 
17834 \backslash
17835 mathbin
17836 \end_layout
17837
17838 \end_inset
17839
17840 コマンドを用いて定義を行うこともできます。
17841 \end_layout
17842
17843 \begin_layout Standard
17844 (書式)
17845 \series bold
17846
17847 \backslash
17848 mathop{表示}
17849 \series default
17850 および
17851 \series bold
17852
17853 \backslash
17854 mathbin{表示}
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 mathop
17863 \series default
17864 は大演算子を定義し、
17865 \series bold
17866
17867 \backslash
17868 mathbin
17869 \series default
17870 は二項演算子を定義します。
17871 \end_layout
17872
17873 \begin_layout Standard
17874 たとえば
17875 \series bold
17876
17877 \backslash
17878 mathop
17879 \series default
17880 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17881 \end_layout
17882
17883 \begin_layout Standard
17884 \begin_inset Formula 
17885 \[
17886 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17887 \]
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Standard
17895 上記の数式では
17896 \begin_inset Newline newline
17897 \end_inset
17898
17899
17900 \series bold
17901
17902 \backslash
17903 mathop{
17904 \backslash
17905 sum
17906 \backslash
17907 negmedspace
17908 \backslash
17909 sum
17910 \series default
17911
17912 \begin_inset space \textvisiblespace{}
17913 \end_inset
17914
17915
17916 \series bold
17917
17918 \begin_inset Formula $\to$
17919 \end_inset
17920
17921 ^N
17922 \series default
17923
17924 \begin_inset space \textvisiblespace{}
17925 \end_inset
17926
17927
17928 \series bold
17929 _i,j=1
17930 \begin_inset Newline newline
17931 \end_inset
17932
17933
17934 \series default
17935 というコマンドを用いています。
17936 \end_layout
17937
17938 \begin_layout Section
17939 書体
17940 \begin_inset Index idx
17941 status collapsed
17942
17943 \begin_layout Plain Layout
17944 しょたい@書体
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \begin_inset Index idx
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 ふぉんと@フォント
17955 \begin_inset ERT
17956 status collapsed
17957
17958 \begin_layout Plain Layout
17959
17960 |see{
17961 \end_layout
17962
17963 \end_inset
17964
17965 書体
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971 }
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \begin_layout Subsection
17985 書体様式
17986 \begin_inset CommandInset label
17987 LatexCommand label
17988 name "subsec:書体様式"
17989
17990 \end_inset
17991
17992
17993 \begin_inset Index idx
17994 status collapsed
17995
17996 \begin_layout Plain Layout
17997 しょたい@書体 ! ようしき@様式
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Standard
18006 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
18007 \end_layout
18008
18009 \begin_layout Standard
18010 \align center
18011 \begin_inset space \hfill{}
18012 \end_inset
18013
18014
18015 \begin_inset Tabular
18016 <lyxtabular version="3" rows="6" columns="2">
18017 <features tabularvalignment="middle">
18018 <column alignment="center" valignment="top">
18019 <column alignment="center" valignment="top">
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 コマンド
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034 出力
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 </row>
18040 <row>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045
18046 \backslash
18047 mathbb
18048 \series bold
18049
18050 \begin_inset space \textvisiblespace{}
18051 \end_inset
18052
18053
18054 \series default
18055 ABC
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 \begin_inset Formula $\mathbb{ABC}$
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \backslash
18080 mathbf
18081 \series bold
18082
18083 \begin_inset space \textvisiblespace{}
18084 \end_inset
18085
18086
18087 \series default
18088 AbC
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Formula $\mathbf{AbC}$
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \backslash
18113 boldsymbol
18114 \series bold
18115
18116 \begin_inset space \textvisiblespace{}
18117 \end_inset
18118
18119
18120 \series default
18121 AbC
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Formula $\boldsymbol{AbC}$
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 </row>
18139 <row>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \backslash
18146 mathcal
18147 \series bold
18148
18149 \begin_inset space \textvisiblespace{}
18150 \end_inset
18151
18152
18153 \series default
18154 ABC
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 \begin_inset Formula $\mathcal{ABC}$
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \backslash
18179 mathfrak
18180 \series bold
18181
18182 \begin_inset space \textvisiblespace{}
18183 \end_inset
18184
18185
18186 \series default
18187 AbC
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Formula $\mathfrak{AbC}$
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 </row>
18205 </lyxtabular>
18206
18207 \end_inset
18208
18209
18210 \begin_inset space \hfill{}
18211 \end_inset
18212
18213
18214 \begin_inset Tabular
18215 <lyxtabular version="3" rows="6" columns="2">
18216 <features tabularvalignment="middle">
18217 <column alignment="center" valignment="top">
18218 <column alignment="center" valignment="top">
18219 <row>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 コマンド
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 出力
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 </row>
18239 <row>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \backslash
18246 mathit
18247 \series bold
18248
18249 \begin_inset space \textvisiblespace{}
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\mathit{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \backslash
18279 mathrm
18280 \series bold
18281
18282 \begin_inset space \textvisiblespace{}
18283 \end_inset
18284
18285
18286 \series default
18287 AbC
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 \begin_inset Formula $\mathrm{AbC}$
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 <row>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \backslash
18312 mathsf
18313 \series bold
18314
18315 \begin_inset space \textvisiblespace{}
18316 \end_inset
18317
18318
18319 \series default
18320 AbC
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Formula $\mathsf{AbC}$
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathtt
18346 \series bold
18347
18348 \begin_inset space \textvisiblespace{}
18349 \end_inset
18350
18351
18352 \series default
18353 AbC
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 \begin_inset Formula $\mathtt{AbC}$
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \backslash
18378 mathscr
18379 \series bold
18380
18381 \begin_inset space \textvisiblespace{}
18382 \end_inset
18383
18384
18385 \series default
18386 ABC
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Formula $\mathscr{ABC}$
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 </lyxtabular>
18405
18406 \end_inset
18407
18408
18409 \begin_inset space \hfill{}
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Standard
18416 \begin_inset Note Greyedout
18417 status open
18418
18419 \begin_layout Plain Layout
18420
18421 \series bold
18422 【註】
18423 \backslash
18424 mathbb
18425 \series default
18426
18427 \series bold
18428 mathcal
18429 \series default
18430 様式と
18431 \series bold
18432
18433 \backslash
18434 mathscr
18435 \series default
18436 様式は、大文字にのみ使用することができます。
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Standard
18445 既定では、
18446 \series bold
18447
18448 \backslash
18449 mathnormal
18450 \series default
18451 様式に設定されています。
18452 \end_layout
18453
18454 \begin_layout Standard
18455 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18456 \begin_inset Formula 
18457 \[
18458 \mathfrak{A=\frac{b}{C}}
18459 \]
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18468 \series bold
18469
18470 \backslash
18471 textrm
18472 \series default
18473 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
18474 のバグです
18475 \begin_inset Foot
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479 \begin_inset CommandInset href
18480 LatexCommand href
18481 name "LyX-bug #4629"
18482 target "http://www.lyx.org/trac/ticket/4629"
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 書体様式コマンドの代わりに、
18496 \family sans
18497 編集\SpecialChar menuseparator
18498 数学\SpecialChar menuseparator
18499 文字様式
18500 \family default
18501 ダイアログや、
18502 \begin_inset Info
18503 type  "icon"
18504 arg   "math-insert \\font"
18505 \end_inset
18506
18507 を使用することもできます。
18508 \end_layout
18509
18510 \begin_layout Subsection
18511 ボールド体の数式
18512 \begin_inset CommandInset label
18513 LatexCommand label
18514 name "subsec:ボールド体の数式"
18515
18516 \end_inset
18517
18518
18519 \begin_inset Index idx
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523 すうしき@数式 ! ぼーるどたい@ボールド体
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 数式全体をボールド体にしようとすると、前節の
18533 \series bold
18534
18535 \backslash
18536 mathbf
18537 \series default
18538 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18539 字してしまいます。
18540 \end_layout
18541
18542 \begin_layout Standard
18543 \begin_inset Formula 
18544 \[
18545 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18546 \]
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 この数式を正しく表示するには、以下のように、
18555 \series bold
18556
18557 \backslash
18558 boldsymbol
18559 \series default
18560 コマンドを使用します。
18561 \begin_inset Formula 
18562 \[
18563 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18564 \]
18565
18566 \end_inset
18567
18568 また、数式を
18569 \series bold
18570 boldmath環境
18571 \series default
18572 に設定する方法もあります。この環境は、\SpecialChar TeX
18573 モードで
18574 \series bold
18575
18576 \backslash
18577 boldmath
18578 \begin_inset Index idx
18579 status collapsed
18580
18581 \begin_layout Plain Layout
18582 こまんど@コマンド ! B ! 
18583 \backslash
18584 boldmath
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \series default
18591 コマンドを挿入することによって作ることができます。環境を閉じるには、
18592 \series bold
18593
18594 \backslash
18595 unboldmath
18596 \begin_inset Index idx
18597 status collapsed
18598
18599 \begin_layout Plain Layout
18600 こまんど@コマンド ! U ! 
18601 \backslash
18602 unboldmath
18603 \end_layout
18604
18605 \end_inset
18606
18607
18608 \series default
18609 コマンドを\SpecialChar TeX
18610 モードで挿入します。
18611 \begin_inset ERT
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615
18616
18617 \backslash
18618 boldmath 
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \begin_inset Formula 
18625 \[
18626 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18627 \]
18628
18629 \end_inset
18630
18631
18632 \begin_inset ERT
18633 status collapsed
18634
18635 \begin_layout Plain Layout
18636
18637
18638 \backslash
18639 unboldmath 
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Subsection
18648 色付きの数式
18649 \begin_inset Index idx
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653 すうしき@数式 ! いろつき@色付き
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18663 \begin_inset Formula 
18664 \[
18665 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18666 \]
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674
18675 \begin_inset CommandInset ref
18676 LatexCommand ref
18677 reference "subsec:色付きボックス"
18678
18679 \end_inset
18680
18681 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
18682 \series bold
18683
18684 \backslash
18685 textcolor
18686 \series default
18687
18688 \begin_inset Index idx
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692 こまんど@コマンド ! T ! 
18693 \backslash
18694 textcolor
18695 \end_layout
18696
18697 \end_inset
18698
18699 \SpecialChar TeX
18700 コードコマンドで適用することができます。
18701 \end_layout
18702
18703 \begin_layout Standard
18704
18705 \series bold
18706
18707 \backslash
18708 textcolor{色}{文字ないし数式}
18709 \end_layout
18710
18711 \begin_layout Standard
18712 下記の例は、全体を濃緑にし、一部を赤にしています。
18713 \end_layout
18714
18715 \begin_layout Standard
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723 textcolor{darkgreen}{
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \begin_inset Formula 
18730 \[
18731 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18732 \]
18733
18734 \end_inset
18735
18736
18737 \begin_inset ERT
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741
18742 }
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Standard
18751 \SpecialChar LyX
18752 のバグのため、自己定義色は数式全体に対してしか使用することができません
18753 \begin_inset Foot
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757 \begin_inset CommandInset href
18758 LatexCommand href
18759 name "LyX-bug #5269"
18760 target "http://www.lyx.org/trac/ticket/5269"
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Subsection
18773 書体寸法
18774 \begin_inset CommandInset label
18775 LatexCommand label
18776 name "subsec:書体寸法"
18777
18778 \end_inset
18779
18780
18781 \begin_inset Index idx
18782 status collapsed
18783
18784 \begin_layout Plain Layout
18785 しょたい@書体 ! すんぽう@寸法
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18795 \end_layout
18796
18797 \begin_layout Standard
18798
18799 \series bold
18800
18801 \backslash
18802 Huge
18803 \series default
18804
18805 \series bold
18806
18807 \backslash
18808 huge
18809 \series default
18810
18811 \series bold
18812
18813 \backslash
18814 LARGE
18815 \series default
18816
18817 \series bold
18818
18819 \backslash
18820 Large
18821 \series default
18822
18823 \series bold
18824
18825 \backslash
18826 large
18827 \series default
18828
18829 \series bold
18830
18831 \backslash
18832 normalsize
18833 \series default
18834
18835 \series bold
18836
18837 \backslash
18838 small
18839 \series default
18840 ,
18841 \begin_inset Newline newline
18842 \end_inset
18843
18844
18845 \series bold
18846
18847 \backslash
18848 footnotesize
18849 \series default
18850
18851 \series bold
18852
18853 \backslash
18854 scriptsize
18855 \series default
18856 、および
18857 \series bold
18858
18859 \backslash
18860 tiny
18861 \end_layout
18862
18863 \begin_layout Standard
18864 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18865 \series bold
18866
18867 \backslash
18868 normalsize
18869 \series default
18870 コマンドに設定されます。他のコマンドは、
18871 \series bold
18872
18873 \backslash
18874 normalsize
18875 \series default
18876 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18877 \begin_inset space \thinspace{}
18878 \end_inset
18879
18880 ptであるならば、
18881 \series bold
18882
18883 \backslash
18884 Huge
18885 \series default
18886 コマンドは
18887 \series bold
18888
18889 \backslash
18890 huge
18891 \series default
18892 コマンドと同じ大きさに落とされます。
18893 \end_layout
18894
18895 \begin_layout Standard
18896 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
18897 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
18898 モードで
18899 \series bold
18900
18901 \backslash
18902 normalsize
18903 \series default
18904 コマンドを挿入します。
18905 \end_layout
18906
18907 \begin_layout Standard
18908 数式内では、以下の寸法コマンドまたはツールバーボタン
18909 \begin_inset Info
18910 type  "icon"
18911 arg   "math-insert \\style"
18912 \end_inset
18913
18914 を使用して、寸法を変更することができます。
18915 \begin_inset Separator parbreak
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 \noindent
18923 \align center
18924 \begin_inset Tabular
18925 <lyxtabular version="3" rows="5" columns="2">
18926 <features tabularvalignment="middle">
18927 <column alignment="center" valignment="top">
18928 <column alignment="center" valignment="top">
18929 <row>
18930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 コマンド
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 出力
18944 \begin_inset Note Note
18945 status collapsed
18946
18947 \begin_layout Plain Layout
18948
18949 \series bold
18950
18951 \backslash
18952 raisebox
18953 \series default
18954  はスペーサーとして使用されているだけです。
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 </row>
18965 <row>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \backslash
18972 displaystyle
18973 \begin_inset Index idx
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977 こまんど@コマンド ! D ! 
18978 \backslash
18979 displaystyle
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 </row>
19002 <row>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \backslash
19009 textstyle
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 </row>
19027 <row>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \backslash
19034 scriptstyle
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 </row>
19052 <row>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \backslash
19059 scriptscriptstyle
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 </lyxtabular>
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Standard
19085 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19086 \end_layout
19087
19088 \begin_layout Standard
19089 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19090 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19091 \begin_inset VSpace -2mm
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \begin_layout Standard
19098 \begin_inset ERT
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102
19103
19104 \backslash
19105 huge 
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \begin_inset Formula 
19112 \[
19113 A=\frac{B}{c}\cdot\maltese
19114 \]
19115
19116 \end_inset
19117
19118
19119 \begin_inset Formula 
19120 \[
19121 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19122 \]
19123
19124 \end_inset
19125
19126
19127 \begin_inset ERT
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131
19132
19133 \backslash
19134 normalsize 
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Standard
19143 \begin_inset VSpace medskip
19144 \end_inset
19145
19146 二つの式の前には、
19147 \series bold
19148
19149 \backslash
19150 huge
19151 \series default
19152 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19153 \begin_inset Newline newline
19154 \end_inset
19155
19156
19157 \series bold
19158
19159 \backslash
19160 maltese
19161 \begin_inset space \textvisiblespace{}
19162 \end_inset
19163
19164 A Alt+M M 
19165 \backslash
19166 Large
19167 \begin_inset space \textvisiblespace{}
19168 \end_inset
19169
19170
19171 \backslash
19172 maltese
19173 \begin_inset space \textvisiblespace{}
19174 \end_inset
19175
19176
19177 \backslash
19178 textit
19179 \begin_inset space \textvisiblespace{}
19180 \end_inset
19181
19182 A
19183 \begin_inset Formula $\to$
19184 \end_inset
19185
19186
19187 \begin_inset Formula $\to$
19188 \end_inset
19189
19190
19191 \begin_inset Newline newline
19192 \end_inset
19193
19194
19195 \begin_inset space \hspace*{}
19196 \length 1cm
19197 \end_inset
19198
19199 Alt+M
19200 \series default
19201  
19202 \series bold
19203
19204 \backslash
19205 tiny
19206 \begin_inset space \textvisiblespace{}
19207 \end_inset
19208
19209
19210 \backslash
19211 maltese
19212 \begin_inset space \textvisiblespace{}
19213 \end_inset
19214
19215
19216 \backslash
19217 textit
19218 \begin_inset space \textvisiblespace{}
19219 \end_inset
19220
19221 A
19222 \begin_inset Newline newline
19223 \end_inset
19224
19225
19226 \series default
19227 のようになります。
19228 \end_layout
19229
19230 \begin_layout Standard
19231 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19232 \end_layout
19233
19234 \begin_layout Section
19235 ギリシャ文字
19236 \begin_inset Index idx
19237 status collapsed
19238
19239 \begin_layout Plain Layout
19240 ぎりしゃもじ@ギリシャ文字
19241 \end_layout
19242
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Standard
19249 すべてのギリシャ文字は、ツールバーボタンの
19250 \begin_inset Info
19251 type  "icon"
19252 arg   "math-insert \\alpha"
19253 \end_inset
19254
19255 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19256 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19257 \end_layout
19258
19259 \begin_layout Subsection
19260 小文字
19261 \begin_inset Index idx
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 \begin_inset space \hfill{}
19275 \end_inset
19276
19277
19278 \begin_inset Tabular
19279 <lyxtabular version="3" rows="11" columns="2">
19280 <features tabularvalignment="middle">
19281 <column alignment="center" valignment="top" width="0pt">
19282 <column alignment="center" valignment="top" width="0pt">
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 コマンド
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 出力
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 alpha
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\alpha$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \backslash
19335 beta
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset Formula $\beta$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \backslash
19360 gamma
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\gamma$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 delta
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\delta$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 epsilon
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\epsilon$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 varepsilon
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\varepsilon$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458
19459 \backslash
19460 zeta
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 \begin_inset Formula $\zeta$
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 </row>
19478 <row>
19479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483
19484 \backslash
19485 eta
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 \begin_inset Formula $\eta$
19495 \end_inset
19496
19497
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 </row>
19503 <row>
19504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508
19509 \backslash
19510 theta
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 \begin_inset Formula $\theta$
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 </row>
19528 <row>
19529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533
19534 \backslash
19535 vartheta
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Formula $\vartheta$
19545 \end_inset
19546
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 </row>
19553 </lyxtabular>
19554
19555 \end_inset
19556
19557
19558 \begin_inset space \hfill{}
19559 \end_inset
19560
19561
19562 \begin_inset Tabular
19563 <lyxtabular version="3" rows="12" columns="2">
19564 <features tabularvalignment="middle">
19565 <column alignment="center" valignment="top" width="0pt">
19566 <column alignment="center" valignment="top" width="0pt">
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 コマンド
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 出力
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 iota
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\iota$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \backslash
19619 kappa
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Formula $\kappa$
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \backslash
19644 varkappa
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\varkappa$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 <row>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667
19668 \backslash
19669 lambda
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 \begin_inset Formula $\lambda$
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 </row>
19687 <row>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \backslash
19694 mu
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $\mu$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 <row>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717
19718 \backslash
19719 nu
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 \begin_inset Formula $\nu$
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \backslash
19744 xi
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 \begin_inset Formula $\xi$
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 <row>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 o
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776 \begin_inset Formula $o$
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 </row>
19785 <row>
19786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790
19791 \backslash
19792 pi
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801 \begin_inset Formula $\pi$
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 </row>
19810 <row>
19811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815
19816 \backslash
19817 varpi
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 \begin_inset Formula $\varpi$
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 <row>
19836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840
19841 \backslash
19842 rho
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 \begin_inset Formula $\rho$
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 </lyxtabular>
19861
19862 \end_inset
19863
19864
19865 \begin_inset space \hfill{}
19866 \end_inset
19867
19868
19869 \begin_inset Tabular
19870 <lyxtabular version="3" rows="11" columns="2">
19871 <features tabularvalignment="middle">
19872 <column alignment="center" valignment="top" width="0pt">
19873 <column alignment="center" valignment="top" width="0pt">
19874 <row>
19875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 コマンド
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 出力
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 varrho
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\varrho$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 sigma
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\sigma$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 varsigma
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\varsigma$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 <row>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974
19975 \backslash
19976 tau
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 \begin_inset Formula $\tau$
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \backslash
20001 upsilon
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\upsilon$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 <row>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \backslash
20026 phi
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $\phi$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 </row>
20044 <row>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049
20050 \backslash
20051 varphi
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Formula $\varphi$
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \backslash
20076 chi
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\chi$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \backslash
20101 psi
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Formula $\psi$
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 <row>
20120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 omega
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\omega$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 </lyxtabular>
20145
20146 \end_inset
20147
20148
20149 \begin_inset space \hfill{}
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \begin_layout Standard
20156 \begin_inset VSpace medskip
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \begin_layout Standard
20163 アップライト体のギリシャ文字を作成する方法は、第
20164 \begin_inset CommandInset ref
20165 LatexCommand ref
20166 reference "subsec:アップライト体ギリシャ小文字"
20167
20168 \end_inset
20169
20170 節に説明されています。
20171 \end_layout
20172
20173 \begin_layout Subsection
20174 大文字
20175 \begin_inset Index idx
20176 status collapsed
20177
20178 \begin_layout Plain Layout
20179 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \begin_layout Standard
20188 \begin_inset space \hfill{}
20189 \end_inset
20190
20191
20192 \begin_inset Tabular
20193 <lyxtabular version="3" rows="7" columns="2">
20194 <features tabularvalignment="middle">
20195 <column alignment="center" valignment="top" width="0pt">
20196 <column alignment="center" valignment="top" width="0pt">
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \family roman
20204 \series medium
20205 \shape up
20206 \size normal
20207 \emph off
20208 \bar no
20209 \noun off
20210 \color none
20211 コマンド
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \family roman
20222 \series medium
20223 \shape up
20224 \size normal
20225 \emph off
20226 \bar no
20227 \noun off
20228 \color none
20229 出力
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 Gamma
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\Gamma$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 Delta
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\Delta$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \backslash
20292 Theta
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Formula $\Theta$
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \backslash
20317 Lambda
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 \begin_inset Formula $\Lambda$
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \backslash
20342 Xi
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 \begin_inset Formula $\Xi$
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 </row>
20360 <row>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \backslash
20367 Pi
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 \begin_inset Formula $\Pi$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 </lyxtabular>
20386
20387 \end_inset
20388
20389
20390 \begin_inset space \hfill{}
20391 \end_inset
20392
20393
20394 \begin_inset Tabular
20395 <lyxtabular version="3" rows="6" columns="2">
20396 <features tabularvalignment="middle">
20397 <column alignment="center" valignment="top" width="0pt">
20398 <column alignment="center" valignment="top" width="0pt">
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \family roman
20406 \series medium
20407 \shape up
20408 \size normal
20409 \emph off
20410 \bar no
20411 \noun off
20412 \color none
20413 コマンド
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422
20423 \family roman
20424 \series medium
20425 \shape up
20426 \size normal
20427 \emph off
20428 \bar no
20429 \noun off
20430 \color none
20431 出力
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row>
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442
20443 \backslash
20444 Sigma
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset Formula $\Sigma$
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \backslash
20469 Upsilon
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 \begin_inset Formula $\Upsilon$
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 Phi
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\Phi$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \backslash
20519 Psi
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Formula $\Psi$
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 </row>
20537 <row>
20538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542
20543 \backslash
20544 Omega
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Formula $\Omega$
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 </lyxtabular>
20563
20564 \end_inset
20565
20566
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Standard
20574 \begin_inset VSpace medskip
20575 \end_inset
20576
20577 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
20578 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20579 \series bold
20580 var
20581 \series default
20582 を付けてください。たとえば、
20583 \series bold
20584
20585 \backslash
20586 varGamma
20587 \series default
20588 コマンドは、
20589 \begin_inset Formula $\varGamma$
20590 \end_inset
20591
20592 を生成します。もう一つの方法は、パッケージ
20593 \series bold
20594 fixmath
20595 \series default
20596
20597 \begin_inset Foot
20598 status collapsed
20599
20600 \begin_layout Plain Layout
20601
20602 \series bold
20603 fixmath
20604 \series default
20605 は、\SpecialChar LaTeX
20606 パッケージ
20607 \series bold
20608 was
20609 \series default
20610
20611 \begin_inset Index idx
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 ぱっけーじ@パッケージ ! was
20616 \begin_inset ERT
20617 status collapsed
20618
20619 \begin_layout Plain Layout
20620
20621
20622 \backslash
20623 vspace{4mm}
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \end_inset
20632
20633 に含まれています。
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \begin_inset Index idx
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 ぱっけーじ@パッケージ ! fixmath
20644 \end_layout
20645
20646 \end_inset
20647
20648 を\SpecialChar LaTeX
20649 プリアンブル行に
20650 \end_layout
20651
20652 \begin_layout Standard
20653
20654 \series bold
20655
20656 \backslash
20657 usepackage{fixmath}
20658 \end_layout
20659
20660 \begin_layout Standard
20661 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20662 \end_layout
20663
20664 \begin_layout Subsection
20665 ボールド体
20666 \begin_inset Index idx
20667 status collapsed
20668
20669 \begin_layout Plain Layout
20670 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Standard
20679 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20680 \series bold
20681
20682 \backslash
20683 boldsymbol
20684 \series default
20685 コマンドのみです
20686 \begin_inset Index idx
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690 こまんど@コマンド ! B ! 
20691 \backslash
20692 boldsymbol
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \begin_inset Separator parbreak
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Standard
20705 \align center
20706 \begin_inset Tabular
20707 <lyxtabular version="3" rows="3" columns="2">
20708 <features tabularvalignment="middle">
20709 <column alignment="center" valignment="top">
20710 <column alignment="center" valignment="top">
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 コマンド
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 出力
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 Upsilon
20739 \backslash
20740 boldsymbol
20741 \backslash
20742 Upsilon
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 theta
20768 \backslash
20769 boldsymbol
20770 \backslash
20771 theta
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\theta\boldsymbol{\theta}$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 </lyxtabular>
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \begin_layout Section
20797 記号
20798 \begin_inset ERT
20799 status collapsed
20800
20801 \begin_layout Plain Layout
20802
20803
20804 \backslash
20805 texorpdfstring{
20806 \end_layout
20807
20808 \end_inset
20809
20810
20811 \begin_inset Foot
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815 各\SpecialChar LaTeX
20816 パッケージに含まれる全記号をほとんど網羅した一覧が、
20817 \begin_inset CommandInset citation
20818 LatexCommand cite
20819 key "Symbols"
20820
20821 \end_inset
20822
20823 にあります。
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \begin_inset ERT
20830 status collapsed
20831
20832 \begin_layout Plain Layout
20833
20834 }{}
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \begin_inset Note Note
20841 status collapsed
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20847 \end_layout
20848
20849 \begin_layout Plain Layout
20850
20851 \backslash
20852 texorpdfstringについての詳細は、第
20853 \begin_inset CommandInset ref
20854 LatexCommand ref
20855 reference "subsec:節見出し中の数式"
20856
20857 \end_inset
20858
20859 節にあります。
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \begin_inset Index idx
20866 status collapsed
20867
20868 \begin_layout Plain Layout
20869 きごう@記号
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \begin_layout Standard
20878 本節に掲げてある各記号の多くは、ツールバーボタンの
20879 \begin_inset Info
20880 type  "icon"
20881 arg   "math-insert \\nabla"
20882 \end_inset
20883
20884
20885 \begin_inset Info
20886 type  "icon"
20887 arg   "math-insert \\digamma"
20888 \end_inset
20889
20890 でも挿入することができます。
20891 \end_layout
20892
20893 \begin_layout Subsection
20894 数学記号
20895 \begin_inset CommandInset label
20896 LatexCommand label
20897 name "subsec:数学記号"
20898
20899 \end_inset
20900
20901
20902 \begin_inset Index idx
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 きごう@記号 ! すうがく@数学
20907 \end_layout
20908
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \begin_layout Standard
20915 \begin_inset space \hfill{}
20916 \end_inset
20917
20918
20919 \begin_inset Tabular
20920 <lyxtabular version="3" rows="10" columns="2">
20921 <features tabularvalignment="middle">
20922 <column alignment="center" valignment="top" width="0pt">
20923 <column alignment="center" valignment="top" width="0pt">
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 コマンド
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 出力
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 <row>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \backslash
20951 neg
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Formula $\neg$
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 <row>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \backslash
20976 Im
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985 \begin_inset Formula $\Im$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \backslash
21001 Re
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 \begin_inset Formula $\Re$
21011 \end_inset
21012
21013
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \backslash
21026 aleph
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 \begin_inset Formula $\aleph$
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 </row>
21044 <row>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049
21050 \backslash
21051 partial
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $\partial$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 infty
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\infty$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 wp
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\wp$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 imath
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\imath$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \backslash
21151 jmath
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\jmath$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 </lyxtabular>
21170
21171 \end_inset
21172
21173
21174 \begin_inset space \hfill{}
21175 \end_inset
21176
21177
21178 \begin_inset Tabular
21179 <lyxtabular version="3" rows="10" columns="2">
21180 <features tabularvalignment="middle">
21181 <column alignment="center" valignment="top" width="0pt">
21182 <column alignment="center" valignment="top" width="0pt">
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 コマンド
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 出力
21198 \begin_inset Note Note
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202 ここで
21203 \series bold
21204
21205 \backslash
21206 raisebox
21207 \series default
21208 はスペーサーとして使用しているだけです。
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \backslash
21226 forall
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $\forall$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 exists
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\exists$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 nexists
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\nexists$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 emptyset
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\emptyset$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 varnothing
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\varnothing$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 dag
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\dag$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 ddag
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\ddag$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 complement
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset ERT
21411 status collapsed
21412
21413 \begin_layout Plain Layout
21414
21415
21416 \backslash
21417 raisebox{-0.8mm}{
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \begin_inset Formula $\complement$
21424 \end_inset
21425
21426
21427 \begin_inset ERT
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431
21432 }
21433 \end_layout
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 Bbbk
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\Bbbk$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 </lyxtabular>
21469
21470 \end_inset
21471
21472
21473 \begin_inset space \hfill{}
21474 \end_inset
21475
21476
21477 \begin_inset Tabular
21478 <lyxtabular version="3" rows="10" columns="2">
21479 <features tabularvalignment="middle">
21480 <column alignment="center" valignment="top" width="0pt">
21481 <column alignment="center" valignment="top" width="0pt">
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 コマンド
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
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 prime
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 $\prime$
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 backprime
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 $\backprime$
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 mho
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 $\mho$
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 triangle
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 $\triangle$
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 angle
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 $\angle$
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" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 measuredangle
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\measuredangle$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 sphericalangle
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\sphericalangle$
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 top
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 $\top$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 bot
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\bot$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 </lyxtabular>
21728
21729 \end_inset
21730
21731
21732 \begin_inset space \hfill{}
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Subsection
21739 その他の記号
21740 \begin_inset CommandInset label
21741 LatexCommand label
21742 name "subsec:その他の記号"
21743
21744 \end_inset
21745
21746
21747 \begin_inset Index idx
21748 status collapsed
21749
21750 \begin_layout Plain Layout
21751 きごう@記号 ! そのた@その他
21752 \end_layout
21753
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \begin_layout Standard
21760 \noindent
21761 \align center
21762 \begin_inset Tabular
21763 <lyxtabular version="3" rows="10" columns="2">
21764 <features tabularvalignment="middle">
21765 <column alignment="center" valignment="top" width="0pt">
21766 <column alignment="center" valignment="top" width="0pt">
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \family roman
21774 \series medium
21775 \shape up
21776 \size normal
21777 \emph off
21778 \bar no
21779 \noun off
21780 \color none
21781 コマンド
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \family roman
21792 \series medium
21793 \shape up
21794 \size normal
21795 \emph off
21796 \bar no
21797 \noun off
21798 \color none
21799 出力
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 flat
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\flat$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 natural
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\natural$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 sharp
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\sharp$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 surd
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\surd$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 checkmark
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\checkmark$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 yen
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\yen$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 pounds
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\pounds$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 $
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\$$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 §
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\mathsection$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 </lyxtabular>
22027
22028 \end_inset
22029
22030
22031 \begin_inset Tabular
22032 <lyxtabular version="3" rows="10" columns="2">
22033 <features tabularvalignment="middle">
22034 <column alignment="center" valignment="top">
22035 <column alignment="center" valignment="top">
22036 <row>
22037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \family roman
22043 \series medium
22044 \shape up
22045 \size normal
22046 \emph off
22047 \bar no
22048 \noun off
22049 \color none
22050 コマンド
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \family roman
22061 \series medium
22062 \shape up
22063 \size normal
22064 \emph off
22065 \bar no
22066 \noun off
22067 \color none
22068 出力
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 hbar
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\hbar$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \backslash
22106 hslash
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $\hslash$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 <row>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \backslash
22131 clubsuit
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\clubsuit$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 <row>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \backslash
22156 spadesuit
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Formula $\spadesuit$
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \backslash
22181 bigstar
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\bigstar$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \backslash
22206 blacklozenge
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 \begin_inset Formula $\blacklozenge$
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 </row>
22224 <row>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229
22230 \backslash
22231 blacktriangle
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Formula $\blacktriangle$
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 </row>
22249 <row>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254
22255 \backslash
22256 blacktiangledown
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 \begin_inset Formula $\blacktriangledown$
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 </row>
22274 <row>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279
22280 \backslash
22281 bullet
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 \begin_inset Formula $\bullet$
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 </row>
22299 </lyxtabular>
22300
22301 \end_inset
22302
22303
22304 \begin_inset Tabular
22305 <lyxtabular version="3" rows="10" columns="2">
22306 <features tabularvalignment="middle">
22307 <column alignment="center" valignment="top" width="0pt">
22308 <column alignment="center" valignment="top" width="0pt">
22309 <row>
22310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \family roman
22316 \series medium
22317 \shape up
22318 \size normal
22319 \emph off
22320 \bar no
22321 \noun off
22322 \color none
22323 コマンド
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \family roman
22334 \series medium
22335 \shape up
22336 \size normal
22337 \emph off
22338 \bar no
22339 \noun off
22340 \color none
22341 出力
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \backslash
22354 diamondsuit
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\diamondsuit$
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 Diamond
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\Diamond$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 heartsuit
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\heartsuit$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 P
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\P$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 copyright
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\copyright$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 circledR
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\circledR$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \backslash
22504 maltese
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $\maltese$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \backslash
22529 diagup
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Formula $\diagup$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 <row>
22548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \backslash
22554 diagdown
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset Formula $\diagdown$
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 </lyxtabular>
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset VSpace medskip
22581 \end_inset
22582
22583 ここにある以上の記号が、第
22584 \begin_inset CommandInset ref
22585 LatexCommand ref
22586 reference "subsec:他の特殊文字"
22587
22588 \end_inset
22589
22590 節に挙げてあります。
22591 \end_layout
22592
22593 \begin_layout Standard
22594 寸法を変えて表示することのできる記号もあります。第
22595 \begin_inset CommandInset ref
22596 LatexCommand ref
22597 reference "subsec:書体寸法"
22598
22599 \end_inset
22600
22601 節をご参照下さい。
22602 \end_layout
22603
22604 \begin_layout Subsection
22605 ユーロ通貨記号
22606 \begin_inset Index idx
22607 status collapsed
22608
22609 \begin_layout Plain Layout
22610 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \begin_inset Index idx
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620 E@
22621 \begin_inset ERT
22622 status collapsed
22623
22624 \begin_layout Plain Layout
22625
22626
22627 \backslash
22628 officialeuro
22629 \end_layout
22630
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \begin_layout Standard
22642 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
22643 パッケージ
22644 \series bold
22645 eurosym
22646 \series default
22647
22648 \begin_inset Index idx
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652 ぱっけーじ@パッケージ ! eurosym
22653 \end_layout
22654
22655 \end_inset
22656
22657 が導入されていて、以下のような\SpecialChar LaTeX
22658 プリアンブル行によって読み込まれていなくてはなりません。
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 usepackage[gennarrow]{eurosym}
22667 \end_layout
22668
22669 \begin_layout Standard
22670 すると、ユーロ通貨記号を
22671 \series bold
22672
22673 \backslash
22674 euro
22675 \series default
22676
22677 \begin_inset Index idx
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 こまんど@コマンド ! E ! 
22682 \backslash
22683 euro
22684 \end_layout
22685
22686 \end_inset
22687
22688 コマンドで挿入することができるようになります。
22689 \end_layout
22690
22691 \begin_layout Standard
22692 数式テキストには、
22693 \series bold
22694 eurosym
22695 \series default
22696 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22697 \series bold
22698 eurosym
22699 \series default
22700 が導入されていれば、
22701 \series bold
22702
22703 \backslash
22704 euro
22705 \series default
22706 は\SpecialChar TeX
22707 モードでも挿入することができます。また、正式な通貨記号を
22708 \series bold
22709
22710 \backslash
22711 officialeuro
22712 \series default
22713
22714 \begin_inset Index idx
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718 こまんど@コマンド ! O ! 
22719 \backslash
22720 officialeuro
22721 \end_layout
22722
22723 \end_inset
22724
22725 コマンド(これは\SpecialChar TeX
22726 モードでのみ使用することができます)で挿入することができます。
22727 \end_layout
22728
22729 \begin_layout Standard
22730 \begin_inset ERT
22731 status collapsed
22732
22733 \begin_layout Plain Layout
22734
22735
22736 \backslash
22737 ifeurosym 
22738 \end_layout
22739
22740 \end_inset
22741
22742
22743 \begin_inset Note Note
22744 status open
22745
22746 \begin_layout Plain Layout
22747 以下の表は、\SpecialChar LaTeX
22748 パッケージ
22749 \series bold
22750 eurosym
22751 \series default
22752 が導入済みのときのみ表示されます。
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761 以下は、各ユーロ通貨記号のまとめです。
22762 \begin_inset Separator parbreak
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \align center
22770 \begin_inset Tabular
22771 <lyxtabular version="3" rows="4" columns="3">
22772 <features tabularvalignment="middle">
22773 <column alignment="center" valignment="top" width="0pt">
22774 <column alignment="center" valignment="top" width="0pt">
22775 <column alignment="center" valignment="top" width="0pt">
22776 <row>
22777 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 コマンド
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 出力
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 </row>
22805 <row>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 数式
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 euro
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\euro$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 数式テキスト
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 (ユーロ記号)
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 (ユーロ記号)
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \SpecialChar TeX
22874 モード
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \backslash
22885 officialeuro
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 \begin_inset ERT
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898
22899
22900 \backslash
22901 officialeuro
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 </row>
22912 </lyxtabular>
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Standard
22920 \begin_inset ERT
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924
22925
22926 \backslash
22927 else 
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \begin_inset Note Note
22934 status open
22935
22936 \begin_layout Plain Layout
22937 以下は、\SpecialChar LaTeX
22938 パッケージ
22939 \series bold
22940 eurosym
22941 \series default
22942 が導入されていないときのみ表示されます。
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 本節の残りを出力としてみるためには、\SpecialChar LaTeX
22952 パッケージ
22953 \series bold
22954 eurosym
22955 \series default
22956 を導入する必要があります。
22957 \end_layout
22958
22959 \begin_layout Standard
22960 \begin_inset ERT
22961 status collapsed
22962
22963 \begin_layout Plain Layout
22964
22965
22966 \backslash
22967 fi 
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Section
22976 関係子
22977 \begin_inset CommandInset label
22978 LatexCommand label
22979 name "sec:関係子"
22980
22981 \end_inset
22982
22983
22984 \begin_inset Index idx
22985 status collapsed
22986
22987 \begin_layout Plain Layout
22988 かんけいし@関係子
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \begin_inset Index idx
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998 ひかくし@比較子
22999 \begin_inset ERT
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003
23004 |see{
23005 \end_layout
23006
23007 \end_inset
23008
23009 関係子
23010 \begin_inset ERT
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014
23015 }
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Standard
23029 関係子はすべて、ツールバーボタンの
23030 \begin_inset Info
23031 type  "icon"
23032 arg   "math-insert \\leq"
23033 \end_inset
23034
23035 でも挿入することができます。
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset space \hfill{}
23040 \end_inset
23041
23042
23043 \begin_inset Tabular
23044 <lyxtabular version="3" rows="17" columns="2">
23045 <features tabularvalignment="middle">
23046 <column alignment="center" valignment="top" width="0pt">
23047 <column alignment="center" valignment="top" width="0pt">
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 コマンド
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 出力
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $<$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $<$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 le
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\le$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \backslash
23126 ll
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Formula $\ll$
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \backslash
23151 prec
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 \begin_inset Formula $\prec$
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 </row>
23169 <row>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174
23175 \backslash
23176 preceq
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset Formula $\preceq$
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \backslash
23201 subset
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\subset$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \backslash
23226 subseteq
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Formula $\subseteq$
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \backslash
23251 sqsubseteq
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Formula $\sqsubseteq$
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 in
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Formula $\in$
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \backslash
23301 vdash
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\vdash$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 smile
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset Formula $\smile$
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 </row>
23344 <row>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349
23350 \backslash
23351 lhd
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 \begin_inset Formula $\lhd$
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 </row>
23369 <row>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374
23375 \backslash
23376 unlhd
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 \begin_inset Formula $\unlhd$
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 </row>
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399
23400 \backslash
23401 gtrless
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $\gtrless$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \backslash
23426 mid
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Formula $\mid$
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \backslash
23451 nmid
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset Formula $\nmid$
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 </lyxtabular>
23470
23471 \end_inset
23472
23473
23474 \begin_inset space \hfill{}
23475 \end_inset
23476
23477
23478 \begin_inset Tabular
23479 <lyxtabular version="3" rows="17" columns="2">
23480 <features tabularvalignment="middle">
23481 <column alignment="center" valignment="top" width="0pt">
23482 <column alignment="center" valignment="top" width="0pt">
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 コマンド
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 出力
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 =
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $=$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 not=
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\not=$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \backslash
23558 equiv
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Formula $\equiv$
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 <row>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \backslash
23583 sim
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 \begin_inset Formula $\sim$
23593 \end_inset
23594
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 </row>
23601 <row>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \backslash
23608 simeq
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $\simeq$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \backslash
23633 approx
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 \begin_inset Formula $\approx$
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \backslash
23658 cong
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 \begin_inset Formula $\cong$
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 </row>
23676 <row>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \backslash
23683 bowtie
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Formula $\bowtie$
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706
23707 \backslash
23708 notin
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 \begin_inset Formula $\notin$
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 </row>
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \backslash
23733 perp
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Formula $\perp$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \backslash
23758 propto
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 \begin_inset Formula $\propto$
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 <row>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \backslash
23783 asymp
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 \begin_inset Formula $\asymp$
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 </row>
23801 <row>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806
23807 \backslash
23808 doteq
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 \begin_inset Formula $\doteq$
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 </row>
23826 <row>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831
23832 \backslash
23833 circeq
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 \begin_inset Formula $\circeq$
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 </row>
23851 <row>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \backslash
23858 models
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 \begin_inset Formula $\models$
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 </row>
23876 <row>
23877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881
23882 \backslash
23883 widehat=
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 \begin_inset Formula $\widehat{=}$
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 </row>
23901 </lyxtabular>
23902
23903 \end_inset
23904
23905
23906 \begin_inset space \hfill{}
23907 \end_inset
23908
23909
23910 \begin_inset Tabular
23911 <lyxtabular version="3" rows="17" columns="2">
23912 <features tabularvalignment="middle">
23913 <column alignment="center" valignment="top" width="0pt">
23914 <column alignment="center" valignment="top" width="0pt">
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \family roman
23922 \series medium
23923 \shape up
23924 \size normal
23925 \emph off
23926 \bar no
23927 \noun off
23928 \color none
23929 コマンド
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \family roman
23940 \series medium
23941 \shape up
23942 \size normal
23943 \emph off
23944 \bar no
23945 \noun off
23946 \color none
23947 出力
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $>$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 \begin_inset Formula $>$
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 </row>
23979 <row>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984
23985 \backslash
23986 ge
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 \begin_inset Formula $\ge$
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 </row>
24004 <row>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009
24010 \backslash
24011 gg
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 \begin_inset Formula $\gg$
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 </row>
24029 <row>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \backslash
24036 succ
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 \begin_inset Formula $\succ$
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 </row>
24054 <row>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059
24060 \backslash
24061 succeq
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 \begin_inset Formula $\succeq$
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 </row>
24079 <row>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084
24085 \backslash
24086 supset
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 \begin_inset Formula $\supset$
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 </row>
24104 <row>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109
24110 \backslash
24111 supseteq
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120 \begin_inset Formula $\supseteq$
24121 \end_inset
24122
24123
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 </row>
24129 <row>
24130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134
24135 \backslash
24136 sqsupseteq
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145 \begin_inset Formula $\sqsupseteq$
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 </row>
24154 <row>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159
24160 \backslash
24161 ni
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 \begin_inset Formula $\ni$
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 </row>
24179 <row>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \backslash
24186 dashv
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset Formula $\dashv$
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 <row>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \backslash
24211 frown
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 \begin_inset Formula $\frown$
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 </row>
24229 <row>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 rhd
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 \begin_inset Formula $\rhd$
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 </row>
24254 <row>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 unrhd
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 \begin_inset Formula $\unrhd$
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284
24285 \backslash
24286 lessgtr
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $\lessgtr$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 parallel
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $\parallel$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 nparallel
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Formula $\nparallel$
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 </lyxtabular>
24355
24356 \end_inset
24357
24358
24359 \begin_inset space \hfill{}
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \begin_layout Standard
24366 \begin_inset VSpace medskip
24367 \end_inset
24368
24369
24370 \series bold
24371
24372 \backslash
24373 lhd
24374 \series default
24375
24376 \series bold
24377
24378 \backslash
24379 rhd
24380 \series default
24381 の文字は、同じように見える演算子
24382 \series bold
24383
24384 \backslash
24385 triangleleft
24386 \series default
24387 および
24388 \series bold
24389
24390 \backslash
24391 triangleright
24392 \series default
24393 よりも大きくなっています。
24394 \end_layout
24395
24396 \begin_layout Standard
24397 \SpecialChar LyX
24398 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24399 \begin_inset Info
24400 type  "icon"
24401 arg   "math-insert \\leqq"
24402 \end_inset
24403
24404 をご覧ください。
24405 \end_layout
24406
24407 \begin_layout Standard
24408 関係子は、記号とは違って、つねに前後に余白が置かれます。
24409 \end_layout
24410
24411 \begin_layout Standard
24412
24413 \series bold
24414
24415 \backslash
24416 stackrel
24417 \series default
24418
24419 \begin_inset Index idx
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423 こまんど@コマンド ! S ! 
24424 \backslash
24425 stackrel
24426 \end_layout
24427
24428 \end_inset
24429
24430 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24431 \begin_inset Separator parbreak
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \align center
24439 \begin_inset Tabular
24440 <lyxtabular version="3" rows="2" columns="2">
24441 <features tabularvalignment="middle">
24442 <column alignment="center" valignment="top">
24443 <column alignment="center" valignment="top">
24444 <row>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 コマンド
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458 出力
24459 \begin_inset Note Note
24460 status collapsed
24461
24462 \begin_layout Plain Layout
24463 ここで
24464 \series bold
24465
24466 \backslash
24467 raisebox
24468 \series default
24469 はスペーサーとして使用しているだけです。
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 A(r)
24486 \backslash
24487 stackrel
24488 \begin_inset space \textvisiblespace{}
24489 \end_inset
24490
24491 r
24492 \backslash
24493 to
24494 \backslash
24495 infty
24496 \begin_inset space \textvisiblespace{}
24497 \end_inset
24498
24499
24500 \begin_inset Formula $\downarrow$
24501 \end_inset
24502
24503
24504 \backslash
24505 approx
24506 \begin_inset space \textvisiblespace{}
24507 \end_inset
24508
24509
24510 \begin_inset space \textvisiblespace{}
24511 \end_inset
24512
24513 B
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 </row>
24531 </lyxtabular>
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \begin_layout Section
24539 関数
24540 \end_layout
24541
24542 \begin_layout Subsection
24543 定義済み関数
24544 \begin_inset CommandInset label
24545 LatexCommand label
24546 name "subsec:定義済み函数"
24547
24548 \end_inset
24549
24550
24551 \begin_inset Index idx
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 かんすう@関数 ! ていぎずみ@定義済み
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 一般的に、数式表現では変数は
24565 \shape italic
24566 イタリック体
24567 \shape default
24568 に設定されますが、関数名はイタリック体にしません。なぜなら、
24569 \begin_inset Formula $sin$
24570 \end_inset
24571
24572
24573 \begin_inset Formula $s\cdot i\cdot n$
24574 \end_inset
24575
24576 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24577 ックスラッシュを加えたコマンドとして挿入します。
24578 \begin_inset Separator parbreak
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \begin_layout Standard
24585 \align center
24586 \begin_inset Tabular
24587 <lyxtabular version="3" rows="2" columns="4">
24588 <features tabularvalignment="middle">
24589 <column alignment="center" valignment="top" width="0pt">
24590 <column alignment="center" valignment="top" width="0pt">
24591 <column alignment="center" valignment="top" width="0pt">
24592 <column alignment="center" valignment="top" width="0pt">
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598 コマンド
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 出力
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 コマンド
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 出力
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 </row>
24631 <row>
24632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636 Asin(x)+B
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 \begin_inset Formula $Asin(x)+B$
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 A
24658 \backslash
24659 sin(x)+B
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 \begin_inset Formula $A\sin(x)+B$
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 </row>
24677 </lyxtabular>
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 以下の関数が定義済みです。
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \begin_inset VSpace -2mm
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \begin_layout Standard
24696 \align center
24697 \begin_inset Tabular
24698 <lyxtabular version="3" rows="9" columns="4">
24699 <features tabularvalignment="middle">
24700 <column alignment="center" valignment="top" width="0pt">
24701 <column alignment="center" valignment="top" width="0pt">
24702 <column alignment="center" valignment="top" width="0pt">
24703 <column alignment="center" valignment="top" width="0pt">
24704 <row>
24705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 コマンド
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 コマンド
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 コマンド
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 コマンド
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 </row>
24742 <row>
24743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 sin
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 sinh
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 arcsin
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 sup
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 </row>
24788 <row>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 cos
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 cosh
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 arccos
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 inf
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 </row>
24834 <row>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \backslash
24841 tan
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 tanh
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861
24862 \backslash
24863 arctan
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \backslash
24874 lim
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 <row>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 cot
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 coth
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \backslash
24909 arg
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 liminf
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 </row>
24926 <row>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 sec
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 min
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 deg
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \backslash
24966 limsup
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 csc
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988
24989 \backslash
24990 max
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999
25000 \backslash
25001 det
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 Pr
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 </row>
25018 <row>
25019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \backslash
25025 ln
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034
25035 \backslash
25036 exp
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045
25046 \backslash
25047 dim
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \backslash
25058 hom
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 </row>
25064 <row>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 lg
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \backslash
25082 log
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \backslash
25093 ker
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 gcd
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 </row>
25110 </lyxtabular>
25111
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118 上記は、数式ツールバーボタンの
25119 \begin_inset Info
25120 type  "icon"
25121 arg   "math-insert \\functions"
25122 \end_inset
25123
25124 でも挿入することができます。
25125 \end_layout
25126
25127 \begin_layout Subsection
25128 自己定義関数
25129 \begin_inset Index idx
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 かんすう@関数 ! じこていぎ@自己定義
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Standard
25142 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25143 \end_layout
25144
25145 \begin_layout Itemize
25146 以下の行を\SpecialChar LaTeX
25147 プリアンブルに加えることによって関数を定義します。
25148 \begin_inset Foot
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152
25153 \series bold
25154
25155 \backslash
25156 DeclareMathOperator
25157 \series default
25158 についての詳細は、第
25159 \begin_inset CommandInset ref
25160 LatexCommand ref
25161 reference "subsec:自己定義演算子"
25162
25163 \end_inset
25164
25165 節をご参照下さい。
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \begin_inset VSpace -3mm
25176 \end_inset
25177
25178
25179 \begin_inset Newline newline
25180 \end_inset
25181
25182
25183 \series bold
25184
25185 \backslash
25186 DeclareMathOperator{
25187 \backslash
25188 sgn}{sgn}
25189 \series default
25190
25191 \begin_inset Index idx
25192 status collapsed
25193
25194 \begin_layout Plain Layout
25195 こまんど@コマンド ! D ! 
25196 \backslash
25197 dbinom@
25198 \backslash
25199 DeclareMathOperator
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \begin_inset Newline newline
25206 \end_inset
25207
25208
25209 \begin_inset VSpace -2mm
25210 \end_inset
25211
25212
25213 \begin_inset Newline newline
25214 \end_inset
25215
25216 これによって、新しく定義された関数を
25217 \series bold
25218
25219 \backslash
25220 sgn
25221 \series default
25222 コマンドで呼び出すことができるようになります。
25223 \end_layout
25224
25225 \begin_layout Itemize
25226 数式を普通に書き下し、関数名を選択して(上記の例では
25227 \emph on
25228 sgn
25229 \emph default
25230 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25231 \end_layout
25232
25233 \begin_layout Standard
25234 双方とも定義済み関数と同等の出力をもたらします
25235 \begin_inset Foot
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 \SpecialChar LyX
25240 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \begin_inset Separator parbreak
25247 \end_inset
25248
25249
25250 \end_layout
25251
25252 \begin_layout Standard
25253 \align center
25254 \begin_inset Tabular
25255 <lyxtabular version="3" rows="3" columns="2">
25256 <features tabularvalignment="middle">
25257 <column alignment="center" valignment="top" width="0pt">
25258 <column alignment="center" valignment="top" width="0pt">
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264 コマンド
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273 出力
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 </row>
25279 <row>
25280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284 A
25285 \backslash
25286 sgn(x)+B
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295 \begin_inset Formula $A\sgn(x)+B$
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 </row>
25304 <row>
25305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309 A
25310 \backslash
25311 ,
25312 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25313 \end_inset
25314
25315 (x)+B
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 </row>
25333 </lyxtabular>
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25342 \end_layout
25343
25344 \begin_layout Subsection
25345 極限
25346 \begin_inset Index idx
25347 status collapsed
25348
25349 \begin_layout Plain Layout
25350 きょくげん@極限
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Standard
25359 極限用には、
25360 \series bold
25361
25362 \backslash
25363 lim
25364 \series default
25365
25366 \begin_inset Index idx
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 こまんど@コマンド ! L ! 
25371 \backslash
25372 lim
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \series bold
25379
25380 \backslash
25381 liminf
25382 \series default
25383
25384 \series bold
25385
25386 \backslash
25387 limsup
25388 \series default
25389 の他に、以下の関数があります。
25390 \begin_inset Separator parbreak
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 \align center
25398 \begin_inset Tabular
25399 <lyxtabular version="3" rows="5" columns="2">
25400 <features tabularvalignment="middle">
25401 <column alignment="center" valignment="top">
25402 <column alignment="center" valignment="top">
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 コマンド
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 出力
25418 \begin_inset Note Note
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422 ここで
25423 \series bold
25424
25425 \backslash
25426 raisebox
25427 \series default
25428 はスペーサーとして使用しているだけです。
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 </row>
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444
25445 \backslash
25446 varliminf
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 \begin_inset Formula $\varliminf$
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 </row>
25464 <row>
25465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469
25470 \backslash
25471 varlimsup
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Formula $\varlimsup$
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 varprojlim
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $\varprojlim$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 <row>
25515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519
25520 \backslash
25521 varinjlim
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Formula $\varinjlim$
25531 \end_inset
25532
25533
25534 \begin_inset Formula $\raisebox{-2.5mm}{}$
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 </row>
25543 </lyxtabular>
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 \begin_inset VSpace medskip
25552 \end_inset
25553
25554 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25555 \end_layout
25556
25557 \begin_layout Standard
25558 \align center
25559 \begin_inset Tabular
25560 <lyxtabular version="3" rows="2" columns="2">
25561 <features tabularvalignment="middle">
25562 <column alignment="center" valignment="top" width="0pt">
25563 <column alignment="center" valignment="top" width="0pt">
25564 <row>
25565 <cell alignment="center" valignment="top" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 コマンド
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 \begin_inset space \hspace{}
25579 \length 1cm
25580 \end_inset
25581
25582 出力
25583 \begin_inset Note Note
25584 status collapsed
25585
25586 \begin_layout Plain Layout
25587 ここで
25588 \series bold
25589
25590 \backslash
25591 raisebox
25592 \series default
25593 はスペーサーとして使用しているだけです。
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="center" valignment="top" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609
25610 \backslash
25611 lim_x
25612 \backslash
25613 to
25614 \begin_inset space \textvisiblespace{}
25615 \end_inset
25616
25617 A
25618 \begin_inset space \textvisiblespace{}
25619 \end_inset
25620
25621 x=B
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 </lyxtabular>
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25648 \begin_inset Formula 
25649 \[
25650 \lim_{x\to A}x=B
25651 \]
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \begin_layout Standard
25659 \begin_inset VSpace medskip
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 極限の組版を調整する仕方については、第
25667 \begin_inset CommandInset ref
25668 LatexCommand ref
25669 reference "subsec:演算子の範囲"
25670
25671 \end_inset
25672
25673 節をご覧ください。
25674 \end_layout
25675
25676 \begin_layout Subsection
25677 剰余関数
25678 \begin_inset Index idx
25679 status collapsed
25680
25681 \begin_layout Plain Layout
25682 かんすう@関数 ! じょうよ@剰余
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \begin_inset Index idx
25689 status collapsed
25690
25691 \begin_layout Plain Layout
25692 かんすう@関数 ! もじゅらす@モジュラス
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697
25698 |see{
25699 \end_layout
25700
25701 \end_inset
25702
25703 剰余
25704 \begin_inset ERT
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708
25709 }
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 剰余関数は、特別に4つの派生型があります。
25724 \end_layout
25725
25726 \begin_layout Standard
25727 以下は、別行立て数式での派生型です。
25728 \begin_inset Formula 
25729 \begin{align*}
25730 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25731 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25732 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25733 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25734 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25735 \end{align*}
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Standard
25743 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25744 のように文字を\SpecialChar TeX
25745 括弧で囲みます。
25746 \begin_inset Formula 
25747 \begin{align*}
25748 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25749 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25750 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25751 \end{align*}
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Section
25759 特殊文字
25760 \begin_inset Index idx
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764 とくしゅもじ@特殊文字
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
25774 \backslash
25775 を付けなくてはなりません。
25776 \begin_inset Separator parbreak
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783 \noindent
25784 \align center
25785 \begin_inset Tabular
25786 <lyxtabular version="3" rows="3" columns="2">
25787 <features tabularvalignment="middle">
25788 <column alignment="block" valignment="top">
25789 <column alignment="block" valignment="top">
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 コマンド
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804 出力
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 </row>
25810 <row>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815
25816 \backslash
25817 ^
25818 \begin_inset space \textvisiblespace{}
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830 \begin_inset Formula $\mathcircumflex$
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 </row>
25839 <row>
25840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844
25845 \backslash
25846 _
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 \begin_inset Formula $\_$
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 </lyxtabular>
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \begin_layout Subsection
25872 数式テキストにおける特殊文字
25873 \end_layout
25874
25875 \begin_layout Standard
25876 以下の各コマンドは、数式テキストか\SpecialChar TeX
25877 モード中でのみ使用することができます。
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset space \hfill{}
25882 \end_inset
25883
25884
25885 \begin_inset Tabular
25886 <lyxtabular version="3" rows="8" columns="2">
25887 <features tabularvalignment="middle">
25888 <column alignment="block" valignment="top">
25889 <column alignment="block" valignment="top">
25890 <row>
25891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895 コマンド
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 出力
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 oe
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset Formula $\textrm{œ}$
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 </row>
25935 <row>
25936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940
25941 \backslash
25942 OE
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951 \begin_inset Formula $\textrm{Œ}$
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 </row>
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965
25966 \backslash
25967 ae
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Plain Layout
25976 \begin_inset Formula $\textrm{æ}$
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 </row>
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990
25991 \backslash
25992 AE
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Formula $\textrm{Æ}$
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 </row>
26010 <row>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015
26016 \backslash
26017 aa
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $\textrm{\aa}$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 AA
26043 \begin_inset Index idx
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047 A@
26048 \begin_inset ERT
26049 status collapsed
26050
26051 \begin_layout Plain Layout
26052
26053
26054 \backslash
26055 textrm{
26056 \backslash
26057 AA}
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Plain Layout
26076 \begin_inset Formula $\textrm{Å}$
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 <row>
26086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \backslash
26092 i
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 \begin_inset Formula $\textrm{ı}$
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 </lyxtabular>
26111
26112 \end_inset
26113
26114
26115 \begin_inset space \hfill{}
26116 \end_inset
26117
26118
26119 \begin_inset Tabular
26120 <lyxtabular version="3" rows="8" columns="2">
26121 <features tabularvalignment="middle">
26122 <column alignment="block" valignment="top">
26123 <column alignment="center" valignment="top">
26124 <row>
26125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 コマンド
26130 \begin_inset Note Note
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134 0
26135 \begin_inset space \thinspace{}
26136 \end_inset
26137
26138 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 出力
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 o
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Formula $\textrm{ø}$
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 O
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $\textrm{Ø}$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 <row>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213
26214 \backslash
26215 l
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Formula $\textrm{ł}$
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 </row>
26233 <row>
26234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238
26239 \backslash
26240 L
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 \begin_inset Formula $\textrm{Ł}$
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 <row>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 !
26264 \begin_inset space \hspace{}
26265 \length 0mm
26266 \end_inset
26267
26268 `
26269 \begin_inset space \textvisiblespace{}
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset Formula $\textrm{!`}$
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 </row>
26290 <row>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 ?
26296 \begin_inset space \hspace{}
26297 \length 0mm
26298 \end_inset
26299
26300 `
26301 \begin_inset space \textvisiblespace{}
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313 \begin_inset Formula $\textrm{?`}$
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 </row>
26322 <row>
26323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327
26328 \backslash
26329 j
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 \begin_inset Formula $\textrm{ȷ}$
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 </row>
26347 </lyxtabular>
26348
26349 \end_inset
26350
26351
26352 \begin_inset space \hfill{}
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \begin_layout Standard
26359 \begin_inset Formula $\textrm{\textrm{Å}}$
26360 \end_inset
26361
26362
26363 \begin_inset Formula $\textrm{\textrm{Ø}}$
26364 \end_inset
26365
26366 の各文字は、数式ツールバーボタンの
26367 \begin_inset Info
26368 type  "icon"
26369 arg   "math-insert \\digamma"
26370 \end_inset
26371
26372 からも挿入することができます。
26373 \end_layout
26374
26375 \begin_layout Standard
26376 例外は、
26377 \series bold
26378 !
26379 \begin_inset space \hspace{}
26380 \length 0mm
26381 \end_inset
26382
26383 `
26384 \series default
26385
26386 \series bold
26387 ?
26388 \begin_inset space \hspace{}
26389 \length 0mm
26390 \end_inset
26391
26392 `
26393 \series default
26394 の各コマンドで、これらは直接\SpecialChar LyX
26395 中の本文に入れることができます。
26396 \end_layout
26397
26398 \begin_layout Subsection
26399 文章中のアクセント
26400 \begin_inset CommandInset label
26401 LatexCommand label
26402 name "subsec:文章中のアクセント"
26403
26404 \end_inset
26405
26406
26407 \begin_inset Index idx
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26421 モードで入れなくてはなりません。
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset space \hfill{}
26426 \end_inset
26427
26428
26429 \begin_inset Tabular
26430 <lyxtabular version="3" rows="8" columns="2">
26431 <features tabularvalignment="middle">
26432 <column alignment="block" valignment="top">
26433 <column alignment="block" valignment="top">
26434 <row>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 コマンド
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 出力
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459
26460 \backslash
26461
26462 \begin_inset Quotes grd
26463 \end_inset
26464
26465 e
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset ERT
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479
26480 \backslash
26481 "e
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 </row>
26492 <row>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497
26498 \backslash
26499 `e
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513
26514 \backslash
26515 `e
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 <row>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531
26532 \backslash
26533 ^
26534 \begin_inset space \textvisiblespace{}
26535 \end_inset
26536
26537 e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 ^e
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 <row>
26565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569
26570 \backslash
26571 =e
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 =e
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 </row>
26598 <row>
26599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Plain Layout
26603
26604 \backslash
26605 u
26606 \begin_inset space \textvisiblespace{}
26607 \end_inset
26608
26609 e
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 u e
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 </row>
26636 <row>
26637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641
26642 \backslash
26643 b
26644 \begin_inset space \textvisiblespace{}
26645 \end_inset
26646
26647 e
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset ERT
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661
26662 \backslash
26663 b e
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 <row>
26675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \backslash
26681 t
26682 \begin_inset space \textvisiblespace{}
26683 \end_inset
26684
26685 ee
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 t ee
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 </lyxtabular>
26713
26714 \end_inset
26715
26716
26717 \begin_inset space \hfill{}
26718 \end_inset
26719
26720
26721 \begin_inset Tabular
26722 <lyxtabular version="3" rows="8" columns="2">
26723 <features tabularvalignment="middle">
26724 <column alignment="block" valignment="top">
26725 <column alignment="center" valignment="top">
26726 <row>
26727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731 コマンド
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 出力
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 <row>
26747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751
26752 \backslash
26753 H
26754 \begin_inset space \textvisiblespace{}
26755 \end_inset
26756
26757 e
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766 \begin_inset ERT
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 H e
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 </row>
26784 <row>
26785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789
26790 \backslash
26791 'e
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset ERT
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804
26805
26806 \backslash
26807 'e
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 <row>
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823
26824 \backslash
26825 ~e
26826 \begin_inset Index idx
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 ちるだ@チルダ
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 ~e
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 <row>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \backslash
26869 .e
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 .e
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 v
26904 \begin_inset space \textvisiblespace{}
26905 \end_inset
26906
26907 e
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 v e
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939
26940 \backslash
26941 d
26942 \begin_inset space \textvisiblespace{}
26943 \end_inset
26944
26945 e
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 d e
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 <row>
26973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26974 \begin_inset Text
26975
26976 \begin_layout Plain Layout
26977
26978 \backslash
26979 c
26980 \begin_inset space \textvisiblespace{}
26981 \end_inset
26982
26983 e
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset ERT
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997
26998 \backslash
26999 c e
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 </lyxtabular>
27011
27012 \end_inset
27013
27014
27015 \begin_inset space \hfill{}
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Standard
27022 \begin_inset VSpace medskip
27023 \end_inset
27024
27025
27026 \series bold
27027
27028 \backslash
27029 t
27030 \series default
27031 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27032 \series bold
27033
27034 \backslash
27035 t
27036 \begin_inset space \textvisiblespace{}
27037 \end_inset
27038
27039 sz
27040 \series default
27041 は、
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 t sz
27050 \end_layout
27051
27052 \end_inset
27053
27054 となります。
27055 \end_layout
27056
27057 \begin_layout Standard
27058
27059 \series bold
27060 `
27061 \series default
27062  ・
27063 \series bold
27064  '
27065 \series default
27066  ・ 
27067 \series bold
27068 ^
27069 \series default
27070  の各アクセントは、\SpecialChar TeX
27071 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27072 \begin_inset Foot
27073 status collapsed
27074
27075 \begin_layout Plain Layout
27076 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \series bold
27083 ~
27084 \series default
27085 を、
27086 \emph on
27087 a
27088 \emph default
27089
27090 \emph on
27091 n
27092 \emph default
27093
27094 \emph on
27095 o
27096 \emph default
27097 といっしょに使うときも同様です。
27098 \end_layout
27099
27100 \begin_layout Standard
27101
27102 \series bold
27103
27104 \backslash
27105 b
27106 \series default
27107
27108 \series bold
27109
27110 \backslash
27111 c
27112 \series default
27113
27114 \series bold
27115
27116 \backslash
27117 d
27118 \series default
27119
27120 \series bold
27121
27122 \backslash
27123 H
27124 \series default
27125
27126 \series bold
27127
27128 \backslash
27129 t
27130 \series default
27131
27132 \series bold
27133
27134 \backslash
27135 u
27136 \series default
27137
27138 \series bold
27139
27140 \backslash
27141 v
27142 \series default
27143 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27144 。第
27145 \begin_inset CommandInset ref
27146 LatexCommand ref
27147 reference "subsec:一文字に付けるアクセント"
27148
27149 \end_inset
27150
27151 節をご参照下さい。
27152 \end_layout
27153
27154 \begin_layout Standard
27155 \begin_inset VSpace bigskip
27156 \end_inset
27157
27158 さらに、
27159 \series bold
27160
27161 \backslash
27162 textcircled
27163 \series default
27164
27165 \begin_inset Index idx
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 こまんど@コマンド ! T ! 
27170 \backslash
27171 textcircled
27172 \end_layout
27173
27174 \end_inset
27175
27176 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
27177 \end_layout
27178
27179 \begin_layout Standard
27180 \align center
27181 \begin_inset Tabular
27182 <lyxtabular version="3" rows="3" columns="2">
27183 <features tabularvalignment="middle">
27184 <column alignment="center" valignment="top">
27185 <column alignment="center" valignment="top">
27186 <row>
27187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 コマンド
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Plain Layout
27200 出力
27201 \begin_inset Note Note
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 ここで
27206 \series bold
27207
27208 \backslash
27209 raisebox
27210 \series default
27211 はスペーサーとして使用しているだけです。
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 </row>
27222 <row>
27223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Plain Layout
27227
27228 \backslash
27229 textcircled{w}
27230 \end_layout
27231
27232 \end_inset
27233 </cell>
27234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27235 \begin_inset Text
27236
27237 \begin_layout Plain Layout
27238 \begin_inset ERT
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242
27243
27244 \backslash
27245 textcircled{w}
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 </row>
27256 <row>
27257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261
27262 \backslash
27263 Large 
27264 \backslash
27265 textcircled{
27266 \backslash
27267 normalsize
27268 \backslash
27269 protect
27270 \backslash
27271 raisebox{-1.5pt}{W}}
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280 \begin_inset Formula $\raisebox{4.5mm}{}$
27281 \end_inset
27282
27283
27284 \begin_inset ERT
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288
27289
27290 \backslash
27291 Large 
27292 \backslash
27293 textcircled{
27294 \backslash
27295 normalsize
27296 \backslash
27297 protect
27298 \backslash
27299 raisebox{-1.5pt}W}
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \begin_inset Formula $\raisebox{-2mm}{}$
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 </row>
27314 </lyxtabular>
27315
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \begin_layout Standard
27322 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27323 \series bold
27324
27325 \backslash
27326 Large
27327 \series default
27328
27329 \begin_inset Foot
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333
27334 \begin_inset CommandInset ref
27335 LatexCommand ref
27336 reference "subsec:書体寸法"
27337
27338 \end_inset
27339
27340 節参照のこと。
27341 \end_layout
27342
27343 \end_inset
27344
27345 で丸の大きさを指定しています。そして
27346 \series bold
27347
27348 \backslash
27349 raisebox
27350 \series default
27351
27352 \begin_inset Foot
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357 \begin_inset CommandInset ref
27358 LatexCommand ref
27359 reference "subsec:枠なしボックス"
27360
27361 \end_inset
27362
27363 節参照のこと。
27364 \end_layout
27365
27366 \end_inset
27367
27368 を使って、文字が真ん中にくるようにしています。
27369 \end_layout
27370
27371 \begin_layout Subsection
27372 古式数字
27373 \begin_inset Index idx
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 こしきすうじ@古式数字
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 古式数字は、
27387 \series bold
27388
27389 \backslash
27390 oldstylenums
27391 \series default
27392
27393 \begin_inset Index idx
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 こまんど@コマンド ! O ! 
27398 \backslash
27399 oldstylenums
27400 \end_layout
27401
27402 \end_inset
27403
27404 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27405 モード中でも使うことができます。コマンド書式は、
27406 \end_layout
27407
27408 \begin_layout Standard
27409
27410 \series bold
27411
27412 \backslash
27413 oldstylenums{数字}
27414 \end_layout
27415
27416 \begin_layout Standard
27417 です。
27418 \series bold
27419
27420 \backslash
27421 oldstylenums{0123456789}
27422 \series default
27423 というコマンドは、
27424 \begin_inset Formula $\oldstylenums{0123456789}$
27425 \end_inset
27426
27427 のようになります。
27428 \end_layout
27429
27430 \begin_layout Section
27431 数式様式
27432 \begin_inset CommandInset label
27433 LatexCommand label
27434 name "sec:数式様式"
27435
27436 \end_inset
27437
27438
27439 \begin_inset Index idx
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 すうしき@数式 ! ようしき@様式
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Itemize
27452 以下の二つの配置様式があります。
27453 \begin_inset Separator parbreak
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_deeper
27460 \begin_layout Description
27461 中央揃え 事前に定義された標準です。
27462 \end_layout
27463
27464 \begin_layout Description
27465 行頭下げ これを使うには、
27466 \family sans
27467 文書\SpecialChar menuseparator
27468 設定
27469 \family default
27470 メニューの
27471 \family sans
27472 文書クラス
27473 \family default
27474 において、
27475 \series bold
27476 fleqn
27477 \series default
27478 オプションを指定しておかなくてはなりません。
27479 \end_layout
27480
27481 \begin_layout Standard
27482
27483 \series bold
27484 行頭下げ
27485 \series default
27486 を用いる場合には、行頭下げの大きさを
27487 \series bold
27488
27489 \backslash
27490 mathindent
27491 \series default
27492
27493 \begin_inset Index idx
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 こまんど@コマンド ! M ! 
27498 \backslash
27499 mathindent
27500 \end_layout
27501
27502 \end_inset
27503
27504 の値で調整することができます。これを15
27505 \begin_inset space \thinspace{}
27506 \end_inset
27507
27508 mmにするには、\SpecialChar LaTeX
27509 プリアンブルに以下のコマンドを入れておきます。
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 setlength{
27518 \backslash
27519 mathindent}{15mm}
27520 \end_layout
27521
27522 \begin_layout Standard
27523
27524 \series bold
27525
27526 \backslash
27527 mathindent
27528 \series default
27529 を明示的に指定しない場合には、事前に定義されている30
27530 \begin_inset space \thinspace{}
27531 \end_inset
27532
27533 ptが適用されます。
27534 \end_layout
27535
27536 \end_deeper
27537 \begin_layout Itemize
27538 また、以下の二つの連番様式があります。
27539 \begin_inset Separator parbreak
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_deeper
27546 \begin_layout Description
27547 右 事前に定義された標準です。
27548 \end_layout
27549
27550 \begin_layout Description
27551 左 これを使うには、
27552 \family sans
27553 文書\SpecialChar menuseparator
27554 設定
27555 \family default
27556 メニューの
27557 \family sans
27558 文書クラス
27559 \family default
27560 において、
27561 \series bold
27562 leqno
27563 \series default
27564 オプションを指定しておかなくてはなりません。
27565 \end_layout
27566
27567 \end_deeper
27568 \begin_layout Standard
27569
27570 \series bold
27571 fleqn
27572 \series default
27573
27574 \series bold
27575 leqno
27576 \series default
27577 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27578 \end_layout
27579
27580 \begin_layout Standard
27581 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27582 \series bold
27583 中央揃え
27584 \series default
27585 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27586 \begin_inset CommandInset ref
27587 LatexCommand ref
27588 reference "subsec:flalign環境"
27589
27590 \end_inset
27591
27592 節をご覧下さい。
27593 \end_layout
27594
27595 \begin_layout Section
27596 多行数式
27597 \begin_inset CommandInset label
27598 LatexCommand label
27599 name "sec:多行数式"
27600
27601 \end_inset
27602
27603
27604 \begin_inset Index idx
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608 すうしき@数式 ! たぎょう@多行
27609 \begin_inset space \thinspace{}
27610 \end_inset
27611
27612 ——
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Subsection
27621 概要
27622 \end_layout
27623
27624 \begin_layout Standard
27625 \SpecialChar LyX
27626 では、多行数式は、数式中で
27627 \begin_inset Info
27628 type  "shortcut"
27629 arg   "newline-insert newline"
27630 \end_inset
27631
27632 を押すことで作られます。この操作によって、第
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "subsec:eqnarray環境"
27636
27637 \end_inset
27638
27639 節に述べられている
27640 \series bold
27641 eqnarray環境
27642 \series default
27643 が作り出されるか、あるいは文書設定で
27644 \family sans
27645 AMS mathパッケージを使う
27646 \family default
27647 オプションが選択されている場合には、第
27648 \begin_inset CommandInset ref
27649 LatexCommand ref
27650 reference "subsec:標準align環境"
27651
27652 \end_inset
27653
27654 節に述べられている
27655 \series bold
27656 align環境
27657 \series default
27658 が作り出されることになります。
27659 \end_layout
27660
27661 \begin_layout Standard
27662 他にも、
27663 \family sans
27664 挿入\SpecialChar menuseparator
27665 数式
27666 \family default
27667 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27668 \end_layout
27669
27670 \begin_layout Standard
27671 すべての多行数式において、新規行は、
27672 \begin_inset Info
27673 type  "shortcut"
27674 arg   "newline-insert newline"
27675 \end_inset
27676
27677 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27678 \begin_inset Info
27679 type  "icon"
27680 arg   "inset-modify tabular append-row"
27681 \end_inset
27682
27683
27684 \begin_inset Info
27685 type  "icon"
27686 arg   "inset-modify tabular delete-row"
27687 \end_inset
27688
27689 を使うか、
27690 \family sans
27691 編集\SpecialChar menuseparator
27692 行と列
27693 \family default
27694 メニューを使うことができます。
27695 \end_layout
27696
27697 \begin_layout Subsubsection
27698 行間
27699 \begin_inset CommandInset label
27700 LatexCommand label
27701 name "subsec:行間"
27702
27703 \end_inset
27704
27705
27706 \begin_inset Index idx
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 すうしき@数式 ! たぎょう@多行
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 —— ! ぎょうかん@行間
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27724 \begin_inset Formula 
27725 \begin{eqnarray*}
27726 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}\\
27727 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
27728 \end{eqnarray*}
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \SpecialChar LaTeX
27737 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
27738 には実装されていない
27739 \begin_inset Foot
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743 \begin_inset CommandInset href
27744 LatexCommand href
27745 name "LyX-bug #1505"
27746 target "http://www.lyx.org/trac/ticket/1505"
27747
27748 \end_inset
27749
27750 を参照。
27751 \end_layout
27752
27753 \end_inset
27754
27755 ので、数式全体を\SpecialChar TeX
27756 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27757 \series bold
27758
27759 \backslash
27760
27761 \backslash
27762 [3mm]
27763 \series default
27764 というコマンドを入れます。すると、次のようになります。
27765 \begin_inset ERT
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769
27770
27771 \backslash
27772 begin{eqnarray*}
27773 \end_layout
27774
27775 \begin_layout Plain Layout
27776
27777 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27778  = & 
27779 \backslash
27780 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27781 \backslash
27782
27783 \backslash
27784 [3mm]
27785 \end_layout
27786
27787 \begin_layout Plain Layout
27788
27789 4x^{2}
27790 \backslash
27791 left(B^{2}+x_{0}^{2}
27792 \backslash
27793 right)+4x_{0}x
27794 \backslash
27795 left(D-B^{2}
27796 \backslash
27797 right)+B^{2}
27798 \backslash
27799 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27800 \backslash
27801 right) & = & 0
27802 \end_layout
27803
27804 \begin_layout Plain Layout
27805
27806
27807 \backslash
27808 end{eqnarray*}
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 \begin_inset VSpace bigskip
27818 \end_inset
27819
27820 同一数式内のすべての行の行間を一律に指定するには、
27821 \series bold
27822
27823 \backslash
27824 jot
27825 \series default
27826
27827 \begin_inset Index idx
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831 こまんど@コマンド ! J ! 
27832 \backslash
27833 jot
27834 \end_layout
27835
27836 \end_inset
27837
27838 変数を変更します。定義は、
27839 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27840 \end_inset
27841
27842 となっています。
27843 \series bold
27844
27845 \backslash
27846 jot
27847 \series default
27848 の既定値は、3
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 ptです。上記の例のように、行間を3
27853 \begin_inset space \thinspace{}
27854 \end_inset
27855
27856 mm追加するには、
27857 \end_layout
27858
27859 \begin_layout Standard
27860
27861 \series bold
27862
27863 \backslash
27864 setlength{
27865 \backslash
27866 jot}{3mm+3pt}
27867 \end_layout
27868
27869 \begin_layout Standard
27870 というコマンドを、数式直前に\SpecialChar TeX
27871 モードで入れておきます。これを行うには、\SpecialChar LaTeX
27872 プリアンブルに
27873 \end_layout
27874
27875 \begin_layout Standard
27876
27877 \series bold
27878
27879 \backslash
27880 usepackage{calc}
27881 \end_layout
27882
27883 \begin_layout Standard
27884 という行を入れて、\SpecialChar LaTeX
27885 パッケージ
27886 \series bold
27887 calc
27888 \series default
27889
27890 \begin_inset Foot
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895 \series bold
27896 calc
27897 \series default
27898 は標準的な\SpecialChar LaTeX
27899 頒布版のすべてに付属しています。
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \begin_inset Index idx
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909 ぱっけーじ@パッケージ ! calc
27910 \end_layout
27911
27912 \end_inset
27913
27914  を読み込んでおく必要があります。すると、
27915 \begin_inset ERT
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919
27920
27921 \backslash
27922 setlength{
27923 \backslash
27924 jot}{3mm+3pt}
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \begin_inset Formula 
27931 \begin{eqnarray*}
27932 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}\\
27933 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
27934 \end{eqnarray*}
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Standard
27942 \begin_inset ERT
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946
27947
27948 \backslash
27949 setlength{
27950 \backslash
27951 jot}{3pt}
27952 \end_layout
27953
27954 \end_inset
27955
27956 のような結果を得ます。行間を既定値に戻すには、
27957 \series bold
27958
27959 \backslash
27960 jot
27961 \series default
27962 をふたたび3
27963 \begin_inset space \thinspace{}
27964 \end_inset
27965
27966 ptに戻します。
27967 \end_layout
27968
27969 \begin_layout Subsubsection
27970 列間
27971 \begin_inset CommandInset label
27972 LatexCommand label
27973 name "subsec:列間"
27974
27975 \end_inset
27976
27977
27978 \begin_inset Index idx
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 すうしき@数式 ! たぎょう@多行
27983 \begin_inset space \thinspace{}
27984 \end_inset
27985
27986 —— ! れつかん@列間
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27996
27997 \end_layout
27998
27999 \begin_layout Standard
28000 列間は、
28001 \series bold
28002
28003 \backslash
28004 arraycolsep
28005 \series default
28006
28007 \begin_inset Index idx
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 こまんど@コマンド ! A ! 
28012 \backslash
28013 arraycolsep
28014 \end_layout
28015
28016 \end_inset
28017
28018 変数を使って指定し、
28019 \begin_inset Newline newline
28020 \end_inset
28021
28022 列間 = 2
28023 \begin_inset space \thinspace{}
28024 \end_inset
28025
28026
28027 \series bold
28028
28029 \backslash
28030 arraycolsep
28031 \series default
28032
28033 \begin_inset Newline newline
28034 \end_inset
28035
28036 という関係があります。したがって、
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \series bold
28042
28043 \backslash
28044 setlength{
28045 \backslash
28046 arraycolsep}{1cm}
28047 \end_layout
28048
28049 \begin_layout Standard
28050 というコマンドを\SpecialChar TeX
28051 モードで入れると、ここから後のすべての数式の列間が2
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055 cmになります。これを既定値に戻すには、
28056 \series bold
28057
28058 \backslash
28059 arraycolsep
28060 \series default
28061 を5
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 ptに戻して下さい。
28066 \end_layout
28067
28068 \begin_layout Standard
28069 以下は、2
28070 \begin_inset space \thinspace{}
28071 \end_inset
28072
28073 cmの列間を持つ数式です。
28074 \begin_inset ERT
28075 status collapsed
28076
28077 \begin_layout Plain Layout
28078
28079
28080 \backslash
28081 setlength{
28082 \backslash
28083 arraycolsep}{1cm}
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \begin_inset Formula 
28090 \begin{eqnarray*}
28091 A & = & B\\
28092 C & \ne & A
28093 \end{eqnarray*}
28094
28095 \end_inset
28096
28097 行列の既定の列間10
28098 \begin_inset space \thinspace{}
28099 \end_inset
28100
28101 ptを持つ数式です。
28102 \begin_inset ERT
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106
28107
28108 \backslash
28109 setlength{
28110 \backslash
28111 arraycolsep}{5pt}
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \begin_inset Formula 
28118 \begin{eqnarray*}
28119 A & = & B\\
28120 C & \ne & A
28121 \end{eqnarray*}
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Subsubsection
28129 長い数式
28130 \begin_inset Index idx
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 すうしき@数式 ! ながい@長い
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Standard
28143 長い数式は、以下の方法を使って組版することができます。
28144 \end_layout
28145
28146 \begin_layout Itemize
28147 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28148 \begin_inset Formula 
28149 \begin{eqnarray}
28150 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 \\
28151  &  & -\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}
28152 \end{eqnarray}
28153
28154 \end_inset
28155
28156 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28157 示されません。これを避けるために、マイナス記号の後に
28158 \series bold
28159
28160 \backslash
28161 hspace
28162 \series default
28163 .
28164 \begin_inset Foot
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169 \series bold
28170
28171 \backslash
28172 hspace
28173 \series default
28174 に関しての詳細は、第
28175 \begin_inset CommandInset ref
28176 LatexCommand ref
28177 reference "subsec:可変長の空白"
28178
28179 \end_inset
28180
28181 節をご覧下さい。
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \begin_inset Index idx
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 こまんど@コマンド ! H ! 
28192 \backslash
28193 hspace
28194 \end_layout
28195
28196 \end_inset
28197
28198 コマンドを使って3
28199 \begin_inset space \thinspace{}
28200 \end_inset
28201
28202 pt空白を入れてあります。
28203 \end_layout
28204
28205 \begin_layout Itemize
28206 数式の両辺がともに長すぎるときには、
28207 \series bold
28208
28209 \backslash
28210 lefteqn
28211 \series default
28212
28213 \begin_inset Index idx
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 こまんど@コマンド ! L ! 
28218 \backslash
28219 lefteqn
28220 \end_layout
28221
28222 \end_inset
28223
28224 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28225 \begin_inset Formula 
28226 \begin{eqnarray}
28227 \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 \\
28228  &  & -\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 \\
28229  &  & =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}
28230 \end{eqnarray}
28231
28232 \end_inset
28233
28234
28235 \series bold
28236
28237 \backslash
28238 lefteqn
28239 \series default
28240 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28241 \begin_inset Newline newline
28242 \end_inset
28243
28244 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28245 \begin_inset VSpace medskip
28246 \end_inset
28247
28248
28249 \begin_inset Newline newline
28250 \end_inset
28251
28252
28253 \begin_inset Note Greyedout
28254 status open
28255
28256 \begin_layout Plain Layout
28257
28258 \series bold
28259
28260 \backslash
28261 lefteqn
28262 \series default
28263 を使用する際には、以下のことにご注意下さい。
28264 \end_layout
28265
28266 \begin_layout Itemize
28267 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28268 \begin_inset Formula $-B^{2}$
28269 \end_inset
28270
28271 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28272 \end_layout
28273
28274 \begin_layout Itemize
28275 \SpecialChar LyX
28276 のバグによって、最初の行にマウスでカーソルを入れることはできません
28277 \begin_inset Foot
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 \begin_inset CommandInset href
28282 LatexCommand href
28283 name "LyX-bug #1429"
28284 target "http://www.lyx.org/trac/ticket/1429"
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \end_inset
28292
28293 。カーソルを行頭に合わせて、矢印
28294 \begin_inset Flex Ruby
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299 \begin_inset Argument post:1
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 キー
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \end_inset
28312
28313 で移動するしかありません。
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Itemize
28322 長い数式を組む他の方法として、第
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "subsec:multline環境"
28326
28327 \end_inset
28328
28329 節と第
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "subsec:数式の一部の多行化"
28333
28334 \end_inset
28335
28336 節で述べられている環境を用いる方法があります。
28337 \end_layout
28338
28339 \begin_layout Subsubsection
28340 多行にわたる分数
28341 \begin_inset CommandInset label
28342 LatexCommand label
28343 name "subsec:多行にわたる分数"
28344
28345 \end_inset
28346
28347
28348 \begin_inset Index idx
28349 status open
28350
28351 \begin_layout Plain Layout
28352 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28362 \series bold
28363
28364 \backslash
28365 splitfrac
28366 \series default
28367 コマンド
28368 \begin_inset Index idx
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 こまんど@コマンド ! S ! 
28373 \backslash
28374 splitfrac
28375 \end_layout
28376
28377 \end_inset
28378
28379 を使うことができます。これを有効化するには、文書設定の
28380 \family sans
28381 数式オプション
28382 \family default
28383 で、
28384 \series bold
28385 mathtools
28386 \series default
28387 パッケージ
28388 \begin_inset Index idx
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 ぱっけーじ@パッケージ ! mathtools
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \family sans
28399 常に読み込み
28400 \family default
28401 オプションを指定してください。
28402 \series bold
28403
28404 \backslash
28405 splitfrac
28406 \series default
28407 のスキームは
28408 \end_layout
28409
28410 \begin_layout Standard
28411
28412 \series bold
28413
28414 \backslash
28415 splitfrac{1行目}{2行目}
28416 \end_layout
28417
28418 \begin_layout Standard
28419 となっており、分母にも分子にも使うことができます。
28420 \end_layout
28421
28422 \begin_layout Standard
28423 \begin_inset Formula 
28424 \[
28425 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}
28426 \]
28427
28428 \end_inset
28429
28430 上記の最初の分子に使われているコマンドは、
28431 \end_layout
28432
28433 \begin_layout Standard
28434
28435 \series bold
28436
28437 \backslash
28438 splitfrac{xy+xy+xy+xy+xy
28439 \begin_inset space \textvisiblespace{}
28440 \end_inset
28441
28442
28443 \backslash
28444 {+wy+wy+wy+wy
28445 \end_layout
28446
28447 \begin_layout Standard
28448 です。
28449 \end_layout
28450
28451 \begin_layout Subsubsection
28452 多行にわたる括弧
28453 \begin_inset CommandInset label
28454 LatexCommand label
28455 name "subsec:多行にわたる括弧"
28456
28457 \end_inset
28458
28459
28460 \begin_inset Index idx
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28474 \begin_inset Formula 
28475 \begin{eqnarray*}
28476 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28477  &  & \left.\cdots+B-D\right]
28478 \end{eqnarray*}
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28487 \end_layout
28488
28489 \begin_layout Standard
28490 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28491 \series bold
28492
28493 \backslash
28494 right.
28495 \series default
28496
28497 \begin_inset Index idx
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 こまんど@コマンド ! R ! 
28502 \backslash
28503 right
28504 \end_layout
28505
28506 \end_inset
28507
28508 とし、二行めの始めを
28509 \series bold
28510
28511 \backslash
28512 left.
28513 \begin_inset Foot
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517
28518 \series bold
28519
28520 \backslash
28521 left
28522 \series default
28523
28524 \series bold
28525
28526 \backslash
28527 right
28528 \series default
28529 に関する詳細は、第
28530 \begin_inset CommandInset ref
28531 LatexCommand ref
28532 reference "subsec:自動の括弧丈"
28533
28534 \end_inset
28535
28536 節をご覧下さい。
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \series default
28543
28544 \begin_inset Index idx
28545 status collapsed
28546
28547 \begin_layout Plain Layout
28548 こまんど@コマンド ! L ! 
28549 \backslash
28550 left
28551 \end_layout
28552
28553 \end_inset
28554
28555 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28556 \series bold
28557
28558 \backslash
28559 left.
28560 \series default
28561 の後に、
28562 \series bold
28563
28564 \backslash
28565 vphantom
28566 \series default
28567
28568 \begin_inset space \textvisiblespace{}
28569 \end_inset
28570
28571
28572 \series bold
28573
28574 \backslash
28575 prod
28576 \series default
28577 ^
28578 \begin_inset space \textvisiblespace{}
28579 \end_inset
28580
28581
28582 \series bold
28583
28584 \backslash
28585 infty
28586 \series default
28587
28588 \begin_inset space \textvisiblespace{}
28589 \end_inset
28590
28591
28592 \series bold
28593
28594 \begin_inset Formula $\downarrow$
28595 \end_inset
28596
28597 _R=1}
28598 \series default
28599
28600 \begin_inset Index idx
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 こまんど@コマンド ! V ! 
28605 \backslash
28606 vphantom
28607 \end_layout
28608
28609 \end_inset
28610
28611 というコマンドを挿入します。
28612 \end_layout
28613
28614 \begin_layout Standard
28615 その結果が以下の数式です。
28616 \begin_inset Formula 
28617 \begin{eqnarray*}
28618 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28619  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28620 \end{eqnarray*}
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \begin_layout Subsection
28628 align環境
28629 \end_layout
28630
28631 \begin_layout Standard
28632 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28633 \end_layout
28634
28635 \begin_layout Standard
28636 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28637 \end_layout
28638
28639 \begin_layout Standard
28640 align環境は、
28641 \family sans
28642 挿入\SpecialChar menuseparator
28643 数式
28644 \family default
28645 メニューから作ることができます。
28646 \family sans
28647 編集\SpecialChar menuseparator
28648 数式\SpecialChar menuseparator
28649 数式の表記を変更
28650 \family default
28651 メニューを使えば、既存の数式をalign環境に変更することができます。
28652 \end_layout
28653
28654 \begin_layout Standard
28655 列を追加したり削除したりするには、数式ツールバーボタンの
28656 \begin_inset Info
28657 type  "icon"
28658 arg   "inset-modify tabular append-column"
28659 \end_inset
28660
28661
28662 \begin_inset Info
28663 type  "icon"
28664 arg   "inset-modify tabular delete-column"
28665 \end_inset
28666
28667 を使うか、
28668 \family sans
28669 編集\SpecialChar menuseparator
28670 行と列
28671 \family default
28672 メニューを使います。
28673 \end_layout
28674
28675 \begin_layout Subsubsection
28676 標準align環境
28677 \begin_inset CommandInset label
28678 LatexCommand label
28679 name "subsec:標準align環境"
28680
28681 \end_inset
28682
28683
28684 \begin_inset Index idx
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 すうしき@数式 ! たぎょう@多行
28689 \begin_inset space \thinspace{}
28690 \end_inset
28691
28692 —— ! alignかんきょう@align環境
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 このalign環境は、数式中で
28702 \begin_inset Info
28703 type  "shortcut"
28704 arg   "newline-insert newline"
28705 \end_inset
28706
28707 を押すか、
28708 \family sans
28709 挿入\SpecialChar menuseparator
28710 数式\SpecialChar menuseparator
28711 AMS align環境
28712 \family default
28713 メニューで作ることができます。
28714 \end_layout
28715
28716 \begin_layout Standard
28717 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28718 \begin_inset Formula 
28719 \begin{align*}
28720 A & =\sin(B) & C & =D\\
28721 C & \ne A & B & \ne D
28722 \end{align*}
28723
28724 \end_inset
28725
28726 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28727 \series bold
28728
28729 \backslash
28730 hfill
28731 \begin_inset Foot
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735
28736 \series bold
28737
28738 \backslash
28739 hfill
28740 \series default
28741 に関する詳細は、第
28742 \begin_inset CommandInset ref
28743 LatexCommand ref
28744 reference "subsec:可変長の空白"
28745
28746 \end_inset
28747
28748 節をご覧下さい。
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \series default
28755 があるかのように配置されます。数式様式として
28756 \series bold
28757 行頭下げ
28758 \begin_inset Foot
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763 \series bold
28764 数式様式については、第
28765 \series default
28766
28767 \begin_inset CommandInset ref
28768 LatexCommand ref
28769 reference "sec:数式様式"
28770
28771 \end_inset
28772
28773 節をご覧下さい。
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \series default
28780 を使う場合には、第一列の前の
28781 \series bold
28782
28783 \backslash
28784 hfill
28785 \series default
28786 はない形で数式が設定されます。
28787 \end_layout
28788
28789 \begin_layout Subsubsection
28790 alignat環境
28791 \begin_inset Index idx
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 すうしき@数式 ! たぎょう@多行
28796 \begin_inset space \thinspace{}
28797 \end_inset
28798
28799 —— ! alignatかんきょう@alignat環境
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Standard
28808 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28809 \begin_inset CommandInset ref
28810 LatexCommand ref
28811 reference "subsec:空白"
28812
28813 \end_inset
28814
28815 節に述べられている空白を使用して手動で入れます。
28816 \end_layout
28817
28818 \begin_layout Standard
28819 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28820 \begin_inset space \thinspace{}
28821 \end_inset
28822
28823 cmの空白を入れたものです。
28824 \begin_inset Formula 
28825 \begin{alignat*}{2}
28826 A & =\sin(B) & \hspace{1cm}C & =D\\
28827 C & \ne A & B & \ne D
28828 \end{alignat*}
28829
28830 \end_inset
28831
28832 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28833 \end_layout
28834
28835 \begin_layout Subsubsection
28836 flalign環境
28837 \begin_inset CommandInset label
28838 LatexCommand label
28839 name "subsec:flalign環境"
28840
28841 \end_inset
28842
28843
28844 \begin_inset Index idx
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 すうしき@数式 ! たぎょう@多行
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 —— ! flalignかんきょう@flalign環境
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28862 \begin_inset Formula 
28863 \begin{flalign*}
28864 A & =1 & B & =2 & C & =3\\
28865 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28866 \end{flalign*}
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Standard
28874 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
28875 括弧を入れておくと、数式様式として
28876 \series bold
28877 中央揃え
28878 \series default
28879 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28880 \begin_inset CommandInset ref
28881 LatexCommand eqref
28882 reference "eq:VolInt"
28883
28884 \end_inset
28885
28886 式を行頭下げにしたものです。
28887 \begin_inset Formula 
28888 \begin{flalign}
28889 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28890 \end{flalign}
28891
28892 \end_inset
28893
28894 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28895 \begin_inset space \thinspace{}
28896 \end_inset
28897
28898 ptの空白が第1列の頭に入れてあります。
28899 \end_layout
28900
28901 \begin_layout Subsection
28902 eqnarray環境
28903 \begin_inset CommandInset label
28904 LatexCommand label
28905 name "subsec:eqnarray環境"
28906
28907 \end_inset
28908
28909
28910 \begin_inset Index idx
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 すうしき@数式 ! たぎょう@多行
28915 \begin_inset space \thinspace{}
28916 \end_inset
28917
28918 —— ! eqnarrayかんきょう@eqnarray環境
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28928 いるので、その内容は中央揃えで少し小さく設定されます。
28929 \begin_inset Formula 
28930 \begin{eqnarray*}
28931 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28932 AB & AB & AB\\
28933 A & = & A
28934 \end{eqnarray*}
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Subsection
28942 gather環境
28943 \begin_inset Index idx
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947 すうしき@数式 ! たぎょう@多行
28948 \begin_inset space \thinspace{}
28949 \end_inset
28950
28951 —— ! gatherかんきょう@gather環境
28952 \end_layout
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Standard
28960 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28961 \begin_inset Formula 
28962 \begin{gather}
28963 A=1\\
28964 X=\textrm{-}1
28965 \end{gather}
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Subsection
28973 multline環境
28974 \begin_inset CommandInset label
28975 LatexCommand label
28976 name "subsec:multline環境"
28977
28978 \end_inset
28979
28980
28981 \begin_inset Index idx
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 すうしき@数式 ! たぎょう@多行
28986 \begin_inset space \thinspace{}
28987 \end_inset
28988
28989 —— ! multlineかんきょう@multpline環境
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28999 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29000 \begin_inset CommandInset ref
29001 LatexCommand eqref
29002 reference "eq:lefteqn"
29003
29004 \end_inset
29005
29006 式をmultline環境に置いたものを示します。
29007 \begin_inset Formula 
29008 \begin{multline}
29009 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}\\
29010 -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}\\
29011 =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}}
29012 \end{multline}
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29021 \begin_inset Foot
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 付番様式については、第
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sec:数式様式"
29029
29030 \end_inset
29031
29032 節を参照。
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041
29042 \series bold
29043
29044 \backslash
29045 shoveright
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 こまんど@コマンド ! S ! 
29051 \backslash
29052 shoveright
29053 \end_layout
29054
29055 \end_inset
29056
29057 コマンドや
29058 \backslash
29059 shoveleft
29060 \begin_inset Index idx
29061 status collapsed
29062
29063 \begin_layout Plain Layout
29064 こまんど@コマンド ! S ! 
29065 \backslash
29066 shoveleft
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \series default
29073 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29074 \end_layout
29075
29076 \begin_layout Standard
29077
29078 \series bold
29079
29080 \backslash
29081 shoveright{行の内容}
29082 \series default
29083 あるいは
29084 \series bold
29085
29086 \backslash
29087 shoveleft{行の内容}
29088 \end_layout
29089
29090 \begin_layout Standard
29091 \begin_inset VSpace medskip
29092 \end_inset
29093
29094
29095 \series bold
29096
29097 \backslash
29098 multlinegap
29099 \begin_inset Index idx
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 こまんど@コマンド ! M ! 
29104 \backslash
29105 multlinegap
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \series default
29112 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29113 \begin_inset space \thinspace{}
29114 \end_inset
29115
29116 ptの長さです。
29117 \end_layout
29118
29119 \begin_layout Standard
29120 以下は、上記の数式に
29121 \end_layout
29122
29123 \begin_layout Standard
29124
29125 \series bold
29126
29127 \backslash
29128 setlength{
29129 \backslash
29130 multlinegap}{2cm}
29131 \end_layout
29132
29133 \begin_layout Standard
29134 というコマンドを、\SpecialChar TeX
29135 モードで直前に挿入した例です。
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141
29142 \backslash
29143 setlength{
29144 \backslash
29145 multlinegap}{2cm}
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \begin_inset Formula 
29152 \begin{multline}
29153 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}\\
29154 \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}}\\
29155 =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}}
29156 \end{multline}
29157
29158 \end_inset
29159
29160
29161 \begin_inset ERT
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165
29166
29167 \backslash
29168 setlength{
29169 \backslash
29170 multlinegap}{0pt}
29171 \end_layout
29172
29173 \end_inset
29174
29175 二行めは、
29176 \series bold
29177
29178 \backslash
29179 shoveleft
29180 \series default
29181 を使って左揃えにしています。
29182 \end_layout
29183
29184 \begin_layout Subsection
29185 数式の一部の多行化
29186 \begin_inset CommandInset label
29187 LatexCommand label
29188 name "subsec:数式の一部の多行化"
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 すうしき@数式 ! たぎょう@多行
29198 \begin_inset space \thinspace{}
29199 \end_inset
29200
29201 —— ! すうしきのいちぶ@数式の一部
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Standard
29210 数式の一部分のみを多行表示したい場合には、
29211 \series bold
29212 aligned
29213 \series default
29214
29215 \series bold
29216 alignedat
29217 \series default
29218
29219 \series bold
29220 gathered
29221 \series default
29222
29223 \series bold
29224 split
29225 \series default
29226 のうちのいずれかの環境を使用します。これらは、
29227 \family sans
29228 挿入\SpecialChar menuseparator
29229 数式
29230 \family default
29231 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29232 \end_layout
29233
29234 \begin_layout Standard
29235 最初の三つの環境は、環境名から
29236 \series bold
29237 ed
29238 \series default
29239 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29240 \begin_inset Formula 
29241 \[
29242 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29243 \Delta E\Delta t & \ge\frac{\hbar}{2}
29244 \end{aligned}
29245 \right\} \textrm{不確定性原理}
29246 \]
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 この数式を作るには、別行立て数式をまず作っておいて、そこに
29255 \series bold
29256
29257 \backslash
29258 aligned
29259 \begin_inset Index idx
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 こまんど@コマンド ! A ! 
29264 \backslash
29265 aligned
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \series default
29272 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29273 ます。
29274 \end_layout
29275
29276 \begin_layout Standard
29277 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29278 に配置できる利点があります。以下に例として、
29279 \begin_inset CommandInset ref
29280 LatexCommand eqref
29281 reference "eq:shortlong"
29282
29283 \end_inset
29284
29285 式にaligned環境を適用したものを示します。
29286 \begin_inset Formula 
29287 \begin{equation}
29288 \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}|}\\
29289  & -\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}|}
29290 \end{aligned}
29291 \end{equation}
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Standard
29299
29300 \series bold
29301 alignedat
29302 \series default
29303
29304 \series bold
29305 gathered
29306 \series default
29307
29308 \series bold
29309 split
29310 \series default
29311 の各環境を使うには、それぞれ
29312 \series bold
29313
29314 \backslash
29315 alignedat
29316 \series default
29317
29318 \begin_inset Index idx
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322 こまんど@コマンド ! A ! 
29323 \backslash
29324 alignedat
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \series bold
29331
29332 \backslash
29333 gathered
29334 \series default
29335
29336 \begin_inset Index idx
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340 こまんど@コマンド ! G ! 
29341 \backslash
29342 gathered
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \series bold
29349
29350 \backslash
29351 split
29352 \series default
29353
29354 \begin_inset Index idx
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358 こまんど@コマンド ! S ! 
29359 \backslash
29360 split
29361 \end_layout
29362
29363 \end_inset
29364
29365 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29366 \end_layout
29367
29368 \begin_layout Subsection
29369 多行数式中のテキスト
29370 \begin_inset CommandInset label
29371 LatexCommand label
29372 name "subsec:多行数式中のテキスト"
29373
29374 \end_inset
29375
29376
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \begin_inset Index idx
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391 すうしき @ 数式 ! たぎょう @ 多行
29392 \begin_inset space \thinspace{}
29393 \end_inset
29394
29395 —— ! てきすと @ テキスト
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Standard
29404 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29405 式を持つ
29406 \series bold
29407
29408 \backslash
29409 intertext
29410 \series default
29411
29412 \begin_inset Index idx
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 こまんど@コマンド ! I ! 
29417 \backslash
29418 intertext
29419 \end_layout
29420
29421 \end_inset
29422
29423 コマンドを使います。
29424 \end_layout
29425
29426 \begin_layout Standard
29427
29428 \series bold
29429
29430 \backslash
29431 intertext{テキスト}
29432 \end_layout
29433
29434 \begin_layout Standard
29435 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29436 は、現時点では
29437 \series bold
29438
29439 \backslash
29440 intertext
29441 \series default
29442 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29443 \series bold
29444
29445 \backslash
29446 intertext
29447 \series default
29448 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29449 \begin_inset Formula 
29450 \begin{align}
29451 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29452 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29453 \end{align}
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461
29462 \series bold
29463
29464 \backslash
29465 intertext
29466 \series default
29467 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29468 \family sans
29469 数式オプション
29470 \family default
29471
29472 \series bold
29473 mathtools
29474 \series default
29475
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480 ぱっけーじ@パッケージ ! mathtools
29481 \end_layout
29482
29483 \end_inset
29484
29485 パッケージを
29486 \family sans
29487 常に読み込み
29488 \family default
29489 に設定してください。そうすると、以下のように、
29490 \series bold
29491
29492 \backslash
29493 intertext
29494 \series default
29495 の代わりに
29496 \series bold
29497
29498 \backslash
29499 shortintertext
29500 \series default
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 こまんど@コマンド ! S ! 
29507 \backslash
29508 shortintertext
29509 \end_layout
29510
29511 \end_inset
29512
29513 コマンドを使うことができます。
29514 \begin_inset Formula 
29515 \begin{align}
29516 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29517 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29518 \end{align}
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Section
29526 数式番号
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 すうしきばんごう@数式番号
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 すうしき@数式 ! ばんごう@番号
29542 \begin_inset ERT
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546
29547 |see{
29548 \end_layout
29549
29550 \end_inset
29551
29552 数式番号
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558 }
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Subsection
29572 概要
29573 \end_layout
29574
29575 \begin_layout Standard
29576 付番数式は、
29577 \family sans
29578 挿入\SpecialChar menuseparator
29579 数式\SpecialChar menuseparator
29580 付番数式
29581 \family default
29582 メニュー(
29583 \begin_inset Flex Ruby
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587 捷径
29588 \begin_inset Argument post:1
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 ショートカット
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \family sans
29604 Ctrl+Alt
29605 \begin_inset space ~
29606 \end_inset
29607
29608 N
29609 \family default
29610 )で作ることができます。既存の数式に番号を振るには、
29611 \family sans
29612 編集\SpecialChar menuseparator
29613 数式\SpecialChar menuseparator
29614 数式全体を付番
29615 \family default
29616 メニュー(捷径:
29617 \begin_inset Info
29618 type  "shortcut"
29619 arg   "math-number-toggle"
29620 \end_inset
29621
29622 )を使います。\SpecialChar LyX
29623 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29624 \end_layout
29625
29626 \begin_layout Standard
29627 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29628 \family sans
29629 編集\SpecialChar menuseparator
29630 数式\SpecialChar menuseparator
29631 この行を付番
29632 \family default
29633 メニュー(捷径:
29634 \begin_inset Info
29635 type  "shortcut"
29636 arg   "math-number-line-toggle"
29637 \end_inset
29638
29639 )を使用すれば、各行毎に付番するかどうか指定することができます。
29640 \end_layout
29641
29642 \begin_layout Standard
29643 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29644 \begin_inset CommandInset ref
29645 LatexCommand ref
29646 reference "sec:数式様式"
29647
29648 \end_inset
29649
29650 節をご覧下さい。
29651 \end_layout
29652
29653 \begin_layout Subsection
29654 相互参照
29655 \begin_inset Index idx
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 そうごさんしょう@相互参照 ! すうしきへの@数式への
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29669 \family sans
29670 挿入\SpecialChar menuseparator
29671 ラベル
29672 \family default
29673 メニューか、ツールバーボタンの
29674 \begin_inset Info
29675 type  "icon"
29676 arg   "label-insert"
29677 \end_inset
29678
29679 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29680 \series bold
29681 eq:と
29682 \series default
29683 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29684 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29685 \family sans
29686 挿入\SpecialChar menuseparator
29687 ラベル
29688 \family default
29689 メニューをもういちど使って下さい。
29690 \end_layout
29691
29692 \begin_layout Standard
29693 \SpecialChar LyX
29694 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29695 \end_layout
29696
29697 \begin_layout Standard
29698 相互参照は、
29699 \family sans
29700 挿入\SpecialChar menuseparator
29701 相互参照
29702 \family default
29703 メニューかツールバーボタンの
29704 \begin_inset Info
29705 type  "icon"
29706 arg   "dialog-show-new-inset ref"
29707 \end_inset
29708
29709 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29710 \series bold
29711 (<参照>)
29712 \series default
29713 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717 \SpecialChar LyX
29718 中で相互参照を右クリックすると、参照先の数式に移動することができます。
29719 \end_layout
29720
29721 \begin_layout Standard
29722 以下は、後の各小節に現れる数式への相互参照を含む例です。
29723 \begin_inset Note Note
29724 status open
29725
29726 \begin_layout Plain Layout
29727 相互参照の型の違いに留意してください。
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset CommandInset ref
29737 LatexCommand eqref
29738 reference "eq:tag"
29739
29740 \end_inset
29741
29742 式と
29743 \begin_inset CommandInset ref
29744 LatexCommand eqref
29745 reference "eq:c"
29746
29747 \end_inset
29748
29749 式は、等価です。(
29750 \begin_inset CommandInset ref
29751 LatexCommand ref
29752 reference "eq:Rom"
29753
29754 \end_inset
29755
29756 )式とは異なり、(
29757 \begin_inset CommandInset ref
29758 LatexCommand ref
29759 reference "eq:Lat"
29760
29761 \end_inset
29762
29763 )式では、付番にラテン数字を使用しています。
29764 \end_layout
29765
29766 \begin_layout Standard
29767 \begin_inset VSpace medskip
29768 \end_inset
29769
29770
29771 \series bold
29772
29773 \backslash
29774 tag
29775 \begin_inset Foot
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780 \series bold
29781
29782 \backslash
29783 tag
29784 \series default
29785 は、第
29786 \begin_inset CommandInset ref
29787 LatexCommand ref
29788 reference "subsec:自己定義番号"
29789
29790 \end_inset
29791
29792 節に説明があります。
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \series default
29799 の引数が、第
29800 \begin_inset CommandInset ref
29801 LatexCommand ref
29802 reference "subsec:段落ボックス"
29803
29804 \end_inset
29805
29806 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29807 \end_layout
29808
29809 \begin_layout Subsection
29810 細目番号
29811 \begin_inset Index idx
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Standard
29824
29825 \series bold
29826
29827 \backslash
29828 begin{subequations}
29829 \series default
29830 および
29831 \series bold
29832
29833 \backslash
29834 end{subequations}
29835 \series default
29836 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
29837 モードで入れます。
29838 \end_layout
29839
29840 \begin_layout Standard
29841 たとえば、
29842 \begin_inset Formula 
29843 \begin{equation}
29844 A=C-B\label{eq:a}
29845 \end{equation}
29846
29847 \end_inset
29848
29849
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 addtocounter{equation}{-1}
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 begin{subequations}
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \begin_inset VSpace -5mm
29877 \end_inset
29878
29879
29880 \begin_inset Formula 
29881 \begin{equation}
29882 B=C-A\label{eq:b}
29883 \end{equation}
29884
29885 \end_inset
29886
29887
29888 \begin_inset Formula 
29889 \begin{equation}
29890 C=A+B\label{eq:c}
29891 \end{equation}
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 end{subequations}
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 この例を作るには、次のようにします。
29916 \end_layout
29917
29918 \begin_layout Enumerate
29919 一つめの数式を入力します。
29920 \end_layout
29921
29922 \begin_layout Enumerate
29923 一つめの数式の後に
29924 \begin_inset Newline newline
29925 \end_inset
29926
29927
29928 \series bold
29929
29930 \backslash
29931 addtocounter{equation}{-1} 
29932 \backslash
29933 begin{subequations}
29934 \begin_inset Index idx
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938 こまんど@コマンド ! A ! 
29939 \backslash
29940 addtocounter
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \begin_inset Newline newline
29947 \end_inset
29948
29949
29950 \series default
29951 を入力します。
29952 \end_layout
29953
29954 \begin_layout Enumerate
29955 二つめの数式を入力します。
29956 \end_layout
29957
29958 \begin_layout Enumerate
29959 三つめの数式を入力します。
29960 \end_layout
29961
29962 \begin_layout Enumerate
29963 三つめの数式の後に、
29964 \series bold
29965
29966 \backslash
29967 end{subequations}
29968 \series default
29969 を入力します。
29970 \end_layout
29971
29972 \begin_layout Standard
29973
29974 \series bold
29975
29976 \backslash
29977 begin
29978 \series default
29979 コマンドと
29980 \series bold
29981
29982 \backslash
29983 end
29984 \series default
29985 コマンドのあいだの数式はすべて、a・b・
29986 \begin_inset Newline linebreak
29987 \end_inset
29988
29989 c\SpecialChar ldots
29990 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29991 \emph on
29992 ひとつの
29993 \emph default
29994 付番数式として扱われますが、それぞれの付番数式が
29995 \series bold
29996 equation
29997 \series default
29998 カウンタを一つずつ進めてしまうので、
29999 \series bold
30000
30001 \backslash
30002 addtocounter
30003 \series default
30004 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30005 \begin_inset CommandInset ref
30006 LatexCommand eqref
30007 reference "eq:a"
30008
30009 \end_inset
30010
30011 式・
30012 \begin_inset CommandInset ref
30013 LatexCommand eqref
30014 reference "eq:b"
30015
30016 \end_inset
30017
30018 式・
30019 \begin_inset CommandInset ref
30020 LatexCommand eqref
30021 reference "eq:c"
30022
30023 \end_inset
30024
30025 式は、それぞれ
30026 \begin_inset CommandInset ref
30027 LatexCommand eqref
30028 reference "eq:a"
30029
30030 \end_inset
30031
30032 式・
30033 \begin_inset CommandInset ref
30034 LatexCommand eqref
30035 reference "eq:d"
30036
30037 \end_inset
30038
30039 式・
30040 \begin_inset CommandInset ref
30041 LatexCommand eqref
30042 reference "eq:f"
30043
30044 \end_inset
30045
30046 式として番号が振られてしまいます。
30047 \end_layout
30048
30049 \begin_layout Standard
30050 上記のように、コマンドを\SpecialChar TeX
30051 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30052 \begin_inset space \thinspace{}
30053 \end_inset
30054
30055 mmの垂直空白を
30056 \series bold
30057
30058 \backslash
30059 begin{subequations}
30060 \series default
30061 コマンドの後に入れています。数式様式として
30062 \series bold
30063 行頭下げ
30064 \begin_inset Foot
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069 \series bold
30070 数式様式に関しては、第
30071 \series default
30072
30073 \begin_inset CommandInset ref
30074 LatexCommand ref
30075 reference "sec:数式様式"
30076
30077 \end_inset
30078
30079 節を参照。
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \series default
30086 を用いているときには、これを-7
30087 \begin_inset space \thinspace{}
30088 \end_inset
30089
30090 mm空白にしてください。
30091 \end_layout
30092
30093 \begin_layout Standard
30094 以下は、二行めのみ付番を無効にしている多行数式の例です。
30095 \begin_inset ERT
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099
30100
30101 \backslash
30102 begin{subequations}
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \begin_inset Formula 
30109 \begin{eqnarray}
30110 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30111  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30112  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30113 \end{eqnarray}
30114
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 end{subequations}
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Subsection
30134 自己定義番号
30135 \begin_inset CommandInset label
30136 LatexCommand label
30137 name "subsec:自己定義番号"
30138
30139 \end_inset
30140
30141
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 \begin_inset Index idx
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30160 \end_layout
30161
30162 \end_inset
30163
30164 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
30165 プリアンブルに以下の行を付け加えます。
30166 \end_layout
30167
30168 \begin_layout Standard
30169
30170 \series bold
30171
30172 \backslash
30173 def
30174 \backslash
30175 tagform@#1{
30176 \backslash
30177 maketag@@@{
30178 \series default
30179
30180 \begin_inset Formula $\boldsymbol{|}$
30181 \end_inset
30182
30183
30184 \series bold
30185 #1
30186 \series default
30187
30188 \begin_inset Formula $\boldsymbol{|}$
30189 \end_inset
30190
30191
30192 \series bold
30193 }}
30194 \series default
30195
30196 \begin_inset Note Note
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 このマクロは、テスト用に\SpecialChar LaTeX
30201 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \begin_layout Standard
30210 他の記号を使いたいときには、
30211 \series bold
30212 #1
30213 \series default
30214 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset VSpace bigskip
30219 \end_inset
30220
30221 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30222 \series bold
30223
30224 \backslash
30225 tag
30226 \series default
30227
30228 \begin_inset Index idx
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232 こまんど@コマンド ! T ! 
30233 \backslash
30234 tag
30235 \end_layout
30236
30237 \end_inset
30238
30239 コマンドを使います。
30240 \begin_inset Formula 
30241 \begin{equation}
30242 A+B=C\tag{何とかかんとか}\label{eq:tag}
30243 \end{equation}
30244
30245 \end_inset
30246
30247 上記の例では、
30248 \series bold
30249
30250 \backslash
30251 tag
30252 \begin_inset space \textvisiblespace{}
30253 \end_inset
30254
30255 何とかかんとか
30256 \series default
30257 というコマンドを数式に打ち込んでいます。
30258 \end_layout
30259
30260 \begin_layout Standard
30261 代わりに
30262 \series bold
30263
30264 \backslash
30265 tag*
30266 \begin_inset space \textvisiblespace{}
30267 \end_inset
30268
30269 何とかかんとか
30270 \series default
30271 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30272 \begin_inset Formula 
30273 \[
30274 A+B=C\tag*{something}
30275 \]
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283 \begin_inset VSpace bigskip
30284 \end_inset
30285
30286 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30287 \begin_inset Newline newline
30288 \end_inset
30289
30290
30291 \series bold
30292
30293 \backslash
30294 @addtoreset{equation}{part}
30295 \series default
30296
30297 \begin_inset Index idx
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 こまんど@コマンド ! 
30302 \backslash
30303 @記号 ! 
30304 \backslash
30305
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311 "
30312 \end_layout
30313
30314 \end_inset
30315
30316 @
30317 \begin_inset ERT
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321
30322 "
30323 \end_layout
30324
30325 \end_inset
30326
30327 addtoreset
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336 節に関しては
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \series bold
30342
30343 \backslash
30344 @addtoreset{equation}{section}
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \series default
30350 というコマンドを使います。
30351 \end_layout
30352
30353 \begin_layout Standard
30354 これらのコマンドを\SpecialChar TeX
30355 モードで使えるようにするためには、
30356 \series bold
30357
30358 \backslash
30359 makeatletter
30360 \series default
30361 コマンドで「@」字を\SpecialChar LaTeX
30362 中で「有効」にしてやらなくてはなりません。一方、
30363 \series bold
30364
30365 \backslash
30366 makeatother
30367 \series default
30368 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30369 モード中での上記コマンド列は、
30370 \end_layout
30371
30372 \begin_layout Standard
30373
30374 \series bold
30375
30376 \backslash
30377 makeatletter
30378 \begin_inset Newline newline
30379 \end_inset
30380
30381
30382 \backslash
30383 @addtoreset{equation}{section}
30384 \begin_inset Newline newline
30385 \end_inset
30386
30387
30388 \backslash
30389 makeatother
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393
30394 \series default
30395 のようにならなくてはなりません。
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \SpecialChar LaTeX
30400 プリアンブル中では、
30401 \series bold
30402
30403 \backslash
30404 makeatletter
30405 \series default
30406
30407 \series bold
30408
30409 \backslash
30410 makeatother
30411 \series default
30412 は、\SpecialChar LyX
30413 が内部的に自動で挿入するので省略してかまいません。
30414 \end_layout
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419
30420 \backslash
30421 @addtoreset
30422 \series default
30423 を戻すには、まず\SpecialChar LaTeX
30424 プリアンブル中に
30425 \end_layout
30426
30427 \begin_layout Standard
30428
30429 \series bold
30430
30431 \backslash
30432 usepackage{remreset}
30433 \end_layout
30434
30435 \begin_layout Standard
30436 という行を入れて、
30437 \series bold
30438 remreset.sty
30439 \series default
30440
30441 \begin_inset Foot
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446 \series bold
30447 remreset
30448 \series default
30449 は、\SpecialChar LaTeX
30450 パッケージの
30451 \series bold
30452 carlisle
30453 \series default
30454
30455 \begin_inset Index idx
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459 ぱっけーじ@パッケージ ! carlisle
30460 \end_layout
30461
30462 \end_inset
30463
30464 の一部として含まれており、\SpecialChar LaTeX
30465 標準頒布版には含まれています。
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \begin_inset Index idx
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475 ぱっけーじ@パッケージ ! remreset
30476 \end_layout
30477
30478 \end_inset
30479
30480 ファイルを読み込んでおかなくてはなりません。その後
30481 \begin_inset Newline newline
30482 \end_inset
30483
30484
30485 \series bold
30486
30487 \backslash
30488 @removefromreset
30489 \series default
30490
30491 \begin_inset Index idx
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 こまんど@コマンド ! 
30496 \backslash
30497 @記号 ! 
30498 \backslash
30499
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505 "
30506 \end_layout
30507
30508 \end_inset
30509
30510 @
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516 "
30517 \end_layout
30518
30519 \end_inset
30520
30521 removefromreset
30522 \end_layout
30523
30524 \end_inset
30525
30526 コマンドを
30527 \series bold
30528
30529 \backslash
30530 @addtoreset
30531 \series default
30532 と同じ書式で使用すると、
30533 \series bold
30534
30535 \backslash
30536 @addtoreset
30537 \series default
30538 を戻すことができます。
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset VSpace bigskip
30543 \end_inset
30544
30545 ときには、数式を
30546 \end_layout
30547
30548 \begin_layout Standard
30549
30550 \family typewriter
30551 (節番号.数式番号)
30552 \end_layout
30553
30554 \begin_layout Standard
30555 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30556 \end_layout
30557
30558 \begin_layout Standard
30559 このような場合のために、
30560 \series bold
30561
30562 \backslash
30563 numberwithin
30564 \series default
30565
30566 \begin_inset Index idx
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570 こまんど@コマンド ! N ! 
30571 \backslash
30572 numberwithin
30573 \end_layout
30574
30575 \end_inset
30576
30577 というコマンドがあり、
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 numberwithin{カウンタ}{節階層}
30586 \end_layout
30587
30588 \begin_layout Standard
30589 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30590 \end_layout
30591
30592 \begin_layout Standard
30593 したがって、ここでは\SpecialChar LaTeX
30594 プリアンブルか\SpecialChar TeX
30595 コードで
30596 \end_layout
30597
30598 \begin_layout Standard
30599
30600 \series bold
30601
30602 \backslash
30603 numberwithin{equation}{section}
30604 \end_layout
30605
30606 \begin_layout Standard
30607 という行を用いることにしましょう。その結果がこれです。
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 numberwithin{equation}{section}
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \begin_inset Formula 
30622 \begin{equation}
30623 A+B=C
30624 \end{equation}
30625
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \begin_layout Standard
30632 たとえば、部番号を節階層として使用して、表に付番を施すときには
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \series bold
30638
30639 \backslash
30640 numberwithin{table}{part}
30641 \series default
30642 を用います。
30643 \end_layout
30644
30645 \begin_layout Standard
30646 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30647 \end_layout
30648
30649 \begin_layout Standard
30650
30651 \series bold
30652
30653 \backslash
30654 renewcommand{
30655 \backslash
30656 theequation}{
30657 \backslash
30658 arabic{equation}}
30659 \begin_inset Index idx
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 こまんど@コマンド ! A ! 
30664 \backslash
30665 arabic
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \series default
30672
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 renewcommand{
30681 \backslash
30682 theequation}{
30683 \backslash
30684 arabic{equation}}
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \series bold
30691
30692 \begin_inset Newline newline
30693 \end_inset
30694
30695
30696 \series default
30697 あるいは
30698 \series bold
30699
30700 \begin_inset Newline newline
30701 \end_inset
30702
30703
30704 \backslash
30705 renewcommand{
30706 \backslash
30707 thetable}{
30708 \backslash
30709 arabic{table}}
30710 \end_layout
30711
30712 \begin_layout Standard
30713 というコマンドを\SpecialChar TeX
30714 コードとして入れるか、\SpecialChar LaTeX
30715 プリアンブルに入れます。
30716 \series bold
30717
30718 \backslash
30719 numberwithin
30720 \series default
30721 は、内部的に上記で述べた
30722 \series bold
30723
30724 \backslash
30725 @addtoreset
30726 \series default
30727 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 makeatletter
30736 \end_layout
30737
30738 \begin_layout Plain Layout
30739
30740
30741 \backslash
30742 @removefromreset{equation}{section}
30743 \end_layout
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 makeatother
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Subsection
30758 ローマ数字や文字を使った付番
30759 \begin_inset Index idx
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
30783 モードで
30784 \end_layout
30785
30786 \begin_layout Standard
30787
30788 \series bold
30789
30790 \backslash
30791 renewcommand{
30792 \backslash
30793 theequation}{
30794 \backslash
30795 roman{equation}}
30796 \end_layout
30797
30798 \begin_layout Standard
30799 というコマンドを入れます。
30800 \series bold
30801
30802 \backslash
30803 renewcommand
30804 \series default
30805
30806 \begin_inset Index idx
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810 こまんど@コマンド ! R ! 
30811 \backslash
30812 renewcommand
30813 \end_layout
30814
30815 \end_inset
30816
30817 は、定義済みのコマンド
30818 \series bold
30819
30820 \backslash
30821 theequation
30822 \series default
30823 をコマンド
30824 \series bold
30825
30826 \backslash
30827 roman{equation}
30828 \series default
30829 に再定義します
30830 \begin_inset Foot
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834
30835 \series bold
30836
30837 \backslash
30838 renewcommand
30839 \series default
30840 コマンドは、第
30841 \begin_inset CommandInset ref
30842 LatexCommand ref
30843 reference "subsec:newcommandコマンド"
30844
30845 \end_inset
30846
30847 節に述べられている
30848 \series bold
30849
30850 \backslash
30851 newcommand
30852 \series default
30853 コマンドと同じ書式を持ちます。
30854 \end_layout
30855
30856 \end_inset
30857
30858 。ここで、
30859 \series bold
30860 equation
30861 \series default
30862 は数式カウンタです。コマンド
30863 \series bold
30864
30865 \backslash
30866 the
30867 \series default
30868 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
30869 は、内部的に
30870 \series bold
30871
30872 \backslash
30873 theequation
30874 \series default
30875 コマンドを数式の後ろに置くのです。
30876 \series bold
30877
30878 \backslash
30879 roman{equation}
30880 \begin_inset Index idx
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884 こまんど@コマンド ! R ! 
30885 \backslash
30886 roman
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \series default
30893 は、カウンタを小文字のローマ数字として出力します。
30894 \end_layout
30895
30896 \begin_layout Standard
30897 こうして、
30898 \series bold
30899
30900 \backslash
30901 renew
30902 \series default
30903 c
30904 \series bold
30905 ommand
30906 \series default
30907 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30908 \series bold
30909
30910 \backslash
30911 roman
30912 \series default
30913 の部分を
30914 \series bold
30915
30916 \backslash
30917 Roman
30918 \series default
30919
30920 \begin_inset Index idx
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924 こまんど@コマンド ! R ! 
30925 \backslash
30926 roman@
30927 \backslash
30928 Roman
30929 \end_layout
30930
30931 \end_inset
30932
30933 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30934 \series bold
30935
30936 \backslash
30937 alph
30938 \series default
30939
30940 \begin_inset Index idx
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944 こまんど@コマンド ! A ! 
30945 \backslash
30946 alph
30947 \end_layout
30948
30949 \end_inset
30950
30951 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30952 \series bold
30953
30954 \backslash
30955 Alph
30956 \series default
30957
30958 \begin_inset Index idx
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962 こまんど@コマンド ! A ! 
30963 \backslash
30964 alph@
30965 \backslash
30966 Alph
30967 \end_layout
30968
30969 \end_inset
30970
30971 コマンドがあります。
30972 \end_layout
30973
30974 \begin_layout Standard
30975 \begin_inset Note Greyedout
30976 status open
30977
30978 \begin_layout Plain Layout
30979
30980 \series bold
30981 【註】
30982 \series default
30983 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Newpage newpage
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001
31002 \backslash
31003 renewcommand{
31004 \backslash
31005 theequation}{
31006 \backslash
31007 roman{equation}}
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset Formula 
31017 \begin{equation}
31018 A=\textrm{小文字ローマ数字}
31019 \end{equation}
31020
31021 \end_inset
31022
31023
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 renewcommand{
31032 \backslash
31033 theequation}{
31034 \backslash
31035 Roman{equation}}
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \begin_inset Formula 
31042 \begin{equation}
31043 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31044 \end{equation}
31045
31046 \end_inset
31047
31048
31049 \begin_inset ERT
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053
31054
31055 \backslash
31056 renewcommand{
31057 \backslash
31058 theequation}{
31059 \backslash
31060 alph{equation}}
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \begin_inset Formula 
31067 \begin{equation}
31068 C=\textrm{小文字ラテン文字}
31069 \end{equation}
31070
31071 \end_inset
31072
31073
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 renewcommand{
31082 \backslash
31083 theequation}{
31084 \backslash
31085 Alph{equation}}
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \begin_inset Formula 
31092 \begin{equation}
31093 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31094 \end{equation}
31095
31096 \end_inset
31097
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31103 \end_layout
31104
31105 \begin_layout Standard
31106
31107 \series bold
31108
31109 \backslash
31110 renewcommand{
31111 \backslash
31112 theequation}{
31113 \backslash
31114 arabic{equation}}
31115 \begin_inset Index idx
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 こまんど@コマンド ! A ! 
31120 \backslash
31121 arabic
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135
31136 \backslash
31137 renewcommand{
31138 \backslash
31139 theequation}{
31140 \backslash
31141 arabic{equation}}
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \begin_inset Formula 
31148 \begin{equation}
31149 E=\textrm{アラビア数字}
31150 \end{equation}
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace medskip
31159 \end_inset
31160
31161 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31162 てはなりません。この点に関する説明は、ファイル
31163 \begin_inset CommandInset href
31164 LatexCommand href
31165 name "Formula-numbering.lyx"
31166 target "run:Formula-numbering.lyx"
31167
31168 \end_inset
31169
31170 にあります。
31171 \end_layout
31172
31173 \begin_layout Section
31174 化学記号と化学式
31175 \begin_inset CommandInset label
31176 LatexCommand label
31177 name "subsec:化学記号と化学式"
31178
31179 \end_inset
31180
31181
31182 \begin_inset Index idx
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 かがくきごう@化学記号 ! きごう@記号
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset Index idx
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196 かがくしき@化学式
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \begin_inset Index idx
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206 きごう@記号 ! かがく@化学
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 以下は、化学関係の文章の例です。
31216 \end_layout
31217
31218 \begin_layout Quote
31219 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31220 \end_inset
31221
31222 イオンは、2つの
31223 \begin_inset Formula $\mathrm{Na^{+}}$
31224 \end_inset
31225
31226 イオンと反応して、硫酸化塩
31227 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31228 \end_inset
31229
31230 を形成します。この化学式は以下のようになります。
31231 \begin_inset Formula 
31232 \begin{equation}
31233 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31234 \end{equation}
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Standard
31242 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31243 \begin_inset Flex Ruby
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 捷径
31248 \begin_inset Argument post:1
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 ショートカット
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Info
31264 type  "shortcut"
31265 arg   "font-roman"
31266 \end_inset
31267
31268 を押せば、アップライトフォント様式に変更することができます
31269 \begin_inset Foot
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 フォント様式に関しては、第
31274 \begin_inset CommandInset ref
31275 LatexCommand ref
31276 reference "subsec:書体様式"
31277
31278 \end_inset
31279
31280 節を参照のこと。
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \begin_layout Standard
31289 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31290 パッケージ
31291 \series bold
31292 mhchem
31293 \series default
31294
31295 \begin_inset Index idx
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299 ぱっけーじ@パッケージ ! mhchem
31300 \end_layout
31301
31302 \end_inset
31303
31304 が導入されているときに使用することができる
31305 \series bold
31306
31307 \backslash
31308 ce
31309 \series default
31310
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 こまんど@コマンド ! C ! 
31316 \backslash
31317 ce
31318 \end_layout
31319
31320 \end_inset
31321
31322 コマンドを使用することです。
31323 \series bold
31324
31325 \backslash
31326 ce
31327 \series default
31328 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31329 \begin_inset Separator parbreak
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \align center
31337 \begin_inset Tabular
31338 <lyxtabular version="3" rows="10" columns="2">
31339 <features booktabs="true" tabularvalignment="middle">
31340 <column alignment="center" valignment="top" width="0pt">
31341 <column alignment="center" valignment="top">
31342 <row>
31343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347 コマンド
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31353 \begin_inset Text
31354
31355 \begin_layout Plain Layout
31356 出力
31357 \end_layout
31358
31359 \end_inset
31360 </cell>
31361 </row>
31362 <row>
31363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367
31368 \backslash
31369 ce
31370 \begin_inset space \textvisiblespace{}
31371 \end_inset
31372
31373 H2CO3
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31379 \begin_inset Text
31380
31381 \begin_layout Plain Layout
31382 \begin_inset Formula $\ce{H2CO3}$
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 </row>
31391 <row topspace="1.5mm">
31392 <cell alignment="center" valignment="top" usebox="none">
31393 \begin_inset Text
31394
31395 \begin_layout Plain Layout
31396
31397 \backslash
31398 ce
31399 \begin_inset space \textvisiblespace{}
31400 \end_inset
31401
31402 SO4^2-
31403 \end_layout
31404
31405 \end_inset
31406 </cell>
31407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411 \begin_inset Formula $\ce{SO4^{2-}}$
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 </row>
31420 <row topspace="1.5mm">
31421 <cell alignment="center" valignment="top" usebox="none">
31422 \begin_inset Text
31423
31424 \begin_layout Plain Layout
31425
31426 \backslash
31427 ce
31428 \begin_inset space \textvisiblespace{}
31429 \end_inset
31430
31431 (NH4)2S
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 \begin_inset Formula $\ce{(NH4)2S}$
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 </row>
31449 <row topspace="1.5mm">
31450 <cell alignment="center" valignment="top" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454
31455 \backslash
31456 ce
31457 \begin_inset space \textvisiblespace{}
31458 \end_inset
31459
31460 KCr(SO4)2.12H2O
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \end_inset
31476 </cell>
31477 </row>
31478 <row topspace="1.5mm">
31479 <cell alignment="center" valignment="top" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483
31484 \backslash
31485 ce
31486 \begin_inset space \textvisiblespace{}
31487 \end_inset
31488
31489 A-B
31490 \backslash
31491 dbond
31492 \begin_inset space \textvisiblespace{}
31493 \end_inset
31494
31495 C
31496 \backslash
31497 tbond
31498 \begin_inset space \textvisiblespace{}
31499 \end_inset
31500
31501 D
31502 \end_layout
31503
31504 \end_inset
31505 </cell>
31506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 </row>
31519 <row topspace="1.5mm">
31520 <cell alignment="center" valignment="top" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524
31525 \backslash
31526 ce
31527 \begin_inset space \textvisiblespace{}
31528 \end_inset
31529
31530 ^227
31531 \begin_inset Formula $\downarrow$
31532 \end_inset
31533
31534 _90
31535 \begin_inset Formula $\to$
31536 \end_inset
31537
31538 Th+
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 </row>
31556 <row>
31557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561
31562 \backslash
31563 ce
31564 \begin_inset space \textvisiblespace{}
31565 \end_inset
31566
31567
31568 \backslash
31569 mu
31570 \begin_inset space \textvisiblespace{}
31571 \end_inset
31572
31573
31574 \backslash
31575 hyphen
31576 \begin_inset space \textvisiblespace{}
31577 \end_inset
31578
31579 Cl
31580 \end_layout
31581
31582 \end_inset
31583 </cell>
31584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31585 \begin_inset Text
31586
31587 \begin_layout Plain Layout
31588 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 </row>
31597 <row>
31598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31599 \begin_inset Text
31600
31601 \begin_layout Plain Layout
31602
31603 \backslash
31604 ce
31605 \begin_inset space \textvisiblespace{}
31606 \end_inset
31607
31608 CO2
31609 \begin_inset space \textvisiblespace{}
31610 \end_inset
31611
31612 +
31613 \begin_inset space \textvisiblespace{}
31614 \end_inset
31615
31616 C
31617 \begin_inset space \textvisiblespace{}
31618 \end_inset
31619
31620 <=>
31621 \begin_inset space \textvisiblespace{}
31622 \end_inset
31623
31624 2CO
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31630 \begin_inset Text
31631
31632 \begin_layout Plain Layout
31633 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 </row>
31642 <row topspace="1.5mm">
31643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647
31648 \backslash
31649 ce
31650 \begin_inset space \textvisiblespace{}
31651 \end_inset
31652
31653 CO2
31654 \begin_inset space \textvisiblespace{}
31655 \end_inset
31656
31657 +
31658 \begin_inset space \textvisiblespace{}
31659 \end_inset
31660
31661 C
31662 \begin_inset space \textvisiblespace{}
31663 \end_inset
31664
31665 ->[
31666 \backslash
31667 alpha][
31668 \backslash
31669 beta]
31670 \begin_inset space \textvisiblespace{}
31671 \end_inset
31672
31673 2CO}
31674 \end_layout
31675
31676 \end_inset
31677 </cell>
31678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31683 \end_inset
31684
31685
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 </row>
31691 </lyxtabular>
31692
31693 \end_inset
31694
31695
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \begin_inset Note Greyedout
31700 status open
31701
31702 \begin_layout Plain Layout
31703
31704 \series bold
31705 【註】
31706 \series default
31707 \SpecialChar LyX
31708 では、
31709 \series bold
31710 mhchem
31711 \series default
31712 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
31713 \series bold
31714
31715 \backslash
31716 uparrow
31717 \series default
31718 コマンドを続けます。
31719 \color none
31720
31721 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Standard
31733
31734 \series bold
31735
31736 \backslash
31737 ce
31738 \series default
31739 を使うと
31740 \begin_inset CommandInset ref
31741 LatexCommand eqref
31742 reference "eq:chem-reaction"
31743
31744 \end_inset
31745
31746 式のコマンドは
31747 \begin_inset Newline newline
31748 \end_inset
31749
31750
31751 \series bold
31752  
31753 \backslash
31754 ce
31755 \begin_inset space \textvisiblespace{}
31756 \end_inset
31757
31758 2Na+
31759 \begin_inset space \textvisiblespace{}
31760 \end_inset
31761
31762 +
31763 \begin_inset space \textvisiblespace{}
31764 \end_inset
31765
31766 SO4^2-
31767 \begin_inset space \textvisiblespace{}
31768 \end_inset
31769
31770
31771 \begin_inset space \textvisiblespace{}
31772 \end_inset
31773
31774 ->
31775 \begin_inset space \textvisiblespace{}
31776 \end_inset
31777
31778 Na2SO4
31779 \begin_inset Newline newline
31780 \end_inset
31781
31782
31783 \series default
31784 のようになります。
31785 \end_layout
31786
31787 \begin_layout Standard
31788 複数行の化学式を作るには、第
31789 \begin_inset CommandInset ref
31790 LatexCommand ref
31791 reference "sec:多行数式"
31792
31793 \end_inset
31794
31795 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31796 \series bold
31797
31798 \backslash
31799 ce
31800 \series default
31801 コマンドを使用します。
31802 \begin_inset CommandInset ref
31803 LatexCommand eqref
31804 reference "eq:TEOS-reaction-1"
31805
31806 \end_inset
31807
31808 式と
31809 \begin_inset CommandInset ref
31810 LatexCommand eqref
31811 reference "eq:TEOS-reaction-2"
31812
31813 \end_inset
31814
31815 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31816 \begin_inset Formula 
31817 \begin{eqnarray}
31818 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31819 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31820 \end{eqnarray}
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828
31829 \series bold
31830 mhchem
31831 \series default
31832 パッケージは、
31833 \series bold
31834
31835 \backslash
31836 ce
31837 \series default
31838 の他に、特殊ケースに使用する
31839 \series bold
31840
31841 \backslash
31842 cf
31843 \series default
31844
31845 \begin_inset Index idx
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 こまんど@コマンド ! C ! 
31850 \backslash
31851 cf
31852 \end_layout
31853
31854 \end_inset
31855
31856 コマンドを提供しています。
31857 \series bold
31858
31859 \backslash
31860 cf
31861 \series default
31862 の詳しい情報と例示については、
31863 \series bold
31864 mhchem
31865 \series default
31866
31867 \begin_inset CommandInset citation
31868 LatexCommand cite
31869 key "mhchem"
31870
31871 \end_inset
31872
31873 の取扱説明書をご覧ください。
31874 \end_layout
31875
31876 \begin_layout Section
31877 図解
31878 \end_layout
31879
31880 \begin_layout Standard
31881 \SpecialChar LyX
31882 は、二つの型の可換図
31883 \series bold
31884 amscd
31885 \series default
31886 および
31887 \series bold
31888 xymatrix
31889 \series default
31890 をサポートしており、以下でこれらの説明をします。
31891 \end_layout
31892
31893 \begin_layout Subsection
31894 amscd図解
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 ずかい@図解 ! amscd
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Standard
31908 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31909 \begin_inset Formula 
31910 \[
31911 \begin{CD}A@>>>B@>>>C\\
31912 @AAA@.@VVV\\
31913 F@<<<E@<<<D
31914 \end{CD}
31915 \]
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 これを作るには、数式に
31924 \series bold
31925
31926 \backslash
31927 CD
31928 \begin_inset Index idx
31929 status collapsed
31930
31931 \begin_layout Plain Layout
31932 こまんど@コマンド ! C ! 
31933 \backslash
31934 CD
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \series default
31941 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31942 \begin_inset Info
31943 type  "shortcut"
31944 arg   "newline-insert newline"
31945 \end_inset
31946
31947 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31948 \end_layout
31949
31950 \begin_layout Standard
31951 関係を作るには、以下のコマンドがあります。
31952 \end_layout
31953
31954 \begin_layout Itemize
31955 \begin_inset Formula $\boldsymbol{@<<<}$
31956 \end_inset
31957
31958 は左矢印、
31959 \begin_inset Formula $\boldsymbol{@>>>}$
31960 \end_inset
31961
31962 は右矢印、
31963 \series bold
31964 @=
31965 \series default
31966 は長い等号を生成します。
31967 \end_layout
31968
31969 \begin_layout Itemize
31970
31971 \series bold
31972 @AAA
31973 \series default
31974 は上矢印、
31975 \series bold
31976 @VVV
31977 \series default
31978 は下矢印、
31979 \begin_inset Formula $\boldsymbol{@|}$
31980 \end_inset
31981
31982 は縦向きの等号を生成します。
31983 \end_layout
31984
31985 \begin_layout Itemize
31986
31987 \series bold
31988 @.
31989 \series default
31990 は関係が存在しない部分に置きます。
31991 \end_layout
31992
31993 \begin_layout Standard
31994 矢印はすべて、以下のようにラベル付けをすることができます。
31995 \end_layout
31996
31997 \begin_layout Itemize
31998 文章を、第1と第2の「
31999 \begin_inset Formula $<$
32000 \end_inset
32001
32002 」ないし「
32003 \begin_inset Formula $>$
32004 \end_inset
32005
32006 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32007 \begin_inset Formula $<$
32008 \end_inset
32009
32010 」ないし「
32011 \begin_inset Formula $>$
32012 \end_inset
32013
32014 」のあいだに入れると、矢印の下に表示されます。
32015 \end_layout
32016
32017 \begin_layout Itemize
32018 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32019 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
32020 括弧の中に入れなくてはなりません。
32021 \end_layout
32022
32023 \begin_layout Standard
32024 以下は、上記のすべての関係を使った例です。
32025 \end_layout
32026
32027 \begin_layout Standard
32028 \begin_inset Formula 
32029 \[
32030 \begin{CD}A@>j>>B@>>k>C@=F\\
32031 @AmAA@.@VV{V}V@|\\
32032 D@<<j<E@>k>>F@=C
32033 \end{CD}
32034 \]
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Standard
32042 これを作るコマンドは、以下のとおりです。
32043 \begin_inset Newline newline
32044 \end_inset
32045
32046
32047 \series bold
32048
32049 \backslash
32050 CD
32051 \begin_inset space \textvisiblespace{}
32052 \end_inset
32053
32054 A
32055 \begin_inset Formula $\boldsymbol{@>}$
32056 \end_inset
32057
32058 j
32059 \begin_inset Formula $\boldsymbol{>>}$
32060 \end_inset
32061
32062 B
32063 \begin_inset Formula $\boldsymbol{@>>}$
32064 \end_inset
32065
32066 k
32067 \begin_inset Formula $\boldsymbol{>}$
32068 \end_inset
32069
32070 C@=F Ctrl+Return
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074
32075 \begin_inset Phantom HPhantom
32076 status open
32077
32078 \begin_layout Plain Layout
32079
32080 \series bold
32081
32082 \backslash
32083 CD
32084 \begin_inset space \textvisiblespace{}
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091
32092 @AmAA@.@VV
32093 \backslash
32094 {V
32095 \series default
32096
32097 \begin_inset Formula $\to$
32098 \end_inset
32099
32100
32101 \series bold
32102 V
32103 \begin_inset Formula $\boldsymbol{@|}$
32104 \end_inset
32105
32106  Ctrl+Return
32107 \begin_inset Newline newline
32108 \end_inset
32109
32110
32111 \begin_inset Phantom HPhantom
32112 status open
32113
32114 \begin_layout Plain Layout
32115
32116 \series bold
32117
32118 \backslash
32119 CD
32120 \begin_inset space \textvisiblespace{}
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \end_inset
32127
32128 D
32129 \begin_inset Formula $\boldsymbol{@<<}$
32130 \end_inset
32131
32132 j
32133 \begin_inset Formula $\boldsymbol{<}$
32134 \end_inset
32135
32136 E
32137 \begin_inset Formula $\boldsymbol{@>}$
32138 \end_inset
32139
32140 k
32141 \begin_inset Formula $\boldsymbol{>>}$
32142 \end_inset
32143
32144 F@=C
32145 \end_layout
32146
32147 \begin_layout Subsection
32148 xymatrix図解
32149 \begin_inset Index idx
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153 ずかい@図解 ! xymatrix
32154 \end_layout
32155
32156 \end_inset
32157
32158
32159 \end_layout
32160
32161 \begin_layout Standard
32162 xymatricesを使うには、\SpecialChar LaTeX
32163 パッケージの
32164 \series bold
32165 xypic
32166 \series default
32167 が導入済みである必要があります。xymatrixは、数式中に
32168 \series bold
32169
32170 \backslash
32171 xymatrix
32172 \series default
32173 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32174 \begin_inset CommandInset ref
32175 LatexCommand ref
32176 reference "sec:行列"
32177
32178 \end_inset
32179
32180 節をご参照下さい。
32181 \end_layout
32182
32183 \begin_layout Standard
32184 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32185 \family sans
32186 ヘルプ\SpecialChar menuseparator
32187 用途別説明書\SpecialChar menuseparator
32188 XY-pic説明書
32189 \family default
32190 メニューにある
32191 \emph on
32192 XY-pic説明書
32193 \emph default
32194 で詳しく網羅しています。
32195 \end_layout
32196
32197 \begin_layout Subsection
32198 ファインマン図
32199 \series medium
32200
32201 \begin_inset Index idx
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205 ずかい@図解 ! ファインマン
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 ファインマン図を使うには、\SpecialChar LaTeX
32215 パッケージ
32216 \series bold
32217 feyn
32218 \series default
32219 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32220 \series bold
32221
32222 \backslash
32223 Diagram
32224 \series default
32225 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32226 \begin_inset CommandInset ref
32227 LatexCommand ref
32228 reference "sec:行列"
32229
32230 \end_inset
32231
32232 節参照)。
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \SpecialChar LyX
32237 でのファインマン図の作り方は、メニュー
32238 \family sans
32239 ヘルプ\SpecialChar menuseparator
32240 用途別説明書
32241 \family default
32242 内の『
32243 \emph on
32244 ファインマン図
32245 \emph default
32246 』にあります。
32247 \end_layout
32248
32249 \begin_layout Section
32250 自己定義コマンド
32251 \begin_inset Index idx
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 じこていぎこまんど@自己定義コマンド
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \begin_layout Standard
32264 \begin_inset Note Greyedout
32265 status open
32266
32267 \begin_layout Plain Layout
32268 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Subsection
32277
32278 \backslash
32279 newcommandコマンド
32280 \begin_inset CommandInset label
32281 LatexCommand label
32282 name "subsec:newcommandコマンド"
32283
32284 \end_inset
32285
32286
32287 \begin_inset Index idx
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291 じこていぎこまんど@自己定義コマンド ! 
32292 \backslash
32293 newcommand
32294 \end_layout
32295
32296 \end_inset
32297
32298
32299 \begin_inset Index idx
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303 こまんど@コマンド ! N ! 
32304 \backslash
32305 newcommand
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32315 コマンドはたくさんありますが、
32316 \series bold
32317
32318 \backslash
32319 newcommand
32320 \series default
32321 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32322 \end_layout
32323
32324 \begin_layout Standard
32325
32326 \series bold
32327
32328 \backslash
32329 newcommand
32330 \series default
32331 コマンドの書式は、
32332 \end_layout
32333
32334 \begin_layout Standard
32335
32336 \series bold
32337
32338 \backslash
32339 newcommand{新コマンド名}[引数の数][オプションの値]
32340 \begin_inset Newline newline
32341 \end_inset
32342
32343
32344 \begin_inset Phantom HPhantom
32345 status open
32346
32347 \begin_layout Plain Layout
32348
32349 \series bold
32350
32351 \backslash
32352 newcommand
32353 \end_layout
32354
32355 \end_inset
32356
32357 {コマンド定義}
32358 \end_layout
32359
32360 \begin_layout Standard
32361 です。
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset Note Greyedout
32366 status open
32367
32368 \begin_layout Plain Layout
32369
32370 \series bold
32371 【註】
32372 \series default
32373 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32374 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32375 \series bold
32376
32377 \backslash
32378 Leftarrow
32379 \series default
32380 の短縮のつもりで
32381 \series bold
32382
32383 \backslash
32384 le
32385 \series default
32386 というコマンドを定義したとすると、
32387 \series bold
32388
32389 \backslash
32390 le
32391 \series default
32392 は既に「
32393 \begin_inset Formula $\le$
32394 \end_inset
32395
32396 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 「引数の数」は、0
32406 \begin_inset space \thinspace{}
32407 \end_inset
32408
32409 -
32410 \begin_inset space \thinspace{}
32411 \end_inset
32412
32413 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32414 ドの
32415 \emph on
32416 最初の
32417 \emph default
32418 引数は、自動的に非必須の引数になります。
32419 \end_layout
32420
32421 \begin_layout Standard
32422 以下にいくつかの例を挙げます。
32423 \end_layout
32424
32425 \begin_layout Itemize
32426
32427 \series bold
32428
32429 \backslash
32430 Longrightarrow
32431 \series default
32432 の短縮形として
32433 \series bold
32434
32435 \backslash
32436 gr
32437 \series default
32438 というコマンドを定義するには、\SpecialChar LaTeX
32439 プリアンブルに以下の行を加えます。
32440 \begin_inset VSpace medskip
32441 \end_inset
32442
32443
32444 \begin_inset Newline newline
32445 \end_inset
32446
32447
32448 \series bold
32449
32450 \backslash
32451 newcommand{
32452 \backslash
32453 gr}{
32454 \backslash
32455 Longrightarrow}
32456 \end_layout
32457
32458 \begin_layout Itemize
32459
32460 \series bold
32461
32462 \backslash
32463 underline
32464 \series default
32465 の短縮形として
32466 \series bold
32467
32468 \backslash
32469 us
32470 \series default
32471 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32472 \begin_inset VSpace medskip
32473 \end_inset
32474
32475
32476 \begin_inset Newline newline
32477 \end_inset
32478
32479
32480 \series bold
32481
32482 \backslash
32483 newcommand{
32484 \backslash
32485 us}[1]{
32486 \backslash
32487 underline{#1}}
32488 \series default
32489
32490 \begin_inset VSpace medskip
32491 \end_inset
32492
32493
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \series bold
32499 #
32500 \series default
32501 」という文字は、引数の入る場所を示し、その後ろの「
32502 \series bold
32503 1
32504 \series default
32505 」は、これが第1引数の入る場所であることを示します。
32506 \end_layout
32507
32508 \begin_layout Itemize
32509
32510 \series bold
32511
32512 \backslash
32513 framebox
32514 \series default
32515 の短縮形として、たとえば
32516 \series bold
32517
32518 \backslash
32519 fb
32520 \series default
32521 というコマンドを定義するには、
32522 \begin_inset VSpace medskip
32523 \end_inset
32524
32525
32526 \begin_inset Newline newline
32527 \end_inset
32528
32529
32530 \series bold
32531
32532 \backslash
32533 newcommand{
32534 \backslash
32535 fb}[3]{
32536 \backslash
32537 framebox#1#2{$#3$}}
32538 \series default
32539
32540 \begin_inset VSpace medskip
32541 \end_inset
32542
32543
32544 \begin_inset Newline newline
32545 \end_inset
32546
32547 二つのドルマークは、
32548 \series bold
32549
32550 \backslash
32551 framebox
32552 \series default
32553 が必要とする内部の数式を作り出します。第
32554 \begin_inset CommandInset ref
32555 LatexCommand ref
32556 reference "subsec:枠付きボックス"
32557
32558 \end_inset
32559
32560 節をご参照下さい。
32561 \end_layout
32562
32563 \begin_layout Itemize
32564 ボックスの色を指定する必要がない
32565 \series bold
32566
32567 \backslash
32568 fcolorbox
32569 \series default
32570 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32571 \begin_inset VSpace medskip
32572 \end_inset
32573
32574
32575 \begin_inset Newline newline
32576 \end_inset
32577
32578
32579 \series bold
32580
32581 \backslash
32582 newcommand{
32583 \backslash
32584 cb}[3][white]{
32585 \backslash
32586 fcolorbox{#2}{#1}{$#3$}}
32587 \series default
32588
32589 \begin_inset VSpace medskip
32590 \end_inset
32591
32592
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596
32597 \series bold
32598
32599 \backslash
32600 cb
32601 \series default
32602 を使うときに色が指定されなければ、事前に定義された色である
32603 \series bold
32604 white
32605 \series default
32606 が使用されます。
32607 \end_layout
32608
32609 \begin_layout Standard
32610 以下は、上で定義したコマンドの動作テストです。
32611 \begin_inset Separator parbreak
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 \align center
32619 \begin_inset Tabular
32620 <lyxtabular version="3" rows="6" columns="2">
32621 <features booktabs="true" tabularvalignment="middle">
32622 <column alignment="center" valignment="top" width="0pt">
32623 <column alignment="center" valignment="top">
32624 <row>
32625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 コマンド
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 出力
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 <row>
32645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649 A
32650 \backslash
32651 gr
32652 \begin_inset space \textvisiblespace{}
32653 \end_inset
32654
32655 B
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32661 \begin_inset Text
32662
32663 \begin_layout Plain Layout
32664 \begin_inset Formula $A\gr B$
32665 \end_inset
32666
32667
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 </row>
32673 <row>
32674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678
32679 \backslash
32680 us{ABcd
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 \begin_inset Formula $\us{ABcd}$
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 </row>
32698 <row topspace="1mm">
32699 <cell alignment="center" valignment="top" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Plain Layout
32703
32704 \backslash
32705 fb{[2cm]
32706 \begin_inset Formula $\to$
32707 \end_inset
32708
32709
32710 \backslash
32711 {
32712 \begin_inset Formula $\to$
32713 \end_inset
32714
32715
32716 \backslash
32717 {
32718 \backslash
32719 int
32720 \begin_inset space \textvisiblespace{}
32721 \end_inset
32722
32723 A=B
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 </row>
32741 <row topspace="1.5mm">
32742 <cell alignment="center" valignment="top" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746
32747 \backslash
32748 cb{red
32749 \begin_inset Formula $\to$
32750 \end_inset
32751
32752
32753 \backslash
32754 {
32755 \backslash
32756 int
32757 \begin_inset space \textvisiblespace{}
32758 \end_inset
32759
32760 A=B
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 \begin_inset Formula $\cb{red}{\int A=B}$
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 </row>
32778 <row topspace="1.5mm" bottomspace="1mm">
32779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32780 \begin_inset Text
32781
32782 \begin_layout Plain Layout
32783
32784 \backslash
32785 cb[green]
32786 \backslash
32787 {red
32788 \begin_inset Formula $\to$
32789 \end_inset
32790
32791
32792 \backslash
32793 {
32794 \backslash
32795 int
32796 \begin_inset space \textvisiblespace{}
32797 \end_inset
32798
32799 A=B
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 </lyxtabular>
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Subsection
32825 数式マクロ
32826 \begin_inset Index idx
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \begin_inset Index idx
32837 status collapsed
32838
32839 \begin_layout Plain Layout
32840 まくろ@マクロ
32841 \end_layout
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \begin_layout Standard
32849 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
32850 は、
32851 \begin_inset Formula 
32852 \[
32853 0=\lambda^{2}+p\lambda+q
32854 \]
32855
32856 \end_inset
32857
32858 であり、その解の一般型は
32859 \begin_inset Formula 
32860 \[
32861 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32862 \]
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 です。
32871 \begin_inset Formula $\lambda$
32872 \end_inset
32873
32874
32875 \begin_inset Formula $p$
32876 \end_inset
32877
32878
32879 \begin_inset Formula $q$
32880 \end_inset
32881
32882 の3つのパラメータを指定することが必須であり、
32883 \begin_inset Formula $\lambda$
32884 \end_inset
32885
32886 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
32887 プリアンブル行を加えます。
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \series bold
32893
32894 \backslash
32895 newcommand{
32896 \backslash
32897 qG}[4][1,
32898 \backslash
32899 ,2]{#2_{#1}=-
32900 \backslash
32901 frac{#3}{2}
32902 \backslash
32903 pm
32904 \begin_inset Newline newline
32905 \end_inset
32906
32907
32908 \begin_inset Phantom HPhantom
32909 status open
32910
32911 \begin_layout Plain Layout
32912
32913 \series bold
32914
32915 \backslash
32916 newcommand
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \backslash
32923 sqrt{
32924 \backslash
32925 frac{#3^{2}}{4}-#4}}
32926 \end_layout
32927
32928 \begin_layout Standard
32929 これを使って解の公式を作るには、
32930 \begin_inset Newline newline
32931 \end_inset
32932
32933
32934 \series bold
32935
32936 \backslash
32937 qG{
32938 \backslash
32939 lambda
32940 \begin_inset Formula $\to$
32941 \end_inset
32942
32943
32944 \backslash
32945 {p
32946 \begin_inset Formula $\to$
32947 \end_inset
32948
32949
32950 \backslash
32951 {q
32952 \series default
32953 というコマンドを数式に入れます。
32954 \end_layout
32955
32956 \begin_layout Standard
32957 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
32958 中で分数は
32959 \series bold
32960
32961 \backslash
32962 frac{分子}{分母}
32963 \series default
32964 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
32965 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
32966 あり、それをやってしまうと、\SpecialChar LyX
32967 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
32968 は、
32969 \series bold
32970
32971 \backslash
32972 newcommand
32973 \series default
32974 コマンドの代わりに、数式マクロを使う方法を提供しています。
32975 \end_layout
32976
32977 \begin_layout Standard
32978 数式マクロは、
32979 \family sans
32980 挿入\SpecialChar menuseparator
32981 数式\SpecialChar menuseparator
32982 マクロ
32983 \family default
32984 メニューか、ツールバーボタンの
32985 \begin_inset Info
32986 type  "icon"
32987 arg   "math-macro newmacroname_newcommand"
32988 \end_inset
32989
32990 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32991 \begin_inset Newline newline
32992 \end_inset
32993
32994
32995 \begin_inset space \hspace*{\fill}
32996 \end_inset
32997
32998
32999 \begin_inset Graphics
33000         filename clipart/macrobox.png
33001         scale 50
33002
33003 \end_inset
33004
33005
33006 \begin_inset space \hspace*{\fill}
33007 \end_inset
33008
33009
33010 \begin_inset Newline newline
33011 \end_inset
33012
33013
33014 \begin_inset FormulaMacro
33015 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33016 \end_inset
33017
33018
33019 \backslash
33020 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33021 \series bold
33022
33023 \backslash
33024 #1
33025 \series default
33026 のように
33027 \series bold
33028
33029 \backslash
33030 #引数番号
33031 \series default
33032 というコマンドで入力するか、マクロツールバーボタンの
33033 \begin_inset Info
33034 type  "icon"
33035 arg   "math-macro-add-param"
33036 \end_inset
33037
33038 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33039 \begin_inset Info
33040 type  "icon"
33041 arg   "math-macro-add-optional-param"
33042 \end_inset
33043
33044 で作ることができます。最初の必須引数は、ツールバーボタンの
33045 \begin_inset Info
33046 type  "icon"
33047 arg   "math-macro-make-optional"
33048 \end_inset
33049
33050 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
33051 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
33052 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33053 \begin_inset Newline newline
33054 \end_inset
33055
33056
33057 \series bold
33058 qG: 
33059 \backslash
33060 #1
33061 \series default
33062  
33063 \series bold
33064 ,
33065 \series default
33066  
33067 \series bold
33068
33069 \backslash
33070 #2
33071 \series default
33072  
33073 \series bold
33074 ,
33075 \series default
33076  
33077 \series bold
33078
33079 \backslash
33080 #3, 
33081 \backslash
33082 #4
33083 \begin_inset Newline newline
33084 \end_inset
33085
33086
33087 \series default
33088 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
33089 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
33090 す。
33091 \begin_inset Newline newline
33092 \end_inset
33093
33094 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33095 \family sans
33096 表示\SpecialChar menuseparator
33097 数式マクロを展開(畳む)
33098 \family default
33099 メニューを使うことで、マクロ毎に変えることができます。
33100 \end_layout
33101
33102 \begin_layout Standard
33103 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33104 \series bold
33105
33106 \backslash
33107 qG
33108 \series default
33109 とします。このマクロは、\SpecialChar LyX
33110 中では以下のように表示されます。
33111 \begin_inset Newline newline
33112 \end_inset
33113
33114
33115 \begin_inset space \hspace*{\fill}
33116 \end_inset
33117
33118
33119 \begin_inset Graphics
33120         filename ../clipart/macrouse.png
33121         scale 75
33122
33123 \end_inset
33124
33125
33126 \begin_inset space \hspace*{\fill}
33127 \end_inset
33128
33129
33130 \begin_inset Newline newline
33131 \end_inset
33132
33133 以下は、上記の例に、引数
33134 \begin_inset Formula $x$
33135 \end_inset
33136
33137
33138 \begin_inset Formula $\ln(x)$
33139 \end_inset
33140
33141
33142 \begin_inset Formula $B$
33143 \end_inset
33144
33145 を指定したものです。
33146 \end_layout
33147
33148 \begin_layout Standard
33149 \begin_inset Formula 
33150 \[
33151 \qG x{\ln(x)}B
33152 \]
33153
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \SpecialChar LyX
33161 は、
33162 \family sans
33163 ツール\SpecialChar menuseparator
33164 設定\SpecialChar menuseparator
33165 編集\SpecialChar menuseparator
33166 制御
33167 \family default
33168 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33169 せてみてください。
33170 \end_layout
33171
33172 \begin_layout Standard
33173 数式マクロは、文書書き出し時に、内部的に
33174 \series bold
33175
33176 \backslash
33177 newcommand
33178 \series default
33179 コマンドに変換されます。こうして生成された
33180 \series bold
33181
33182 \backslash
33183 newcommand
33184 \series default
33185 コマンドは、\SpecialChar LaTeX
33186 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33187 \end_layout
33188
33189 \begin_layout Standard
33190 数式マクロは、
33191 \series bold
33192
33193 \backslash
33194 newcommand
33195 \series default
33196 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
33197 中に通常の文章として、
33198 \series bold
33199
33200 \begin_inset Newline newline
33201 \end_inset
33202
33203
33204 \backslash
33205 newcommand{
33206 \backslash
33207 larrow}[2]{
33208 \backslash
33209 xleftarrow[#2]{#1}}
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \series default
33215 というコマンドを書き入れ、この全体を選択して、
33216 \begin_inset Flex Ruby
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220 捷径
33221 \begin_inset Argument post:1
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225 ショートカット
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \family sans
33237 Ctrl+M
33238 \family default
33239 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33240 \series bold
33241
33242 \backslash
33243 newcommand
33244 \series default
33245 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
33246 エラーが発生します。
33247 \end_layout
33248
33249 \begin_layout Standard
33250 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33251 \begin_inset CommandInset ref
33252 LatexCommand ref
33253 reference "subsec:newcommandコマンド"
33254
33255 \end_inset
33256
33257 節で例として作った
33258 \series bold
33259
33260 \backslash
33261 fb
33262 \series default
33263 は、マクロとしては作ることができません。
33264 \end_layout
33265
33266 \begin_layout Standard
33267 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33268 中に以下のようなマクロツールバーが表示されます。
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset VSpace defskip
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Standard
33279 \begin_inset Graphics
33280         filename ../clipart/MacroToolbar.png
33281
33282 \end_inset
33283
33284
33285 \begin_inset Index idx
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289 まくろ@マクロ ! つーるばー@ツールバー
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 \begin_inset VSpace defskip
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Standard
33305 マクロツールバーは、左から右に、以下の各ボタンがあります。
33306 \end_layout
33307
33308 \begin_layout Standard
33309 \begin_inset VSpace defskip
33310 \end_inset
33311
33312
33313 \end_layout
33314
33315 \begin_layout Standard
33316 \begin_inset Tabular
33317 <lyxtabular version="3" rows="9" columns="2">
33318 <features islongtable="true" longtabularalignment="center">
33319 <column alignment="left" valignment="top">
33320 <column alignment="left" valignment="top" width="85col%">
33321 <row interlinespace="2.5mm">
33322 <cell alignment="center" valignment="top" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 \begin_inset Info
33327 type  "icon"
33328 arg   "math-macro-remove-param"
33329 \end_inset
33330
33331
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 <cell alignment="center" valignment="top" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340
33341 \family sans
33342 編集\SpecialChar menuseparator
33343 数式\SpecialChar menuseparator
33344 マクロ定義\SpecialChar menuseparator
33345 最後の引数を削除
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 </row>
33351 <row interlinespace="2.5mm">
33352 <cell alignment="center" valignment="top" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 \begin_inset Info
33357 type  "icon"
33358 arg   "math-macro-add-param"
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 <cell alignment="center" valignment="top" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370
33371 \family sans
33372 編集\SpecialChar menuseparator
33373 数式\SpecialChar menuseparator
33374 マクロ定義\SpecialChar menuseparator
33375 引数を追加
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 <row interlinespace="2.5mm">
33382 <cell alignment="center" valignment="top" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 \begin_inset Info
33387 type  "icon"
33388 arg   "math-macro-make-optional"
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 <cell alignment="center" valignment="top" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400
33401 \family sans
33402 編集\SpecialChar menuseparator
33403 数式\SpecialChar menuseparator
33404 マクロ定義\SpecialChar menuseparator
33405 最初の必須引数を
33406 \begin_inset Newline newline
33407 \end_inset
33408
33409
33410 \begin_inset Phantom HPhantom
33411 status open
33412
33413 \begin_layout Plain Layout
33414
33415 \family sans
33416 編集\SpecialChar menuseparator
33417 数式\SpecialChar menuseparator
33418 マクロ定義\SpecialChar menuseparator
33419
33420 \end_layout
33421
33422 \end_inset
33423
33424 非必須引数にする
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 <row interlinespace="2.5mm">
33431 <cell alignment="center" valignment="top" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 \begin_inset Info
33436 type  "icon"
33437 arg   "math-macro-make-nonoptional"
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \end_inset
33444 </cell>
33445 <cell alignment="center" valignment="top" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449
33450 \family sans
33451 編集\SpecialChar menuseparator
33452 数式\SpecialChar menuseparator
33453 マクロ定義\SpecialChar menuseparator
33454 最後の非必須引数を
33455 \begin_inset Newline newline
33456 \end_inset
33457
33458
33459 \begin_inset Phantom HPhantom
33460 status open
33461
33462 \begin_layout Plain Layout
33463
33464 \family sans
33465 編集\SpecialChar menuseparator
33466 数式\SpecialChar menuseparator
33467 マクロ定義\SpecialChar menuseparator
33468
33469 \end_layout
33470
33471 \end_inset
33472
33473 必須引数にする
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row interlinespace="2.5mm">
33480 <cell alignment="center" valignment="top" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 \begin_inset Info
33485 type  "icon"
33486 arg   "math-macro-remove-optional-param"
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498
33499 \family sans
33500 編集\SpecialChar menuseparator
33501 数式\SpecialChar menuseparator
33502 マクロ定義\SpecialChar menuseparator
33503 非必須引数を削除
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row interlinespace="2.5mm">
33510 <cell alignment="center" valignment="top" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 \begin_inset Info
33515 type  "icon"
33516 arg   "math-macro-add-optional-param"
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528
33529 \family sans
33530 編集\SpecialChar menuseparator
33531 数式\SpecialChar menuseparator
33532 マクロ定義\SpecialChar menuseparator
33533 非必須引数を挿入
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 </row>
33539 <row interlinespace="2.5mm">
33540 <cell alignment="center" valignment="top" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 \begin_inset Info
33545 type  "icon"
33546 arg   "math-macro-remove-greedy-param"
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558
33559 \family sans
33560 編集\SpecialChar menuseparator
33561 数式\SpecialChar menuseparator
33562 マクロ定義\SpecialChar menuseparator
33563 右に吐き出す形で
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \begin_inset Phantom HPhantom
33569 status open
33570
33571 \begin_layout Plain Layout
33572
33573 \family sans
33574 編集\SpecialChar menuseparator
33575 数式\SpecialChar menuseparator
33576 マクロ定義\SpecialChar menuseparator
33577
33578 \end_layout
33579
33580 \end_inset
33581
33582 最後の引数を削除
33583 \end_layout
33584
33585 \end_inset
33586 </cell>
33587 </row>
33588 <row interlinespace="2.5mm">
33589 <cell alignment="center" valignment="top" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593 \begin_inset Info
33594 type  "icon"
33595 arg   "math-macro-append-greedy-param"
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607
33608 \family sans
33609 編集\SpecialChar menuseparator
33610 数式\SpecialChar menuseparator
33611 マクロ定義\SpecialChar menuseparator
33612 右から喰う形で
33613 \begin_inset Newline newline
33614 \end_inset
33615
33616
33617 \begin_inset Phantom HPhantom
33618 status open
33619
33620 \begin_layout Plain Layout
33621
33622 \family sans
33623 編集\SpecialChar menuseparator
33624 数式\SpecialChar menuseparator
33625 マクロ定義\SpecialChar menuseparator
33626
33627 \end_layout
33628
33629 \end_inset
33630
33631 引数を追加
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 </row>
33637 <row interlinespace="2.5mm">
33638 <cell alignment="center" valignment="top" usebox="none">
33639 \begin_inset Text
33640
33641 \begin_layout Plain Layout
33642 \begin_inset Info
33643 type  "icon"
33644 arg   "math-macro-add-greedy-optional-param"
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \end_inset
33651 </cell>
33652 <cell alignment="center" valignment="top" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656
33657 \family sans
33658 編集\SpecialChar menuseparator
33659 数式\SpecialChar menuseparator
33660 マクロ定義\SpecialChar menuseparator
33661 右から喰う形で
33662 \begin_inset Newline newline
33663 \end_inset
33664
33665
33666 \begin_inset Phantom HPhantom
33667 status open
33668
33669 \begin_layout Plain Layout
33670
33671 \family sans
33672 編集\SpecialChar menuseparator
33673 数式\SpecialChar menuseparator
33674 マクロ定義\SpecialChar menuseparator
33675
33676 \end_layout
33677
33678 \end_inset
33679
33680 非必須引数を追加
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 </row>
33686 </lyxtabular>
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Section
33694 コンピュータ代数システム
33695 \end_layout
33696
33697 \begin_layout Standard
33698 \SpecialChar LyX
33699 では、\SpecialChar LyX
33700 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33701 \family sans
33702 Maple
33703 \family default
33704
33705 \family sans
33706 Mathematica
33707 \family default
33708
33709 \family sans
33710 Maxima
33711 \family default
33712
33713 \family sans
33714 Octave
33715 \family default
33716 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33717 \end_layout
33718
33719 \begin_layout Subsection
33720 使用法
33721 \end_layout
33722
33723 \begin_layout Standard
33724 数式表現を書いた後、
33725 \family sans
33726 編集\SpecialChar menuseparator
33727 数式\SpecialChar menuseparator
33728 コンピュータ代数システムを使用
33729 \family default
33730 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33731 \end_layout
33732
33733 \begin_layout Standard
33734 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33735 \family typewriter
33736 Maxima
33737 \family default
33738 です)。
33739 \end_layout
33740
33741 \begin_layout Itemize
33742 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Itemize
33749 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Itemize
33756 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Itemize
33763 \begin_inset Formula $\det\left[\begin{array}{ccc}
33764 1 & 6 & 7\\
33765 2 & 5 & 8\\
33766 3 & 4 & 17
33767 \end{array}\right]=-56$
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Itemize
33774 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Subsection
33781 捷径
33782 \end_layout
33783
33784 \begin_layout Standard
33785 現在のところ、代数プログラムを呼び出すための
33786 \begin_inset Flex Ruby
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790 捷径
33791 \begin_inset Argument post:1
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795 ショートカット
33796 \end_layout
33797
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \end_inset
33804
33805 はありません。しかし、捷径を
33806 \family sans
33807 math-extern
33808 \family default
33809  \SpecialChar LyX
33810 関数にバインドすることは容易です(取扱説明書『
33811 \family sans
33812 \emph on
33813 \SpecialChar LyX
33814 関数篇
33815 \family default
33816 \emph default
33817 』参照)。例えば、数式エディタ中で
33818 \family sans
33819 リターン
33820 \family default
33821
33822 \begin_inset Flex Ruby
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826
33827 \begin_inset Argument post:1
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831 キー
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \end_inset
33840
33841 をバインドさせることもできます。それを
33842 \family typewriter
33843 Maxima
33844 \family default
33845 にバインドするには、下記の捷径定義コマンドを使用します。
33846 \end_layout
33847
33848 \begin_layout Standard
33849
33850 \series bold
33851 command-alternatives paragraph-break;math-extern maxima
33852 \end_layout
33853
33854 \begin_layout Section
33855 補遺
33856 \begin_inset Index idx
33857 status collapsed
33858
33859 \begin_layout Plain Layout
33860 ほい@補遺
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \begin_layout Subsection
33869 負の数
33870 \begin_inset Index idx
33871 status collapsed
33872
33873 \begin_layout Plain Layout
33874 かず@数 ! ふの@負の
33875 \end_layout
33876
33877 \end_inset
33878
33879
33880 \end_layout
33881
33882 \begin_layout Standard
33883 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33884 く表示されます。
33885 \end_layout
33886
33887 \begin_layout Standard
33888 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33889 \end_layout
33890
33891 \begin_layout Standard
33892 以下は、この問題を示す例です。
33893 \begin_inset Separator parbreak
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \align center
33901 \begin_inset Tabular
33902 <lyxtabular version="3" rows="3" columns="2">
33903 <features booktabs="true" tabularvalignment="middle">
33904 <column alignment="right" valignment="top" width="0pt">
33905 <column alignment="left" valignment="top">
33906 <row>
33907 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 通常の文章:
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920 x = -2
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row>
33927 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 数式:
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 \begin_inset Formula $x=-2$
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 </row>
33949 <row>
33950 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33951 \begin_inset Text
33952
33953 \begin_layout Plain Layout
33954 解決策:
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 \begin_inset Formula $x=\textrm{-}2$
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 </lyxtabular>
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \begin_layout Subsection
33980 位区切りとしてのコンマ
33981 \begin_inset Index idx
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985 こんま@コンマ
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \begin_inset Index idx
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 かんま@カンマ
33996 \begin_inset ERT
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001 |see{
34002 \end_layout
34003
34004 \end_inset
34005
34006 コンマ
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012 }
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Standard
34026 \SpecialChar LaTeX
34027 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34028 \end_layout
34029
34030 \begin_layout Standard
34031 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34032 \begin_inset Flex Ruby
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036 捷径
34037 \begin_inset Argument post:1
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 ショートカット
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \begin_inset Info
34053 type  "shortcut"
34054 arg   "math-mode"
34055 \end_inset
34056
34057 )。
34058 \end_layout
34059
34060 \begin_layout Standard
34061 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
34062 プリアンブルに
34063 \end_layout
34064
34065 \begin_layout Standard
34066
34067 \series bold
34068
34069 \backslash
34070 usepackage{icomma}
34071 \end_layout
34072
34073 \begin_layout Standard
34074 という行を加えて、
34075 \series bold
34076 icomma.sty
34077 \series default
34078
34079 \begin_inset Foot
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083
34084 \series bold
34085 icomma
34086 \series default
34087 は、\SpecialChar LaTeX
34088 パッケージ
34089 \series bold
34090 was
34091 \series default
34092
34093 \begin_inset Index idx
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 ぱっけーじ@パッケージ ! was
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103
34104 \backslash
34105 vspace{4mm}
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \end_inset
34114
34115 に含まれています。
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Index idx
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 ぱっけーじ@パッケージ ! icomma
34126 \end_layout
34127
34128 \end_inset
34129
34130 ファイルを読み込みます。
34131 \end_layout
34132
34133 \begin_layout Subsection
34134 物理ベクトル
34135 \begin_inset CommandInset label
34136 LatexCommand label
34137 name "subsec:物理ベクトル"
34138
34139 \end_inset
34140
34141
34142 \begin_inset Index idx
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 べくとる@ベクトル ! ぶつり@物理
34147 \begin_inset space \thinspace{}
34148 \end_inset
34149
34150 ——
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \begin_layout Standard
34159 \SpecialChar LaTeX
34160 パッケージ
34161 \series bold
34162 braket
34163 \series default
34164
34165 \begin_inset Foot
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170 \series bold
34171 braket
34172 \series default
34173  は標準的\SpecialChar LaTeX
34174 頒布版のすべてに含まれています。
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \begin_inset Index idx
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184 ぱっけーじ@パッケージ ! braket
34185 \end_layout
34186
34187 \end_inset
34188
34189 には、定義済みのベクトルが提供されており、
34190 \end_layout
34191
34192 \begin_layout Standard
34193
34194 \series bold
34195
34196 \backslash
34197 usepackage{braket}
34198 \end_layout
34199
34200 \begin_layout Standard
34201 という\SpecialChar LaTeX
34202 プリアンブル行で読み込むことができます。
34203 \end_layout
34204
34205 \begin_layout Standard
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 ifbraket 
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \begin_inset Note Note
34220 status open
34221
34222 \begin_layout Plain Layout
34223 以下の表は、
34224 \series bold
34225 braket
34226 \series default
34227  \SpecialChar LaTeX
34228 パッケージが導入済みのときのみ表示されます。
34229 \end_layout
34230
34231 \end_inset
34232
34233 以下のコマンドが定義されています。
34234 \begin_inset Separator parbreak
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \align center
34242 \begin_inset Tabular
34243 <lyxtabular version="3" rows="4" columns="2">
34244 <features booktabs="true" tabularvalignment="middle">
34245 <column alignment="center" valignment="top" width="0pt">
34246 <column alignment="center" valignment="top">
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252 コマンド
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261 出力
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 <row>
34268 <cell alignment="center" valignment="top" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272
34273 \backslash
34274 Bra{
34275 \backslash
34276 psi
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 <cell alignment="center" valignment="top" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Formula $\Bra{\psi}$
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 </row>
34294 <row>
34295 <cell alignment="center" valignment="top" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299
34300 \backslash
34301 Ket{
34302 \backslash
34303 psi
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 \begin_inset Formula $\Ket{\psi}$
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 </row>
34321 <row>
34322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34323 \begin_inset Text
34324
34325 \begin_layout Plain Layout
34326
34327 \backslash
34328 Braket{
34329 \backslash
34330 psi|
34331 \backslash
34332 phi
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 \begin_inset Formula $\Braket{\psi|\phi}$
34342 \end_inset
34343
34344
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 </row>
34350 </lyxtabular>
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Standard
34358
34359 \series bold
34360
34361 \backslash
34362 Braket
34363 \series default
34364 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34365 \begin_inset Formula 
34366 \[
34367 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34368 \]
34369
34370 \end_inset
34371
34372
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 else 
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \begin_inset Note Note
34387 status open
34388
34389 \begin_layout Plain Layout
34390
34391 \series bold
34392 braket
34393 \series default
34394  \SpecialChar LaTeX
34395 パッケージが導入されていないときには、以下が表示されます。
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 本小節の全体を出力で見るためには、
34405 \series bold
34406 braket
34407 \series default
34408  \SpecialChar LaTeX
34409 パッケージを導入する必要があります。
34410 \end_layout
34411
34412 \begin_layout Standard
34413 \begin_inset ERT
34414 status collapsed
34415
34416 \begin_layout Plain Layout
34417
34418
34419 \backslash
34420 fi 
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \begin_layout Standard
34429
34430 \series bold
34431
34432 \backslash
34433 Braket
34434 \series default
34435 と同じ効果は、第
34436 \begin_inset CommandInset ref
34437 LatexCommand ref
34438 reference "subsec:自動の括弧丈"
34439
34440 \end_inset
34441
34442 節に説明されているとおり、
34443 \series bold
34444
34445 \backslash
34446 middle
34447 \series default
34448 コマンドを用いることによっても実現できます。
34449 \end_layout
34450
34451 \begin_layout Subsection
34452 自己定義の分数
34453 \begin_inset CommandInset label
34454 LatexCommand label
34455 name "subsec:自己定義の分数"
34456
34457 \end_inset
34458
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 \end_layout
34471
34472 \begin_layout Standard
34473 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34474 \series bold
34475
34476 \backslash
34477 genfrac
34478 \series default
34479
34480 \begin_inset Index idx
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 こまんど@コマンド ! G ! 
34485 \backslash
34486 genfrac
34487 \end_layout
34488
34489 \end_inset
34490
34491 コマンドを使います。
34492 \end_layout
34493
34494 \begin_layout Standard
34495
34496 \series bold
34497
34498 \backslash
34499 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34500 \begin_inset Newline newline
34501 \end_inset
34502
34503
34504 \begin_inset Phantom HPhantom
34505 status open
34506
34507 \begin_layout Plain Layout
34508
34509 \series bold
34510
34511 \backslash
34512 genfrac
34513 \end_layout
34514
34515 \end_inset
34516
34517 {分子}{分母}
34518 \end_layout
34519
34520 \begin_layout Standard
34521 ここで「様式」は、0
34522 \begin_inset space \thinspace{}
34523 \end_inset
34524
34525 -
34526 \begin_inset space \thinspace{}
34527 \end_inset
34528
34529 3の範囲の数字です。
34530 \begin_inset Separator parbreak
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \align center
34538 \begin_inset Tabular
34539 <lyxtabular version="3" rows="5" columns="2">
34540 <features booktabs="true" tabularvalignment="middle">
34541 <column alignment="center" valignment="top" width="0pt">
34542 <column alignment="center" valignment="top">
34543 <row>
34544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 数字
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 様式(大きさ)
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 0
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 別行立て様式の数式
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 <row>
34584 <cell alignment="center" valignment="top" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 1
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 <cell alignment="center" valignment="top" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597 行内数式
34598 \end_layout
34599
34600 \end_inset
34601 </cell>
34602 </row>
34603 <row>
34604 <cell alignment="center" valignment="top" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 2
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 やや小(small)
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row>
34624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 3
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 最小(tiny)
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 </row>
34643 </lyxtabular>
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Standard
34651 「様式」を指定しないときには、
34652 \series bold
34653
34654 \backslash
34655 frac
34656 \series default
34657 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34658 \end_layout
34659
34660 \begin_layout Standard
34661 「分数線の厚み」を指定しないときには、既定値である0.4
34662 \begin_inset space \thinspace{}
34663 \end_inset
34664
34665 ptが用いられます。
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \begin_inset VSpace medskip
34670 \end_inset
34671
34672 たとえば、第
34673 \begin_inset CommandInset ref
34674 LatexCommand ref
34675 reference "subsec:分数"
34676
34677 \end_inset
34678
34679 節の
34680 \series bold
34681
34682 \backslash
34683 dfrac
34684 \series default
34685 コマンドおよび
34686 \series bold
34687
34688 \backslash
34689 tbinom
34690 \series default
34691 コマンドは、
34692 \end_layout
34693
34694 \begin_layout Standard
34695
34696 \series bold
34697
34698 \backslash
34699 newcommand{
34700 \backslash
34701 dfrac}[2]{
34702 \backslash
34703 genfrac{}{}{}{0}{#1}{#2}}
34704 \end_layout
34705
34706 \begin_layout Standard
34707 あるいは
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \series bold
34713
34714 \backslash
34715 newcommand{
34716 \backslash
34717 tbinom}[2]{
34718 \backslash
34719 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34720 \end_layout
34721
34722 \begin_layout Standard
34723 というコマンドで定義できます。
34724 \end_layout
34725
34726 \begin_layout Standard
34727 \begin_inset VSpace medskip
34728 \end_inset
34729
34730 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
34731 プリアンブルに
34732 \end_layout
34733
34734 \begin_layout Standard
34735
34736 \series bold
34737
34738 \backslash
34739 newcommand{
34740 \backslash
34741 fracS}[3][]{
34742 \backslash
34743 genfrac{}{}{#1}{}{#2}{#3}}
34744 \end_layout
34745
34746 \begin_layout Standard
34747 という行を入れます。
34748 \end_layout
34749
34750 \begin_layout Standard
34751 以下は、そのテストです。
34752 \begin_inset Formula 
34753 \begin{align*}
34754 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34755 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34756 \end{align*}
34757
34758 \end_inset
34759
34760 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34761 \end_layout
34762
34763 \begin_layout Subsection
34764 数式の消去
34765 \begin_inset Index idx
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769 すうしき@数式 ! しょうきょ@消去
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Standard
34778 数式の全体もしくは一部を消去するには、4つの方法があります。
34779 \begin_inset Separator parbreak
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Standard
34786 \align center
34787 \begin_inset ERT
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791
34792
34793 \backslash
34794 ifcancel 
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \begin_inset Note Note
34801 status open
34802
34803 \begin_layout Plain Layout
34804 下記の表は、\SpecialChar LaTeX
34805 パッケージ
34806 \series bold
34807 cancel
34808 \series default
34809 が導入済みの時のみ表示されます。
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \align center
34819 \begin_inset Tabular
34820 <lyxtabular version="3" rows="5" columns="2">
34821 <features booktabs="true" tabularvalignment="middle">
34822 <column alignment="center" valignment="top" width="0pt">
34823 <column alignment="center" valignment="top">
34824 <row>
34825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829 コマンド
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838 出力
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 </row>
34844 <row>
34845 <cell alignment="center" valignment="top" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849
34850 \backslash
34851 cancel
34852 \begin_inset space \textvisiblespace{}
34853 \end_inset
34854
34855
34856 \backslash
34857 int
34858 \begin_inset space \textvisiblespace{}
34859 \end_inset
34860
34861 A=B
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 <cell alignment="center" valignment="top" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 \begin_inset Formula $\cancel{\int A=B}$
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 </row>
34879 <row topspace="1.5mm">
34880 <cell alignment="center" valignment="top" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884
34885 \backslash
34886 bcancel
34887 \begin_inset space \textvisiblespace{}
34888 \end_inset
34889
34890
34891 \backslash
34892 int
34893 \begin_inset space \textvisiblespace{}
34894 \end_inset
34895
34896 A=B
34897 \end_layout
34898
34899 \end_inset
34900 </cell>
34901 <cell alignment="center" valignment="top" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 \begin_inset Formula $\bcancel{\int A=B}$
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row topspace="1.5mm">
34915 <cell alignment="center" valignment="top" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919
34920 \backslash
34921 xcancel
34922 \begin_inset space \textvisiblespace{}
34923 \end_inset
34924
34925
34926 \backslash
34927 int
34928 \begin_inset space \textvisiblespace{}
34929 \end_inset
34930
34931 A=B
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 <cell alignment="center" valignment="top" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940 \begin_inset Formula $\xcancel{\int A=B}$
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 </row>
34949 <row>
34950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954
34955 \backslash
34956 cancelto
34957 \begin_inset space \textvisiblespace{}
34958 \end_inset
34959
34960
34961 \backslash
34962 int
34963 \begin_inset space \textvisiblespace{}
34964 \end_inset
34965
34966 A=B
34967 \begin_inset Formula $\to$
34968 \end_inset
34969
34970 1
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 </row>
34988 </lyxtabular>
34989
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \begin_layout Standard
34996
34997 \series bold
34998
34999 \backslash
35000 cancelto
35001 \series default
35002 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
35003 \begin_inset Formula 
35004 \[
35005 \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}}}
35006 \]
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014
35015 \series bold
35016
35017 \backslash
35018 cancelto
35019 \series default
35020 の「下付き文字」寸法の大きさを変えるには、
35021 \end_layout
35022
35023 \begin_layout Standard
35024
35025 \series bold
35026
35027 \backslash
35028 PassOptionsToPackage{オプション}{cancel}
35029 \end_layout
35030
35031 \begin_layout Standard
35032 という行を\SpecialChar LaTeX
35033 プリアンブルに書き加えてください。ここで、
35034 \series bold
35035 オプション
35036 \series default
35037
35038 \series bold
35039 samesize
35040 \series default
35041 にすると、取り消した部分と同じ寸法になり、
35042 \series bold
35043 Smaller
35044 \series default
35045 にすると、通常よりも少し小さくなります。
35046 \end_layout
35047
35048 \begin_layout Standard
35049 取り消し線に色を付けるには、\SpecialChar TeX
35050 コードで以下のコマンドを書き加えてください。
35051 \end_layout
35052
35053 \begin_layout Standard
35054
35055 \series bold
35056
35057 \backslash
35058 renewcommand{
35059 \backslash
35060 CancelColor}{
35061 \backslash
35062 color{red}}
35063 \end_layout
35064
35065 \begin_layout Standard
35066 ここで
35067 \series bold
35068 red
35069 \series default
35070 は、お好みの色に変更することができます。
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 renewcommand{
35082 \backslash
35083 CancelColor}{
35084 \backslash
35085 color{red}}
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \begin_inset Formula 
35095 \[
35096 \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}}}
35097 \]
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105 \begin_inset ERT
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109
35110
35111 \backslash
35112 renewcommand{
35113 \backslash
35114 CancelColor}{
35115 \backslash
35116 color{black}}
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset Note Note
35123 status open
35124
35125 \begin_layout Plain Layout
35126 色をリセット
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 他の微調整については、
35136 \series bold
35137 cancel
35138 \series default
35139 パッケージの取扱説明書
35140 \begin_inset CommandInset citation
35141 LatexCommand cite
35142 key "cancel"
35143
35144 \end_inset
35145
35146 をご覧ください。
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 ぱっけーじ@パッケージ ! cancel
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 else 
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Note Note
35174 status open
35175
35176 \begin_layout Plain Layout
35177 下記の表は、\SpecialChar LaTeX
35178 パッケージ
35179 \series bold
35180 cancel
35181 \series default
35182 が導入済みの時のみ表示されます。
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 本小節の続きを見るには、\SpecialChar LaTeX
35192 パッケージ
35193 \series bold
35194 cancel
35195 \series default
35196 を導入する必要があります。
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \begin_inset ERT
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204
35205
35206 \backslash
35207 fi 
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Subsection
35216 節見出し中の数式
35217 \begin_inset CommandInset label
35218 LatexCommand label
35219 name "subsec:節見出し中の数式"
35220
35221 \end_inset
35222
35223
35224 \begin_inset Index idx
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35238 \end_layout
35239
35240 \begin_layout Standard
35241 \begin_inset Note Greyedout
35242 status open
35243
35244 \begin_layout Plain Layout
35245 文書設定ダイアログの
35246 \family sans
35247 PDF特性
35248 \family default
35249
35250 \series bold
35251 hyperref
35252 \series default
35253
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 ぱっけーじ@パッケージ ! hyperref
35259 \end_layout
35260
35261 \end_inset
35262
35263 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35264 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Standard
35273 これらの問題は、
35274 \family sans
35275 挿入\SpecialChar menuseparator
35276 短縮タイトル
35277 \family default
35278 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35279 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35280 \end_layout
35281
35282 \begin_layout Standard
35283 数式を目次中でも使わなくてもならないが、
35284 \series bold
35285 hyperref
35286 \series default
35287 も使用しなくてはならないときには、
35288 \end_layout
35289
35290 \begin_layout Standard
35291
35292 \series bold
35293
35294 \backslash
35295 texorpdfstring{部分}{代替文字列}
35296 \begin_inset Index idx
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 こまんど@コマンド ! T ! 
35301 \backslash
35302 texorpdfstring
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \end_layout
35309
35310 \begin_layout Standard
35311 というコマンドを\SpecialChar TeX
35312 モードで使う方法があります。
35313 \end_layout
35314
35315 \begin_layout Standard
35316 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35317 文字列」が用いられます。
35318 \end_layout
35319
35320 \begin_layout Standard
35321 以下の二つは、見出しの例です。
35322 \begin_inset VSpace -3mm
35323 \end_inset
35324
35325
35326 \begin_inset ERT
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330
35331
35332 \backslash
35333 boldmath 
35334 \end_layout
35335
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \begin_layout Subsubsection
35342 目次中では数式を使わない見出し
35343 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35344 \end_inset
35345
35346
35347 \begin_inset Argument 1
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351 目次中では数式を使わない見出し
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \end_layout
35358
35359 \begin_layout Subsubsection
35360 目次中で数式を使う見出し
35361 \begin_inset ERT
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365
35366
35367 \backslash
35368 texorpdfstring{
35369 \end_layout
35370
35371 \end_inset
35372
35373  
35374 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35375 \end_inset
35376
35377
35378 \begin_inset ERT
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382
35383 }{}
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \begin_layout Standard
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397
35398 \backslash
35399 unboldmath 
35400 \end_layout
35401
35402 \end_inset
35403
35404 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35405 \series bold
35406
35407 \backslash
35408 texorpdfstring
35409 \series default
35410 が使われています。
35411 \end_layout
35412
35413 \begin_layout Standard
35414 他の節見出しと同じ書式を得るために、上の見出し全体は
35415 \series bold
35416 boldmath
35417 \series default
35418 環境に設定してあります
35419 \begin_inset Foot
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "subsec:ボールド体の数式"
35427
35428 \end_inset
35429
35430 節参照。
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Subsection
35439 多段組文中の数式
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35454 \series bold
35455 multicol
35456 \series default
35457
35458 \begin_inset Foot
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462
35463 \series bold
35464 multicol
35465 \series default
35466 は、標準的\SpecialChar LaTeX
35467 頒布版のすべてに含まれています。
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \begin_inset Index idx
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 ぱっけーじ@パッケージ ! multicol
35478 \end_layout
35479
35480 \end_inset
35481
35482  \SpecialChar LaTeX
35483 パッケージを、
35484 \end_layout
35485
35486 \begin_layout Standard
35487
35488 \series bold
35489
35490 \backslash
35491 usepackage{multicol}
35492 \end_layout
35493
35494 \begin_layout Standard
35495 という\SpecialChar LaTeX
35496 プリアンブル行を書いて読み込むことで、実現できます。
35497 \end_layout
35498
35499 \begin_layout Standard
35500 \begin_inset Note Greyedout
35501 status open
35502
35503 \begin_layout Plain Layout
35504 ここで、
35505 \family sans
35506 文書\SpecialChar menuseparator
35507 設定
35508 \family default
35509 メニューの
35510 \family sans
35511 本文レイアウト
35512 \family default
35513 で、
35514 \family sans
35515 二段組文書
35516 \family default
35517 の設定を
35518 \emph on
35519 有効にしてはならない
35520 \emph default
35521 ことに注意してください。
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 多段組文の前に
35531 \end_layout
35532
35533 \begin_layout Standard
35534
35535 \series bold
35536
35537 \backslash
35538 begin{multicols}{段数}
35539 \end_layout
35540
35541 \begin_layout Standard
35542 というコマンドを\SpecialChar TeX
35543 モードで書き入れます。「段数」は、2
35544 \begin_inset space \thinspace{}
35545 \end_inset
35546
35547 -
35548 \begin_inset space \thinspace{}
35549 \end_inset
35550
35551 10のあいだの数字です。多段組文の終わる数式の前には、
35552 \end_layout
35553
35554 \begin_layout Standard
35555
35556 \series bold
35557
35558 \backslash
35559 end{multicols}
35560 \end_layout
35561
35562 \begin_layout Standard
35563 というコマンドを\SpecialChar TeX
35564 モードで入れます。
35565 \end_layout
35566
35567 \begin_layout Standard
35568 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35569 \begin_inset space \thinspace{}
35570 \end_inset
35571
35572 mmの垂直空白を入れて下さい。数式様式
35573 \series bold
35574
35575 \begin_inset Foot
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 数式様式に関しては、第
35580 \begin_inset CommandInset ref
35581 LatexCommand ref
35582 reference "sec:数式様式"
35583
35584 \end_inset
35585
35586 節をご覧下さい。
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \series default
35593 として
35594 \series bold
35595 行頭下げ
35596 \series default
35597 を使用している場合には、代わりに-9
35598 \begin_inset space \thinspace{}
35599 \end_inset
35600
35601 mmの垂直空白を入れて下さい。
35602 \end_layout
35603
35604 \begin_layout Standard
35605 以下は、別行立て数式を含む、多段組文の例です。
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614
35615 \backslash
35616 begin{multicols}{2}
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \lang ngerman
35623 Das Spektrum wird fouriertransformiert.
35624  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35625 , Lösungsmittel) zu trennen.
35626  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35627  nun das Aussehen des Ausgangssignals.
35628  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35629  über alle Phasen integrieren muss.
35630  Sei nun 
35631 \begin_inset Formula $S$
35632 \end_inset
35633
35634  unser normiertes Ausgangssignal und 
35635 \begin_inset Formula $P$
35636 \end_inset
35637
35638  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35639 \lang japanese
35640
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646
35647 \backslash
35648 end{multicols}
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \begin_inset VSpace -6mm
35655 \end_inset
35656
35657
35658 \begin_inset Formula 
35659 \begin{equation}
35660 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35661 \end{equation}
35662
35663 \end_inset
35664
35665
35666 \begin_inset ERT
35667 status collapsed
35668
35669 \begin_layout Plain Layout
35670
35671
35672 \backslash
35673 begin{multicols}{2}
35674 \end_layout
35675
35676 \end_inset
35677
35678
35679 \lang ngerman
35680 wobei 
35681 \begin_inset Formula $S_{0}$
35682 \end_inset
35683
35684  das Signal ohne Gradient ist und die Normierungsbedingung 
35685 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35686 \end_inset
35687
35688  gilt.
35689  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35690  Direkt nach dem 
35691 \begin_inset Formula $\nicefrac{\pi}{2}$
35692 \end_inset
35693
35694
35695 \begin_inset space \thinspace{}
35696 \end_inset
35697
35698 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35699  das Signal zusätzlich abschwächt.
35700  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35701  
35702 \begin_inset Formula $T_{2}$
35703 \end_inset
35704
35705 -Zeit.
35706 \end_layout
35707
35708 \begin_layout Standard
35709 \begin_inset ERT
35710 status collapsed
35711
35712 \begin_layout Plain Layout
35713
35714
35715 \backslash
35716 end{multicols}
35717 \end_layout
35718
35719 \end_inset
35720
35721  
35722 \end_layout
35723
35724 \begin_layout Subsection
35725 変数の説明付き数式
35726 \begin_inset Index idx
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \begin_layout Standard
35739 \begin_inset CommandInset ref
35740 LatexCommand eqref
35741 reference "eq:within"
35742
35743 \end_inset
35744
35745 式のように、数式内で変数の説明をするには、
35746 \begin_inset Formula $n$
35747 \end_inset
35748
35749 個の変数が使われている場合、左寄せの列を持つ
35750 \begin_inset Formula $2\times n$
35751 \end_inset
35752
35753 行列を使用します
35754 \begin_inset Foot
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758 行列に関しては、第
35759 \begin_inset CommandInset ref
35760 LatexCommand ref
35761 reference "sec:行列"
35762
35763 \end_inset
35764
35765 節参照。
35766 \end_layout
35767
35768 \end_inset
35769
35770 。説明を小さな文字にするには、行列の前に、たとえば
35771 \series bold
35772
35773 \backslash
35774 footnotesize
35775 \series default
35776 コマンドを挿入します
35777 \begin_inset Foot
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781 フォント寸法に関しては、第
35782 \begin_inset CommandInset ref
35783 LatexCommand ref
35784 reference "subsec:書体寸法"
35785
35786 \end_inset
35787
35788 節参照。
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Standard
35797 数式様式に
35798 \series bold
35799 行頭下げ
35800 \begin_inset Foot
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804 数式様式に関しては、第
35805 \begin_inset CommandInset ref
35806 LatexCommand ref
35807 reference "sec:数式様式"
35808
35809 \end_inset
35810
35811 節参照。
35812 \end_layout
35813
35814 \end_inset
35815
35816
35817 \series default
35818 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35819 \series bold
35820
35821 \backslash
35822 hfill
35823 \series default
35824
35825 \begin_inset Foot
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829
35830 \series bold
35831
35832 \backslash
35833 hfill
35834 \series default
35835 は、
35836 \series bold
35837 行頭下げ
35838 \series default
35839 様式のときのみ機能します。第
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "subsec:可変長の空白"
35843
35844 \end_inset
35845
35846 節をご覧下さい。
35847 \end_layout
35848
35849 \end_inset
35850
35851 を入れます。
35852 \end_layout
35853
35854 \begin_layout Standard
35855 数式様式に
35856 \series bold
35857 中央揃え
35858 \series default
35859 を使っている場合、数式を字下げするには、第
35860 \begin_inset CommandInset ref
35861 LatexCommand ref
35862 reference "subsec:flalign環境"
35863
35864 \end_inset
35865
35866 節で述べた方法を使用します。
35867 \begin_inset CommandInset ref
35868 LatexCommand eqref
35869 reference "eq:within"
35870
35871 \end_inset
35872
35873 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
35874 括弧が入っています。
35875 \begin_inset Formula 
35876 \begin{flalign}
35877 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35878 \rho & \textrm{density}\\
35879 V & \textrm{volume}\\
35880 g & \textrm{gravitational acceleration}
35881 \end{array} &  & {}\label{eq:within}
35882 \end{flalign}
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Subsection
35890 アップライト体のギリシャ小文字
35891 \begin_inset CommandInset label
35892 LatexCommand label
35893 name "subsec:アップライト体ギリシャ小文字"
35894
35895 \end_inset
35896
35897
35898 \begin_inset Index idx
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35903 \end_layout
35904
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Standard
35911 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35912 \begin_inset Formula $\pi$
35913 \end_inset
35914
35915 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35916 \series bold
35917 upgreek.sty
35918 \series default
35919
35920 \begin_inset Foot
35921 status collapsed
35922
35923 \begin_layout Plain Layout
35924
35925 \series bold
35926 upgreek
35927 \series default
35928 は、
35929 \series bold
35930 was
35931 \series default
35932
35933 \begin_inset Index idx
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937 ぱっけーじ@パッケージ ! was
35938 \begin_inset ERT
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942
35943
35944 \backslash
35945 vspace{4mm}
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \end_inset
35954
35955  \SpecialChar LaTeX
35956 パッケージの一部です。
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \begin_inset Index idx
35963 status collapsed
35964
35965 \begin_layout Plain Layout
35966 ぱっけーじ@パッケージ ! upgreek
35967 \end_layout
35968
35969 \end_inset
35970
35971  ファイルを
35972 \end_layout
35973
35974 \begin_layout Standard
35975
35976 \series bold
35977
35978 \backslash
35979 usepackage{upgreek}
35980 \end_layout
35981
35982 \begin_layout Standard
35983 という\SpecialChar LaTeX
35984 プリアンブル行で読み込めば、これらが提供されるようになります。
35985 \begin_inset ERT
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989
35990
35991 \backslash
35992 ifupgreek 
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \begin_inset Note Note
35999 status open
36000
36001 \begin_layout Plain Layout
36002 以下の表は、
36003 \series bold
36004 upgreek
36005 \series default
36006  \SpecialChar LaTeX
36007 パッケージが導入済みのときのみ表示されます。
36008 \end_layout
36009
36010 \end_inset
36011
36012 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36013 \series bold
36014 up
36015 \series default
36016 を付けると作ることができます。たとえば
36017 \series bold
36018
36019 \backslash
36020 uptau
36021 \series default
36022 コマンドは、
36023 \begin_inset Formula $\uptau$
36024 \end_inset
36025
36026 のようになります。
36027 \end_layout
36028
36029 \begin_layout Standard
36030 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36031 \begin_inset Formula 
36032 \[
36033 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36034 \]
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Standard
36042 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36043 \begin_inset Formula $\mu m$
36044 \end_inset
36045
36046 」のような単位に使うべきではありません。
36047 \end_layout
36048
36049 \begin_layout Standard
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055
36056 \backslash
36057 else 
36058 \end_layout
36059
36060 \end_inset
36061
36062
36063 \begin_inset Note Note
36064 status open
36065
36066 \begin_layout Plain Layout
36067 以下は、
36068 \series bold
36069 upgreek
36070 \series default
36071  \SpecialChar LaTeX
36072 パッケージが導入されていないときのみ表示されます。
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Standard
36081 この小節のすべてを出力で見るには、
36082 \series bold
36083 upgreek
36084 \series default
36085  \SpecialChar LaTeX
36086 パッケージを導入する必要があります。
36087 \end_layout
36088
36089 \begin_layout Standard
36090 \begin_inset ERT
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094
36095
36096 \backslash
36097 fi 
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \begin_layout Subsection
36106 数式中のテキスト文字
36107 \begin_inset CommandInset label
36108 LatexCommand label
36109 name "subsec:数式中のテキスト文字"
36110
36111 \end_inset
36112
36113
36114 \begin_inset Index idx
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \end_layout
36125
36126 \begin_layout Standard
36127 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36128 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36129 \end_inset
36130
36131 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36132 \series bold
36133
36134 \backslash
36135 cdot
36136 \series default
36137
36138 \begin_inset Foot
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142
36143 \begin_inset CommandInset ref
36144 LatexCommand ref
36145 reference "subsec:二項演算子"
36146
36147 \end_inset
36148
36149 節参照。
36150 \end_layout
36151
36152 \end_inset
36153
36154 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36155 \end_layout
36156
36157 \begin_layout Standard
36158
36159 \series bold
36160
36161 \backslash
36162 Declare Inputtext{183}{
36163 \backslash
36164 ifmmode
36165 \backslash
36166 cdot
36167 \backslash
36168 else
36169 \backslash
36170 textperiodcentered
36171 \backslash
36172 f\SpecialChar ligaturebreak
36173 i}
36174 \end_layout
36175
36176 \begin_layout Standard
36177 という\SpecialChar LaTeX
36178 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
36179 \end_layout
36180
36181 \begin_layout Standard
36182 文字エンコーディング(
36183 \family sans
36184 文書\SpecialChar menuseparator
36185 設定\SpecialChar menuseparator
36186 言語
36187 \family default
36188 メニュー)は、キーボード上の
36189 \begin_inset Flex Ruby
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193
36194 \begin_inset Argument post:1
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 キー
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207
36208 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36209 \series bold
36210
36211 \backslash
36212 textperiodcentered
36213 \series default
36214 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
36215 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
36216 て、正しいコマンドが自動的に選択されます。
36217 \end_layout
36218
36219 \begin_layout Standard
36220 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36221 \series bold
36222 latin9
36223 \series default
36224 エンコーディングは、\SpecialChar LaTeX
36225 がインストールされたフォルダにある
36226 \series bold
36227 latin9.def
36228 \series default
36229 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
36230 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
36231 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36232 \end_layout
36233
36234 \begin_layout Standard
36235 \begin_inset VSpace medskip
36236 \end_inset
36237
36238 中黒の他にこの文書では、角度記号「
36239 \begin_inset Formula $^{\circ}$
36240 \end_inset
36241
36242 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
36243 プリアンブル行で定義されています
36244 \begin_inset Foot
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 【訳註】p\SpecialChar LaTeX
36249 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Standard
36258
36259 \series bold
36260
36261 \backslash
36262 DeclareInputtext{176}{
36263 \backslash
36264 ifmmode^
36265 \backslash
36266 circ
36267 \backslash
36268 else
36269 \backslash
36270 textdegree
36271 \backslash
36272 f\SpecialChar ligaturebreak
36273 i}
36274 \end_layout
36275
36276 \begin_layout Subsection
36277 数式中の\SpecialChar LaTeX
36278 コメント
36279 \begin_inset Index idx
36280 status collapsed
36281
36282 \begin_layout Plain Layout
36283 L atexこめんと@\SpecialChar LaTeX
36284 コメント
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Standard
36293 本文中では、ファイルの\SpecialChar LaTeX
36294 ソースコードでのみ見ることのできるコメントを、
36295 \family sans
36296 挿入
36297 \lang english
36298 \SpecialChar menuseparator
36299
36300 \lang japanese
36301 注釈
36302 \lang english
36303 \SpecialChar menuseparator
36304
36305 \lang japanese
36306 コメント
36307 \family default
36308 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36309 \end_layout
36310
36311 \begin_layout Standard
36312
36313 \series bold
36314
36315 \backslash
36316 %
36317 \end_layout
36318
36319 \begin_layout Standard
36320 というコマンドを使えば、\SpecialChar LaTeX
36321 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36322 のバグのせいで
36323 \begin_inset Foot
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327 \begin_inset CommandInset href
36328 LatexCommand href
36329 name "LyX-bug #9002"
36330 target "http://www.lyx.org/trac/ticket/9002"
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \end_inset
36338
36339 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36340 出力中に、\SpecialChar LaTeX
36341 コマンドの形では見ることができます。
36342 \lang english
36343
36344 \begin_inset Newline newline
36345 \end_inset
36346
36347
36348 \lang japanese
36349 下記は、\SpecialChar LaTeX
36350 コメントを持つ数式の例です。
36351 \begin_inset Formula 
36352 \[
36353 A=B%\text{これはコメントです。}
36354 \]
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Section
36362 \start_of_appendix
36363 組版上の助言
36364 \begin_inset Index idx
36365 status collapsed
36366
36367 \begin_layout Plain Layout
36368 くみばんじょうのじょげん@組版上の助言
36369 \end_layout
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \begin_layout Standard
36377 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36378 \begin_inset Foot
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382 この要約の一部は、ISO規則を取り上げている「Duden」
36383 \begin_inset CommandInset citation
36384 LatexCommand cite
36385 key "Duden"
36386
36387 \end_inset
36388
36389 と呼ばれるドイツの半公的辞書から採られています。
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Itemize
36398 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36399 \begin_inset Foot
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403 書体様式で指定します。第
36404 \begin_inset CommandInset ref
36405 LatexCommand ref
36406 reference "subsec:書体様式"
36407
36408 \end_inset
36409
36410 節を参照。
36411 \end_layout
36412
36413 \end_inset
36414
36415 :30
36416 \begin_inset space \thinspace{}
36417 \end_inset
36418
36419 km/h
36420 \begin_inset Newline newline
36421 \end_inset
36422
36423 値と単位の間には、最小空白を入れます。第
36424 \begin_inset CommandInset ref
36425 LatexCommand ref
36426 reference "subsec:定義済みの空白"
36427
36428 \end_inset
36429
36430 節を参照。
36431 \begin_inset Newline newline
36432 \end_inset
36433
36434 この慣習は、
36435 \series bold
36436
36437 \backslash
36438 unittwo
36439 \series default
36440 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36441 が得られます:
36442 \begin_inset Formula $\unit[30]{km/h}$
36443 \end_inset
36444
36445
36446 \begin_inset space \thinspace{}
36447 \end_inset
36448
36449 。実は、
36450 \series bold
36451
36452 \backslash
36453 unittwo
36454 \series default
36455 は、\SpecialChar LaTeX
36456 コマンドの実体ではなく、
36457 \series bold
36458
36459 \backslash
36460 unit[値]{単位}
36461 \series default
36462 というコマンドです。したがって、これを\SpecialChar TeX
36463 コード中で使用することはできません。
36464 \end_layout
36465
36466 \begin_layout Itemize
36467 百分率記号と千分率記号は、物理単位と同様に組みます:
36468 \begin_inset Newline newline
36469 \end_inset
36470
36471 血中アルコール1,2
36472 \begin_inset space \thinspace{}
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Itemize
36479 角度記号は値の直後に置きます:
36480 \begin_inset Formula $15^{\circ}$
36481 \end_inset
36482
36483 。しかし、単位として用いられるときは別です:15
36484 \begin_inset space \thinspace{}
36485 \end_inset
36486
36487
36488 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36489 \end_inset
36490
36491
36492 \end_layout
36493
36494 \begin_layout Itemize
36495 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36496 \begin_inset space \thinspace{}
36497 \end_inset
36498
36499 473
36500 \begin_inset space \thinspace{}
36501 \end_inset
36502
36503 588
36504 \end_layout
36505
36506 \begin_layout Itemize
36507 \begin_inset Formula $120\times90\times40$
36508 \end_inset
36509
36510
36511 \begin_inset space \thinspace{}
36512 \end_inset
36513
36514 cmのような寸法には、積記号「
36515 \begin_inset Formula $\times$
36516 \end_inset
36517
36518 」を用います。これは、
36519 \series bold
36520
36521 \backslash
36522 times
36523 \series default
36524 コマンドか、
36525 \family sans
36526 挿入\SpecialChar menuseparator
36527 特殊文字\SpecialChar menuseparator
36528 記号
36529 \family default
36530 メニューから入れることができます。
36531 \end_layout
36532
36533 \begin_layout Itemize
36534 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36535 \begin_inset CommandInset ref
36536 LatexCommand ref
36537 reference "subsec:定義済み函数"
36538
36539 \end_inset
36540
36541 節を参照。
36542 \end_layout
36543
36544 \begin_layout Itemize
36545 複数の文字を含む指数は、アップライト体にします:
36546 \begin_inset Formula $E_{\mathrm{kin}}$
36547 \end_inset
36548
36549
36550 \begin_inset Newline newline
36551 \end_inset
36552
36553 行列要素はイタリック体にします:
36554 \begin_inset Formula $\hat{H}_{kl}$
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Itemize
36561 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36562 \end_layout
36563
36564 \begin_layout Itemize
36565
36566 \noun on
36567 フーリエ
36568 \noun default
36569 変換を表す文字は、
36570 \series bold
36571
36572 \backslash
36573 mathscr
36574 \begin_inset space \textvisiblespace{}
36575 \end_inset
36576
36577 {F
36578 \series default
36579 コマンド
36580 \begin_inset Index idx
36581 status collapsed
36582
36583 \begin_layout Plain Layout
36584 こまんど@コマンド! M ! 
36585 \backslash
36586 mathscr
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \family sans
36593 挿入\SpecialChar menuseparator
36594 特殊文字\SpecialChar menuseparator
36595 記号\SpecialChar menuseparator
36596 文字様記号
36597 \family default
36598 メニューの
36599 \begin_inset Formula $\mathscr{F}$
36600 \end_inset
36601
36602 で入れることができます。
36603 \end_layout
36604
36605 \begin_layout Standard
36606 \begin_inset Newpage newpage
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Section
36613 同義語
36614 \begin_inset Index idx
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618 どうぎご@同義語
36619 \end_layout
36620
36621 \end_inset
36622
36623
36624 \end_layout
36625
36626 \begin_layout Standard
36627 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36628 \end_layout
36629
36630 \begin_layout Standard
36631 \begin_inset VSpace bigskip
36632 \end_inset
36633
36634
36635 \lang english
36636
36637 \begin_inset space \hfill{}
36638 \end_inset
36639
36640
36641 \lang japanese
36642
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="12" columns="2">
36645 <features booktabs="true" tabularvalignment="middle">
36646 <column alignment="center" valignment="top" width="0pt">
36647 <column alignment="center" valignment="top" width="0pt">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 コマンド
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 同義のコマンド
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 ast
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684 *
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 <row>
36691 <cell alignment="center" valignment="top" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695
36696 \backslash
36697 choose
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 <cell alignment="center" valignment="top" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706
36707 \backslash
36708 binom
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 </row>
36714 <row>
36715 <cell alignment="center" valignment="top" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719
36720 \backslash
36721 geq
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 <cell alignment="center" valignment="top" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730
36731 \backslash
36732 ge
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 </row>
36738 <row>
36739 <cell alignment="center" valignment="top" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745 lbrace
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 <cell alignment="center" valignment="top" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754 {
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 </row>
36760 <row>
36761 <cell alignment="center" valignment="top" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765
36766 \backslash
36767 lbracket
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 <cell alignment="center" valignment="top" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 [
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 </row>
36782 <row>
36783 <cell alignment="center" valignment="top" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787
36788 \backslash
36789 leftarrow
36790 \end_layout
36791
36792 \end_inset
36793 </cell>
36794 <cell alignment="center" valignment="top" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798
36799 \backslash
36800 gets
36801 \end_layout
36802
36803 \end_inset
36804 </cell>
36805 </row>
36806 <row>
36807 <cell alignment="center" valignment="top" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811
36812 \backslash
36813 leq
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 <cell alignment="center" valignment="top" usebox="none">
36819 \begin_inset Text
36820
36821 \begin_layout Plain Layout
36822
36823 \backslash
36824 le
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 </row>
36830 <row>
36831 <cell alignment="center" valignment="top" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837 lor
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 <cell alignment="center" valignment="top" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Plain Layout
36846
36847 \backslash
36848 vee
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 <row>
36855 <cell alignment="center" valignment="top" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861 neq
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870
36871 \backslash
36872 not=
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 </row>
36878 <row>
36879 <cell alignment="center" valignment="top" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883
36884 \backslash
36885 slash
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 <cell alignment="center" valignment="top" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 /
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 <row>
36901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905
36906 \backslash
36907 vert
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 |
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 </row>
36922 </lyxtabular>
36923
36924 \end_inset
36925
36926
36927 \begin_inset space \hfill{}
36928 \end_inset
36929
36930
36931 \begin_inset Tabular
36932 <lyxtabular version="3" rows="12" columns="2">
36933 <features booktabs="true" tabularvalignment="middle">
36934 <column alignment="center" valignment="top" width="0pt">
36935 <column alignment="center" valignment="top" width="0pt">
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 コマンド
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 同義のコマンド
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961
36962 \backslash
36963 backslash
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 <cell alignment="center" valignment="top" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972
36973 \backslash
36974
36975 \backslash
36976
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 </row>
36982 <row>
36983 <cell alignment="center" valignment="top" usebox="none">
36984 \begin_inset Text
36985
36986 \begin_layout Plain Layout
36987
36988 \backslash
36989 dasharrow
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 <cell alignment="center" valignment="top" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998
36999 \backslash
37000 dashrightarrow
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 </row>
37006 <row>
37007 <cell alignment="center" valignment="top" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Plain Layout
37011
37012 \backslash
37013 land
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022
37023 \backslash
37024 wedge
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 </row>
37030 <row>
37031 <cell alignment="center" valignment="top" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035
37036 \backslash
37037 rbrace
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 <cell alignment="center" valignment="top" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 }
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 </row>
37052 <row>
37053 <cell alignment="center" valignment="top" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057
37058 \backslash
37059 rbracket
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 <cell alignment="center" valignment="top" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068 ]
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row>
37075 <cell alignment="center" valignment="top" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079
37080 \backslash
37081 rightarrow
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090
37091 \backslash
37092 to
37093 \end_layout
37094
37095 \end_inset
37096 </cell>
37097 </row>
37098 <row>
37099 <cell alignment="center" valignment="top" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103
37104 \backslash
37105 lnot
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 <cell alignment="center" valignment="top" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114
37115 \backslash
37116 neg
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 </row>
37122 <row>
37123 <cell alignment="center" valignment="top" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127
37128 \backslash
37129 ne
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 <cell alignment="center" valignment="top" usebox="none">
37135 \begin_inset Text
37136
37137 \begin_layout Plain Layout
37138
37139 \backslash
37140 not=
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 <row>
37147 <cell alignment="center" valignment="top" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151
37152 \backslash
37153 owns
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 <cell alignment="center" valignment="top" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162
37163 \backslash
37164 ni
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 </row>
37170 <row>
37171 <cell alignment="center" valignment="top" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175
37176 \backslash
37177 square
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 <cell alignment="center" valignment="top" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186
37187 \backslash
37188 Box
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 </row>
37194 <row>
37195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199
37200 \backslash
37201 Vert
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37207 \begin_inset Text
37208
37209 \begin_layout Plain Layout
37210
37211 \backslash
37212 |
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 </row>
37218 </lyxtabular>
37219
37220 \end_inset
37221
37222
37223 \begin_inset space \hfill{}
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \begin_layout Standard
37230 \begin_inset Newpage newpage
37231 \end_inset
37232
37233
37234 \end_layout
37235
37236 \begin_layout Bibliography
37237 \begin_inset CommandInset bibitem
37238 LatexCommand bibitem
37239 key "TLC2"
37240
37241 \end_inset
37242
37243
37244 \shape smallcaps
37245 Mittelbach, F.
37246  ; Goossens, M.
37247 \shape default
37248
37249 \shape italic
37250 The \SpecialChar LaTeX
37251  Companion
37252 \shape default
37253 , 2nd ed.
37254  Addison Wesley, 2004
37255 \end_layout
37256
37257 \begin_layout Bibliography
37258 \begin_inset CommandInset bibitem
37259 LatexCommand bibitem
37260 key "Mathmode"
37261
37262 \end_inset
37263
37264 \SpecialChar LaTeX
37265 の数式能力の
37266 \begin_inset CommandInset href
37267 LatexCommand href
37268 name "説明"
37269 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \begin_layout Bibliography
37277 \begin_inset CommandInset bibitem
37278 LatexCommand bibitem
37279 key "AMS"
37280
37281 \end_inset
37282
37283
37284 \begin_inset ERT
37285 status collapsed
37286
37287 \begin_layout Plain Layout
37288
37289
37290 \backslash
37291 AmS
37292 \end_layout
37293
37294 \end_inset
37295
37296 -\SpecialChar LaTeX
37297
37298 \begin_inset CommandInset href
37299 LatexCommand href
37300 name "説明"
37301 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37302
37303 \end_inset
37304
37305
37306 \end_layout
37307
37308 \begin_layout Bibliography
37309 \begin_inset CommandInset bibitem
37310 LatexCommand bibitem
37311 key "Symbols"
37312
37313 \end_inset
37314
37315 \SpecialChar LaTeX
37316 パッケージで利用できる記号の
37317 \begin_inset CommandInset href
37318 LatexCommand href
37319 name "全覧"
37320 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37321
37322 \end_inset
37323
37324
37325 \end_layout
37326
37327 \begin_layout Bibliography
37328 \begin_inset CommandInset bibitem
37329 LatexCommand bibitem
37330 key "cancel"
37331
37332 \end_inset
37333
37334 \SpecialChar LaTeX
37335  
37336 \series bold
37337 cancel
37338 \series default
37339
37340 \begin_inset Index idx
37341 status collapsed
37342
37343 \begin_layout Plain Layout
37344 ぱっけーじ@パッケージ ! cancel
37345 \end_layout
37346
37347 \end_inset
37348
37349 パッケージの
37350 \begin_inset CommandInset href
37351 LatexCommand href
37352 name "取扱説明書"
37353 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Bibliography
37361 \begin_inset CommandInset bibitem
37362 LatexCommand bibitem
37363 key "hyperref"
37364
37365 \end_inset
37366
37367 \SpecialChar LaTeX
37368  
37369 \series bold
37370 hyperref
37371 \series default
37372
37373 \begin_inset Index idx
37374 status collapsed
37375
37376 \begin_layout Plain Layout
37377 ぱっけーじ@パッケージ ! hyperref
37378 \end_layout
37379
37380 \end_inset
37381
37382 パッケージの
37383 \begin_inset CommandInset href
37384 LatexCommand href
37385 name "取扱説明書"
37386 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Bibliography
37394 \begin_inset CommandInset bibitem
37395 LatexCommand bibitem
37396 key "mhchem"
37397
37398 \end_inset
37399
37400 \SpecialChar LaTeX
37401  
37402 \series bold
37403 mhchem
37404 \series default
37405
37406 \begin_inset Index idx
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410 ぱっけーじ@パッケージ ! mhchem
37411 \end_layout
37412
37413 \end_inset
37414
37415 パッケージの
37416 \begin_inset CommandInset href
37417 LatexCommand href
37418 name "取扱説明書"
37419 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \begin_layout Bibliography
37427 \begin_inset CommandInset bibitem
37428 LatexCommand bibitem
37429 key "Duden"
37430
37431 \end_inset
37432
37433
37434 \emph on
37435 Duden Band 1
37436 \emph default
37437 .
37438  22.
37439  Auflage, Duden 2001
37440 \end_layout
37441
37442 \begin_layout Bibliography
37443 \begin_inset CommandInset bibitem
37444 LatexCommand bibitem
37445 key "Checklist"
37446
37447 \end_inset
37448
37449 原稿見直しの
37450 \begin_inset CommandInset href
37451 LatexCommand href
37452 name "チェックリスト"
37453 target "http://physics.nist.gov/Document/checklist.pdf"
37454
37455 \end_inset
37456
37457
37458 \end_layout
37459
37460 \begin_layout Standard
37461 \begin_inset CommandInset index_print
37462 LatexCommand printindex
37463 type "idx"
37464
37465 \end_inset
37466
37467
37468 \end_layout
37469
37470 \end_body
37471 \end_document