]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: replace tables by formal ones - part 4
[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 Tabular
20916 <lyxtabular version="3" rows="10" columns="2">
20917 <features tabularvalignment="middle">
20918 <column alignment="center" valignment="top" width="0pt">
20919 <column alignment="center" valignment="top" width="0pt">
20920 <row>
20921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 コマンド
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 出力
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 neg
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\neg$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 Im
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\Im$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 Re
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\Re$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \backslash
21022 aleph
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Formula $\aleph$
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \backslash
21047 partial
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $\partial$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \backslash
21072 infty
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\infty$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \backslash
21097 wp
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Formula $\wp$
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \backslash
21122 imath
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\imath$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 jmath
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $\jmath$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 </lyxtabular>
21166
21167 \end_inset
21168
21169
21170 \begin_inset space \hfill{}
21171 \end_inset
21172
21173
21174 \begin_inset Tabular
21175 <lyxtabular version="3" rows="10" columns="2">
21176 <features tabularvalignment="middle">
21177 <column alignment="center" valignment="top" width="0pt">
21178 <column alignment="center" valignment="top" width="0pt">
21179 <row>
21180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 コマンド
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 出力
21194 \begin_inset Note Note
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198 ここで
21199 \series bold
21200
21201 \backslash
21202 raisebox
21203 \series default
21204 はスペーサーとして使用しているだけです。
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 forall
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\forall$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 exists
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\exists$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 nexists
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\nexists$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 emptyset
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\emptyset$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 varnothing
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\varnothing$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \backslash
21347 dag
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $\dag$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 ddag
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\ddag$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 complement
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset ERT
21407 status collapsed
21408
21409 \begin_layout Plain Layout
21410
21411
21412 \backslash
21413 raisebox{-0.8mm}{
21414 \end_layout
21415
21416 \end_inset
21417
21418
21419 \begin_inset Formula $\complement$
21420 \end_inset
21421
21422
21423 \begin_inset ERT
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427
21428 }
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 <row>
21440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444
21445 \backslash
21446 Bbbk
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Formula $\Bbbk$
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 </lyxtabular>
21465
21466 \end_inset
21467
21468
21469 \begin_inset space \hfill{}
21470 \end_inset
21471
21472
21473 \begin_inset Tabular
21474 <lyxtabular version="3" rows="10" columns="2">
21475 <features tabularvalignment="middle">
21476 <column alignment="center" valignment="top" width="0pt">
21477 <column alignment="center" valignment="top" width="0pt">
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 コマンド
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 出力
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \backslash
21505 prime
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\prime$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \backslash
21530 backprime
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $\backprime$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 mho
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\mho$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 triangle
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Formula $\triangle$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603
21604 \backslash
21605 angle
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 \begin_inset Formula $\angle$
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 </row>
21623 <row>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628
21629 \backslash
21630 measuredangle
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 \begin_inset Formula $\measuredangle$
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 </row>
21648 <row>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653
21654 \backslash
21655 sphericalangle
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 \begin_inset Formula $\sphericalangle$
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \backslash
21680 top
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $\top$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 </row>
21698 <row>
21699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703
21704 \backslash
21705 bot
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Formula $\bot$
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 </row>
21723 </lyxtabular>
21724
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \begin_layout Subsection
21731 その他の記号
21732 \begin_inset CommandInset label
21733 LatexCommand label
21734 name "subsec:その他の記号"
21735
21736 \end_inset
21737
21738
21739 \begin_inset Index idx
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743 きごう@記号 ! そのた@その他
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \begin_layout Standard
21752 \noindent
21753 \align center
21754 \begin_inset Tabular
21755 <lyxtabular version="3" rows="10" columns="2">
21756 <features tabularvalignment="middle">
21757 <column alignment="center" valignment="top" width="0pt">
21758 <column alignment="center" valignment="top" width="0pt">
21759 <row>
21760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \family roman
21766 \series medium
21767 \shape up
21768 \size normal
21769 \emph off
21770 \bar no
21771 \noun off
21772 \color none
21773 コマンド
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \family roman
21784 \series medium
21785 \shape up
21786 \size normal
21787 \emph off
21788 \bar no
21789 \noun off
21790 \color none
21791 出力
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 <row>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \backslash
21804 flat
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Formula $\flat$
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 natural
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\natural$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 sharp
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\sharp$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 surd
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\surd$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 checkmark
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\checkmark$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 yen
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\yen$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 pounds
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\pounds$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 $
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\$$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 §
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 \begin_inset Formula $\mathsection$
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 </lyxtabular>
22019
22020 \end_inset
22021
22022
22023 \begin_inset space \hfill{}
22024 \end_inset
22025
22026
22027 \begin_inset Tabular
22028 <lyxtabular version="3" rows="10" columns="2">
22029 <features tabularvalignment="middle">
22030 <column alignment="center" valignment="top">
22031 <column alignment="center" valignment="top">
22032 <row>
22033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \family roman
22039 \series medium
22040 \shape up
22041 \size normal
22042 \emph off
22043 \bar no
22044 \noun off
22045 \color none
22046 コマンド
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \family roman
22057 \series medium
22058 \shape up
22059 \size normal
22060 \emph off
22061 \bar no
22062 \noun off
22063 \color none
22064 出力
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \backslash
22077 hbar
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Formula $\hbar$
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 hslash
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\hslash$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \backslash
22127 clubsuit
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\clubsuit$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 spadesuit
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\spadesuit$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \backslash
22177 bigstar
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\bigstar$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 blacklozenge
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\blacklozenge$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 blacktriangle
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\blacktriangle$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 blacktiangledown
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\blacktriangledown$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \backslash
22277 bullet
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\bullet$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \begin_inset space \hfill{}
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 booktabs="true" 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 alignment="center" valignment="top" bottomline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 \begin_inset ERT
22782 status collapsed
22783
22784 \begin_layout Plain Layout
22785
22786
22787 \backslash
22788 cmidrule[0.08em]{2-3}
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 コマンド
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 出力
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 数式
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 euro
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $\euro$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 数式テキスト
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 (ユーロ記号)
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 (ユーロ記号)
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 \SpecialChar TeX
22886 モード
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895
22896 \backslash
22897 officialeuro
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 \begin_inset ERT
22907 status collapsed
22908
22909 \begin_layout Plain Layout
22910
22911
22912 \backslash
22913 officialeuro
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 </lyxtabular>
22925
22926 \end_inset
22927
22928
22929 \lang english
22930
22931 \begin_inset Note Note
22932 status collapsed
22933
22934 \begin_layout Plain Layout
22935
22936 \series bold
22937 \lang english
22938
22939 \backslash
22940 cmidrule
22941 \series default
22942  is used here only for table borders.
22943  See sec.
22944  
22945 \family sans
22946 Formal Tables
22947 \family default
22948  of the 
22949 \emph on
22950 EmbeddedObjects
22951 \emph default
22952  manual for details.
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 else 
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \begin_inset Note Note
22975 status open
22976
22977 \begin_layout Plain Layout
22978 以下は、\SpecialChar LaTeX
22979 パッケージ
22980 \series bold
22981 eurosym
22982 \series default
22983 が導入されていないときのみ表示されます。
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 本節の残りを出力としてみるためには、\SpecialChar LaTeX
22993 パッケージ
22994 \series bold
22995 eurosym
22996 \series default
22997 を導入する必要があります。
22998 \end_layout
22999
23000 \begin_layout Standard
23001 \begin_inset ERT
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005
23006
23007 \backslash
23008 fi 
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \begin_layout Section
23017 関係子
23018 \begin_inset CommandInset label
23019 LatexCommand label
23020 name "sec:関係子"
23021
23022 \end_inset
23023
23024
23025 \begin_inset Index idx
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029 かんけいし@関係子
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \begin_inset Index idx
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 ひかくし@比較子
23040 \begin_inset ERT
23041 status collapsed
23042
23043 \begin_layout Plain Layout
23044
23045 |see{
23046 \end_layout
23047
23048 \end_inset
23049
23050 関係子
23051 \begin_inset ERT
23052 status collapsed
23053
23054 \begin_layout Plain Layout
23055
23056 }
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 関係子はすべて、ツールバーボタンの
23071 \begin_inset Info
23072 type  "icon"
23073 arg   "math-insert \\leq"
23074 \end_inset
23075
23076 でも挿入することができます。
23077 \end_layout
23078
23079 \begin_layout Standard
23080 \begin_inset Tabular
23081 <lyxtabular version="3" rows="17" columns="2">
23082 <features booktabs="true" tabularvalignment="middle">
23083 <column alignment="center" valignment="top" width="0pt">
23084 <column alignment="center" valignment="top" width="0pt">
23085 <row>
23086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 コマンド
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 出力
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 <
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 \begin_inset Formula $<$
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \backslash
23135 le
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 \begin_inset Formula $\le$
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158
23159 \backslash
23160 ll
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Formula $\ll$
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \backslash
23185 prec
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 \begin_inset Formula $\prec$
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 </row>
23203 <row>
23204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \backslash
23210 preceq
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Formula $\preceq$
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 subset
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset Formula $\subset$
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \backslash
23260 subseteq
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Formula $\subseteq$
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 </row>
23278 <row>
23279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283
23284 \backslash
23285 sqsubseteq
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 \begin_inset Formula $\sqsubseteq$
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 <row>
23304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \backslash
23310 in
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Formula $\in$
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 </row>
23328 <row>
23329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333
23334 \backslash
23335 vdash
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $\vdash$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \backslash
23360 smile
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Formula $\smile$
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 lhd
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset Formula $\lhd$
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \backslash
23410 unlhd
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $\unlhd$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 gtrless
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\gtrless$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 mid
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\mid$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 nmid
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\nmid$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 </lyxtabular>
23504
23505 \end_inset
23506
23507
23508 \begin_inset space \hfill{}
23509 \end_inset
23510
23511
23512 \begin_inset Tabular
23513 <lyxtabular version="3" rows="17" columns="2">
23514 <features booktabs="true" tabularvalignment="middle">
23515 <column alignment="center" valignment="top" width="0pt">
23516 <column alignment="center" valignment="top" width="0pt">
23517 <row>
23518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 コマンド
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 出力
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 =
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $=$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 not=
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\not=$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 equiv
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\equiv$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 sim
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\sim$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 simeq
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\simeq$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 approx
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\approx$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 cong
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\cong$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 bowtie
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\bowtie$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 notin
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\notin$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 perp
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\perp$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 propto
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\propto$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \backslash
23817 asymp
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $\asymp$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 <row>
23836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \backslash
23842 doteq
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $\doteq$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 circeq
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $\circeq$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 models
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\models$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 <row>
23911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 widehat=
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\widehat{=}$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 </lyxtabular>
23936
23937 \end_inset
23938
23939
23940 \begin_inset space \hfill{}
23941 \end_inset
23942
23943
23944 \begin_inset Tabular
23945 <lyxtabular version="3" rows="17" columns="2">
23946 <features booktabs="true" tabularvalignment="middle">
23947 <column alignment="center" valignment="top" width="0pt">
23948 <column alignment="center" valignment="top" width="0pt">
23949 <row>
23950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 コマンド
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 出力
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 >
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $>$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 ge
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\ge$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 gg
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\gg$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 succ
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\succ$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072
24073 \backslash
24074 succeq
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $\succeq$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 supset
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset Formula $\supset$
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 supseteq
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Formula $\supseteq$
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 sqsupseteq
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $\sqsupseteq$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 ni
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $\ni$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 </row>
24192 <row>
24193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197
24198 \backslash
24199 dashv
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Formula $\dashv$
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 </row>
24217 <row>
24218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \backslash
24224 frown
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 \begin_inset Formula $\frown$
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 <row>
24243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247
24248 \backslash
24249 rhd
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 \begin_inset Formula $\rhd$
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 <row>
24268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 unrhd
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Formula $\unrhd$
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 <row>
24293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 lessgtr
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 \begin_inset Formula $\lessgtr$
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 </row>
24317 <row>
24318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 parallel
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 \begin_inset Formula $\parallel$
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row>
24343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 nparallel
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 \begin_inset Formula $\nparallel$
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 </row>
24367 </lyxtabular>
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset VSpace medskip
24376 \end_inset
24377
24378
24379 \series bold
24380
24381 \backslash
24382 lhd
24383 \series default
24384
24385 \series bold
24386
24387 \backslash
24388 rhd
24389 \series default
24390 の文字は、同じように見える演算子
24391 \series bold
24392
24393 \backslash
24394 triangleleft
24395 \series default
24396 および
24397 \series bold
24398
24399 \backslash
24400 triangleright
24401 \series default
24402 よりも大きくなっています。
24403 \end_layout
24404
24405 \begin_layout Standard
24406 \SpecialChar LyX
24407 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24408 \begin_inset Info
24409 type  "icon"
24410 arg   "math-insert \\leqq"
24411 \end_inset
24412
24413 をご覧ください。
24414 \end_layout
24415
24416 \begin_layout Standard
24417 関係子は、記号とは違って、つねに前後に余白が置かれます。
24418 \end_layout
24419
24420 \begin_layout Standard
24421
24422 \series bold
24423
24424 \backslash
24425 stackrel
24426 \series default
24427
24428 \begin_inset Index idx
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432 こまんど@コマンド ! S ! 
24433 \backslash
24434 stackrel
24435 \end_layout
24436
24437 \end_inset
24438
24439 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24440 \begin_inset Separator parbreak
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 \align center
24448 \begin_inset Tabular
24449 <lyxtabular version="3" rows="2" columns="2">
24450 <features booktabs="true" tabularvalignment="middle">
24451 <column alignment="center" valignment="top" width="0pt">
24452 <column alignment="center" valignment="top">
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458 コマンド
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 出力
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row topspace="1.5mm">
24474 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 A(r)
24479 \backslash
24480 stackrel
24481 \begin_inset space \textvisiblespace{}
24482 \end_inset
24483
24484 r
24485 \backslash
24486 to
24487 \backslash
24488 infty
24489 \begin_inset space \textvisiblespace{}
24490 \end_inset
24491
24492
24493 \begin_inset Formula $\downarrow$
24494 \end_inset
24495
24496
24497 \backslash
24498 approx
24499 \begin_inset space \textvisiblespace{}
24500 \end_inset
24501
24502
24503 \begin_inset space \textvisiblespace{}
24504 \end_inset
24505
24506 B
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 </lyxtabular>
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Section
24532 関数
24533 \end_layout
24534
24535 \begin_layout Subsection
24536 定義済み関数
24537 \begin_inset CommandInset label
24538 LatexCommand label
24539 name "subsec:定義済み函数"
24540
24541 \end_inset
24542
24543
24544 \begin_inset Index idx
24545 status collapsed
24546
24547 \begin_layout Plain Layout
24548 かんすう@関数 ! ていぎずみ@定義済み
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout Standard
24557 一般的に、数式表現では変数は
24558 \shape italic
24559 イタリック体
24560 \shape default
24561 に設定されますが、関数名はイタリック体にしません。なぜなら、
24562 \begin_inset Formula $sin$
24563 \end_inset
24564
24565
24566 \begin_inset Formula $s\cdot i\cdot n$
24567 \end_inset
24568
24569 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24570 ックスラッシュを加えたコマンドとして挿入します。
24571 \begin_inset Separator parbreak
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \begin_layout Standard
24578 \align center
24579 \begin_inset Tabular
24580 <lyxtabular version="3" rows="2" columns="2">
24581 <features booktabs="true" tabularvalignment="middle">
24582 <column alignment="center" valignment="top" width="0pt">
24583 <column alignment="center" valignment="top" width="0pt">
24584 <row>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 コマンド
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598 出力
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 </row>
24604 <row>
24605 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 Asin(x)+B
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Formula $Asin(x)+B$
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 </lyxtabular>
24628
24629 \end_inset
24630
24631
24632 \begin_inset space \quad{}
24633 \end_inset
24634
24635
24636 \begin_inset Tabular
24637 <lyxtabular version="3" rows="2" columns="2">
24638 <features booktabs="true" tabularvalignment="middle">
24639 <column alignment="center" valignment="top" width="0pt">
24640 <column alignment="center" valignment="top" width="0pt">
24641 <row>
24642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 コマンド
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 出力
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 </row>
24661 <row>
24662 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 A
24667 \backslash
24668 sin(x)+B
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 \begin_inset Formula $A\sin(x)+B$
24678 \end_inset
24679
24680
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 </row>
24686 </lyxtabular>
24687
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \begin_layout Standard
24694 以下の関数が定義済みです。
24695 \end_layout
24696
24697 \begin_layout Standard
24698 \begin_inset VSpace -2mm
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Standard
24705 \align center
24706 \begin_inset Tabular
24707 <lyxtabular version="3" rows="9" columns="4">
24708 <features booktabs="true" tabularvalignment="middle">
24709 <column alignment="center" valignment="top" width="0pt">
24710 <column alignment="center" valignment="top" width="0pt">
24711 <column alignment="center" valignment="top" width="0pt">
24712 <column alignment="center" valignment="top" width="0pt">
24713 <row>
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" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 コマンド
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 コマンド
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 </row>
24751 <row>
24752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 sin
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 sinh
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \backslash
24780 arcsin
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 sup
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 <row>
24798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 cos
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \backslash
24815 cosh
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824
24825 \backslash
24826 arccos
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 inf
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 </row>
24843 <row>
24844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 tan
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \backslash
24861 tanh
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870
24871 \backslash
24872 arctan
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881
24882 \backslash
24883 lim
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 <row>
24890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \backslash
24896 cot
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 coth
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \backslash
24918 arg
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 liminf
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 </row>
24935 <row>
24936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \backslash
24942 sec
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 min
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 deg
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 limsup
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 <row>
24982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 csc
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 max
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \backslash
25010 det
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 Pr
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 <row>
25028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \backslash
25034 ln
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043
25044 \backslash
25045 exp
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054
25055 \backslash
25056 dim
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065
25066 \backslash
25067 hom
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 </row>
25073 <row>
25074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 lg
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 log
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \backslash
25102 ker
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \backslash
25113 gcd
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 </row>
25119 </lyxtabular>
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 上記は、数式ツールバーボタンの
25128 \begin_inset Info
25129 type  "icon"
25130 arg   "math-insert \\functions"
25131 \end_inset
25132
25133 でも挿入することができます。
25134 \end_layout
25135
25136 \begin_layout Subsection
25137 自己定義関数
25138 \begin_inset Index idx
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 かんすう@関数 ! じこていぎ@自己定義
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Standard
25151 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25152 \end_layout
25153
25154 \begin_layout Itemize
25155 以下の行を\SpecialChar LaTeX
25156 プリアンブルに加えることによって関数を定義します。
25157 \begin_inset Foot
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161
25162 \series bold
25163
25164 \backslash
25165 DeclareMathOperator
25166 \series default
25167 についての詳細は、第
25168 \begin_inset CommandInset ref
25169 LatexCommand ref
25170 reference "subsec:自己定義演算子"
25171
25172 \end_inset
25173
25174 節をご参照下さい。
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \begin_inset Newline newline
25181 \end_inset
25182
25183
25184 \begin_inset VSpace -3mm
25185 \end_inset
25186
25187
25188 \begin_inset Newline newline
25189 \end_inset
25190
25191
25192 \series bold
25193
25194 \backslash
25195 DeclareMathOperator{
25196 \backslash
25197 sgn}{sgn}
25198 \series default
25199
25200 \begin_inset Index idx
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204 こまんど@コマンド ! D ! 
25205 \backslash
25206 dbinom@
25207 \backslash
25208 DeclareMathOperator
25209 \end_layout
25210
25211 \end_inset
25212
25213
25214 \begin_inset Newline newline
25215 \end_inset
25216
25217
25218 \begin_inset VSpace -2mm
25219 \end_inset
25220
25221
25222 \begin_inset Newline newline
25223 \end_inset
25224
25225 これによって、新しく定義された関数を
25226 \series bold
25227
25228 \backslash
25229 sgn
25230 \series default
25231 コマンドで呼び出すことができるようになります。
25232 \end_layout
25233
25234 \begin_layout Itemize
25235 数式を普通に書き下し、関数名を選択して(上記の例では
25236 \emph on
25237 sgn
25238 \emph default
25239 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25240 \end_layout
25241
25242 \begin_layout Standard
25243 双方とも定義済み関数と同等の出力をもたらします
25244 \begin_inset Foot
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248 \SpecialChar LyX
25249 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \begin_inset Separator parbreak
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \begin_layout Standard
25262 \align center
25263 \begin_inset Tabular
25264 <lyxtabular version="3" rows="3" columns="2">
25265 <features booktabs="true" tabularvalignment="middle">
25266 <column alignment="center" valignment="top" width="0pt">
25267 <column alignment="center" valignment="top" width="0pt">
25268 <row>
25269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273 コマンド
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 出力
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row>
25289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293 A
25294 \backslash
25295 sgn(x)+B
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304 \begin_inset Formula $A\sgn(x)+B$
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 <row>
25314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318 A
25319 \backslash
25320 ,
25321 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25322 \end_inset
25323
25324 (x)+B
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 </row>
25342 </lyxtabular>
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25351 \end_layout
25352
25353 \begin_layout Subsection
25354 極限
25355 \begin_inset Index idx
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359 きょくげん@極限
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Standard
25368 極限用には、
25369 \series bold
25370
25371 \backslash
25372 lim
25373 \series default
25374
25375 \begin_inset Index idx
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 こまんど@コマンド ! L ! 
25380 \backslash
25381 lim
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \series bold
25388
25389 \backslash
25390 liminf
25391 \series default
25392
25393 \series bold
25394
25395 \backslash
25396 limsup
25397 \series default
25398 の他に、以下の関数があります。
25399 \begin_inset Separator parbreak
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Standard
25406 \align center
25407 \begin_inset Tabular
25408 <lyxtabular version="3" rows="5" columns="2">
25409 <features booktabs="true" tabularvalignment="middle">
25410 <column alignment="center" valignment="top" width="0pt">
25411 <column alignment="center" valignment="top" width="0pt">
25412 <row>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 コマンド
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426 出力
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 </row>
25432 <row>
25433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 varliminf
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 \begin_inset Formula $\varliminf$
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 <row topspace="1.5mm">
25458 <cell alignment="center" valignment="top" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 varlimsup
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 \begin_inset Formula $\varlimsup$
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 </row>
25482 <row topspace="1.5mm">
25483 <cell alignment="center" valignment="top" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 varprojlim
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498 \begin_inset Formula $\varprojlim$
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 </row>
25507 <row topspace="1.5mm" bottomspace="1mm">
25508 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514 varinjlim
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 \begin_inset Formula $\varinjlim$
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 </lyxtabular>
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \begin_inset VSpace medskip
25541 \end_inset
25542
25543 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25544 \end_layout
25545
25546 \begin_layout Standard
25547 \align center
25548 \begin_inset Tabular
25549 <lyxtabular version="3" rows="2" columns="2">
25550 <features booktabs="true" tabularvalignment="middle">
25551 <column alignment="center" valignment="top" width="0pt">
25552 <column alignment="center" valignment="top" width="0pt">
25553 <row>
25554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558 コマンド
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 出力
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 <row>
25574 <cell alignment="center" valignment="top" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 lim_x
25581 \backslash
25582 to
25583 \begin_inset space \textvisiblespace{}
25584 \end_inset
25585
25586 A
25587 \begin_inset space \textvisiblespace{}
25588 \end_inset
25589
25590 x=B
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\lim_{x\to A}x=B$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 </lyxtabular>
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \begin_layout Standard
25616 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25617 \begin_inset Formula 
25618 \[
25619 \lim_{x\to A}x=B
25620 \]
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset VSpace medskip
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635 極限の組版を調整する仕方については、第
25636 \begin_inset CommandInset ref
25637 LatexCommand ref
25638 reference "subsec:演算子の範囲"
25639
25640 \end_inset
25641
25642 節をご覧ください。
25643 \end_layout
25644
25645 \begin_layout Subsection
25646 剰余関数
25647 \begin_inset Index idx
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651 かんすう@関数 ! じょうよ@剰余
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \begin_inset Index idx
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661 かんすう@関数 ! もじゅらす@モジュラス
25662 \begin_inset ERT
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666
25667 |see{
25668 \end_layout
25669
25670 \end_inset
25671
25672 剰余
25673 \begin_inset ERT
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677
25678 }
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \begin_layout Standard
25692 剰余関数は、特別に4つの派生型があります。
25693 \end_layout
25694
25695 \begin_layout Standard
25696 以下は、別行立て数式での派生型です。
25697 \begin_inset Formula 
25698 \begin{align*}
25699 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25700 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25701 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25702 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25703 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25704 \end{align*}
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25713 のように文字を\SpecialChar TeX
25714 括弧で囲みます。
25715 \begin_inset Formula 
25716 \begin{align*}
25717 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25718 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25719 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25720 \end{align*}
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Section
25728 特殊文字
25729 \begin_inset Index idx
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733 とくしゅもじ@特殊文字
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
25743 \backslash
25744 を付けなくてはなりません。
25745 \begin_inset Separator parbreak
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 \noindent
25753 \align center
25754 \begin_inset Tabular
25755 <lyxtabular version="3" rows="3" columns="2">
25756 <features booktabs="true" tabularvalignment="middle">
25757 <column alignment="left" valignment="top" width="0pt">
25758 <column alignment="block" valignment="top">
25759 <row>
25760 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764 コマンド
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 出力
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 ^
25787 \begin_inset space \textvisiblespace{}
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 \begin_inset Formula $\mathcircumflex$
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 <row>
25809 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813
25814 \backslash
25815 _
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 \begin_inset Formula $\_$
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 </lyxtabular>
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Subsection
25841 数式テキストにおける特殊文字
25842 \end_layout
25843
25844 \begin_layout Standard
25845 以下の各コマンドは、数式テキストか\SpecialChar TeX
25846 モード中でのみ使用することができます。
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset space \hfill{}
25851 \end_inset
25852
25853
25854 \begin_inset Tabular
25855 <lyxtabular version="3" rows="8" columns="2">
25856 <features booktabs="true" tabularvalignment="middle">
25857 <column alignment="left" valignment="top" width="0pt">
25858 <column alignment="block" valignment="top">
25859 <row>
25860 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 コマンド
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873 出力
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884
25885 \backslash
25886 oe
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895 \begin_inset Formula $\textrm{œ}$
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 </row>
25904 <row>
25905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909
25910 \backslash
25911 OE
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 \begin_inset Formula $\textrm{Œ}$
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 </row>
25929 <row>
25930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934
25935 \backslash
25936 ae
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 \begin_inset Formula $\textrm{æ}$
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 </row>
25954 <row>
25955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959
25960 \backslash
25961 AE
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 \begin_inset Formula $\textrm{Æ}$
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 aa
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 \begin_inset Formula $\textrm{\aa}$
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 </row>
26004 <row>
26005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009
26010 \backslash
26011 AA
26012 \begin_inset Index idx
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016
26017 \lang english
26018
26019 \backslash
26020 @
26021 \begin_inset ERT
26022 status collapsed
26023
26024 \begin_layout Plain Layout
26025
26026
26027 \backslash
26028 textrm{
26029 \backslash
26030 AA}
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049 \begin_inset Formula $\textrm{Å}$
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \backslash
26065 i
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 \begin_inset Formula $\textrm{ı}$
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 </lyxtabular>
26084
26085 \end_inset
26086
26087
26088 \begin_inset space \hfill{}
26089 \end_inset
26090
26091
26092 \begin_inset Tabular
26093 <lyxtabular version="3" rows="8" columns="2">
26094 <features booktabs="true" tabularvalignment="middle">
26095 <column alignment="left" valignment="top" width="0pt">
26096 <column alignment="center" valignment="top">
26097 <row>
26098 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 コマンド
26103 \begin_inset Note Note
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107 0
26108 \begin_inset space \thinspace{}
26109 \end_inset
26110
26111 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 出力
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row>
26132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136
26137 \backslash
26138 o
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147 \begin_inset Formula $\textrm{ø}$
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 </row>
26156 <row>
26157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161
26162 \backslash
26163 O
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Formula $\textrm{Ø}$
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 l
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 \begin_inset Formula $\textrm{ł}$
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 <row>
26207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211
26212 \backslash
26213 L
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222 \begin_inset Formula $\textrm{Ł}$
26223 \end_inset
26224
26225
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 </row>
26231 <row>
26232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 !
26237 \begin_inset space \hspace{}
26238 \length 0mm
26239 \end_inset
26240
26241 `
26242 \begin_inset space \textvisiblespace{}
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 \begin_inset Formula $\textrm{!`}$
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 ?
26269 \begin_inset space \hspace{}
26270 \length 0mm
26271 \end_inset
26272
26273 `
26274 \begin_inset space \textvisiblespace{}
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 \begin_inset Formula $\textrm{?`}$
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 <row>
26296 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300
26301 \backslash
26302 j
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 \begin_inset Formula $\textrm{ȷ}$
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 </row>
26320 </lyxtabular>
26321
26322 \end_inset
26323
26324
26325 \begin_inset space \hfill{}
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Standard
26332 \begin_inset Formula $\textrm{\textrm{Å}}$
26333 \end_inset
26334
26335
26336 \begin_inset Formula $\textrm{\textrm{Ø}}$
26337 \end_inset
26338
26339 の各文字は、数式ツールバーボタンの
26340 \begin_inset Info
26341 type  "icon"
26342 arg   "math-insert \\digamma"
26343 \end_inset
26344
26345 からも挿入することができます。
26346 \end_layout
26347
26348 \begin_layout Standard
26349 例外は、
26350 \series bold
26351 !
26352 \begin_inset space \hspace{}
26353 \length 0mm
26354 \end_inset
26355
26356 `
26357 \series default
26358
26359 \series bold
26360 ?
26361 \begin_inset space \hspace{}
26362 \length 0mm
26363 \end_inset
26364
26365 `
26366 \series default
26367 の各コマンドで、これらは直接\SpecialChar LyX
26368 中の本文に入れることができます。
26369 \end_layout
26370
26371 \begin_layout Subsection
26372 文章中のアクセント
26373 \begin_inset CommandInset label
26374 LatexCommand label
26375 name "subsec:文章中のアクセント"
26376
26377 \end_inset
26378
26379
26380 \begin_inset Index idx
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Standard
26393 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26394 モードで入れなくてはなりません。
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset space \hfill{}
26399 \end_inset
26400
26401
26402 \begin_inset Tabular
26403 <lyxtabular version="3" rows="8" columns="2">
26404 <features booktabs="true" tabularvalignment="middle">
26405 <column alignment="left" valignment="top" width="0pt">
26406 <column alignment="block" valignment="top">
26407 <row>
26408 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 コマンド
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 出力
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434
26435 \begin_inset Quotes grd
26436 \end_inset
26437
26438 e
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 "e
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 </row>
26465 <row>
26466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470
26471 \backslash
26472 `e
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 `e
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504
26505 \backslash
26506 ^
26507 \begin_inset space \textvisiblespace{}
26508 \end_inset
26509
26510 e
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519 \begin_inset ERT
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523
26524
26525 \backslash
26526 ^e
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 </row>
26537 <row>
26538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \backslash
26544 =e
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 =e
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 <row>
26572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576
26577 \backslash
26578 u
26579 \begin_inset space \textvisiblespace{}
26580 \end_inset
26581
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 u e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 b
26617 \begin_inset space \textvisiblespace{}
26618 \end_inset
26619
26620 e
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 b e
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652
26653 \backslash
26654 t
26655 \begin_inset space \textvisiblespace{}
26656 \end_inset
26657
26658 ee
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 t ee
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 </row>
26685 </lyxtabular>
26686
26687 \end_inset
26688
26689
26690 \begin_inset space \hfill{}
26691 \end_inset
26692
26693
26694 \begin_inset Tabular
26695 <lyxtabular version="3" rows="8" columns="2">
26696 <features booktabs="true" tabularvalignment="middle">
26697 <column alignment="left" valignment="top" width="0pt">
26698 <column alignment="center" valignment="top">
26699 <row>
26700 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 コマンド
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 出力
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 </row>
26719 <row>
26720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Plain Layout
26724
26725 \backslash
26726 H
26727 \begin_inset space \textvisiblespace{}
26728 \end_inset
26729
26730 e
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739 \begin_inset ERT
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743
26744
26745 \backslash
26746 H e
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 </row>
26757 <row>
26758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762
26763 \backslash
26764 'e
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778
26779 \backslash
26780 'e
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 </row>
26791 <row>
26792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796
26797 \backslash
26798 ~e
26799 \begin_inset Index idx
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803 ちるだ@チルダ
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 \begin_inset ERT
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822
26823 \backslash
26824 ~e
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 .e
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 .e
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row>
26870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874
26875 \backslash
26876 v
26877 \begin_inset space \textvisiblespace{}
26878 \end_inset
26879
26880 e
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 v e
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 d
26915 \begin_inset space \textvisiblespace{}
26916 \end_inset
26917
26918 e
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 d e
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 </row>
26945 <row>
26946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950
26951 \backslash
26952 c
26953 \begin_inset space \textvisiblespace{}
26954 \end_inset
26955
26956 e
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset ERT
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969
26970
26971 \backslash
26972 c e
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 </row>
26983 </lyxtabular>
26984
26985 \end_inset
26986
26987
26988 \begin_inset space \hfill{}
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \begin_layout Standard
26995 \begin_inset VSpace medskip
26996 \end_inset
26997
26998
26999 \series bold
27000
27001 \backslash
27002 t
27003 \series default
27004 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27005 \series bold
27006
27007 \backslash
27008 t
27009 \begin_inset space \textvisiblespace{}
27010 \end_inset
27011
27012 sz
27013 \series default
27014 は、
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 t sz
27023 \end_layout
27024
27025 \end_inset
27026
27027 となります。
27028 \end_layout
27029
27030 \begin_layout Standard
27031
27032 \series bold
27033 `
27034 \series default
27035  ・
27036 \series bold
27037  '
27038 \series default
27039  ・ 
27040 \series bold
27041 ^
27042 \series default
27043  の各アクセントは、\SpecialChar TeX
27044 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27045 \begin_inset Foot
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \series bold
27056 ~
27057 \series default
27058 を、
27059 \emph on
27060 a
27061 \emph default
27062
27063 \emph on
27064 n
27065 \emph default
27066
27067 \emph on
27068 o
27069 \emph default
27070 といっしょに使うときも同様です。
27071 \end_layout
27072
27073 \begin_layout Standard
27074
27075 \series bold
27076
27077 \backslash
27078 b
27079 \series default
27080
27081 \series bold
27082
27083 \backslash
27084 c
27085 \series default
27086
27087 \series bold
27088
27089 \backslash
27090 d
27091 \series default
27092
27093 \series bold
27094
27095 \backslash
27096 H
27097 \series default
27098
27099 \series bold
27100
27101 \backslash
27102 t
27103 \series default
27104
27105 \series bold
27106
27107 \backslash
27108 u
27109 \series default
27110
27111 \series bold
27112
27113 \backslash
27114 v
27115 \series default
27116 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27117 。第
27118 \begin_inset CommandInset ref
27119 LatexCommand ref
27120 reference "subsec:一文字に付けるアクセント"
27121
27122 \end_inset
27123
27124 節をご参照下さい。
27125 \end_layout
27126
27127 \begin_layout Standard
27128 \begin_inset VSpace bigskip
27129 \end_inset
27130
27131 さらに、
27132 \series bold
27133
27134 \backslash
27135 textcircled
27136 \series default
27137
27138 \begin_inset Index idx
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 こまんど@コマンド ! T ! 
27143 \backslash
27144 textcircled
27145 \end_layout
27146
27147 \end_inset
27148
27149 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
27150 \end_layout
27151
27152 \begin_layout Standard
27153 \align center
27154 \begin_inset Tabular
27155 <lyxtabular version="3" rows="3" columns="2">
27156 <features booktabs="true" tabularvalignment="middle">
27157 <column alignment="center" valignment="top" width="0pt">
27158 <column alignment="center" valignment="top">
27159 <row>
27160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Plain Layout
27164 コマンド
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 出力
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 </row>
27179 <row>
27180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27181 \begin_inset Text
27182
27183 \begin_layout Plain Layout
27184
27185 \backslash
27186 textcircled{w}
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 \begin_inset ERT
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199
27200
27201 \backslash
27202 textcircled{w}
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \end_inset
27211 </cell>
27212 </row>
27213 <row topspace="1mm">
27214 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218
27219 \backslash
27220 Large 
27221 \backslash
27222 textcircled{
27223 \backslash
27224 normalsize
27225 \backslash
27226 protect
27227 \backslash
27228 raisebox{-1.5pt}{W}}
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242
27243 \backslash
27244 Large 
27245 \backslash
27246 textcircled{
27247 \backslash
27248 normalsize
27249 \backslash
27250 protect
27251 \backslash
27252 raisebox{-1.5pt}W}
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 </lyxtabular>
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27272 \series bold
27273
27274 \backslash
27275 Large
27276 \series default
27277
27278 \begin_inset Foot
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283 \begin_inset CommandInset ref
27284 LatexCommand ref
27285 reference "subsec:書体寸法"
27286
27287 \end_inset
27288
27289 節参照のこと。
27290 \end_layout
27291
27292 \end_inset
27293
27294 で丸の大きさを指定しています。そして
27295 \series bold
27296
27297 \backslash
27298 raisebox
27299 \series default
27300
27301 \begin_inset Foot
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306 \begin_inset CommandInset ref
27307 LatexCommand ref
27308 reference "subsec:枠なしボックス"
27309
27310 \end_inset
27311
27312 節参照のこと。
27313 \end_layout
27314
27315 \end_inset
27316
27317 を使って、文字が真ん中にくるようにしています。
27318 \end_layout
27319
27320 \begin_layout Subsection
27321 古式数字
27322 \begin_inset Index idx
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326 こしきすうじ@古式数字
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Standard
27335 古式数字は、
27336 \series bold
27337
27338 \backslash
27339 oldstylenums
27340 \series default
27341
27342 \begin_inset Index idx
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346 こまんど@コマンド ! O ! 
27347 \backslash
27348 oldstylenums
27349 \end_layout
27350
27351 \end_inset
27352
27353 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27354 モード中でも使うことができます。コマンド書式は、
27355 \end_layout
27356
27357 \begin_layout Standard
27358
27359 \series bold
27360
27361 \backslash
27362 oldstylenums{数字}
27363 \end_layout
27364
27365 \begin_layout Standard
27366 です。
27367 \series bold
27368
27369 \backslash
27370 oldstylenums{0123456789}
27371 \series default
27372 というコマンドは、
27373 \begin_inset Formula $\oldstylenums{0123456789}$
27374 \end_inset
27375
27376 のようになります。
27377 \end_layout
27378
27379 \begin_layout Section
27380 数式様式
27381 \begin_inset CommandInset label
27382 LatexCommand label
27383 name "sec:数式様式"
27384
27385 \end_inset
27386
27387
27388 \begin_inset Index idx
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 すうしき@数式 ! ようしき@様式
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Itemize
27401 以下の二つの配置様式があります。
27402 \begin_inset Separator parbreak
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_deeper
27409 \begin_layout Description
27410 中央揃え 事前に定義された標準です。
27411 \end_layout
27412
27413 \begin_layout Description
27414 行頭下げ これを使うには、
27415 \family sans
27416 文書\SpecialChar menuseparator
27417 設定
27418 \family default
27419 メニューの
27420 \family sans
27421 文書クラス
27422 \family default
27423 において、
27424 \series bold
27425 fleqn
27426 \series default
27427 オプションを指定しておかなくてはなりません。
27428 \end_layout
27429
27430 \begin_layout Standard
27431
27432 \series bold
27433 行頭下げ
27434 \series default
27435 を用いる場合には、行頭下げの大きさを
27436 \series bold
27437
27438 \backslash
27439 mathindent
27440 \series default
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 こまんど@コマンド ! M ! 
27447 \backslash
27448 mathindent
27449 \end_layout
27450
27451 \end_inset
27452
27453 の値で調整することができます。これを15
27454 \begin_inset space \thinspace{}
27455 \end_inset
27456
27457 mmにするには、\SpecialChar LaTeX
27458 プリアンブルに以下のコマンドを入れておきます。
27459 \end_layout
27460
27461 \begin_layout Standard
27462
27463 \series bold
27464
27465 \backslash
27466 setlength{
27467 \backslash
27468 mathindent}{15mm}
27469 \end_layout
27470
27471 \begin_layout Standard
27472
27473 \series bold
27474
27475 \backslash
27476 mathindent
27477 \series default
27478 を明示的に指定しない場合には、事前に定義されている30
27479 \begin_inset space \thinspace{}
27480 \end_inset
27481
27482 ptが適用されます。
27483 \end_layout
27484
27485 \end_deeper
27486 \begin_layout Itemize
27487 また、以下の二つの連番様式があります。
27488 \begin_inset Separator parbreak
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_deeper
27495 \begin_layout Description
27496 右 事前に定義された標準です。
27497 \end_layout
27498
27499 \begin_layout Description
27500 左 これを使うには、
27501 \family sans
27502 文書\SpecialChar menuseparator
27503 設定
27504 \family default
27505 メニューの
27506 \family sans
27507 文書クラス
27508 \family default
27509 において、
27510 \series bold
27511 leqno
27512 \series default
27513 オプションを指定しておかなくてはなりません。
27514 \end_layout
27515
27516 \end_deeper
27517 \begin_layout Standard
27518
27519 \series bold
27520 fleqn
27521 \series default
27522
27523 \series bold
27524 leqno
27525 \series default
27526 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27527 \end_layout
27528
27529 \begin_layout Standard
27530 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27531 \series bold
27532 中央揃え
27533 \series default
27534 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27535 \begin_inset CommandInset ref
27536 LatexCommand ref
27537 reference "subsec:flalign環境"
27538
27539 \end_inset
27540
27541 節をご覧下さい。
27542 \end_layout
27543
27544 \begin_layout Section
27545 多行数式
27546 \begin_inset CommandInset label
27547 LatexCommand label
27548 name "sec:多行数式"
27549
27550 \end_inset
27551
27552
27553 \begin_inset Index idx
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557 すうしき@数式 ! たぎょう@多行
27558 \begin_inset space \thinspace{}
27559 \end_inset
27560
27561 ——
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Subsection
27570 概要
27571 \end_layout
27572
27573 \begin_layout Standard
27574 \SpecialChar LyX
27575 では、多行数式は、数式中で
27576 \begin_inset Info
27577 type  "shortcut"
27578 arg   "newline-insert newline"
27579 \end_inset
27580
27581 を押すことで作られます。この操作によって、第
27582 \begin_inset CommandInset ref
27583 LatexCommand ref
27584 reference "subsec:eqnarray環境"
27585
27586 \end_inset
27587
27588 節に述べられている
27589 \series bold
27590 eqnarray環境
27591 \series default
27592 が作り出されるか、あるいは文書設定で
27593 \family sans
27594 AMS mathパッケージを使う
27595 \family default
27596 オプションが選択されている場合には、第
27597 \begin_inset CommandInset ref
27598 LatexCommand ref
27599 reference "subsec:標準align環境"
27600
27601 \end_inset
27602
27603 節に述べられている
27604 \series bold
27605 align環境
27606 \series default
27607 が作り出されることになります。
27608 \end_layout
27609
27610 \begin_layout Standard
27611 他にも、
27612 \family sans
27613 挿入\SpecialChar menuseparator
27614 数式
27615 \family default
27616 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27617 \end_layout
27618
27619 \begin_layout Standard
27620 すべての多行数式において、新規行は、
27621 \begin_inset Info
27622 type  "shortcut"
27623 arg   "newline-insert newline"
27624 \end_inset
27625
27626 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27627 \begin_inset Info
27628 type  "icon"
27629 arg   "inset-modify tabular append-row"
27630 \end_inset
27631
27632
27633 \begin_inset Info
27634 type  "icon"
27635 arg   "inset-modify tabular delete-row"
27636 \end_inset
27637
27638 を使うか、
27639 \family sans
27640 編集\SpecialChar menuseparator
27641 行と列
27642 \family default
27643 メニューを使うことができます。
27644 \end_layout
27645
27646 \begin_layout Subsubsection
27647 行間
27648 \begin_inset CommandInset label
27649 LatexCommand label
27650 name "subsec:行間"
27651
27652 \end_inset
27653
27654
27655 \begin_inset Index idx
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 すうしき@数式 ! たぎょう@多行
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 —— ! ぎょうかん@行間
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Standard
27672 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27673 \begin_inset Formula 
27674 \begin{eqnarray*}
27675 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}\\
27676 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
27677 \end{eqnarray*}
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 \SpecialChar LaTeX
27686 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
27687 には実装されていない
27688 \begin_inset Foot
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692 \begin_inset CommandInset href
27693 LatexCommand href
27694 name "LyX-bug #1505"
27695 target "http://www.lyx.org/trac/ticket/1505"
27696
27697 \end_inset
27698
27699 を参照。
27700 \end_layout
27701
27702 \end_inset
27703
27704 ので、数式全体を\SpecialChar TeX
27705 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27706 \series bold
27707
27708 \backslash
27709
27710 \backslash
27711 [3mm]
27712 \series default
27713 というコマンドを入れます。すると、次のようになります。
27714 \begin_inset ERT
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718
27719
27720 \backslash
27721 begin{eqnarray*}
27722 \end_layout
27723
27724 \begin_layout Plain Layout
27725
27726 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27727  = & 
27728 \backslash
27729 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27730 \backslash
27731
27732 \backslash
27733 [3mm]
27734 \end_layout
27735
27736 \begin_layout Plain Layout
27737
27738 4x^{2}
27739 \backslash
27740 left(B^{2}+x_{0}^{2}
27741 \backslash
27742 right)+4x_{0}x
27743 \backslash
27744 left(D-B^{2}
27745 \backslash
27746 right)+B^{2}
27747 \backslash
27748 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27749 \backslash
27750 right) & = & 0
27751 \end_layout
27752
27753 \begin_layout Plain Layout
27754
27755
27756 \backslash
27757 end{eqnarray*}
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset VSpace bigskip
27767 \end_inset
27768
27769 同一数式内のすべての行の行間を一律に指定するには、
27770 \series bold
27771
27772 \backslash
27773 jot
27774 \series default
27775
27776 \begin_inset Index idx
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 こまんど@コマンド ! J ! 
27781 \backslash
27782 jot
27783 \end_layout
27784
27785 \end_inset
27786
27787 変数を変更します。定義は、
27788 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27789 \end_inset
27790
27791 となっています。
27792 \series bold
27793
27794 \backslash
27795 jot
27796 \series default
27797 の既定値は、3
27798 \begin_inset space \thinspace{}
27799 \end_inset
27800
27801 ptです。上記の例のように、行間を3
27802 \begin_inset space \thinspace{}
27803 \end_inset
27804
27805 mm追加するには、
27806 \end_layout
27807
27808 \begin_layout Standard
27809
27810 \series bold
27811
27812 \backslash
27813 setlength{
27814 \backslash
27815 jot}{3mm+3pt}
27816 \end_layout
27817
27818 \begin_layout Standard
27819 というコマンドを、数式直前に\SpecialChar TeX
27820 モードで入れておきます。これを行うには、\SpecialChar LaTeX
27821 プリアンブルに
27822 \end_layout
27823
27824 \begin_layout Standard
27825
27826 \series bold
27827
27828 \backslash
27829 usepackage{calc}
27830 \end_layout
27831
27832 \begin_layout Standard
27833 という行を入れて、\SpecialChar LaTeX
27834 パッケージ
27835 \series bold
27836 calc
27837 \series default
27838
27839 \begin_inset Foot
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843
27844 \series bold
27845 calc
27846 \series default
27847 は標準的な\SpecialChar LaTeX
27848 頒布版のすべてに付属しています。
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Index idx
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 ぱっけーじ@パッケージ ! calc
27859 \end_layout
27860
27861 \end_inset
27862
27863  を読み込んでおく必要があります。すると、
27864 \begin_inset ERT
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868
27869
27870 \backslash
27871 setlength{
27872 \backslash
27873 jot}{3mm+3pt}
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Formula 
27880 \begin{eqnarray*}
27881 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}\\
27882 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
27883 \end{eqnarray*}
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Standard
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 jot}{3pt}
27901 \end_layout
27902
27903 \end_inset
27904
27905 のような結果を得ます。行間を既定値に戻すには、
27906 \series bold
27907
27908 \backslash
27909 jot
27910 \series default
27911 をふたたび3
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 ptに戻します。
27916 \end_layout
27917
27918 \begin_layout Subsubsection
27919 列間
27920 \begin_inset CommandInset label
27921 LatexCommand label
27922 name "subsec:列間"
27923
27924 \end_inset
27925
27926
27927 \begin_inset Index idx
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 すうしき@数式 ! たぎょう@多行
27932 \begin_inset space \thinspace{}
27933 \end_inset
27934
27935 —— ! れつかん@列間
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \begin_layout Standard
27944 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949 列間は、
27950 \series bold
27951
27952 \backslash
27953 arraycolsep
27954 \series default
27955
27956 \begin_inset Index idx
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960 こまんど@コマンド ! A ! 
27961 \backslash
27962 arraycolsep
27963 \end_layout
27964
27965 \end_inset
27966
27967 変数を使って指定し、
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971 列間 = 2
27972 \begin_inset space \thinspace{}
27973 \end_inset
27974
27975
27976 \series bold
27977
27978 \backslash
27979 arraycolsep
27980 \series default
27981
27982 \begin_inset Newline newline
27983 \end_inset
27984
27985 という関係があります。したがって、
27986 \end_layout
27987
27988 \begin_layout Standard
27989
27990 \series bold
27991
27992 \backslash
27993 setlength{
27994 \backslash
27995 arraycolsep}{1cm}
27996 \end_layout
27997
27998 \begin_layout Standard
27999 というコマンドを\SpecialChar TeX
28000 モードで入れると、ここから後のすべての数式の列間が2
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 cmになります。これを既定値に戻すには、
28005 \series bold
28006
28007 \backslash
28008 arraycolsep
28009 \series default
28010 を5
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 ptに戻して下さい。
28015 \end_layout
28016
28017 \begin_layout Standard
28018 以下は、2
28019 \begin_inset space \thinspace{}
28020 \end_inset
28021
28022 cmの列間を持つ数式です。
28023 \begin_inset ERT
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 arraycolsep}{1cm}
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \begin_inset Formula 
28039 \begin{eqnarray*}
28040 A & = & B\\
28041 C & \ne & A
28042 \end{eqnarray*}
28043
28044 \end_inset
28045
28046 行列の既定の列間10
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050 ptを持つ数式です。
28051 \begin_inset ERT
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055
28056
28057 \backslash
28058 setlength{
28059 \backslash
28060 arraycolsep}{5pt}
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \begin_inset Formula 
28067 \begin{eqnarray*}
28068 A & = & B\\
28069 C & \ne & A
28070 \end{eqnarray*}
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Subsubsection
28078 長い数式
28079 \begin_inset Index idx
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 すうしき@数式 ! ながい@長い
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092 長い数式は、以下の方法を使って組版することができます。
28093 \end_layout
28094
28095 \begin_layout Itemize
28096 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28097 \begin_inset Formula 
28098 \begin{eqnarray}
28099 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 \\
28100  &  & -\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}
28101 \end{eqnarray}
28102
28103 \end_inset
28104
28105 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28106 示されません。これを避けるために、マイナス記号の後に
28107 \series bold
28108
28109 \backslash
28110 hspace
28111 \series default
28112 .
28113 \begin_inset Foot
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117
28118 \series bold
28119
28120 \backslash
28121 hspace
28122 \series default
28123 に関しての詳細は、第
28124 \begin_inset CommandInset ref
28125 LatexCommand ref
28126 reference "subsec:可変長の空白"
28127
28128 \end_inset
28129
28130 節をご覧下さい。
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \begin_inset Index idx
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140 こまんど@コマンド ! H ! 
28141 \backslash
28142 hspace
28143 \end_layout
28144
28145 \end_inset
28146
28147 コマンドを使って3
28148 \begin_inset space \thinspace{}
28149 \end_inset
28150
28151 pt空白を入れてあります。
28152 \end_layout
28153
28154 \begin_layout Itemize
28155 数式の両辺がともに長すぎるときには、
28156 \series bold
28157
28158 \backslash
28159 lefteqn
28160 \series default
28161
28162 \begin_inset Index idx
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166 こまんど@コマンド ! L ! 
28167 \backslash
28168 lefteqn
28169 \end_layout
28170
28171 \end_inset
28172
28173 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28174 \begin_inset Formula 
28175 \begin{eqnarray}
28176 \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 \\
28177  &  & -\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 \\
28178  &  & =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}
28179 \end{eqnarray}
28180
28181 \end_inset
28182
28183
28184 \series bold
28185
28186 \backslash
28187 lefteqn
28188 \series default
28189 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28190 \begin_inset Newline newline
28191 \end_inset
28192
28193 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28194 \begin_inset VSpace medskip
28195 \end_inset
28196
28197
28198 \begin_inset Newline newline
28199 \end_inset
28200
28201
28202 \begin_inset Note Greyedout
28203 status open
28204
28205 \begin_layout Plain Layout
28206
28207 \series bold
28208
28209 \backslash
28210 lefteqn
28211 \series default
28212 を使用する際には、以下のことにご注意下さい。
28213 \end_layout
28214
28215 \begin_layout Itemize
28216 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28217 \begin_inset Formula $-B^{2}$
28218 \end_inset
28219
28220 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28221 \end_layout
28222
28223 \begin_layout Itemize
28224 \SpecialChar LyX
28225 のバグによって、最初の行にマウスでカーソルを入れることはできません
28226 \begin_inset Foot
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 \begin_inset CommandInset href
28231 LatexCommand href
28232 name "LyX-bug #1429"
28233 target "http://www.lyx.org/trac/ticket/1429"
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \end_inset
28241
28242 。カーソルを行頭に合わせて、矢印
28243 \begin_inset Flex Ruby
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248 \begin_inset Argument post:1
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252 キー
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \end_inset
28261
28262 で移動するしかありません。
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Itemize
28271 長い数式を組む他の方法として、第
28272 \begin_inset CommandInset ref
28273 LatexCommand ref
28274 reference "subsec:multline環境"
28275
28276 \end_inset
28277
28278 節と第
28279 \begin_inset CommandInset ref
28280 LatexCommand ref
28281 reference "subsec:数式の一部の多行化"
28282
28283 \end_inset
28284
28285 節で述べられている環境を用いる方法があります。
28286 \end_layout
28287
28288 \begin_layout Subsubsection
28289 多行にわたる分数
28290 \begin_inset CommandInset label
28291 LatexCommand label
28292 name "subsec:多行にわたる分数"
28293
28294 \end_inset
28295
28296
28297 \begin_inset Index idx
28298 status open
28299
28300 \begin_layout Plain Layout
28301 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28311 \series bold
28312
28313 \backslash
28314 splitfrac
28315 \series default
28316 コマンド
28317 \begin_inset Index idx
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 こまんど@コマンド ! S ! 
28322 \backslash
28323 splitfrac
28324 \end_layout
28325
28326 \end_inset
28327
28328 を使うことができます。これを有効化するには、文書設定の
28329 \family sans
28330 数式オプション
28331 \family default
28332 で、
28333 \series bold
28334 mathtools
28335 \series default
28336 パッケージ
28337 \begin_inset Index idx
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 ぱっけーじ@パッケージ ! mathtools
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \family sans
28348 常に読み込み
28349 \family default
28350 オプションを指定してください。
28351 \series bold
28352
28353 \backslash
28354 splitfrac
28355 \series default
28356 のスキームは
28357 \end_layout
28358
28359 \begin_layout Standard
28360
28361 \series bold
28362
28363 \backslash
28364 splitfrac{1行目}{2行目}
28365 \end_layout
28366
28367 \begin_layout Standard
28368 となっており、分母にも分子にも使うことができます。
28369 \end_layout
28370
28371 \begin_layout Standard
28372 \begin_inset Formula 
28373 \[
28374 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}
28375 \]
28376
28377 \end_inset
28378
28379 上記の最初の分子に使われているコマンドは、
28380 \end_layout
28381
28382 \begin_layout Standard
28383
28384 \series bold
28385
28386 \backslash
28387 splitfrac{xy+xy+xy+xy+xy
28388 \begin_inset space \textvisiblespace{}
28389 \end_inset
28390
28391
28392 \backslash
28393 {+wy+wy+wy+wy
28394 \end_layout
28395
28396 \begin_layout Standard
28397 です。
28398 \end_layout
28399
28400 \begin_layout Subsubsection
28401 多行にわたる括弧
28402 \begin_inset CommandInset label
28403 LatexCommand label
28404 name "subsec:多行にわたる括弧"
28405
28406 \end_inset
28407
28408
28409 \begin_inset Index idx
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28423 \begin_inset Formula 
28424 \begin{eqnarray*}
28425 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28426  &  & \left.\cdots+B-D\right]
28427 \end{eqnarray*}
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28436 \end_layout
28437
28438 \begin_layout Standard
28439 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28440 \series bold
28441
28442 \backslash
28443 right.
28444 \series default
28445
28446 \begin_inset Index idx
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 こまんど@コマンド ! R ! 
28451 \backslash
28452 right
28453 \end_layout
28454
28455 \end_inset
28456
28457 とし、二行めの始めを
28458 \series bold
28459
28460 \backslash
28461 left.
28462 \begin_inset Foot
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466
28467 \series bold
28468
28469 \backslash
28470 left
28471 \series default
28472
28473 \series bold
28474
28475 \backslash
28476 right
28477 \series default
28478 に関する詳細は、第
28479 \begin_inset CommandInset ref
28480 LatexCommand ref
28481 reference "subsec:自動の括弧丈"
28482
28483 \end_inset
28484
28485 節をご覧下さい。
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \series default
28492
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 こまんど@コマンド ! L ! 
28498 \backslash
28499 left
28500 \end_layout
28501
28502 \end_inset
28503
28504 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28505 \series bold
28506
28507 \backslash
28508 left.
28509 \series default
28510 の後に、
28511 \series bold
28512
28513 \backslash
28514 vphantom
28515 \series default
28516
28517 \begin_inset space \textvisiblespace{}
28518 \end_inset
28519
28520
28521 \series bold
28522
28523 \backslash
28524 prod
28525 \series default
28526 ^
28527 \begin_inset space \textvisiblespace{}
28528 \end_inset
28529
28530
28531 \series bold
28532
28533 \backslash
28534 infty
28535 \series default
28536
28537 \begin_inset space \textvisiblespace{}
28538 \end_inset
28539
28540
28541 \series bold
28542
28543 \begin_inset Formula $\downarrow$
28544 \end_inset
28545
28546 _R=1}
28547 \series default
28548
28549 \begin_inset Index idx
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 こまんど@コマンド ! V ! 
28554 \backslash
28555 vphantom
28556 \end_layout
28557
28558 \end_inset
28559
28560 というコマンドを挿入します。
28561 \end_layout
28562
28563 \begin_layout Standard
28564 その結果が以下の数式です。
28565 \begin_inset Formula 
28566 \begin{eqnarray*}
28567 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28568  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28569 \end{eqnarray*}
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Subsection
28577 align環境
28578 \end_layout
28579
28580 \begin_layout Standard
28581 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28582 \end_layout
28583
28584 \begin_layout Standard
28585 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28586 \end_layout
28587
28588 \begin_layout Standard
28589 align環境は、
28590 \family sans
28591 挿入\SpecialChar menuseparator
28592 数式
28593 \family default
28594 メニューから作ることができます。
28595 \family sans
28596 編集\SpecialChar menuseparator
28597 数式\SpecialChar menuseparator
28598 数式の表記を変更
28599 \family default
28600 メニューを使えば、既存の数式をalign環境に変更することができます。
28601 \end_layout
28602
28603 \begin_layout Standard
28604 列を追加したり削除したりするには、数式ツールバーボタンの
28605 \begin_inset Info
28606 type  "icon"
28607 arg   "inset-modify tabular append-column"
28608 \end_inset
28609
28610
28611 \begin_inset Info
28612 type  "icon"
28613 arg   "inset-modify tabular delete-column"
28614 \end_inset
28615
28616 を使うか、
28617 \family sans
28618 編集\SpecialChar menuseparator
28619 行と列
28620 \family default
28621 メニューを使います。
28622 \end_layout
28623
28624 \begin_layout Subsubsection
28625 標準align環境
28626 \begin_inset CommandInset label
28627 LatexCommand label
28628 name "subsec:標準align環境"
28629
28630 \end_inset
28631
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 すうしき@数式 ! たぎょう@多行
28638 \begin_inset space \thinspace{}
28639 \end_inset
28640
28641 —— ! alignかんきょう@align環境
28642 \end_layout
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Standard
28650 このalign環境は、数式中で
28651 \begin_inset Info
28652 type  "shortcut"
28653 arg   "newline-insert newline"
28654 \end_inset
28655
28656 を押すか、
28657 \family sans
28658 挿入\SpecialChar menuseparator
28659 数式\SpecialChar menuseparator
28660 AMS align環境
28661 \family default
28662 メニューで作ることができます。
28663 \end_layout
28664
28665 \begin_layout Standard
28666 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28667 \begin_inset Formula 
28668 \begin{align*}
28669 A & =\sin(B) & C & =D\\
28670 C & \ne A & B & \ne D
28671 \end{align*}
28672
28673 \end_inset
28674
28675 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28676 \series bold
28677
28678 \backslash
28679 hfill
28680 \begin_inset Foot
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684
28685 \series bold
28686
28687 \backslash
28688 hfill
28689 \series default
28690 に関する詳細は、第
28691 \begin_inset CommandInset ref
28692 LatexCommand ref
28693 reference "subsec:可変長の空白"
28694
28695 \end_inset
28696
28697 節をご覧下さい。
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \series default
28704 があるかのように配置されます。数式様式として
28705 \series bold
28706 行頭下げ
28707 \begin_inset Foot
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712 \series bold
28713 数式様式については、第
28714 \series default
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sec:数式様式"
28719
28720 \end_inset
28721
28722 節をご覧下さい。
28723 \end_layout
28724
28725 \end_inset
28726
28727
28728 \series default
28729 を使う場合には、第一列の前の
28730 \series bold
28731
28732 \backslash
28733 hfill
28734 \series default
28735 はない形で数式が設定されます。
28736 \end_layout
28737
28738 \begin_layout Subsubsection
28739 alignat環境
28740 \begin_inset Index idx
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 すうしき@数式 ! たぎょう@多行
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 —— ! alignatかんきょう@alignat環境
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "subsec:空白"
28761
28762 \end_inset
28763
28764 節に述べられている空白を使用して手動で入れます。
28765 \end_layout
28766
28767 \begin_layout Standard
28768 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28769 \begin_inset space \thinspace{}
28770 \end_inset
28771
28772 cmの空白を入れたものです。
28773 \begin_inset Formula 
28774 \begin{alignat*}{2}
28775 A & =\sin(B) & \hspace{1cm}C & =D\\
28776 C & \ne A & B & \ne D
28777 \end{alignat*}
28778
28779 \end_inset
28780
28781 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28782 \end_layout
28783
28784 \begin_layout Subsubsection
28785 flalign環境
28786 \begin_inset CommandInset label
28787 LatexCommand label
28788 name "subsec:flalign環境"
28789
28790 \end_inset
28791
28792
28793 \begin_inset Index idx
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 すうしき@数式 ! たぎょう@多行
28798 \begin_inset space \thinspace{}
28799 \end_inset
28800
28801 —— ! flalignかんきょう@flalign環境
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28811 \begin_inset Formula 
28812 \begin{flalign*}
28813 A & =1 & B & =2 & C & =3\\
28814 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28815 \end{flalign*}
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
28824 括弧を入れておくと、数式様式として
28825 \series bold
28826 中央揃え
28827 \series default
28828 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28829 \begin_inset CommandInset ref
28830 LatexCommand eqref
28831 reference "eq:VolInt"
28832
28833 \end_inset
28834
28835 式を行頭下げにしたものです。
28836 \begin_inset Formula 
28837 \begin{flalign}
28838 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28839 \end{flalign}
28840
28841 \end_inset
28842
28843 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28844 \begin_inset space \thinspace{}
28845 \end_inset
28846
28847 ptの空白が第1列の頭に入れてあります。
28848 \end_layout
28849
28850 \begin_layout Subsection
28851 eqnarray環境
28852 \begin_inset CommandInset label
28853 LatexCommand label
28854 name "subsec:eqnarray環境"
28855
28856 \end_inset
28857
28858
28859 \begin_inset Index idx
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 すうしき@数式 ! たぎょう@多行
28864 \begin_inset space \thinspace{}
28865 \end_inset
28866
28867 —— ! eqnarrayかんきょう@eqnarray環境
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28877 いるので、その内容は中央揃えで少し小さく設定されます。
28878 \begin_inset Formula 
28879 \begin{eqnarray*}
28880 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28881 AB & AB & AB\\
28882 A & = & A
28883 \end{eqnarray*}
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Subsection
28891 gather環境
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 すうしき@数式 ! たぎょう@多行
28897 \begin_inset space \thinspace{}
28898 \end_inset
28899
28900 —— ! gatherかんきょう@gather環境
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28910 \begin_inset Formula 
28911 \begin{gather}
28912 A=1\\
28913 X=\textrm{-}1
28914 \end{gather}
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Subsection
28922 multline環境
28923 \begin_inset CommandInset label
28924 LatexCommand label
28925 name "subsec:multline環境"
28926
28927 \end_inset
28928
28929
28930 \begin_inset Index idx
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934 すうしき@数式 ! たぎょう@多行
28935 \begin_inset space \thinspace{}
28936 \end_inset
28937
28938 —— ! multlineかんきょう@multpline環境
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \begin_layout Standard
28947 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28948 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28949 \begin_inset CommandInset ref
28950 LatexCommand eqref
28951 reference "eq:lefteqn"
28952
28953 \end_inset
28954
28955 式をmultline環境に置いたものを示します。
28956 \begin_inset Formula 
28957 \begin{multline}
28958 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}\\
28959 -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}\\
28960 =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}}
28961 \end{multline}
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28970 \begin_inset Foot
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 付番様式については、第
28975 \begin_inset CommandInset ref
28976 LatexCommand ref
28977 reference "sec:数式様式"
28978
28979 \end_inset
28980
28981 節を参照。
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Standard
28990
28991 \series bold
28992
28993 \backslash
28994 shoveright
28995 \begin_inset Index idx
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 こまんど@コマンド ! S ! 
29000 \backslash
29001 shoveright
29002 \end_layout
29003
29004 \end_inset
29005
29006 コマンドや
29007 \backslash
29008 shoveleft
29009 \begin_inset Index idx
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013 こまんど@コマンド ! S ! 
29014 \backslash
29015 shoveleft
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \series default
29022 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29023 \end_layout
29024
29025 \begin_layout Standard
29026
29027 \series bold
29028
29029 \backslash
29030 shoveright{行の内容}
29031 \series default
29032 あるいは
29033 \series bold
29034
29035 \backslash
29036 shoveleft{行の内容}
29037 \end_layout
29038
29039 \begin_layout Standard
29040 \begin_inset VSpace medskip
29041 \end_inset
29042
29043
29044 \series bold
29045
29046 \backslash
29047 multlinegap
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 こまんど@コマンド ! M ! 
29053 \backslash
29054 multlinegap
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \series default
29061 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29062 \begin_inset space \thinspace{}
29063 \end_inset
29064
29065 ptの長さです。
29066 \end_layout
29067
29068 \begin_layout Standard
29069 以下は、上記の数式に
29070 \end_layout
29071
29072 \begin_layout Standard
29073
29074 \series bold
29075
29076 \backslash
29077 setlength{
29078 \backslash
29079 multlinegap}{2cm}
29080 \end_layout
29081
29082 \begin_layout Standard
29083 というコマンドを、\SpecialChar TeX
29084 モードで直前に挿入した例です。
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 setlength{
29093 \backslash
29094 multlinegap}{2cm}
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \begin_inset Formula 
29101 \begin{multline}
29102 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}\\
29103 \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}}\\
29104 =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}}
29105 \end{multline}
29106
29107 \end_inset
29108
29109
29110 \begin_inset ERT
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115
29116 \backslash
29117 setlength{
29118 \backslash
29119 multlinegap}{0pt}
29120 \end_layout
29121
29122 \end_inset
29123
29124 二行めは、
29125 \series bold
29126
29127 \backslash
29128 shoveleft
29129 \series default
29130 を使って左揃えにしています。
29131 \end_layout
29132
29133 \begin_layout Subsection
29134 数式の一部の多行化
29135 \begin_inset CommandInset label
29136 LatexCommand label
29137 name "subsec:数式の一部の多行化"
29138
29139 \end_inset
29140
29141
29142 \begin_inset Index idx
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146 すうしき@数式 ! たぎょう@多行
29147 \begin_inset space \thinspace{}
29148 \end_inset
29149
29150 —— ! すうしきのいちぶ@数式の一部
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \begin_layout Standard
29159 数式の一部分のみを多行表示したい場合には、
29160 \series bold
29161 aligned
29162 \series default
29163
29164 \series bold
29165 alignedat
29166 \series default
29167
29168 \series bold
29169 gathered
29170 \series default
29171
29172 \series bold
29173 split
29174 \series default
29175 のうちのいずれかの環境を使用します。これらは、
29176 \family sans
29177 挿入\SpecialChar menuseparator
29178 数式
29179 \family default
29180 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29181 \end_layout
29182
29183 \begin_layout Standard
29184 最初の三つの環境は、環境名から
29185 \series bold
29186 ed
29187 \series default
29188 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29189 \begin_inset Formula 
29190 \[
29191 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29192 \Delta E\Delta t & \ge\frac{\hbar}{2}
29193 \end{aligned}
29194 \right\} \textrm{不確定性原理}
29195 \]
29196
29197 \end_inset
29198
29199
29200 \end_layout
29201
29202 \begin_layout Standard
29203 この数式を作るには、別行立て数式をまず作っておいて、そこに
29204 \series bold
29205
29206 \backslash
29207 aligned
29208 \begin_inset Index idx
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212 こまんど@コマンド ! A ! 
29213 \backslash
29214 aligned
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \series default
29221 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29222 ます。
29223 \end_layout
29224
29225 \begin_layout Standard
29226 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29227 に配置できる利点があります。以下に例として、
29228 \begin_inset CommandInset ref
29229 LatexCommand eqref
29230 reference "eq:shortlong"
29231
29232 \end_inset
29233
29234 式にaligned環境を適用したものを示します。
29235 \begin_inset Formula 
29236 \begin{equation}
29237 \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}|}\\
29238  & -\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}|}
29239 \end{aligned}
29240 \end{equation}
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248
29249 \series bold
29250 alignedat
29251 \series default
29252
29253 \series bold
29254 gathered
29255 \series default
29256
29257 \series bold
29258 split
29259 \series default
29260 の各環境を使うには、それぞれ
29261 \series bold
29262
29263 \backslash
29264 alignedat
29265 \series default
29266
29267 \begin_inset Index idx
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271 こまんど@コマンド ! A ! 
29272 \backslash
29273 alignedat
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \series bold
29280
29281 \backslash
29282 gathered
29283 \series default
29284
29285 \begin_inset Index idx
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 こまんど@コマンド ! G ! 
29290 \backslash
29291 gathered
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \series bold
29298
29299 \backslash
29300 split
29301 \series default
29302
29303 \begin_inset Index idx
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 こまんど@コマンド ! S ! 
29308 \backslash
29309 split
29310 \end_layout
29311
29312 \end_inset
29313
29314 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29315 \end_layout
29316
29317 \begin_layout Subsection
29318 多行数式中のテキスト
29319 \begin_inset CommandInset label
29320 LatexCommand label
29321 name "subsec:多行数式中のテキスト"
29322
29323 \end_inset
29324
29325
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \begin_inset Index idx
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340 すうしき @ 数式 ! たぎょう @ 多行
29341 \begin_inset space \thinspace{}
29342 \end_inset
29343
29344 —— ! てきすと @ テキスト
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29354 式を持つ
29355 \series bold
29356
29357 \backslash
29358 intertext
29359 \series default
29360
29361 \begin_inset Index idx
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365 こまんど@コマンド ! I ! 
29366 \backslash
29367 intertext
29368 \end_layout
29369
29370 \end_inset
29371
29372 コマンドを使います。
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 intertext{テキスト}
29381 \end_layout
29382
29383 \begin_layout Standard
29384 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29385 は、現時点では
29386 \series bold
29387
29388 \backslash
29389 intertext
29390 \series default
29391 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29392 \series bold
29393
29394 \backslash
29395 intertext
29396 \series default
29397 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29398 \begin_inset Formula 
29399 \begin{align}
29400 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29401 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29402 \end{align}
29403
29404 \end_inset
29405
29406
29407 \end_layout
29408
29409 \begin_layout Standard
29410
29411 \series bold
29412
29413 \backslash
29414 intertext
29415 \series default
29416 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29417 \family sans
29418 数式オプション
29419 \family default
29420
29421 \series bold
29422 mathtools
29423 \series default
29424
29425 \begin_inset Index idx
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 ぱっけーじ@パッケージ ! mathtools
29430 \end_layout
29431
29432 \end_inset
29433
29434 パッケージを
29435 \family sans
29436 常に読み込み
29437 \family default
29438 に設定してください。そうすると、以下のように、
29439 \series bold
29440
29441 \backslash
29442 intertext
29443 \series default
29444 の代わりに
29445 \series bold
29446
29447 \backslash
29448 shortintertext
29449 \series default
29450
29451 \begin_inset Index idx
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455 こまんど@コマンド ! S ! 
29456 \backslash
29457 shortintertext
29458 \end_layout
29459
29460 \end_inset
29461
29462 コマンドを使うことができます。
29463 \begin_inset Formula 
29464 \begin{align}
29465 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29466 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29467 \end{align}
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Section
29475 数式番号
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480 すうしきばんごう@数式番号
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 すうしき@数式 ! ばんごう@番号
29491 \begin_inset ERT
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495
29496 |see{
29497 \end_layout
29498
29499 \end_inset
29500
29501 数式番号
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507 }
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Subsection
29521 概要
29522 \end_layout
29523
29524 \begin_layout Standard
29525 付番数式は、
29526 \family sans
29527 挿入\SpecialChar menuseparator
29528 数式\SpecialChar menuseparator
29529 付番数式
29530 \family default
29531 メニュー(
29532 \begin_inset Flex Ruby
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 捷径
29537 \begin_inset Argument post:1
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 ショートカット
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \family sans
29553 Ctrl+Alt
29554 \begin_inset space ~
29555 \end_inset
29556
29557 N
29558 \family default
29559 )で作ることができます。既存の数式に番号を振るには、
29560 \family sans
29561 編集\SpecialChar menuseparator
29562 数式\SpecialChar menuseparator
29563 数式全体を付番
29564 \family default
29565 メニュー(捷径:
29566 \begin_inset Info
29567 type  "shortcut"
29568 arg   "math-number-toggle"
29569 \end_inset
29570
29571 )を使います。\SpecialChar LyX
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 Info
29584 type  "shortcut"
29585 arg   "math-number-line-toggle"
29586 \end_inset
29587
29588 )を使用すれば、各行毎に付番するかどうか指定することができます。
29589 \end_layout
29590
29591 \begin_layout Standard
29592 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29593 \begin_inset CommandInset ref
29594 LatexCommand ref
29595 reference "sec:数式様式"
29596
29597 \end_inset
29598
29599 節をご覧下さい。
29600 \end_layout
29601
29602 \begin_layout Subsection
29603 相互参照
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 そうごさんしょう@相互参照 ! すうしきへの@数式への
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29618 \family sans
29619 挿入\SpecialChar menuseparator
29620 ラベル
29621 \family default
29622 メニューか、ツールバーボタンの
29623 \begin_inset Info
29624 type  "icon"
29625 arg   "label-insert"
29626 \end_inset
29627
29628 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29629 \series bold
29630 eq:と
29631 \series default
29632 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29633 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29634 \family sans
29635 挿入\SpecialChar menuseparator
29636 ラベル
29637 \family default
29638 メニューをもういちど使って下さい。
29639 \end_layout
29640
29641 \begin_layout Standard
29642 \SpecialChar LyX
29643 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29644 \end_layout
29645
29646 \begin_layout Standard
29647 相互参照は、
29648 \family sans
29649 挿入\SpecialChar menuseparator
29650 相互参照
29651 \family default
29652 メニューかツールバーボタンの
29653 \begin_inset Info
29654 type  "icon"
29655 arg   "dialog-show-new-inset ref"
29656 \end_inset
29657
29658 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29659 \series bold
29660 (<参照>)
29661 \series default
29662 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29663 \begin_inset Newline newline
29664 \end_inset
29665
29666 \SpecialChar LyX
29667 中で相互参照を右クリックすると、参照先の数式に移動することができます。
29668 \end_layout
29669
29670 \begin_layout Standard
29671 以下は、後の各小節に現れる数式への相互参照を含む例です。
29672 \begin_inset Note Note
29673 status open
29674
29675 \begin_layout Plain Layout
29676 相互参照の型の違いに留意してください。
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Standard
29685 \begin_inset CommandInset ref
29686 LatexCommand eqref
29687 reference "eq:tag"
29688
29689 \end_inset
29690
29691 式と
29692 \begin_inset CommandInset ref
29693 LatexCommand eqref
29694 reference "eq:c"
29695
29696 \end_inset
29697
29698 式は、等価です。(
29699 \begin_inset CommandInset ref
29700 LatexCommand ref
29701 reference "eq:Rom"
29702
29703 \end_inset
29704
29705 )式とは異なり、(
29706 \begin_inset CommandInset ref
29707 LatexCommand ref
29708 reference "eq:Lat"
29709
29710 \end_inset
29711
29712 )式では、付番にラテン数字を使用しています。
29713 \end_layout
29714
29715 \begin_layout Standard
29716 \begin_inset VSpace medskip
29717 \end_inset
29718
29719
29720 \series bold
29721
29722 \backslash
29723 tag
29724 \begin_inset Foot
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729 \series bold
29730
29731 \backslash
29732 tag
29733 \series default
29734 は、第
29735 \begin_inset CommandInset ref
29736 LatexCommand ref
29737 reference "subsec:自己定義番号"
29738
29739 \end_inset
29740
29741 節に説明があります。
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \series default
29748 の引数が、第
29749 \begin_inset CommandInset ref
29750 LatexCommand ref
29751 reference "subsec:段落ボックス"
29752
29753 \end_inset
29754
29755 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29756 \end_layout
29757
29758 \begin_layout Subsection
29759 細目番号
29760 \begin_inset Index idx
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 begin{subequations}
29778 \series default
29779 および
29780 \series bold
29781
29782 \backslash
29783 end{subequations}
29784 \series default
29785 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
29786 モードで入れます。
29787 \end_layout
29788
29789 \begin_layout Standard
29790 たとえば、
29791 \begin_inset Formula 
29792 \begin{equation}
29793 A=C-B\label{eq:a}
29794 \end{equation}
29795
29796 \end_inset
29797
29798
29799 \begin_inset ERT
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803
29804
29805 \backslash
29806 addtocounter{equation}{-1}
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \begin_inset ERT
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816
29817
29818 \backslash
29819 begin{subequations}
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \begin_inset VSpace -5mm
29826 \end_inset
29827
29828
29829 \begin_inset Formula 
29830 \begin{equation}
29831 B=C-A\label{eq:b}
29832 \end{equation}
29833
29834 \end_inset
29835
29836
29837 \begin_inset Formula 
29838 \begin{equation}
29839 C=A+B\label{eq:c}
29840 \end{equation}
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset ERT
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852
29853
29854 \backslash
29855 end{subequations}
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 この例を作るには、次のようにします。
29865 \end_layout
29866
29867 \begin_layout Enumerate
29868 一つめの数式を入力します。
29869 \end_layout
29870
29871 \begin_layout Enumerate
29872 一つめの数式の後に
29873 \begin_inset Newline newline
29874 \end_inset
29875
29876
29877 \series bold
29878
29879 \backslash
29880 addtocounter{equation}{-1} 
29881 \backslash
29882 begin{subequations}
29883 \begin_inset Index idx
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887 こまんど@コマンド ! A ! 
29888 \backslash
29889 addtocounter
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898
29899 \series default
29900 を入力します。
29901 \end_layout
29902
29903 \begin_layout Enumerate
29904 二つめの数式を入力します。
29905 \end_layout
29906
29907 \begin_layout Enumerate
29908 三つめの数式を入力します。
29909 \end_layout
29910
29911 \begin_layout Enumerate
29912 三つめの数式の後に、
29913 \series bold
29914
29915 \backslash
29916 end{subequations}
29917 \series default
29918 を入力します。
29919 \end_layout
29920
29921 \begin_layout Standard
29922
29923 \series bold
29924
29925 \backslash
29926 begin
29927 \series default
29928 コマンドと
29929 \series bold
29930
29931 \backslash
29932 end
29933 \series default
29934 コマンドのあいだの数式はすべて、a・b・
29935 \begin_inset Newline linebreak
29936 \end_inset
29937
29938 c\SpecialChar ldots
29939 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29940 \emph on
29941 ひとつの
29942 \emph default
29943 付番数式として扱われますが、それぞれの付番数式が
29944 \series bold
29945 equation
29946 \series default
29947 カウンタを一つずつ進めてしまうので、
29948 \series bold
29949
29950 \backslash
29951 addtocounter
29952 \series default
29953 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29954 \begin_inset CommandInset ref
29955 LatexCommand eqref
29956 reference "eq:a"
29957
29958 \end_inset
29959
29960 式・
29961 \begin_inset CommandInset ref
29962 LatexCommand eqref
29963 reference "eq:b"
29964
29965 \end_inset
29966
29967 式・
29968 \begin_inset CommandInset ref
29969 LatexCommand eqref
29970 reference "eq:c"
29971
29972 \end_inset
29973
29974 式は、それぞれ
29975 \begin_inset CommandInset ref
29976 LatexCommand eqref
29977 reference "eq:a"
29978
29979 \end_inset
29980
29981 式・
29982 \begin_inset CommandInset ref
29983 LatexCommand eqref
29984 reference "eq:d"
29985
29986 \end_inset
29987
29988 式・
29989 \begin_inset CommandInset ref
29990 LatexCommand eqref
29991 reference "eq:f"
29992
29993 \end_inset
29994
29995 式として番号が振られてしまいます。
29996 \end_layout
29997
29998 \begin_layout Standard
29999 上記のように、コマンドを\SpecialChar TeX
30000 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30001 \begin_inset space \thinspace{}
30002 \end_inset
30003
30004 mmの垂直空白を
30005 \series bold
30006
30007 \backslash
30008 begin{subequations}
30009 \series default
30010 コマンドの後に入れています。数式様式として
30011 \series bold
30012 行頭下げ
30013 \begin_inset Foot
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018 \series bold
30019 数式様式に関しては、第
30020 \series default
30021
30022 \begin_inset CommandInset ref
30023 LatexCommand ref
30024 reference "sec:数式様式"
30025
30026 \end_inset
30027
30028 節を参照。
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \series default
30035 を用いているときには、これを-7
30036 \begin_inset space \thinspace{}
30037 \end_inset
30038
30039 mm空白にしてください。
30040 \end_layout
30041
30042 \begin_layout Standard
30043 以下は、二行めのみ付番を無効にしている多行数式の例です。
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 begin{subequations}
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \begin_inset Formula 
30058 \begin{eqnarray}
30059 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30060  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30061  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30062 \end{eqnarray}
30063
30064 \end_inset
30065
30066
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 end{subequations}
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Subsection
30083 自己定義番号
30084 \begin_inset CommandInset label
30085 LatexCommand label
30086 name "subsec:自己定義番号"
30087
30088 \end_inset
30089
30090
30091 \begin_inset Index idx
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 \begin_inset Index idx
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30109 \end_layout
30110
30111 \end_inset
30112
30113 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
30114 プリアンブルに以下の行を付け加えます。
30115 \end_layout
30116
30117 \begin_layout Standard
30118
30119 \series bold
30120
30121 \backslash
30122 def
30123 \backslash
30124 tagform@#1{
30125 \backslash
30126 maketag@@@{
30127 \series default
30128
30129 \begin_inset Formula $\boldsymbol{|}$
30130 \end_inset
30131
30132
30133 \series bold
30134 #1
30135 \series default
30136
30137 \begin_inset Formula $\boldsymbol{|}$
30138 \end_inset
30139
30140
30141 \series bold
30142 }}
30143 \series default
30144
30145 \begin_inset Note Note
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 このマクロは、テスト用に\SpecialChar LaTeX
30150 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \end_layout
30157
30158 \begin_layout Standard
30159 他の記号を使いたいときには、
30160 \series bold
30161 #1
30162 \series default
30163 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30164 \end_layout
30165
30166 \begin_layout Standard
30167 \begin_inset VSpace bigskip
30168 \end_inset
30169
30170 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30171 \series bold
30172
30173 \backslash
30174 tag
30175 \series default
30176
30177 \begin_inset Index idx
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181 こまんど@コマンド ! T ! 
30182 \backslash
30183 tag
30184 \end_layout
30185
30186 \end_inset
30187
30188 コマンドを使います。
30189 \begin_inset Formula 
30190 \begin{equation}
30191 A+B=C\tag{何とかかんとか}\label{eq:tag}
30192 \end{equation}
30193
30194 \end_inset
30195
30196 上記の例では、
30197 \series bold
30198
30199 \backslash
30200 tag
30201 \begin_inset space \textvisiblespace{}
30202 \end_inset
30203
30204 何とかかんとか
30205 \series default
30206 というコマンドを数式に打ち込んでいます。
30207 \end_layout
30208
30209 \begin_layout Standard
30210 代わりに
30211 \series bold
30212
30213 \backslash
30214 tag*
30215 \begin_inset space \textvisiblespace{}
30216 \end_inset
30217
30218 何とかかんとか
30219 \series default
30220 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30221 \begin_inset Formula 
30222 \[
30223 A+B=C\tag*{something}
30224 \]
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \begin_layout Standard
30232 \begin_inset VSpace bigskip
30233 \end_inset
30234
30235 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \series bold
30241
30242 \backslash
30243 @addtoreset{equation}{part}
30244 \series default
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 こまんど@コマンド ! 
30251 \backslash
30252 @記号 ! 
30253 \backslash
30254
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260 "
30261 \end_layout
30262
30263 \end_inset
30264
30265 @
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271 "
30272 \end_layout
30273
30274 \end_inset
30275
30276 addtoreset
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Newline newline
30283 \end_inset
30284
30285 節に関しては
30286 \begin_inset Newline newline
30287 \end_inset
30288
30289
30290 \series bold
30291
30292 \backslash
30293 @addtoreset{equation}{section}
30294 \begin_inset Newline newline
30295 \end_inset
30296
30297
30298 \series default
30299 というコマンドを使います。
30300 \end_layout
30301
30302 \begin_layout Standard
30303 これらのコマンドを\SpecialChar TeX
30304 モードで使えるようにするためには、
30305 \series bold
30306
30307 \backslash
30308 makeatletter
30309 \series default
30310 コマンドで「@」字を\SpecialChar LaTeX
30311 中で「有効」にしてやらなくてはなりません。一方、
30312 \series bold
30313
30314 \backslash
30315 makeatother
30316 \series default
30317 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30318 モード中での上記コマンド列は、
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 makeatletter
30327 \begin_inset Newline newline
30328 \end_inset
30329
30330
30331 \backslash
30332 @addtoreset{equation}{section}
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336
30337 \backslash
30338 makeatother
30339 \begin_inset Newline newline
30340 \end_inset
30341
30342
30343 \series default
30344 のようにならなくてはなりません。
30345 \end_layout
30346
30347 \begin_layout Standard
30348 \SpecialChar LaTeX
30349 プリアンブル中では、
30350 \series bold
30351
30352 \backslash
30353 makeatletter
30354 \series default
30355
30356 \series bold
30357
30358 \backslash
30359 makeatother
30360 \series default
30361 は、\SpecialChar LyX
30362 が内部的に自動で挿入するので省略してかまいません。
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 @addtoreset
30371 \series default
30372 を戻すには、まず\SpecialChar LaTeX
30373 プリアンブル中に
30374 \end_layout
30375
30376 \begin_layout Standard
30377
30378 \series bold
30379
30380 \backslash
30381 usepackage{remreset}
30382 \end_layout
30383
30384 \begin_layout Standard
30385 という行を入れて、
30386 \series bold
30387 remreset.sty
30388 \series default
30389
30390 \begin_inset Foot
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395 \series bold
30396 remreset
30397 \series default
30398 は、\SpecialChar LaTeX
30399 パッケージの
30400 \series bold
30401 carlisle
30402 \series default
30403
30404 \begin_inset Index idx
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 ぱっけーじ@パッケージ ! carlisle
30409 \end_layout
30410
30411 \end_inset
30412
30413 の一部として含まれており、\SpecialChar LaTeX
30414 標準頒布版には含まれています。
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Index idx
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 ぱっけーじ@パッケージ ! remreset
30425 \end_layout
30426
30427 \end_inset
30428
30429 ファイルを読み込んでおかなくてはなりません。その後
30430 \begin_inset Newline newline
30431 \end_inset
30432
30433
30434 \series bold
30435
30436 \backslash
30437 @removefromreset
30438 \series default
30439
30440 \begin_inset Index idx
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 こまんど@コマンド ! 
30445 \backslash
30446 @記号 ! 
30447 \backslash
30448
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454 "
30455 \end_layout
30456
30457 \end_inset
30458
30459 @
30460 \begin_inset ERT
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464
30465 "
30466 \end_layout
30467
30468 \end_inset
30469
30470 removefromreset
30471 \end_layout
30472
30473 \end_inset
30474
30475 コマンドを
30476 \series bold
30477
30478 \backslash
30479 @addtoreset
30480 \series default
30481 と同じ書式で使用すると、
30482 \series bold
30483
30484 \backslash
30485 @addtoreset
30486 \series default
30487 を戻すことができます。
30488 \end_layout
30489
30490 \begin_layout Standard
30491 \begin_inset VSpace bigskip
30492 \end_inset
30493
30494 ときには、数式を
30495 \end_layout
30496
30497 \begin_layout Standard
30498
30499 \family typewriter
30500 (節番号.数式番号)
30501 \end_layout
30502
30503 \begin_layout Standard
30504 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30505 \end_layout
30506
30507 \begin_layout Standard
30508 このような場合のために、
30509 \series bold
30510
30511 \backslash
30512 numberwithin
30513 \series default
30514
30515 \begin_inset Index idx
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 こまんど@コマンド ! N ! 
30520 \backslash
30521 numberwithin
30522 \end_layout
30523
30524 \end_inset
30525
30526 というコマンドがあり、
30527 \end_layout
30528
30529 \begin_layout Standard
30530
30531 \series bold
30532
30533 \backslash
30534 numberwithin{カウンタ}{節階層}
30535 \end_layout
30536
30537 \begin_layout Standard
30538 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30539 \end_layout
30540
30541 \begin_layout Standard
30542 したがって、ここでは\SpecialChar LaTeX
30543 プリアンブルか\SpecialChar TeX
30544 コードで
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 numberwithin{equation}{section}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 という行を用いることにしましょう。その結果がこれです。
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 numberwithin{equation}{section}
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \begin_inset Formula 
30571 \begin{equation}
30572 A+B=C
30573 \end{equation}
30574
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \begin_layout Standard
30581 たとえば、部番号を節階層として使用して、表に付番を施すときには
30582 \begin_inset Newline newline
30583 \end_inset
30584
30585
30586 \series bold
30587
30588 \backslash
30589 numberwithin{table}{part}
30590 \series default
30591 を用います。
30592 \end_layout
30593
30594 \begin_layout Standard
30595 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30596 \end_layout
30597
30598 \begin_layout Standard
30599
30600 \series bold
30601
30602 \backslash
30603 renewcommand{
30604 \backslash
30605 theequation}{
30606 \backslash
30607 arabic{equation}}
30608 \begin_inset Index idx
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612 こまんど@コマンド ! A ! 
30613 \backslash
30614 arabic
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \series default
30621
30622 \begin_inset ERT
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626
30627
30628 \backslash
30629 renewcommand{
30630 \backslash
30631 theequation}{
30632 \backslash
30633 arabic{equation}}
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \series bold
30640
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \series default
30646 あるいは
30647 \series bold
30648
30649 \begin_inset Newline newline
30650 \end_inset
30651
30652
30653 \backslash
30654 renewcommand{
30655 \backslash
30656 thetable}{
30657 \backslash
30658 arabic{table}}
30659 \end_layout
30660
30661 \begin_layout Standard
30662 というコマンドを\SpecialChar TeX
30663 コードとして入れるか、\SpecialChar LaTeX
30664 プリアンブルに入れます。
30665 \series bold
30666
30667 \backslash
30668 numberwithin
30669 \series default
30670 は、内部的に上記で述べた
30671 \series bold
30672
30673 \backslash
30674 @addtoreset
30675 \series default
30676 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 makeatletter
30685 \end_layout
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 @removefromreset{equation}{section}
30692 \end_layout
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 makeatother
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Subsection
30707 ローマ数字や文字を使った付番
30708 \begin_inset Index idx
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \begin_inset Index idx
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
30732 モードで
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 renewcommand{
30741 \backslash
30742 theequation}{
30743 \backslash
30744 roman{equation}}
30745 \end_layout
30746
30747 \begin_layout Standard
30748 というコマンドを入れます。
30749 \series bold
30750
30751 \backslash
30752 renewcommand
30753 \series default
30754
30755 \begin_inset Index idx
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759 こまんど@コマンド ! R ! 
30760 \backslash
30761 renewcommand
30762 \end_layout
30763
30764 \end_inset
30765
30766 は、定義済みのコマンド
30767 \series bold
30768
30769 \backslash
30770 theequation
30771 \series default
30772 をコマンド
30773 \series bold
30774
30775 \backslash
30776 roman{equation}
30777 \series default
30778 に再定義します
30779 \begin_inset Foot
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 \series bold
30785
30786 \backslash
30787 renewcommand
30788 \series default
30789 コマンドは、第
30790 \begin_inset CommandInset ref
30791 LatexCommand ref
30792 reference "subsec:newcommandコマンド"
30793
30794 \end_inset
30795
30796 節に述べられている
30797 \series bold
30798
30799 \backslash
30800 newcommand
30801 \series default
30802 コマンドと同じ書式を持ちます。
30803 \end_layout
30804
30805 \end_inset
30806
30807 。ここで、
30808 \series bold
30809 equation
30810 \series default
30811 は数式カウンタです。コマンド
30812 \series bold
30813
30814 \backslash
30815 the
30816 \series default
30817 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
30818 は、内部的に
30819 \series bold
30820
30821 \backslash
30822 theequation
30823 \series default
30824 コマンドを数式の後ろに置くのです。
30825 \series bold
30826
30827 \backslash
30828 roman{equation}
30829 \begin_inset Index idx
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833 こまんど@コマンド ! R ! 
30834 \backslash
30835 roman
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \series default
30842 は、カウンタを小文字のローマ数字として出力します。
30843 \end_layout
30844
30845 \begin_layout Standard
30846 こうして、
30847 \series bold
30848
30849 \backslash
30850 renew
30851 \series default
30852 c
30853 \series bold
30854 ommand
30855 \series default
30856 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30857 \series bold
30858
30859 \backslash
30860 roman
30861 \series default
30862 の部分を
30863 \series bold
30864
30865 \backslash
30866 Roman
30867 \series default
30868
30869 \begin_inset Index idx
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 こまんど@コマンド ! R ! 
30874 \backslash
30875 roman@
30876 \backslash
30877 Roman
30878 \end_layout
30879
30880 \end_inset
30881
30882 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30883 \series bold
30884
30885 \backslash
30886 alph
30887 \series default
30888
30889 \begin_inset Index idx
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893 こまんど@コマンド ! A ! 
30894 \backslash
30895 alph
30896 \end_layout
30897
30898 \end_inset
30899
30900 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30901 \series bold
30902
30903 \backslash
30904 Alph
30905 \series default
30906
30907 \begin_inset Index idx
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 こまんど@コマンド ! A ! 
30912 \backslash
30913 alph@
30914 \backslash
30915 Alph
30916 \end_layout
30917
30918 \end_inset
30919
30920 コマンドがあります。
30921 \end_layout
30922
30923 \begin_layout Standard
30924 \begin_inset Note Greyedout
30925 status open
30926
30927 \begin_layout Plain Layout
30928
30929 \series bold
30930 【註】
30931 \series default
30932 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \begin_inset Newpage newpage
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950
30951 \backslash
30952 renewcommand{
30953 \backslash
30954 theequation}{
30955 \backslash
30956 roman{equation}}
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 \begin_inset Formula 
30966 \begin{equation}
30967 A=\textrm{小文字ローマ数字}
30968 \end{equation}
30969
30970 \end_inset
30971
30972
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978
30979 \backslash
30980 renewcommand{
30981 \backslash
30982 theequation}{
30983 \backslash
30984 Roman{equation}}
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Formula 
30991 \begin{equation}
30992 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30993 \end{equation}
30994
30995 \end_inset
30996
30997
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 renewcommand{
31006 \backslash
31007 theequation}{
31008 \backslash
31009 alph{equation}}
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \begin_inset Formula 
31016 \begin{equation}
31017 C=\textrm{小文字ラテン文字}
31018 \end{equation}
31019
31020 \end_inset
31021
31022
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 renewcommand{
31031 \backslash
31032 theequation}{
31033 \backslash
31034 Alph{equation}}
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \begin_inset Formula 
31041 \begin{equation}
31042 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31043 \end{equation}
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31052 \end_layout
31053
31054 \begin_layout Standard
31055
31056 \series bold
31057
31058 \backslash
31059 renewcommand{
31060 \backslash
31061 theequation}{
31062 \backslash
31063 arabic{equation}}
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 こまんど@コマンド ! A ! 
31069 \backslash
31070 arabic
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084
31085 \backslash
31086 renewcommand{
31087 \backslash
31088 theequation}{
31089 \backslash
31090 arabic{equation}}
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Formula 
31097 \begin{equation}
31098 E=\textrm{アラビア数字}
31099 \end{equation}
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace medskip
31108 \end_inset
31109
31110 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31111 てはなりません。この点に関する説明は、ファイル
31112 \begin_inset CommandInset href
31113 LatexCommand href
31114 name "Formula-numbering.lyx"
31115 target "run:Formula-numbering.lyx"
31116
31117 \end_inset
31118
31119 にあります。
31120 \end_layout
31121
31122 \begin_layout Section
31123 化学記号と化学式
31124 \begin_inset CommandInset label
31125 LatexCommand label
31126 name "subsec:化学記号と化学式"
31127
31128 \end_inset
31129
31130
31131 \begin_inset Index idx
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135 かがくきごう@化学記号 ! きごう@記号
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \begin_inset Index idx
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145 かがくしき@化学式
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Index idx
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155 きごう@記号 ! かがく@化学
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 以下は、化学関係の文章の例です。
31165 \end_layout
31166
31167 \begin_layout Quote
31168 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31169 \end_inset
31170
31171 イオンは、2つの
31172 \begin_inset Formula $\mathrm{Na^{+}}$
31173 \end_inset
31174
31175 イオンと反応して、硫酸化塩
31176 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31177 \end_inset
31178
31179 を形成します。この化学式は以下のようになります。
31180 \begin_inset Formula 
31181 \begin{equation}
31182 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31183 \end{equation}
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Standard
31191 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31192 \begin_inset Flex Ruby
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196 捷径
31197 \begin_inset Argument post:1
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 ショートカット
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \begin_inset Info
31213 type  "shortcut"
31214 arg   "font-roman"
31215 \end_inset
31216
31217 を押せば、アップライトフォント様式に変更することができます
31218 \begin_inset Foot
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 フォント様式に関しては、第
31223 \begin_inset CommandInset ref
31224 LatexCommand ref
31225 reference "subsec:書体様式"
31226
31227 \end_inset
31228
31229 節を参照のこと。
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31239 パッケージ
31240 \series bold
31241 mhchem
31242 \series default
31243
31244 \begin_inset Index idx
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248 ぱっけーじ@パッケージ ! mhchem
31249 \end_layout
31250
31251 \end_inset
31252
31253 が導入されているときに使用することができる
31254 \series bold
31255
31256 \backslash
31257 ce
31258 \series default
31259
31260 \begin_inset Index idx
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264 こまんど@コマンド ! C ! 
31265 \backslash
31266 ce
31267 \end_layout
31268
31269 \end_inset
31270
31271 コマンドを使用することです。
31272 \series bold
31273
31274 \backslash
31275 ce
31276 \series default
31277 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31278 \begin_inset Separator parbreak
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 \align center
31286 \begin_inset Tabular
31287 <lyxtabular version="3" rows="10" columns="2">
31288 <features booktabs="true" tabularvalignment="middle">
31289 <column alignment="center" valignment="top" width="0pt">
31290 <column alignment="center" valignment="top">
31291 <row>
31292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296 コマンド
31297 \end_layout
31298
31299 \end_inset
31300 </cell>
31301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31302 \begin_inset Text
31303
31304 \begin_layout Plain Layout
31305 出力
31306 \end_layout
31307
31308 \end_inset
31309 </cell>
31310 </row>
31311 <row>
31312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316
31317 \backslash
31318 ce
31319 \begin_inset space \textvisiblespace{}
31320 \end_inset
31321
31322 H2CO3
31323 \end_layout
31324
31325 \end_inset
31326 </cell>
31327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31328 \begin_inset Text
31329
31330 \begin_layout Plain Layout
31331 \begin_inset Formula $\ce{H2CO3}$
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 </row>
31340 <row topspace="1.5mm">
31341 <cell alignment="center" valignment="top" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345
31346 \backslash
31347 ce
31348 \begin_inset space \textvisiblespace{}
31349 \end_inset
31350
31351 SO4^2-
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31357 \begin_inset Text
31358
31359 \begin_layout Plain Layout
31360 \begin_inset Formula $\ce{SO4^{2-}}$
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 </row>
31369 <row topspace="1.5mm">
31370 <cell alignment="center" valignment="top" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374
31375 \backslash
31376 ce
31377 \begin_inset space \textvisiblespace{}
31378 \end_inset
31379
31380 (NH4)2S
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 \begin_inset Formula $\ce{(NH4)2S}$
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 </row>
31398 <row topspace="1.5mm">
31399 <cell alignment="center" valignment="top" usebox="none">
31400 \begin_inset Text
31401
31402 \begin_layout Plain Layout
31403
31404 \backslash
31405 ce
31406 \begin_inset space \textvisiblespace{}
31407 \end_inset
31408
31409 KCr(SO4)2.12H2O
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31419 \end_inset
31420
31421
31422 \end_layout
31423
31424 \end_inset
31425 </cell>
31426 </row>
31427 <row topspace="1.5mm">
31428 <cell alignment="center" valignment="top" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout Plain Layout
31432
31433 \backslash
31434 ce
31435 \begin_inset space \textvisiblespace{}
31436 \end_inset
31437
31438 A-B
31439 \backslash
31440 dbond
31441 \begin_inset space \textvisiblespace{}
31442 \end_inset
31443
31444 C
31445 \backslash
31446 tbond
31447 \begin_inset space \textvisiblespace{}
31448 \end_inset
31449
31450 D
31451 \end_layout
31452
31453 \end_inset
31454 </cell>
31455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31456 \begin_inset Text
31457
31458 \begin_layout Plain Layout
31459 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31460 \end_inset
31461
31462
31463 \end_layout
31464
31465 \end_inset
31466 </cell>
31467 </row>
31468 <row topspace="1.5mm">
31469 <cell alignment="center" valignment="top" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Plain Layout
31473
31474 \backslash
31475 ce
31476 \begin_inset space \textvisiblespace{}
31477 \end_inset
31478
31479 ^227
31480 \begin_inset Formula $\downarrow$
31481 \end_inset
31482
31483 _90
31484 \begin_inset Formula $\to$
31485 \end_inset
31486
31487 Th+
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 <row>
31506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510
31511 \backslash
31512 ce
31513 \begin_inset space \textvisiblespace{}
31514 \end_inset
31515
31516
31517 \backslash
31518 mu
31519 \begin_inset space \textvisiblespace{}
31520 \end_inset
31521
31522
31523 \backslash
31524 hyphen
31525 \begin_inset space \textvisiblespace{}
31526 \end_inset
31527
31528 Cl
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Plain Layout
31537 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \end_inset
31544 </cell>
31545 </row>
31546 <row>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551
31552 \backslash
31553 ce
31554 \begin_inset space \textvisiblespace{}
31555 \end_inset
31556
31557 CO2
31558 \begin_inset space \textvisiblespace{}
31559 \end_inset
31560
31561 +
31562 \begin_inset space \textvisiblespace{}
31563 \end_inset
31564
31565 C
31566 \begin_inset space \textvisiblespace{}
31567 \end_inset
31568
31569 <=>
31570 \begin_inset space \textvisiblespace{}
31571 \end_inset
31572
31573 2CO
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 </row>
31591 <row topspace="1.5mm">
31592 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596
31597 \backslash
31598 ce
31599 \begin_inset space \textvisiblespace{}
31600 \end_inset
31601
31602 CO2
31603 \begin_inset space \textvisiblespace{}
31604 \end_inset
31605
31606 +
31607 \begin_inset space \textvisiblespace{}
31608 \end_inset
31609
31610 C
31611 \begin_inset space \textvisiblespace{}
31612 \end_inset
31613
31614 ->[
31615 \backslash
31616 alpha][
31617 \backslash
31618 beta]
31619 \begin_inset space \textvisiblespace{}
31620 \end_inset
31621
31622 2CO}
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 </lyxtabular>
31641
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Standard
31648 \begin_inset Note Greyedout
31649 status open
31650
31651 \begin_layout Plain Layout
31652
31653 \series bold
31654 【註】
31655 \series default
31656 \SpecialChar LyX
31657 では、
31658 \series bold
31659 mhchem
31660 \series default
31661 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
31662 \series bold
31663
31664 \backslash
31665 uparrow
31666 \series default
31667 コマンドを続けます。
31668 \color none
31669
31670 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682
31683 \series bold
31684
31685 \backslash
31686 ce
31687 \series default
31688 を使うと
31689 \begin_inset CommandInset ref
31690 LatexCommand eqref
31691 reference "eq:chem-reaction"
31692
31693 \end_inset
31694
31695 式のコマンドは
31696 \begin_inset Newline newline
31697 \end_inset
31698
31699
31700 \series bold
31701  
31702 \backslash
31703 ce
31704 \begin_inset space \textvisiblespace{}
31705 \end_inset
31706
31707 2Na+
31708 \begin_inset space \textvisiblespace{}
31709 \end_inset
31710
31711 +
31712 \begin_inset space \textvisiblespace{}
31713 \end_inset
31714
31715 SO4^2-
31716 \begin_inset space \textvisiblespace{}
31717 \end_inset
31718
31719
31720 \begin_inset space \textvisiblespace{}
31721 \end_inset
31722
31723 ->
31724 \begin_inset space \textvisiblespace{}
31725 \end_inset
31726
31727 Na2SO4
31728 \begin_inset Newline newline
31729 \end_inset
31730
31731
31732 \series default
31733 のようになります。
31734 \end_layout
31735
31736 \begin_layout Standard
31737 複数行の化学式を作るには、第
31738 \begin_inset CommandInset ref
31739 LatexCommand ref
31740 reference "sec:多行数式"
31741
31742 \end_inset
31743
31744 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31745 \series bold
31746
31747 \backslash
31748 ce
31749 \series default
31750 コマンドを使用します。
31751 \begin_inset CommandInset ref
31752 LatexCommand eqref
31753 reference "eq:TEOS-reaction-1"
31754
31755 \end_inset
31756
31757 式と
31758 \begin_inset CommandInset ref
31759 LatexCommand eqref
31760 reference "eq:TEOS-reaction-2"
31761
31762 \end_inset
31763
31764 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31765 \begin_inset Formula 
31766 \begin{eqnarray}
31767 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31768 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31769 \end{eqnarray}
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777
31778 \series bold
31779 mhchem
31780 \series default
31781 パッケージは、
31782 \series bold
31783
31784 \backslash
31785 ce
31786 \series default
31787 の他に、特殊ケースに使用する
31788 \series bold
31789
31790 \backslash
31791 cf
31792 \series default
31793
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 こまんど@コマンド ! C ! 
31799 \backslash
31800 cf
31801 \end_layout
31802
31803 \end_inset
31804
31805 コマンドを提供しています。
31806 \series bold
31807
31808 \backslash
31809 cf
31810 \series default
31811 の詳しい情報と例示については、
31812 \series bold
31813 mhchem
31814 \series default
31815
31816 \begin_inset CommandInset citation
31817 LatexCommand cite
31818 key "mhchem"
31819
31820 \end_inset
31821
31822 の取扱説明書をご覧ください。
31823 \end_layout
31824
31825 \begin_layout Section
31826 図解
31827 \end_layout
31828
31829 \begin_layout Standard
31830 \SpecialChar LyX
31831 は、二つの型の可換図
31832 \series bold
31833 amscd
31834 \series default
31835 および
31836 \series bold
31837 xymatrix
31838 \series default
31839 をサポートしており、以下でこれらの説明をします。
31840 \end_layout
31841
31842 \begin_layout Subsection
31843 amscd図解
31844 \begin_inset Index idx
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848 ずかい@図解 ! amscd
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \begin_layout Standard
31857 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31858 \begin_inset Formula 
31859 \[
31860 \begin{CD}A@>>>B@>>>C\\
31861 @AAA@.@VVV\\
31862 F@<<<E@<<<D
31863 \end{CD}
31864 \]
31865
31866 \end_inset
31867
31868
31869 \end_layout
31870
31871 \begin_layout Standard
31872 これを作るには、数式に
31873 \series bold
31874
31875 \backslash
31876 CD
31877 \begin_inset Index idx
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881 こまんど@コマンド ! C ! 
31882 \backslash
31883 CD
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \series default
31890 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31891 \begin_inset Info
31892 type  "shortcut"
31893 arg   "newline-insert newline"
31894 \end_inset
31895
31896 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31897 \end_layout
31898
31899 \begin_layout Standard
31900 関係を作るには、以下のコマンドがあります。
31901 \end_layout
31902
31903 \begin_layout Itemize
31904 \begin_inset Formula $\boldsymbol{@<<<}$
31905 \end_inset
31906
31907 は左矢印、
31908 \begin_inset Formula $\boldsymbol{@>>>}$
31909 \end_inset
31910
31911 は右矢印、
31912 \series bold
31913 @=
31914 \series default
31915 は長い等号を生成します。
31916 \end_layout
31917
31918 \begin_layout Itemize
31919
31920 \series bold
31921 @AAA
31922 \series default
31923 は上矢印、
31924 \series bold
31925 @VVV
31926 \series default
31927 は下矢印、
31928 \begin_inset Formula $\boldsymbol{@|}$
31929 \end_inset
31930
31931 は縦向きの等号を生成します。
31932 \end_layout
31933
31934 \begin_layout Itemize
31935
31936 \series bold
31937 @.
31938 \series default
31939 は関係が存在しない部分に置きます。
31940 \end_layout
31941
31942 \begin_layout Standard
31943 矢印はすべて、以下のようにラベル付けをすることができます。
31944 \end_layout
31945
31946 \begin_layout Itemize
31947 文章を、第1と第2の「
31948 \begin_inset Formula $<$
31949 \end_inset
31950
31951 」ないし「
31952 \begin_inset Formula $>$
31953 \end_inset
31954
31955 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31956 \begin_inset Formula $<$
31957 \end_inset
31958
31959 」ないし「
31960 \begin_inset Formula $>$
31961 \end_inset
31962
31963 」のあいだに入れると、矢印の下に表示されます。
31964 \end_layout
31965
31966 \begin_layout Itemize
31967 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31968 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
31969 括弧の中に入れなくてはなりません。
31970 \end_layout
31971
31972 \begin_layout Standard
31973 以下は、上記のすべての関係を使った例です。
31974 \end_layout
31975
31976 \begin_layout Standard
31977 \begin_inset Formula 
31978 \[
31979 \begin{CD}A@>j>>B@>>k>C@=F\\
31980 @AmAA@.@VV{V}V@|\\
31981 D@<<j<E@>k>>F@=C
31982 \end{CD}
31983 \]
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 これを作るコマンドは、以下のとおりです。
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \series bold
31997
31998 \backslash
31999 CD
32000 \begin_inset space \textvisiblespace{}
32001 \end_inset
32002
32003 A
32004 \begin_inset Formula $\boldsymbol{@>}$
32005 \end_inset
32006
32007 j
32008 \begin_inset Formula $\boldsymbol{>>}$
32009 \end_inset
32010
32011 B
32012 \begin_inset Formula $\boldsymbol{@>>}$
32013 \end_inset
32014
32015 k
32016 \begin_inset Formula $\boldsymbol{>}$
32017 \end_inset
32018
32019 C@=F Ctrl+Return
32020 \begin_inset Newline newline
32021 \end_inset
32022
32023
32024 \begin_inset Phantom HPhantom
32025 status open
32026
32027 \begin_layout Plain Layout
32028
32029 \series bold
32030
32031 \backslash
32032 CD
32033 \begin_inset space \textvisiblespace{}
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \end_inset
32040
32041 @AmAA@.@VV
32042 \backslash
32043 {V
32044 \series default
32045
32046 \begin_inset Formula $\to$
32047 \end_inset
32048
32049
32050 \series bold
32051 V
32052 \begin_inset Formula $\boldsymbol{@|}$
32053 \end_inset
32054
32055  Ctrl+Return
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059
32060 \begin_inset Phantom HPhantom
32061 status open
32062
32063 \begin_layout Plain Layout
32064
32065 \series bold
32066
32067 \backslash
32068 CD
32069 \begin_inset space \textvisiblespace{}
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \end_inset
32076
32077 D
32078 \begin_inset Formula $\boldsymbol{@<<}$
32079 \end_inset
32080
32081 j
32082 \begin_inset Formula $\boldsymbol{<}$
32083 \end_inset
32084
32085 E
32086 \begin_inset Formula $\boldsymbol{@>}$
32087 \end_inset
32088
32089 k
32090 \begin_inset Formula $\boldsymbol{>>}$
32091 \end_inset
32092
32093 F@=C
32094 \end_layout
32095
32096 \begin_layout Subsection
32097 xymatrix図解
32098 \begin_inset Index idx
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 ずかい@図解 ! xymatrix
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Standard
32111 xymatricesを使うには、\SpecialChar LaTeX
32112 パッケージの
32113 \series bold
32114 xypic
32115 \series default
32116 が導入済みである必要があります。xymatrixは、数式中に
32117 \series bold
32118
32119 \backslash
32120 xymatrix
32121 \series default
32122 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32123 \begin_inset CommandInset ref
32124 LatexCommand ref
32125 reference "sec:行列"
32126
32127 \end_inset
32128
32129 節をご参照下さい。
32130 \end_layout
32131
32132 \begin_layout Standard
32133 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32134 \family sans
32135 ヘルプ\SpecialChar menuseparator
32136 用途別説明書\SpecialChar menuseparator
32137 XY-pic説明書
32138 \family default
32139 メニューにある
32140 \emph on
32141 XY-pic説明書
32142 \emph default
32143 で詳しく網羅しています。
32144 \end_layout
32145
32146 \begin_layout Subsection
32147 ファインマン図
32148 \series medium
32149
32150 \begin_inset Index idx
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 ずかい@図解 ! ファインマン
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 ファインマン図を使うには、\SpecialChar LaTeX
32164 パッケージ
32165 \series bold
32166 feyn
32167 \series default
32168 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32169 \series bold
32170
32171 \backslash
32172 Diagram
32173 \series default
32174 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32175 \begin_inset CommandInset ref
32176 LatexCommand ref
32177 reference "sec:行列"
32178
32179 \end_inset
32180
32181 節参照)。
32182 \end_layout
32183
32184 \begin_layout Standard
32185 \SpecialChar LyX
32186 でのファインマン図の作り方は、メニュー
32187 \family sans
32188 ヘルプ\SpecialChar menuseparator
32189 用途別説明書
32190 \family default
32191 内の『
32192 \emph on
32193 ファインマン図
32194 \emph default
32195 』にあります。
32196 \end_layout
32197
32198 \begin_layout Section
32199 自己定義コマンド
32200 \begin_inset Index idx
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204 じこていぎこまんど@自己定義コマンド
32205 \end_layout
32206
32207 \end_inset
32208
32209
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Note Greyedout
32214 status open
32215
32216 \begin_layout Plain Layout
32217 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Subsection
32226
32227 \backslash
32228 newcommandコマンド
32229 \begin_inset CommandInset label
32230 LatexCommand label
32231 name "subsec:newcommandコマンド"
32232
32233 \end_inset
32234
32235
32236 \begin_inset Index idx
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 じこていぎこまんど@自己定義コマンド ! 
32241 \backslash
32242 newcommand
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \begin_inset Index idx
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 こまんど@コマンド ! N ! 
32253 \backslash
32254 newcommand
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Standard
32263 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32264 コマンドはたくさんありますが、
32265 \series bold
32266
32267 \backslash
32268 newcommand
32269 \series default
32270 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32271 \end_layout
32272
32273 \begin_layout Standard
32274
32275 \series bold
32276
32277 \backslash
32278 newcommand
32279 \series default
32280 コマンドの書式は、
32281 \end_layout
32282
32283 \begin_layout Standard
32284
32285 \series bold
32286
32287 \backslash
32288 newcommand{新コマンド名}[引数の数][オプションの値]
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292
32293 \begin_inset Phantom HPhantom
32294 status open
32295
32296 \begin_layout Plain Layout
32297
32298 \series bold
32299
32300 \backslash
32301 newcommand
32302 \end_layout
32303
32304 \end_inset
32305
32306 {コマンド定義}
32307 \end_layout
32308
32309 \begin_layout Standard
32310 です。
32311 \end_layout
32312
32313 \begin_layout Standard
32314 \begin_inset Note Greyedout
32315 status open
32316
32317 \begin_layout Plain Layout
32318
32319 \series bold
32320 【註】
32321 \series default
32322 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32323 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32324 \series bold
32325
32326 \backslash
32327 Leftarrow
32328 \series default
32329 の短縮のつもりで
32330 \series bold
32331
32332 \backslash
32333 le
32334 \series default
32335 というコマンドを定義したとすると、
32336 \series bold
32337
32338 \backslash
32339 le
32340 \series default
32341 は既に「
32342 \begin_inset Formula $\le$
32343 \end_inset
32344
32345 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 「引数の数」は、0
32355 \begin_inset space \thinspace{}
32356 \end_inset
32357
32358 -
32359 \begin_inset space \thinspace{}
32360 \end_inset
32361
32362 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32363 ドの
32364 \emph on
32365 最初の
32366 \emph default
32367 引数は、自動的に非必須の引数になります。
32368 \end_layout
32369
32370 \begin_layout Standard
32371 以下にいくつかの例を挙げます。
32372 \end_layout
32373
32374 \begin_layout Itemize
32375
32376 \series bold
32377
32378 \backslash
32379 Longrightarrow
32380 \series default
32381 の短縮形として
32382 \series bold
32383
32384 \backslash
32385 gr
32386 \series default
32387 というコマンドを定義するには、\SpecialChar LaTeX
32388 プリアンブルに以下の行を加えます。
32389 \begin_inset VSpace medskip
32390 \end_inset
32391
32392
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396
32397 \series bold
32398
32399 \backslash
32400 newcommand{
32401 \backslash
32402 gr}{
32403 \backslash
32404 Longrightarrow}
32405 \end_layout
32406
32407 \begin_layout Itemize
32408
32409 \series bold
32410
32411 \backslash
32412 underline
32413 \series default
32414 の短縮形として
32415 \series bold
32416
32417 \backslash
32418 us
32419 \series default
32420 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32421 \begin_inset VSpace medskip
32422 \end_inset
32423
32424
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428
32429 \series bold
32430
32431 \backslash
32432 newcommand{
32433 \backslash
32434 us}[1]{
32435 \backslash
32436 underline{#1}}
32437 \series default
32438
32439 \begin_inset VSpace medskip
32440 \end_inset
32441
32442
32443 \begin_inset Newline newline
32444 \end_inset
32445
32446
32447 \series bold
32448 #
32449 \series default
32450 」という文字は、引数の入る場所を示し、その後ろの「
32451 \series bold
32452 1
32453 \series default
32454 」は、これが第1引数の入る場所であることを示します。
32455 \end_layout
32456
32457 \begin_layout Itemize
32458
32459 \series bold
32460
32461 \backslash
32462 framebox
32463 \series default
32464 の短縮形として、たとえば
32465 \series bold
32466
32467 \backslash
32468 fb
32469 \series default
32470 というコマンドを定義するには、
32471 \begin_inset VSpace medskip
32472 \end_inset
32473
32474
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478
32479 \series bold
32480
32481 \backslash
32482 newcommand{
32483 \backslash
32484 fb}[3]{
32485 \backslash
32486 framebox#1#2{$#3$}}
32487 \series default
32488
32489 \begin_inset VSpace medskip
32490 \end_inset
32491
32492
32493 \begin_inset Newline newline
32494 \end_inset
32495
32496 二つのドルマークは、
32497 \series bold
32498
32499 \backslash
32500 framebox
32501 \series default
32502 が必要とする内部の数式を作り出します。第
32503 \begin_inset CommandInset ref
32504 LatexCommand ref
32505 reference "subsec:枠付きボックス"
32506
32507 \end_inset
32508
32509 節をご参照下さい。
32510 \end_layout
32511
32512 \begin_layout Itemize
32513 ボックスの色を指定する必要がない
32514 \series bold
32515
32516 \backslash
32517 fcolorbox
32518 \series default
32519 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32520 \begin_inset VSpace medskip
32521 \end_inset
32522
32523
32524 \begin_inset Newline newline
32525 \end_inset
32526
32527
32528 \series bold
32529
32530 \backslash
32531 newcommand{
32532 \backslash
32533 cb}[3][white]{
32534 \backslash
32535 fcolorbox{#2}{#1}{$#3$}}
32536 \series default
32537
32538 \begin_inset VSpace medskip
32539 \end_inset
32540
32541
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545
32546 \series bold
32547
32548 \backslash
32549 cb
32550 \series default
32551 を使うときに色が指定されなければ、事前に定義された色である
32552 \series bold
32553 white
32554 \series default
32555 が使用されます。
32556 \end_layout
32557
32558 \begin_layout Standard
32559 以下は、上で定義したコマンドの動作テストです。
32560 \begin_inset Separator parbreak
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \begin_layout Standard
32567 \align center
32568 \begin_inset Tabular
32569 <lyxtabular version="3" rows="6" columns="2">
32570 <features booktabs="true" tabularvalignment="middle">
32571 <column alignment="center" valignment="top" width="0pt">
32572 <column alignment="center" valignment="top">
32573 <row>
32574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 コマンド
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Plain Layout
32587 出力
32588 \end_layout
32589
32590 \end_inset
32591 </cell>
32592 </row>
32593 <row>
32594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598 A
32599 \backslash
32600 gr
32601 \begin_inset space \textvisiblespace{}
32602 \end_inset
32603
32604 B
32605 \end_layout
32606
32607 \end_inset
32608 </cell>
32609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 \begin_inset Formula $A\gr B$
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \end_inset
32620 </cell>
32621 </row>
32622 <row>
32623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32624 \begin_inset Text
32625
32626 \begin_layout Plain Layout
32627
32628 \backslash
32629 us{ABcd
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 \begin_inset Formula $\us{ABcd}$
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \end_inset
32645 </cell>
32646 </row>
32647 <row topspace="1mm">
32648 <cell alignment="center" valignment="top" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652
32653 \backslash
32654 fb{[2cm]
32655 \begin_inset Formula $\to$
32656 \end_inset
32657
32658
32659 \backslash
32660 {
32661 \begin_inset Formula $\to$
32662 \end_inset
32663
32664
32665 \backslash
32666 {
32667 \backslash
32668 int
32669 \begin_inset space \textvisiblespace{}
32670 \end_inset
32671
32672 A=B
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 </row>
32690 <row topspace="1.5mm">
32691 <cell alignment="center" valignment="top" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695
32696 \backslash
32697 cb{red
32698 \begin_inset Formula $\to$
32699 \end_inset
32700
32701
32702 \backslash
32703 {
32704 \backslash
32705 int
32706 \begin_inset space \textvisiblespace{}
32707 \end_inset
32708
32709 A=B
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 \begin_inset Formula $\cb{red}{\int A=B}$
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 </row>
32727 <row topspace="1.5mm" bottomspace="1mm">
32728 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732
32733 \backslash
32734 cb[green]
32735 \backslash
32736 {red
32737 \begin_inset Formula $\to$
32738 \end_inset
32739
32740
32741 \backslash
32742 {
32743 \backslash
32744 int
32745 \begin_inset space \textvisiblespace{}
32746 \end_inset
32747
32748 A=B
32749 \end_layout
32750
32751 \end_inset
32752 </cell>
32753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 </row>
32766 </lyxtabular>
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Subsection
32774 数式マクロ
32775 \begin_inset Index idx
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \begin_inset Index idx
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 まくろ@マクロ
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
32799 は、
32800 \begin_inset Formula 
32801 \[
32802 0=\lambda^{2}+p\lambda+q
32803 \]
32804
32805 \end_inset
32806
32807 であり、その解の一般型は
32808 \begin_inset Formula 
32809 \[
32810 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32811 \]
32812
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Standard
32819 です。
32820 \begin_inset Formula $\lambda$
32821 \end_inset
32822
32823
32824 \begin_inset Formula $p$
32825 \end_inset
32826
32827
32828 \begin_inset Formula $q$
32829 \end_inset
32830
32831 の3つのパラメータを指定することが必須であり、
32832 \begin_inset Formula $\lambda$
32833 \end_inset
32834
32835 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
32836 プリアンブル行を加えます。
32837 \begin_inset Newline newline
32838 \end_inset
32839
32840
32841 \series bold
32842
32843 \backslash
32844 newcommand{
32845 \backslash
32846 qG}[4][1,
32847 \backslash
32848 ,2]{#2_{#1}=-
32849 \backslash
32850 frac{#3}{2}
32851 \backslash
32852 pm
32853 \begin_inset Newline newline
32854 \end_inset
32855
32856
32857 \begin_inset Phantom HPhantom
32858 status open
32859
32860 \begin_layout Plain Layout
32861
32862 \series bold
32863
32864 \backslash
32865 newcommand
32866 \end_layout
32867
32868 \end_inset
32869
32870
32871 \backslash
32872 sqrt{
32873 \backslash
32874 frac{#3^{2}}{4}-#4}}
32875 \end_layout
32876
32877 \begin_layout Standard
32878 これを使って解の公式を作るには、
32879 \begin_inset Newline newline
32880 \end_inset
32881
32882
32883 \series bold
32884
32885 \backslash
32886 qG{
32887 \backslash
32888 lambda
32889 \begin_inset Formula $\to$
32890 \end_inset
32891
32892
32893 \backslash
32894 {p
32895 \begin_inset Formula $\to$
32896 \end_inset
32897
32898
32899 \backslash
32900 {q
32901 \series default
32902 というコマンドを数式に入れます。
32903 \end_layout
32904
32905 \begin_layout Standard
32906 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
32907 中で分数は
32908 \series bold
32909
32910 \backslash
32911 frac{分子}{分母}
32912 \series default
32913 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
32914 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
32915 あり、それをやってしまうと、\SpecialChar LyX
32916 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
32917 は、
32918 \series bold
32919
32920 \backslash
32921 newcommand
32922 \series default
32923 コマンドの代わりに、数式マクロを使う方法を提供しています。
32924 \end_layout
32925
32926 \begin_layout Standard
32927 数式マクロは、
32928 \family sans
32929 挿入\SpecialChar menuseparator
32930 数式\SpecialChar menuseparator
32931 マクロ
32932 \family default
32933 メニューか、ツールバーボタンの
32934 \begin_inset Info
32935 type  "icon"
32936 arg   "math-macro newmacroname_newcommand"
32937 \end_inset
32938
32939 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32940 \begin_inset Newline newline
32941 \end_inset
32942
32943
32944 \begin_inset space \hspace*{\fill}
32945 \end_inset
32946
32947
32948 \begin_inset Graphics
32949         filename clipart/macrobox.png
32950         scale 50
32951
32952 \end_inset
32953
32954
32955 \begin_inset space \hspace*{\fill}
32956 \end_inset
32957
32958
32959 \begin_inset Newline newline
32960 \end_inset
32961
32962
32963 \begin_inset FormulaMacro
32964 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32965 \end_inset
32966
32967
32968 \backslash
32969 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32970 \series bold
32971
32972 \backslash
32973 #1
32974 \series default
32975 のように
32976 \series bold
32977
32978 \backslash
32979 #引数番号
32980 \series default
32981 というコマンドで入力するか、マクロツールバーボタンの
32982 \begin_inset Info
32983 type  "icon"
32984 arg   "math-macro-add-param"
32985 \end_inset
32986
32987 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32988 \begin_inset Info
32989 type  "icon"
32990 arg   "math-macro-add-optional-param"
32991 \end_inset
32992
32993 で作ることができます。最初の必須引数は、ツールバーボタンの
32994 \begin_inset Info
32995 type  "icon"
32996 arg   "math-macro-make-optional"
32997 \end_inset
32998
32999 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
33000 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
33001 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33002 \begin_inset Newline newline
33003 \end_inset
33004
33005
33006 \series bold
33007 qG: 
33008 \backslash
33009 #1
33010 \series default
33011  
33012 \series bold
33013 ,
33014 \series default
33015  
33016 \series bold
33017
33018 \backslash
33019 #2
33020 \series default
33021  
33022 \series bold
33023 ,
33024 \series default
33025  
33026 \series bold
33027
33028 \backslash
33029 #3, 
33030 \backslash
33031 #4
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \series default
33037 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
33038 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
33039 す。
33040 \begin_inset Newline newline
33041 \end_inset
33042
33043 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33044 \family sans
33045 表示\SpecialChar menuseparator
33046 数式マクロを展開(畳む)
33047 \family default
33048 メニューを使うことで、マクロ毎に変えることができます。
33049 \end_layout
33050
33051 \begin_layout Standard
33052 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33053 \series bold
33054
33055 \backslash
33056 qG
33057 \series default
33058 とします。このマクロは、\SpecialChar LyX
33059 中では以下のように表示されます。
33060 \begin_inset Newline newline
33061 \end_inset
33062
33063
33064 \begin_inset space \hspace*{\fill}
33065 \end_inset
33066
33067
33068 \begin_inset Graphics
33069         filename ../clipart/macrouse.png
33070         scale 75
33071
33072 \end_inset
33073
33074
33075 \begin_inset space \hspace*{\fill}
33076 \end_inset
33077
33078
33079 \begin_inset Newline newline
33080 \end_inset
33081
33082 以下は、上記の例に、引数
33083 \begin_inset Formula $x$
33084 \end_inset
33085
33086
33087 \begin_inset Formula $\ln(x)$
33088 \end_inset
33089
33090
33091 \begin_inset Formula $B$
33092 \end_inset
33093
33094 を指定したものです。
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset Formula 
33099 \[
33100 \qG x{\ln(x)}B
33101 \]
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Standard
33109 \SpecialChar LyX
33110 は、
33111 \family sans
33112 ツール\SpecialChar menuseparator
33113 設定\SpecialChar menuseparator
33114 編集\SpecialChar menuseparator
33115 制御
33116 \family default
33117 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33118 せてみてください。
33119 \end_layout
33120
33121 \begin_layout Standard
33122 数式マクロは、文書書き出し時に、内部的に
33123 \series bold
33124
33125 \backslash
33126 newcommand
33127 \series default
33128 コマンドに変換されます。こうして生成された
33129 \series bold
33130
33131 \backslash
33132 newcommand
33133 \series default
33134 コマンドは、\SpecialChar LaTeX
33135 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33136 \end_layout
33137
33138 \begin_layout Standard
33139 数式マクロは、
33140 \series bold
33141
33142 \backslash
33143 newcommand
33144 \series default
33145 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
33146 中に通常の文章として、
33147 \series bold
33148
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152
33153 \backslash
33154 newcommand{
33155 \backslash
33156 larrow}[2]{
33157 \backslash
33158 xleftarrow[#2]{#1}}
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162
33163 \series default
33164 というコマンドを書き入れ、この全体を選択して、
33165 \begin_inset Flex Ruby
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169 捷径
33170 \begin_inset Argument post:1
33171 status collapsed
33172
33173 \begin_layout Plain Layout
33174 ショートカット
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \end_inset
33183
33184
33185 \family sans
33186 Ctrl+M
33187 \family default
33188 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33189 \series bold
33190
33191 \backslash
33192 newcommand
33193 \series default
33194 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
33195 エラーが発生します。
33196 \end_layout
33197
33198 \begin_layout Standard
33199 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33200 \begin_inset CommandInset ref
33201 LatexCommand ref
33202 reference "subsec:newcommandコマンド"
33203
33204 \end_inset
33205
33206 節で例として作った
33207 \series bold
33208
33209 \backslash
33210 fb
33211 \series default
33212 は、マクロとしては作ることができません。
33213 \end_layout
33214
33215 \begin_layout Standard
33216 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33217 中に以下のようなマクロツールバーが表示されます。
33218 \end_layout
33219
33220 \begin_layout Standard
33221 \begin_inset VSpace defskip
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Standard
33228 \begin_inset Graphics
33229         filename ../clipart/MacroToolbar.png
33230
33231 \end_inset
33232
33233
33234 \begin_inset Index idx
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 まくろ@マクロ ! つーるばー@ツールバー
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \begin_layout Standard
33247 \begin_inset VSpace defskip
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Standard
33254 マクロツールバーは、左から右に、以下の各ボタンがあります。
33255 \end_layout
33256
33257 \begin_layout Standard
33258 \begin_inset VSpace defskip
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Standard
33265 \begin_inset Tabular
33266 <lyxtabular version="3" rows="9" columns="2">
33267 <features islongtable="true" longtabularalignment="center">
33268 <column alignment="left" valignment="top">
33269 <column alignment="left" valignment="top" width="85col%">
33270 <row interlinespace="2.5mm">
33271 <cell alignment="center" valignment="top" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275 \begin_inset Info
33276 type  "icon"
33277 arg   "math-macro-remove-param"
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289
33290 \family sans
33291 編集\SpecialChar menuseparator
33292 数式\SpecialChar menuseparator
33293 マクロ定義\SpecialChar menuseparator
33294 最後の引数を削除
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row interlinespace="2.5mm">
33301 <cell alignment="center" valignment="top" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 \begin_inset Info
33306 type  "icon"
33307 arg   "math-macro-add-param"
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319
33320 \family sans
33321 編集\SpecialChar menuseparator
33322 数式\SpecialChar menuseparator
33323 マクロ定義\SpecialChar menuseparator
33324 引数を追加
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 </row>
33330 <row interlinespace="2.5mm">
33331 <cell alignment="center" valignment="top" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Plain Layout
33335 \begin_inset Info
33336 type  "icon"
33337 arg   "math-macro-make-optional"
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349
33350 \family sans
33351 編集\SpecialChar menuseparator
33352 数式\SpecialChar menuseparator
33353 マクロ定義\SpecialChar menuseparator
33354 最初の必須引数を
33355 \begin_inset Newline newline
33356 \end_inset
33357
33358
33359 \begin_inset Phantom HPhantom
33360 status open
33361
33362 \begin_layout Plain Layout
33363
33364 \family sans
33365 編集\SpecialChar menuseparator
33366 数式\SpecialChar menuseparator
33367 マクロ定義\SpecialChar menuseparator
33368
33369 \end_layout
33370
33371 \end_inset
33372
33373 非必須引数にする
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 </row>
33379 <row interlinespace="2.5mm">
33380 <cell alignment="center" valignment="top" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 \begin_inset Info
33385 type  "icon"
33386 arg   "math-macro-make-nonoptional"
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398
33399 \family sans
33400 編集\SpecialChar menuseparator
33401 数式\SpecialChar menuseparator
33402 マクロ定義\SpecialChar menuseparator
33403 最後の非必須引数を
33404 \begin_inset Newline newline
33405 \end_inset
33406
33407
33408 \begin_inset Phantom HPhantom
33409 status open
33410
33411 \begin_layout Plain Layout
33412
33413 \family sans
33414 編集\SpecialChar menuseparator
33415 数式\SpecialChar menuseparator
33416 マクロ定義\SpecialChar menuseparator
33417
33418 \end_layout
33419
33420 \end_inset
33421
33422 必須引数にする
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 </row>
33428 <row interlinespace="2.5mm">
33429 <cell alignment="center" valignment="top" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 \begin_inset Info
33434 type  "icon"
33435 arg   "math-macro-remove-optional-param"
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 <cell alignment="center" valignment="top" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447
33448 \family sans
33449 編集\SpecialChar menuseparator
33450 数式\SpecialChar menuseparator
33451 マクロ定義\SpecialChar menuseparator
33452 非必須引数を削除
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 <row interlinespace="2.5mm">
33459 <cell alignment="center" valignment="top" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Info
33464 type  "icon"
33465 arg   "math-macro-add-optional-param"
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 <cell alignment="center" valignment="top" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \family sans
33479 編集\SpecialChar menuseparator
33480 数式\SpecialChar menuseparator
33481 マクロ定義\SpecialChar menuseparator
33482 非必須引数を挿入
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row interlinespace="2.5mm">
33489 <cell alignment="center" valignment="top" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 \begin_inset Info
33494 type  "icon"
33495 arg   "math-macro-remove-greedy-param"
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \end_inset
33502 </cell>
33503 <cell alignment="center" valignment="top" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507
33508 \family sans
33509 編集\SpecialChar menuseparator
33510 数式\SpecialChar menuseparator
33511 マクロ定義\SpecialChar menuseparator
33512 右に吐き出す形で
33513 \begin_inset Newline newline
33514 \end_inset
33515
33516
33517 \begin_inset Phantom HPhantom
33518 status open
33519
33520 \begin_layout Plain Layout
33521
33522 \family sans
33523 編集\SpecialChar menuseparator
33524 数式\SpecialChar menuseparator
33525 マクロ定義\SpecialChar menuseparator
33526
33527 \end_layout
33528
33529 \end_inset
33530
33531 最後の引数を削除
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row interlinespace="2.5mm">
33538 <cell alignment="center" valignment="top" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 \begin_inset Info
33543 type  "icon"
33544 arg   "math-macro-append-greedy-param"
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \end_inset
33551 </cell>
33552 <cell alignment="center" valignment="top" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556
33557 \family sans
33558 編集\SpecialChar menuseparator
33559 数式\SpecialChar menuseparator
33560 マクロ定義\SpecialChar menuseparator
33561 右から喰う形で
33562 \begin_inset Newline newline
33563 \end_inset
33564
33565
33566 \begin_inset Phantom HPhantom
33567 status open
33568
33569 \begin_layout Plain Layout
33570
33571 \family sans
33572 編集\SpecialChar menuseparator
33573 数式\SpecialChar menuseparator
33574 マクロ定義\SpecialChar menuseparator
33575
33576 \end_layout
33577
33578 \end_inset
33579
33580 引数を追加
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 <row interlinespace="2.5mm">
33587 <cell alignment="center" valignment="top" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591 \begin_inset Info
33592 type  "icon"
33593 arg   "math-macro-add-greedy-optional-param"
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \end_inset
33600 </cell>
33601 <cell alignment="center" valignment="top" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605
33606 \family sans
33607 編集\SpecialChar menuseparator
33608 数式\SpecialChar menuseparator
33609 マクロ定義\SpecialChar menuseparator
33610 右から喰う形で
33611 \begin_inset Newline newline
33612 \end_inset
33613
33614
33615 \begin_inset Phantom HPhantom
33616 status open
33617
33618 \begin_layout Plain Layout
33619
33620 \family sans
33621 編集\SpecialChar menuseparator
33622 数式\SpecialChar menuseparator
33623 マクロ定義\SpecialChar menuseparator
33624
33625 \end_layout
33626
33627 \end_inset
33628
33629 非必須引数を追加
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 </lyxtabular>
33636
33637 \end_inset
33638
33639
33640 \end_layout
33641
33642 \begin_layout Section
33643 コンピュータ代数システム
33644 \end_layout
33645
33646 \begin_layout Standard
33647 \SpecialChar LyX
33648 では、\SpecialChar LyX
33649 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33650 \family sans
33651 Maple
33652 \family default
33653
33654 \family sans
33655 Mathematica
33656 \family default
33657
33658 \family sans
33659 Maxima
33660 \family default
33661
33662 \family sans
33663 Octave
33664 \family default
33665 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33666 \end_layout
33667
33668 \begin_layout Subsection
33669 使用法
33670 \end_layout
33671
33672 \begin_layout Standard
33673 数式表現を書いた後、
33674 \family sans
33675 編集\SpecialChar menuseparator
33676 数式\SpecialChar menuseparator
33677 コンピュータ代数システムを使用
33678 \family default
33679 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33680 \end_layout
33681
33682 \begin_layout Standard
33683 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33684 \family typewriter
33685 Maxima
33686 \family default
33687 です)。
33688 \end_layout
33689
33690 \begin_layout Itemize
33691 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Itemize
33698 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Itemize
33705 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Itemize
33712 \begin_inset Formula $\det\left[\begin{array}{ccc}
33713 1 & 6 & 7\\
33714 2 & 5 & 8\\
33715 3 & 4 & 17
33716 \end{array}\right]=-56$
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Itemize
33723 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Subsection
33730 捷径
33731 \end_layout
33732
33733 \begin_layout Standard
33734 現在のところ、代数プログラムを呼び出すための
33735 \begin_inset Flex Ruby
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739 捷径
33740 \begin_inset Argument post:1
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 ショートカット
33745 \end_layout
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \end_inset
33753
33754 はありません。しかし、捷径を
33755 \family sans
33756 math-extern
33757 \family default
33758  \SpecialChar LyX
33759 関数にバインドすることは容易です(取扱説明書『
33760 \family sans
33761 \emph on
33762 \SpecialChar LyX
33763 関数篇
33764 \family default
33765 \emph default
33766 』参照)。例えば、数式エディタ中で
33767 \family sans
33768 リターン
33769 \family default
33770
33771 \begin_inset Flex Ruby
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775
33776 \begin_inset Argument post:1
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 キー
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \end_inset
33789
33790 をバインドさせることもできます。それを
33791 \family typewriter
33792 Maxima
33793 \family default
33794 にバインドするには、下記の捷径定義コマンドを使用します。
33795 \end_layout
33796
33797 \begin_layout Standard
33798
33799 \series bold
33800 command-alternatives paragraph-break;math-extern maxima
33801 \end_layout
33802
33803 \begin_layout Section
33804 補遺
33805 \begin_inset Index idx
33806 status collapsed
33807
33808 \begin_layout Plain Layout
33809 ほい@補遺
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Subsection
33818 負の数
33819 \begin_inset Index idx
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823 かず@数 ! ふの@負の
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Standard
33832 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33833 く表示されます。
33834 \end_layout
33835
33836 \begin_layout Standard
33837 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33838 \end_layout
33839
33840 \begin_layout Standard
33841 以下は、この問題を示す例です。
33842 \begin_inset Separator parbreak
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 \align center
33850 \begin_inset Tabular
33851 <lyxtabular version="3" rows="3" columns="2">
33852 <features booktabs="true" tabularvalignment="middle">
33853 <column alignment="right" valignment="top" width="0pt">
33854 <column alignment="left" valignment="top">
33855 <row>
33856 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Plain Layout
33860 通常の文章:
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 x = -2
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 <row>
33876 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 数式:
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 \begin_inset Formula $x=-2$
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 </row>
33898 <row>
33899 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903 解決策:
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 \begin_inset Formula $x=\textrm{-}2$
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 </row>
33921 </lyxtabular>
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Subsection
33929 位区切りとしてのコンマ
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 こんま@コンマ
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset Index idx
33941 status collapsed
33942
33943 \begin_layout Plain Layout
33944 かんま@カンマ
33945 \begin_inset ERT
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949
33950 |see{
33951 \end_layout
33952
33953 \end_inset
33954
33955 コンマ
33956 \begin_inset ERT
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960
33961 }
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 \SpecialChar LaTeX
33976 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33977 \end_layout
33978
33979 \begin_layout Standard
33980 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33981 \begin_inset Flex Ruby
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985 捷径
33986 \begin_inset Argument post:1
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990 ショートカット
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \begin_inset Info
34002 type  "shortcut"
34003 arg   "math-mode"
34004 \end_inset
34005
34006 )。
34007 \end_layout
34008
34009 \begin_layout Standard
34010 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
34011 プリアンブルに
34012 \end_layout
34013
34014 \begin_layout Standard
34015
34016 \series bold
34017
34018 \backslash
34019 usepackage{icomma}
34020 \end_layout
34021
34022 \begin_layout Standard
34023 という行を加えて、
34024 \series bold
34025 icomma.sty
34026 \series default
34027
34028 \begin_inset Foot
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 \series bold
34034 icomma
34035 \series default
34036 は、\SpecialChar LaTeX
34037 パッケージ
34038 \series bold
34039 was
34040 \series default
34041
34042 \begin_inset Index idx
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 ぱっけーじ@パッケージ ! was
34047 \begin_inset ERT
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051
34052
34053 \backslash
34054 vspace{4mm}
34055 \end_layout
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063
34064 に含まれています。
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \begin_inset Index idx
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 ぱっけーじ@パッケージ ! icomma
34075 \end_layout
34076
34077 \end_inset
34078
34079 ファイルを読み込みます。
34080 \end_layout
34081
34082 \begin_layout Subsection
34083 物理ベクトル
34084 \begin_inset CommandInset label
34085 LatexCommand label
34086 name "subsec:物理ベクトル"
34087
34088 \end_inset
34089
34090
34091 \begin_inset Index idx
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 べくとる@ベクトル ! ぶつり@物理
34096 \begin_inset space \thinspace{}
34097 \end_inset
34098
34099 ——
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \SpecialChar LaTeX
34109 パッケージ
34110 \series bold
34111 braket
34112 \series default
34113
34114 \begin_inset Foot
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118
34119 \series bold
34120 braket
34121 \series default
34122  は標準的\SpecialChar LaTeX
34123 頒布版のすべてに含まれています。
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \begin_inset Index idx
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 ぱっけーじ@パッケージ ! braket
34134 \end_layout
34135
34136 \end_inset
34137
34138 には、定義済みのベクトルが提供されており、
34139 \end_layout
34140
34141 \begin_layout Standard
34142
34143 \series bold
34144
34145 \backslash
34146 usepackage{braket}
34147 \end_layout
34148
34149 \begin_layout Standard
34150 という\SpecialChar LaTeX
34151 プリアンブル行で読み込むことができます。
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset ERT
34156 status collapsed
34157
34158 \begin_layout Plain Layout
34159
34160
34161 \backslash
34162 ifbraket 
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \begin_inset Note Note
34169 status open
34170
34171 \begin_layout Plain Layout
34172 以下の表は、
34173 \series bold
34174 braket
34175 \series default
34176  \SpecialChar LaTeX
34177 パッケージが導入済みのときのみ表示されます。
34178 \end_layout
34179
34180 \end_inset
34181
34182 以下のコマンドが定義されています。
34183 \begin_inset Separator parbreak
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Standard
34190 \align center
34191 \begin_inset Tabular
34192 <lyxtabular version="3" rows="4" columns="2">
34193 <features booktabs="true" tabularvalignment="middle">
34194 <column alignment="center" valignment="top" width="0pt">
34195 <column alignment="center" valignment="top">
34196 <row>
34197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34198 \begin_inset Text
34199
34200 \begin_layout Plain Layout
34201 コマンド
34202 \end_layout
34203
34204 \end_inset
34205 </cell>
34206 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210 出力
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 <row>
34217 <cell alignment="center" valignment="top" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221
34222 \backslash
34223 Bra{
34224 \backslash
34225 psi
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 <cell alignment="center" valignment="top" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234 \begin_inset Formula $\Bra{\psi}$
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 </row>
34243 <row>
34244 <cell alignment="center" valignment="top" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248
34249 \backslash
34250 Ket{
34251 \backslash
34252 psi
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261 \begin_inset Formula $\Ket{\psi}$
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 </row>
34270 <row>
34271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275
34276 \backslash
34277 Braket{
34278 \backslash
34279 psi|
34280 \backslash
34281 phi
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290 \begin_inset Formula $\Braket{\psi|\phi}$
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 </lyxtabular>
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \begin_layout Standard
34307
34308 \series bold
34309
34310 \backslash
34311 Braket
34312 \series default
34313 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34314 \begin_inset Formula 
34315 \[
34316 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34317 \]
34318
34319 \end_inset
34320
34321
34322 \begin_inset ERT
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326
34327
34328 \backslash
34329 else 
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \begin_inset Note Note
34336 status open
34337
34338 \begin_layout Plain Layout
34339
34340 \series bold
34341 braket
34342 \series default
34343  \SpecialChar LaTeX
34344 パッケージが導入されていないときには、以下が表示されます。
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \begin_layout Standard
34353 本小節の全体を出力で見るためには、
34354 \series bold
34355 braket
34356 \series default
34357  \SpecialChar LaTeX
34358 パッケージを導入する必要があります。
34359 \end_layout
34360
34361 \begin_layout Standard
34362 \begin_inset ERT
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366
34367
34368 \backslash
34369 fi 
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380
34381 \backslash
34382 Braket
34383 \series default
34384 と同じ効果は、第
34385 \begin_inset CommandInset ref
34386 LatexCommand ref
34387 reference "subsec:自動の括弧丈"
34388
34389 \end_inset
34390
34391 節に説明されているとおり、
34392 \series bold
34393
34394 \backslash
34395 middle
34396 \series default
34397 コマンドを用いることによっても実現できます。
34398 \end_layout
34399
34400 \begin_layout Subsection
34401 自己定義の分数
34402 \begin_inset CommandInset label
34403 LatexCommand label
34404 name "subsec:自己定義の分数"
34405
34406 \end_inset
34407
34408
34409 \begin_inset Index idx
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413 ぶんすう@分数 ! じこていぎの@自己定義の
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Standard
34422 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34423 \series bold
34424
34425 \backslash
34426 genfrac
34427 \series default
34428
34429 \begin_inset Index idx
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 こまんど@コマンド ! G ! 
34434 \backslash
34435 genfrac
34436 \end_layout
34437
34438 \end_inset
34439
34440 コマンドを使います。
34441 \end_layout
34442
34443 \begin_layout Standard
34444
34445 \series bold
34446
34447 \backslash
34448 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34449 \begin_inset Newline newline
34450 \end_inset
34451
34452
34453 \begin_inset Phantom HPhantom
34454 status open
34455
34456 \begin_layout Plain Layout
34457
34458 \series bold
34459
34460 \backslash
34461 genfrac
34462 \end_layout
34463
34464 \end_inset
34465
34466 {分子}{分母}
34467 \end_layout
34468
34469 \begin_layout Standard
34470 ここで「様式」は、0
34471 \begin_inset space \thinspace{}
34472 \end_inset
34473
34474 -
34475 \begin_inset space \thinspace{}
34476 \end_inset
34477
34478 3の範囲の数字です。
34479 \begin_inset Separator parbreak
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Standard
34486 \align center
34487 \begin_inset Tabular
34488 <lyxtabular version="3" rows="5" columns="2">
34489 <features booktabs="true" tabularvalignment="middle">
34490 <column alignment="center" valignment="top" width="0pt">
34491 <column alignment="center" valignment="top">
34492 <row>
34493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497 数字
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34503 \begin_inset Text
34504
34505 \begin_layout Plain Layout
34506 様式(大きさ)
34507 \end_layout
34508
34509 \end_inset
34510 </cell>
34511 </row>
34512 <row>
34513 <cell alignment="center" valignment="top" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 0
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 <cell alignment="center" valignment="top" usebox="none">
34523 \begin_inset Text
34524
34525 \begin_layout Plain Layout
34526 別行立て様式の数式
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row>
34533 <cell alignment="center" valignment="top" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 1
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 <cell alignment="center" valignment="top" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 行内数式
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row>
34553 <cell alignment="center" valignment="top" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 2
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 <cell alignment="center" valignment="top" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566 やや小(small)
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 </row>
34572 <row>
34573 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 3
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 最小(tiny)
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 </row>
34592 </lyxtabular>
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \begin_layout Standard
34600 「様式」を指定しないときには、
34601 \series bold
34602
34603 \backslash
34604 frac
34605 \series default
34606 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34607 \end_layout
34608
34609 \begin_layout Standard
34610 「分数線の厚み」を指定しないときには、既定値である0.4
34611 \begin_inset space \thinspace{}
34612 \end_inset
34613
34614 ptが用いられます。
34615 \end_layout
34616
34617 \begin_layout Standard
34618 \begin_inset VSpace medskip
34619 \end_inset
34620
34621 たとえば、第
34622 \begin_inset CommandInset ref
34623 LatexCommand ref
34624 reference "subsec:分数"
34625
34626 \end_inset
34627
34628 節の
34629 \series bold
34630
34631 \backslash
34632 dfrac
34633 \series default
34634 コマンドおよび
34635 \series bold
34636
34637 \backslash
34638 tbinom
34639 \series default
34640 コマンドは、
34641 \end_layout
34642
34643 \begin_layout Standard
34644
34645 \series bold
34646
34647 \backslash
34648 newcommand{
34649 \backslash
34650 dfrac}[2]{
34651 \backslash
34652 genfrac{}{}{}{0}{#1}{#2}}
34653 \end_layout
34654
34655 \begin_layout Standard
34656 あるいは
34657 \end_layout
34658
34659 \begin_layout Standard
34660
34661 \series bold
34662
34663 \backslash
34664 newcommand{
34665 \backslash
34666 tbinom}[2]{
34667 \backslash
34668 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34669 \end_layout
34670
34671 \begin_layout Standard
34672 というコマンドで定義できます。
34673 \end_layout
34674
34675 \begin_layout Standard
34676 \begin_inset VSpace medskip
34677 \end_inset
34678
34679 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
34680 プリアンブルに
34681 \end_layout
34682
34683 \begin_layout Standard
34684
34685 \series bold
34686
34687 \backslash
34688 newcommand{
34689 \backslash
34690 fracS}[3][]{
34691 \backslash
34692 genfrac{}{}{#1}{}{#2}{#3}}
34693 \end_layout
34694
34695 \begin_layout Standard
34696 という行を入れます。
34697 \end_layout
34698
34699 \begin_layout Standard
34700 以下は、そのテストです。
34701 \begin_inset Formula 
34702 \begin{align*}
34703 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34704 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34705 \end{align*}
34706
34707 \end_inset
34708
34709 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34710 \end_layout
34711
34712 \begin_layout Subsection
34713 数式の消去
34714 \begin_inset Index idx
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 すうしき@数式 ! しょうきょ@消去
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \begin_layout Standard
34727 数式の全体もしくは一部を消去するには、4つの方法があります。
34728 \begin_inset Separator parbreak
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Standard
34735 \align center
34736 \begin_inset ERT
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740
34741
34742 \backslash
34743 ifcancel 
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \begin_inset Note Note
34750 status open
34751
34752 \begin_layout Plain Layout
34753 下記の表は、\SpecialChar LaTeX
34754 パッケージ
34755 \series bold
34756 cancel
34757 \series default
34758 が導入済みの時のみ表示されます。
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Standard
34767 \align center
34768 \begin_inset Tabular
34769 <lyxtabular version="3" rows="5" columns="2">
34770 <features booktabs="true" tabularvalignment="middle">
34771 <column alignment="center" valignment="top" width="0pt">
34772 <column alignment="center" valignment="top">
34773 <row>
34774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 コマンド
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 出力
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 </row>
34793 <row>
34794 <cell alignment="center" valignment="top" usebox="none">
34795 \begin_inset Text
34796
34797 \begin_layout Plain Layout
34798
34799 \backslash
34800 cancel
34801 \begin_inset space \textvisiblespace{}
34802 \end_inset
34803
34804
34805 \backslash
34806 int
34807 \begin_inset space \textvisiblespace{}
34808 \end_inset
34809
34810 A=B
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 <cell alignment="center" valignment="top" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819 \begin_inset Formula $\cancel{\int A=B}$
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 </row>
34828 <row topspace="1.5mm">
34829 <cell alignment="center" valignment="top" usebox="none">
34830 \begin_inset Text
34831
34832 \begin_layout Plain Layout
34833
34834 \backslash
34835 bcancel
34836 \begin_inset space \textvisiblespace{}
34837 \end_inset
34838
34839
34840 \backslash
34841 int
34842 \begin_inset space \textvisiblespace{}
34843 \end_inset
34844
34845 A=B
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 <cell alignment="center" valignment="top" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 \begin_inset Formula $\bcancel{\int A=B}$
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 </row>
34863 <row topspace="1.5mm">
34864 <cell alignment="center" valignment="top" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868
34869 \backslash
34870 xcancel
34871 \begin_inset space \textvisiblespace{}
34872 \end_inset
34873
34874
34875 \backslash
34876 int
34877 \begin_inset space \textvisiblespace{}
34878 \end_inset
34879
34880 A=B
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 \begin_inset Formula $\xcancel{\int A=B}$
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 </row>
34898 <row>
34899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903
34904 \backslash
34905 cancelto
34906 \begin_inset space \textvisiblespace{}
34907 \end_inset
34908
34909
34910 \backslash
34911 int
34912 \begin_inset space \textvisiblespace{}
34913 \end_inset
34914
34915 A=B
34916 \begin_inset Formula $\to$
34917 \end_inset
34918
34919 1
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 </lyxtabular>
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945
34946 \series bold
34947
34948 \backslash
34949 cancelto
34950 \series default
34951 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
34952 \begin_inset Formula 
34953 \[
34954 \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}}}
34955 \]
34956
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Standard
34963
34964 \series bold
34965
34966 \backslash
34967 cancelto
34968 \series default
34969 の「下付き文字」寸法の大きさを変えるには、
34970 \end_layout
34971
34972 \begin_layout Standard
34973
34974 \series bold
34975
34976 \backslash
34977 PassOptionsToPackage{オプション}{cancel}
34978 \end_layout
34979
34980 \begin_layout Standard
34981 という行を\SpecialChar LaTeX
34982 プリアンブルに書き加えてください。ここで、
34983 \series bold
34984 オプション
34985 \series default
34986
34987 \series bold
34988 samesize
34989 \series default
34990 にすると、取り消した部分と同じ寸法になり、
34991 \series bold
34992 Smaller
34993 \series default
34994 にすると、通常よりも少し小さくなります。
34995 \end_layout
34996
34997 \begin_layout Standard
34998 取り消し線に色を付けるには、\SpecialChar TeX
34999 コードで以下のコマンドを書き加えてください。
35000 \end_layout
35001
35002 \begin_layout Standard
35003
35004 \series bold
35005
35006 \backslash
35007 renewcommand{
35008 \backslash
35009 CancelColor}{
35010 \backslash
35011 color{red}}
35012 \end_layout
35013
35014 \begin_layout Standard
35015 ここで
35016 \series bold
35017 red
35018 \series default
35019 は、お好みの色に変更することができます。
35020 \end_layout
35021
35022 \begin_layout Standard
35023 \begin_inset ERT
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027
35028
35029 \backslash
35030 renewcommand{
35031 \backslash
35032 CancelColor}{
35033 \backslash
35034 color{red}}
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset Formula 
35044 \[
35045 \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}}}
35046 \]
35047
35048 \end_inset
35049
35050
35051 \end_layout
35052
35053 \begin_layout Standard
35054 \begin_inset ERT
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058
35059
35060 \backslash
35061 renewcommand{
35062 \backslash
35063 CancelColor}{
35064 \backslash
35065 color{black}}
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset Note Note
35072 status open
35073
35074 \begin_layout Plain Layout
35075 色をリセット
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 他の微調整については、
35085 \series bold
35086 cancel
35087 \series default
35088 パッケージの取扱説明書
35089 \begin_inset CommandInset citation
35090 LatexCommand cite
35091 key "cancel"
35092
35093 \end_inset
35094
35095 をご覧ください。
35096 \begin_inset Index idx
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100 ぱっけーじ@パッケージ ! cancel
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 else 
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset Note Note
35123 status open
35124
35125 \begin_layout Plain Layout
35126 下記の表は、\SpecialChar LaTeX
35127 パッケージ
35128 \series bold
35129 cancel
35130 \series default
35131 が導入済みの時のみ表示されます。
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 本小節の続きを見るには、\SpecialChar LaTeX
35141 パッケージ
35142 \series bold
35143 cancel
35144 \series default
35145 を導入する必要があります。
35146 \end_layout
35147
35148 \begin_layout Standard
35149 \begin_inset ERT
35150 status collapsed
35151
35152 \begin_layout Plain Layout
35153
35154
35155 \backslash
35156 fi 
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Subsection
35165 節見出し中の数式
35166 \begin_inset CommandInset label
35167 LatexCommand label
35168 name "subsec:節見出し中の数式"
35169
35170 \end_inset
35171
35172
35173 \begin_inset Index idx
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35178 \end_layout
35179
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \begin_layout Standard
35186 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35187 \end_layout
35188
35189 \begin_layout Standard
35190 \begin_inset Note Greyedout
35191 status open
35192
35193 \begin_layout Plain Layout
35194 文書設定ダイアログの
35195 \family sans
35196 PDF特性
35197 \family default
35198
35199 \series bold
35200 hyperref
35201 \series default
35202
35203 \begin_inset Index idx
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 ぱっけーじ@パッケージ ! hyperref
35208 \end_layout
35209
35210 \end_inset
35211
35212 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35213 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 これらの問題は、
35223 \family sans
35224 挿入\SpecialChar menuseparator
35225 短縮タイトル
35226 \family default
35227 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35228 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35229 \end_layout
35230
35231 \begin_layout Standard
35232 数式を目次中でも使わなくてもならないが、
35233 \series bold
35234 hyperref
35235 \series default
35236 も使用しなくてはならないときには、
35237 \end_layout
35238
35239 \begin_layout Standard
35240
35241 \series bold
35242
35243 \backslash
35244 texorpdfstring{部分}{代替文字列}
35245 \begin_inset Index idx
35246 status collapsed
35247
35248 \begin_layout Plain Layout
35249 こまんど@コマンド ! T ! 
35250 \backslash
35251 texorpdfstring
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \end_layout
35258
35259 \begin_layout Standard
35260 というコマンドを\SpecialChar TeX
35261 モードで使う方法があります。
35262 \end_layout
35263
35264 \begin_layout Standard
35265 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35266 文字列」が用いられます。
35267 \end_layout
35268
35269 \begin_layout Standard
35270 以下の二つは、見出しの例です。
35271 \begin_inset VSpace -3mm
35272 \end_inset
35273
35274
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280
35281 \backslash
35282 boldmath 
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Subsubsection
35291 目次中では数式を使わない見出し
35292 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35293 \end_inset
35294
35295
35296 \begin_inset Argument 1
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 目次中では数式を使わない見出し
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Subsubsection
35309 目次中で数式を使う見出し
35310 \begin_inset ERT
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314
35315
35316 \backslash
35317 texorpdfstring{
35318 \end_layout
35319
35320 \end_inset
35321
35322  
35323 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35324 \end_inset
35325
35326
35327 \begin_inset ERT
35328 status collapsed
35329
35330 \begin_layout Plain Layout
35331
35332 }{}
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \begin_inset ERT
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345
35346
35347 \backslash
35348 unboldmath 
35349 \end_layout
35350
35351 \end_inset
35352
35353 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35354 \series bold
35355
35356 \backslash
35357 texorpdfstring
35358 \series default
35359 が使われています。
35360 \end_layout
35361
35362 \begin_layout Standard
35363 他の節見出しと同じ書式を得るために、上の見出し全体は
35364 \series bold
35365 boldmath
35366 \series default
35367 環境に設定してあります
35368 \begin_inset Foot
35369 status collapsed
35370
35371 \begin_layout Plain Layout
35372
35373 \begin_inset CommandInset ref
35374 LatexCommand ref
35375 reference "subsec:ボールド体の数式"
35376
35377 \end_inset
35378
35379 節参照。
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \begin_layout Subsection
35388 多段組文中の数式
35389 \begin_inset Index idx
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \begin_layout Standard
35402 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35403 \series bold
35404 multicol
35405 \series default
35406
35407 \begin_inset Foot
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411
35412 \series bold
35413 multicol
35414 \series default
35415 は、標準的\SpecialChar LaTeX
35416 頒布版のすべてに含まれています。
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \begin_inset Index idx
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426 ぱっけーじ@パッケージ ! multicol
35427 \end_layout
35428
35429 \end_inset
35430
35431  \SpecialChar LaTeX
35432 パッケージを、
35433 \end_layout
35434
35435 \begin_layout Standard
35436
35437 \series bold
35438
35439 \backslash
35440 usepackage{multicol}
35441 \end_layout
35442
35443 \begin_layout Standard
35444 という\SpecialChar LaTeX
35445 プリアンブル行を書いて読み込むことで、実現できます。
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset Note Greyedout
35450 status open
35451
35452 \begin_layout Plain Layout
35453 ここで、
35454 \family sans
35455 文書\SpecialChar menuseparator
35456 設定
35457 \family default
35458 メニューの
35459 \family sans
35460 本文レイアウト
35461 \family default
35462 で、
35463 \family sans
35464 二段組文書
35465 \family default
35466 の設定を
35467 \emph on
35468 有効にしてはならない
35469 \emph default
35470 ことに注意してください。
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479 多段組文の前に
35480 \end_layout
35481
35482 \begin_layout Standard
35483
35484 \series bold
35485
35486 \backslash
35487 begin{multicols}{段数}
35488 \end_layout
35489
35490 \begin_layout Standard
35491 というコマンドを\SpecialChar TeX
35492 モードで書き入れます。「段数」は、2
35493 \begin_inset space \thinspace{}
35494 \end_inset
35495
35496 -
35497 \begin_inset space \thinspace{}
35498 \end_inset
35499
35500 10のあいだの数字です。多段組文の終わる数式の前には、
35501 \end_layout
35502
35503 \begin_layout Standard
35504
35505 \series bold
35506
35507 \backslash
35508 end{multicols}
35509 \end_layout
35510
35511 \begin_layout Standard
35512 というコマンドを\SpecialChar TeX
35513 モードで入れます。
35514 \end_layout
35515
35516 \begin_layout Standard
35517 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35518 \begin_inset space \thinspace{}
35519 \end_inset
35520
35521 mmの垂直空白を入れて下さい。数式様式
35522 \series bold
35523
35524 \begin_inset Foot
35525 status collapsed
35526
35527 \begin_layout Plain Layout
35528 数式様式に関しては、第
35529 \begin_inset CommandInset ref
35530 LatexCommand ref
35531 reference "sec:数式様式"
35532
35533 \end_inset
35534
35535 節をご覧下さい。
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \series default
35542 として
35543 \series bold
35544 行頭下げ
35545 \series default
35546 を使用している場合には、代わりに-9
35547 \begin_inset space \thinspace{}
35548 \end_inset
35549
35550 mmの垂直空白を入れて下さい。
35551 \end_layout
35552
35553 \begin_layout Standard
35554 以下は、別行立て数式を含む、多段組文の例です。
35555 \end_layout
35556
35557 \begin_layout Standard
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563
35564 \backslash
35565 begin{multicols}{2}
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \lang ngerman
35572 Das Spektrum wird fouriertransformiert.
35573  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35574 , Lösungsmittel) zu trennen.
35575  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35576  nun das Aussehen des Ausgangssignals.
35577  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35578  über alle Phasen integrieren muss.
35579  Sei nun 
35580 \begin_inset Formula $S$
35581 \end_inset
35582
35583  unser normiertes Ausgangssignal und 
35584 \begin_inset Formula $P$
35585 \end_inset
35586
35587  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35588 \lang japanese
35589
35590 \begin_inset ERT
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594
35595
35596 \backslash
35597 end{multicols}
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \begin_inset VSpace -6mm
35604 \end_inset
35605
35606
35607 \begin_inset Formula 
35608 \begin{equation}
35609 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35610 \end{equation}
35611
35612 \end_inset
35613
35614
35615 \begin_inset ERT
35616 status collapsed
35617
35618 \begin_layout Plain Layout
35619
35620
35621 \backslash
35622 begin{multicols}{2}
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \lang ngerman
35629 wobei 
35630 \begin_inset Formula $S_{0}$
35631 \end_inset
35632
35633  das Signal ohne Gradient ist und die Normierungsbedingung 
35634 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35635 \end_inset
35636
35637  gilt.
35638  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35639  Direkt nach dem 
35640 \begin_inset Formula $\nicefrac{\pi}{2}$
35641 \end_inset
35642
35643
35644 \begin_inset space \thinspace{}
35645 \end_inset
35646
35647 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35648  das Signal zusätzlich abschwächt.
35649  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35650  
35651 \begin_inset Formula $T_{2}$
35652 \end_inset
35653
35654 -Zeit.
35655 \end_layout
35656
35657 \begin_layout Standard
35658 \begin_inset ERT
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662
35663
35664 \backslash
35665 end{multicols}
35666 \end_layout
35667
35668 \end_inset
35669
35670  
35671 \end_layout
35672
35673 \begin_layout Subsection
35674 変数の説明付き数式
35675 \begin_inset Index idx
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35680 \end_layout
35681
35682 \end_inset
35683
35684
35685 \end_layout
35686
35687 \begin_layout Standard
35688 \begin_inset CommandInset ref
35689 LatexCommand eqref
35690 reference "eq:within"
35691
35692 \end_inset
35693
35694 式のように、数式内で変数の説明をするには、
35695 \begin_inset Formula $n$
35696 \end_inset
35697
35698 個の変数が使われている場合、左寄せの列を持つ
35699 \begin_inset Formula $2\times n$
35700 \end_inset
35701
35702 行列を使用します
35703 \begin_inset Foot
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707 行列に関しては、第
35708 \begin_inset CommandInset ref
35709 LatexCommand ref
35710 reference "sec:行列"
35711
35712 \end_inset
35713
35714 節参照。
35715 \end_layout
35716
35717 \end_inset
35718
35719 。説明を小さな文字にするには、行列の前に、たとえば
35720 \series bold
35721
35722 \backslash
35723 footnotesize
35724 \series default
35725 コマンドを挿入します
35726 \begin_inset Foot
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730 フォント寸法に関しては、第
35731 \begin_inset CommandInset ref
35732 LatexCommand ref
35733 reference "subsec:書体寸法"
35734
35735 \end_inset
35736
35737 節参照。
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \begin_layout Standard
35746 数式様式に
35747 \series bold
35748 行頭下げ
35749 \begin_inset Foot
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 数式様式に関しては、第
35754 \begin_inset CommandInset ref
35755 LatexCommand ref
35756 reference "sec:数式様式"
35757
35758 \end_inset
35759
35760 節参照。
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \series default
35767 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35768 \series bold
35769
35770 \backslash
35771 hfill
35772 \series default
35773
35774 \begin_inset Foot
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778
35779 \series bold
35780
35781 \backslash
35782 hfill
35783 \series default
35784 は、
35785 \series bold
35786 行頭下げ
35787 \series default
35788 様式のときのみ機能します。第
35789 \begin_inset CommandInset ref
35790 LatexCommand ref
35791 reference "subsec:可変長の空白"
35792
35793 \end_inset
35794
35795 節をご覧下さい。
35796 \end_layout
35797
35798 \end_inset
35799
35800 を入れます。
35801 \end_layout
35802
35803 \begin_layout Standard
35804 数式様式に
35805 \series bold
35806 中央揃え
35807 \series default
35808 を使っている場合、数式を字下げするには、第
35809 \begin_inset CommandInset ref
35810 LatexCommand ref
35811 reference "subsec:flalign環境"
35812
35813 \end_inset
35814
35815 節で述べた方法を使用します。
35816 \begin_inset CommandInset ref
35817 LatexCommand eqref
35818 reference "eq:within"
35819
35820 \end_inset
35821
35822 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
35823 括弧が入っています。
35824 \begin_inset Formula 
35825 \begin{flalign}
35826 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35827 \rho & \textrm{density}\\
35828 V & \textrm{volume}\\
35829 g & \textrm{gravitational acceleration}
35830 \end{array} &  & {}\label{eq:within}
35831 \end{flalign}
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Subsection
35839 アップライト体のギリシャ小文字
35840 \begin_inset CommandInset label
35841 LatexCommand label
35842 name "subsec:アップライト体ギリシャ小文字"
35843
35844 \end_inset
35845
35846
35847 \begin_inset Index idx
35848 status collapsed
35849
35850 \begin_layout Plain Layout
35851 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Standard
35860 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35861 \begin_inset Formula $\pi$
35862 \end_inset
35863
35864 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35865 \series bold
35866 upgreek.sty
35867 \series default
35868
35869 \begin_inset Foot
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874 \series bold
35875 upgreek
35876 \series default
35877 は、
35878 \series bold
35879 was
35880 \series default
35881
35882 \begin_inset Index idx
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 ぱっけーじ@パッケージ ! was
35887 \begin_inset ERT
35888 status collapsed
35889
35890 \begin_layout Plain Layout
35891
35892
35893 \backslash
35894 vspace{4mm}
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \end_inset
35903
35904  \SpecialChar LaTeX
35905 パッケージの一部です。
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \begin_inset Index idx
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915 ぱっけーじ@パッケージ ! upgreek
35916 \end_layout
35917
35918 \end_inset
35919
35920  ファイルを
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 usepackage{upgreek}
35929 \end_layout
35930
35931 \begin_layout Standard
35932 という\SpecialChar LaTeX
35933 プリアンブル行で読み込めば、これらが提供されるようになります。
35934 \begin_inset ERT
35935 status collapsed
35936
35937 \begin_layout Plain Layout
35938
35939
35940 \backslash
35941 ifupgreek 
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \begin_inset Note Note
35948 status open
35949
35950 \begin_layout Plain Layout
35951 以下の表は、
35952 \series bold
35953 upgreek
35954 \series default
35955  \SpecialChar LaTeX
35956 パッケージが導入済みのときのみ表示されます。
35957 \end_layout
35958
35959 \end_inset
35960
35961 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35962 \series bold
35963 up
35964 \series default
35965 を付けると作ることができます。たとえば
35966 \series bold
35967
35968 \backslash
35969 uptau
35970 \series default
35971 コマンドは、
35972 \begin_inset Formula $\uptau$
35973 \end_inset
35974
35975 のようになります。
35976 \end_layout
35977
35978 \begin_layout Standard
35979 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35980 \begin_inset Formula 
35981 \[
35982 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35983 \]
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \begin_layout Standard
35991 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35992 \begin_inset Formula $\mu m$
35993 \end_inset
35994
35995 」のような単位に使うべきではありません。
35996 \end_layout
35997
35998 \begin_layout Standard
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004
36005 \backslash
36006 else 
36007 \end_layout
36008
36009 \end_inset
36010
36011
36012 \begin_inset Note Note
36013 status open
36014
36015 \begin_layout Plain Layout
36016 以下は、
36017 \series bold
36018 upgreek
36019 \series default
36020  \SpecialChar LaTeX
36021 パッケージが導入されていないときのみ表示されます。
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 この小節のすべてを出力で見るには、
36031 \series bold
36032 upgreek
36033 \series default
36034  \SpecialChar LaTeX
36035 パッケージを導入する必要があります。
36036 \end_layout
36037
36038 \begin_layout Standard
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 fi 
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \begin_layout Subsection
36055 数式中のテキスト文字
36056 \begin_inset CommandInset label
36057 LatexCommand label
36058 name "subsec:数式中のテキスト文字"
36059
36060 \end_inset
36061
36062
36063 \begin_inset Index idx
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Standard
36076 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36077 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36078 \end_inset
36079
36080 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36081 \series bold
36082
36083 \backslash
36084 cdot
36085 \series default
36086
36087 \begin_inset Foot
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 \begin_inset CommandInset ref
36093 LatexCommand ref
36094 reference "subsec:二項演算子"
36095
36096 \end_inset
36097
36098 節参照。
36099 \end_layout
36100
36101 \end_inset
36102
36103 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36104 \end_layout
36105
36106 \begin_layout Standard
36107
36108 \series bold
36109
36110 \backslash
36111 Declare Inputtext{183}{
36112 \backslash
36113 ifmmode
36114 \backslash
36115 cdot
36116 \backslash
36117 else
36118 \backslash
36119 textperiodcentered
36120 \backslash
36121 f\SpecialChar ligaturebreak
36122 i}
36123 \end_layout
36124
36125 \begin_layout Standard
36126 という\SpecialChar LaTeX
36127 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
36128 \end_layout
36129
36130 \begin_layout Standard
36131 文字エンコーディング(
36132 \family sans
36133 文書\SpecialChar menuseparator
36134 設定\SpecialChar menuseparator
36135 言語
36136 \family default
36137 メニュー)は、キーボード上の
36138 \begin_inset Flex Ruby
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142
36143 \begin_inset Argument post:1
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 キー
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \end_inset
36156
36157 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36158 \series bold
36159
36160 \backslash
36161 textperiodcentered
36162 \series default
36163 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
36164 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
36165 て、正しいコマンドが自動的に選択されます。
36166 \end_layout
36167
36168 \begin_layout Standard
36169 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36170 \series bold
36171 latin9
36172 \series default
36173 エンコーディングは、\SpecialChar LaTeX
36174 がインストールされたフォルダにある
36175 \series bold
36176 latin9.def
36177 \series default
36178 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
36179 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
36180 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36181 \end_layout
36182
36183 \begin_layout Standard
36184 \begin_inset VSpace medskip
36185 \end_inset
36186
36187 中黒の他にこの文書では、角度記号「
36188 \begin_inset Formula $^{\circ}$
36189 \end_inset
36190
36191 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
36192 プリアンブル行で定義されています
36193 \begin_inset Foot
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 【訳註】p\SpecialChar LaTeX
36198 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Standard
36207
36208 \series bold
36209
36210 \backslash
36211 DeclareInputtext{176}{
36212 \backslash
36213 ifmmode^
36214 \backslash
36215 circ
36216 \backslash
36217 else
36218 \backslash
36219 textdegree
36220 \backslash
36221 f\SpecialChar ligaturebreak
36222 i}
36223 \end_layout
36224
36225 \begin_layout Subsection
36226 数式中の\SpecialChar LaTeX
36227 コメント
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 L atexこめんと@\SpecialChar LaTeX
36233 コメント
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Standard
36242 本文中では、ファイルの\SpecialChar LaTeX
36243 ソースコードでのみ見ることのできるコメントを、
36244 \family sans
36245 挿入
36246 \lang english
36247 \SpecialChar menuseparator
36248
36249 \lang japanese
36250 注釈
36251 \lang english
36252 \SpecialChar menuseparator
36253
36254 \lang japanese
36255 コメント
36256 \family default
36257 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36258 \end_layout
36259
36260 \begin_layout Standard
36261
36262 \series bold
36263
36264 \backslash
36265 %
36266 \end_layout
36267
36268 \begin_layout Standard
36269 というコマンドを使えば、\SpecialChar LaTeX
36270 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36271 のバグのせいで
36272 \begin_inset Foot
36273 status collapsed
36274
36275 \begin_layout Plain Layout
36276 \begin_inset CommandInset href
36277 LatexCommand href
36278 name "LyX-bug #9002"
36279 target "http://www.lyx.org/trac/ticket/9002"
36280
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \end_inset
36287
36288 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36289 出力中に、\SpecialChar LaTeX
36290 コマンドの形では見ることができます。
36291 \lang english
36292
36293 \begin_inset Newline newline
36294 \end_inset
36295
36296
36297 \lang japanese
36298 下記は、\SpecialChar LaTeX
36299 コメントを持つ数式の例です。
36300 \begin_inset Formula 
36301 \[
36302 A=B%\text{これはコメントです。}
36303 \]
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Section
36311 \start_of_appendix
36312 組版上の助言
36313 \begin_inset Index idx
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317 くみばんじょうのじょげん@組版上の助言
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36327 \begin_inset Foot
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 この要約の一部は、ISO規則を取り上げている「Duden」
36332 \begin_inset CommandInset citation
36333 LatexCommand cite
36334 key "Duden"
36335
36336 \end_inset
36337
36338 と呼ばれるドイツの半公的辞書から採られています。
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \begin_layout Itemize
36347 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36348 \begin_inset Foot
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352 書体様式で指定します。第
36353 \begin_inset CommandInset ref
36354 LatexCommand ref
36355 reference "subsec:書体様式"
36356
36357 \end_inset
36358
36359 節を参照。
36360 \end_layout
36361
36362 \end_inset
36363
36364 :30
36365 \begin_inset space \thinspace{}
36366 \end_inset
36367
36368 km/h
36369 \begin_inset Newline newline
36370 \end_inset
36371
36372 値と単位の間には、最小空白を入れます。第
36373 \begin_inset CommandInset ref
36374 LatexCommand ref
36375 reference "subsec:定義済みの空白"
36376
36377 \end_inset
36378
36379 節を参照。
36380 \begin_inset Newline newline
36381 \end_inset
36382
36383 この慣習は、
36384 \series bold
36385
36386 \backslash
36387 unittwo
36388 \series default
36389 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36390 が得られます:
36391 \begin_inset Formula $\unit[30]{km/h}$
36392 \end_inset
36393
36394
36395 \begin_inset space \thinspace{}
36396 \end_inset
36397
36398 。実は、
36399 \series bold
36400
36401 \backslash
36402 unittwo
36403 \series default
36404 は、\SpecialChar LaTeX
36405 コマンドの実体ではなく、
36406 \series bold
36407
36408 \backslash
36409 unit[値]{単位}
36410 \series default
36411 というコマンドです。したがって、これを\SpecialChar TeX
36412 コード中で使用することはできません。
36413 \end_layout
36414
36415 \begin_layout Itemize
36416 百分率記号と千分率記号は、物理単位と同様に組みます:
36417 \begin_inset Newline newline
36418 \end_inset
36419
36420 血中アルコール1,2
36421 \begin_inset space \thinspace{}
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Itemize
36428 角度記号は値の直後に置きます:
36429 \begin_inset Formula $15^{\circ}$
36430 \end_inset
36431
36432 。しかし、単位として用いられるときは別です:15
36433 \begin_inset space \thinspace{}
36434 \end_inset
36435
36436
36437 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Itemize
36444 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36445 \begin_inset space \thinspace{}
36446 \end_inset
36447
36448 473
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 588
36453 \end_layout
36454
36455 \begin_layout Itemize
36456 \begin_inset Formula $120\times90\times40$
36457 \end_inset
36458
36459
36460 \begin_inset space \thinspace{}
36461 \end_inset
36462
36463 cmのような寸法には、積記号「
36464 \begin_inset Formula $\times$
36465 \end_inset
36466
36467 」を用います。これは、
36468 \series bold
36469
36470 \backslash
36471 times
36472 \series default
36473 コマンドか、
36474 \family sans
36475 挿入\SpecialChar menuseparator
36476 特殊文字\SpecialChar menuseparator
36477 記号
36478 \family default
36479 メニューから入れることができます。
36480 \end_layout
36481
36482 \begin_layout Itemize
36483 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36484 \begin_inset CommandInset ref
36485 LatexCommand ref
36486 reference "subsec:定義済み函数"
36487
36488 \end_inset
36489
36490 節を参照。
36491 \end_layout
36492
36493 \begin_layout Itemize
36494 複数の文字を含む指数は、アップライト体にします:
36495 \begin_inset Formula $E_{\mathrm{kin}}$
36496 \end_inset
36497
36498
36499 \begin_inset Newline newline
36500 \end_inset
36501
36502 行列要素はイタリック体にします:
36503 \begin_inset Formula $\hat{H}_{kl}$
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \begin_layout Itemize
36510 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36511 \end_layout
36512
36513 \begin_layout Itemize
36514
36515 \noun on
36516 フーリエ
36517 \noun default
36518 変換を表す文字は、
36519 \series bold
36520
36521 \backslash
36522 mathscr
36523 \begin_inset space \textvisiblespace{}
36524 \end_inset
36525
36526 {F
36527 \series default
36528 コマンド
36529 \begin_inset Index idx
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 こまんど@コマンド! M ! 
36534 \backslash
36535 mathscr
36536 \end_layout
36537
36538 \end_inset
36539
36540
36541 \family sans
36542 挿入\SpecialChar menuseparator
36543 特殊文字\SpecialChar menuseparator
36544 記号\SpecialChar menuseparator
36545 文字様記号
36546 \family default
36547 メニューの
36548 \begin_inset Formula $\mathscr{F}$
36549 \end_inset
36550
36551 で入れることができます。
36552 \end_layout
36553
36554 \begin_layout Standard
36555 \begin_inset Newpage newpage
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Section
36562 同義語
36563 \begin_inset Index idx
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 どうぎご@同義語
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Standard
36576 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36577 \end_layout
36578
36579 \begin_layout Standard
36580 \begin_inset VSpace bigskip
36581 \end_inset
36582
36583
36584 \lang english
36585
36586 \begin_inset space \hfill{}
36587 \end_inset
36588
36589
36590 \lang japanese
36591
36592 \begin_inset Tabular
36593 <lyxtabular version="3" rows="12" columns="2">
36594 <features booktabs="true" tabularvalignment="middle">
36595 <column alignment="center" valignment="top" width="0pt">
36596 <column alignment="center" valignment="top" width="0pt">
36597 <row>
36598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36599 \begin_inset Text
36600
36601 \begin_layout Plain Layout
36602 コマンド
36603 \end_layout
36604
36605 \end_inset
36606 </cell>
36607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611 同義のコマンド
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 </row>
36617 <row>
36618 <cell alignment="center" valignment="top" usebox="none">
36619 \begin_inset Text
36620
36621 \begin_layout Plain Layout
36622
36623 \backslash
36624 ast
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 <cell alignment="center" valignment="top" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633 *
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 </row>
36639 <row>
36640 <cell alignment="center" valignment="top" usebox="none">
36641 \begin_inset Text
36642
36643 \begin_layout Plain Layout
36644
36645 \backslash
36646 choose
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 <cell alignment="center" valignment="top" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655
36656 \backslash
36657 binom
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 </row>
36663 <row>
36664 <cell alignment="center" valignment="top" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668
36669 \backslash
36670 geq
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 <cell alignment="center" valignment="top" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679
36680 \backslash
36681 ge
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 </row>
36687 <row>
36688 <cell alignment="center" valignment="top" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692
36693 \backslash
36694 lbrace
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 <cell alignment="center" valignment="top" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703 {
36704 \end_layout
36705
36706 \end_inset
36707 </cell>
36708 </row>
36709 <row>
36710 <cell alignment="center" valignment="top" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714
36715 \backslash
36716 lbracket
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 <cell alignment="center" valignment="top" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 [
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736
36737 \backslash
36738 leftarrow
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 <cell alignment="center" valignment="top" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747
36748 \backslash
36749 gets
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 </row>
36755 <row>
36756 <cell alignment="center" valignment="top" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760
36761 \backslash
36762 leq
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 <cell alignment="center" valignment="top" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771
36772 \backslash
36773 le
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 </row>
36779 <row>
36780 <cell alignment="center" valignment="top" usebox="none">
36781 \begin_inset Text
36782
36783 \begin_layout Plain Layout
36784
36785 \backslash
36786 lor
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795
36796 \backslash
36797 vee
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 </row>
36803 <row>
36804 <cell alignment="center" valignment="top" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808
36809 \backslash
36810 neq
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 <cell alignment="center" valignment="top" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819
36820 \backslash
36821 not=
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 </row>
36827 <row>
36828 <cell alignment="center" valignment="top" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832
36833 \backslash
36834 slash
36835 \end_layout
36836
36837 \end_inset
36838 </cell>
36839 <cell alignment="center" valignment="top" usebox="none">
36840 \begin_inset Text
36841
36842 \begin_layout Plain Layout
36843 /
36844 \end_layout
36845
36846 \end_inset
36847 </cell>
36848 </row>
36849 <row>
36850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36851 \begin_inset Text
36852
36853 \begin_layout Plain Layout
36854
36855 \backslash
36856 vert
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36862 \begin_inset Text
36863
36864 \begin_layout Plain Layout
36865 |
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 </row>
36871 </lyxtabular>
36872
36873 \end_inset
36874
36875
36876 \begin_inset space \hfill{}
36877 \end_inset
36878
36879
36880 \begin_inset Tabular
36881 <lyxtabular version="3" rows="12" columns="2">
36882 <features booktabs="true" tabularvalignment="middle">
36883 <column alignment="center" valignment="top" width="0pt">
36884 <column alignment="center" valignment="top" width="0pt">
36885 <row>
36886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Plain Layout
36890 コマンド
36891 \end_layout
36892
36893 \end_inset
36894 </cell>
36895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 同義のコマンド
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row>
36906 <cell alignment="center" valignment="top" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910
36911 \backslash
36912 backslash
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 <cell alignment="center" valignment="top" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921
36922 \backslash
36923
36924 \backslash
36925
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 </row>
36931 <row>
36932 <cell alignment="center" valignment="top" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936
36937 \backslash
36938 dasharrow
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 <cell alignment="center" valignment="top" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947
36948 \backslash
36949 dashrightarrow
36950 \end_layout
36951
36952 \end_inset
36953 </cell>
36954 </row>
36955 <row>
36956 <cell alignment="center" valignment="top" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960
36961 \backslash
36962 land
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 <cell alignment="center" valignment="top" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971
36972 \backslash
36973 wedge
36974 \end_layout
36975
36976 \end_inset
36977 </cell>
36978 </row>
36979 <row>
36980 <cell alignment="center" valignment="top" usebox="none">
36981 \begin_inset Text
36982
36983 \begin_layout Plain Layout
36984
36985 \backslash
36986 rbrace
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 }
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 <row>
37002 <cell alignment="center" valignment="top" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006
37007 \backslash
37008 rbracket
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 <cell alignment="center" valignment="top" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 ]
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 </row>
37023 <row>
37024 <cell alignment="center" valignment="top" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028
37029 \backslash
37030 rightarrow
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039
37040 \backslash
37041 to
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 </row>
37047 <row>
37048 <cell alignment="center" valignment="top" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052
37053 \backslash
37054 lnot
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063
37064 \backslash
37065 neg
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 </row>
37071 <row>
37072 <cell alignment="center" valignment="top" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076
37077 \backslash
37078 ne
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 not=
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 </row>
37095 <row>
37096 <cell alignment="center" valignment="top" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100
37101 \backslash
37102 owns
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111
37112 \backslash
37113 ni
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 <row>
37120 <cell alignment="center" valignment="top" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 square
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135
37136 \backslash
37137 Box
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 <row>
37144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148
37149 \backslash
37150 Vert
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159
37160 \backslash
37161 |
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 </lyxtabular>
37168
37169 \end_inset
37170
37171
37172 \begin_inset space \hfill{}
37173 \end_inset
37174
37175
37176 \end_layout
37177
37178 \begin_layout Standard
37179 \begin_inset Newpage newpage
37180 \end_inset
37181
37182
37183 \end_layout
37184
37185 \begin_layout Bibliography
37186 \begin_inset CommandInset bibitem
37187 LatexCommand bibitem
37188 key "TLC2"
37189
37190 \end_inset
37191
37192
37193 \shape smallcaps
37194 Mittelbach, F.
37195  ; Goossens, M.
37196 \shape default
37197
37198 \shape italic
37199 The \SpecialChar LaTeX
37200  Companion
37201 \shape default
37202 , 2nd ed.
37203  Addison Wesley, 2004
37204 \end_layout
37205
37206 \begin_layout Bibliography
37207 \begin_inset CommandInset bibitem
37208 LatexCommand bibitem
37209 key "Mathmode"
37210
37211 \end_inset
37212
37213 \SpecialChar LaTeX
37214 の数式能力の
37215 \begin_inset CommandInset href
37216 LatexCommand href
37217 name "説明"
37218 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37219
37220 \end_inset
37221
37222
37223 \end_layout
37224
37225 \begin_layout Bibliography
37226 \begin_inset CommandInset bibitem
37227 LatexCommand bibitem
37228 key "AMS"
37229
37230 \end_inset
37231
37232
37233 \begin_inset ERT
37234 status collapsed
37235
37236 \begin_layout Plain Layout
37237
37238
37239 \backslash
37240 AmS
37241 \end_layout
37242
37243 \end_inset
37244
37245 -\SpecialChar LaTeX
37246
37247 \begin_inset CommandInset href
37248 LatexCommand href
37249 name "説明"
37250 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37251
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \begin_layout Bibliography
37258 \begin_inset CommandInset bibitem
37259 LatexCommand bibitem
37260 key "Symbols"
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/symbols/comprehensive/symbols-a4.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 "cancel"
37280
37281 \end_inset
37282
37283 \SpecialChar LaTeX
37284  
37285 \series bold
37286 cancel
37287 \series default
37288
37289 \begin_inset Index idx
37290 status collapsed
37291
37292 \begin_layout Plain Layout
37293 ぱっけーじ@パッケージ ! cancel
37294 \end_layout
37295
37296 \end_inset
37297
37298 パッケージの
37299 \begin_inset CommandInset href
37300 LatexCommand href
37301 name "取扱説明書"
37302 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37303
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \begin_layout Bibliography
37310 \begin_inset CommandInset bibitem
37311 LatexCommand bibitem
37312 key "hyperref"
37313
37314 \end_inset
37315
37316 \SpecialChar LaTeX
37317  
37318 \series bold
37319 hyperref
37320 \series default
37321
37322 \begin_inset Index idx
37323 status collapsed
37324
37325 \begin_layout Plain Layout
37326 ぱっけーじ@パッケージ ! hyperref
37327 \end_layout
37328
37329 \end_inset
37330
37331 パッケージの
37332 \begin_inset CommandInset href
37333 LatexCommand href
37334 name "取扱説明書"
37335 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37336
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \begin_layout Bibliography
37343 \begin_inset CommandInset bibitem
37344 LatexCommand bibitem
37345 key "mhchem"
37346
37347 \end_inset
37348
37349 \SpecialChar LaTeX
37350  
37351 \series bold
37352 mhchem
37353 \series default
37354
37355 \begin_inset Index idx
37356 status collapsed
37357
37358 \begin_layout Plain Layout
37359 ぱっけーじ@パッケージ ! mhchem
37360 \end_layout
37361
37362 \end_inset
37363
37364 パッケージの
37365 \begin_inset CommandInset href
37366 LatexCommand href
37367 name "取扱説明書"
37368 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37369
37370 \end_inset
37371
37372
37373 \end_layout
37374
37375 \begin_layout Bibliography
37376 \begin_inset CommandInset bibitem
37377 LatexCommand bibitem
37378 key "Duden"
37379
37380 \end_inset
37381
37382
37383 \emph on
37384 Duden Band 1
37385 \emph default
37386 .
37387  22.
37388  Auflage, Duden 2001
37389 \end_layout
37390
37391 \begin_layout Bibliography
37392 \begin_inset CommandInset bibitem
37393 LatexCommand bibitem
37394 key "Checklist"
37395
37396 \end_inset
37397
37398 原稿見直しの
37399 \begin_inset CommandInset href
37400 LatexCommand href
37401 name "チェックリスト"
37402 target "http://physics.nist.gov/Document/checklist.pdf"
37403
37404 \end_inset
37405
37406
37407 \end_layout
37408
37409 \begin_layout Standard
37410 \begin_inset CommandInset index_print
37411 LatexCommand printindex
37412 type "idx"
37413
37414 \end_inset
37415
37416
37417 \end_layout
37418
37419 \end_body
37420 \end_document