]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: correct images paths now correctly
[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" topline="true" 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" topline="true" 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" topline="true" 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" topline="true" 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 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}\raisebox{-4mm}{}$
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
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 \begin_inset Note Note
6101 status collapsed
6102
6103 \begin_layout Plain Layout
6104 ここで
6105 \series bold
6106
6107 \backslash
6108 raisebox
6109 \series default
6110 はスペーサーとして使用しているだけです。
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \begin_layout Standard
6119 二つ目の数式では、
6120 \series bold
6121
6122 \backslash
6123 Big((A+B)(A-B)
6124 \backslash
6125 Big)^
6126 \begin_inset space \textvisiblespace{}
6127 \end_inset
6128
6129 C
6130 \series default
6131 というコマンドが使われています。
6132 \end_layout
6133
6134 \begin_layout Standard
6135 以下は、すべての括弧丈の羅列です。
6136 \begin_inset Separator parbreak
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \begin_layout Standard
6143 \align center
6144
6145 \backslash
6146 Bigg(
6147 \backslash
6148 exp
6149 \backslash
6150 bigg
6151 \begin_inset Formula $<$
6152 \end_inset
6153
6154
6155 \backslash
6156 Big[
6157 \backslash
6158 big{
6159 \backslash
6160 ln(3x)
6161 \backslash
6162 big}^2
6163 \begin_inset space \textvisiblespace{}
6164 \end_inset
6165
6166
6167 \backslash
6168 sin(x)
6169 \backslash
6170 Big]^
6171 \begin_inset space \textvisiblespace{}
6172 \end_inset
6173
6174 A
6175 \begin_inset space \textvisiblespace{}
6176 \end_inset
6177
6178
6179 \backslash
6180 bigg
6181 \begin_inset Formula $>$
6182 \end_inset
6183
6184
6185 \backslash
6186 Bigg)^0,5
6187 \end_layout
6188
6189 \begin_layout Standard
6190 \align center
6191 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6192 \end_inset
6193
6194
6195 \end_layout
6196
6197 \begin_layout Standard
6198
6199 \series bold
6200
6201 \backslash
6202 big
6203 \series default
6204 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6205 \series bold
6206
6207 \backslash
6208 bigm
6209 \series default
6210
6211 \begin_inset Index idx
6212 status collapsed
6213
6214 \begin_layout Plain Layout
6215 こまんど@コマンド ! B ! 
6216 \backslash
6217 bigm
6218 \end_layout
6219
6220 \end_inset
6221
6222 という派生型と、空白を追加しない
6223 \series bold
6224
6225 \backslash
6226 bigl
6227 \series default
6228 -
6229 \series bold
6230
6231 \backslash
6232 bigr
6233 \series default
6234
6235 \begin_inset Index idx
6236 status collapsed
6237
6238 \begin_layout Plain Layout
6239 こまんど@コマンド ! B ! 
6240 \backslash
6241 bigl - 
6242 \backslash
6243 bigr
6244 \end_layout
6245
6246 \end_inset
6247
6248 派生型があります。
6249 \series bold
6250
6251 \backslash
6252 bigl
6253 \series default
6254 コマンドの最後の
6255 \emph on
6256 l
6257 \emph default
6258 は、左括弧であることを示し、右括弧の場合には、
6259 \emph on
6260 l
6261 \emph default
6262 の代わりに
6263 \emph on
6264 r
6265 \emph default
6266 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6267 \end_layout
6268
6269 \begin_layout Standard
6270 以下の表は、これらの派生型の比較です。
6271 \begin_inset Separator parbreak
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \begin_layout Standard
6278 \align center
6279 \begin_inset Tabular
6280 <lyxtabular version="3" rows="5" columns="2">
6281 <features tabularvalignment="middle">
6282 <column alignment="center" valignment="middle">
6283 <column alignment="center" valignment="middle">
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 コマンド
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 出力
6299 \begin_inset Note Note
6300 status collapsed
6301
6302 \begin_layout Plain Layout
6303 ここで
6304 \series bold
6305
6306 \backslash
6307 raisebox
6308 \series default
6309 はスペーサーとして使用しているだけです。
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 </row>
6320 <row>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325
6326 \backslash
6327 Bigm(
6328 \backslash
6329 bigm(
6330 \backslash
6331 ln(3x)
6332 \backslash
6333 bigm)^2
6334 \series bold
6335
6336 \begin_inset space \textvisiblespace{}
6337 \end_inset
6338
6339
6340 \series default
6341
6342 \backslash
6343 Bigm)
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 </row>
6361 <row>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \backslash
6368 Big(
6369 \backslash
6370 big(
6371 \backslash
6372 ln(3x)
6373 \backslash
6374 big)^2
6375 \series bold
6376
6377 \begin_inset space \textvisiblespace{}
6378 \end_inset
6379
6380
6381 \series default
6382
6383 \backslash
6384 Big)
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 </row>
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407
6408 \backslash
6409 Bigl(
6410 \backslash
6411 bigl(
6412 \backslash
6413 ln(3x)
6414 \backslash
6415 bigr)^2
6416 \series bold
6417
6418 \begin_inset space \textvisiblespace{}
6419 \end_inset
6420
6421
6422 \series default
6423
6424 \backslash
6425 Bigr)
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \backslash
6450 bigl)
6451 \backslash
6452 ln(3x)
6453 \backslash
6454 bigr(
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 </row>
6472 </lyxtabular>
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \begin_layout Subsubsection
6480 自動の括弧丈
6481 \begin_inset CommandInset label
6482 LatexCommand label
6483 name "subsec:自動の括弧丈"
6484
6485 \end_inset
6486
6487
6488 \begin_inset Index idx
6489 status collapsed
6490
6491 \begin_layout Plain Layout
6492 かっこたけ@括弧丈 ! じどう@自動
6493 \end_layout
6494
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \begin_layout Standard
6501 可変の丈を持つ括弧は、
6502 \series bold
6503
6504 \backslash
6505 left
6506 \series default
6507
6508 \begin_inset Index idx
6509 status collapsed
6510
6511 \begin_layout Plain Layout
6512 こまんど@コマンド ! L ! 
6513 \backslash
6514 left
6515 \end_layout
6516
6517 \end_inset
6518
6519 コマンドおよび
6520 \series bold
6521
6522 \backslash
6523 right
6524 \series default
6525
6526 \begin_inset Index idx
6527 status collapsed
6528
6529 \begin_layout Plain Layout
6530 こまんど@コマンド ! R ! 
6531 \backslash
6532 right
6533 \end_layout
6534
6535 \end_inset
6536
6537 コマンド、あるいは数式ツールバーボタンの
6538 \begin_inset Info
6539 type  "icon"
6540 arg   "dialog-show mathdelimiter"
6541 \end_inset
6542
6543 で挿入することができます。
6544 \series bold
6545
6546 \backslash
6547 left
6548 \series default
6549 および
6550 \series bold
6551
6552 \backslash
6553 right
6554 \series default
6555 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6556 \begin_inset Separator parbreak
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 \align center
6564 通常の括弧:
6565 \series bold
6566
6567 \backslash
6568 ln(
6569 \backslash
6570 frac
6571 \begin_inset space \textvisiblespace{}
6572 \end_inset
6573
6574 A
6575 \begin_inset Formula $\downarrow$
6576 \end_inset
6577
6578 C
6579 \begin_inset space \textvisiblespace{}
6580 \end_inset
6581
6582 )
6583 \series default
6584 というコマンドは
6585 \begin_inset Formula 
6586 \[
6587 \ln(\frac{A}{C})
6588 \]
6589
6590 \end_inset
6591
6592 を生成します。
6593 \end_layout
6594
6595 \begin_layout Standard
6596 \align center
6597 複数行の括弧:
6598 \series bold
6599
6600 \backslash
6601 ln
6602 \backslash
6603 left(
6604 \backslash
6605 frac
6606 \begin_inset space \textvisiblespace{}
6607 \end_inset
6608
6609 A
6610 \begin_inset Formula $\downarrow$
6611 \end_inset
6612
6613 C
6614 \begin_inset space \textvisiblespace{}
6615 \end_inset
6616
6617
6618 \backslash
6619 right)
6620 \series default
6621 というコマンドは
6622 \begin_inset Formula 
6623 \[
6624 \ln\left(\frac{A}{C}\right)
6625 \]
6626
6627 \end_inset
6628
6629 を生成します。
6630 \end_layout
6631
6632 \begin_layout Standard
6633
6634 \series bold
6635
6636 \backslash
6637 left
6638 \series default
6639
6640 \series bold
6641
6642 \backslash
6643 right
6644 \series default
6645 の代わりに、
6646 \begin_inset Flex Ruby
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 捷径
6651 \begin_inset Argument post:1
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655 ショートカット
6656 \end_layout
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \family sans
6667 Alt+M
6668 \begin_inset space ~
6669 \end_inset
6670
6671 括弧
6672 \family default
6673 を使うこともできます。これを使うと、\SpecialChar LyX
6674 中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6675 \begin_inset Newline newline
6676 \end_inset
6677
6678 すると、先ほどの例を作るコマンドは
6679 \series bold
6680
6681 \backslash
6682 ln Alt+M
6683 \series default
6684  
6685 \series bold
6686 (
6687 \backslash
6688 frac
6689 \begin_inset space \textvisiblespace{}
6690 \end_inset
6691
6692 A
6693 \begin_inset Formula $\downarrow$
6694 \end_inset
6695
6696 C
6697 \series default
6698 となります。
6699 \end_layout
6700
6701 \begin_layout Standard
6702 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6703 \series bold
6704
6705 \backslash
6706 left.
6707 \backslash
6708 frac
6709 \begin_inset space \textvisiblespace{}
6710 \end_inset
6711
6712 A
6713 \begin_inset Formula $\downarrow$
6714 \end_inset
6715
6716 B
6717 \begin_inset space \textvisiblespace{}
6718 \end_inset
6719
6720
6721 \backslash
6722 right}
6723 \series default
6724 というコマンドは
6725 \series bold
6726
6727 \begin_inset Formula 
6728 \[
6729 \left.\frac{A}{B}\right\} 
6730 \]
6731
6732 \end_inset
6733
6734
6735 \series default
6736 を生成します。
6737 \series bold
6738
6739 \backslash
6740 left
6741 \series default
6742 コマンドおよび
6743 \series bold
6744
6745 \backslash
6746 right
6747 \series default
6748 コマンドは、文書が再度読み込まれたときには、\SpecialChar LyX
6749 によって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6750 \end_layout
6751
6752 \begin_layout Standard
6753 \begin_inset VSpace bigskip
6754 \end_inset
6755
6756 著名な\SpecialChar LaTeX
6757 頒布版は、すべて\SpecialChar LaTeX
6758 の拡張であるe\SpecialChar TeX
6759 を使用しているので、これらの頒布版では、すべての括弧および極限に対して
6760 \series bold
6761
6762 \backslash
6763 middle
6764 \series default
6765
6766 \begin_inset Index idx
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 こまんど@コマンド ! M ! 
6771 \backslash
6772 middle
6773 \end_layout
6774
6775 \end_inset
6776
6777 コマンドも使用することができます
6778 \begin_inset Foot
6779 status collapsed
6780
6781 \begin_layout Plain Layout
6782
6783 \series bold
6784 【訳註】
6785 \series default
6786 p\SpecialChar LaTeX
6787 では、標準では
6788 \series bold
6789
6790 \backslash
6791 middle
6792 \series default
6793 コマンドは使えません。よって、以下の例では「
6794 \series bold
6795
6796 \backslash
6797 middle
6798 \series default
6799
6800 \begin_inset Formula $|$
6801 \end_inset
6802
6803 」の代わりに「
6804 \series bold
6805
6806 \backslash
6807 biggm
6808 \series default
6809
6810 \begin_inset Formula $|$
6811 \end_inset
6812
6813 」を用いています。
6814 \end_layout
6815
6816 \end_inset
6817
6818 。このコマンドでは、物理ベクトル
6819 \begin_inset Formula 
6820 \[
6821 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6822 \]
6823
6824 \end_inset
6825
6826 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6827 \begin_inset CommandInset ref
6828 LatexCommand ref
6829 reference "subsec:物理ベクトル"
6830
6831 \end_inset
6832
6833 節に説明されているように特殊な\SpecialChar LaTeX
6834 パッケージがあります。
6835 \end_layout
6836
6837 \begin_layout Subsection
6838 水平括弧
6839 \begin_inset Index idx
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843 かっこ@括弧 ! すいへい@水平
6844 \begin_inset space \thinspace{}
6845 \end_inset
6846
6847 ——
6848 \end_layout
6849
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \begin_layout Standard
6856 \align center
6857 \begin_inset Tabular
6858 <lyxtabular version="3" rows="4" columns="2">
6859 <features tabularvalignment="middle">
6860 <column alignment="center" valignment="top" width="0pt">
6861 <column alignment="center" valignment="top" width="0pt">
6862 <row>
6863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 コマンド
6868 \begin_inset Note Note
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872 ここで
6873 \series bold
6874
6875 \backslash
6876 raisebox
6877 \series default
6878 はスペーサーとして使用しているだけです。
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 出力
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 \begin_inset ERT
6904 status collapsed
6905
6906 \begin_layout Plain Layout
6907
6908
6909 \backslash
6910 raisebox{2.3mm}{
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \backslash
6917 overbrace
6918 \begin_inset space \textvisiblespace{}
6919 \end_inset
6920
6921 A+B
6922 \begin_inset space \textvisiblespace{}
6923 \end_inset
6924
6925 ^
6926 \begin_inset space \textvisiblespace{}
6927 \end_inset
6928
6929 3
6930 \begin_inset ERT
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 }
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \begin_inset Index idx
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 こまんど@コマンド ! O ! 
6946 \backslash
6947 overbrace
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 \begin_inset Formula $\overbrace{A+B}^{3}$
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980
6981 \backslash
6982 raisebox{-2.2mm}{
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \backslash
6989 underbrace
6990 \begin_inset space \textvisiblespace{}
6991 \end_inset
6992
6993 A+B
6994 \begin_inset space \textvisiblespace{}
6995 \end_inset
6996
6997 _5
6998 \begin_inset ERT
6999 status collapsed
7000
7001 \begin_layout Plain Layout
7002
7003 }
7004 \end_layout
7005
7006 \end_inset
7007
7008
7009 \begin_inset Index idx
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013 こまんど@コマンド ! U ! 
7014 \backslash
7015 underbrace
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 \begin_inset Formula $\underbrace{A+B}_{5}$
7030 \end_inset
7031
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 </row>
7038 <row>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043
7044 \backslash
7045 overbrace
7046 \begin_inset space \textvisiblespace{}
7047 \end_inset
7048
7049
7050 \backslash
7051 underbrace
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 A+B_w
7056 \begin_inset space \textvisiblespace{}
7057 \end_inset
7058
7059
7060 \begin_inset space \textvisiblespace{}
7061 \end_inset
7062
7063 _7
7064 \begin_inset space \textvisiblespace{}
7065 \end_inset
7066
7067
7068 \begin_inset space \textvisiblespace{}
7069 \end_inset
7070
7071 ^
7072 \begin_inset space \textvisiblespace{}
7073 \end_inset
7074
7075 C
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7085 \end_inset
7086
7087
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 </lyxtabular>
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \begin_layout Standard
7101 最後の例では、
7102 \series bold
7103
7104 \backslash
7105 overbrace
7106 \series default
7107 が先に挿入されようが
7108 \series bold
7109
7110 \backslash
7111 underbrace
7112 \series default
7113 が先に挿入されようが代わりはありません。
7114 \end_layout
7115
7116 \begin_layout Standard
7117 \begin_inset VSpace medskip
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \begin_layout Standard
7124 文書設定の
7125 \family sans
7126 数式オプション
7127 \family default
7128 で、
7129 \series bold
7130 mathtools
7131 \series default
7132
7133 \begin_inset Index idx
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 ぱっけーじ@パッケージ ! mathtools
7138 \end_layout
7139
7140 \end_inset
7141
7142 パッケージに
7143 \family sans
7144 常に読み込み
7145 \family default
7146 オプションを設定すると、以下のような角括弧が利用可能になります。
7147 \begin_inset Separator parbreak
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \begin_layout Standard
7154 \align center
7155 \begin_inset Tabular
7156 <lyxtabular version="3" rows="4" columns="2">
7157 <features tabularvalignment="middle">
7158 <column alignment="center" valignment="top" width="0pt">
7159 <column alignment="center" valignment="top" width="0pt">
7160 <row>
7161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 コマンド
7166 \begin_inset Note Note
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170
7171 \series bold
7172
7173 \backslash
7174 raisebox
7175 \series default
7176 はスペーサーとして使われているだけです。
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 結果
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206
7207 \backslash
7208 raisebox{2.3mm}{
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \backslash
7215 overbracket{A+B
7216 \begin_inset space \textvisiblespace{}
7217 \end_inset
7218
7219 ^3
7220 \begin_inset ERT
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225 }
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \begin_inset Index idx
7232 status collapsed
7233
7234 \begin_layout Plain Layout
7235 こまんど@コマンド ! O ! 
7236 \backslash
7237 overbracket
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 \begin_inset Formula $\overbracket{A+B}^{3}$
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 </row>
7260 <row>
7261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 \begin_inset ERT
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269
7270
7271 \backslash
7272 raisebox{-2.2mm}{
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \backslash
7279 underbracket{A+B
7280 \begin_inset space \textvisiblespace{}
7281 \end_inset
7282
7283 _5
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289 }
7290 \end_layout
7291
7292 \end_inset
7293
7294
7295 \begin_inset Index idx
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299 こまんど@コマンド ! U ! 
7300 \backslash
7301 under
7302 \size normal
7303 bracket
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 \begin_inset Formula $\underbracket{A+B}_{5}$
7318 \end_inset
7319
7320
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 </row>
7326 <row>
7327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331
7332 \backslash
7333 overbracket{
7334 \backslash
7335 underbracket{A+B_w
7336 \begin_inset space \textvisiblespace{}
7337 \end_inset
7338
7339
7340 \begin_inset space \textvisiblespace{}
7341 \end_inset
7342
7343 _7
7344 \begin_inset space \textvisiblespace{}
7345 \end_inset
7346
7347
7348 \begin_inset space \textvisiblespace{}
7349 \end_inset
7350
7351 ^
7352 \begin_inset space \textvisiblespace{}
7353 \end_inset
7354
7355 C
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7365 \end_inset
7366
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 </lyxtabular>
7374
7375 \end_inset
7376
7377
7378 \end_layout
7379
7380 \begin_layout Standard
7381
7382 \series bold
7383
7384 \backslash
7385 overbracket
7386 \series default
7387
7388 \series bold
7389
7390 \backslash
7391 underbracket
7392 \series default
7393 に関しては、コマンドに続く角括弧中に、希望する厚みを指定すれば、以下のように、角括弧の筆跡の厚みに変更を加えることができます。
7394 \begin_inset Separator parbreak
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \begin_layout Standard
7401 \align center
7402 \begin_inset Tabular
7403 <lyxtabular version="3" rows="3" columns="2">
7404 <features tabularvalignment="middle">
7405 <column alignment="center" valignment="top" width="0pt">
7406 <column alignment="center" valignment="top" width="0pt">
7407 <row>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 コマンド
7413 \begin_inset Note Note
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417
7418 \series bold
7419
7420 \backslash
7421 raisebox
7422 \series default
7423 はスペーサーとして使われているだけです。
7424 \end_layout
7425
7426 \end_inset
7427
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 結果
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 </row>
7443 <row>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 \begin_inset ERT
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452
7453
7454 \backslash
7455 raisebox{2.3mm}{
7456 \end_layout
7457
7458 \end_inset
7459
7460
7461 \backslash
7462 overbracket[3pt]
7463 \backslash
7464 {A+B
7465 \begin_inset space \textvisiblespace{}
7466 \end_inset
7467
7468 ^3
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474 }
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 raisebox{-2.2mm}{
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \backslash
7516 underbracket[1pt]
7517 \backslash
7518 {A+B
7519 \begin_inset space \textvisiblespace{}
7520 \end_inset
7521
7522 _5
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528 }
7529 \end_layout
7530
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 </lyxtabular>
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \begin_layout Standard
7559 \begin_inset VSpace bigskip
7560 \end_inset
7561
7562 括弧をお互いに重ねる必要がある場合には、第
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "sec:多行数式"
7566
7567 \end_inset
7568
7569 節に説明されているように、次のような多行数式を使わなくてはなりません。
7570 \begin_inset Formula 
7571 \begin{eqnarray*}
7572 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7573  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7574 \end{eqnarray*}
7575
7576 \end_inset
7577
7578 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7579 \begin_inset Foot
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 空白コマンドは第
7584 \begin_inset CommandInset ref
7585 LatexCommand ref
7586 reference "subsec:定義済みの空白"
7587
7588 \end_inset
7589
7590 章に説明があります。
7591 \end_layout
7592
7593 \end_inset
7594
7595
7596 \series bold
7597
7598 \backslash
7599 :
7600 \series default
7601 を最初の
7602 \begin_inset Formula $d$
7603 \end_inset
7604
7605 の前に挿入しておくことが重要です。さもないと、
7606 \begin_inset Formula $q$
7607 \end_inset
7608
7609 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7610 \begin_inset Foot
7611 status collapsed
7612
7613 \begin_layout Plain Layout
7614 これは、括弧が文字として取り扱われないためです。第
7615 \begin_inset CommandInset ref
7616 LatexCommand ref
7617 reference "subsec:二項演算子"
7618
7619 \end_inset
7620
7621 章参照。
7622 \end_layout
7623
7624 \end_inset
7625
7626 ためです。二行目には、二つめの括弧が挿入されています。
7627 \begin_inset Formula $b$
7628 \end_inset
7629
7630 の直前から始まるようにするために、まず
7631 \series bold
7632
7633 \backslash
7634 hphantom{gggg+
7635 \backslash
7636 :}
7637 \series default
7638 というコマンド
7639 \begin_inset Foot
7640 status collapsed
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645
7646 \backslash
7647 hphantom
7648 \series default
7649 に関する詳細は、第
7650 \begin_inset CommandInset ref
7651 LatexCommand ref
7652 reference "subsec:埋め草"
7653
7654 \end_inset
7655
7656 章を参照してください。
7657 \end_layout
7658
7659 \end_inset
7660
7661 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7662 \series bold
7663
7664 \backslash
7665 hphantom{bbqq+dddd}
7666 \series default
7667 コマンドの下に置きます。
7668 \end_layout
7669
7670 \begin_layout Standard
7671 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 setlength{
7680 \backslash
7681 jot}{-6pt}
7682 \end_layout
7683
7684 \end_inset
7685
7686
7687 \begin_inset Formula 
7688 \begin{eqnarray*}
7689  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7690 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7691 \end{eqnarray*}
7692
7693 \end_inset
7694
7695
7696 \begin_inset ERT
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 setlength{
7704 \backslash
7705 jot}{3pt}
7706 \end_layout
7707
7708 \end_inset
7709
7710 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7711 ることを防ぐために、行間を減らさなくてはならないのですが、これは\SpecialChar LyX
7712 のバグ
7713 \begin_inset Foot
7714 status collapsed
7715
7716 \begin_layout Plain Layout
7717 \begin_inset CommandInset href
7718 LatexCommand href
7719 name "LyX-bug #1505"
7720 target "http://www.lyx.org/trac/ticket/1505"
7721
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728
7729 のせいで簡単にはできません。この問題を回避するためには、数式直前に\SpecialChar TeX
7730 モードで
7731 \series bold
7732 setlength{
7733 \backslash
7734 jot}{-6pt}
7735 \series default
7736 というコマンドを入れて、大域的な数式行間
7737 \series bold
7738
7739 \backslash
7740 jot
7741 \series default
7742
7743 \begin_inset Index idx
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747 こまんど@コマンド ! J ! 
7748 \backslash
7749 jot
7750 \end_layout
7751
7752 \end_inset
7753
7754 を-6
7755 \begin_inset space \thinspace{}
7756 \end_inset
7757
7758 ptに変更しなくてはなりません。
7759 \series bold
7760
7761 \backslash
7762 jot
7763 \series default
7764 は、数式直後に同様のコマンドを使って標準値の3
7765 \begin_inset space \thinspace{}
7766 \end_inset
7767
7768 ptに戻します。数式中の行間について、詳しくは第
7769 \begin_inset CommandInset ref
7770 LatexCommand ref
7771 reference "subsec:行間"
7772
7773 \end_inset
7774
7775 章に説明があります。
7776 \end_layout
7777
7778 \begin_layout Section
7779 矢印
7780 \begin_inset Index idx
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 やじるし@矢印
7785 \end_layout
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \begin_layout Standard
7793 矢印は、数式ツールバーボタンの
7794 \begin_inset Info
7795 type  "icon"
7796 arg   "math-insert \\leftarrow"
7797 \end_inset
7798
7799 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7800 \end_layout
7801
7802 \begin_layout Subsection
7803 水平矢印
7804 \begin_inset Index idx
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 やじるし@矢印 ! すいへい@水平
7809 \end_layout
7810
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \begin_layout Standard
7817 \begin_inset space \hfill{}
7818 \end_inset
7819
7820
7821 \begin_inset Tabular
7822 <lyxtabular version="3" rows="8" columns="2">
7823 <features tabularvalignment="middle">
7824 <column alignment="center" valignment="top" width="0pt">
7825 <column alignment="center" valignment="top" width="0pt">
7826 <row>
7827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 コマンド
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 出力
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \backslash
7853 gets
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 \begin_inset Formula $\gets$
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \backslash
7878 Leftarrow
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 \begin_inset Formula $\Leftarrow$
7888 \end_inset
7889
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row>
7897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \backslash
7903 longleftarrow
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 \begin_inset Formula $\longleftarrow$
7913 \end_inset
7914
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \backslash
7928 Longleftarrow
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset Formula $\Longleftarrow$
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 leftharpoonup
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\leftharpoonup$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 leftharpoondown
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\leftharpoondown$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 hookleftarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\hookleftarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 </lyxtabular>
8022
8023 \end_inset
8024
8025
8026 \begin_inset space \hfill{}
8027 \end_inset
8028
8029
8030 \begin_inset Tabular
8031 <lyxtabular version="3" rows="8" columns="2">
8032 <features tabularvalignment="middle">
8033 <column alignment="center" valignment="top" width="0pt">
8034 <column alignment="center" valignment="top" width="0pt">
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 コマンド
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 出力
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \backslash
8062 to
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 \begin_inset Formula $\to$
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 Rightarrow
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\Rightarrow$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \backslash
8112 longrightarrow
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 \begin_inset Formula $\longrightarrow$
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 Longrightarrow
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\Longrightarrow$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 rightharpoonup
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\rightharpoonup$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 <row>
8181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185
8186 \backslash
8187 rightharpoondown
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 \begin_inset Formula $\rightharpoondown$
8197 \end_inset
8198
8199
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 hookrightarrow
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 \begin_inset Formula $\hookrightarrow$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 </lyxtabular>
8231
8232 \end_inset
8233
8234
8235 \begin_inset space \hfill{}
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \begin_layout Standard
8242 \begin_inset space \hfill{}
8243 \end_inset
8244
8245
8246 \begin_inset Tabular
8247 <lyxtabular version="3" rows="6" columns="2">
8248 <features tabularvalignment="middle">
8249 <column alignment="center" valignment="top" width="0pt">
8250 <column alignment="center" valignment="top" width="0pt">
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 コマンド
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 出力
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \backslash
8278 leftrightarrow
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 \begin_inset Formula $\leftrightarrow$
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \backslash
8303 Leftrightarrow
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 \begin_inset Formula $\Leftrightarrow$
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \backslash
8328 longleftrightarrow
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 \begin_inset Formula $\longleftrightarrow$
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \backslash
8353 Longleftrightarrow
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 \begin_inset Formula $\Longleftrightarrow$
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \backslash
8378 rightleftharpoons
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $\rightleftharpoons$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 </lyxtabular>
8397
8398 \end_inset
8399
8400
8401 \begin_inset space \hspace{}
8402 \length 25pt
8403 \end_inset
8404
8405
8406 \begin_inset space \hfill{}
8407 \end_inset
8408
8409
8410 \begin_inset Tabular
8411 <lyxtabular version="3" rows="5" columns="2">
8412 <features tabularvalignment="middle">
8413 <column alignment="center" valignment="top" width="0pt">
8414 <column alignment="center" valignment="top" width="0pt">
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 コマンド
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 出力
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 mapsto
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\mapsto$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \backslash
8467 longmapsto
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $\longmapsto$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \backslash
8492 leadsto
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 \begin_inset Formula $\leadsto$
8502 \end_inset
8503
8504
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 dasharrow
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\dasharrow$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 </lyxtabular>
8536
8537 \end_inset
8538
8539
8540 \begin_inset space \hfill{}
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \begin_layout Standard
8547 \begin_inset VSpace medskip
8548 \end_inset
8549
8550 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8551 \begin_inset CommandInset ref
8552 LatexCommand ref
8553 reference "sec:アクセント"
8554
8555 \end_inset
8556
8557 節に一覧があります。
8558 \end_layout
8559
8560 \begin_layout Standard
8561 \begin_inset VSpace bigskip
8562 \end_inset
8563
8564 さらに、ラベル付き矢印
8565 \begin_inset Index idx
8566 status collapsed
8567
8568 \begin_layout Plain Layout
8569 やじるし@矢印 ! らべるつき@ラベル付き
8570 \end_layout
8571
8572 \end_inset
8573
8574 として、
8575 \series bold
8576
8577 \backslash
8578 xleftarrow
8579 \series default
8580
8581 \begin_inset Index idx
8582 status collapsed
8583
8584 \begin_layout Plain Layout
8585 こまんど@コマンド ! X ! 
8586 \backslash
8587 xleftarrow
8588 \end_layout
8589
8590 \end_inset
8591
8592
8593 \series bold
8594
8595 \backslash
8596 xrightarrow
8597 \series default
8598
8599 \begin_inset Index idx
8600 status collapsed
8601
8602 \begin_layout Plain Layout
8603 こまんど@コマンド ! X ! 
8604 \backslash
8605 xrightarrow
8606 \begin_inset ERT
8607 status collapsed
8608
8609 \begin_layout Plain Layout
8610
8611
8612 \backslash
8613 vspace{4mm}
8614 \end_layout
8615
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622
8623 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8624 ます。
8625 \end_layout
8626
8627 \begin_layout Standard
8628 \align center
8629 \begin_inset Tabular
8630 <lyxtabular version="3" rows="3" columns="2">
8631 <features tabularvalignment="middle">
8632 <column alignment="center" valignment="top" width="0pt">
8633 <column alignment="center" valignment="top" width="0pt">
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 コマンド
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 出力
8649 \begin_inset Note Note
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653 ここで
8654 \series bold
8655
8656 \backslash
8657 raisebox
8658 \series default
8659 はスペーサーとして使用しているだけです。
8660 \end_layout
8661
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 F(a)
8676 \backslash
8677 xleftarrow
8678 \begin_inset space \textvisiblespace{}
8679 \end_inset
8680
8681 x=a
8682 \begin_inset Formula $\downarrow$
8683 \end_inset
8684
8685 x
8686 \begin_inset Formula $>$
8687 \end_inset
8688
8689 0
8690 \begin_inset Formula $\to$
8691 \end_inset
8692
8693 F(x)
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 F(x)
8717 \backslash
8718 xrightarrow
8719 \begin_inset space \textvisiblespace{}
8720 \end_inset
8721
8722 x=a
8723 \begin_inset Formula $\downarrow$
8724 \end_inset
8725
8726 x
8727 \begin_inset Formula $>$
8728 \end_inset
8729
8730 0
8731 \begin_inset Formula $\to$
8732 \end_inset
8733
8734 F(a)
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 </lyxtabular>
8753
8754 \end_inset
8755
8756
8757 \end_layout
8758
8759 \begin_layout Standard
8760 \begin_inset VSpace medskip
8761 \end_inset
8762
8763
8764 \end_layout
8765
8766 \begin_layout Standard
8767 文書設定の
8768 \family sans
8769 数式オプション
8770 \family default
8771 で、
8772 \series bold
8773 mathtools
8774 \series default
8775
8776 \begin_inset Index idx
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780 ぱっけーじ@パッケージ ! mathtools
8781 \end_layout
8782
8783 \end_inset
8784
8785 パッケージに
8786 \family sans
8787 常に読み込み
8788 \family default
8789 オプションを設定すると、以下のようなラベル付き矢印が利用可能になります。
8790 \end_layout
8791
8792 \begin_layout Standard
8793 \begin_inset Newpage newpage
8794 \end_inset
8795
8796
8797 \begin_inset Separator parbreak
8798 \end_inset
8799
8800
8801 \end_layout
8802
8803 \begin_layout Standard
8804 \align center
8805 \begin_inset space \hspace*{\fill}
8806 \end_inset
8807
8808
8809 \begin_inset Tabular
8810 <lyxtabular version="3" rows="7" columns="2">
8811 <features tabularvalignment="middle">
8812 <column alignment="center" valignment="top" width="0pt">
8813 <column alignment="center" valignment="top" width="0pt">
8814 <row>
8815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 コマンド
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 用例
8829 \begin_inset Note Note
8830 status collapsed
8831
8832 \begin_layout Plain Layout
8833 ここで
8834 \series bold
8835
8836 \backslash
8837 raisebox
8838 \series default
8839 はスペーサーとして使用しているだけです。
8840 \end_layout
8841
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \backslash
8857 xleftrightarrow
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \backslash
8882 xLeftarrow
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \backslash
8907 xRightarrow
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932 xLeftrightarrow
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 xhookleftarrow
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982 xhookrightarrow
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 </lyxtabular>
9001
9002 \end_inset
9003
9004
9005 \begin_inset space \hspace*{\fill}
9006 \end_inset
9007
9008
9009 \begin_inset Tabular
9010 <lyxtabular version="3" rows="7" columns="2">
9011 <features tabularvalignment="middle">
9012 <column alignment="center" valignment="top" width="0pt">
9013 <column alignment="center" valignment="top" width="0pt">
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 コマンド
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 用例
9029 \begin_inset Note Note
9030 status collapsed
9031
9032 \begin_layout Plain Layout
9033 ここで
9034 \series bold
9035
9036 \backslash
9037 raisebox
9038 \series default
9039 はスペーサーとして使用しているだけです。
9040 \end_layout
9041
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 xleftharpoondown
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \backslash
9082 xleftharpoonup
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \backslash
9107 xrightharpoondown
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \backslash
9132 xrightharpoonup
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \backslash
9157 xleftrightharpoons
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \backslash
9182 xrightleftharpoons
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 </lyxtabular>
9201
9202 \end_inset
9203
9204
9205 \begin_inset space \hspace*{\fill}
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \begin_layout Standard
9212 これらの矢印は、すべて以下のようなコマンドスキームを取ります。
9213 \begin_inset Separator parbreak
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Standard
9220 \align center
9221 \begin_inset Tabular
9222 <lyxtabular version="3" rows="2" columns="2">
9223 <features tabularvalignment="middle">
9224 <column alignment="center" valignment="top" width="0pt">
9225 <column alignment="center" valignment="top" width="0pt">
9226 <row>
9227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 コマンド
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 用例
9241 \begin_inset Note Note
9242 status collapsed
9243
9244 \begin_layout Plain Layout
9245 ここで
9246 \series bold
9247
9248 \backslash
9249 raisebox
9250 \series default
9251 はスペーサーとして使用しているだけです。
9252 \end_layout
9253
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 F(a)
9268 \backslash
9269 xleftrightarrow[x=a]
9270 \backslash
9271 {x>0
9272 \begin_inset Formula $\to$
9273 \end_inset
9274
9275 F(x)
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 </lyxtabular>
9294
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \begin_layout Subsection
9301 垂直矢印および対角矢印
9302 \begin_inset Index idx
9303 status collapsed
9304
9305 \begin_layout Plain Layout
9306 やじるし@矢印 ! たいかく@対角
9307 \end_layout
9308
9309 \end_inset
9310
9311
9312 \begin_inset Index idx
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316 やじるし@矢印 ! すいちょく@垂直
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \begin_layout Standard
9325 \begin_inset space \hfill{}
9326 \end_inset
9327
9328
9329 \begin_inset Tabular
9330 <lyxtabular version="3" rows="7" columns="2">
9331 <features tabularvalignment="middle">
9332 <column alignment="center" valignment="top" width="0pt">
9333 <column alignment="center" valignment="top" width="0pt">
9334 <row>
9335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 コマンド
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 出力
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \backslash
9361 uparrow
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 \begin_inset Formula $\uparrow$
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 Uparrow
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\Uparrow$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 updownarrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\updownarrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 Updownarrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\Updownarrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 Downarrow
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\Downarrow$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 downarrow
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\downarrow$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 </lyxtabular>
9505
9506 \end_inset
9507
9508
9509 \begin_inset space \hfill{}
9510 \end_inset
9511
9512
9513 \begin_inset Tabular
9514 <lyxtabular version="3" rows="5" columns="2">
9515 <features tabularvalignment="middle">
9516 <column alignment="center" valignment="top" width="0pt">
9517 <column alignment="center" valignment="top" width="0pt">
9518 <row>
9519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 コマンド
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 出力
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \backslash
9545 nearrow
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 \begin_inset Formula $\nearrow$
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \backslash
9570 searrow
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset Formula $\searrow$
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \backslash
9595 swarrow
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 \begin_inset Formula $\swarrow$
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row>
9614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \backslash
9620 nwarrow
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 \begin_inset Formula $\nwarrow$
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 </lyxtabular>
9639
9640 \end_inset
9641
9642
9643 \begin_inset space \hfill{}
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \begin_layout Standard
9650 \begin_inset VSpace medskip
9651 \end_inset
9652
9653 垂直矢印は、第
9654 \begin_inset CommandInset ref
9655 LatexCommand ref
9656 reference "subsec:手動の括弧丈"
9657
9658 \end_inset
9659
9660 節および第
9661 \begin_inset CommandInset ref
9662 LatexCommand ref
9663 reference "subsec:自動の括弧丈"
9664
9665 \end_inset
9666
9667 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9668 \end_layout
9669
9670 \begin_layout Section
9671 アクセント
9672 \begin_inset CommandInset label
9673 LatexCommand label
9674 name "sec:アクセント"
9675
9676 \end_inset
9677
9678
9679 \begin_inset Index idx
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 あくせんと@アクセント
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \begin_layout Standard
9692 アクセントは、数式ツールバーボタンの
9693 \begin_inset Info
9694 type  "icon"
9695 arg   "math-insert \\hat"
9696 \end_inset
9697
9698 か、以下の各小節に列挙してあるコマンドで入力することができます。
9699 \end_layout
9700
9701 \begin_layout Subsection
9702 一文字に付けるアクセント
9703 \begin_inset ERT
9704 status collapsed
9705
9706 \begin_layout Plain Layout
9707
9708
9709 \backslash
9710 texorpdfstring{
9711 \end_layout
9712
9713 \end_inset
9714
9715
9716 \begin_inset Foot
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720 本文中のアクセントについては、第
9721 \begin_inset CommandInset ref
9722 LatexCommand ref
9723 reference "subsec:文章中のアクセント"
9724
9725 \end_inset
9726
9727 節を参照。
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738 }{}
9739 \end_layout
9740
9741 \end_inset
9742
9743
9744 \begin_inset Note Note
9745 status collapsed
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750
9751 \backslash
9752 texorpdfstring
9753 \series default
9754 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9755 \end_layout
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760
9761 \backslash
9762 texorpdfstring
9763 \series default
9764 についての詳細は、第
9765 \begin_inset CommandInset ref
9766 LatexCommand ref
9767 reference "subsec:節見出し中の数式"
9768
9769 \end_inset
9770
9771 節にあります。
9772 \end_layout
9773
9774 \end_inset
9775
9776
9777 \begin_inset CommandInset label
9778 LatexCommand label
9779 name "subsec:一文字に付けるアクセント"
9780
9781 \end_inset
9782
9783
9784 \begin_inset Index idx
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9789 \end_layout
9790
9791 \end_inset
9792
9793
9794 \end_layout
9795
9796 \begin_layout Standard
9797 \begin_inset space \hfill{}
9798 \end_inset
9799
9800
9801 \begin_inset Tabular
9802 <lyxtabular version="3" rows="8" columns="2">
9803 <features tabularvalignment="middle">
9804 <column alignment="center" valignment="top" width="0pt">
9805 <column alignment="center" valignment="top" width="0pt">
9806 <row>
9807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 コマンド
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 出力
9821 \begin_inset Note Note
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 ここで
9826 \series bold
9827
9828 \backslash
9829 raisebox
9830 \series default
9831 はスペーサーとして使用しているだけです。
9832 \end_layout
9833
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \backslash
9849 dot
9850 \begin_inset space \textvisiblespace{}
9851 \end_inset
9852
9853 A
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 ddot
9879 \begin_inset space \textvisiblespace{}
9880 \end_inset
9881
9882 A
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \backslash
9907 dddot
9908 \begin_inset space \textvisiblespace{}
9909 \end_inset
9910
9911 A
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \backslash
9936 ddddot
9937 \begin_inset space \textvisiblespace{}
9938 \end_inset
9939
9940 A
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \backslash
9965 vec
9966 \begin_inset space \textvisiblespace{}
9967 \end_inset
9968
9969 A
9970 \begin_inset Index idx
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974 べくとる@ベクトル
9975 \end_layout
9976
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9989 \end_inset
9990
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row>
9998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \backslash
10004 bar
10005 \begin_inset space \textvisiblespace{}
10006 \end_inset
10007
10008 A
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row>
10027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \backslash
10033 mathring
10034 \begin_inset space \textvisiblespace{}
10035 \end_inset
10036
10037 A
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10047 \end_inset
10048
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 </lyxtabular>
10056
10057 \end_inset
10058
10059
10060 \begin_inset space \hfill{}
10061 \end_inset
10062
10063
10064 \begin_inset Tabular
10065 <lyxtabular version="3" rows="7" columns="2">
10066 <features tabularvalignment="middle">
10067 <column alignment="center" valignment="top" width="0pt">
10068 <column alignment="center" valignment="top" width="0pt">
10069 <row>
10070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 コマンド
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 出力
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row>
10090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \backslash
10096 tilde
10097 \begin_inset space \textvisiblespace{}
10098 \end_inset
10099
10100 A
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \backslash
10125 hat
10126 \begin_inset space \textvisiblespace{}
10127 \end_inset
10128
10129 A
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \backslash
10154 check
10155 \begin_inset space \textvisiblespace{}
10156 \end_inset
10157
10158 A
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \backslash
10183 acute
10184 \begin_inset space \textvisiblespace{}
10185 \end_inset
10186
10187 A
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \backslash
10212 grave
10213 \begin_inset space \textvisiblespace{}
10214 \end_inset
10215
10216 A
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \backslash
10241 breve
10242 \begin_inset space \textvisiblespace{}
10243 \end_inset
10244
10245 A
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 </lyxtabular>
10264
10265 \end_inset
10266
10267
10268 \begin_inset space \hfill{}
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \begin_layout Standard
10275 \begin_inset VSpace bigskip
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \begin_layout Standard
10282 \begin_inset ERT
10283 status collapsed
10284
10285 \begin_layout Plain Layout
10286
10287
10288 \backslash
10289 '{e}
10290 \end_layout
10291
10292 \end_inset
10293
10294 のようなアクセントは、数式に直接入れることができます。\SpecialChar LyX
10295 は、それを対応するアクセントコマンドに変換します。ウムラウト
10296 \begin_inset Index idx
10297 status collapsed
10298
10299 \begin_layout Plain Layout
10300 うむらうと@ウムラウト
10301 \end_layout
10302
10303 \end_inset
10304
10305 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、\SpecialChar LaTeX
10306 は、引用符と母音をまとめて一つの文字として取り
10307 扱います。
10308 \series bold
10309
10310 \backslash
10311 ddot
10312 \series default
10313 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10314 \end_layout
10315
10316 \begin_layout Standard
10317 \begin_inset VSpace -2mm
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \begin_layout Standard
10324 \align center
10325 \begin_inset Tabular
10326 <lyxtabular version="3" rows="3" columns="2">
10327 <features tabularvalignment="middle">
10328 <column alignment="center" valignment="top">
10329 <column alignment="center" valignment="top">
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 コマンド
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 出力
10345 \begin_inset Note Note
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349 ここで
10350 \series bold
10351
10352 \backslash
10353 raisebox
10354 \series default
10355 および0ポイント空白はスペーサーとして使用しているだけです。
10356 \end_layout
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 \begin_inset Quotes grd
10372 \end_inset
10373
10374 i
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \lang ngerman
10385 \begin_inset space \hspace{}
10386 \length 0pt
10387 \end_inset
10388
10389
10390 \begin_inset Formula $"i$
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 <row>
10400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404
10405 \backslash
10406 ddot
10407 \begin_inset space \textvisiblespace{}
10408 \end_inset
10409
10410 i
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 </lyxtabular>
10429
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \begin_layout Standard
10436
10437 \series bold
10438
10439 \backslash
10440 ddot
10441 \series default
10442 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10443 \emph on
10444 数式中テキストでは使用できない
10445 \emph default
10446 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10447 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10448 \end_layout
10449
10450 \begin_layout Standard
10451 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10452 \end_layout
10453
10454 \begin_layout Standard
10455 \begin_inset VSpace bigskip
10456 \end_inset
10457
10458
10459 \end_layout
10460
10461 \begin_layout Standard
10462 \SpecialChar LyX
10463 は、\SpecialChar LaTeX
10464 パッケージ
10465 \series bold
10466 undertilde
10467 \series default
10468
10469 \begin_inset Index idx
10470 status collapsed
10471
10472 \begin_layout Plain Layout
10473 ぱっけーじ@パッケージ ! upgreek
10474 \end_layout
10475
10476 \end_inset
10477
10478 がシステム上に導入されていれば、文字下のティルダもサポートします。
10479 \end_layout
10480
10481 \begin_layout Standard
10482 \begin_inset ERT
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486
10487
10488 \backslash
10489 ifundertilde 
10490 \end_layout
10491
10492 \end_inset
10493
10494
10495 \begin_inset Note Note
10496 status open
10497
10498 \begin_layout Plain Layout
10499 以下の表は、
10500 \series bold
10501 undertilde
10502 \series default
10503  \SpecialChar LaTeX
10504 パッケージが導入済みのときのみ表示されます。
10505 \end_layout
10506
10507 \end_inset
10508
10509
10510 \begin_inset Separator parbreak
10511 \end_inset
10512
10513
10514 \end_layout
10515
10516 \begin_layout Standard
10517 \noindent
10518 \align center
10519 \begin_inset Tabular
10520 <lyxtabular version="3" rows="2" columns="2">
10521 <features tabularvalignment="middle">
10522 <column alignment="center" valignment="top" width="0pt">
10523 <column alignment="center" valignment="top" width="0pt">
10524 <row>
10525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 コマンド
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 出力
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \backslash
10551 utilde
10552 \begin_inset space \textvisiblespace{}
10553 \end_inset
10554
10555 A
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 </lyxtabular>
10574
10575 \end_inset
10576
10577
10578 \end_layout
10579
10580 \begin_layout Standard
10581 \begin_inset ERT
10582 status collapsed
10583
10584 \begin_layout Plain Layout
10585
10586
10587 \backslash
10588 else 
10589 \end_layout
10590
10591 \end_inset
10592
10593
10594 \begin_inset Note Note
10595 status open
10596
10597 \begin_layout Plain Layout
10598 以下は、
10599 \series bold
10600 undertilde
10601 \series default
10602  \SpecialChar LaTeX
10603 パッケージが導入されていないときのみ表示されます。
10604 \end_layout
10605
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \begin_layout Standard
10612 この小節のすべてを出力で見るには、
10613 \series bold
10614 undertilde
10615 \series default
10616  \SpecialChar LaTeX
10617 パッケージを導入する必要があります。
10618 \end_layout
10619
10620 \begin_layout Standard
10621 \begin_inset ERT
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625
10626
10627 \backslash
10628 fi 
10629 \end_layout
10630
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \begin_layout Standard
10637 \begin_inset Newpage newpage
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Subsection
10644 複数の文字に付けるアクセント
10645 \begin_inset Index idx
10646 status collapsed
10647
10648 \begin_layout Plain Layout
10649 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10650 \end_layout
10651
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \begin_layout Standard
10658 \begin_inset space \hfill{}
10659 \end_inset
10660
10661
10662 \begin_inset Tabular
10663 <lyxtabular version="3" rows="5" columns="2">
10664 <features tabularvalignment="middle">
10665 <column alignment="center" valignment="top" width="0pt">
10666 <column alignment="center" valignment="top" width="0pt">
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 コマンド
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 出力
10682 \begin_inset Note Note
10683 status collapsed
10684
10685 \begin_layout Plain Layout
10686 ここで
10687 \series bold
10688
10689 \backslash
10690 raisebox
10691 \series default
10692 はスペーサーとして使用しているだけです。
10693 \end_layout
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \backslash
10710 overleftarrow
10711 \begin_inset space \textvisiblespace{}
10712 \end_inset
10713
10714 A=B
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10724 \end_inset
10725
10726
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \backslash
10739 underleftarrow
10740 \begin_inset space \textvisiblespace{}
10741 \end_inset
10742
10743 A=B
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \backslash
10768 overleftrightarrow
10769 \begin_inset space \textvisiblespace{}
10770 \end_inset
10771
10772 A=B
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \backslash
10797 underleftrightarrow
10798 \begin_inset space \textvisiblespace{}
10799 \end_inset
10800
10801 A=B
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 </lyxtabular>
10820
10821 \end_inset
10822
10823
10824 \begin_inset space \hfill{}
10825 \end_inset
10826
10827
10828 \begin_inset Tabular
10829 <lyxtabular version="3" rows="5" columns="2">
10830 <features tabularvalignment="middle">
10831 <column alignment="center" valignment="top" width="0pt">
10832 <column alignment="center" valignment="top" width="0pt">
10833 <row>
10834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 コマンド
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 出力
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \backslash
10860 overrightarrow
10861 \begin_inset space \textvisiblespace{}
10862 \end_inset
10863
10864 A=B
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \backslash
10889 underrightarrow
10890 \begin_inset space \textvisiblespace{}
10891 \end_inset
10892
10893 A=B
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 </row>
10911 <row>
10912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 widetilde
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 A=B
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \backslash
10947 widehat
10948 \begin_inset space \textvisiblespace{}
10949 \end_inset
10950
10951 A=B
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 </lyxtabular>
10970
10971 \end_inset
10972
10973
10974 \begin_inset space \hfill{}
10975 \end_inset
10976
10977
10978 \end_layout
10979
10980 \begin_layout Standard
10981 \begin_inset VSpace medskip
10982 \end_inset
10983
10984 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10985 \series bold
10986
10987 \backslash
10988 widetilde
10989 \series default
10990 および
10991 \series bold
10992
10993 \backslash
10994 widehat
10995 \series default
10996 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10997 \begin_inset Formula 
10998 \[
10999 \widetilde{A+B=C-D}
11000 \]
11001
11002 \end_inset
11003
11004
11005 \end_layout
11006
11007 \begin_layout Standard
11008 前小節で述べた
11009 \series bold
11010
11011 \backslash
11012 overset
11013 \series default
11014
11015 \begin_inset Index idx
11016 status collapsed
11017
11018 \begin_layout Plain Layout
11019 こまんど@コマンド ! O ! 
11020 \backslash
11021 overset
11022 \end_layout
11023
11024 \end_inset
11025
11026 コマンドと
11027 \series bold
11028
11029 \backslash
11030 underset
11031 \series default
11032
11033 \begin_inset Index idx
11034 status collapsed
11035
11036 \begin_layout Plain Layout
11037 こまんど@コマンド ! U ! 
11038 \backslash
11039 underset
11040 \end_layout
11041
11042 \end_inset
11043
11044 コマンドを使っても、複数の文字にアクセントを付けることができます。
11045 \series bold
11046
11047 \backslash
11048 underset
11049 \begin_inset space \textvisiblespace{}
11050 \end_inset
11051
11052 A=B
11053 \begin_inset Formula $\downarrow$
11054 \end_inset
11055
11056 ***
11057 \series default
11058 というコマンドは、
11059 \begin_inset Formula 
11060 \[
11061 \underset{***}{A=B}
11062 \]
11063
11064 \end_inset
11065
11066 のようになります。
11067 \end_layout
11068
11069 \begin_layout Section
11070 空白
11071 \begin_inset CommandInset label
11072 LatexCommand label
11073 name "subsec:空白"
11074
11075 \end_inset
11076
11077
11078 \begin_inset Index idx
11079 status collapsed
11080
11081 \begin_layout Plain Layout
11082 くうはく@空白 ! すいへい@水平
11083 \begin_inset space \thinspace{}
11084 \end_inset
11085
11086 ——
11087 \end_layout
11088
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \begin_layout Subsection
11095 定義済みの空白
11096 \begin_inset CommandInset label
11097 LatexCommand label
11098 name "subsec:定義済みの空白"
11099
11100 \end_inset
11101
11102
11103 \begin_inset Index idx
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107 くうはく@空白 ! すいへい@水平
11108 \begin_inset space \thinspace{}
11109 \end_inset
11110
11111 —— ! ていぎずみ@定義済み
11112 \end_layout
11113
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \begin_layout Standard
11120 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
11121 \begin_inset Flex Ruby
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125 捷径
11126 \begin_inset Argument post:1
11127 status collapsed
11128
11129 \begin_layout Plain Layout
11130 ショートカット
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \end_inset
11139
11140
11141 \begin_inset Info
11142 type  "shortcut"
11143 arg   "command-alternatives space-insert protected ; math-space"
11144 \end_inset
11145
11146 )を挿入することで実現できます。「
11147 \color blue
11148
11149 \begin_inset space \textvisiblespace{}
11150 \end_inset
11151
11152
11153 \color inherit
11154 」が現れるので、
11155 \family sans
11156 Space
11157 \family default
11158 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11159 \begin_inset Info
11160 type  "icon"
11161 arg   "math-insert \\space"
11162 \end_inset
11163
11164 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11165 \family sans
11166 Space
11167 \family default
11168 を押すことによって、長さを変更することができます。
11169 \begin_inset Separator parbreak
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Standard
11176 \noindent
11177 \align center
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="6" columns="3">
11180 <features tabularvalignment="middle">
11181 <column alignment="center" valignment="top">
11182 <column alignment="center" valignment="top" width="15col%">
11183 <column alignment="center" valignment="top">
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 コマンド
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 保護された空白を挿入したのち、
11199 \family sans
11200 Space
11201 \family default
11202 を叩く回数
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 出力
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \backslash
11224 ,
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 0
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\,B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \backslash
11258 :
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 1
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $A\:B$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \backslash
11292 ;
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 2
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 \begin_inset Formula $A\;B$
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 </row>
11319 <row>
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324
11325 \backslash
11326 quad
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 3
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Formula $A\quad B$
11345 \end_inset
11346
11347
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 </row>
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358
11359 \backslash
11360 qquad
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 4
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 \begin_inset Formula $A\qquad B$
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="6" columns="3">
11398 <features tabularvalignment="middle">
11399 <column alignment="center" valignment="top">
11400 <column alignment="center" valignment="top" width="15col%">
11401 <column alignment="center" valignment="top">
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 コマンド
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 保護された空白を挿入したのち、
11417 \family sans
11418 Space
11419 \family default
11420 を叩く回数
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 出力
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \backslash
11442 hfill
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 5
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Formula $A\hfill B$
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474
11475 \backslash
11476 hspace*{1em}
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 6
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 \begin_inset Formula $A\hspace*{1em}B$
11495 \end_inset
11496
11497
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \backslash
11510 hspace{1em}
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 7
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Formula $A\hspace{1em}B$
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542
11543 \backslash
11544
11545 \begin_inset space \textvisiblespace{}
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 8
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $A\ B$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580
11581 \backslash
11582 !
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 9
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 \begin_inset Formula $A\!B$
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 </lyxtabular>
11610
11611 \end_inset
11612
11613
11614 \end_layout
11615
11616 \begin_layout Standard
11617 5
11618 \lang english
11619
11620 \begin_inset space \thinspace{}
11621 \end_inset
11622
11623
11624 \lang japanese
11625
11626 \lang english
11627
11628 \begin_inset space \thinspace{}
11629 \end_inset
11630
11631
11632 \lang japanese
11633 7回
11634 \family sans
11635 Space
11636 \family default
11637 を押した場合は、第
11638 \begin_inset CommandInset ref
11639 LatexCommand ref
11640 reference "subsec:可変長の空白"
11641
11642 \end_inset
11643
11644 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11645 中では赤で表示さ
11646 れます。以下のように、他にもう二つ、負の長さの空白があります。
11647 \begin_inset Separator parbreak
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \begin_layout Standard
11654 \align center
11655 \begin_inset Tabular
11656 <lyxtabular version="3" rows="3" columns="3">
11657 <features tabularvalignment="middle">
11658 <column alignment="center" valignment="middle" width="6.8cm">
11659 <column alignment="center" valignment="top" width="0pt">
11660 <column alignment="center" valignment="top" width="0pt">
11661 <row>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 コマンド
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675
11676 \backslash
11677 negmedspace
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686
11687 \backslash
11688 negthickspace
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 <row>
11695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 保護された空白を挿入したのち、
11700 \family sans
11701 Space
11702 \family default
11703 を叩く回数
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 10
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 11
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 出力
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 \begin_inset Formula $A\negmedspace B$
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 \begin_inset Formula $A\negthickspace B$
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 </lyxtabular>
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11771 \begin_inset Separator parbreak
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 \align center
11779 \begin_inset Tabular
11780 <lyxtabular version="3" rows="3" columns="2">
11781 <features tabularvalignment="middle">
11782 <column alignment="center" valignment="top">
11783 <column alignment="center" valignment="top">
11784 <row>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 コマンド
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 出力
11799 \begin_inset Note Note
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803 ここで
11804 \series bold
11805
11806 \backslash
11807 raisebox
11808 \series default
11809 はスペーサーとして使用しているだけです。
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 <row>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825
11826 \backslash
11827 sum
11828 \backslash
11829 sum
11830 \begin_inset space \textvisiblespace{}
11831 \end_inset
11832
11833 f_kl
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 <row>
11852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856
11857 \backslash
11858 sum
11859 \backslash
11860 negmedspace
11861 \backslash
11862 sum
11863 \begin_inset space \textvisiblespace{}
11864 \end_inset
11865
11866 f_kl
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 </lyxtabular>
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \begin_layout Standard
11892 \noindent
11893 \begin_inset VSpace medskip
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Standard
11900 \noindent
11901 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
11902 括弧で囲みます。以下の例にこれを示します。
11903 \begin_inset Separator parbreak
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 \align center
11911 \begin_inset Tabular
11912 <lyxtabular version="3" rows="2" columns="2">
11913 <features tabularvalignment="middle">
11914 <column alignment="center" valignment="top" width="0pt">
11915 <column alignment="center" valignment="top" width="0pt">
11916 <row>
11917 <cell alignment="center" valignment="top" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 通常の数式
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 \begin_inset Formula $A=B$
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 \begin_inset Note Note
11945 status collapsed
11946
11947 \begin_layout Plain Layout
11948 ここで
11949 \series bold
11950
11951 \backslash
11952 raisebox
11953 \series default
11954 はスペーサーとして使用しているだけです。
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \begin_inset Formula $\raisebox{5mm}{}$
11961 \end_inset
11962
11963 空白なしの数式
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 \begin_inset Formula $A{=}B$
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 </lyxtabular>
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989 \noindent
11990 二行目の数式を作るコマンドは、
11991 \series bold
11992 A
11993 \backslash
11994 {=
11995 \begin_inset Formula $\to$
11996 \end_inset
11997
11998 B
11999 \series default
12000 です。
12001 \end_layout
12002
12003 \begin_layout Standard
12004 \begin_inset VSpace bigskip
12005 \end_inset
12006
12007 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
12008 整形\SpecialChar menuseparator
12009 小空白メニュー(
12010 \begin_inset Flex Ruby
12011 status collapsed
12012
12013 \begin_layout Plain Layout
12014 捷径
12015 \begin_inset Argument post:1
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019 ショートカット
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \end_inset
12028
12029
12030 \begin_inset Info
12031 type  "shortcut"
12032 arg   "space-insert thin"
12033 \end_inset
12034
12035 )で、最小の空白を挿入することができます。
12036 \end_layout
12037
12038 \begin_layout Standard
12039 違いを示す例を以下に掲げます。
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset Tabular
12044 <lyxtabular version="3" rows="2" columns="2">
12045 <features tabularvalignment="middle">
12046 <column alignment="left" valignment="top">
12047 <column alignment="left" valignment="top">
12048 <row>
12049 <cell alignment="center" valignment="top" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 24 kW
12054 \begin_inset Formula $\cdot$
12055 \end_inset
12056
12057 h
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 値と単位のあいだに通常の空白を入れた例
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 </row>
12072 <row>
12073 <cell alignment="center" valignment="top" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 24
12078 \begin_inset space \thinspace{}
12079 \end_inset
12080
12081 kW
12082 \begin_inset Formula $\cdot$
12083 \end_inset
12084
12085 h
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 値と単位のあいだに最小の空白を入れた例
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 </row>
12100 </lyxtabular>
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Subsection
12108 可変長の空白
12109 \begin_inset ERT
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113
12114
12115 \backslash
12116 texorpdfstring{
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \begin_inset Foot
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126 数式中の垂直方向の空白については、第
12127 \begin_inset CommandInset ref
12128 LatexCommand ref
12129 reference "subsec:行間"
12130
12131 \end_inset
12132
12133 節をご覧下さい。
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \begin_inset ERT
12140 status collapsed
12141
12142 \begin_layout Plain Layout
12143
12144 }{}
12145 \end_layout
12146
12147 \end_inset
12148
12149
12150 \begin_inset Note Note
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154
12155 \backslash
12156 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
12157 \end_layout
12158
12159 \begin_layout Plain Layout
12160
12161 \backslash
12162 texorpdfstringについての詳細は、第
12163 \begin_inset CommandInset ref
12164 LatexCommand ref
12165 reference "subsec:節見出し中の数式"
12166
12167 \end_inset
12168
12169 節にあります。
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \begin_inset CommandInset label
12176 LatexCommand label
12177 name "subsec:可変長の空白"
12178
12179 \end_inset
12180
12181
12182 \begin_inset Index idx
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186 くうはく@空白 ! すいへい@水平
12187 \begin_inset space \thinspace{}
12188 \end_inset
12189
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 hspace
12204 \series default
12205
12206 \begin_inset Index idx
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 こまんど@コマンド ! H ! 
12211 \backslash
12212 hspace
12213 \end_layout
12214
12215 \end_inset
12216
12217 コマンドで入力することができます。すると、ながい「
12218 \color blue
12219
12220 \begin_inset space \textvisiblespace{}
12221 \end_inset
12222
12223
12224 \color inherit
12225 」が現れます。長さは、「
12226 \color blue
12227
12228 \begin_inset space \textvisiblespace{}
12229 \end_inset
12230
12231
12232 \color inherit
12233 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
12234 させたいときには、
12235 \series bold
12236
12237 \backslash
12238 hspace
12239 \series default
12240 コマンドの代わりに
12241 \series bold
12242
12243 \backslash
12244 hspace*
12245 \series default
12246 コマンドを使用するか、「
12247 \color blue
12248 \lang english
12249
12250 \begin_inset space \textvisiblespace{}
12251 \end_inset
12252
12253
12254 \color inherit
12255 \lang japanese
12256 」の上を左クリックして、
12257 \family sans
12258 保護
12259 \family default
12260 オプションをチェックしてください。
12261 \begin_inset Newline newline
12262 \end_inset
12263
12264 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
12265 \series bold
12266
12267 \backslash
12268 hfill
12269 \series default
12270
12271 \begin_inset Index idx
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275 こまんど@コマンド ! H ! 
12276 \backslash
12277 hfill
12278 \end_layout
12279
12280 \end_inset
12281
12282 コマンドを使用します。
12283 \end_layout
12284
12285 \begin_layout Standard
12286 \begin_inset VSpace -1mm
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 \align center
12294 \begin_inset Tabular
12295 <lyxtabular version="3" rows="4" columns="2">
12296 <features tabularvalignment="middle">
12297 <column alignment="center" valignment="top">
12298 <column alignment="center" valignment="top">
12299 <row>
12300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 コマンド(
12305 \backslash
12306 hspace 長さ)
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 出力
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row>
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 A=B
12327 \backslash
12328 hspace
12329 \begin_inset space \textvisiblespace{}
12330 \end_inset
12331
12332 A
12333 \backslash
12334 not=C (3
12335 \begin_inset space \thinspace{}
12336 \end_inset
12337
12338 cm)
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 </row>
12356 <row>
12357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361 A
12362 \backslash
12363 hspace
12364 \begin_inset space \textvisiblespace{}
12365 \end_inset
12366
12367 A
12368 \backslash
12369 not=A (-1
12370 \begin_inset space \thinspace{}
12371 \end_inset
12372
12373 mm)
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 A=A
12397 \backslash
12398 hfill
12399 \begin_inset space \textvisiblespace{}
12400 \end_inset
12401
12402 B=B
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 \begin_inset Formula $A=A\hfill B=B$
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 </lyxtabular>
12421
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \begin_layout Standard
12428 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12429 \series bold
12430
12431 \backslash
12432 hfill
12433 \series default
12434 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12435 \series bold
12436
12437 \backslash
12438 hfill
12439 \series default
12440 は、別行立て数式中では、
12441 \series bold
12442 行頭下げ
12443 \series default
12444 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12445 \begin_inset CommandInset ref
12446 LatexCommand ref
12447 reference "sec:数式様式"
12448
12449 \end_inset
12450
12451 節で説明されています)。
12452 \end_layout
12453
12454 \begin_layout Standard
12455
12456 \series bold
12457
12458 \backslash
12459 hfill
12460 \series default
12461 の他にも、空白を模様で埋める
12462 \series bold
12463
12464 \backslash
12465 dotfill
12466 \series default
12467
12468 \series bold
12469
12470 \backslash
12471 hrulefill
12472 \series default
12473 といったコマンドがあります。用例については第
12474 \begin_inset CommandInset ref
12475 LatexCommand ref
12476 reference "subsec:省略符号"
12477
12478 \end_inset
12479
12480 節をご参照下さい。
12481 \end_layout
12482
12483 \begin_layout Standard
12484 本文中では、可変長空白は、
12485 \family sans
12486 挿入\SpecialChar menuseparator
12487 整形\SpecialChar menuseparator
12488 水平方向の空白
12489 \family default
12490 メニューで挿入することができます。
12491 \end_layout
12492
12493 \begin_layout Standard
12494 (例)
12495 \end_layout
12496
12497 \begin_layout Standard
12498 この行には、
12499 \begin_inset space \hspace{}
12500 \length 2cm
12501 \end_inset
12502
12503 2
12504 \begin_inset space \thinspace{}
12505 \end_inset
12506
12507 cmの空白が入っています。
12508 \end_layout
12509
12510 \begin_layout Standard
12511 この行には、
12512 \begin_inset space \hfill{}
12513 \end_inset
12514
12515 最大の空白が入っています。
12516 \end_layout
12517
12518 \begin_layout Subsection
12519 行内数式周りの空白
12520 \begin_inset Index idx
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 行内数式前後の空白は、長さ
12534 \series bold
12535
12536 \backslash
12537 mathsurround
12538 \begin_inset Index idx
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542 こまんど@コマンド ! M ! 
12543 \backslash
12544 mathsurround
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \series default
12551 を使って調節することができます。長さの値は、以下の書式を持つ
12552 \series bold
12553
12554 \backslash
12555 setlength
12556 \begin_inset Index idx
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560 こまんど@コマンド ! S ! 
12561 \backslash
12562 setlength
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \series default
12569 コマンドを使って設定することができます。
12570 \end_layout
12571
12572 \begin_layout Standard
12573
12574 \series bold
12575
12576 \backslash
12577 setlength{長さ名}{値}
12578 \end_layout
12579
12580 \begin_layout Standard
12581
12582 \series bold
12583
12584 \backslash
12585 mathsurround
12586 \series default
12587 を5
12588 \begin_inset space \thinspace{}
12589 \end_inset
12590
12591 mmの値に設定するには、以下のコマンド
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 setlength{
12600 \backslash
12601 mathsurround}{5mm}
12602 \end_layout
12603
12604 \begin_layout Standard
12605 を\SpecialChar TeX
12606 モードで挿入します。すると、5
12607 \begin_inset space \thinspace{}
12608 \end_inset
12609
12610 mmの空白がすべての行内数式の前後に設定されることになります。
12611 \begin_inset ERT
12612 status collapsed
12613
12614 \begin_layout Plain Layout
12615
12616
12617 \backslash
12618 setlength{
12619 \backslash
12620 mathsurround}{5mm}
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \end_layout
12627
12628 \begin_layout Standard
12629 この行には、周囲に5
12630 \begin_inset space \thinspace{}
12631 \end_inset
12632
12633 mmの余白を設定した行内数式
12634 \begin_inset Formula $A=B$
12635 \end_inset
12636
12637 があります。
12638 \begin_inset ERT
12639 status collapsed
12640
12641 \begin_layout Plain Layout
12642
12643
12644 \backslash
12645 setlength{
12646 \backslash
12647 mathsurround}{0pt}
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \begin_layout Standard
12656 既定値に戻すには、
12657 \series bold
12658
12659 \backslash
12660 mathsurround
12661 \series default
12662 を0
12663 \begin_inset space \thinspace{}
12664 \end_inset
12665
12666 ptの値に戻して下さい。
12667 \end_layout
12668
12669 \begin_layout Section
12670 ボックスと枠
12671 \begin_inset Index idx
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675 ぼっくす@ボックス
12676 \end_layout
12677
12678 \end_inset
12679
12680
12681 \begin_inset Index idx
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685 わく@枠
12686 \begin_inset ERT
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690
12691 |see{
12692 \end_layout
12693
12694 \end_inset
12695
12696 ボックス
12697 \begin_inset ERT
12698 status collapsed
12699
12700 \begin_layout Plain Layout
12701
12702 }
12703 \end_layout
12704
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \end_inset
12711
12712
12713 \end_layout
12714
12715 \begin_layout Standard
12716 本文中のボックスについては、取扱説明書
12717 \family typewriter
12718 埋め込みオブジェクト篇
12719 \family default
12720
12721 \family typewriter
12722 ボックス
12723 \family default
12724 の章に述べられています。
12725 \end_layout
12726
12727 \begin_layout Subsection
12728 枠付きボックス
12729 \begin_inset CommandInset label
12730 LatexCommand label
12731 name "subsec:枠付きボックス"
12732
12733 \end_inset
12734
12735
12736 \begin_inset Index idx
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740 ぼっくす@ボックス ! わくつき@枠付き
12741 \begin_inset space \thinspace{}
12742 \end_inset
12743
12744 ——
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \begin_layout Standard
12753
12754 \series bold
12755
12756 \backslash
12757 fbox
12758 \series default
12759
12760 \begin_inset Index idx
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764 こまんど@コマンド ! F ! 
12765 \backslash
12766 fbox
12767 \end_layout
12768
12769 \end_inset
12770
12771 コマンドや
12772 \series bold
12773
12774 \backslash
12775 boxed
12776 \series default
12777
12778 \begin_inset Index idx
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782 こまんど@コマンド ! B ! 
12783 \backslash
12784 boxed
12785 \end_layout
12786
12787 \end_inset
12788
12789 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12790 \end_layout
12791
12792 \begin_layout Standard
12793 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12794 \series bold
12795
12796 \backslash
12797 fbox
12798 \series default
12799 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12800 \family sans
12801 Ctrl+M
12802 \family default
12803 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12804 \series bold
12805
12806 \backslash
12807 boxed
12808 \series default
12809 を使った場合には、新しい数式が自動的に枠内に作られます。
12810 \end_layout
12811
12812 \begin_layout Standard
12813
12814 \series bold
12815
12816 \backslash
12817 fbox
12818 \series default
12819 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12820 \series bold
12821
12822 \backslash
12823 boxed
12824 \series default
12825 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12826 \end_layout
12827
12828 \begin_layout Standard
12829
12830 \series bold
12831
12832 \backslash
12833 fbox
12834 \series default
12835 の拡張として、枠幅と配置も指定することができる
12836 \series bold
12837
12838 \backslash
12839 framebox
12840 \series default
12841
12842 \begin_inset Index idx
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846 こまんど@コマンド ! F ! 
12847 \backslash
12848 framebox
12849 \end_layout
12850
12851 \end_inset
12852
12853 コマンドがあります。
12854 \series bold
12855
12856 \backslash
12857 framebox
12858 \series default
12859 は、以下の書式を持ちます。
12860 \end_layout
12861
12862 \begin_layout Standard
12863
12864 \series bold
12865
12866 \backslash
12867 framebox[枠幅][位置]{ボックスの内容}
12868 \end_layout
12869
12870 \begin_layout Standard
12871 「位置」は、
12872 \emph on
12873 l
12874 \emph default
12875
12876 \emph on
12877 r
12878 \emph default
12879 の値をとります。
12880 \emph on
12881 l
12882 \emph default
12883 は、ボックス中で数式を左寄せ、
12884 \emph on
12885 r
12886 \emph default
12887 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12888 \begin_inset Newline newline
12889 \end_inset
12890
12891 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12892 \series bold
12893
12894 \backslash
12895 fbox
12896 \series default
12897 と同様、枠幅がボックスの内容に応じて調節されるのです。
12898 \end_layout
12899
12900 \begin_layout Standard
12901
12902 \series bold
12903
12904 \backslash
12905 framebox
12906 \series default
12907 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12908 \series bold
12909
12910 \backslash
12911 fbox
12912 \series default
12913 同様、数式の断片を入れるためのものです。
12914 \begin_inset Separator parbreak
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Standard
12921 \align center
12922 \begin_inset Tabular
12923 <lyxtabular version="3" rows="5" columns="2">
12924 <features tabularvalignment="middle">
12925 <column alignment="center" valignment="top">
12926 <column alignment="center" valignment="top">
12927 <row>
12928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 コマンド
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 出力
12942 \begin_inset Note Note
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946 ここで
12947 \series bold
12948
12949 \backslash
12950 raisebox
12951 \series default
12952 はスペーサーとして使用しているだけです。
12953 \end_layout
12954
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 fbox
12971 \begin_inset space \textvisiblespace{}
12972 \end_inset
12973
12974
12975 \family sans
12976 Ctrl+M
12977 \family default
12978  
12979 \backslash
12980 int
12981 \begin_inset space \textvisiblespace{}
12982 \end_inset
12983
12984 A=B
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \backslash
13009 boxed
13010 \begin_inset space \textvisiblespace{}
13011 \end_inset
13012
13013
13014 \backslash
13015 int
13016 \begin_inset space \textvisiblespace{}
13017 \end_inset
13018
13019 A=B
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row>
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 A+
13043 \backslash
13044 fbox
13045 \begin_inset space \textvisiblespace{}
13046 \end_inset
13047
13048 B
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 </row>
13066 <row>
13067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071
13072 \backslash
13073 framebox
13074 \begin_inset space \textvisiblespace{}
13075 \end_inset
13076
13077 20mm
13078 \begin_inset Formula $\to$
13079 \end_inset
13080
13081
13082 \begin_inset Formula $\to$
13083 \end_inset
13084
13085
13086 \family sans
13087 Ctrl+M
13088 \family default
13089  
13090 \backslash
13091 frac
13092 \begin_inset space \textvisiblespace{}
13093 \end_inset
13094
13095 A
13096 \begin_inset Formula $\downarrow$
13097 \end_inset
13098
13099 B
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 \begin_inset Formula $\raisebox{6mm}{}$
13109 \end_inset
13110
13111
13112 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13113 \end_inset
13114
13115
13116 \begin_inset Formula $\raisebox{-4mm}{}$
13117 \end_inset
13118
13119
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 </row>
13125 </lyxtabular>
13126
13127 \end_inset
13128
13129
13130 \end_layout
13131
13132 \begin_layout Standard
13133 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
13134 モードで挿入しなくてはなりません。
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 fboxrule
13143 \series default
13144  
13145 \series bold
13146
13147 \begin_inset Quotes eld
13148 \end_inset
13149
13150 厚み
13151 \begin_inset Quotes erd
13152 \end_inset
13153
13154
13155 \series default
13156  
13157 \series bold
13158
13159 \backslash
13160 fboxsep
13161 \series default
13162  
13163 \series bold
13164
13165 \begin_inset Quotes eld
13166 \end_inset
13167
13168 距離
13169 \begin_inset Quotes erd
13170 \end_inset
13171
13172
13173 \end_layout
13174
13175 \begin_layout Standard
13176 \begin_inset Quotes eld
13177 \end_inset
13178
13179 距離
13180 \begin_inset Quotes erd
13181 \end_inset
13182
13183 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
13184 \begin_inset ERT
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188
13189
13190 \backslash
13191 fboxrule 2mm 
13192 \backslash
13193 fboxsep 3mm
13194 \end_layout
13195
13196 \end_inset
13197
13198
13199 \begin_inset Formula 
13200 \[
13201 \boxed{A+B=C}
13202 \]
13203
13204 \end_inset
13205
13206 この数式の直前には、
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 fboxrule
13215 \series default
13216  
13217 \series bold
13218 2mm
13219 \series default
13220  
13221 \series bold
13222
13223 \backslash
13224 fboxsep
13225 \series default
13226  
13227 \series bold
13228 3mm
13229 \end_layout
13230
13231 \begin_layout Standard
13232 というコマンドが、\SpecialChar TeX
13233 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
13234 \end_layout
13235
13236 \begin_layout Standard
13237 標準の枠寸法に戻すには、
13238 \end_layout
13239
13240 \begin_layout Standard
13241
13242 \series bold
13243
13244 \backslash
13245 fboxrule
13246 \series default
13247  
13248 \series bold
13249 0.4pt
13250 \series default
13251  
13252 \series bold
13253
13254 \backslash
13255 fboxsep
13256 \series default
13257  
13258 \series bold
13259 3pt
13260 \series default
13261
13262 \begin_inset ERT
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266
13267
13268 \backslash
13269 fboxrule 0.4pt 
13270 \backslash
13271 fboxsep 3pt
13272 \end_layout
13273
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 というコマンドを、次の数式が始まる前に\SpecialChar TeX
13281 モードで挿入しておきます。
13282 \end_layout
13283
13284 \begin_layout Subsection
13285 枠なしボックス
13286 \begin_inset CommandInset label
13287 LatexCommand label
13288 name "subsec:枠なしボックス"
13289
13290 \end_inset
13291
13292
13293 \begin_inset Index idx
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 ぼっくす@ボックス ! わくなし@枠なし
13298 \begin_inset space \thinspace{}
13299 \end_inset
13300
13301 ——
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 枠のないボックスを作るには、
13311 \series bold
13312
13313 \backslash
13314 mbox
13315 \series default
13316
13317 \begin_inset Index idx
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321 こまんど@コマンド ! M ! 
13322 \backslash
13323 mbox
13324 \end_layout
13325
13326 \end_inset
13327
13328
13329 \series bold
13330
13331 \backslash
13332 makebox
13333 \series default
13334
13335 \begin_inset Index idx
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339 こまんど@コマンド ! M ! 
13340 \backslash
13341 makebox
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \series bold
13348
13349 \backslash
13350 raisebox
13351 \series default
13352
13353 \begin_inset Index idx
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357 こまんど@コマンド ! R ! 
13358 \backslash
13359 raisebox
13360 \end_layout
13361
13362 \end_inset
13363
13364 の三つのコマンドがあります。
13365 \end_layout
13366
13367 \begin_layout Standard
13368
13369 \series bold
13370
13371 \backslash
13372 raisebox
13373 \series default
13374 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13375 \series bold
13376
13377 \backslash
13378 raisebox
13379 \series default
13380 は、以下の書式で用いられます。
13381 \end_layout
13382
13383 \begin_layout Standard
13384
13385 \series bold
13386
13387 \backslash
13388 raisebox{高さ}{ボックスの内容}
13389 \end_layout
13390
13391 \begin_layout Standard
13392
13393 \series bold
13394
13395 \backslash
13396 fbox
13397 \series default
13398 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13399 \begin_inset Note Greyedout
13400 status open
13401
13402 \begin_layout Plain Layout
13403
13404 \series bold
13405 【註】
13406 \series default
13407 下の最後の
13408 \series bold
13409
13410 \backslash
13411 raisebox
13412 \series default
13413 のところで、
13414 \family sans
13415 Ctrl+M
13416 \family default
13417 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
13418
13419 \series bold
13420
13421 \backslash
13422 raisebox
13423 \series default
13424 を直接サポートしていないためです。
13425 \end_layout
13426
13427 \end_inset
13428
13429
13430 \begin_inset Separator parbreak
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437 \align center
13438 \begin_inset Tabular
13439 <lyxtabular version="3" rows="4" columns="2">
13440 <features tabularvalignment="middle">
13441 <column alignment="center" valignment="top">
13442 <column alignment="center" valignment="top">
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 コマンド
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 出力
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 H
13469 \backslash
13470 raisebox{2mm
13471 \begin_inset Formula $\to$
13472 \end_inset
13473
13474
13475 \backslash
13476 {al
13477 \begin_inset Formula $\to$
13478 \end_inset
13479
13480  lo
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 </row>
13498 <row>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 H
13504 \backslash
13505 raisebox{-2mm
13506 \begin_inset Formula $\to$
13507 \end_inset
13508
13509
13510 \backslash
13511 {al
13512 \begin_inset Formula $\to$
13513 \end_inset
13514
13515 lo
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13525 \end_inset
13526
13527
13528 \end_layout
13529
13530 \end_inset
13531 </cell>
13532 </row>
13533 <row>
13534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 A=
13539 \backslash
13540 raisebox{-2mm
13541 \begin_inset Formula $\to$
13542 \end_inset
13543
13544
13545 \backslash
13546 {
13547 \family sans
13548 Ctrl+M Ctrl+M
13549 \family default
13550  
13551 \backslash
13552 sqrt
13553 \begin_inset space \textvisiblespace{}
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 </row>
13574 </lyxtabular>
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 枠がないことを除けば、
13583 \series bold
13584
13585 \backslash
13586 mbox
13587 \series default
13588 コマンドは
13589 \series bold
13590
13591 \backslash
13592 fbox
13593 \series default
13594 と同じであり、
13595 \series bold
13596
13597 \backslash
13598 makebox
13599 \series default
13600
13601 \series bold
13602
13603 \backslash
13604 framebox
13605 \series default
13606 と同じです。
13607 \end_layout
13608
13609 \begin_layout Subsection
13610 色付きボックス
13611 \begin_inset CommandInset label
13612 LatexCommand label
13613 name "subsec:色付きボックス"
13614
13615 \end_inset
13616
13617
13618 \begin_inset Index idx
13619 status collapsed
13620
13621 \begin_layout Plain Layout
13622 ぼっくす@ボックス ! いろつき@色付き
13623 \begin_inset space \thinspace{}
13624 \end_inset
13625
13626 ——
13627 \end_layout
13628
13629 \end_inset
13630
13631
13632 \end_layout
13633
13634 \begin_layout Standard
13635 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13636 プリアンブルに
13637 \end_layout
13638
13639 \begin_layout Standard
13640
13641 \series bold
13642
13643 \backslash
13644 usepackage{color}
13645 \end_layout
13646
13647 \begin_layout Standard
13648 という行
13649 \begin_inset Foot
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13654 は、自動的に\SpecialChar LaTeX
13655 パッケージ
13656 \series bold
13657 color
13658 \series default
13659 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13660 \end_layout
13661
13662 \end_inset
13663
13664
13665 \begin_inset Note Note
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13670 プリアンブルにマクロを挿入してあります。
13671 \end_layout
13672
13673 \end_inset
13674
13675 を書き加えて、\SpecialChar LaTeX
13676 パッケージの
13677 \series bold
13678 color
13679 \series default
13680
13681 \begin_inset Foot
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 \SpecialChar LaTeX
13686 パッケージ
13687 \series bold
13688 color
13689 \series default
13690 は、すべての標準的な\SpecialChar LaTeX
13691 頒布版に含まれています。
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \begin_inset Index idx
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701 ぱっけーじ@パッケージ ! color
13702 \end_layout
13703
13704 \end_inset
13705
13706 を読み込む必要があります。
13707 \end_layout
13708
13709 \begin_layout Standard
13710 \begin_inset VSpace medskip
13711 \end_inset
13712
13713 ボックスに色を付けるには、
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719
13720 \begin_inset Index idx
13721 status collapsed
13722
13723 \begin_layout Plain Layout
13724 こまんど@コマンド ! C ! 
13725 \backslash
13726 colorbox
13727 \end_layout
13728
13729 \end_inset
13730
13731 コマンドを以下の書式で使用します。
13732 \end_layout
13733
13734 \begin_layout Standard
13735
13736 \series bold
13737
13738 \backslash
13739 colorbox{色}{ボックスの内容}
13740 \end_layout
13741
13742 \begin_layout Standard
13743 ボックスの内容には、別のボックスが含まれても構いませんし、
13744 \series bold
13745
13746 \backslash
13747 colorbox
13748 \series default
13749 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13750 \series bold
13751
13752 \backslash
13753 raisebox
13754 \series default
13755 と同様、明示的に数式を作らなくてはなりません
13756 \begin_inset Foot
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760 これは、
13761 \series bold
13762
13763 \backslash
13764 fcolorbox
13765 \series default
13766 コマンドにも当てはまります。
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \begin_layout Standard
13775 選択できる定義済みの色としては、
13776 \end_layout
13777
13778 \begin_layout Standard
13779
13780 \series bold
13781 black
13782 \series default
13783 (黒)・
13784 \series bold
13785 blue
13786 \series default
13787 (青)・
13788 \series bold
13789 cyan
13790 \series default
13791 (シアン)・
13792 \series bold
13793 green
13794 \series default
13795 (緑)・
13796 \series bold
13797 magenta
13798 \series default
13799 (マゼンタ)・
13800 \series bold
13801 red
13802 \series default
13803 (赤)・
13804 \series bold
13805 white
13806 \series default
13807 (白)・
13808 \series bold
13809 yellow
13810 \series default
13811 (黄)
13812 \end_layout
13813
13814 \begin_layout Standard
13815 があります。
13816 \begin_inset Separator parbreak
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \begin_layout Standard
13823 \align center
13824 \begin_inset Tabular
13825 <lyxtabular version="3" rows="4" columns="2">
13826 <features tabularvalignment="middle">
13827 <column alignment="center" valignment="top">
13828 <column alignment="center" valignment="top">
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 コマンド
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 出力
13844 \begin_inset Note Note
13845 status collapsed
13846
13847 \begin_layout Plain Layout
13848 ここで
13849 \series bold
13850
13851 \backslash
13852 raisebox
13853 \series default
13854 はスペーサーとして使用しているだけです。
13855 \end_layout
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870
13871 \backslash
13872 colorbox{yellow
13873 \begin_inset Formula $\to$
13874 \end_inset
13875
13876
13877 \backslash
13878 {A=B
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 <row>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901
13902 \backslash
13903 colorbox{green
13904 \begin_inset Formula $\to$
13905 \end_inset
13906
13907
13908 \backslash
13909 {
13910 \backslash
13911 fbox
13912 \begin_inset space \textvisiblespace{}
13913 \end_inset
13914
13915 A=B
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938
13939 \backslash
13940 fbox
13941 \begin_inset space \textvisiblespace{}
13942 \end_inset
13943
13944
13945 \backslash
13946 colorbox{green
13947 \begin_inset Formula $\to$
13948 \end_inset
13949
13950
13951 \backslash
13952 {
13953 \family sans
13954 Ctrl+M
13955 \family default
13956  
13957 \family sans
13958 Ctrl+M
13959 \family default
13960  
13961 \backslash
13962 int
13963 \begin_inset space \textvisiblespace{}
13964 \end_inset
13965
13966 C=D
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 </lyxtabular>
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \begin_layout Standard
13992
13993 \series bold
13994
13995 \backslash
13996 colorbox
13997 \series default
13998 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13999 \family sans
14000 文字様式
14001 \family default
14002 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
14003 \begin_inset Info
14004 type  "icon"
14005 arg   "dialog-show character"
14006 \end_inset
14007
14008
14009 \family sans
14010 編集\SpecialChar menuseparator
14011 文字様式\SpecialChar menuseparator
14012 任意設定
14013 \family default
14014 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 たとえば、
14020 \end_layout
14021
14022 \begin_layout Standard
14023
14024 \color red
14025 \begin_inset Formula 
14026 \begin{equation}
14027 \int A=B\label{eq:red}
14028 \end{equation}
14029
14030 \end_inset
14031
14032
14033 \color green
14034
14035 \begin_inset Formula 
14036 \begin{equation}
14037 \textcolor{red}{\int A=B}\label{eq:redgreen}
14038 \end{equation}
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 数式
14047 \begin_inset CommandInset ref
14048 LatexCommand eqref
14049 reference "eq:red"
14050
14051 \end_inset
14052
14053 は、全体が赤色です。
14054 \begin_inset Newline newline
14055 \end_inset
14056
14057 数式
14058 \begin_inset CommandInset ref
14059 LatexCommand eqref
14060 reference "eq:redgreen"
14061
14062 \end_inset
14063
14064 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
14065 \end_layout
14066
14067 \begin_layout Standard
14068 \begin_inset VSpace bigskip
14069 \end_inset
14070
14071 ボックスの枠だけ別の色にするには、
14072 \series bold
14073
14074 \backslash
14075 fcolorbox
14076 \series default
14077
14078 \begin_inset Index idx
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082 こまんど@コマンド ! F ! 
14083 \backslash
14084 fcolorbox
14085 \end_layout
14086
14087 \end_inset
14088
14089 コマンドを以下の書式で使用します。
14090 \end_layout
14091
14092 \begin_layout Standard
14093
14094 \series bold
14095
14096 \backslash
14097 fcolorbox{枠の色}{色}{ボックスの内容}
14098 \end_layout
14099
14100 \begin_layout Standard
14101 つまり、
14102 \series bold
14103
14104 \backslash
14105 fcolorbox
14106 \series default
14107
14108 \series bold
14109
14110 \backslash
14111 colorbox
14112 \series default
14113 コマンドの拡張です。
14114 \series bold
14115
14116 \backslash
14117 framebox
14118 \series default
14119 と同様に、枠の厚みは
14120 \series bold
14121
14122 \backslash
14123 fboxrule
14124 \series default
14125
14126 \series bold
14127
14128 \backslash
14129 fboxsep
14130 \series default
14131 で設定します。たとえば、
14132 \begin_inset ERT
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136
14137
14138 \backslash
14139 fboxrule 1mm 
14140 \backslash
14141 fboxsep 1mm
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \begin_inset Formula 
14148 \[
14149 \fcolorbox{cyan}{magenta}{A=B}
14150 \]
14151
14152 \end_inset
14153
14154
14155 \begin_inset ERT
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159
14160
14161 \backslash
14162 fboxrule 0.4pt 
14163 \backslash
14164 fboxsep 3pt
14165 \end_layout
14166
14167 \end_inset
14168
14169 のようにします。
14170 \end_layout
14171
14172 \begin_layout Standard
14173 上記の数式は、以下のコマンドで作成されています。
14174 \begin_inset Newline newline
14175 \end_inset
14176
14177
14178 \series bold
14179
14180 \backslash
14181 fcolorbox{cyan
14182 \begin_inset Formula $\to$
14183 \end_inset
14184
14185
14186 \backslash
14187 {magenta
14188 \begin_inset Formula $\to$
14189 \end_inset
14190
14191
14192 \backslash
14193 {A=B
14194 \series default
14195 .
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \begin_inset VSpace bigskip
14200 \end_inset
14201
14202 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
14203 \end_layout
14204
14205 \begin_layout Standard
14206 たとえば、「
14207 \series bold
14208 darkgreen
14209 \series default
14210 」という色を定義するには、\SpecialChar LaTeX
14211 プリアンブルに
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 definecolor{darkgreen}{cmyk}{0.5,
14220 \series default
14221  
14222 \series bold
14223 0,
14224 \series default
14225  
14226 \series bold
14227 1,
14228 \series default
14229  
14230 \series bold
14231 0.5}
14232 \series default
14233
14234 \begin_inset Index idx
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238 こまんど@コマンド ! D ! 
14239 \backslash
14240 definecolor
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 という行を書き加えます。
14250 \end_layout
14251
14252 \begin_layout Standard
14253
14254 \series bold
14255 cmyk
14256 \series default
14257 とは、
14258 \series bold
14259 cyan
14260 \series default
14261 (シアン)・
14262 \series bold
14263 magenta
14264 \series default
14265 (マゼンタ)・
14266 \series bold
14267 yellow
14268 \series default
14269 (黄)・
14270 \series bold
14271 black
14272 \series default
14273 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
14274 \begin_inset space \thinspace{}
14275 \end_inset
14276
14277 -
14278 \begin_inset space \thinspace{}
14279 \end_inset
14280
14281 1の範囲をとることができます。定義には、
14282 \series bold
14283 cmyk
14284 \series default
14285 の他に、
14286 \series bold
14287 rgb
14288 \series default
14289 という色空間を使うこともできます。
14290 \series bold
14291 rgb
14292 \series default
14293 とは、
14294 \series bold
14295 red
14296 \series default
14297 (赤)・
14298 \series bold
14299 green
14300 \series default
14301 (緑)・
14302 \series bold
14303 blue
14304 \series default
14305 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
14306 \series bold
14307 gray
14308 \series default
14309 という色空間もあります。
14310 \end_layout
14311
14312 \begin_layout Standard
14313 例として、文字が
14314 \series bold
14315 yellow
14316 \series default
14317 に色付けされ、新しく定義した
14318 \series bold
14319 darkgreen
14320 \series default
14321 という色を持つ枠付きボックスを挙げておきます。
14322 \begin_inset Formula 
14323 \begin{equation}
14324 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14325 \end{equation}
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333
14334 \series bold
14335
14336 \backslash
14337 textcolor
14338 \series default
14339 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14340 \begin_inset Index idx
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 てきすと@テキスト ! いろつき@色付き
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 textcolor{darkgreen}{
14361 \end_layout
14362
14363 \end_inset
14364
14365 この文は「darkgreen」です。
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380
14381 \series bold
14382
14383 \backslash
14384 textcolor
14385 \series default
14386
14387 \begin_inset Index idx
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391 こまんど@コマンド ! T ! 
14392 \backslash
14393 textcolor
14394 \end_layout
14395
14396 \end_inset
14397
14398 は、
14399 \series bold
14400
14401 \backslash
14402 textcolor{色}{色付けをする文}
14403 \series default
14404 という書式で使用することができます。
14405 \end_layout
14406
14407 \begin_layout Subsection
14408 段落ボックス
14409 \begin_inset CommandInset label
14410 LatexCommand label
14411 name "subsec:段落ボックス"
14412
14413 \end_inset
14414
14415
14416 \begin_inset Index idx
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420 ぼっくす@ボックス ! だんらく@段落
14421 \begin_inset space \thinspace{}
14422 \end_inset
14423
14424 ——
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14434 \family sans
14435 挿入\SpecialChar menuseparator
14436 ボックス
14437 \family default
14438 メニューかツールバーボタン
14439 \begin_inset Info
14440 type  "icon"
14441 arg   "box-insert"
14442 \end_inset
14443
14444 で作成することができます。
14445 \end_layout
14446
14447 \begin_layout Standard
14448 以下の例は、行中の枠付きparboxを示したものです。
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset VSpace medskip
14453 \end_inset
14454
14455 この行は、
14456 \begin_inset Box Boxed
14457 position "c"
14458 hor_pos "c"
14459 has_inner_box 1
14460 inner_pos "t"
14461 use_parbox 1
14462 use_makebox 0
14463 width "5cm"
14464 special "none"
14465 height "1in"
14466 height_special "totalheight"
14467 thickness "0.4pt"
14468 separation "3pt"
14469 shadowsize "4pt"
14470 framecolor "black"
14471 backgroundcolor "none"
14472 status open
14473
14474 \begin_layout Plain Layout
14475 これは段落ボックスです。これはちょうど5
14476 \begin_inset space \thinspace{}
14477 \end_inset
14478
14479 cmの幅になっており、以下のように数式を含めることもできます。
14480 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487
14488 parboxの入った行です。
14489 \end_layout
14490
14491 \begin_layout Standard
14492 \begin_inset VSpace medskip
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \begin_layout Standard
14499 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14500 \emph on
14501 装飾
14502 \emph default
14503 :簡素な長方形の箱型、
14504 \emph on
14505 内部ボックス
14506 \emph default
14507 :parboxコマンド、
14508 \emph on
14509
14510 \emph default
14511 :5
14512 \begin_inset space \thinspace{}
14513 \end_inset
14514
14515 cm、
14516 \emph on
14517 垂直ボックス配置
14518 \emph default
14519 :中央、に設定されています。
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset VSpace medskip
14524 \end_inset
14525
14526 \SpecialChar LaTeX
14527 では、parboxは、以下の書式を持つ
14528 \series bold
14529
14530 \backslash
14531 parbox
14532 \series default
14533
14534 \begin_inset Index idx
14535 status collapsed
14536
14537 \begin_layout Plain Layout
14538 こまんど@コマンド ! P ! 
14539 \backslash
14540 parbox
14541 \end_layout
14542
14543 \end_inset
14544
14545 コマンドによって作られます。
14546 \end_layout
14547
14548 \begin_layout Standard
14549
14550 \series bold
14551
14552 \backslash
14553 parbox[位置]{幅}{ボックスの内容}
14554 \end_layout
14555
14556 \begin_layout Standard
14557 「位置」は、
14558 \emph on
14559 b
14560 \emph default
14561
14562 \emph on
14563 t
14564 \emph default
14565 の値をとることができます。下揃えを意味する
14566 \emph on
14567 b
14568 \emph default
14569 (
14570 \bar under
14571 b
14572 \bar default
14573 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14574 \emph on
14575 t
14576 \emph default
14577 (
14578 \bar under
14579 t
14580 \bar default
14581 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14582 \emph on
14583 ボックス
14584 \emph default
14585 の節をご参照下さい。
14586 \end_layout
14587
14588 \begin_layout Standard
14589 \begin_inset VSpace bigskip
14590 \end_inset
14591
14592 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14593 モードで
14594 \series bold
14595 parbox{
14596 \backslash
14597 linewidth-2
14598 \backslash
14599 fboxsep-2
14600 \backslash
14601 fboxrule}{
14602 \series default
14603 というコマンドを挿入します。ここで
14604 \series bold
14605
14606 \backslash
14607 linewidth
14608 \begin_inset Index idx
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612 こまんど@コマンド ! L ! 
14613 \backslash
14614 linewidth
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \series default
14621 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。バグ
14622 \begin_inset Foot
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626 \begin_inset CommandInset href
14627 LatexCommand href
14628 name "LyX-bug #4483"
14629 target "http://www.lyx.org/trac/ticket/4483"
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \end_inset
14637
14638 のせいで\SpecialChar LyX
14639 はこれを自動的に行いませんので、\SpecialChar TeX
14640 モードを使用する必要があります。引数中で掛け算や引き算を行うためには、\SpecialChar LaTeX
14641 パッケージの
14642 \series bold
14643 calc
14644 \series default
14645
14646 \begin_inset Foot
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651 \series bold
14652 calc
14653 \series default
14654 は、標準的\SpecialChar LaTeX
14655 頒布版のすべてに含まれています。
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \begin_inset Index idx
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665 ぱっけーじ@パッケージ ! calc
14666 \end_layout
14667
14668 \end_inset
14669
14670 を、\SpecialChar LaTeX
14671 プリアンブル中で
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 usepackage{calc}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14684 モードで
14685 \series bold
14686 }}
14687 \series default
14688 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14689 \begin_inset ERT
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693
14694
14695 \backslash
14696 fboxsep 5mm 
14697 \backslash
14698 fboxrule 5mm
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 \begin_inset ERT
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711
14712
14713 \backslash
14714 fbox{
14715 \backslash
14716 parbox{
14717 \backslash
14718 linewidth-2
14719 \backslash
14720 fboxsep-2
14721 \backslash
14722 fboxrule}{
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \begin_inset Formula 
14729 \begin{equation}
14730 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14731 \end{equation}
14732
14733 \end_inset
14734
14735
14736 \begin_inset ERT
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740
14741 }}
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \begin_inset ERT
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751
14752
14753 \backslash
14754 fboxrule 0.4pt 
14755 \backslash
14756 fboxsep 3pt
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset VSpace medskip
14766 \end_inset
14767
14768
14769 \series bold
14770
14771 \backslash
14772 fbox
14773 \series default
14774 の引数としてparboxが使われているので、この場合には、
14775 \series bold
14776
14777 \backslash
14778 fbox
14779 \series default
14780 を使おうが
14781 \series bold
14782
14783 \backslash
14784 boxed
14785 \series default
14786 を使おうが、差は生じません。
14787 \end_layout
14788
14789 \begin_layout Standard
14790 \begin_inset VSpace bigskip
14791 \end_inset
14792
14793 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14794 \series bold
14795
14796 \backslash
14797 parbox
14798 \series default
14799
14800 \series bold
14801
14802 \backslash
14803 tag
14804 \series default
14805 コマンドといっしょに使います(
14806 \series bold
14807
14808 \backslash
14809 tag
14810 \series default
14811 についての詳細は、第
14812 \begin_inset CommandInset ref
14813 LatexCommand ref
14814 reference "subsec:自己定義番号"
14815
14816 \end_inset
14817
14818 節をご参照下さい)
14819 \end_layout
14820
14821 \begin_layout Standard
14822 以下は、
14823 \series bold
14824
14825 \backslash
14826 parbox
14827 \series default
14828 を使ってコメントを付けた数式の例です。
14829 \end_layout
14830
14831 \begin_layout Standard
14832 \begin_inset ERT
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836
14837
14838 \backslash
14839 [5x-7b=3b
14840 \backslash
14841 tag*{
14842 \backslash
14843 parbox{5cm}{
14844 \end_layout
14845
14846 \end_inset
14847
14848 これは説明です。数式や多行数式本体からはっきりと離れています。
14849 \begin_inset ERT
14850 status collapsed
14851
14852 \begin_layout Plain Layout
14853
14854 }}
14855 \backslash
14856 ]
14857 \end_layout
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865 \SpecialChar LyX
14866 は、まだ数式中での
14867 \series bold
14868
14869 \backslash
14870 parbox
14871 \series default
14872 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
14873 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14874 \end_layout
14875
14876 \begin_layout Standard
14877 まず、
14878 \series bold
14879
14880 \backslash
14881 [5x-7b=3b
14882 \backslash
14883 tag*
14884 \backslash
14885 {
14886 \backslash
14887 parbox{5cm}{
14888 \series default
14889 というコマンドを\SpecialChar TeX
14890 モードで挿入します
14891 \begin_inset Foot
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895
14896 \series bold
14897 行頭下げ
14898 \series default
14899 数式様式を使用している時には、
14900 \series bold
14901
14902 \backslash
14903 tag*
14904 \backslash
14905 {
14906 \series default
14907 の代わりに
14908 \series bold
14909
14910 \backslash
14911 hfill
14912 \series default
14913 を用いることもできます(数式様式に関しては、第
14914 \begin_inset CommandInset ref
14915 LatexCommand ref
14916 reference "sec:数式様式"
14917
14918 \end_inset
14919
14920 節をご参照下さい)。
14921 \end_layout
14922
14923 \end_inset
14924
14925 。それから、説明を通常のテキストとして入れ、最後に
14926 \series bold
14927 }}
14928 \backslash
14929 ]
14930 \series default
14931 を\SpecialChar TeX
14932 モードで挿入します。ここで
14933 \series bold
14934
14935 \backslash
14936 [
14937 \series default
14938 および
14939 \series bold
14940
14941 \backslash
14942 ]
14943 \series default
14944 コマンドは別行立て数式を作るためのものです。
14945 \end_layout
14946
14947 \begin_layout Standard
14948
14949 \series bold
14950
14951 \backslash
14952 parbox
14953 \series default
14954 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14955 \begin_inset Formula 
14956 \[
14957 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14958 \]
14959
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \begin_layout Section
14966 演算子
14967 \begin_inset Index idx
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971 えんざんし@演算子
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \begin_layout Subsection
14980 大演算子
14981 \begin_inset CommandInset label
14982 LatexCommand label
14983 name "subsec:大演算子"
14984
14985 \end_inset
14986
14987
14988 \begin_inset Index idx
14989 status collapsed
14990
14991 \begin_layout Plain Layout
14992 えんざんし@演算子 ! だい@大
14993 \begin_inset space \thinspace{}
14994 \end_inset
14995
14996 ——
14997 \end_layout
14998
14999 \end_inset
15000
15001
15002 \begin_inset Index idx
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006 わ@和
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \begin_inset Index idx
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016 せきぶんきごう@積分記号
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \begin_layout Standard
15025 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
15026 \family sans
15027 数式オプション
15028 \family default
15029 の面にある
15030 \family sans
15031 esintパッケージを自動的に使う
15032 \family default
15033 オプションを有効にしなくてはなりません。
15034 \end_layout
15035
15036 \begin_layout Standard
15037 \begin_inset space \hfill{}
15038 \end_inset
15039
15040
15041 \begin_inset Tabular
15042 <lyxtabular version="3" rows="11" columns="2">
15043 <features tabularvalignment="middle">
15044 <column alignment="center" valignment="top" width="0pt">
15045 <column alignment="center" valignment="top" width="0pt">
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 コマンド
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 出力
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 </row>
15066 <row>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \backslash
15073 int
15074 \begin_inset Index idx
15075 status collapsed
15076
15077 \begin_layout Plain Layout
15078 こまんど@コマンド ! I ! 
15079 \backslash
15080 int
15081 \end_layout
15082
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\int$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 oint
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\oint$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 ointctrclockwise
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\ointctrclockwise$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 ointclockwise
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 \begin_inset Formula $\ointclockwise$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 <row>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183
15184 \backslash
15185 sqint
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 \begin_inset Formula $\sqint$
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \backslash
15210 fint
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219  
15220 \begin_inset Formula $\fint$
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \backslash
15236 landupint
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245  
15246 \begin_inset Formula $\landupint$
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 landdownint
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  
15272 \begin_inset Formula $\landdownint$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 bigcap
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 \begin_inset Formula $\bigcap$
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \backslash
15313 bigcup
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\bigcup$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 </lyxtabular>
15332
15333 \end_inset
15334
15335
15336 \begin_inset space \hfill{}
15337 \end_inset
15338
15339
15340 \begin_inset Tabular
15341 <lyxtabular version="3" rows="11" columns="2">
15342 <features tabularvalignment="middle">
15343 <column alignment="center" valignment="top" width="0pt">
15344 <column alignment="center" valignment="top" width="0pt">
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 コマンド
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 出力
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 sum
15373 \begin_inset Index idx
15374 status collapsed
15375
15376 \begin_layout Plain Layout
15377 こまんど@コマンド ! S ! 
15378 \backslash
15379 sum
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\sum$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 prod
15410 \begin_inset Index idx
15411 status collapsed
15412
15413 \begin_layout Plain Layout
15414 こまんど@コマンド ! P ! 
15415 \backslash
15416 prod
15417 \end_layout
15418
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\prod$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 coprod
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\coprod$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 bigodot
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\bigodot$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \backslash
15496 bigotimes
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 \begin_inset Formula $\bigotimes$
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \backslash
15521 bigoplus
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset Formula $\bigoplus$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \backslash
15546 bigwedge
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Formula $\bigwedge$
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 bigvee
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 \begin_inset Formula $\bigvee$
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 <row>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \backslash
15596 bigsqcup
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 \begin_inset Formula $\bigsqcup$
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 <row>
15615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619
15620 \backslash
15621 biguplus
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 \begin_inset Formula $\biguplus$
15631 \end_inset
15632
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 </row>
15639 </lyxtabular>
15640
15641 \end_inset
15642
15643
15644 \begin_inset space \hfill{}
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 すべての大演算子は、数式ツールバーボタンの
15652 \begin_inset Info
15653 type  "icon"
15654 arg   "math-insert \\intop"
15655 \end_inset
15656
15657 でも挿入することができます。
15658 \end_layout
15659
15660 \begin_layout Standard
15661 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15662 \end_layout
15663
15664 \begin_layout Standard
15665 積分演算子はすべて、
15666 \series bold
15667
15668 \backslash
15669 intop
15670 \series default
15671
15672 \series bold
15673
15674 \backslash
15675 ointop
15676 \series default
15677 のように、
15678 \series bold
15679 op
15680 \series default
15681 で終わる別バージョンがあります。これらの演算子は、
15682 \series bold
15683
15684 \backslash
15685 int
15686 \series default
15687 とは範囲の表示のしかたが異なります。第
15688 \begin_inset CommandInset ref
15689 LatexCommand ref
15690 reference "subsec:演算子の範囲"
15691
15692 \end_inset
15693
15694 節をご参照下さい。
15695 \end_layout
15696
15697 \begin_layout Subsubsection*
15698 積分の子細
15699 \end_layout
15700
15701 \begin_layout Standard
15702 積分中で用いられる文字
15703 \emph on
15704 d
15705 \emph default
15706 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15707 \emph on
15708 d
15709 \emph default
15710 を選択して、
15711 \begin_inset Flex Ruby
15712 status collapsed
15713
15714 \begin_layout Plain Layout
15715 捷径
15716 \begin_inset Argument post:1
15717 status collapsed
15718
15719 \begin_layout Plain Layout
15720 ショートカット
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \begin_inset Info
15732 type  "shortcut"
15733 arg   "font-roman"
15734 \end_inset
15735
15736 を用います
15737 \begin_inset Foot
15738 status collapsed
15739
15740 \begin_layout Plain Layout
15741 文字様式については、第
15742 \begin_inset CommandInset ref
15743 LatexCommand ref
15744 reference "subsec:書体様式"
15745
15746 \end_inset
15747
15748 節参照。
15749 \end_layout
15750
15751 \end_inset
15752
15753 。最後に、演算子の慣例に倣って、
15754 \emph on
15755 d
15756 \emph default
15757 の前に最小空白を挿入しなくてはなりません。たとえば、
15758 \end_layout
15759
15760 \begin_layout Standard
15761 正しくない例:
15762 \begin_inset Formula $\int A(x)dx$
15763 \end_inset
15764
15765
15766 \begin_inset Newline newline
15767 \end_inset
15768
15769 正しい
15770 \begin_inset Phantom HPhantom
15771 status open
15772
15773 \begin_layout Plain Layout
15774 ない
15775 \end_layout
15776
15777 \end_inset
15778
15779 例:
15780 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 多重積分に関しては、以下のコマンドがあります。
15788 \begin_inset VSpace medskip
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Standard
15795 \begin_inset space \hfill{}
15796 \end_inset
15797
15798
15799 \begin_inset Tabular
15800 <lyxtabular version="3" rows="4" columns="2">
15801 <features tabularvalignment="middle">
15802 <column alignment="center" valignment="top">
15803 <column alignment="center" valignment="top">
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 コマンド
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 出力
15819 \begin_inset Note Note
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823 ここで
15824 \series bold
15825
15826 \backslash
15827 raisebox
15828 \series default
15829 はスペーサーとして使用しているだけです。
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row>
15841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845
15846 \backslash
15847 iint
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \backslash
15872 oiint
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \backslash
15897 sqiint
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 </lyxtabular>
15916
15917 \end_inset
15918
15919
15920 \begin_inset space \hfill{}
15921 \end_inset
15922
15923
15924 \begin_inset Tabular
15925 <lyxtabular version="3" rows="4" columns="2">
15926 <features tabularvalignment="middle">
15927 <column alignment="center" valignment="top">
15928 <column alignment="center" valignment="top">
15929 <row>
15930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 コマンド
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 出力
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \backslash
15956 iiint
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \backslash
15981 iiiint
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 <row>
16000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004
16005 \backslash
16006 dotsint
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16016 \end_inset
16017
16018
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 </lyxtabular>
16025
16026 \end_inset
16027
16028
16029 \begin_inset space \hfill{}
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \begin_layout Subsection
16036 演算子の範囲
16037 \begin_inset CommandInset label
16038 LatexCommand label
16039 name "subsec:演算子の範囲"
16040
16041 \end_inset
16042
16043
16044 \begin_inset Index idx
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 えんざんし@演算子 ! はんい@範囲
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \begin_layout Standard
16057 範囲は、上付き文字と下付き文字とで作成することができます。
16058 \begin_inset Separator parbreak
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \begin_layout Standard
16065 \align center
16066 \begin_inset Tabular
16067 <lyxtabular version="3" rows="2" columns="2">
16068 <features tabularvalignment="middle">
16069 <column alignment="center" valignment="top" width="0pt">
16070 <column alignment="center" valignment="top" width="0pt">
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 コマンド
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 出力
16086 \begin_inset Note Note
16087 status collapsed
16088
16089 \begin_layout Plain Layout
16090 ここで
16091 \series bold
16092
16093 \backslash
16094 raisebox
16095 \series default
16096 はスペーサーとして使用しているだけです。
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \backslash
16114 prod^
16115 \backslash
16116 infty
16117 \begin_inset space \textvisiblespace{}
16118 \end_inset
16119
16120
16121 \begin_inset Formula $\to$
16122 \end_inset
16123
16124 _0
16125 \begin_inset Formula $\to$
16126 \end_inset
16127
16128 A(x)
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 </lyxtabular>
16147
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \begin_layout Standard
16154 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
16155 \end_layout
16156
16157 \begin_layout Standard
16158 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
16159 \family sans
16160 編集\SpecialChar menuseparator
16161 数式\SpecialChar menuseparator
16162 範囲の表記を変更
16163 \family default
16164 メニューで
16165 \family sans
16166 \series bold
16167 行内形式
16168 \family default
16169 \series default
16170 (
16171 \begin_inset Flex Ruby
16172 status collapsed
16173
16174 \begin_layout Plain Layout
16175 捷径
16176 \begin_inset Argument post:1
16177 status collapsed
16178
16179 \begin_layout Plain Layout
16180 ショートカット
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \begin_inset Info
16192 type  "shortcut"
16193 arg   "math-limits"
16194 \end_inset
16195
16196 )を選択することで範囲形式を変更することができます。以下はその用例です。
16197 \end_layout
16198
16199 \begin_layout Standard
16200 既定の範囲形式は、以下のようになっています。
16201 \begin_inset Formula 
16202 \[
16203 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16204 \]
16205
16206 \end_inset
16207
16208 以下は、範囲形式を
16209 \family sans
16210 \series bold
16211 行内形式
16212 \family default
16213 \series default
16214 に変更したときの表示です。
16215 \begin_inset Formula 
16216 \[
16217 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16218 \]
16219
16220 \end_inset
16221
16222
16223 \series bold
16224
16225 \backslash
16226 intop
16227 \series default
16228
16229 \series bold
16230
16231 \backslash
16232 ointop
16233 \series default
16234 などのように
16235 \series bold
16236 op
16237 \series default
16238 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
16239 の例では、範囲形式を
16240 \series bold
16241 別行立て形式
16242 \series default
16243 にして積分記号の下に置くようにしています。
16244 \begin_inset Formula 
16245 \begin{equation}
16246 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16247 \end{equation}
16248
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \begin_layout Standard
16255 \begin_inset VSpace medskip
16256 \end_inset
16257
16258 範囲に条件を指定したい場合には、
16259 \series bold
16260
16261 \backslash
16262 subarray
16263 \series default
16264
16265 \begin_inset Index idx
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269 こまんど@コマンド ! S ! 
16270 \backslash
16271 subarray
16272 \end_layout
16273
16274 \end_inset
16275
16276 コマンドや
16277 \series bold
16278
16279 \backslash
16280 substack
16281 \series default
16282
16283 \begin_inset Index idx
16284 status collapsed
16285
16286 \begin_layout Plain Layout
16287 こまんど@コマンド ! S ! 
16288 \backslash
16289 substack
16290 \end_layout
16291
16292 \end_inset
16293
16294 コマンドを使用します。たとえば、以下の表記 
16295 \begin_inset Formula 
16296 \begin{equation}
16297 \sum_{\begin{subarray}{c}
16298 0<k<1000\\
16299 \\
16300 k\,\in\,\mathbb{N}
16301 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16302 \end{equation}
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Standard
16310 を作成するには、以下のようにしなくてはなりません。
16311 \begin_inset Newline newline
16312 \end_inset
16313
16314 まず、
16315 \series bold
16316
16317 \backslash
16318 sum
16319 \series default
16320 ^
16321 \series bold
16322 n
16323 \begin_inset space \textvisiblespace{}
16324 \end_inset
16325
16326 _
16327 \series default
16328 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
16329 \series bold
16330
16331 \backslash
16332 subarray
16333 \begin_inset space \textvisiblespace{}
16334 \end_inset
16335
16336
16337 \series default
16338 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
16339 \begin_inset Info
16340 type  "shortcut"
16341 arg   "newline-insert newline"
16342 \end_inset
16343
16344 )を挿入することで作ることができます。ここに
16345 \begin_inset Newline newline
16346 \end_inset
16347
16348
16349 \series bold
16350 0
16351 \begin_inset Formula $\boldsymbol{<}$
16352 \end_inset
16353
16354 k
16355 \begin_inset Formula $\boldsymbol{<}$
16356 \end_inset
16357
16358 1000 Ctrl+Return
16359 \begin_inset Newline newline
16360 \end_inset
16361
16362
16363 \series default
16364 と入力すると、新規行のための新しい枠が現れます。
16365 \end_layout
16366
16367 \begin_layout Standard
16368 各行の揃え方は、
16369 \family sans
16370 表ツールバー
16371 \family default
16372
16373 \family sans
16374 編集\SpecialChar menuseparator
16375 行と列
16376 \family default
16377 メニューで変更することができますが、右揃えにするには、行頭に
16378 \series bold
16379
16380 \backslash
16381 hfill
16382 \begin_inset space \textvisiblespace{}
16383 \end_inset
16384
16385
16386 \series default
16387 を挿入しなくてはなりません。
16388 \end_layout
16389
16390 \begin_layout Standard
16391
16392 \series bold
16393
16394 \backslash
16395 substack
16396 \series default
16397 コマンドは、各行がつねに中央揃えになることを除いては、
16398 \series bold
16399
16400 \backslash
16401 subarray
16402 \series default
16403 と同じです。
16404 \end_layout
16405
16406 \begin_layout Standard
16407 \begin_inset VSpace bigskip
16408 \end_inset
16409
16410 演算子の後に来る文字は、範囲の横に来るので、
16411 \begin_inset CommandInset ref
16412 LatexCommand eqref
16413 reference "eq:substack"
16414
16415 \end_inset
16416
16417 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
16418 \series bold
16419
16420 \backslash
16421 smashoperator
16422 \series default
16423
16424 \begin_inset Index idx
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 こまんど@コマンド ! S ! 
16429 \backslash
16430 smashoperator
16431 \end_layout
16432
16433 \end_inset
16434
16435 を使うことができます。これを有効化するには、文書設定の
16436 \family sans
16437 数式オプション
16438 \family default
16439 で、
16440 \series bold
16441 mathtools
16442 \series default
16443 パッケージ
16444 \begin_inset Index idx
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 ぱっけーじ@パッケージ ! mathtools
16449 \end_layout
16450
16451 \end_inset
16452
16453
16454 \family sans
16455 常に読み込み
16456 \family default
16457 オプションを指定してください。
16458 \series bold
16459
16460 \backslash
16461 smashoperator
16462 \series default
16463 は、内容物の幅を0
16464 \lang english
16465
16466 \begin_inset space \thinspace{}
16467 \end_inset
16468
16469
16470 \lang japanese
16471 ptに設定します。
16472 \lang english
16473
16474 \begin_inset Newline newline
16475 \end_inset
16476
16477
16478 \lang japanese
16479 これを
16480 \begin_inset CommandInset ref
16481 LatexCommand eqref
16482 reference "eq:substack"
16483
16484 \end_inset
16485
16486 式に応用してみると、コマンド
16487 \end_layout
16488
16489 \begin_layout Standard
16490
16491 \series bold
16492
16493 \backslash
16494 smashoperator{
16495 \end_layout
16496
16497 \begin_layout Standard
16498 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
16499 \begin_inset Formula 
16500 \[
16501 \sum_{\mathclap{\substack{0<k<1000\\
16502 \\
16503 k\,\in\,\mathbb{N}
16504 }
16505 }}^{n}k^{-2}
16506 \]
16507
16508 \end_inset
16509
16510 演算子の片側だけ、空白を0
16511 \lang english
16512
16513 \begin_inset space \thinspace{}
16514 \end_inset
16515
16516
16517 \lang japanese
16518 ptにすることも可能です。そのためには、
16519 \series bold
16520
16521 \backslash
16522 smashoperator
16523 \series default
16524 と付属する波括弧の間に、
16525 \series bold
16526 [l]
16527 \series default
16528 または
16529 \series bold
16530 [r]
16531 \series default
16532 と書き込みます。下記は、
16533 \series bold
16534
16535 \backslash
16536 smashoperator
16537 \series default
16538 のとりうる形の例です。
16539 \end_layout
16540
16541 \begin_layout Standard
16542 \begin_inset Formula 
16543 \[
16544 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}
16545 \]
16546
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \begin_layout Standard
16553 \begin_inset VSpace bigskip
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16561 \begin_inset Formula 
16562 \[
16563 \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}
16564 \]
16565
16566 \end_inset
16567
16568 組版を改善するには、文書設定の
16569 \family sans
16570 数式オプション
16571 \family default
16572 で、
16573 \series bold
16574 mathtools
16575 \series default
16576 パッケージ
16577 \begin_inset Index idx
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581 ぱっけーじ@パッケージ ! mathtools
16582 \end_layout
16583
16584 \end_inset
16585
16586
16587 \family sans
16588 常に読み込み
16589 \family default
16590 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16591 \series bold
16592
16593 \backslash
16594 adjustlimits
16595 \series default
16596 コマンド
16597 \begin_inset Index idx
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601 こまんど@コマンド ! A ! 
16602 \backslash
16603 adjustlimits
16604 \end_layout
16605
16606 \end_inset
16607
16608 を置いてください。そうすると、上記の例はこのようになります。
16609 \begin_inset Formula 
16610 \[
16611 \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}
16612 \]
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Standard
16620 \begin_inset VSpace bigskip
16621 \end_inset
16622
16623 一つの範囲を複数の演算子に用いる方法が、第
16624 \begin_inset CommandInset ref
16625 LatexCommand ref
16626 reference "subsec:自己定義演算子"
16627
16628 \end_inset
16629
16630 節に述べられています。
16631 \end_layout
16632
16633 \begin_layout Subsection
16634 演算子の修飾
16635 \begin_inset Index idx
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639 えんざんし@演算子 ! しゅうしょく@修飾
16640 \end_layout
16641
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \begin_layout Standard
16648
16649 \series bold
16650
16651 \backslash
16652 overset
16653 \series default
16654
16655 \begin_inset Index idx
16656 status collapsed
16657
16658 \begin_layout Plain Layout
16659 こまんど@コマンド ! O ! 
16660 \backslash
16661 overset
16662 \end_layout
16663
16664 \end_inset
16665
16666 コマンドや
16667 \series bold
16668
16669 \backslash
16670 underset
16671 \series default
16672
16673 \begin_inset Index idx
16674 status collapsed
16675
16676 \begin_layout Plain Layout
16677 こまんど@コマンド ! U ! 
16678 \backslash
16679 underset
16680 \end_layout
16681
16682 \end_inset
16683
16684 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16685 \series bold
16686
16687 \backslash
16688 sideset
16689 \series default
16690
16691 \begin_inset Index idx
16692 status collapsed
16693
16694 \begin_layout Plain Layout
16695 こまんど@コマンド ! S ! 
16696 \backslash
16697 sideset
16698 \end_layout
16699
16700 \end_inset
16701
16702 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16703 \end_layout
16704
16705 \begin_layout Standard
16706
16707 \series bold
16708
16709 \backslash
16710 sideset
16711 \series default
16712 には4つの派生版があります。
16713 \end_layout
16714
16715 \begin_layout Itemize
16716
16717 \series bold
16718
16719 \backslash
16720 sideset
16721 \series default
16722 は、演算子の隅に文字を置くのに用います。
16723 \end_layout
16724
16725 \begin_layout Itemize
16726
16727 \series bold
16728
16729 \backslash
16730 sidesetn
16731 \series default
16732 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16733 の元々の
16734 \series bold
16735
16736 \backslash
16737 sideset
16738 \series default
16739 コマンドを表します)。
16740 \end_layout
16741
16742 \begin_layout Itemize
16743
16744 \series bold
16745
16746 \backslash
16747 sidesetl
16748 \series default
16749 は、演算子の左隅と後ろに文字を置くのに用います。
16750 \end_layout
16751
16752 \begin_layout Itemize
16753
16754 \series bold
16755
16756 \backslash
16757 sidesetr
16758 \series default
16759 は、演算子の右隅と前に文字を置くのに用います。
16760 \end_layout
16761
16762 \begin_layout Standard
16763 たとえば、
16764 \series bold
16765
16766 \backslash
16767 sidesetn
16768 \begin_inset space \textvisiblespace{}
16769 \end_inset
16770
16771
16772 \backslash
16773 sum
16774 \begin_inset space \textvisiblespace{}
16775 \end_inset
16776
16777
16778 \begin_inset Formula $\to$
16779 \end_inset
16780
16781 '
16782 \begin_inset Formula $\to$
16783 \end_inset
16784
16785 _k=1
16786 \begin_inset space \textvisiblespace{}
16787 \end_inset
16788
16789
16790 \series default
16791 ^
16792 \series bold
16793 n
16794 \series default
16795 というコマンドを入力すると、
16796 \begin_inset Formula 
16797 \[
16798 \sideset{}{'}\sum_{k=1}^{n}
16799 \]
16800
16801 \end_inset
16802
16803 のようになります。
16804 \end_layout
16805
16806 \begin_layout Standard
16807 \begin_inset Note Greyedout
16808 status open
16809
16810 \begin_layout Plain Layout
16811
16812 \series bold
16813 【註】
16814 \backslash
16815 sideset
16816 \series default
16817 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \begin_layout Standard
16826 のようになります。最後の例からわかるように、
16827 \series bold
16828
16829 \backslash
16830 overset
16831 \series default
16832
16833 \series bold
16834
16835 \backslash
16836 underset
16837 \series default
16838 では、記号や文字にアクセントをつけることもできます。一方。 また、
16839 \series bold
16840
16841 \backslash
16842 overset
16843 \begin_inset space \textvisiblespace{}
16844 \end_inset
16845
16846
16847 \backslash
16848 maltese
16849 \begin_inset space \textvisiblespace{}
16850 \end_inset
16851
16852
16853 \series default
16854
16855 \begin_inset Formula $\uparrow$
16856 \end_inset
16857
16858
16859 \series bold
16860 a
16861 \series default
16862 というコマンドならば、
16863 \begin_inset Formula 
16864 \[
16865 \overset{a}{\maltese}
16866 \]
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \begin_layout Subsection
16874 二項演算子
16875 \begin_inset CommandInset label
16876 LatexCommand label
16877 name "subsec:二項演算子"
16878
16879 \end_inset
16880
16881
16882 \begin_inset Index idx
16883 status collapsed
16884
16885 \begin_layout Plain Layout
16886 えんざんし@演算子 ! にこう@二項
16887 \begin_inset space \thinspace{}
16888 \end_inset
16889
16890 ——
16891 \end_layout
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \begin_layout Standard
16899 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16900 \begin_inset VSpace medskip
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \begin_layout Standard
16907 \begin_inset space \hfill{}
16908 \end_inset
16909
16910
16911 \begin_inset Tabular
16912 <lyxtabular version="3" rows="13" columns="2">
16913 <features tabularvalignment="middle">
16914 <column alignment="center" valignment="top" width="0pt">
16915 <column alignment="center" valignment="top" width="0pt">
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 コマンド
16922 \begin_inset Note Note
16923 status collapsed
16924
16925 \begin_layout Plain Layout
16926 ここで
16927 \series bold
16928
16929 \backslash
16930 raisebox
16931 \series default
16932 はスペーサーとして使用しているだけです。
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 出力
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 +
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $+$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 -
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $-$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 pm
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\pm$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 mp
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\mp$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 cdot
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\cdot$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \backslash
17080 times
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $\times$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \backslash
17105 div
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $\div$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset ERT
17129 status collapsed
17130
17131 \begin_layout Plain Layout
17132
17133
17134 \backslash
17135 raisebox{-1.2mm}{
17136 \end_layout
17137
17138 \end_inset
17139
17140 *
17141 \begin_inset ERT
17142 status collapsed
17143
17144 \begin_layout Plain Layout
17145
17146 }
17147 \end_layout
17148
17149 \end_inset
17150
17151
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 $*$
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 star
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 $\star$
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 circ
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 $\circ$
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 diamond
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 $\diamond$
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 bullet
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 $\bullet$
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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 wr
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 $\wr$
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 bigcirc
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 $\bigcirc$
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 wedge
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 $\wedge$
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 vee
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 $\vee$
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 \begin_inset Tabular
17613 <lyxtabular version="3" rows="13" columns="2">
17614 <features tabularvalignment="middle">
17615 <column alignment="center" valignment="top" width="0pt">
17616 <column alignment="center" valignment="top" width="0pt">
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 コマンド
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 出力
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 <row>
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642
17643 \backslash
17644 oplus
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 \begin_inset Formula $\oplus$
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \backslash
17669 ominus
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\ominus$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 <row>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \backslash
17694 otimes
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Formula $\otimes$
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717
17718 \backslash
17719 oslash
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 \begin_inset Formula $\oslash$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \backslash
17744 odot
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 \begin_inset Formula $\odot$
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 </row>
17762 <row>
17763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \backslash
17769 amalg
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Formula $\amalg$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \backslash
17794 uplus
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 \begin_inset Formula $\uplus$
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \backslash
17819 setminus
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 \begin_inset Formula $\setminus$
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \backslash
17844 sqcap
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853 \begin_inset Formula $\sqcap$
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 </row>
17862 <row>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867
17868 \backslash
17869 sqcup
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $\sqcup$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 </row>
17887 <row>
17888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \backslash
17894 triangleleft
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 \begin_inset Formula $\triangleleft$
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 </row>
17912 <row>
17913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917
17918 \backslash
17919 triangleright
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Formula $\triangleright$
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 </lyxtabular>
17938
17939 \end_inset
17940
17941
17942 \begin_inset space \hfill{}
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \begin_layout Standard
17949 二項演算子は、すべて数式ツールバーボタンの
17950 \begin_inset Info
17951 type  "icon"
17952 arg   "math-insert \\pm"
17953 \end_inset
17954
17955 から挿入することもできます。
17956 \end_layout
17957
17958 \begin_layout Standard
17959 ラプラス演算子を組版するには、
17960 \series bold
17961
17962 \backslash
17963 bigtriangleup
17964 \series default
17965 以外に、
17966 \series bold
17967
17968 \backslash
17969 Delta
17970 \series default
17971
17972 \series bold
17973
17974 \backslash
17975 nabla
17976 \series default
17977 ^
17978 \series bold
17979 2
17980 \series default
17981 (
17982 \begin_inset Formula $\nabla^{2}$
17983 \end_inset
17984
17985 )を使用することもできます。
17986 \end_layout
17987
17988 \begin_layout Standard
17989
17990 \family sans
17991 挿入\SpecialChar menuseparator
17992 特殊文字
17993 \family default
17994 メニューの
17995 \family sans
17996 メニュー区切り
17997 \family default
17998 で入力される文字は、
17999 \series bold
18000
18001 \backslash
18002 triangleright
18003 \series default
18004 演算子です。
18005 \end_layout
18006
18007 \begin_layout Subsection
18008 自己定義演算子
18009 \begin_inset CommandInset label
18010 LatexCommand label
18011 name "subsec:自己定義演算子"
18012
18013 \end_inset
18014
18015
18016 \begin_inset Index idx
18017 status collapsed
18018
18019 \begin_layout Plain Layout
18020 えんざんし@演算子 ! じこていぎ@自己定義
18021 \begin_inset space \thinspace{}
18022 \end_inset
18023
18024 ——
18025 \end_layout
18026
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \SpecialChar LaTeX
18034 プリアンブルで
18035 \series bold
18036
18037 \backslash
18038 DeclareMathOperator
18039 \series default
18040
18041 \begin_inset Index idx
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045 こまんど@コマンド ! D ! 
18046 \backslash
18047 dbinom@
18048 \backslash
18049 DeclareMathOperator
18050 \end_layout
18051
18052 \end_inset
18053
18054 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
18055 \end_layout
18056
18057 \begin_layout Standard
18058
18059 \series bold
18060
18061 \backslash
18062 DeclareMathOperator{新規コマンド}{表示}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
18067 \begin_inset CommandInset ref
18068 LatexCommand ref
18069 reference "subsec:演算子の範囲"
18070
18071 \end_inset
18072
18073 節で述べられた範囲を指定することができます。
18074 \end_layout
18075
18076 \begin_layout Standard
18077 たとえば、以下のような\SpecialChar LaTeX
18078 プリアンブル行
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084
18085 \backslash
18086 DeclareMathOperator*{
18087 \backslash
18088 Lozenge}{
18089 \backslash
18090 blacklozenge}
18091 \end_layout
18092
18093 \begin_layout Standard
18094 は、第
18095 \begin_inset CommandInset ref
18096 LatexCommand ref
18097 reference "subsec:その他の記号"
18098
18099 \end_inset
18100
18101 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
18102 \series bold
18103
18104 \backslash
18105 Lozenge
18106 \series default
18107 を定義します。
18108 \begin_inset Formula 
18109 \[
18110 \Lozenge_{n=1}^{\infty}
18111 \]
18112
18113 \end_inset
18114
18115 上記の数式を作るコマンドは、
18116 \series bold
18117
18118 \backslash
18119 Lozenge
18120 \series default
18121 ^
18122 \series bold
18123
18124 \backslash
18125 infty
18126 \begin_inset Formula $\to$
18127 \end_inset
18128
18129 _n=1
18130 \series default
18131 です。
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \begin_inset VSpace bigskip
18136 \end_inset
18137
18138 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
18139 \series bold
18140
18141 \backslash
18142 mathop
18143 \series default
18144
18145 \begin_inset Index idx
18146 status collapsed
18147
18148 \begin_layout Plain Layout
18149 こまんど@コマンド ! M ! 
18150 \backslash
18151 mathop
18152 \end_layout
18153
18154 \end_inset
18155
18156 コマンドおよび
18157 \series bold
18158
18159 \backslash
18160 mathbin
18161 \series default
18162
18163 \begin_inset Index idx
18164 status collapsed
18165
18166 \begin_layout Plain Layout
18167 こまんど@コマンド ! M ! 
18168 \backslash
18169 mathbin
18170 \end_layout
18171
18172 \end_inset
18173
18174 コマンドを用いて定義を行うこともできます。
18175 \end_layout
18176
18177 \begin_layout Standard
18178 (書式)
18179 \series bold
18180
18181 \backslash
18182 mathop{表示}
18183 \series default
18184 および
18185 \series bold
18186
18187 \backslash
18188 mathbin{表示}
18189 \end_layout
18190
18191 \begin_layout Standard
18192
18193 \series bold
18194
18195 \backslash
18196 mathop
18197 \series default
18198 は大演算子を定義し、
18199 \series bold
18200
18201 \backslash
18202 mathbin
18203 \series default
18204 は二項演算子を定義します。
18205 \end_layout
18206
18207 \begin_layout Standard
18208 たとえば
18209 \series bold
18210
18211 \backslash
18212 mathop
18213 \series default
18214 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
18215 \end_layout
18216
18217 \begin_layout Standard
18218 \begin_inset Formula 
18219 \[
18220 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18221 \]
18222
18223 \end_inset
18224
18225
18226 \end_layout
18227
18228 \begin_layout Standard
18229 上記の数式では
18230 \begin_inset Newline newline
18231 \end_inset
18232
18233
18234 \series bold
18235
18236 \backslash
18237 mathop{
18238 \backslash
18239 sum
18240 \backslash
18241 negmedspace
18242 \backslash
18243 sum
18244 \series default
18245
18246 \begin_inset space \textvisiblespace{}
18247 \end_inset
18248
18249
18250 \series bold
18251
18252 \begin_inset Formula $\to$
18253 \end_inset
18254
18255 ^N
18256 \series default
18257
18258 \begin_inset space \textvisiblespace{}
18259 \end_inset
18260
18261
18262 \series bold
18263 _i,j=1
18264 \begin_inset Newline newline
18265 \end_inset
18266
18267
18268 \series default
18269 というコマンドを用いています。
18270 \end_layout
18271
18272 \begin_layout Section
18273 書体
18274 \begin_inset Index idx
18275 status collapsed
18276
18277 \begin_layout Plain Layout
18278 しょたい@書体
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \begin_inset Index idx
18285 status collapsed
18286
18287 \begin_layout Plain Layout
18288 ふぉんと@フォント
18289 \begin_inset ERT
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293
18294 |see{
18295 \end_layout
18296
18297 \end_inset
18298
18299 書体
18300 \begin_inset ERT
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304
18305 }
18306 \end_layout
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Subsection
18319 書体様式
18320 \begin_inset CommandInset label
18321 LatexCommand label
18322 name "subsec:書体様式"
18323
18324 \end_inset
18325
18326
18327 \begin_inset Index idx
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 しょたい@書体 ! ようしき@様式
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
18341 \end_layout
18342
18343 \begin_layout Standard
18344 \align center
18345 \begin_inset space \hfill{}
18346 \end_inset
18347
18348
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="6" columns="2">
18351 <features tabularvalignment="middle">
18352 <column alignment="center" valignment="top">
18353 <column alignment="center" valignment="top">
18354 <row>
18355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 コマンド
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 出力
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \backslash
18381 mathbb
18382 \series bold
18383
18384 \begin_inset space \textvisiblespace{}
18385 \end_inset
18386
18387
18388 \series default
18389 ABC
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 \begin_inset Formula $\mathbb{ABC}$
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \backslash
18414 mathbf
18415 \series bold
18416
18417 \begin_inset space \textvisiblespace{}
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathbf{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 <row>
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \backslash
18447 boldsymbol
18448 \series bold
18449
18450 \begin_inset space \textvisiblespace{}
18451 \end_inset
18452
18453
18454 \series default
18455 AbC
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 \begin_inset Formula $\boldsymbol{AbC}$
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \backslash
18480 mathcal
18481 \series bold
18482
18483 \begin_inset space \textvisiblespace{}
18484 \end_inset
18485
18486
18487 \series default
18488 ABC
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Formula $\mathcal{ABC}$
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 <row>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \backslash
18513 mathfrak
18514 \series bold
18515
18516 \begin_inset space \textvisiblespace{}
18517 \end_inset
18518
18519
18520 \series default
18521 AbC
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 \begin_inset Formula $\mathfrak{AbC}$
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 </lyxtabular>
18540
18541 \end_inset
18542
18543
18544 \begin_inset space \hfill{}
18545 \end_inset
18546
18547
18548 \begin_inset Tabular
18549 <lyxtabular version="3" rows="6" columns="2">
18550 <features tabularvalignment="middle">
18551 <column alignment="center" valignment="top">
18552 <column alignment="center" valignment="top">
18553 <row>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 コマンド
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 出力
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \backslash
18580 mathit
18581 \series bold
18582
18583 \begin_inset space \textvisiblespace{}
18584 \end_inset
18585
18586
18587 \series default
18588 AbC
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 \begin_inset Formula $\mathit{AbC}$
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row>
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \backslash
18613 mathrm
18614 \series bold
18615
18616 \begin_inset space \textvisiblespace{}
18617 \end_inset
18618
18619
18620 \series default
18621 AbC
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 \begin_inset Formula $\mathrm{AbC}$
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 <row>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \backslash
18646 mathsf
18647 \series bold
18648
18649 \begin_inset space \textvisiblespace{}
18650 \end_inset
18651
18652
18653 \series default
18654 AbC
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 \begin_inset Formula $\mathsf{AbC}$
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 </row>
18672 <row>
18673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \backslash
18679 mathtt
18680 \series bold
18681
18682 \begin_inset space \textvisiblespace{}
18683 \end_inset
18684
18685
18686 \series default
18687 AbC
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Formula $\mathtt{AbC}$
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \backslash
18712 mathscr
18713 \series bold
18714
18715 \begin_inset space \textvisiblespace{}
18716 \end_inset
18717
18718
18719 \series default
18720 ABC
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 \begin_inset Formula $\mathscr{ABC}$
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 </lyxtabular>
18739
18740 \end_inset
18741
18742
18743 \begin_inset space \hfill{}
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Standard
18750 \begin_inset Note Greyedout
18751 status open
18752
18753 \begin_layout Plain Layout
18754
18755 \series bold
18756 【註】
18757 \backslash
18758 mathbb
18759 \series default
18760
18761 \series bold
18762 mathcal
18763 \series default
18764 様式と
18765 \series bold
18766
18767 \backslash
18768 mathscr
18769 \series default
18770 様式は、大文字にのみ使用することができます。
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 既定では、
18780 \series bold
18781
18782 \backslash
18783 mathnormal
18784 \series default
18785 様式に設定されています。
18786 \end_layout
18787
18788 \begin_layout Standard
18789 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18790 \begin_inset Formula 
18791 \[
18792 \mathfrak{A=\frac{b}{C}}
18793 \]
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \begin_layout Standard
18801 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18802 \series bold
18803
18804 \backslash
18805 textrm
18806 \series default
18807 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
18808 のバグです
18809 \begin_inset Foot
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813 \begin_inset CommandInset href
18814 LatexCommand href
18815 name "LyX-bug #4629"
18816 target "http://www.lyx.org/trac/ticket/4629"
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 書体様式コマンドの代わりに、
18830 \family sans
18831 編集\SpecialChar menuseparator
18832 数学\SpecialChar menuseparator
18833 文字様式
18834 \family default
18835 ダイアログや、
18836 \begin_inset Info
18837 type  "icon"
18838 arg   "math-insert \\font"
18839 \end_inset
18840
18841 を使用することもできます。
18842 \end_layout
18843
18844 \begin_layout Subsection
18845 ボールド体の数式
18846 \begin_inset CommandInset label
18847 LatexCommand label
18848 name "subsec:ボールド体の数式"
18849
18850 \end_inset
18851
18852
18853 \begin_inset Index idx
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857 すうしき@数式 ! ぼーるどたい@ボールド体
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Standard
18866 数式全体をボールド体にしようとすると、前節の
18867 \series bold
18868
18869 \backslash
18870 mathbf
18871 \series default
18872 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18873 字してしまいます。
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset Formula 
18878 \[
18879 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18880 \]
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 この数式を正しく表示するには、以下のように、
18889 \series bold
18890
18891 \backslash
18892 boldsymbol
18893 \series default
18894 コマンドを使用します。
18895 \begin_inset Formula 
18896 \[
18897 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18898 \]
18899
18900 \end_inset
18901
18902 また、数式を
18903 \series bold
18904 boldmath環境
18905 \series default
18906 に設定する方法もあります。この環境は、\SpecialChar TeX
18907 モードで
18908 \series bold
18909
18910 \backslash
18911 boldmath
18912 \begin_inset Index idx
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916 こまんど@コマンド ! B ! 
18917 \backslash
18918 boldmath
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \series default
18925 コマンドを挿入することによって作ることができます。環境を閉じるには、
18926 \series bold
18927
18928 \backslash
18929 unboldmath
18930 \begin_inset Index idx
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934 こまんど@コマンド ! U ! 
18935 \backslash
18936 unboldmath
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \series default
18943 コマンドを\SpecialChar TeX
18944 モードで挿入します。
18945 \begin_inset ERT
18946 status collapsed
18947
18948 \begin_layout Plain Layout
18949
18950
18951 \backslash
18952 boldmath 
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \begin_inset Formula 
18959 \[
18960 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18961 \]
18962
18963 \end_inset
18964
18965
18966 \begin_inset ERT
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970
18971
18972 \backslash
18973 unboldmath 
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Subsection
18982 色付きの数式
18983 \begin_inset Index idx
18984 status collapsed
18985
18986 \begin_layout Plain Layout
18987 すうしき@数式 ! いろつき@色付き
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18997 \begin_inset Formula 
18998 \[
18999 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19000 \]
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \begin_inset CommandInset ref
19010 LatexCommand ref
19011 reference "subsec:色付きボックス"
19012
19013 \end_inset
19014
19015 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
19016 \series bold
19017
19018 \backslash
19019 textcolor
19020 \series default
19021
19022 \begin_inset Index idx
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 こまんど@コマンド ! T ! 
19027 \backslash
19028 textcolor
19029 \end_layout
19030
19031 \end_inset
19032
19033 \SpecialChar TeX
19034 コードコマンドで適用することができます。
19035 \end_layout
19036
19037 \begin_layout Standard
19038
19039 \series bold
19040
19041 \backslash
19042 textcolor{色}{文字ないし数式}
19043 \end_layout
19044
19045 \begin_layout Standard
19046 下記の例は、全体を濃緑にし、一部を赤にしています。
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset ERT
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054
19055
19056 \backslash
19057 textcolor{darkgreen}{
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \begin_inset Formula 
19064 \[
19065 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19066 \]
19067
19068 \end_inset
19069
19070
19071 \begin_inset ERT
19072 status collapsed
19073
19074 \begin_layout Plain Layout
19075
19076 }
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Standard
19085 \SpecialChar LyX
19086 のバグのため、自己定義色は数式全体に対してしか使用することができません
19087 \begin_inset Foot
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091 \begin_inset CommandInset href
19092 LatexCommand href
19093 name "LyX-bug #5269"
19094 target "http://www.lyx.org/trac/ticket/5269"
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Subsection
19107 書体寸法
19108 \begin_inset CommandInset label
19109 LatexCommand label
19110 name "subsec:書体寸法"
19111
19112 \end_inset
19113
19114
19115 \begin_inset Index idx
19116 status collapsed
19117
19118 \begin_layout Plain Layout
19119 しょたい@書体 ! すんぽう@寸法
19120 \end_layout
19121
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \begin_layout Standard
19128 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
19129 \end_layout
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134
19135 \backslash
19136 Huge
19137 \series default
19138
19139 \series bold
19140
19141 \backslash
19142 huge
19143 \series default
19144
19145 \series bold
19146
19147 \backslash
19148 LARGE
19149 \series default
19150
19151 \series bold
19152
19153 \backslash
19154 Large
19155 \series default
19156
19157 \series bold
19158
19159 \backslash
19160 large
19161 \series default
19162
19163 \series bold
19164
19165 \backslash
19166 normalsize
19167 \series default
19168
19169 \series bold
19170
19171 \backslash
19172 small
19173 \series default
19174 ,
19175 \begin_inset Newline newline
19176 \end_inset
19177
19178
19179 \series bold
19180
19181 \backslash
19182 footnotesize
19183 \series default
19184
19185 \series bold
19186
19187 \backslash
19188 scriptsize
19189 \series default
19190 、および
19191 \series bold
19192
19193 \backslash
19194 tiny
19195 \end_layout
19196
19197 \begin_layout Standard
19198 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19199 \series bold
19200
19201 \backslash
19202 normalsize
19203 \series default
19204 コマンドに設定されます。他のコマンドは、
19205 \series bold
19206
19207 \backslash
19208 normalsize
19209 \series default
19210 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19211 \begin_inset space \thinspace{}
19212 \end_inset
19213
19214 ptであるならば、
19215 \series bold
19216
19217 \backslash
19218 Huge
19219 \series default
19220 コマンドは
19221 \series bold
19222
19223 \backslash
19224 huge
19225 \series default
19226 コマンドと同じ大きさに落とされます。
19227 \end_layout
19228
19229 \begin_layout Standard
19230 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
19231 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
19232 モードで
19233 \series bold
19234
19235 \backslash
19236 normalsize
19237 \series default
19238 コマンドを挿入します。
19239 \end_layout
19240
19241 \begin_layout Standard
19242 数式内では、以下の寸法コマンドまたはツールバーボタン
19243 \begin_inset Info
19244 type  "icon"
19245 arg   "math-insert \\style"
19246 \end_inset
19247
19248 を使用して、寸法を変更することができます。
19249 \begin_inset Separator parbreak
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \noindent
19257 \align center
19258 \begin_inset Tabular
19259 <lyxtabular version="3" rows="5" columns="2">
19260 <features tabularvalignment="middle">
19261 <column alignment="center" valignment="top">
19262 <column alignment="center" valignment="top">
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 コマンド
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 出力
19278 \begin_inset Note Note
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282
19283 \series bold
19284
19285 \backslash
19286 raisebox
19287 \series default
19288  はスペーサーとして使用されているだけです。
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 displaystyle
19307 \begin_inset Index idx
19308 status collapsed
19309
19310 \begin_layout Plain Layout
19311 こまんど@コマンド ! D ! 
19312 \backslash
19313 displaystyle
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \backslash
19343 textstyle
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 <row>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \backslash
19368 scriptstyle
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \backslash
19393 scriptscriptstyle
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 </row>
19411 </lyxtabular>
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19420 \end_layout
19421
19422 \begin_layout Standard
19423 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19424 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19425 \begin_inset VSpace -2mm
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \begin_layout Standard
19432 \begin_inset ERT
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436
19437
19438 \backslash
19439 huge 
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \begin_inset Formula 
19446 \[
19447 A=\frac{B}{c}\cdot\maltese
19448 \]
19449
19450 \end_inset
19451
19452
19453 \begin_inset Formula 
19454 \[
19455 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19456 \]
19457
19458 \end_inset
19459
19460
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466
19467 \backslash
19468 normalsize 
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \begin_layout Standard
19477 \begin_inset VSpace medskip
19478 \end_inset
19479
19480 二つの式の前には、
19481 \series bold
19482
19483 \backslash
19484 huge
19485 \series default
19486 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19487 \begin_inset Newline newline
19488 \end_inset
19489
19490
19491 \series bold
19492
19493 \backslash
19494 maltese
19495 \begin_inset space \textvisiblespace{}
19496 \end_inset
19497
19498 A Alt+M M 
19499 \backslash
19500 Large
19501 \begin_inset space \textvisiblespace{}
19502 \end_inset
19503
19504
19505 \backslash
19506 maltese
19507 \begin_inset space \textvisiblespace{}
19508 \end_inset
19509
19510
19511 \backslash
19512 textit
19513 \begin_inset space \textvisiblespace{}
19514 \end_inset
19515
19516 A
19517 \begin_inset Formula $\to$
19518 \end_inset
19519
19520
19521 \begin_inset Formula $\to$
19522 \end_inset
19523
19524
19525 \begin_inset Newline newline
19526 \end_inset
19527
19528
19529 \begin_inset space \hspace*{}
19530 \length 1cm
19531 \end_inset
19532
19533 Alt+M
19534 \series default
19535  
19536 \series bold
19537
19538 \backslash
19539 tiny
19540 \begin_inset space \textvisiblespace{}
19541 \end_inset
19542
19543
19544 \backslash
19545 maltese
19546 \begin_inset space \textvisiblespace{}
19547 \end_inset
19548
19549
19550 \backslash
19551 textit
19552 \begin_inset space \textvisiblespace{}
19553 \end_inset
19554
19555 A
19556 \begin_inset Newline newline
19557 \end_inset
19558
19559
19560 \series default
19561 のようになります。
19562 \end_layout
19563
19564 \begin_layout Standard
19565 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19566 \end_layout
19567
19568 \begin_layout Section
19569 ギリシャ文字
19570 \begin_inset Index idx
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574 ぎりしゃもじ@ギリシャ文字
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \begin_layout Standard
19583 すべてのギリシャ文字は、ツールバーボタンの
19584 \begin_inset Info
19585 type  "icon"
19586 arg   "math-insert \\alpha"
19587 \end_inset
19588
19589 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19590 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19591 \end_layout
19592
19593 \begin_layout Subsection
19594 小文字
19595 \begin_inset Index idx
19596 status collapsed
19597
19598 \begin_layout Plain Layout
19599 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \begin_layout Standard
19608 \begin_inset space \hfill{}
19609 \end_inset
19610
19611
19612 \begin_inset Tabular
19613 <lyxtabular version="3" rows="11" columns="2">
19614 <features tabularvalignment="middle">
19615 <column alignment="center" valignment="top" width="0pt">
19616 <column alignment="center" valignment="top" width="0pt">
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 コマンド
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
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 alpha
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 $\alpha$
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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
19768 \backslash
19769 varepsilon
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 \begin_inset Formula $\varepsilon$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \backslash
19794 zeta
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $\zeta$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 eta
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\eta$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 theta
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\theta$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 vartheta
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\vartheta$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 </lyxtabular>
19888
19889 \end_inset
19890
19891
19892 \begin_inset space \hfill{}
19893 \end_inset
19894
19895
19896 \begin_inset Tabular
19897 <lyxtabular version="3" rows="12" columns="2">
19898 <features tabularvalignment="middle">
19899 <column alignment="center" valignment="top" width="0pt">
19900 <column alignment="center" valignment="top" width="0pt">
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 コマンド
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 出力
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \backslash
19928 iota
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset Formula $\iota$
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951
19952 \backslash
19953 kappa
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 \begin_inset Formula $\kappa$
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976
19977 \backslash
19978 varkappa
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 \begin_inset Formula $\varkappa$
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 </row>
19996 <row>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001
20002 \backslash
20003 lambda
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 \begin_inset Formula $\lambda$
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 </row>
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \backslash
20028 mu
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\mu$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \backslash
20053 nu
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Formula $\nu$
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 </row>
20071 <row>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076
20077 \backslash
20078 xi
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 \begin_inset Formula $\xi$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 o
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 $o$
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" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 pi
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\pi$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149
20150 \backslash
20151 varpi
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 \begin_inset Formula $\varpi$
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 <row>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174
20175 \backslash
20176 rho
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $\rho$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 </lyxtabular>
20195
20196 \end_inset
20197
20198
20199 \begin_inset space \hfill{}
20200 \end_inset
20201
20202
20203 \begin_inset Tabular
20204 <lyxtabular version="3" rows="11" columns="2">
20205 <features tabularvalignment="middle">
20206 <column alignment="center" valignment="top" width="0pt">
20207 <column alignment="center" valignment="top" width="0pt">
20208 <row>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 コマンド
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 出力
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 varrho
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\varrho$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 sigma
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\sigma$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 <row>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283
20284 \backslash
20285 varsigma
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\varsigma$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 <row>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \backslash
20310 tau
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Formula $\tau$
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333
20334 \backslash
20335 upsilon
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344 \begin_inset Formula $\upsilon$
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358
20359 \backslash
20360 phi
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 \begin_inset Formula $\phi$
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 </row>
20378 <row>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383
20384 \backslash
20385 varphi
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Formula $\varphi$
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 </row>
20403 <row>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408
20409 \backslash
20410 chi
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 \begin_inset Formula $\chi$
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 </row>
20428 <row>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433
20434 \backslash
20435 psi
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444 \begin_inset Formula $\psi$
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \backslash
20460 omega
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469 \begin_inset Formula $\omega$
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 </row>
20478 </lyxtabular>
20479
20480 \end_inset
20481
20482
20483 \begin_inset space \hfill{}
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Standard
20490 \begin_inset VSpace medskip
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 アップライト体のギリシャ文字を作成する方法は、第
20498 \begin_inset CommandInset ref
20499 LatexCommand ref
20500 reference "subsec:アップライト体ギリシャ小文字"
20501
20502 \end_inset
20503
20504 節に説明されています。
20505 \end_layout
20506
20507 \begin_layout Subsection
20508 大文字
20509 \begin_inset Index idx
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20514 \end_layout
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \begin_layout Standard
20522 \begin_inset space \hfill{}
20523 \end_inset
20524
20525
20526 \begin_inset Tabular
20527 <lyxtabular version="3" rows="7" columns="2">
20528 <features tabularvalignment="middle">
20529 <column alignment="center" valignment="top" width="0pt">
20530 <column alignment="center" valignment="top" width="0pt">
20531 <row>
20532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \family roman
20538 \series medium
20539 \shape up
20540 \size normal
20541 \emph off
20542 \bar no
20543 \noun off
20544 \color none
20545 コマンド
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \family roman
20556 \series medium
20557 \shape up
20558 \size normal
20559 \emph off
20560 \bar no
20561 \noun off
20562 \color none
20563 出力
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 Gamma
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\Gamma$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 <row>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599
20600 \backslash
20601 Delta
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 \begin_inset Formula $\Delta$
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \backslash
20626 Theta
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 \begin_inset Formula $\Theta$
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \backslash
20651 Lambda
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\Lambda$
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 <row>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674
20675 \backslash
20676 Xi
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 \begin_inset Formula $\Xi$
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \backslash
20701 Pi
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 \begin_inset Formula $\Pi$
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 </lyxtabular>
20720
20721 \end_inset
20722
20723
20724 \begin_inset space \hfill{}
20725 \end_inset
20726
20727
20728 \begin_inset Tabular
20729 <lyxtabular version="3" rows="6" columns="2">
20730 <features tabularvalignment="middle">
20731 <column alignment="center" valignment="top" width="0pt">
20732 <column alignment="center" valignment="top" width="0pt">
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \family roman
20740 \series medium
20741 \shape up
20742 \size normal
20743 \emph off
20744 \bar no
20745 \noun off
20746 \color none
20747 コマンド
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \family roman
20758 \series medium
20759 \shape up
20760 \size normal
20761 \emph off
20762 \bar no
20763 \noun off
20764 \color none
20765 出力
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 Sigma
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\Sigma$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 Upsilon
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\Upsilon$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 Phi
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\Phi$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Psi
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Psi$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 Omega
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\Omega$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 </lyxtabular>
20897
20898 \end_inset
20899
20900
20901 \begin_inset space \hfill{}
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \begin_layout Standard
20908 \begin_inset VSpace medskip
20909 \end_inset
20910
20911 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
20912 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20913 \series bold
20914 var
20915 \series default
20916 を付けてください。たとえば、
20917 \series bold
20918
20919 \backslash
20920 varGamma
20921 \series default
20922 コマンドは、
20923 \begin_inset Formula $\varGamma$
20924 \end_inset
20925
20926 を生成します。もう一つの方法は、パッケージ
20927 \series bold
20928 fixmath
20929 \series default
20930
20931 \begin_inset Foot
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935
20936 \series bold
20937 fixmath
20938 \series default
20939 は、\SpecialChar LaTeX
20940 パッケージ
20941 \series bold
20942 was
20943 \series default
20944
20945 \begin_inset Index idx
20946 status collapsed
20947
20948 \begin_layout Plain Layout
20949 ぱっけーじ@パッケージ ! was
20950 \begin_inset ERT
20951 status collapsed
20952
20953 \begin_layout Plain Layout
20954
20955
20956 \backslash
20957 vspace{4mm}
20958 \end_layout
20959
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966
20967 に含まれています。
20968 \end_layout
20969
20970 \end_inset
20971
20972
20973 \begin_inset Index idx
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 ぱっけーじ@パッケージ ! fixmath
20978 \end_layout
20979
20980 \end_inset
20981
20982 を\SpecialChar LaTeX
20983 プリアンブル行に
20984 \end_layout
20985
20986 \begin_layout Standard
20987
20988 \series bold
20989
20990 \backslash
20991 usepackage{fixmath}
20992 \end_layout
20993
20994 \begin_layout Standard
20995 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20996 \end_layout
20997
20998 \begin_layout Subsection
20999 ボールド体
21000 \begin_inset Index idx
21001 status collapsed
21002
21003 \begin_layout Plain Layout
21004 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Standard
21013 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
21014 \series bold
21015
21016 \backslash
21017 boldsymbol
21018 \series default
21019 コマンドのみです
21020 \begin_inset Index idx
21021 status collapsed
21022
21023 \begin_layout Plain Layout
21024 こまんど@コマンド ! B ! 
21025 \backslash
21026 boldsymbol
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \begin_inset Separator parbreak
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \begin_layout Standard
21039 \align center
21040 \begin_inset Tabular
21041 <lyxtabular version="3" rows="3" columns="2">
21042 <features tabularvalignment="middle">
21043 <column alignment="center" valignment="top">
21044 <column alignment="center" valignment="top">
21045 <row>
21046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 コマンド
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
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 Upsilon
21073 \backslash
21074 boldsymbol
21075 \backslash
21076 Upsilon
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 theta
21102 \backslash
21103 boldsymbol
21104 \backslash
21105 theta
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 \begin_inset Formula $\theta\boldsymbol{\theta}$
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 </lyxtabular>
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Section
21131 記号
21132 \begin_inset ERT
21133 status collapsed
21134
21135 \begin_layout Plain Layout
21136
21137
21138 \backslash
21139 texorpdfstring{
21140 \end_layout
21141
21142 \end_inset
21143
21144
21145 \begin_inset Foot
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149 各\SpecialChar LaTeX
21150 パッケージに含まれる全記号をほとんど網羅した一覧が、
21151 \begin_inset CommandInset citation
21152 LatexCommand cite
21153 key "Symbols"
21154
21155 \end_inset
21156
21157 にあります。
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \begin_inset ERT
21164 status collapsed
21165
21166 \begin_layout Plain Layout
21167
21168 }{}
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \begin_inset Note Note
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178
21179 \backslash
21180 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21181 \end_layout
21182
21183 \begin_layout Plain Layout
21184
21185 \backslash
21186 texorpdfstringについての詳細は、第
21187 \begin_inset CommandInset ref
21188 LatexCommand ref
21189 reference "subsec:節見出し中の数式"
21190
21191 \end_inset
21192
21193 節にあります。
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \begin_inset Index idx
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 きごう@記号
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \begin_layout Standard
21212 本節に掲げてある各記号の多くは、ツールバーボタンの
21213 \begin_inset Info
21214 type  "icon"
21215 arg   "math-insert \\nabla"
21216 \end_inset
21217
21218
21219 \begin_inset Info
21220 type  "icon"
21221 arg   "math-insert \\digamma"
21222 \end_inset
21223
21224 でも挿入することができます。
21225 \end_layout
21226
21227 \begin_layout Subsection
21228 数学記号
21229 \begin_inset CommandInset label
21230 LatexCommand label
21231 name "subsec:数学記号"
21232
21233 \end_inset
21234
21235
21236 \begin_inset Index idx
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240 きごう@記号 ! すうがく@数学
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Standard
21249 \begin_inset space \hfill{}
21250 \end_inset
21251
21252
21253 \begin_inset Tabular
21254 <lyxtabular version="3" rows="10" columns="2">
21255 <features tabularvalignment="middle">
21256 <column alignment="center" valignment="top" width="0pt">
21257 <column alignment="center" valignment="top" width="0pt">
21258 <row>
21259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 コマンド
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 出力
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 neg
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\neg$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 Im
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\Im$
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \backslash
21335 Re
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\Re$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 aleph
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\aleph$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 partial
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\partial$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \backslash
21410 infty
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\infty$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 wp
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\wp$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 imath
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\imath$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 jmath
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\jmath$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 </lyxtabular>
21504
21505 \end_inset
21506
21507
21508 \begin_inset space \hfill{}
21509 \end_inset
21510
21511
21512 \begin_inset Tabular
21513 <lyxtabular version="3" rows="10" columns="2">
21514 <features tabularvalignment="middle">
21515 <column alignment="center" valignment="top" width="0pt">
21516 <column alignment="center" valignment="top" width="0pt">
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 コマンド
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 出力
21532 \begin_inset Note Note
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 ここで
21537 \series bold
21538
21539 \backslash
21540 raisebox
21541 \series default
21542 はスペーサーとして使用しているだけです。
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 forall
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\forall$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 exists
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\exists$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 nexists
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\nexists$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 emptyset
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\emptyset$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 varnothing
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\varnothing$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \backslash
21685 dag
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\dag$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \backslash
21710 ddag
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\ddag$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 complement
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset ERT
21745 status collapsed
21746
21747 \begin_layout Plain Layout
21748
21749
21750 \backslash
21751 raisebox{-0.8mm}{
21752 \end_layout
21753
21754 \end_inset
21755
21756
21757 \begin_inset Formula $\complement$
21758 \end_inset
21759
21760
21761 \begin_inset ERT
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765
21766 }
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 Bbbk
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\Bbbk$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 </lyxtabular>
21803
21804 \end_inset
21805
21806
21807 \begin_inset space \hfill{}
21808 \end_inset
21809
21810
21811 \begin_inset Tabular
21812 <lyxtabular version="3" rows="10" columns="2">
21813 <features tabularvalignment="middle">
21814 <column alignment="center" valignment="top" width="0pt">
21815 <column alignment="center" valignment="top" width="0pt">
21816 <row>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 コマンド
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 出力
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 prime
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\prime$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 backprime
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\backprime$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 mho
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\mho$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 triangle
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\triangle$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 angle
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\angle$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 measuredangle
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\measuredangle$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 sphericalangle
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $\sphericalangle$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \backslash
22018 top
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 \begin_inset Formula $\top$
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 <row>
22037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \backslash
22043 bot
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 \begin_inset Formula $\bot$
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 </lyxtabular>
22062
22063 \end_inset
22064
22065
22066 \begin_inset space \hfill{}
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Subsection
22073 その他の記号
22074 \begin_inset CommandInset label
22075 LatexCommand label
22076 name "subsec:その他の記号"
22077
22078 \end_inset
22079
22080
22081 \begin_inset Index idx
22082 status collapsed
22083
22084 \begin_layout Plain Layout
22085 きごう@記号 ! そのた@その他
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 \noindent
22095 \align center
22096 \begin_inset Tabular
22097 <lyxtabular version="3" rows="10" columns="2">
22098 <features tabularvalignment="middle">
22099 <column alignment="center" valignment="top" width="0pt">
22100 <column alignment="center" valignment="top" width="0pt">
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \family roman
22108 \series medium
22109 \shape up
22110 \size normal
22111 \emph off
22112 \bar no
22113 \noun off
22114 \color none
22115 コマンド
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \family roman
22126 \series medium
22127 \shape up
22128 \size normal
22129 \emph off
22130 \bar no
22131 \noun off
22132 \color none
22133 出力
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144
22145 \backslash
22146 flat
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 \begin_inset Formula $\flat$
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \backslash
22171 natural
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Formula $\natural$
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 sharp
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\sharp$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \backslash
22221 surd
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $\surd$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \backslash
22246 checkmark
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Formula $\checkmark$
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 </row>
22264 <row>
22265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269
22270 \backslash
22271 yen
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\yen$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \backslash
22296 pounds
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\pounds$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 $
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 \begin_inset Formula $\$$
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 </row>
22337 <row>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 §
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\mathsection$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 </lyxtabular>
22361
22362 \end_inset
22363
22364
22365 \begin_inset Tabular
22366 <lyxtabular version="3" rows="10" columns="2">
22367 <features tabularvalignment="middle">
22368 <column alignment="center" valignment="top">
22369 <column alignment="center" valignment="top">
22370 <row>
22371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \family roman
22377 \series medium
22378 \shape up
22379 \size normal
22380 \emph off
22381 \bar no
22382 \noun off
22383 \color none
22384 コマンド
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \family roman
22395 \series medium
22396 \shape up
22397 \size normal
22398 \emph off
22399 \bar no
22400 \noun off
22401 \color none
22402 出力
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 hbar
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\hbar$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 hslash
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\hslash$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \backslash
22465 clubsuit
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474 \begin_inset Formula $\clubsuit$
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 </row>
22483 <row>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \backslash
22490 spadesuit
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\spadesuit$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \backslash
22515 bigstar
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\bigstar$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \backslash
22540 blacklozenge
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $\blacklozenge$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \backslash
22565 blacktriangle
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\blacktriangle$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \backslash
22590 blacktiangledown
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\blacktriangledown$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 bullet
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\bullet$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 </lyxtabular>
22634
22635 \end_inset
22636
22637
22638 \begin_inset Tabular
22639 <lyxtabular version="3" rows="10" columns="2">
22640 <features tabularvalignment="middle">
22641 <column alignment="center" valignment="top" width="0pt">
22642 <column alignment="center" valignment="top" width="0pt">
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \family roman
22650 \series medium
22651 \shape up
22652 \size normal
22653 \emph off
22654 \bar no
22655 \noun off
22656 \color none
22657 コマンド
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \family roman
22668 \series medium
22669 \shape up
22670 \size normal
22671 \emph off
22672 \bar no
22673 \noun off
22674 \color none
22675 出力
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \backslash
22688 diamondsuit
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Formula $\diamondsuit$
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \backslash
22713 Diamond
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Formula $\Diamond$
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \backslash
22738 heartsuit
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\heartsuit$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 P
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset Formula $\P$
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786
22787 \backslash
22788 copyright
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 \begin_inset Formula $\copyright$
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811
22812 \backslash
22813 circledR
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 \begin_inset Formula $\circledR$
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 </row>
22831 <row>
22832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836
22837 \backslash
22838 maltese
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 \begin_inset Formula $\maltese$
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 <row>
22857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861
22862 \backslash
22863 diagup
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 \begin_inset Formula $\diagup$
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886
22887 \backslash
22888 diagdown
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $\diagdown$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 </row>
22906 </lyxtabular>
22907
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \begin_layout Standard
22914 \begin_inset VSpace medskip
22915 \end_inset
22916
22917 ここにある以上の記号が、第
22918 \begin_inset CommandInset ref
22919 LatexCommand ref
22920 reference "subsec:他の特殊文字"
22921
22922 \end_inset
22923
22924 節に挙げてあります。
22925 \end_layout
22926
22927 \begin_layout Standard
22928 寸法を変えて表示することのできる記号もあります。第
22929 \begin_inset CommandInset ref
22930 LatexCommand ref
22931 reference "subsec:書体寸法"
22932
22933 \end_inset
22934
22935 節をご参照下さい。
22936 \end_layout
22937
22938 \begin_layout Subsection
22939 ユーロ通貨記号
22940 \begin_inset Index idx
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22945 \end_layout
22946
22947 \end_inset
22948
22949
22950 \begin_inset Index idx
22951 status collapsed
22952
22953 \begin_layout Plain Layout
22954 E@
22955 \begin_inset ERT
22956 status collapsed
22957
22958 \begin_layout Plain Layout
22959
22960
22961 \backslash
22962 officialeuro
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
22977 パッケージ
22978 \series bold
22979 eurosym
22980 \series default
22981
22982 \begin_inset Index idx
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986 ぱっけーじ@パッケージ ! eurosym
22987 \end_layout
22988
22989 \end_inset
22990
22991 が導入されていて、以下のような\SpecialChar LaTeX
22992 プリアンブル行によって読み込まれていなくてはなりません。
22993 \end_layout
22994
22995 \begin_layout Standard
22996
22997 \series bold
22998
22999 \backslash
23000 usepackage[gennarrow]{eurosym}
23001 \end_layout
23002
23003 \begin_layout Standard
23004 すると、ユーロ通貨記号を
23005 \series bold
23006
23007 \backslash
23008 euro
23009 \series default
23010
23011 \begin_inset Index idx
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015 こまんど@コマンド ! E ! 
23016 \backslash
23017 euro
23018 \end_layout
23019
23020 \end_inset
23021
23022 コマンドで挿入することができるようになります。
23023 \end_layout
23024
23025 \begin_layout Standard
23026 数式テキストには、
23027 \series bold
23028 eurosym
23029 \series default
23030 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
23031 \series bold
23032 eurosym
23033 \series default
23034 が導入されていれば、
23035 \series bold
23036
23037 \backslash
23038 euro
23039 \series default
23040 は\SpecialChar TeX
23041 モードでも挿入することができます。また、正式な通貨記号を
23042 \series bold
23043
23044 \backslash
23045 officialeuro
23046 \series default
23047
23048 \begin_inset Index idx
23049 status collapsed
23050
23051 \begin_layout Plain Layout
23052 こまんど@コマンド ! O ! 
23053 \backslash
23054 officialeuro
23055 \end_layout
23056
23057 \end_inset
23058
23059 コマンド(これは\SpecialChar TeX
23060 モードでのみ使用することができます)で挿入することができます。
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset ERT
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068
23069
23070 \backslash
23071 ifeurosym 
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \begin_inset Note Note
23078 status open
23079
23080 \begin_layout Plain Layout
23081 以下の表は、\SpecialChar LaTeX
23082 パッケージ
23083 \series bold
23084 eurosym
23085 \series default
23086 が導入済みのときのみ表示されます。
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 以下は、各ユーロ通貨記号のまとめです。
23096 \begin_inset Separator parbreak
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \align center
23104 \begin_inset Tabular
23105 <lyxtabular version="3" rows="4" columns="3">
23106 <features tabularvalignment="middle">
23107 <column alignment="center" valignment="top" width="0pt">
23108 <column alignment="center" valignment="top" width="0pt">
23109 <column alignment="center" valignment="top" width="0pt">
23110 <row>
23111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 コマンド
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 出力
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 数式
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 euro
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\euro$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 数式テキスト
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 (ユーロ記号)
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 (ユーロ記号)
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \SpecialChar TeX
23208 モード
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \backslash
23219 officialeuro
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 officialeuro
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 </lyxtabular>
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset ERT
23255 status collapsed
23256
23257 \begin_layout Plain Layout
23258
23259
23260 \backslash
23261 else 
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \begin_inset Note Note
23268 status open
23269
23270 \begin_layout Plain Layout
23271 以下は、\SpecialChar LaTeX
23272 パッケージ
23273 \series bold
23274 eurosym
23275 \series default
23276 が導入されていないときのみ表示されます。
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \begin_layout Standard
23285 本節の残りを出力としてみるためには、\SpecialChar LaTeX
23286 パッケージ
23287 \series bold
23288 eurosym
23289 \series default
23290 を導入する必要があります。
23291 \end_layout
23292
23293 \begin_layout Standard
23294 \begin_inset ERT
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298
23299
23300 \backslash
23301 fi 
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \begin_layout Section
23310 関係子
23311 \begin_inset CommandInset label
23312 LatexCommand label
23313 name "sec:関係子"
23314
23315 \end_inset
23316
23317
23318 \begin_inset Index idx
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 かんけいし@関係子
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \begin_inset Index idx
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332 ひかくし@比較子
23333 \begin_inset ERT
23334 status collapsed
23335
23336 \begin_layout Plain Layout
23337
23338 |see{
23339 \end_layout
23340
23341 \end_inset
23342
23343 関係子
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349 }
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 関係子はすべて、ツールバーボタンの
23364 \begin_inset Info
23365 type  "icon"
23366 arg   "math-insert \\leq"
23367 \end_inset
23368
23369 でも挿入することができます。
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \begin_inset space \hfill{}
23374 \end_inset
23375
23376
23377 \begin_inset Tabular
23378 <lyxtabular version="3" rows="17" columns="2">
23379 <features tabularvalignment="middle">
23380 <column alignment="center" valignment="top" width="0pt">
23381 <column alignment="center" valignment="top" width="0pt">
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 コマンド
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 出力
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 \begin_inset Formula $<$
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $<$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 le
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\le$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 ll
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\ll$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 prec
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\prec$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 preceq
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\preceq$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 subset
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\subset$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 subseteq
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\subseteq$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 sqsubseteq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\sqsubseteq$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 in
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\in$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 vdash
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\vdash$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 smile
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\smile$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 lhd
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\lhd$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 unlhd
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\unlhd$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 gtrless
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\gtrless$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 mid
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\mid$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 nmid
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\nmid$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 </lyxtabular>
23804
23805 \end_inset
23806
23807
23808 \begin_inset space \hfill{}
23809 \end_inset
23810
23811
23812 \begin_inset Tabular
23813 <lyxtabular version="3" rows="17" columns="2">
23814 <features tabularvalignment="middle">
23815 <column alignment="center" valignment="top" width="0pt">
23816 <column alignment="center" valignment="top" width="0pt">
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 コマンド
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 出力
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 =
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $=$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 not=
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $\not=$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 equiv
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\equiv$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 <row>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 sim
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\sim$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940
23941 \backslash
23942 simeq
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $\simeq$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965
23966 \backslash
23967 approx
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 \begin_inset Formula $\approx$
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990
23991 \backslash
23992 cong
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 \begin_inset Formula $\cong$
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 </row>
24010 <row>
24011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015
24016 \backslash
24017 bowtie
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Formula $\bowtie$
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 </row>
24035 <row>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \backslash
24042 notin
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 \begin_inset Formula $\notin$
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 </row>
24060 <row>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065
24066 \backslash
24067 perp
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 \begin_inset Formula $\perp$
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090
24091 \backslash
24092 propto
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 \begin_inset Formula $\propto$
24102 \end_inset
24103
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 </row>
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115
24116 \backslash
24117 asymp
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $\asymp$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 </row>
24135 <row>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140
24141 \backslash
24142 doteq
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 \begin_inset Formula $\doteq$
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 </row>
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 circeq
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 \begin_inset Formula $\circeq$
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 </row>
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190
24191 \backslash
24192 models
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201 \begin_inset Formula $\models$
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 </row>
24210 <row>
24211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 widehat=
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 \begin_inset Formula $\widehat{=}$
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 </row>
24235 </lyxtabular>
24236
24237 \end_inset
24238
24239
24240 \begin_inset space \hfill{}
24241 \end_inset
24242
24243
24244 \begin_inset Tabular
24245 <lyxtabular version="3" rows="17" columns="2">
24246 <features tabularvalignment="middle">
24247 <column alignment="center" valignment="top" width="0pt">
24248 <column alignment="center" valignment="top" width="0pt">
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \family roman
24256 \series medium
24257 \shape up
24258 \size normal
24259 \emph off
24260 \bar no
24261 \noun off
24262 \color none
24263 コマンド
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \family roman
24274 \series medium
24275 \shape up
24276 \size normal
24277 \emph off
24278 \bar no
24279 \noun off
24280 \color none
24281 出力
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 <row>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $>$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Formula $>$
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 </row>
24313 <row>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318
24319 \backslash
24320 ge
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329 \begin_inset Formula $\ge$
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 </row>
24338 <row>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 gg
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 \begin_inset Formula $\gg$
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 </row>
24363 <row>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 succ
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 \begin_inset Formula $\succ$
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 </row>
24388 <row>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 succeq
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 \begin_inset Formula $\succeq$
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 supset
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 \begin_inset Formula $\supset$
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 </row>
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 supseteq
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454 \begin_inset Formula $\supseteq$
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 </row>
24463 <row>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 sqsupseteq
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479 \begin_inset Formula $\sqsupseteq$
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 </row>
24488 <row>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 ni
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 \begin_inset Formula $\ni$
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 <row>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 dashv
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Formula $\dashv$
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 </row>
24538 <row>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \backslash
24545 frown
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 \begin_inset Formula $\frown$
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \backslash
24570 rhd
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 \begin_inset Formula $\rhd$
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 </row>
24588 <row>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 unrhd
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 \begin_inset Formula $\unrhd$
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 </row>
24613 <row>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 lessgtr
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 \begin_inset Formula $\lessgtr$
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 </row>
24638 <row>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643
24644 \backslash
24645 parallel
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 \begin_inset Formula $\parallel$
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 </row>
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \backslash
24670 nparallel
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 \begin_inset Formula $\nparallel$
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 </lyxtabular>
24689
24690 \end_inset
24691
24692
24693 \begin_inset space \hfill{}
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \begin_inset VSpace medskip
24701 \end_inset
24702
24703
24704 \series bold
24705
24706 \backslash
24707 lhd
24708 \series default
24709
24710 \series bold
24711
24712 \backslash
24713 rhd
24714 \series default
24715 の文字は、同じように見える演算子
24716 \series bold
24717
24718 \backslash
24719 triangleleft
24720 \series default
24721 および
24722 \series bold
24723
24724 \backslash
24725 triangleright
24726 \series default
24727 よりも大きくなっています。
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \SpecialChar LyX
24732 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24733 \begin_inset Info
24734 type  "icon"
24735 arg   "math-insert \\leqq"
24736 \end_inset
24737
24738 をご覧ください。
24739 \end_layout
24740
24741 \begin_layout Standard
24742 関係子は、記号とは違って、つねに前後に余白が置かれます。
24743 \end_layout
24744
24745 \begin_layout Standard
24746
24747 \series bold
24748
24749 \backslash
24750 stackrel
24751 \series default
24752
24753 \begin_inset Index idx
24754 status collapsed
24755
24756 \begin_layout Plain Layout
24757 こまんど@コマンド ! S ! 
24758 \backslash
24759 stackrel
24760 \end_layout
24761
24762 \end_inset
24763
24764 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24765 \begin_inset Separator parbreak
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 \align center
24773 \begin_inset Tabular
24774 <lyxtabular version="3" rows="2" columns="2">
24775 <features tabularvalignment="middle">
24776 <column alignment="center" valignment="top">
24777 <column alignment="center" valignment="top">
24778 <row>
24779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 コマンド
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 出力
24793 \begin_inset Note Note
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797 ここで
24798 \series bold
24799
24800 \backslash
24801 raisebox
24802 \series default
24803 はスペーサーとして使用しているだけです。
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 A(r)
24820 \backslash
24821 stackrel
24822 \begin_inset space \textvisiblespace{}
24823 \end_inset
24824
24825 r
24826 \backslash
24827 to
24828 \backslash
24829 infty
24830 \begin_inset space \textvisiblespace{}
24831 \end_inset
24832
24833
24834 \begin_inset Formula $\downarrow$
24835 \end_inset
24836
24837
24838 \backslash
24839 approx
24840 \begin_inset space \textvisiblespace{}
24841 \end_inset
24842
24843
24844 \begin_inset space \textvisiblespace{}
24845 \end_inset
24846
24847 B
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 </row>
24865 </lyxtabular>
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Section
24873 関数
24874 \end_layout
24875
24876 \begin_layout Subsection
24877 定義済み関数
24878 \begin_inset CommandInset label
24879 LatexCommand label
24880 name "subsec:定義済み函数"
24881
24882 \end_inset
24883
24884
24885 \begin_inset Index idx
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889 かんすう@関数 ! ていぎずみ@定義済み
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \begin_layout Standard
24898 一般的に、数式表現では変数は
24899 \shape italic
24900 イタリック体
24901 \shape default
24902 に設定されますが、関数名はイタリック体にしません。なぜなら、
24903 \begin_inset Formula $sin$
24904 \end_inset
24905
24906
24907 \begin_inset Formula $s\cdot i\cdot n$
24908 \end_inset
24909
24910 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24911 ックスラッシュを加えたコマンドとして挿入します。
24912 \begin_inset Separator parbreak
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Standard
24919 \align center
24920 \begin_inset Tabular
24921 <lyxtabular version="3" rows="2" columns="4">
24922 <features tabularvalignment="middle">
24923 <column alignment="center" valignment="top" width="0pt">
24924 <column alignment="center" valignment="top" width="0pt">
24925 <column alignment="center" valignment="top" width="0pt">
24926 <column alignment="center" valignment="top" width="0pt">
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 コマンド
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 出力
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 コマンド
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 出力
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 Asin(x)+B
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Formula $Asin(x)+B$
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991 A
24992 \backslash
24993 sin(x)+B
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 \begin_inset Formula $A\sin(x)+B$
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 </lyxtabular>
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 以下の関数が定義済みです。
25020 \end_layout
25021
25022 \begin_layout Standard
25023 \begin_inset VSpace -2mm
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \begin_layout Standard
25030 \align center
25031 \begin_inset Tabular
25032 <lyxtabular version="3" rows="9" columns="4">
25033 <features tabularvalignment="middle">
25034 <column alignment="center" valignment="top" width="0pt">
25035 <column alignment="center" valignment="top" width="0pt">
25036 <column alignment="center" valignment="top" width="0pt">
25037 <column alignment="center" valignment="top" width="0pt">
25038 <row>
25039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 コマンド
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 コマンド
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 コマンド
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 コマンド
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081
25082 \backslash
25083 sin
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 sinh
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 arcsin
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 sup
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 </row>
25122 <row>
25123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127
25128 \backslash
25129 cos
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 cosh
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 arccos
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 inf
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 <row>
25169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 tan
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 tanh
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 arctan
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 lim
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 cot
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 coth
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 arg
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 liminf
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 </row>
25260 <row>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 sec
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 min
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 deg
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 limsup
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 </row>
25306 <row>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311
25312 \backslash
25313 csc
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \backslash
25324 max
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333
25334 \backslash
25335 det
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 Pr
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 </row>
25352 <row>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 ln
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368
25369 \backslash
25370 exp
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 dim
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \backslash
25392 hom
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 lg
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414
25415 \backslash
25416 log
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 ker
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 gcd
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 </lyxtabular>
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \begin_layout Standard
25452 上記は、数式ツールバーボタンの
25453 \begin_inset Info
25454 type  "icon"
25455 arg   "math-insert \\functions"
25456 \end_inset
25457
25458 でも挿入することができます。
25459 \end_layout
25460
25461 \begin_layout Subsection
25462 自己定義関数
25463 \begin_inset Index idx
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467 かんすう@関数 ! じこていぎ@自己定義
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Standard
25476 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25477 \end_layout
25478
25479 \begin_layout Itemize
25480 以下の行を\SpecialChar LaTeX
25481 プリアンブルに加えることによって関数を定義します。
25482 \begin_inset Foot
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486
25487 \series bold
25488
25489 \backslash
25490 DeclareMathOperator
25491 \series default
25492 についての詳細は、第
25493 \begin_inset CommandInset ref
25494 LatexCommand ref
25495 reference "subsec:自己定義演算子"
25496
25497 \end_inset
25498
25499 節をご参照下さい。
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \begin_inset Newline newline
25506 \end_inset
25507
25508
25509 \begin_inset VSpace -3mm
25510 \end_inset
25511
25512
25513 \begin_inset Newline newline
25514 \end_inset
25515
25516
25517 \series bold
25518
25519 \backslash
25520 DeclareMathOperator{
25521 \backslash
25522 sgn}{sgn}
25523 \series default
25524
25525 \begin_inset Index idx
25526 status collapsed
25527
25528 \begin_layout Plain Layout
25529 こまんど@コマンド ! D ! 
25530 \backslash
25531 dbinom@
25532 \backslash
25533 DeclareMathOperator
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \begin_inset Newline newline
25540 \end_inset
25541
25542
25543 \begin_inset VSpace -2mm
25544 \end_inset
25545
25546
25547 \begin_inset Newline newline
25548 \end_inset
25549
25550 これによって、新しく定義された関数を
25551 \series bold
25552
25553 \backslash
25554 sgn
25555 \series default
25556 コマンドで呼び出すことができるようになります。
25557 \end_layout
25558
25559 \begin_layout Itemize
25560 数式を普通に書き下し、関数名を選択して(上記の例では
25561 \emph on
25562 sgn
25563 \emph default
25564 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25565 \end_layout
25566
25567 \begin_layout Standard
25568 双方とも定義済み関数と同等の出力をもたらします
25569 \begin_inset Foot
25570 status collapsed
25571
25572 \begin_layout Plain Layout
25573 \SpecialChar LyX
25574 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \begin_inset Separator parbreak
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \begin_layout Standard
25587 \align center
25588 \begin_inset Tabular
25589 <lyxtabular version="3" rows="3" columns="2">
25590 <features tabularvalignment="middle">
25591 <column alignment="center" valignment="top" width="0pt">
25592 <column alignment="center" valignment="top" width="0pt">
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 コマンド
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 出力
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 </row>
25613 <row>
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 A
25619 \backslash
25620 sgn(x)+B
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629 \begin_inset Formula $A\sgn(x)+B$
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 </row>
25638 <row>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 A
25644 \backslash
25645 ,
25646 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25647 \end_inset
25648
25649 (x)+B
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 </lyxtabular>
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25676 \end_layout
25677
25678 \begin_layout Subsection
25679 極限
25680 \begin_inset Index idx
25681 status collapsed
25682
25683 \begin_layout Plain Layout
25684 きょくげん@極限
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout Standard
25693 極限用には、
25694 \series bold
25695
25696 \backslash
25697 lim
25698 \series default
25699
25700 \begin_inset Index idx
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704 こまんど@コマンド ! L ! 
25705 \backslash
25706 lim
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \series bold
25713
25714 \backslash
25715 liminf
25716 \series default
25717
25718 \series bold
25719
25720 \backslash
25721 limsup
25722 \series default
25723 の他に、以下の関数があります。
25724 \begin_inset Separator parbreak
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \align center
25732 \begin_inset Tabular
25733 <lyxtabular version="3" rows="5" columns="2">
25734 <features tabularvalignment="middle">
25735 <column alignment="center" valignment="top">
25736 <column alignment="center" valignment="top">
25737 <row>
25738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742 コマンド
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 出力
25752 \begin_inset Note Note
25753 status collapsed
25754
25755 \begin_layout Plain Layout
25756 ここで
25757 \series bold
25758
25759 \backslash
25760 raisebox
25761 \series default
25762 はスペーサーとして使用しているだけです。
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 </row>
25773 <row>
25774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778
25779 \backslash
25780 varliminf
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789 \begin_inset Formula $\varliminf$
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 </row>
25798 <row>
25799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803
25804 \backslash
25805 varlimsup
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 \begin_inset Formula $\varlimsup$
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 </row>
25823 <row>
25824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828
25829 \backslash
25830 varprojlim
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 \begin_inset Formula $\varprojlim$
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 varinjlim
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset Formula $\varinjlim$
25865 \end_inset
25866
25867
25868 \begin_inset Formula $\raisebox{-2.5mm}{}$
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 </row>
25877 </lyxtabular>
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset VSpace medskip
25886 \end_inset
25887
25888 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \align center
25893 \begin_inset Tabular
25894 <lyxtabular version="3" rows="2" columns="2">
25895 <features tabularvalignment="middle">
25896 <column alignment="center" valignment="top" width="0pt">
25897 <column alignment="center" valignment="top" width="0pt">
25898 <row>
25899 <cell alignment="center" valignment="top" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 コマンド
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 <cell alignment="center" valignment="top" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 \begin_inset space \hspace{}
25913 \length 1cm
25914 \end_inset
25915
25916 出力
25917 \begin_inset Note Note
25918 status collapsed
25919
25920 \begin_layout Plain Layout
25921 ここで
25922 \series bold
25923
25924 \backslash
25925 raisebox
25926 \series default
25927 はスペーサーとして使用しているだけです。
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 </row>
25938 <row>
25939 <cell alignment="center" valignment="top" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943
25944 \backslash
25945 lim_x
25946 \backslash
25947 to
25948 \begin_inset space \textvisiblespace{}
25949 \end_inset
25950
25951 A
25952 \begin_inset space \textvisiblespace{}
25953 \end_inset
25954
25955 x=B
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 </lyxtabular>
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25982 \begin_inset Formula 
25983 \[
25984 \lim_{x\to A}x=B
25985 \]
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Standard
25993 \begin_inset VSpace medskip
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 極限の組版を調整する仕方については、第
26001 \begin_inset CommandInset ref
26002 LatexCommand ref
26003 reference "subsec:演算子の範囲"
26004
26005 \end_inset
26006
26007 節をご覧ください。
26008 \end_layout
26009
26010 \begin_layout Subsection
26011 剰余関数
26012 \begin_inset Index idx
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016 かんすう@関数 ! じょうよ@剰余
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \begin_inset Index idx
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026 かんすう@関数 ! もじゅらす@モジュラス
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032 |see{
26033 \end_layout
26034
26035 \end_inset
26036
26037 剰余
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043 }
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 剰余関数は、特別に4つの派生型があります。
26058 \end_layout
26059
26060 \begin_layout Standard
26061 以下は、別行立て数式での派生型です。
26062 \begin_inset Formula 
26063 \begin{align*}
26064 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26065 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26066 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26067 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26068 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26069 \end{align*}
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \begin_layout Standard
26077 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
26078 のように文字を\SpecialChar TeX
26079 括弧で囲みます。
26080 \begin_inset Formula 
26081 \begin{align*}
26082 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
26083 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26084 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
26085 \end{align*}
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Section
26093 特殊文字
26094 \begin_inset Index idx
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098 とくしゅもじ@特殊文字
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
26108 \backslash
26109 を付けなくてはなりません。
26110 \begin_inset Separator parbreak
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 \noindent
26118 \align center
26119 \begin_inset Tabular
26120 <lyxtabular version="3" rows="3" columns="2">
26121 <features tabularvalignment="middle">
26122 <column alignment="block" valignment="top">
26123 <column alignment="block" valignment="top">
26124 <row>
26125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 コマンド
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 出力
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 </row>
26144 <row>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149
26150 \backslash
26151 ^
26152 \begin_inset space \textvisiblespace{}
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 \begin_inset Formula $\mathcircumflex$
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 _
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset Formula $\_$
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 </row>
26198 </lyxtabular>
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Subsection
26206 数式テキストにおける特殊文字
26207 \end_layout
26208
26209 \begin_layout Standard
26210 以下の各コマンドは、数式テキストか\SpecialChar TeX
26211 モード中でのみ使用することができます。
26212 \end_layout
26213
26214 \begin_layout Standard
26215 \begin_inset space \hfill{}
26216 \end_inset
26217
26218
26219 \begin_inset Tabular
26220 <lyxtabular version="3" rows="8" columns="2">
26221 <features tabularvalignment="middle">
26222 <column alignment="block" valignment="top">
26223 <column alignment="block" valignment="top">
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 コマンド
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 出力
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 oe
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Formula $\textrm{œ}$
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274
26275 \backslash
26276 OE
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Formula $\textrm{Œ}$
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 ae
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\textrm{æ}$
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 AE
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset Formula $\textrm{Æ}$
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 aa
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 \begin_inset Formula $\textrm{\aa}$
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374
26375 \backslash
26376 AA
26377 \begin_inset Index idx
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381 A@
26382 \begin_inset ERT
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386
26387
26388 \backslash
26389 textrm{
26390 \backslash
26391 AA}
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 \begin_inset Formula $\textrm{Å}$
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 <row>
26420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \backslash
26426 i
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 \begin_inset Formula $\textrm{ı}$
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 </row>
26444 </lyxtabular>
26445
26446 \end_inset
26447
26448
26449 \begin_inset space \hfill{}
26450 \end_inset
26451
26452
26453 \begin_inset Tabular
26454 <lyxtabular version="3" rows="8" columns="2">
26455 <features tabularvalignment="middle">
26456 <column alignment="block" valignment="top">
26457 <column alignment="center" valignment="top">
26458 <row>
26459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 コマンド
26464 \begin_inset Note Note
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 0
26469 \begin_inset space \thinspace{}
26470 \end_inset
26471
26472 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 出力
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 </row>
26492 <row>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497
26498 \backslash
26499 o
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Formula $\textrm{ø}$
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 O
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Formula $\textrm{Ø}$
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 <row>
26543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547
26548 \backslash
26549 l
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 \begin_inset Formula $\textrm{ł}$
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 </row>
26567 <row>
26568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Plain Layout
26572
26573 \backslash
26574 L
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583 \begin_inset Formula $\textrm{Ł}$
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 !
26598 \begin_inset space \hspace{}
26599 \length 0mm
26600 \end_inset
26601
26602 `
26603 \begin_inset space \textvisiblespace{}
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset Formula $\textrm{!`}$
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 </row>
26624 <row>
26625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 ?
26630 \begin_inset space \hspace{}
26631 \length 0mm
26632 \end_inset
26633
26634 `
26635 \begin_inset space \textvisiblespace{}
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 \begin_inset Formula $\textrm{?`}$
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 <row>
26657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661
26662 \backslash
26663 j
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 \begin_inset Formula $\textrm{ȷ}$
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 </lyxtabular>
26682
26683 \end_inset
26684
26685
26686 \begin_inset space \hfill{}
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \begin_inset Formula $\textrm{\textrm{Å}}$
26694 \end_inset
26695
26696
26697 \begin_inset Formula $\textrm{\textrm{Ø}}$
26698 \end_inset
26699
26700 の各文字は、数式ツールバーボタンの
26701 \begin_inset Info
26702 type  "icon"
26703 arg   "math-insert \\digamma"
26704 \end_inset
26705
26706 からも挿入することができます。
26707 \end_layout
26708
26709 \begin_layout Standard
26710 例外は、
26711 \series bold
26712 !
26713 \begin_inset space \hspace{}
26714 \length 0mm
26715 \end_inset
26716
26717 `
26718 \series default
26719
26720 \series bold
26721 ?
26722 \begin_inset space \hspace{}
26723 \length 0mm
26724 \end_inset
26725
26726 `
26727 \series default
26728 の各コマンドで、これらは直接\SpecialChar LyX
26729 中の本文に入れることができます。
26730 \end_layout
26731
26732 \begin_layout Subsection
26733 文章中のアクセント
26734 \begin_inset CommandInset label
26735 LatexCommand label
26736 name "subsec:文章中のアクセント"
26737
26738 \end_inset
26739
26740
26741 \begin_inset Index idx
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Standard
26754 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26755 モードで入れなくてはなりません。
26756 \end_layout
26757
26758 \begin_layout Standard
26759 \begin_inset space \hfill{}
26760 \end_inset
26761
26762
26763 \begin_inset Tabular
26764 <lyxtabular version="3" rows="8" columns="2">
26765 <features tabularvalignment="middle">
26766 <column alignment="block" valignment="top">
26767 <column alignment="block" valignment="top">
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 コマンド
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782 出力
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 </row>
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793
26794 \backslash
26795
26796 \begin_inset Quotes grd
26797 \end_inset
26798
26799 e
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813
26814 \backslash
26815 "e
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \backslash
26833 `e
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 \begin_inset ERT
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846
26847
26848 \backslash
26849 `e
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 </row>
26860 <row>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865
26866 \backslash
26867 ^
26868 \begin_inset space \textvisiblespace{}
26869 \end_inset
26870
26871 e
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 ^e
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 </row>
26898 <row>
26899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903
26904 \backslash
26905 =e
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914 \begin_inset ERT
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918
26919
26920 \backslash
26921 =e
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 </row>
26932 <row>
26933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937
26938 \backslash
26939 u
26940 \begin_inset space \textvisiblespace{}
26941 \end_inset
26942
26943 e
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 \begin_inset ERT
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 u e
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 </row>
26970 <row>
26971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975
26976 \backslash
26977 b
26978 \begin_inset space \textvisiblespace{}
26979 \end_inset
26980
26981 e
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset ERT
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994
26995
26996 \backslash
26997 b e
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 </row>
27008 <row>
27009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Plain Layout
27013
27014 \backslash
27015 t
27016 \begin_inset space \textvisiblespace{}
27017 \end_inset
27018
27019 ee
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Plain Layout
27028 \begin_inset ERT
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 t ee
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 </row>
27046 </lyxtabular>
27047
27048 \end_inset
27049
27050
27051 \begin_inset space \hfill{}
27052 \end_inset
27053
27054
27055 \begin_inset Tabular
27056 <lyxtabular version="3" rows="8" columns="2">
27057 <features tabularvalignment="middle">
27058 <column alignment="block" valignment="top">
27059 <column alignment="center" valignment="top">
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 コマンド
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 出力
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 </row>
27080 <row>
27081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Plain Layout
27085
27086 \backslash
27087 H
27088 \begin_inset space \textvisiblespace{}
27089 \end_inset
27090
27091 e
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27097 \begin_inset Text
27098
27099 \begin_layout Plain Layout
27100 \begin_inset ERT
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104
27105
27106 \backslash
27107 H e
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 </row>
27118 <row>
27119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27120 \begin_inset Text
27121
27122 \begin_layout Plain Layout
27123
27124 \backslash
27125 'e
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 'e
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 </row>
27152 <row>
27153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157
27158 \backslash
27159 ~e
27160 \begin_inset Index idx
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164 ちるだ@チルダ
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178 \begin_inset ERT
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182
27183
27184 \backslash
27185 ~e
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 </row>
27196 <row>
27197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27198 \begin_inset Text
27199
27200 \begin_layout Plain Layout
27201
27202 \backslash
27203 .e
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212 \begin_inset ERT
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216
27217
27218 \backslash
27219 .e
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 </row>
27230 <row>
27231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235
27236 \backslash
27237 v
27238 \begin_inset space \textvisiblespace{}
27239 \end_inset
27240
27241 e
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250 \begin_inset ERT
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254
27255
27256 \backslash
27257 v e
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 </row>
27268 <row>
27269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273
27274 \backslash
27275 d
27276 \begin_inset space \textvisiblespace{}
27277 \end_inset
27278
27279 e
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288 \begin_inset ERT
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292
27293
27294 \backslash
27295 d e
27296 \end_layout
27297
27298 \end_inset
27299
27300
27301 \end_layout
27302
27303 \end_inset
27304 </cell>
27305 </row>
27306 <row>
27307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Plain Layout
27311
27312 \backslash
27313 c
27314 \begin_inset space \textvisiblespace{}
27315 \end_inset
27316
27317 e
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 c e
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 </row>
27344 </lyxtabular>
27345
27346 \end_inset
27347
27348
27349 \begin_inset space \hfill{}
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \begin_inset VSpace medskip
27357 \end_inset
27358
27359
27360 \series bold
27361
27362 \backslash
27363 t
27364 \series default
27365 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27366 \series bold
27367
27368 \backslash
27369 t
27370 \begin_inset space \textvisiblespace{}
27371 \end_inset
27372
27373 sz
27374 \series default
27375 は、
27376 \begin_inset ERT
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380
27381
27382 \backslash
27383 t sz
27384 \end_layout
27385
27386 \end_inset
27387
27388 となります。
27389 \end_layout
27390
27391 \begin_layout Standard
27392
27393 \series bold
27394 `
27395 \series default
27396  ・
27397 \series bold
27398  '
27399 \series default
27400  ・ 
27401 \series bold
27402 ^
27403 \series default
27404  の各アクセントは、\SpecialChar TeX
27405 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27406 \begin_inset Foot
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \series bold
27417 ~
27418 \series default
27419 を、
27420 \emph on
27421 a
27422 \emph default
27423
27424 \emph on
27425 n
27426 \emph default
27427
27428 \emph on
27429 o
27430 \emph default
27431 といっしょに使うときも同様です。
27432 \end_layout
27433
27434 \begin_layout Standard
27435
27436 \series bold
27437
27438 \backslash
27439 b
27440 \series default
27441
27442 \series bold
27443
27444 \backslash
27445 c
27446 \series default
27447
27448 \series bold
27449
27450 \backslash
27451 d
27452 \series default
27453
27454 \series bold
27455
27456 \backslash
27457 H
27458 \series default
27459
27460 \series bold
27461
27462 \backslash
27463 t
27464 \series default
27465
27466 \series bold
27467
27468 \backslash
27469 u
27470 \series default
27471
27472 \series bold
27473
27474 \backslash
27475 v
27476 \series default
27477 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27478 。第
27479 \begin_inset CommandInset ref
27480 LatexCommand ref
27481 reference "subsec:一文字に付けるアクセント"
27482
27483 \end_inset
27484
27485 節をご参照下さい。
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset VSpace bigskip
27490 \end_inset
27491
27492 さらに、
27493 \series bold
27494
27495 \backslash
27496 textcircled
27497 \series default
27498
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 こまんど@コマンド ! T ! 
27504 \backslash
27505 textcircled
27506 \end_layout
27507
27508 \end_inset
27509
27510 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
27511 \end_layout
27512
27513 \begin_layout Standard
27514 \align center
27515 \begin_inset Tabular
27516 <lyxtabular version="3" rows="3" columns="2">
27517 <features tabularvalignment="middle">
27518 <column alignment="center" valignment="top">
27519 <column alignment="center" valignment="top">
27520 <row>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 コマンド
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Plain Layout
27534 出力
27535 \begin_inset Note Note
27536 status collapsed
27537
27538 \begin_layout Plain Layout
27539 ここで
27540 \series bold
27541
27542 \backslash
27543 raisebox
27544 \series default
27545 はスペーサーとして使用しているだけです。
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561
27562 \backslash
27563 textcircled{w}
27564 \end_layout
27565
27566 \end_inset
27567 </cell>
27568 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27569 \begin_inset Text
27570
27571 \begin_layout Plain Layout
27572 \begin_inset ERT
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576
27577
27578 \backslash
27579 textcircled{w}
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \end_inset
27588 </cell>
27589 </row>
27590 <row>
27591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595
27596 \backslash
27597 Large 
27598 \backslash
27599 textcircled{
27600 \backslash
27601 normalsize
27602 \backslash
27603 protect
27604 \backslash
27605 raisebox{-1.5pt}{W}}
27606 \end_layout
27607
27608 \end_inset
27609 </cell>
27610 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27611 \begin_inset Text
27612
27613 \begin_layout Plain Layout
27614 \begin_inset Formula $\raisebox{4.5mm}{}$
27615 \end_inset
27616
27617
27618 \begin_inset ERT
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622
27623
27624 \backslash
27625 Large 
27626 \backslash
27627 textcircled{
27628 \backslash
27629 normalsize
27630 \backslash
27631 protect
27632 \backslash
27633 raisebox{-1.5pt}W}
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \begin_inset Formula $\raisebox{-2mm}{}$
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 </row>
27648 </lyxtabular>
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27657 \series bold
27658
27659 \backslash
27660 Large
27661 \series default
27662
27663 \begin_inset Foot
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667
27668 \begin_inset CommandInset ref
27669 LatexCommand ref
27670 reference "subsec:書体寸法"
27671
27672 \end_inset
27673
27674 節参照のこと。
27675 \end_layout
27676
27677 \end_inset
27678
27679 で丸の大きさを指定しています。そして
27680 \series bold
27681
27682 \backslash
27683 raisebox
27684 \series default
27685
27686 \begin_inset Foot
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "subsec:枠なしボックス"
27694
27695 \end_inset
27696
27697 節参照のこと。
27698 \end_layout
27699
27700 \end_inset
27701
27702 を使って、文字が真ん中にくるようにしています。
27703 \end_layout
27704
27705 \begin_layout Subsection
27706 古式数字
27707 \begin_inset Index idx
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 こしきすうじ@古式数字
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Standard
27720 古式数字は、
27721 \series bold
27722
27723 \backslash
27724 oldstylenums
27725 \series default
27726
27727 \begin_inset Index idx
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731 こまんど@コマンド ! O ! 
27732 \backslash
27733 oldstylenums
27734 \end_layout
27735
27736 \end_inset
27737
27738 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27739 モード中でも使うことができます。コマンド書式は、
27740 \end_layout
27741
27742 \begin_layout Standard
27743
27744 \series bold
27745
27746 \backslash
27747 oldstylenums{数字}
27748 \end_layout
27749
27750 \begin_layout Standard
27751 です。
27752 \series bold
27753
27754 \backslash
27755 oldstylenums{0123456789}
27756 \series default
27757 というコマンドは、
27758 \begin_inset Formula $\oldstylenums{0123456789}$
27759 \end_inset
27760
27761 のようになります。
27762 \end_layout
27763
27764 \begin_layout Section
27765 数式様式
27766 \begin_inset CommandInset label
27767 LatexCommand label
27768 name "sec:数式様式"
27769
27770 \end_inset
27771
27772
27773 \begin_inset Index idx
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 すうしき@数式 ! ようしき@様式
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Itemize
27786 以下の二つの配置様式があります。
27787 \begin_inset Separator parbreak
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \begin_deeper
27794 \begin_layout Description
27795 中央揃え 事前に定義された標準です。
27796 \end_layout
27797
27798 \begin_layout Description
27799 行頭下げ これを使うには、
27800 \family sans
27801 文書\SpecialChar menuseparator
27802 設定
27803 \family default
27804 メニューの
27805 \family sans
27806 文書クラス
27807 \family default
27808 において、
27809 \series bold
27810 fleqn
27811 \series default
27812 オプションを指定しておかなくてはなりません。
27813 \end_layout
27814
27815 \begin_layout Standard
27816
27817 \series bold
27818 行頭下げ
27819 \series default
27820 を用いる場合には、行頭下げの大きさを
27821 \series bold
27822
27823 \backslash
27824 mathindent
27825 \series default
27826
27827 \begin_inset Index idx
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831 こまんど@コマンド ! M ! 
27832 \backslash
27833 mathindent
27834 \end_layout
27835
27836 \end_inset
27837
27838 の値で調整することができます。これを15
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 mmにするには、\SpecialChar LaTeX
27843 プリアンブルに以下のコマンドを入れておきます。
27844 \end_layout
27845
27846 \begin_layout Standard
27847
27848 \series bold
27849
27850 \backslash
27851 setlength{
27852 \backslash
27853 mathindent}{15mm}
27854 \end_layout
27855
27856 \begin_layout Standard
27857
27858 \series bold
27859
27860 \backslash
27861 mathindent
27862 \series default
27863 を明示的に指定しない場合には、事前に定義されている30
27864 \begin_inset space \thinspace{}
27865 \end_inset
27866
27867 ptが適用されます。
27868 \end_layout
27869
27870 \end_deeper
27871 \begin_layout Itemize
27872 また、以下の二つの連番様式があります。
27873 \begin_inset Separator parbreak
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_deeper
27880 \begin_layout Description
27881 右 事前に定義された標準です。
27882 \end_layout
27883
27884 \begin_layout Description
27885 左 これを使うには、
27886 \family sans
27887 文書\SpecialChar menuseparator
27888 設定
27889 \family default
27890 メニューの
27891 \family sans
27892 文書クラス
27893 \family default
27894 において、
27895 \series bold
27896 leqno
27897 \series default
27898 オプションを指定しておかなくてはなりません。
27899 \end_layout
27900
27901 \end_deeper
27902 \begin_layout Standard
27903
27904 \series bold
27905 fleqn
27906 \series default
27907
27908 \series bold
27909 leqno
27910 \series default
27911 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27912 \end_layout
27913
27914 \begin_layout Standard
27915 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27916 \series bold
27917 中央揃え
27918 \series default
27919 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27920 \begin_inset CommandInset ref
27921 LatexCommand ref
27922 reference "subsec:flalign環境"
27923
27924 \end_inset
27925
27926 節をご覧下さい。
27927 \end_layout
27928
27929 \begin_layout Section
27930 多行数式
27931 \begin_inset CommandInset label
27932 LatexCommand label
27933 name "sec:多行数式"
27934
27935 \end_inset
27936
27937
27938 \begin_inset Index idx
27939 status collapsed
27940
27941 \begin_layout Plain Layout
27942 すうしき@数式 ! たぎょう@多行
27943 \begin_inset space \thinspace{}
27944 \end_inset
27945
27946 ——
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Subsection
27955 概要
27956 \end_layout
27957
27958 \begin_layout Standard
27959 \SpecialChar LyX
27960 では、多行数式は、数式中で
27961 \begin_inset Info
27962 type  "shortcut"
27963 arg   "newline-insert newline"
27964 \end_inset
27965
27966 を押すことで作られます。この操作によって、第
27967 \begin_inset CommandInset ref
27968 LatexCommand ref
27969 reference "subsec:eqnarray環境"
27970
27971 \end_inset
27972
27973 節に述べられている
27974 \series bold
27975 eqnarray環境
27976 \series default
27977 が作り出されるか、あるいは文書設定で
27978 \family sans
27979 AMS mathパッケージを使う
27980 \family default
27981 オプションが選択されている場合には、第
27982 \begin_inset CommandInset ref
27983 LatexCommand ref
27984 reference "subsec:標準align環境"
27985
27986 \end_inset
27987
27988 節に述べられている
27989 \series bold
27990 align環境
27991 \series default
27992 が作り出されることになります。
27993 \end_layout
27994
27995 \begin_layout Standard
27996 他にも、
27997 \family sans
27998 挿入\SpecialChar menuseparator
27999 数式
28000 \family default
28001 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28002 \end_layout
28003
28004 \begin_layout Standard
28005 すべての多行数式において、新規行は、
28006 \begin_inset Info
28007 type  "shortcut"
28008 arg   "newline-insert newline"
28009 \end_inset
28010
28011 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28012 \begin_inset Info
28013 type  "icon"
28014 arg   "inset-modify tabular append-row"
28015 \end_inset
28016
28017
28018 \begin_inset Info
28019 type  "icon"
28020 arg   "inset-modify tabular delete-row"
28021 \end_inset
28022
28023 を使うか、
28024 \family sans
28025 編集\SpecialChar menuseparator
28026 行と列
28027 \family default
28028 メニューを使うことができます。
28029 \end_layout
28030
28031 \begin_layout Subsubsection
28032 行間
28033 \begin_inset CommandInset label
28034 LatexCommand label
28035 name "subsec:行間"
28036
28037 \end_inset
28038
28039
28040 \begin_inset Index idx
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 すうしき@数式 ! たぎょう@多行
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 —— ! ぎょうかん@行間
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28058 \begin_inset Formula 
28059 \begin{eqnarray*}
28060 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}\\
28061 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
28062 \end{eqnarray*}
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Standard
28070 \SpecialChar LaTeX
28071 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
28072 には実装されていない
28073 \begin_inset Foot
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 \begin_inset CommandInset href
28078 LatexCommand href
28079 name "LyX-bug #1505"
28080 target "http://www.lyx.org/trac/ticket/1505"
28081
28082 \end_inset
28083
28084 を参照。
28085 \end_layout
28086
28087 \end_inset
28088
28089 ので、数式全体を\SpecialChar TeX
28090 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28091 \series bold
28092
28093 \backslash
28094
28095 \backslash
28096 [3mm]
28097 \series default
28098 というコマンドを入れます。すると、次のようになります。
28099 \begin_inset ERT
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103
28104
28105 \backslash
28106 begin{eqnarray*}
28107 \end_layout
28108
28109 \begin_layout Plain Layout
28110
28111 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28112  = & 
28113 \backslash
28114 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28115 \backslash
28116
28117 \backslash
28118 [3mm]
28119 \end_layout
28120
28121 \begin_layout Plain Layout
28122
28123 4x^{2}
28124 \backslash
28125 left(B^{2}+x_{0}^{2}
28126 \backslash
28127 right)+4x_{0}x
28128 \backslash
28129 left(D-B^{2}
28130 \backslash
28131 right)+B^{2}
28132 \backslash
28133 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28134 \backslash
28135 right) & = & 0
28136 \end_layout
28137
28138 \begin_layout Plain Layout
28139
28140
28141 \backslash
28142 end{eqnarray*}
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 \begin_inset VSpace bigskip
28152 \end_inset
28153
28154 同一数式内のすべての行の行間を一律に指定するには、
28155 \series bold
28156
28157 \backslash
28158 jot
28159 \series default
28160
28161 \begin_inset Index idx
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 こまんど@コマンド ! J ! 
28166 \backslash
28167 jot
28168 \end_layout
28169
28170 \end_inset
28171
28172 変数を変更します。定義は、
28173 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
28174 \end_inset
28175
28176 となっています。
28177 \series bold
28178
28179 \backslash
28180 jot
28181 \series default
28182 の既定値は、3
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 ptです。上記の例のように、行間を3
28187 \begin_inset space \thinspace{}
28188 \end_inset
28189
28190 mm追加するには、
28191 \end_layout
28192
28193 \begin_layout Standard
28194
28195 \series bold
28196
28197 \backslash
28198 setlength{
28199 \backslash
28200 jot}{3mm+3pt}
28201 \end_layout
28202
28203 \begin_layout Standard
28204 というコマンドを、数式直前に\SpecialChar TeX
28205 モードで入れておきます。これを行うには、\SpecialChar LaTeX
28206 プリアンブルに
28207 \end_layout
28208
28209 \begin_layout Standard
28210
28211 \series bold
28212
28213 \backslash
28214 usepackage{calc}
28215 \end_layout
28216
28217 \begin_layout Standard
28218 という行を入れて、\SpecialChar LaTeX
28219 パッケージ
28220 \series bold
28221 calc
28222 \series default
28223
28224 \begin_inset Foot
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228
28229 \series bold
28230 calc
28231 \series default
28232 は標準的な\SpecialChar LaTeX
28233 頒布版のすべてに付属しています。
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \begin_inset Index idx
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 ぱっけーじ@パッケージ ! calc
28244 \end_layout
28245
28246 \end_inset
28247
28248  を読み込んでおく必要があります。すると、
28249 \begin_inset ERT
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253
28254
28255 \backslash
28256 setlength{
28257 \backslash
28258 jot}{3mm+3pt}
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \begin_inset Formula 
28265 \begin{eqnarray*}
28266 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}\\
28267 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
28268 \end{eqnarray*}
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \begin_inset ERT
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280
28281
28282 \backslash
28283 setlength{
28284 \backslash
28285 jot}{3pt}
28286 \end_layout
28287
28288 \end_inset
28289
28290 のような結果を得ます。行間を既定値に戻すには、
28291 \series bold
28292
28293 \backslash
28294 jot
28295 \series default
28296 をふたたび3
28297 \begin_inset space \thinspace{}
28298 \end_inset
28299
28300 ptに戻します。
28301 \end_layout
28302
28303 \begin_layout Subsubsection
28304 列間
28305 \begin_inset CommandInset label
28306 LatexCommand label
28307 name "subsec:列間"
28308
28309 \end_inset
28310
28311
28312 \begin_inset Index idx
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316 すうしき@数式 ! たぎょう@多行
28317 \begin_inset space \thinspace{}
28318 \end_inset
28319
28320 —— ! れつかん@列間
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28330
28331 \end_layout
28332
28333 \begin_layout Standard
28334 列間は、
28335 \series bold
28336
28337 \backslash
28338 arraycolsep
28339 \series default
28340
28341 \begin_inset Index idx
28342 status collapsed
28343
28344 \begin_layout Plain Layout
28345 こまんど@コマンド ! A ! 
28346 \backslash
28347 arraycolsep
28348 \end_layout
28349
28350 \end_inset
28351
28352 変数を使って指定し、
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356 列間 = 2
28357 \begin_inset space \thinspace{}
28358 \end_inset
28359
28360
28361 \series bold
28362
28363 \backslash
28364 arraycolsep
28365 \series default
28366
28367 \begin_inset Newline newline
28368 \end_inset
28369
28370 という関係があります。したがって、
28371 \end_layout
28372
28373 \begin_layout Standard
28374
28375 \series bold
28376
28377 \backslash
28378 setlength{
28379 \backslash
28380 arraycolsep}{1cm}
28381 \end_layout
28382
28383 \begin_layout Standard
28384 というコマンドを\SpecialChar TeX
28385 モードで入れると、ここから後のすべての数式の列間が2
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389 cmになります。これを既定値に戻すには、
28390 \series bold
28391
28392 \backslash
28393 arraycolsep
28394 \series default
28395 を5
28396 \begin_inset space \thinspace{}
28397 \end_inset
28398
28399 ptに戻して下さい。
28400 \end_layout
28401
28402 \begin_layout Standard
28403 以下は、2
28404 \begin_inset space \thinspace{}
28405 \end_inset
28406
28407 cmの列間を持つ数式です。
28408 \begin_inset ERT
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412
28413
28414 \backslash
28415 setlength{
28416 \backslash
28417 arraycolsep}{1cm}
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \begin_inset Formula 
28424 \begin{eqnarray*}
28425 A & = & B\\
28426 C & \ne & A
28427 \end{eqnarray*}
28428
28429 \end_inset
28430
28431 行列の既定の列間10
28432 \begin_inset space \thinspace{}
28433 \end_inset
28434
28435 ptを持つ数式です。
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 setlength{
28444 \backslash
28445 arraycolsep}{5pt}
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \begin_inset Formula 
28452 \begin{eqnarray*}
28453 A & = & B\\
28454 C & \ne & A
28455 \end{eqnarray*}
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Subsubsection
28463 長い数式
28464 \begin_inset Index idx
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468 すうしき@数式 ! ながい@長い
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Standard
28477 長い数式は、以下の方法を使って組版することができます。
28478 \end_layout
28479
28480 \begin_layout Itemize
28481 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28482 \begin_inset Formula 
28483 \begin{eqnarray}
28484 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 \\
28485  &  & -\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}
28486 \end{eqnarray}
28487
28488 \end_inset
28489
28490 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28491 示されません。これを避けるために、マイナス記号の後に
28492 \series bold
28493
28494 \backslash
28495 hspace
28496 \series default
28497 .
28498 \begin_inset Foot
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502
28503 \series bold
28504
28505 \backslash
28506 hspace
28507 \series default
28508 に関しての詳細は、第
28509 \begin_inset CommandInset ref
28510 LatexCommand ref
28511 reference "subsec:可変長の空白"
28512
28513 \end_inset
28514
28515 節をご覧下さい。
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \begin_inset Index idx
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525 こまんど@コマンド ! H ! 
28526 \backslash
28527 hspace
28528 \end_layout
28529
28530 \end_inset
28531
28532 コマンドを使って3
28533 \begin_inset space \thinspace{}
28534 \end_inset
28535
28536 pt空白を入れてあります。
28537 \end_layout
28538
28539 \begin_layout Itemize
28540 数式の両辺がともに長すぎるときには、
28541 \series bold
28542
28543 \backslash
28544 lefteqn
28545 \series default
28546
28547 \begin_inset Index idx
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 こまんど@コマンド ! L ! 
28552 \backslash
28553 lefteqn
28554 \end_layout
28555
28556 \end_inset
28557
28558 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28559 \begin_inset Formula 
28560 \begin{eqnarray}
28561 \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 \\
28562  &  & -\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 \\
28563  &  & =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}
28564 \end{eqnarray}
28565
28566 \end_inset
28567
28568
28569 \series bold
28570
28571 \backslash
28572 lefteqn
28573 \series default
28574 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28579 \begin_inset VSpace medskip
28580 \end_inset
28581
28582
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586
28587 \begin_inset Note Greyedout
28588 status open
28589
28590 \begin_layout Plain Layout
28591
28592 \series bold
28593
28594 \backslash
28595 lefteqn
28596 \series default
28597 を使用する際には、以下のことにご注意下さい。
28598 \end_layout
28599
28600 \begin_layout Itemize
28601 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28602 \begin_inset Formula $-B^{2}$
28603 \end_inset
28604
28605 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28606 \end_layout
28607
28608 \begin_layout Itemize
28609 \SpecialChar LyX
28610 のバグによって、最初の行にマウスでカーソルを入れることはできません
28611 \begin_inset Foot
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 \begin_inset CommandInset href
28616 LatexCommand href
28617 name "LyX-bug #1429"
28618 target "http://www.lyx.org/trac/ticket/1429"
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \end_inset
28626
28627 。カーソルを行頭に合わせて、矢印
28628 \begin_inset Flex Ruby
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632
28633 \begin_inset Argument post:1
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 キー
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \end_inset
28646
28647 で移動するしかありません。
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Itemize
28656 長い数式を組む他の方法として、第
28657 \begin_inset CommandInset ref
28658 LatexCommand ref
28659 reference "subsec:multline環境"
28660
28661 \end_inset
28662
28663 節と第
28664 \begin_inset CommandInset ref
28665 LatexCommand ref
28666 reference "subsec:数式の一部の多行化"
28667
28668 \end_inset
28669
28670 節で述べられている環境を用いる方法があります。
28671 \end_layout
28672
28673 \begin_layout Subsubsection
28674 多行にわたる分数
28675 \begin_inset CommandInset label
28676 LatexCommand label
28677 name "subsec:多行にわたる分数"
28678
28679 \end_inset
28680
28681
28682 \begin_inset Index idx
28683 status open
28684
28685 \begin_layout Plain Layout
28686 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28696 \series bold
28697
28698 \backslash
28699 splitfrac
28700 \series default
28701 コマンド
28702 \begin_inset Index idx
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 こまんど@コマンド ! S ! 
28707 \backslash
28708 splitfrac
28709 \end_layout
28710
28711 \end_inset
28712
28713 を使うことができます。これを有効化するには、文書設定の
28714 \family sans
28715 数式オプション
28716 \family default
28717 で、
28718 \series bold
28719 mathtools
28720 \series default
28721 パッケージ
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 ぱっけーじ@パッケージ ! mathtools
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \family sans
28733 常に読み込み
28734 \family default
28735 オプションを指定してください。
28736 \series bold
28737
28738 \backslash
28739 splitfrac
28740 \series default
28741 のスキームは
28742 \end_layout
28743
28744 \begin_layout Standard
28745
28746 \series bold
28747
28748 \backslash
28749 splitfrac{1行目}{2行目}
28750 \end_layout
28751
28752 \begin_layout Standard
28753 となっており、分母にも分子にも使うことができます。
28754 \end_layout
28755
28756 \begin_layout Standard
28757 \begin_inset Formula 
28758 \[
28759 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}
28760 \]
28761
28762 \end_inset
28763
28764 上記の最初の分子に使われているコマンドは、
28765 \end_layout
28766
28767 \begin_layout Standard
28768
28769 \series bold
28770
28771 \backslash
28772 splitfrac{xy+xy+xy+xy+xy
28773 \begin_inset space \textvisiblespace{}
28774 \end_inset
28775
28776
28777 \backslash
28778 {+wy+wy+wy+wy
28779 \end_layout
28780
28781 \begin_layout Standard
28782 です。
28783 \end_layout
28784
28785 \begin_layout Subsubsection
28786 多行にわたる括弧
28787 \begin_inset CommandInset label
28788 LatexCommand label
28789 name "subsec:多行にわたる括弧"
28790
28791 \end_inset
28792
28793
28794 \begin_inset Index idx
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28808 \begin_inset Formula 
28809 \begin{eqnarray*}
28810 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28811  &  & \left.\cdots+B-D\right]
28812 \end{eqnarray*}
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28821 \end_layout
28822
28823 \begin_layout Standard
28824 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28825 \series bold
28826
28827 \backslash
28828 right.
28829 \series default
28830
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 こまんど@コマンド ! R ! 
28836 \backslash
28837 right
28838 \end_layout
28839
28840 \end_inset
28841
28842 とし、二行めの始めを
28843 \series bold
28844
28845 \backslash
28846 left.
28847 \begin_inset Foot
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852 \series bold
28853
28854 \backslash
28855 left
28856 \series default
28857
28858 \series bold
28859
28860 \backslash
28861 right
28862 \series default
28863 に関する詳細は、第
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "subsec:自動の括弧丈"
28867
28868 \end_inset
28869
28870 節をご覧下さい。
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \series default
28877
28878 \begin_inset Index idx
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882 こまんど@コマンド ! L ! 
28883 \backslash
28884 left
28885 \end_layout
28886
28887 \end_inset
28888
28889 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28890 \series bold
28891
28892 \backslash
28893 left.
28894 \series default
28895 の後に、
28896 \series bold
28897
28898 \backslash
28899 vphantom
28900 \series default
28901
28902 \begin_inset space \textvisiblespace{}
28903 \end_inset
28904
28905
28906 \series bold
28907
28908 \backslash
28909 prod
28910 \series default
28911 ^
28912 \begin_inset space \textvisiblespace{}
28913 \end_inset
28914
28915
28916 \series bold
28917
28918 \backslash
28919 infty
28920 \series default
28921
28922 \begin_inset space \textvisiblespace{}
28923 \end_inset
28924
28925
28926 \series bold
28927
28928 \begin_inset Formula $\downarrow$
28929 \end_inset
28930
28931 _R=1}
28932 \series default
28933
28934 \begin_inset Index idx
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 こまんど@コマンド ! V ! 
28939 \backslash
28940 vphantom
28941 \end_layout
28942
28943 \end_inset
28944
28945 というコマンドを挿入します。
28946 \end_layout
28947
28948 \begin_layout Standard
28949 その結果が以下の数式です。
28950 \begin_inset Formula 
28951 \begin{eqnarray*}
28952 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28953  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28954 \end{eqnarray*}
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Subsection
28962 align環境
28963 \end_layout
28964
28965 \begin_layout Standard
28966 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28967 \end_layout
28968
28969 \begin_layout Standard
28970 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28971 \end_layout
28972
28973 \begin_layout Standard
28974 align環境は、
28975 \family sans
28976 挿入\SpecialChar menuseparator
28977 数式
28978 \family default
28979 メニューから作ることができます。
28980 \family sans
28981 編集\SpecialChar menuseparator
28982 数式\SpecialChar menuseparator
28983 数式の表記を変更
28984 \family default
28985 メニューを使えば、既存の数式をalign環境に変更することができます。
28986 \end_layout
28987
28988 \begin_layout Standard
28989 列を追加したり削除したりするには、数式ツールバーボタンの
28990 \begin_inset Info
28991 type  "icon"
28992 arg   "inset-modify tabular append-column"
28993 \end_inset
28994
28995
28996 \begin_inset Info
28997 type  "icon"
28998 arg   "inset-modify tabular delete-column"
28999 \end_inset
29000
29001 を使うか、
29002 \family sans
29003 編集\SpecialChar menuseparator
29004 行と列
29005 \family default
29006 メニューを使います。
29007 \end_layout
29008
29009 \begin_layout Subsubsection
29010 標準align環境
29011 \begin_inset CommandInset label
29012 LatexCommand label
29013 name "subsec:標準align環境"
29014
29015 \end_inset
29016
29017
29018 \begin_inset Index idx
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 すうしき@数式 ! たぎょう@多行
29023 \begin_inset space \thinspace{}
29024 \end_inset
29025
29026 —— ! alignかんきょう@align環境
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Standard
29035 このalign環境は、数式中で
29036 \begin_inset Info
29037 type  "shortcut"
29038 arg   "newline-insert newline"
29039 \end_inset
29040
29041 を押すか、
29042 \family sans
29043 挿入\SpecialChar menuseparator
29044 数式\SpecialChar menuseparator
29045 AMS align環境
29046 \family default
29047 メニューで作ることができます。
29048 \end_layout
29049
29050 \begin_layout Standard
29051 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29052 \begin_inset Formula 
29053 \begin{align*}
29054 A & =\sin(B) & C & =D\\
29055 C & \ne A & B & \ne D
29056 \end{align*}
29057
29058 \end_inset
29059
29060 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29061 \series bold
29062
29063 \backslash
29064 hfill
29065 \begin_inset Foot
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070 \series bold
29071
29072 \backslash
29073 hfill
29074 \series default
29075 に関する詳細は、第
29076 \begin_inset CommandInset ref
29077 LatexCommand ref
29078 reference "subsec:可変長の空白"
29079
29080 \end_inset
29081
29082 節をご覧下さい。
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \series default
29089 があるかのように配置されます。数式様式として
29090 \series bold
29091 行頭下げ
29092 \begin_inset Foot
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096
29097 \series bold
29098 数式様式については、第
29099 \series default
29100
29101 \begin_inset CommandInset ref
29102 LatexCommand ref
29103 reference "sec:数式様式"
29104
29105 \end_inset
29106
29107 節をご覧下さい。
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \series default
29114 を使う場合には、第一列の前の
29115 \series bold
29116
29117 \backslash
29118 hfill
29119 \series default
29120 はない形で数式が設定されます。
29121 \end_layout
29122
29123 \begin_layout Subsubsection
29124 alignat環境
29125 \begin_inset Index idx
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 すうしき@数式 ! たぎょう@多行
29130 \begin_inset space \thinspace{}
29131 \end_inset
29132
29133 —— ! alignatかんきょう@alignat環境
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29143 \begin_inset CommandInset ref
29144 LatexCommand ref
29145 reference "subsec:空白"
29146
29147 \end_inset
29148
29149 節に述べられている空白を使用して手動で入れます。
29150 \end_layout
29151
29152 \begin_layout Standard
29153 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29154 \begin_inset space \thinspace{}
29155 \end_inset
29156
29157 cmの空白を入れたものです。
29158 \begin_inset Formula 
29159 \begin{alignat*}{2}
29160 A & =\sin(B) & \hspace{1cm}C & =D\\
29161 C & \ne A & B & \ne D
29162 \end{alignat*}
29163
29164 \end_inset
29165
29166 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29167 \end_layout
29168
29169 \begin_layout Subsubsection
29170 flalign環境
29171 \begin_inset CommandInset label
29172 LatexCommand label
29173 name "subsec:flalign環境"
29174
29175 \end_inset
29176
29177
29178 \begin_inset Index idx
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 すうしき@数式 ! たぎょう@多行
29183 \begin_inset space \thinspace{}
29184 \end_inset
29185
29186 —— ! flalignかんきょう@flalign環境
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29196 \begin_inset Formula 
29197 \begin{flalign*}
29198 A & =1 & B & =2 & C & =3\\
29199 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29200 \end{flalign*}
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
29209 括弧を入れておくと、数式様式として
29210 \series bold
29211 中央揃え
29212 \series default
29213 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29214 \begin_inset CommandInset ref
29215 LatexCommand eqref
29216 reference "eq:VolInt"
29217
29218 \end_inset
29219
29220 式を行頭下げにしたものです。
29221 \begin_inset Formula 
29222 \begin{flalign}
29223 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29224 \end{flalign}
29225
29226 \end_inset
29227
29228 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29229 \begin_inset space \thinspace{}
29230 \end_inset
29231
29232 ptの空白が第1列の頭に入れてあります。
29233 \end_layout
29234
29235 \begin_layout Subsection
29236 eqnarray環境
29237 \begin_inset CommandInset label
29238 LatexCommand label
29239 name "subsec:eqnarray環境"
29240
29241 \end_inset
29242
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 すうしき@数式 ! たぎょう@多行
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 —— ! eqnarrayかんきょう@eqnarray環境
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29262 いるので、その内容は中央揃えで少し小さく設定されます。
29263 \begin_inset Formula 
29264 \begin{eqnarray*}
29265 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29266 AB & AB & AB\\
29267 A & = & A
29268 \end{eqnarray*}
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \begin_layout Subsection
29276 gather環境
29277 \begin_inset Index idx
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 すうしき@数式 ! たぎょう@多行
29282 \begin_inset space \thinspace{}
29283 \end_inset
29284
29285 —— ! gatherかんきょう@gather環境
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29295 \begin_inset Formula 
29296 \begin{gather}
29297 A=1\\
29298 X=\textrm{-}1
29299 \end{gather}
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Subsection
29307 multline環境
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "subsec:multline環境"
29311
29312 \end_inset
29313
29314
29315 \begin_inset Index idx
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 すうしき@数式 ! たぎょう@多行
29320 \begin_inset space \thinspace{}
29321 \end_inset
29322
29323 —— ! multlineかんきょう@multpline環境
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29333 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29334 \begin_inset CommandInset ref
29335 LatexCommand eqref
29336 reference "eq:lefteqn"
29337
29338 \end_inset
29339
29340 式をmultline環境に置いたものを示します。
29341 \begin_inset Formula 
29342 \begin{multline}
29343 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}\\
29344 -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}\\
29345 =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}}
29346 \end{multline}
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29355 \begin_inset Foot
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359 付番様式については、第
29360 \begin_inset CommandInset ref
29361 LatexCommand ref
29362 reference "sec:数式様式"
29363
29364 \end_inset
29365
29366 節を参照。
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375
29376 \series bold
29377
29378 \backslash
29379 shoveright
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 こまんど@コマンド ! S ! 
29385 \backslash
29386 shoveright
29387 \end_layout
29388
29389 \end_inset
29390
29391 コマンドや
29392 \backslash
29393 shoveleft
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 こまんど@コマンド ! S ! 
29399 \backslash
29400 shoveleft
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \series default
29407 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29408 \end_layout
29409
29410 \begin_layout Standard
29411
29412 \series bold
29413
29414 \backslash
29415 shoveright{行の内容}
29416 \series default
29417 あるいは
29418 \series bold
29419
29420 \backslash
29421 shoveleft{行の内容}
29422 \end_layout
29423
29424 \begin_layout Standard
29425 \begin_inset VSpace medskip
29426 \end_inset
29427
29428
29429 \series bold
29430
29431 \backslash
29432 multlinegap
29433 \begin_inset Index idx
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 こまんど@コマンド ! M ! 
29438 \backslash
29439 multlinegap
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \series default
29446 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29447 \begin_inset space \thinspace{}
29448 \end_inset
29449
29450 ptの長さです。
29451 \end_layout
29452
29453 \begin_layout Standard
29454 以下は、上記の数式に
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460
29461 \backslash
29462 setlength{
29463 \backslash
29464 multlinegap}{2cm}
29465 \end_layout
29466
29467 \begin_layout Standard
29468 というコマンドを、\SpecialChar TeX
29469 モードで直前に挿入した例です。
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475
29476 \backslash
29477 setlength{
29478 \backslash
29479 multlinegap}{2cm}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset Formula 
29486 \begin{multline}
29487 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}\\
29488 \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}}\\
29489 =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}}
29490 \end{multline}
29491
29492 \end_inset
29493
29494
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 setlength{
29503 \backslash
29504 multlinegap}{0pt}
29505 \end_layout
29506
29507 \end_inset
29508
29509 二行めは、
29510 \series bold
29511
29512 \backslash
29513 shoveleft
29514 \series default
29515 を使って左揃えにしています。
29516 \end_layout
29517
29518 \begin_layout Subsection
29519 数式の一部の多行化
29520 \begin_inset CommandInset label
29521 LatexCommand label
29522 name "subsec:数式の一部の多行化"
29523
29524 \end_inset
29525
29526
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 すうしき@数式 ! たぎょう@多行
29532 \begin_inset space \thinspace{}
29533 \end_inset
29534
29535 —— ! すうしきのいちぶ@数式の一部
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \end_layout
29542
29543 \begin_layout Standard
29544 数式の一部分のみを多行表示したい場合には、
29545 \series bold
29546 aligned
29547 \series default
29548
29549 \series bold
29550 alignedat
29551 \series default
29552
29553 \series bold
29554 gathered
29555 \series default
29556
29557 \series bold
29558 split
29559 \series default
29560 のうちのいずれかの環境を使用します。これらは、
29561 \family sans
29562 挿入\SpecialChar menuseparator
29563 数式
29564 \family default
29565 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29566 \end_layout
29567
29568 \begin_layout Standard
29569 最初の三つの環境は、環境名から
29570 \series bold
29571 ed
29572 \series default
29573 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29574 \begin_inset Formula 
29575 \[
29576 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29577 \Delta E\Delta t & \ge\frac{\hbar}{2}
29578 \end{aligned}
29579 \right\} \textrm{不確定性原理}
29580 \]
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588 この数式を作るには、別行立て数式をまず作っておいて、そこに
29589 \series bold
29590
29591 \backslash
29592 aligned
29593 \begin_inset Index idx
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 こまんど@コマンド ! A ! 
29598 \backslash
29599 aligned
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \series default
29606 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29607 ます。
29608 \end_layout
29609
29610 \begin_layout Standard
29611 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29612 に配置できる利点があります。以下に例として、
29613 \begin_inset CommandInset ref
29614 LatexCommand eqref
29615 reference "eq:shortlong"
29616
29617 \end_inset
29618
29619 式にaligned環境を適用したものを示します。
29620 \begin_inset Formula 
29621 \begin{equation}
29622 \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}|}\\
29623  & -\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}|}
29624 \end{aligned}
29625 \end{equation}
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633
29634 \series bold
29635 alignedat
29636 \series default
29637
29638 \series bold
29639 gathered
29640 \series default
29641
29642 \series bold
29643 split
29644 \series default
29645 の各環境を使うには、それぞれ
29646 \series bold
29647
29648 \backslash
29649 alignedat
29650 \series default
29651
29652 \begin_inset Index idx
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656 こまんど@コマンド ! A ! 
29657 \backslash
29658 alignedat
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \series bold
29665
29666 \backslash
29667 gathered
29668 \series default
29669
29670 \begin_inset Index idx
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674 こまんど@コマンド ! G ! 
29675 \backslash
29676 gathered
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \series bold
29683
29684 \backslash
29685 split
29686 \series default
29687
29688 \begin_inset Index idx
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 こまんど@コマンド ! S ! 
29693 \backslash
29694 split
29695 \end_layout
29696
29697 \end_inset
29698
29699 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29700 \end_layout
29701
29702 \begin_layout Subsection
29703 多行数式中のテキスト
29704 \begin_inset CommandInset label
29705 LatexCommand label
29706 name "subsec:多行数式中のテキスト"
29707
29708 \end_inset
29709
29710
29711 \begin_inset Index idx
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Index idx
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725 すうしき @ 数式 ! たぎょう @ 多行
29726 \begin_inset space \thinspace{}
29727 \end_inset
29728
29729 —— ! てきすと @ テキスト
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \end_layout
29736
29737 \begin_layout Standard
29738 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29739 式を持つ
29740 \series bold
29741
29742 \backslash
29743 intertext
29744 \series default
29745
29746 \begin_inset Index idx
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 こまんど@コマンド ! I ! 
29751 \backslash
29752 intertext
29753 \end_layout
29754
29755 \end_inset
29756
29757 コマンドを使います。
29758 \end_layout
29759
29760 \begin_layout Standard
29761
29762 \series bold
29763
29764 \backslash
29765 intertext{テキスト}
29766 \end_layout
29767
29768 \begin_layout Standard
29769 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29770 は、現時点では
29771 \series bold
29772
29773 \backslash
29774 intertext
29775 \series default
29776 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29777 \series bold
29778
29779 \backslash
29780 intertext
29781 \series default
29782 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29783 \begin_inset Formula 
29784 \begin{align}
29785 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29786 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29787 \end{align}
29788
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 intertext
29800 \series default
29801 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29802 \family sans
29803 数式オプション
29804 \family default
29805
29806 \series bold
29807 mathtools
29808 \series default
29809
29810 \begin_inset Index idx
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814 ぱっけーじ@パッケージ ! mathtools
29815 \end_layout
29816
29817 \end_inset
29818
29819 パッケージを
29820 \family sans
29821 常に読み込み
29822 \family default
29823 に設定してください。そうすると、以下のように、
29824 \series bold
29825
29826 \backslash
29827 intertext
29828 \series default
29829 の代わりに
29830 \series bold
29831
29832 \backslash
29833 shortintertext
29834 \series default
29835
29836 \begin_inset Index idx
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840 こまんど@コマンド ! S ! 
29841 \backslash
29842 shortintertext
29843 \end_layout
29844
29845 \end_inset
29846
29847 コマンドを使うことができます。
29848 \begin_inset Formula 
29849 \begin{align}
29850 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29851 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29852 \end{align}
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Section
29860 数式番号
29861 \begin_inset Index idx
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 すうしきばんごう@数式番号
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \begin_inset Index idx
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875 すうしき@数式 ! ばんごう@番号
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 |see{
29882 \end_layout
29883
29884 \end_inset
29885
29886 数式番号
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892 }
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Subsection
29906 概要
29907 \end_layout
29908
29909 \begin_layout Standard
29910 付番数式は、
29911 \family sans
29912 挿入\SpecialChar menuseparator
29913 数式\SpecialChar menuseparator
29914 付番数式
29915 \family default
29916 メニュー(
29917 \begin_inset Flex Ruby
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 捷径
29922 \begin_inset Argument post:1
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926 ショートカット
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \family sans
29938 Ctrl+Alt
29939 \begin_inset space ~
29940 \end_inset
29941
29942 N
29943 \family default
29944 )で作ることができます。既存の数式に番号を振るには、
29945 \family sans
29946 編集\SpecialChar menuseparator
29947 数式\SpecialChar menuseparator
29948 数式全体を付番
29949 \family default
29950 メニュー(捷径:
29951 \begin_inset Info
29952 type  "shortcut"
29953 arg   "math-number-toggle"
29954 \end_inset
29955
29956 )を使います。\SpecialChar LyX
29957 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29958 \end_layout
29959
29960 \begin_layout Standard
29961 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29962 \family sans
29963 編集\SpecialChar menuseparator
29964 数式\SpecialChar menuseparator
29965 この行を付番
29966 \family default
29967 メニュー(捷径:
29968 \begin_inset Info
29969 type  "shortcut"
29970 arg   "math-number-line-toggle"
29971 \end_inset
29972
29973 )を使用すれば、各行毎に付番するかどうか指定することができます。
29974 \end_layout
29975
29976 \begin_layout Standard
29977 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29978 \begin_inset CommandInset ref
29979 LatexCommand ref
29980 reference "sec:数式様式"
29981
29982 \end_inset
29983
29984 節をご覧下さい。
29985 \end_layout
29986
29987 \begin_layout Subsection
29988 相互参照
29989 \begin_inset Index idx
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993 そうごさんしょう@相互参照 ! すうしきへの@数式への
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \begin_layout Standard
30002 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
30003 \family sans
30004 挿入\SpecialChar menuseparator
30005 ラベル
30006 \family default
30007 メニューか、ツールバーボタンの
30008 \begin_inset Info
30009 type  "icon"
30010 arg   "label-insert"
30011 \end_inset
30012
30013 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
30014 \series bold
30015 eq:と
30016 \series default
30017 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
30018 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
30019 \family sans
30020 挿入\SpecialChar menuseparator
30021 ラベル
30022 \family default
30023 メニューをもういちど使って下さい。
30024 \end_layout
30025
30026 \begin_layout Standard
30027 \SpecialChar LyX
30028 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
30029 \end_layout
30030
30031 \begin_layout Standard
30032 相互参照は、
30033 \family sans
30034 挿入\SpecialChar menuseparator
30035 相互参照
30036 \family default
30037 メニューかツールバーボタンの
30038 \begin_inset Info
30039 type  "icon"
30040 arg   "dialog-show-new-inset ref"
30041 \end_inset
30042
30043 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
30044 \series bold
30045 (<参照>)
30046 \series default
30047 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
30048 \begin_inset Newline newline
30049 \end_inset
30050
30051 \SpecialChar LyX
30052 中で相互参照を右クリックすると、参照先の数式に移動することができます。
30053 \end_layout
30054
30055 \begin_layout Standard
30056 以下は、後の各小節に現れる数式への相互参照を含む例です。
30057 \begin_inset Note Note
30058 status open
30059
30060 \begin_layout Plain Layout
30061 相互参照の型の違いに留意してください。
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Standard
30070 \begin_inset CommandInset ref
30071 LatexCommand eqref
30072 reference "eq:tag"
30073
30074 \end_inset
30075
30076 式と
30077 \begin_inset CommandInset ref
30078 LatexCommand eqref
30079 reference "eq:c"
30080
30081 \end_inset
30082
30083 式は、等価です。(
30084 \begin_inset CommandInset ref
30085 LatexCommand ref
30086 reference "eq:Rom"
30087
30088 \end_inset
30089
30090 )式とは異なり、(
30091 \begin_inset CommandInset ref
30092 LatexCommand ref
30093 reference "eq:Lat"
30094
30095 \end_inset
30096
30097 )式では、付番にラテン数字を使用しています。
30098 \end_layout
30099
30100 \begin_layout Standard
30101 \begin_inset VSpace medskip
30102 \end_inset
30103
30104
30105 \series bold
30106
30107 \backslash
30108 tag
30109 \begin_inset Foot
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114 \series bold
30115
30116 \backslash
30117 tag
30118 \series default
30119 は、第
30120 \begin_inset CommandInset ref
30121 LatexCommand ref
30122 reference "subsec:自己定義番号"
30123
30124 \end_inset
30125
30126 節に説明があります。
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \series default
30133 の引数が、第
30134 \begin_inset CommandInset ref
30135 LatexCommand ref
30136 reference "subsec:段落ボックス"
30137
30138 \end_inset
30139
30140 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30141 \end_layout
30142
30143 \begin_layout Subsection
30144 細目番号
30145 \begin_inset Index idx
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158
30159 \series bold
30160
30161 \backslash
30162 begin{subequations}
30163 \series default
30164 および
30165 \series bold
30166
30167 \backslash
30168 end{subequations}
30169 \series default
30170 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
30171 モードで入れます。
30172 \end_layout
30173
30174 \begin_layout Standard
30175 たとえば、
30176 \begin_inset Formula 
30177 \begin{equation}
30178 A=C-B\label{eq:a}
30179 \end{equation}
30180
30181 \end_inset
30182
30183
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189
30190 \backslash
30191 addtocounter{equation}{-1}
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 begin{subequations}
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \begin_inset VSpace -5mm
30211 \end_inset
30212
30213
30214 \begin_inset Formula 
30215 \begin{equation}
30216 B=C-A\label{eq:b}
30217 \end{equation}
30218
30219 \end_inset
30220
30221
30222 \begin_inset Formula 
30223 \begin{equation}
30224 C=A+B\label{eq:c}
30225 \end{equation}
30226
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 end{subequations}
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \end_layout
30247
30248 \begin_layout Standard
30249 この例を作るには、次のようにします。
30250 \end_layout
30251
30252 \begin_layout Enumerate
30253 一つめの数式を入力します。
30254 \end_layout
30255
30256 \begin_layout Enumerate
30257 一つめの数式の後に
30258 \begin_inset Newline newline
30259 \end_inset
30260
30261
30262 \series bold
30263
30264 \backslash
30265 addtocounter{equation}{-1} 
30266 \backslash
30267 begin{subequations}
30268 \begin_inset Index idx
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272 こまんど@コマンド ! A ! 
30273 \backslash
30274 addtocounter
30275 \end_layout
30276
30277 \end_inset
30278
30279
30280 \begin_inset Newline newline
30281 \end_inset
30282
30283
30284 \series default
30285 を入力します。
30286 \end_layout
30287
30288 \begin_layout Enumerate
30289 二つめの数式を入力します。
30290 \end_layout
30291
30292 \begin_layout Enumerate
30293 三つめの数式を入力します。
30294 \end_layout
30295
30296 \begin_layout Enumerate
30297 三つめの数式の後に、
30298 \series bold
30299
30300 \backslash
30301 end{subequations}
30302 \series default
30303 を入力します。
30304 \end_layout
30305
30306 \begin_layout Standard
30307
30308 \series bold
30309
30310 \backslash
30311 begin
30312 \series default
30313 コマンドと
30314 \series bold
30315
30316 \backslash
30317 end
30318 \series default
30319 コマンドのあいだの数式はすべて、a・b・
30320 \begin_inset Newline linebreak
30321 \end_inset
30322
30323 c\SpecialChar ldots
30324 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30325 \emph on
30326 ひとつの
30327 \emph default
30328 付番数式として扱われますが、それぞれの付番数式が
30329 \series bold
30330 equation
30331 \series default
30332 カウンタを一つずつ進めてしまうので、
30333 \series bold
30334
30335 \backslash
30336 addtocounter
30337 \series default
30338 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30339 \begin_inset CommandInset ref
30340 LatexCommand eqref
30341 reference "eq:a"
30342
30343 \end_inset
30344
30345 式・
30346 \begin_inset CommandInset ref
30347 LatexCommand eqref
30348 reference "eq:b"
30349
30350 \end_inset
30351
30352 式・
30353 \begin_inset CommandInset ref
30354 LatexCommand eqref
30355 reference "eq:c"
30356
30357 \end_inset
30358
30359 式は、それぞれ
30360 \begin_inset CommandInset ref
30361 LatexCommand eqref
30362 reference "eq:a"
30363
30364 \end_inset
30365
30366 式・
30367 \begin_inset CommandInset ref
30368 LatexCommand eqref
30369 reference "eq:d"
30370
30371 \end_inset
30372
30373 式・
30374 \begin_inset CommandInset ref
30375 LatexCommand eqref
30376 reference "eq:f"
30377
30378 \end_inset
30379
30380 式として番号が振られてしまいます。
30381 \end_layout
30382
30383 \begin_layout Standard
30384 上記のように、コマンドを\SpecialChar TeX
30385 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30386 \begin_inset space \thinspace{}
30387 \end_inset
30388
30389 mmの垂直空白を
30390 \series bold
30391
30392 \backslash
30393 begin{subequations}
30394 \series default
30395 コマンドの後に入れています。数式様式として
30396 \series bold
30397 行頭下げ
30398 \begin_inset Foot
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403 \series bold
30404 数式様式に関しては、第
30405 \series default
30406
30407 \begin_inset CommandInset ref
30408 LatexCommand ref
30409 reference "sec:数式様式"
30410
30411 \end_inset
30412
30413 節を参照。
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \series default
30420 を用いているときには、これを-7
30421 \begin_inset space \thinspace{}
30422 \end_inset
30423
30424 mm空白にしてください。
30425 \end_layout
30426
30427 \begin_layout Standard
30428 以下は、二行めのみ付番を無効にしている多行数式の例です。
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434
30435 \backslash
30436 begin{subequations}
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \begin_inset Formula 
30443 \begin{eqnarray}
30444 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30445  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30446  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30447 \end{eqnarray}
30448
30449 \end_inset
30450
30451
30452 \begin_inset ERT
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 end{subequations}
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Subsection
30468 自己定義番号
30469 \begin_inset CommandInset label
30470 LatexCommand label
30471 name "subsec:自己定義番号"
30472
30473 \end_inset
30474
30475
30476 \begin_inset Index idx
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \begin_layout Standard
30489 \begin_inset Index idx
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30494 \end_layout
30495
30496 \end_inset
30497
30498 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
30499 プリアンブルに以下の行を付け加えます。
30500 \end_layout
30501
30502 \begin_layout Standard
30503
30504 \series bold
30505
30506 \backslash
30507 def
30508 \backslash
30509 tagform@#1{
30510 \backslash
30511 maketag@@@{
30512 \series default
30513
30514 \begin_inset Formula $\boldsymbol{|}$
30515 \end_inset
30516
30517
30518 \series bold
30519 #1
30520 \series default
30521
30522 \begin_inset Formula $\boldsymbol{|}$
30523 \end_inset
30524
30525
30526 \series bold
30527 }}
30528 \series default
30529
30530 \begin_inset Note Note
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 このマクロは、テスト用に\SpecialChar LaTeX
30535 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 他の記号を使いたいときには、
30545 \series bold
30546 #1
30547 \series default
30548 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30549 \end_layout
30550
30551 \begin_layout Standard
30552 \begin_inset VSpace bigskip
30553 \end_inset
30554
30555 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30556 \series bold
30557
30558 \backslash
30559 tag
30560 \series default
30561
30562 \begin_inset Index idx
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 こまんど@コマンド ! T ! 
30567 \backslash
30568 tag
30569 \end_layout
30570
30571 \end_inset
30572
30573 コマンドを使います。
30574 \begin_inset Formula 
30575 \begin{equation}
30576 A+B=C\tag{何とかかんとか}\label{eq:tag}
30577 \end{equation}
30578
30579 \end_inset
30580
30581 上記の例では、
30582 \series bold
30583
30584 \backslash
30585 tag
30586 \begin_inset space \textvisiblespace{}
30587 \end_inset
30588
30589 何とかかんとか
30590 \series default
30591 というコマンドを数式に打ち込んでいます。
30592 \end_layout
30593
30594 \begin_layout Standard
30595 代わりに
30596 \series bold
30597
30598 \backslash
30599 tag*
30600 \begin_inset space \textvisiblespace{}
30601 \end_inset
30602
30603 何とかかんとか
30604 \series default
30605 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30606 \begin_inset Formula 
30607 \[
30608 A+B=C\tag*{something}
30609 \]
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Standard
30617 \begin_inset VSpace bigskip
30618 \end_inset
30619
30620 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30621 \begin_inset Newline newline
30622 \end_inset
30623
30624
30625 \series bold
30626
30627 \backslash
30628 @addtoreset{equation}{part}
30629 \series default
30630
30631 \begin_inset Index idx
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 こまんど@コマンド ! 
30636 \backslash
30637 @記号 ! 
30638 \backslash
30639
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 "
30646 \end_layout
30647
30648 \end_inset
30649
30650 @
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656 "
30657 \end_layout
30658
30659 \end_inset
30660
30661 addtoreset
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \begin_inset Newline newline
30668 \end_inset
30669
30670 節に関しては
30671 \begin_inset Newline newline
30672 \end_inset
30673
30674
30675 \series bold
30676
30677 \backslash
30678 @addtoreset{equation}{section}
30679 \begin_inset Newline newline
30680 \end_inset
30681
30682
30683 \series default
30684 というコマンドを使います。
30685 \end_layout
30686
30687 \begin_layout Standard
30688 これらのコマンドを\SpecialChar TeX
30689 モードで使えるようにするためには、
30690 \series bold
30691
30692 \backslash
30693 makeatletter
30694 \series default
30695 コマンドで「@」字を\SpecialChar LaTeX
30696 中で「有効」にしてやらなくてはなりません。一方、
30697 \series bold
30698
30699 \backslash
30700 makeatother
30701 \series default
30702 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30703 モード中での上記コマンド列は、
30704 \end_layout
30705
30706 \begin_layout Standard
30707
30708 \series bold
30709
30710 \backslash
30711 makeatletter
30712 \begin_inset Newline newline
30713 \end_inset
30714
30715
30716 \backslash
30717 @addtoreset{equation}{section}
30718 \begin_inset Newline newline
30719 \end_inset
30720
30721
30722 \backslash
30723 makeatother
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727
30728 \series default
30729 のようにならなくてはなりません。
30730 \end_layout
30731
30732 \begin_layout Standard
30733 \SpecialChar LaTeX
30734 プリアンブル中では、
30735 \series bold
30736
30737 \backslash
30738 makeatletter
30739 \series default
30740
30741 \series bold
30742
30743 \backslash
30744 makeatother
30745 \series default
30746 は、\SpecialChar LyX
30747 が内部的に自動で挿入するので省略してかまいません。
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 @addtoreset
30756 \series default
30757 を戻すには、まず\SpecialChar LaTeX
30758 プリアンブル中に
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 usepackage{remreset}
30767 \end_layout
30768
30769 \begin_layout Standard
30770 という行を入れて、
30771 \series bold
30772 remreset.sty
30773 \series default
30774
30775 \begin_inset Foot
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780 \series bold
30781 remreset
30782 \series default
30783 は、\SpecialChar LaTeX
30784 パッケージの
30785 \series bold
30786 carlisle
30787 \series default
30788
30789 \begin_inset Index idx
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793 ぱっけーじ@パッケージ ! carlisle
30794 \end_layout
30795
30796 \end_inset
30797
30798 の一部として含まれており、\SpecialChar LaTeX
30799 標準頒布版には含まれています。
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 ぱっけーじ@パッケージ ! remreset
30810 \end_layout
30811
30812 \end_inset
30813
30814 ファイルを読み込んでおかなくてはなりません。その後
30815 \begin_inset Newline newline
30816 \end_inset
30817
30818
30819 \series bold
30820
30821 \backslash
30822 @removefromreset
30823 \series default
30824
30825 \begin_inset Index idx
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829 こまんど@コマンド ! 
30830 \backslash
30831 @記号 ! 
30832 \backslash
30833
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 "
30840 \end_layout
30841
30842 \end_inset
30843
30844 @
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850 "
30851 \end_layout
30852
30853 \end_inset
30854
30855 removefromreset
30856 \end_layout
30857
30858 \end_inset
30859
30860 コマンドを
30861 \series bold
30862
30863 \backslash
30864 @addtoreset
30865 \series default
30866 と同じ書式で使用すると、
30867 \series bold
30868
30869 \backslash
30870 @addtoreset
30871 \series default
30872 を戻すことができます。
30873 \end_layout
30874
30875 \begin_layout Standard
30876 \begin_inset VSpace bigskip
30877 \end_inset
30878
30879 ときには、数式を
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \family typewriter
30885 (節番号.数式番号)
30886 \end_layout
30887
30888 \begin_layout Standard
30889 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30890 \end_layout
30891
30892 \begin_layout Standard
30893 このような場合のために、
30894 \series bold
30895
30896 \backslash
30897 numberwithin
30898 \series default
30899
30900 \begin_inset Index idx
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904 こまんど@コマンド ! N ! 
30905 \backslash
30906 numberwithin
30907 \end_layout
30908
30909 \end_inset
30910
30911 というコマンドがあり、
30912 \end_layout
30913
30914 \begin_layout Standard
30915
30916 \series bold
30917
30918 \backslash
30919 numberwithin{カウンタ}{節階層}
30920 \end_layout
30921
30922 \begin_layout Standard
30923 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30924 \end_layout
30925
30926 \begin_layout Standard
30927 したがって、ここでは\SpecialChar LaTeX
30928 プリアンブルか\SpecialChar TeX
30929 コードで
30930 \end_layout
30931
30932 \begin_layout Standard
30933
30934 \series bold
30935
30936 \backslash
30937 numberwithin{equation}{section}
30938 \end_layout
30939
30940 \begin_layout Standard
30941 という行を用いることにしましょう。その結果がこれです。
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 numberwithin{equation}{section}
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset Formula 
30956 \begin{equation}
30957 A+B=C
30958 \end{equation}
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Standard
30966 たとえば、部番号を節階層として使用して、表に付番を施すときには
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \series bold
30972
30973 \backslash
30974 numberwithin{table}{part}
30975 \series default
30976 を用います。
30977 \end_layout
30978
30979 \begin_layout Standard
30980 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30981 \end_layout
30982
30983 \begin_layout Standard
30984
30985 \series bold
30986
30987 \backslash
30988 renewcommand{
30989 \backslash
30990 theequation}{
30991 \backslash
30992 arabic{equation}}
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 こまんど@コマンド ! A ! 
30998 \backslash
30999 arabic
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \series default
31006
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 renewcommand{
31015 \backslash
31016 theequation}{
31017 \backslash
31018 arabic{equation}}
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \series bold
31025
31026 \begin_inset Newline newline
31027 \end_inset
31028
31029
31030 \series default
31031 あるいは
31032 \series bold
31033
31034 \begin_inset Newline newline
31035 \end_inset
31036
31037
31038 \backslash
31039 renewcommand{
31040 \backslash
31041 thetable}{
31042 \backslash
31043 arabic{table}}
31044 \end_layout
31045
31046 \begin_layout Standard
31047 というコマンドを\SpecialChar TeX
31048 コードとして入れるか、\SpecialChar LaTeX
31049 プリアンブルに入れます。
31050 \series bold
31051
31052 \backslash
31053 numberwithin
31054 \series default
31055 は、内部的に上記で述べた
31056 \series bold
31057
31058 \backslash
31059 @addtoreset
31060 \series default
31061 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067
31068 \backslash
31069 makeatletter
31070 \end_layout
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 @removefromreset{equation}{section}
31077 \end_layout
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 makeatother
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Subsection
31092 ローマ数字や文字を使った付番
31093 \begin_inset Index idx
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \begin_inset Index idx
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
31117 モードで
31118 \end_layout
31119
31120 \begin_layout Standard
31121
31122 \series bold
31123
31124 \backslash
31125 renewcommand{
31126 \backslash
31127 theequation}{
31128 \backslash
31129 roman{equation}}
31130 \end_layout
31131
31132 \begin_layout Standard
31133 というコマンドを入れます。
31134 \series bold
31135
31136 \backslash
31137 renewcommand
31138 \series default
31139
31140 \begin_inset Index idx
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 こまんど@コマンド ! R ! 
31145 \backslash
31146 renewcommand
31147 \end_layout
31148
31149 \end_inset
31150
31151 は、定義済みのコマンド
31152 \series bold
31153
31154 \backslash
31155 theequation
31156 \series default
31157 をコマンド
31158 \series bold
31159
31160 \backslash
31161 roman{equation}
31162 \series default
31163 に再定義します
31164 \begin_inset Foot
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169 \series bold
31170
31171 \backslash
31172 renewcommand
31173 \series default
31174 コマンドは、第
31175 \begin_inset CommandInset ref
31176 LatexCommand ref
31177 reference "subsec:newcommandコマンド"
31178
31179 \end_inset
31180
31181 節に述べられている
31182 \series bold
31183
31184 \backslash
31185 newcommand
31186 \series default
31187 コマンドと同じ書式を持ちます。
31188 \end_layout
31189
31190 \end_inset
31191
31192 。ここで、
31193 \series bold
31194 equation
31195 \series default
31196 は数式カウンタです。コマンド
31197 \series bold
31198
31199 \backslash
31200 the
31201 \series default
31202 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
31203 は、内部的に
31204 \series bold
31205
31206 \backslash
31207 theequation
31208 \series default
31209 コマンドを数式の後ろに置くのです。
31210 \series bold
31211
31212 \backslash
31213 roman{equation}
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 こまんど@コマンド ! R ! 
31219 \backslash
31220 roman
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \series default
31227 は、カウンタを小文字のローマ数字として出力します。
31228 \end_layout
31229
31230 \begin_layout Standard
31231 こうして、
31232 \series bold
31233
31234 \backslash
31235 renew
31236 \series default
31237 c
31238 \series bold
31239 ommand
31240 \series default
31241 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31242 \series bold
31243
31244 \backslash
31245 roman
31246 \series default
31247 の部分を
31248 \series bold
31249
31250 \backslash
31251 Roman
31252 \series default
31253
31254 \begin_inset Index idx
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258 こまんど@コマンド ! R ! 
31259 \backslash
31260 roman@
31261 \backslash
31262 Roman
31263 \end_layout
31264
31265 \end_inset
31266
31267 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31268 \series bold
31269
31270 \backslash
31271 alph
31272 \series default
31273
31274 \begin_inset Index idx
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 こまんど@コマンド ! A ! 
31279 \backslash
31280 alph
31281 \end_layout
31282
31283 \end_inset
31284
31285 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31286 \series bold
31287
31288 \backslash
31289 Alph
31290 \series default
31291
31292 \begin_inset Index idx
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296 こまんど@コマンド ! A ! 
31297 \backslash
31298 alph@
31299 \backslash
31300 Alph
31301 \end_layout
31302
31303 \end_inset
31304
31305 コマンドがあります。
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \begin_inset Note Greyedout
31310 status open
31311
31312 \begin_layout Plain Layout
31313
31314 \series bold
31315 【註】
31316 \series default
31317 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \begin_inset Newpage newpage
31324 \end_inset
31325
31326
31327 \end_layout
31328
31329 \begin_layout Standard
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 renewcommand{
31338 \backslash
31339 theequation}{
31340 \backslash
31341 roman{equation}}
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \begin_layout Standard
31350 \begin_inset Formula 
31351 \begin{equation}
31352 A=\textrm{小文字ローマ数字}
31353 \end{equation}
31354
31355 \end_inset
31356
31357
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 renewcommand{
31366 \backslash
31367 theequation}{
31368 \backslash
31369 Roman{equation}}
31370 \end_layout
31371
31372 \end_inset
31373
31374
31375 \begin_inset Formula 
31376 \begin{equation}
31377 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31378 \end{equation}
31379
31380 \end_inset
31381
31382
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388
31389 \backslash
31390 renewcommand{
31391 \backslash
31392 theequation}{
31393 \backslash
31394 alph{equation}}
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \begin_inset Formula 
31401 \begin{equation}
31402 C=\textrm{小文字ラテン文字}
31403 \end{equation}
31404
31405 \end_inset
31406
31407
31408 \begin_inset ERT
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412
31413
31414 \backslash
31415 renewcommand{
31416 \backslash
31417 theequation}{
31418 \backslash
31419 Alph{equation}}
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \begin_inset Formula 
31426 \begin{equation}
31427 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31428 \end{equation}
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31437 \end_layout
31438
31439 \begin_layout Standard
31440
31441 \series bold
31442
31443 \backslash
31444 renewcommand{
31445 \backslash
31446 theequation}{
31447 \backslash
31448 arabic{equation}}
31449 \begin_inset Index idx
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 こまんど@コマンド ! A ! 
31454 \backslash
31455 arabic
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469
31470 \backslash
31471 renewcommand{
31472 \backslash
31473 theequation}{
31474 \backslash
31475 arabic{equation}}
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \begin_inset Formula 
31482 \begin{equation}
31483 E=\textrm{アラビア数字}
31484 \end{equation}
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 \begin_inset VSpace medskip
31493 \end_inset
31494
31495 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31496 てはなりません。この点に関する説明は、ファイル
31497 \begin_inset CommandInset href
31498 LatexCommand href
31499 name "Formula-numbering.lyx"
31500 target "run:Formula-numbering.lyx"
31501
31502 \end_inset
31503
31504 にあります。
31505 \end_layout
31506
31507 \begin_layout Section
31508 化学記号と化学式
31509 \begin_inset CommandInset label
31510 LatexCommand label
31511 name "subsec:化学記号と化学式"
31512
31513 \end_inset
31514
31515
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520 かがくきごう@化学記号 ! きごう@記号
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \begin_inset Index idx
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530 かがくしき@化学式
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \begin_inset Index idx
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540 きごう@記号 ! かがく@化学
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 以下は、化学関係の文章の例です。
31550 \end_layout
31551
31552 \begin_layout Quote
31553 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31554 \end_inset
31555
31556 イオンは、2つの
31557 \begin_inset Formula $\mathrm{Na^{+}}$
31558 \end_inset
31559
31560 イオンと反応して、硫酸化塩
31561 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31562 \end_inset
31563
31564 を形成します。この化学式は以下のようになります。
31565 \begin_inset Formula 
31566 \begin{equation}
31567 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31568 \end{equation}
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31577 \begin_inset Flex Ruby
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581 捷径
31582 \begin_inset Argument post:1
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586 ショートカット
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Info
31598 type  "shortcut"
31599 arg   "font-roman"
31600 \end_inset
31601
31602 を押せば、アップライトフォント様式に変更することができます
31603 \begin_inset Foot
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 フォント様式に関しては、第
31608 \begin_inset CommandInset ref
31609 LatexCommand ref
31610 reference "subsec:書体様式"
31611
31612 \end_inset
31613
31614 節を参照のこと。
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Standard
31623 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31624 パッケージ
31625 \series bold
31626 mhchem
31627 \series default
31628
31629 \begin_inset Index idx
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633 ぱっけーじ@パッケージ ! mhchem
31634 \end_layout
31635
31636 \end_inset
31637
31638 が導入されているときに使用することができる
31639 \series bold
31640
31641 \backslash
31642 ce
31643 \series default
31644
31645 \begin_inset Index idx
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649 こまんど@コマンド ! C ! 
31650 \backslash
31651 ce
31652 \end_layout
31653
31654 \end_inset
31655
31656 コマンドを使用することです。
31657 \series bold
31658
31659 \backslash
31660 ce
31661 \series default
31662 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31663 \begin_inset Separator parbreak
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 \align center
31671 \begin_inset Tabular
31672 <lyxtabular version="3" rows="10" columns="2">
31673 <features tabularvalignment="middle">
31674 <column alignment="center" valignment="top">
31675 <column alignment="center" valignment="top">
31676 <row>
31677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681 コマンド
31682 \end_layout
31683
31684 \end_inset
31685 </cell>
31686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690 出力
31691 \begin_inset Note Note
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696 \series bold
31697
31698 \backslash
31699 raisebox
31700 \series default
31701 はスペーサーとしてのみ使用されています。
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 </row>
31712 <row>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717
31718 \backslash
31719 ce
31720 \begin_inset space \textvisiblespace{}
31721 \end_inset
31722
31723 H2CO3
31724 \end_layout
31725
31726 \end_inset
31727 </cell>
31728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 <row>
31742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746
31747 \backslash
31748 ce
31749 \begin_inset space \textvisiblespace{}
31750 \end_inset
31751
31752 SO4^2-
31753 \end_layout
31754
31755 \end_inset
31756 </cell>
31757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 </row>
31770 <row>
31771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31772 \begin_inset Text
31773
31774 \begin_layout Plain Layout
31775
31776 \backslash
31777 ce
31778 \begin_inset space \textvisiblespace{}
31779 \end_inset
31780
31781 (NH4)2S
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804
31805 \backslash
31806 ce
31807 \begin_inset space \textvisiblespace{}
31808 \end_inset
31809
31810 KCr(SO4)2.12H2O
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 </row>
31828 <row>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833
31834 \backslash
31835 ce
31836 \begin_inset space \textvisiblespace{}
31837 \end_inset
31838
31839 A-B
31840 \backslash
31841 dbond
31842 \begin_inset space \textvisiblespace{}
31843 \end_inset
31844
31845 C
31846 \backslash
31847 tbond
31848 \begin_inset space \textvisiblespace{}
31849 \end_inset
31850
31851 D
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \end_inset
31867 </cell>
31868 </row>
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874
31875 \backslash
31876 ce
31877 \begin_inset space \textvisiblespace{}
31878 \end_inset
31879
31880 ^227
31881 \begin_inset Formula $\downarrow$
31882 \end_inset
31883
31884 _90
31885 \begin_inset Formula $\to$
31886 \end_inset
31887
31888 Th+
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31898 \end_inset
31899
31900
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 </row>
31906 <row>
31907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911
31912 \backslash
31913 ce
31914 \begin_inset space \textvisiblespace{}
31915 \end_inset
31916
31917
31918 \backslash
31919 mu
31920 \begin_inset space \textvisiblespace{}
31921 \end_inset
31922
31923
31924 \backslash
31925 hyphen
31926 \begin_inset space \textvisiblespace{}
31927 \end_inset
31928
31929 Cl
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 </row>
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952
31953 \backslash
31954 ce
31955 \begin_inset space \textvisiblespace{}
31956 \end_inset
31957
31958 CO2
31959 \begin_inset space \textvisiblespace{}
31960 \end_inset
31961
31962 +
31963 \begin_inset space \textvisiblespace{}
31964 \end_inset
31965
31966 C
31967 \begin_inset space \textvisiblespace{}
31968 \end_inset
31969
31970 <=>
31971 \begin_inset space \textvisiblespace{}
31972 \end_inset
31973
31974 2CO
31975 \end_layout
31976
31977 \end_inset
31978 </cell>
31979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31980 \begin_inset Text
31981
31982 \begin_layout Plain Layout
31983 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \end_inset
31990 </cell>
31991 </row>
31992 <row>
31993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997
31998 \backslash
31999 ce
32000 \begin_inset space \textvisiblespace{}
32001 \end_inset
32002
32003 CO2
32004 \begin_inset space \textvisiblespace{}
32005 \end_inset
32006
32007 +
32008 \begin_inset space \textvisiblespace{}
32009 \end_inset
32010
32011 C
32012 \begin_inset space \textvisiblespace{}
32013 \end_inset
32014
32015 ->[
32016 \backslash
32017 alpha][
32018 \backslash
32019 beta]
32020 \begin_inset space \textvisiblespace{}
32021 \end_inset
32022
32023 2CO}
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 </row>
32041 </lyxtabular>
32042
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Standard
32049 \begin_inset Note Greyedout
32050 status open
32051
32052 \begin_layout Plain Layout
32053
32054 \series bold
32055 【註】
32056 \series default
32057 \SpecialChar LyX
32058 では、
32059 \series bold
32060 mhchem
32061 \series default
32062 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
32063 \series bold
32064
32065 \backslash
32066 uparrow
32067 \series default
32068 コマンドを続けます。
32069 \color none
32070
32071 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \begin_layout Standard
32083
32084 \series bold
32085
32086 \backslash
32087 ce
32088 \series default
32089 を使うと
32090 \begin_inset CommandInset ref
32091 LatexCommand eqref
32092 reference "eq:chem-reaction"
32093
32094 \end_inset
32095
32096 式のコマンドは
32097 \begin_inset Newline newline
32098 \end_inset
32099
32100
32101 \series bold
32102  
32103 \backslash
32104 ce
32105 \begin_inset space \textvisiblespace{}
32106 \end_inset
32107
32108 2Na+
32109 \begin_inset space \textvisiblespace{}
32110 \end_inset
32111
32112 +
32113 \begin_inset space \textvisiblespace{}
32114 \end_inset
32115
32116 SO4^2-
32117 \begin_inset space \textvisiblespace{}
32118 \end_inset
32119
32120
32121 \begin_inset space \textvisiblespace{}
32122 \end_inset
32123
32124 ->
32125 \begin_inset space \textvisiblespace{}
32126 \end_inset
32127
32128 Na2SO4
32129 \begin_inset Newline newline
32130 \end_inset
32131
32132
32133 \series default
32134 のようになります。
32135 \end_layout
32136
32137 \begin_layout Standard
32138 複数行の化学式を作るには、第
32139 \begin_inset CommandInset ref
32140 LatexCommand ref
32141 reference "sec:多行数式"
32142
32143 \end_inset
32144
32145 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32146 \series bold
32147
32148 \backslash
32149 ce
32150 \series default
32151 コマンドを使用します。
32152 \begin_inset CommandInset ref
32153 LatexCommand eqref
32154 reference "eq:TEOS-reaction-1"
32155
32156 \end_inset
32157
32158 式と
32159 \begin_inset CommandInset ref
32160 LatexCommand eqref
32161 reference "eq:TEOS-reaction-2"
32162
32163 \end_inset
32164
32165 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32166 \begin_inset Formula 
32167 \begin{eqnarray}
32168 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32169 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32170 \end{eqnarray}
32171
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178
32179 \series bold
32180 mhchem
32181 \series default
32182 パッケージは、
32183 \series bold
32184
32185 \backslash
32186 ce
32187 \series default
32188 の他に、特殊ケースに使用する
32189 \series bold
32190
32191 \backslash
32192 cf
32193 \series default
32194
32195 \begin_inset Index idx
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199 こまんど@コマンド ! C ! 
32200 \backslash
32201 cf
32202 \end_layout
32203
32204 \end_inset
32205
32206 コマンドを提供しています。
32207 \series bold
32208
32209 \backslash
32210 cf
32211 \series default
32212 の詳しい情報と例示については、
32213 \series bold
32214 mhchem
32215 \series default
32216
32217 \begin_inset CommandInset citation
32218 LatexCommand cite
32219 key "mhchem"
32220
32221 \end_inset
32222
32223 の取扱説明書をご覧ください。
32224 \end_layout
32225
32226 \begin_layout Section
32227 図解
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \SpecialChar LyX
32232 は、二つの型の可換図
32233 \series bold
32234 amscd
32235 \series default
32236 および
32237 \series bold
32238 xymatrix
32239 \series default
32240 をサポートしており、以下でこれらの説明をします。
32241 \end_layout
32242
32243 \begin_layout Subsection
32244 amscd図解
32245 \begin_inset Index idx
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 ずかい@図解 ! amscd
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32259 \begin_inset Formula 
32260 \[
32261 \begin{CD}A@>>>B@>>>C\\
32262 @AAA@.@VVV\\
32263 F@<<<E@<<<D
32264 \end{CD}
32265 \]
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 これを作るには、数式に
32274 \series bold
32275
32276 \backslash
32277 CD
32278 \begin_inset Index idx
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282 こまんど@コマンド ! C ! 
32283 \backslash
32284 CD
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \series default
32291 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32292 \begin_inset Info
32293 type  "shortcut"
32294 arg   "newline-insert newline"
32295 \end_inset
32296
32297 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32298 \end_layout
32299
32300 \begin_layout Standard
32301 関係を作るには、以下のコマンドがあります。
32302 \end_layout
32303
32304 \begin_layout Itemize
32305 \begin_inset Formula $\boldsymbol{@<<<}$
32306 \end_inset
32307
32308 は左矢印、
32309 \begin_inset Formula $\boldsymbol{@>>>}$
32310 \end_inset
32311
32312 は右矢印、
32313 \series bold
32314 @=
32315 \series default
32316 は長い等号を生成します。
32317 \end_layout
32318
32319 \begin_layout Itemize
32320
32321 \series bold
32322 @AAA
32323 \series default
32324 は上矢印、
32325 \series bold
32326 @VVV
32327 \series default
32328 は下矢印、
32329 \begin_inset Formula $\boldsymbol{@|}$
32330 \end_inset
32331
32332 は縦向きの等号を生成します。
32333 \end_layout
32334
32335 \begin_layout Itemize
32336
32337 \series bold
32338 @.
32339 \series default
32340 は関係が存在しない部分に置きます。
32341 \end_layout
32342
32343 \begin_layout Standard
32344 矢印はすべて、以下のようにラベル付けをすることができます。
32345 \end_layout
32346
32347 \begin_layout Itemize
32348 文章を、第1と第2の「
32349 \begin_inset Formula $<$
32350 \end_inset
32351
32352 」ないし「
32353 \begin_inset Formula $>$
32354 \end_inset
32355
32356 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32357 \begin_inset Formula $<$
32358 \end_inset
32359
32360 」ないし「
32361 \begin_inset Formula $>$
32362 \end_inset
32363
32364 」のあいだに入れると、矢印の下に表示されます。
32365 \end_layout
32366
32367 \begin_layout Itemize
32368 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32369 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
32370 括弧の中に入れなくてはなりません。
32371 \end_layout
32372
32373 \begin_layout Standard
32374 以下は、上記のすべての関係を使った例です。
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset Formula 
32379 \[
32380 \begin{CD}A@>j>>B@>>k>C@=F\\
32381 @AmAA@.@VV{V}V@|\\
32382 D@<<j<E@>k>>F@=C
32383 \end{CD}
32384 \]
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 これを作るコマンドは、以下のとおりです。
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396
32397 \series bold
32398
32399 \backslash
32400 CD
32401 \begin_inset space \textvisiblespace{}
32402 \end_inset
32403
32404 A
32405 \begin_inset Formula $\boldsymbol{@>}$
32406 \end_inset
32407
32408 j
32409 \begin_inset Formula $\boldsymbol{>>}$
32410 \end_inset
32411
32412 B
32413 \begin_inset Formula $\boldsymbol{@>>}$
32414 \end_inset
32415
32416 k
32417 \begin_inset Formula $\boldsymbol{>}$
32418 \end_inset
32419
32420 C@=F Ctrl+Return
32421 \begin_inset Newline newline
32422 \end_inset
32423
32424
32425 \begin_inset Phantom HPhantom
32426 status open
32427
32428 \begin_layout Plain Layout
32429
32430 \series bold
32431
32432 \backslash
32433 CD
32434 \begin_inset space \textvisiblespace{}
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \end_inset
32441
32442 @AmAA@.@VV
32443 \backslash
32444 {V
32445 \series default
32446
32447 \begin_inset Formula $\to$
32448 \end_inset
32449
32450
32451 \series bold
32452 V
32453 \begin_inset Formula $\boldsymbol{@|}$
32454 \end_inset
32455
32456  Ctrl+Return
32457 \begin_inset Newline newline
32458 \end_inset
32459
32460
32461 \begin_inset Phantom HPhantom
32462 status open
32463
32464 \begin_layout Plain Layout
32465
32466 \series bold
32467
32468 \backslash
32469 CD
32470 \begin_inset space \textvisiblespace{}
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \end_inset
32477
32478 D
32479 \begin_inset Formula $\boldsymbol{@<<}$
32480 \end_inset
32481
32482 j
32483 \begin_inset Formula $\boldsymbol{<}$
32484 \end_inset
32485
32486 E
32487 \begin_inset Formula $\boldsymbol{@>}$
32488 \end_inset
32489
32490 k
32491 \begin_inset Formula $\boldsymbol{>>}$
32492 \end_inset
32493
32494 F@=C
32495 \end_layout
32496
32497 \begin_layout Subsection
32498 xymatrix図解
32499 \begin_inset Index idx
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 ずかい@図解 ! xymatrix
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 xymatricesを使うには、\SpecialChar LaTeX
32513 パッケージの
32514 \series bold
32515 xypic
32516 \series default
32517 が導入済みである必要があります。xymatrixは、数式中に
32518 \series bold
32519
32520 \backslash
32521 xymatrix
32522 \series default
32523 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32524 \begin_inset CommandInset ref
32525 LatexCommand ref
32526 reference "sec:行列"
32527
32528 \end_inset
32529
32530 節をご参照下さい。
32531 \end_layout
32532
32533 \begin_layout Standard
32534 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32535 \family sans
32536 ヘルプ\SpecialChar menuseparator
32537 用途別説明書\SpecialChar menuseparator
32538 XY-pic説明書
32539 \family default
32540 メニューにある
32541 \emph on
32542 XY-pic説明書
32543 \emph default
32544 で詳しく網羅しています。
32545 \end_layout
32546
32547 \begin_layout Subsection
32548 ファインマン図
32549 \series medium
32550
32551 \begin_inset Index idx
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555 ずかい@図解 ! ファインマン
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \end_layout
32562
32563 \begin_layout Standard
32564 ファインマン図を使うには、\SpecialChar LaTeX
32565 パッケージ
32566 \series bold
32567 feyn
32568 \series default
32569 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32570 \series bold
32571
32572 \backslash
32573 Diagram
32574 \series default
32575 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32576 \begin_inset CommandInset ref
32577 LatexCommand ref
32578 reference "sec:行列"
32579
32580 \end_inset
32581
32582 節参照)。
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \SpecialChar LyX
32587 でのファインマン図の作り方は、メニュー
32588 \family sans
32589 ヘルプ\SpecialChar menuseparator
32590 用途別説明書
32591 \family default
32592 内の『
32593 \emph on
32594 ファインマン図
32595 \emph default
32596 』にあります。
32597 \end_layout
32598
32599 \begin_layout Section
32600 自己定義コマンド
32601 \begin_inset Index idx
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 じこていぎこまんど@自己定義コマンド
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 \begin_inset Note Greyedout
32615 status open
32616
32617 \begin_layout Plain Layout
32618 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \begin_layout Subsection
32627
32628 \backslash
32629 newcommandコマンド
32630 \begin_inset CommandInset label
32631 LatexCommand label
32632 name "subsec:newcommandコマンド"
32633
32634 \end_inset
32635
32636
32637 \begin_inset Index idx
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641 じこていぎこまんど@自己定義コマンド ! 
32642 \backslash
32643 newcommand
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \begin_inset Index idx
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653 こまんど@コマンド ! N ! 
32654 \backslash
32655 newcommand
32656 \end_layout
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32665 コマンドはたくさんありますが、
32666 \series bold
32667
32668 \backslash
32669 newcommand
32670 \series default
32671 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32672 \end_layout
32673
32674 \begin_layout Standard
32675
32676 \series bold
32677
32678 \backslash
32679 newcommand
32680 \series default
32681 コマンドの書式は、
32682 \end_layout
32683
32684 \begin_layout Standard
32685
32686 \series bold
32687
32688 \backslash
32689 newcommand{新コマンド名}[引数の数][オプションの値]
32690 \begin_inset Newline newline
32691 \end_inset
32692
32693
32694 \begin_inset Phantom HPhantom
32695 status open
32696
32697 \begin_layout Plain Layout
32698
32699 \series bold
32700
32701 \backslash
32702 newcommand
32703 \end_layout
32704
32705 \end_inset
32706
32707 {コマンド定義}
32708 \end_layout
32709
32710 \begin_layout Standard
32711 です。
32712 \end_layout
32713
32714 \begin_layout Standard
32715 \begin_inset Note Greyedout
32716 status open
32717
32718 \begin_layout Plain Layout
32719
32720 \series bold
32721 【註】
32722 \series default
32723 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32724 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32725 \series bold
32726
32727 \backslash
32728 Leftarrow
32729 \series default
32730 の短縮のつもりで
32731 \series bold
32732
32733 \backslash
32734 le
32735 \series default
32736 というコマンドを定義したとすると、
32737 \series bold
32738
32739 \backslash
32740 le
32741 \series default
32742 は既に「
32743 \begin_inset Formula $\le$
32744 \end_inset
32745
32746 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 「引数の数」は、0
32756 \begin_inset space \thinspace{}
32757 \end_inset
32758
32759 -
32760 \begin_inset space \thinspace{}
32761 \end_inset
32762
32763 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32764 ドの
32765 \emph on
32766 最初の
32767 \emph default
32768 引数は、自動的に非必須の引数になります。
32769 \end_layout
32770
32771 \begin_layout Standard
32772 以下にいくつかの例を挙げます。
32773 \end_layout
32774
32775 \begin_layout Itemize
32776
32777 \series bold
32778
32779 \backslash
32780 Longrightarrow
32781 \series default
32782 の短縮形として
32783 \series bold
32784
32785 \backslash
32786 gr
32787 \series default
32788 というコマンドを定義するには、\SpecialChar LaTeX
32789 プリアンブルに以下の行を加えます。
32790 \begin_inset VSpace medskip
32791 \end_inset
32792
32793
32794 \begin_inset Newline newline
32795 \end_inset
32796
32797
32798 \series bold
32799
32800 \backslash
32801 newcommand{
32802 \backslash
32803 gr}{
32804 \backslash
32805 Longrightarrow}
32806 \end_layout
32807
32808 \begin_layout Itemize
32809
32810 \series bold
32811
32812 \backslash
32813 underline
32814 \series default
32815 の短縮形として
32816 \series bold
32817
32818 \backslash
32819 us
32820 \series default
32821 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32822 \begin_inset VSpace medskip
32823 \end_inset
32824
32825
32826 \begin_inset Newline newline
32827 \end_inset
32828
32829
32830 \series bold
32831
32832 \backslash
32833 newcommand{
32834 \backslash
32835 us}[1]{
32836 \backslash
32837 underline{#1}}
32838 \series default
32839
32840 \begin_inset VSpace medskip
32841 \end_inset
32842
32843
32844 \begin_inset Newline newline
32845 \end_inset
32846
32847
32848 \series bold
32849 #
32850 \series default
32851 」という文字は、引数の入る場所を示し、その後ろの「
32852 \series bold
32853 1
32854 \series default
32855 」は、これが第1引数の入る場所であることを示します。
32856 \end_layout
32857
32858 \begin_layout Itemize
32859
32860 \series bold
32861
32862 \backslash
32863 framebox
32864 \series default
32865 の短縮形として、たとえば
32866 \series bold
32867
32868 \backslash
32869 fb
32870 \series default
32871 というコマンドを定義するには、
32872 \begin_inset VSpace medskip
32873 \end_inset
32874
32875
32876 \begin_inset Newline newline
32877 \end_inset
32878
32879
32880 \series bold
32881
32882 \backslash
32883 newcommand{
32884 \backslash
32885 fb}[3]{
32886 \backslash
32887 framebox#1#2{$#3$}}
32888 \series default
32889
32890 \begin_inset VSpace medskip
32891 \end_inset
32892
32893
32894 \begin_inset Newline newline
32895 \end_inset
32896
32897 二つのドルマークは、
32898 \series bold
32899
32900 \backslash
32901 framebox
32902 \series default
32903 が必要とする内部の数式を作り出します。第
32904 \begin_inset CommandInset ref
32905 LatexCommand ref
32906 reference "subsec:枠付きボックス"
32907
32908 \end_inset
32909
32910 節をご参照下さい。
32911 \end_layout
32912
32913 \begin_layout Itemize
32914 ボックスの色を指定する必要がない
32915 \series bold
32916
32917 \backslash
32918 fcolorbox
32919 \series default
32920 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32921 \begin_inset VSpace medskip
32922 \end_inset
32923
32924
32925 \begin_inset Newline newline
32926 \end_inset
32927
32928
32929 \series bold
32930
32931 \backslash
32932 newcommand{
32933 \backslash
32934 cb}[3][white]{
32935 \backslash
32936 fcolorbox{#2}{#1}{$#3$}}
32937 \series default
32938
32939 \begin_inset VSpace medskip
32940 \end_inset
32941
32942
32943 \begin_inset Newline newline
32944 \end_inset
32945
32946
32947 \series bold
32948
32949 \backslash
32950 cb
32951 \series default
32952 を使うときに色が指定されなければ、事前に定義された色である
32953 \series bold
32954 white
32955 \series default
32956 が使用されます。
32957 \end_layout
32958
32959 \begin_layout Standard
32960 以下は、上で定義したコマンドの動作テストです。
32961 \begin_inset Separator parbreak
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \align center
32969 \begin_inset Tabular
32970 <lyxtabular version="3" rows="6" columns="2">
32971 <features tabularvalignment="middle">
32972 <column alignment="center" valignment="top">
32973 <column alignment="center" valignment="top">
32974 <row>
32975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 コマンド
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 出力
32989 \begin_inset Note Note
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993 ここで
32994 \series bold
32995
32996 \backslash
32997 raisebox
32998 \series default
32999 はスペーサーとして使用しているだけです。
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 </row>
33010 <row>
33011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015 A
33016 \backslash
33017 gr
33018 \begin_inset space \textvisiblespace{}
33019 \end_inset
33020
33021 B
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030 \begin_inset Formula $A\gr B$
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 </row>
33039 <row>
33040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044
33045 \backslash
33046 us{ABcd
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33052 \begin_inset Text
33053
33054 \begin_layout Plain Layout
33055 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 </row>
33064 <row>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069
33070 \backslash
33071 fb{[2cm]
33072 \begin_inset Formula $\to$
33073 \end_inset
33074
33075
33076 \backslash
33077 {
33078 \begin_inset Formula $\to$
33079 \end_inset
33080
33081
33082 \backslash
33083 {
33084 \backslash
33085 int
33086 \begin_inset space \textvisiblespace{}
33087 \end_inset
33088
33089 A=B
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 </row>
33107 <row>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112
33113 \backslash
33114 cb{red
33115 \begin_inset Formula $\to$
33116 \end_inset
33117
33118
33119 \backslash
33120 {
33121 \backslash
33122 int
33123 \begin_inset space \textvisiblespace{}
33124 \end_inset
33125
33126 A=B
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149
33150 \backslash
33151 cb[green]
33152 \backslash
33153 {red
33154 \begin_inset Formula $\to$
33155 \end_inset
33156
33157
33158 \backslash
33159 {
33160 \backslash
33161 int
33162 \begin_inset space \textvisiblespace{}
33163 \end_inset
33164
33165 A=B
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 </row>
33183 </lyxtabular>
33184
33185 \end_inset
33186
33187
33188 \end_layout
33189
33190 \begin_layout Subsection
33191 数式マクロ
33192 \begin_inset Index idx
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \begin_inset Index idx
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206 まくろ@マクロ
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Standard
33215 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
33216 は、
33217 \begin_inset Formula 
33218 \[
33219 0=\lambda^{2}+p\lambda+q
33220 \]
33221
33222 \end_inset
33223
33224 であり、その解の一般型は
33225 \begin_inset Formula 
33226 \[
33227 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33228 \]
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Standard
33236 です。
33237 \begin_inset Formula $\lambda$
33238 \end_inset
33239
33240
33241 \begin_inset Formula $p$
33242 \end_inset
33243
33244
33245 \begin_inset Formula $q$
33246 \end_inset
33247
33248 の3つのパラメータを指定することが必須であり、
33249 \begin_inset Formula $\lambda$
33250 \end_inset
33251
33252 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
33253 プリアンブル行を加えます。
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \series bold
33259
33260 \backslash
33261 newcommand{
33262 \backslash
33263 qG}[4][1,
33264 \backslash
33265 ,2]{#2_{#1}=-
33266 \backslash
33267 frac{#3}{2}
33268 \backslash
33269 pm
33270 \begin_inset Newline newline
33271 \end_inset
33272
33273
33274 \begin_inset Phantom HPhantom
33275 status open
33276
33277 \begin_layout Plain Layout
33278
33279 \series bold
33280
33281 \backslash
33282 newcommand
33283 \end_layout
33284
33285 \end_inset
33286
33287
33288 \backslash
33289 sqrt{
33290 \backslash
33291 frac{#3^{2}}{4}-#4}}
33292 \end_layout
33293
33294 \begin_layout Standard
33295 これを使って解の公式を作るには、
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \series bold
33301
33302 \backslash
33303 qG{
33304 \backslash
33305 lambda
33306 \begin_inset Formula $\to$
33307 \end_inset
33308
33309
33310 \backslash
33311 {p
33312 \begin_inset Formula $\to$
33313 \end_inset
33314
33315
33316 \backslash
33317 {q
33318 \series default
33319 というコマンドを数式に入れます。
33320 \end_layout
33321
33322 \begin_layout Standard
33323 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
33324 中で分数は
33325 \series bold
33326
33327 \backslash
33328 frac{分子}{分母}
33329 \series default
33330 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
33331 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
33332 あり、それをやってしまうと、\SpecialChar LyX
33333 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
33334 は、
33335 \series bold
33336
33337 \backslash
33338 newcommand
33339 \series default
33340 コマンドの代わりに、数式マクロを使う方法を提供しています。
33341 \end_layout
33342
33343 \begin_layout Standard
33344 数式マクロは、
33345 \family sans
33346 挿入\SpecialChar menuseparator
33347 数式\SpecialChar menuseparator
33348 マクロ
33349 \family default
33350 メニューか、ツールバーボタンの
33351 \begin_inset Info
33352 type  "icon"
33353 arg   "math-macro newmacroname_newcommand"
33354 \end_inset
33355
33356 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33357 \begin_inset Newline newline
33358 \end_inset
33359
33360
33361 \begin_inset space \hspace*{\fill}
33362 \end_inset
33363
33364
33365 \begin_inset Graphics
33366         filename clipart/macrobox.png
33367         scale 50
33368
33369 \end_inset
33370
33371
33372 \begin_inset space \hspace*{\fill}
33373 \end_inset
33374
33375
33376 \begin_inset Newline newline
33377 \end_inset
33378
33379
33380 \begin_inset FormulaMacro
33381 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33382 \end_inset
33383
33384
33385 \backslash
33386 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33387 \series bold
33388
33389 \backslash
33390 #1
33391 \series default
33392 のように
33393 \series bold
33394
33395 \backslash
33396 #引数番号
33397 \series default
33398 というコマンドで入力するか、マクロツールバーボタンの
33399 \begin_inset Info
33400 type  "icon"
33401 arg   "math-macro-add-param"
33402 \end_inset
33403
33404 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33405 \begin_inset Info
33406 type  "icon"
33407 arg   "math-macro-add-optional-param"
33408 \end_inset
33409
33410 で作ることができます。最初の必須引数は、ツールバーボタンの
33411 \begin_inset Info
33412 type  "icon"
33413 arg   "math-macro-make-optional"
33414 \end_inset
33415
33416 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
33417 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
33418 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33419 \begin_inset Newline newline
33420 \end_inset
33421
33422
33423 \series bold
33424 qG: 
33425 \backslash
33426 #1
33427 \series default
33428  
33429 \series bold
33430 ,
33431 \series default
33432  
33433 \series bold
33434
33435 \backslash
33436 #2
33437 \series default
33438  
33439 \series bold
33440 ,
33441 \series default
33442  
33443 \series bold
33444
33445 \backslash
33446 #3, 
33447 \backslash
33448 #4
33449 \begin_inset Newline newline
33450 \end_inset
33451
33452
33453 \series default
33454 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
33455 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
33456 す。
33457 \begin_inset Newline newline
33458 \end_inset
33459
33460 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33461 \family sans
33462 表示\SpecialChar menuseparator
33463 数式マクロを展開(畳む)
33464 \family default
33465 メニューを使うことで、マクロ毎に変えることができます。
33466 \end_layout
33467
33468 \begin_layout Standard
33469 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33470 \series bold
33471
33472 \backslash
33473 qG
33474 \series default
33475 とします。このマクロは、\SpecialChar LyX
33476 中では以下のように表示されます。
33477 \begin_inset Newline newline
33478 \end_inset
33479
33480
33481 \begin_inset space \hspace*{\fill}
33482 \end_inset
33483
33484
33485 \begin_inset Graphics
33486         filename ../clipart/macrouse.png
33487         scale 75
33488
33489 \end_inset
33490
33491
33492 \begin_inset space \hspace*{\fill}
33493 \end_inset
33494
33495
33496 \begin_inset Newline newline
33497 \end_inset
33498
33499 以下は、上記の例に、引数
33500 \begin_inset Formula $x$
33501 \end_inset
33502
33503
33504 \begin_inset Formula $\ln(x)$
33505 \end_inset
33506
33507
33508 \begin_inset Formula $B$
33509 \end_inset
33510
33511 を指定したものです。
33512 \end_layout
33513
33514 \begin_layout Standard
33515 \begin_inset Formula 
33516 \[
33517 \qG x{\ln(x)}B
33518 \]
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \SpecialChar LyX
33527 は、
33528 \family sans
33529 ツール\SpecialChar menuseparator
33530 設定\SpecialChar menuseparator
33531 編集\SpecialChar menuseparator
33532 制御
33533 \family default
33534 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33535 せてみてください。
33536 \end_layout
33537
33538 \begin_layout Standard
33539 数式マクロは、文書書き出し時に、内部的に
33540 \series bold
33541
33542 \backslash
33543 newcommand
33544 \series default
33545 コマンドに変換されます。こうして生成された
33546 \series bold
33547
33548 \backslash
33549 newcommand
33550 \series default
33551 コマンドは、\SpecialChar LaTeX
33552 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33553 \end_layout
33554
33555 \begin_layout Standard
33556 数式マクロは、
33557 \series bold
33558
33559 \backslash
33560 newcommand
33561 \series default
33562 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
33563 中に通常の文章として、
33564 \series bold
33565
33566 \begin_inset Newline newline
33567 \end_inset
33568
33569
33570 \backslash
33571 newcommand{
33572 \backslash
33573 larrow}[2]{
33574 \backslash
33575 xleftarrow[#2]{#1}}
33576 \begin_inset Newline newline
33577 \end_inset
33578
33579
33580 \series default
33581 というコマンドを書き入れ、この全体を選択して、
33582 \begin_inset Flex Ruby
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 捷径
33587 \begin_inset Argument post:1
33588 status collapsed
33589
33590 \begin_layout Plain Layout
33591 ショートカット
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \family sans
33603 Ctrl+M
33604 \family default
33605 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33606 \series bold
33607
33608 \backslash
33609 newcommand
33610 \series default
33611 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
33612 エラーが発生します。
33613 \end_layout
33614
33615 \begin_layout Standard
33616 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33617 \begin_inset CommandInset ref
33618 LatexCommand ref
33619 reference "subsec:newcommandコマンド"
33620
33621 \end_inset
33622
33623 節で例として作った
33624 \series bold
33625
33626 \backslash
33627 fb
33628 \series default
33629 は、マクロとしては作ることができません。
33630 \end_layout
33631
33632 \begin_layout Standard
33633 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33634 中に以下のようなマクロツールバーが表示されます。
33635 \end_layout
33636
33637 \begin_layout Standard
33638 \begin_inset VSpace defskip
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 \begin_inset Graphics
33646         filename ../clipart/MacroToolbar.png
33647
33648 \end_inset
33649
33650
33651 \begin_inset Index idx
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 まくろ@マクロ ! つーるばー@ツールバー
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \begin_inset VSpace defskip
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 マクロツールバーは、左から右に、以下の各ボタンがあります。
33672 \end_layout
33673
33674 \begin_layout Standard
33675 \begin_inset VSpace defskip
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \begin_inset Tabular
33683 <lyxtabular version="3" rows="9" columns="2">
33684 <features islongtable="true" longtabularalignment="center">
33685 <column alignment="left" valignment="top">
33686 <column alignment="left" valignment="top" width="85col%">
33687 <row interlinespace="2.5mm">
33688 <cell alignment="center" valignment="top" usebox="none">
33689 \begin_inset Text
33690
33691 \begin_layout Plain Layout
33692 \begin_inset Info
33693 type  "icon"
33694 arg   "math-macro-remove-param"
33695 \end_inset
33696
33697
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 <cell alignment="center" valignment="top" usebox="none">
33703 \begin_inset Text
33704
33705 \begin_layout Plain Layout
33706
33707 \family sans
33708 編集\SpecialChar menuseparator
33709 数式\SpecialChar menuseparator
33710 マクロ定義\SpecialChar menuseparator
33711 最後の引数を削除
33712 \end_layout
33713
33714 \end_inset
33715 </cell>
33716 </row>
33717 <row interlinespace="2.5mm">
33718 <cell alignment="center" valignment="top" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722 \begin_inset Info
33723 type  "icon"
33724 arg   "math-macro-add-param"
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 <cell alignment="center" valignment="top" usebox="none">
33733 \begin_inset Text
33734
33735 \begin_layout Plain Layout
33736
33737 \family sans
33738 編集\SpecialChar menuseparator
33739 数式\SpecialChar menuseparator
33740 マクロ定義\SpecialChar menuseparator
33741 引数を追加
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 </row>
33747 <row interlinespace="2.5mm">
33748 <cell alignment="center" valignment="top" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 \begin_inset Info
33753 type  "icon"
33754 arg   "math-macro-make-optional"
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \end_inset
33761 </cell>
33762 <cell alignment="center" valignment="top" usebox="none">
33763 \begin_inset Text
33764
33765 \begin_layout Plain Layout
33766
33767 \family sans
33768 編集\SpecialChar menuseparator
33769 数式\SpecialChar menuseparator
33770 マクロ定義\SpecialChar menuseparator
33771 最初の必須引数を
33772 \begin_inset Newline newline
33773 \end_inset
33774
33775
33776 \begin_inset Phantom HPhantom
33777 status open
33778
33779 \begin_layout Plain Layout
33780
33781 \family sans
33782 編集\SpecialChar menuseparator
33783 数式\SpecialChar menuseparator
33784 マクロ定義\SpecialChar menuseparator
33785
33786 \end_layout
33787
33788 \end_inset
33789
33790 非必須引数にする
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 <row interlinespace="2.5mm">
33797 <cell alignment="center" valignment="top" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 \begin_inset Info
33802 type  "icon"
33803 arg   "math-macro-make-nonoptional"
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Plain Layout
33815
33816 \family sans
33817 編集\SpecialChar menuseparator
33818 数式\SpecialChar menuseparator
33819 マクロ定義\SpecialChar menuseparator
33820 最後の非必須引数を
33821 \begin_inset Newline newline
33822 \end_inset
33823
33824
33825 \begin_inset Phantom HPhantom
33826 status open
33827
33828 \begin_layout Plain Layout
33829
33830 \family sans
33831 編集\SpecialChar menuseparator
33832 数式\SpecialChar menuseparator
33833 マクロ定義\SpecialChar menuseparator
33834
33835 \end_layout
33836
33837 \end_inset
33838
33839 必須引数にする
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 </row>
33845 <row interlinespace="2.5mm">
33846 <cell alignment="center" valignment="top" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850 \begin_inset Info
33851 type  "icon"
33852 arg   "math-macro-remove-optional-param"
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 <cell alignment="center" valignment="top" usebox="none">
33861 \begin_inset Text
33862
33863 \begin_layout Plain Layout
33864
33865 \family sans
33866 編集\SpecialChar menuseparator
33867 数式\SpecialChar menuseparator
33868 マクロ定義\SpecialChar menuseparator
33869 非必須引数を削除
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 <row interlinespace="2.5mm">
33876 <cell alignment="center" valignment="top" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 \begin_inset Info
33881 type  "icon"
33882 arg   "math-macro-add-optional-param"
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894
33895 \family sans
33896 編集\SpecialChar menuseparator
33897 数式\SpecialChar menuseparator
33898 マクロ定義\SpecialChar menuseparator
33899 非必須引数を挿入
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row interlinespace="2.5mm">
33906 <cell alignment="center" valignment="top" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 \begin_inset Info
33911 type  "icon"
33912 arg   "math-macro-remove-greedy-param"
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924
33925 \family sans
33926 編集\SpecialChar menuseparator
33927 数式\SpecialChar menuseparator
33928 マクロ定義\SpecialChar menuseparator
33929 右に吐き出す形で
33930 \begin_inset Newline newline
33931 \end_inset
33932
33933
33934 \begin_inset Phantom HPhantom
33935 status open
33936
33937 \begin_layout Plain Layout
33938
33939 \family sans
33940 編集\SpecialChar menuseparator
33941 数式\SpecialChar menuseparator
33942 マクロ定義\SpecialChar menuseparator
33943
33944 \end_layout
33945
33946 \end_inset
33947
33948 最後の引数を削除
33949 \end_layout
33950
33951 \end_inset
33952 </cell>
33953 </row>
33954 <row interlinespace="2.5mm">
33955 <cell alignment="center" valignment="top" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 \begin_inset Info
33960 type  "icon"
33961 arg   "math-macro-append-greedy-param"
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973
33974 \family sans
33975 編集\SpecialChar menuseparator
33976 数式\SpecialChar menuseparator
33977 マクロ定義\SpecialChar menuseparator
33978 右から喰う形で
33979 \begin_inset Newline newline
33980 \end_inset
33981
33982
33983 \begin_inset Phantom HPhantom
33984 status open
33985
33986 \begin_layout Plain Layout
33987
33988 \family sans
33989 編集\SpecialChar menuseparator
33990 数式\SpecialChar menuseparator
33991 マクロ定義\SpecialChar menuseparator
33992
33993 \end_layout
33994
33995 \end_inset
33996
33997 引数を追加
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 </row>
34003 <row interlinespace="2.5mm">
34004 <cell alignment="center" valignment="top" usebox="none">
34005 \begin_inset Text
34006
34007 \begin_layout Plain Layout
34008 \begin_inset Info
34009 type  "icon"
34010 arg   "math-macro-add-greedy-optional-param"
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \end_inset
34017 </cell>
34018 <cell alignment="center" valignment="top" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Plain Layout
34022
34023 \family sans
34024 編集\SpecialChar menuseparator
34025 数式\SpecialChar menuseparator
34026 マクロ定義\SpecialChar menuseparator
34027 右から喰う形で
34028 \begin_inset Newline newline
34029 \end_inset
34030
34031
34032 \begin_inset Phantom HPhantom
34033 status open
34034
34035 \begin_layout Plain Layout
34036
34037 \family sans
34038 編集\SpecialChar menuseparator
34039 数式\SpecialChar menuseparator
34040 マクロ定義\SpecialChar menuseparator
34041
34042 \end_layout
34043
34044 \end_inset
34045
34046 非必須引数を追加
34047 \end_layout
34048
34049 \end_inset
34050 </cell>
34051 </row>
34052 </lyxtabular>
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Section
34060 コンピュータ代数システム
34061 \end_layout
34062
34063 \begin_layout Standard
34064 \SpecialChar LyX
34065 では、\SpecialChar LyX
34066 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34067 \family sans
34068 Maple
34069 \family default
34070
34071 \family sans
34072 Mathematica
34073 \family default
34074
34075 \family sans
34076 Maxima
34077 \family default
34078
34079 \family sans
34080 Octave
34081 \family default
34082 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34083 \end_layout
34084
34085 \begin_layout Subsection
34086 使用法
34087 \end_layout
34088
34089 \begin_layout Standard
34090 数式表現を書いた後、
34091 \family sans
34092 編集\SpecialChar menuseparator
34093 数式\SpecialChar menuseparator
34094 コンピュータ代数システムを使用
34095 \family default
34096 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34097 \end_layout
34098
34099 \begin_layout Standard
34100 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34101 \family typewriter
34102 Maxima
34103 \family default
34104 です)。
34105 \end_layout
34106
34107 \begin_layout Itemize
34108 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Itemize
34115 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Itemize
34122 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Itemize
34129 \begin_inset Formula $\det\left[\begin{array}{ccc}
34130 1 & 6 & 7\\
34131 2 & 5 & 8\\
34132 3 & 4 & 17
34133 \end{array}\right]=-56$
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Itemize
34140 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Subsection
34147 捷径
34148 \end_layout
34149
34150 \begin_layout Standard
34151 現在のところ、代数プログラムを呼び出すための
34152 \begin_inset Flex Ruby
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 捷径
34157 \begin_inset Argument post:1
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 ショートカット
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \end_inset
34170
34171 はありません。しかし、捷径を
34172 \family sans
34173 math-extern
34174 \family default
34175  \SpecialChar LyX
34176 関数にバインドすることは容易です(取扱説明書『
34177 \family sans
34178 \emph on
34179 \SpecialChar LyX
34180 関数篇
34181 \family default
34182 \emph default
34183 』参照)。例えば、数式エディタ中で
34184 \family sans
34185 リターン
34186 \family default
34187
34188 \begin_inset Flex Ruby
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193 \begin_inset Argument post:1
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197 キー
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \end_inset
34206
34207 をバインドさせることもできます。それを
34208 \family typewriter
34209 Maxima
34210 \family default
34211 にバインドするには、下記の捷径定義コマンドを使用します。
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217 command-alternatives paragraph-break;math-extern maxima
34218 \end_layout
34219
34220 \begin_layout Section
34221 補遺
34222 \begin_inset Index idx
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 ほい@補遺
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Subsection
34235 負の数
34236 \begin_inset Index idx
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240 かず@数 ! ふの@負の
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34250 く表示されます。
34251 \end_layout
34252
34253 \begin_layout Standard
34254 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34255 \end_layout
34256
34257 \begin_layout Standard
34258 以下は、この問題を示す例です。
34259 \begin_inset Separator parbreak
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \align center
34267 \begin_inset Tabular
34268 <lyxtabular version="3" rows="3" columns="2">
34269 <features tabularvalignment="middle">
34270 <column alignment="right" valignment="top">
34271 <column alignment="left" valignment="top">
34272 <row>
34273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34274 \begin_inset Text
34275
34276 \begin_layout Plain Layout
34277 通常の文章:
34278 \end_layout
34279
34280 \end_inset
34281 </cell>
34282 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286 x = -2
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 </row>
34292 <row>
34293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 数式:
34298 \end_layout
34299
34300 \end_inset
34301 </cell>
34302 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306 \begin_inset Formula $x=-2$
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 </row>
34315 <row>
34316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34317 \begin_inset Text
34318
34319 \begin_layout Plain Layout
34320 解決策:
34321 \end_layout
34322
34323 \end_inset
34324 </cell>
34325 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329 \begin_inset Formula $x=\textrm{-}2$
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 </lyxtabular>
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Subsection
34346 位区切りとしてのコンマ
34347 \begin_inset Index idx
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351 こんま@コンマ
34352 \end_layout
34353
34354 \end_inset
34355
34356
34357 \begin_inset Index idx
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361 かんま@カンマ
34362 \begin_inset ERT
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366
34367 |see{
34368 \end_layout
34369
34370 \end_inset
34371
34372 コンマ
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378 }
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Standard
34392 \SpecialChar LaTeX
34393 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34394 \end_layout
34395
34396 \begin_layout Standard
34397 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34398 \begin_inset Flex Ruby
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 捷径
34403 \begin_inset Argument post:1
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407 ショートカット
34408 \end_layout
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \begin_inset Info
34419 type  "shortcut"
34420 arg   "math-mode"
34421 \end_inset
34422
34423 )。
34424 \end_layout
34425
34426 \begin_layout Standard
34427 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
34428 プリアンブルに
34429 \end_layout
34430
34431 \begin_layout Standard
34432
34433 \series bold
34434
34435 \backslash
34436 usepackage{icomma}
34437 \end_layout
34438
34439 \begin_layout Standard
34440 という行を加えて、
34441 \series bold
34442 icomma.sty
34443 \series default
34444
34445 \begin_inset Foot
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449
34450 \series bold
34451 icomma
34452 \series default
34453 は、\SpecialChar LaTeX
34454 パッケージ
34455 \series bold
34456 was
34457 \series default
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 ぱっけーじ@パッケージ ! was
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 vspace{4mm}
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480
34481 に含まれています。
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \begin_inset Index idx
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491 ぱっけーじ@パッケージ ! icomma
34492 \end_layout
34493
34494 \end_inset
34495
34496 ファイルを読み込みます。
34497 \end_layout
34498
34499 \begin_layout Subsection
34500 物理ベクトル
34501 \begin_inset CommandInset label
34502 LatexCommand label
34503 name "subsec:物理ベクトル"
34504
34505 \end_inset
34506
34507
34508 \begin_inset Index idx
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 べくとる@ベクトル ! ぶつり@物理
34513 \begin_inset space \thinspace{}
34514 \end_inset
34515
34516 ——
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 \SpecialChar LaTeX
34526 パッケージ
34527 \series bold
34528 braket
34529 \series default
34530
34531 \begin_inset Foot
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536 \series bold
34537 braket
34538 \series default
34539  は標準的\SpecialChar LaTeX
34540 頒布版のすべてに含まれています。
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \begin_inset Index idx
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 ぱっけーじ@パッケージ ! braket
34551 \end_layout
34552
34553 \end_inset
34554
34555 には、定義済みのベクトルが提供されており、
34556 \end_layout
34557
34558 \begin_layout Standard
34559
34560 \series bold
34561
34562 \backslash
34563 usepackage{braket}
34564 \end_layout
34565
34566 \begin_layout Standard
34567 という\SpecialChar LaTeX
34568 プリアンブル行で読み込むことができます。
34569 \end_layout
34570
34571 \begin_layout Standard
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577
34578 \backslash
34579 ifbraket 
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \begin_inset Note Note
34586 status open
34587
34588 \begin_layout Plain Layout
34589 以下の表は、
34590 \series bold
34591 braket
34592 \series default
34593  \SpecialChar LaTeX
34594 パッケージが導入済みのときのみ表示されます。
34595 \end_layout
34596
34597 \end_inset
34598
34599 以下のコマンドが定義されています。
34600 \begin_inset Separator parbreak
34601 \end_inset
34602
34603
34604 \end_layout
34605
34606 \begin_layout Standard
34607 \align center
34608 \begin_inset Tabular
34609 <lyxtabular version="3" rows="4" columns="2">
34610 <features tabularvalignment="middle">
34611 <column alignment="center" valignment="top">
34612 <column alignment="center" valignment="top">
34613 <row>
34614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 コマンド
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627 出力
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 </row>
34633 <row>
34634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34635 \begin_inset Text
34636
34637 \begin_layout Plain Layout
34638
34639 \backslash
34640 Bra{
34641 \backslash
34642 psi
34643 \end_layout
34644
34645 \end_inset
34646 </cell>
34647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651 \begin_inset Formula $\Bra{\psi}$
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 </row>
34660 <row>
34661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665
34666 \backslash
34667 Ket{
34668 \backslash
34669 psi
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678 \begin_inset Formula $\Ket{\psi}$
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \end_inset
34685 </cell>
34686 </row>
34687 <row>
34688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692
34693 \backslash
34694 Braket{
34695 \backslash
34696 psi
34697 \begin_inset Formula $|$
34698 \end_inset
34699
34700
34701 \backslash
34702 phi
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34708 \begin_inset Text
34709
34710 \begin_layout Plain Layout
34711 \begin_inset Formula $\Braket{\psi|\phi}$
34712 \end_inset
34713
34714
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 </row>
34720 </lyxtabular>
34721
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Standard
34728
34729 \series bold
34730
34731 \backslash
34732 Braket
34733 \series default
34734 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34735 \begin_inset Formula 
34736 \[
34737 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34738 \]
34739
34740 \end_inset
34741
34742
34743 \begin_inset ERT
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747
34748
34749 \backslash
34750 else 
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \begin_inset Note Note
34757 status open
34758
34759 \begin_layout Plain Layout
34760
34761 \series bold
34762 braket
34763 \series default
34764  \SpecialChar LaTeX
34765 パッケージが導入されていないときには、以下が表示されます。
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Standard
34774 本小節の全体を出力で見るためには、
34775 \series bold
34776 braket
34777 \series default
34778  \SpecialChar LaTeX
34779 パッケージを導入する必要があります。
34780 \end_layout
34781
34782 \begin_layout Standard
34783 \begin_inset ERT
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787
34788
34789 \backslash
34790 fi 
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799
34800 \series bold
34801
34802 \backslash
34803 Braket
34804 \series default
34805 と同じ効果は、第
34806 \begin_inset CommandInset ref
34807 LatexCommand ref
34808 reference "subsec:自動の括弧丈"
34809
34810 \end_inset
34811
34812 節に説明されているとおり、
34813 \series bold
34814
34815 \backslash
34816 middle
34817 \series default
34818 コマンドを用いることによっても実現できます。
34819 \end_layout
34820
34821 \begin_layout Subsection
34822 自己定義の分数
34823 \begin_inset CommandInset label
34824 LatexCommand label
34825 name "subsec:自己定義の分数"
34826
34827 \end_inset
34828
34829
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 ぶんすう@分数 ! じこていぎの@自己定義の
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34844 \series bold
34845
34846 \backslash
34847 genfrac
34848 \series default
34849
34850 \begin_inset Index idx
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854 こまんど@コマンド ! G ! 
34855 \backslash
34856 genfrac
34857 \end_layout
34858
34859 \end_inset
34860
34861 コマンドを使います。
34862 \end_layout
34863
34864 \begin_layout Standard
34865
34866 \series bold
34867
34868 \backslash
34869 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34870 \begin_inset Newline newline
34871 \end_inset
34872
34873
34874 \begin_inset Phantom HPhantom
34875 status open
34876
34877 \begin_layout Plain Layout
34878
34879 \series bold
34880
34881 \backslash
34882 genfrac
34883 \end_layout
34884
34885 \end_inset
34886
34887 {分子}{分母}
34888 \end_layout
34889
34890 \begin_layout Standard
34891 ここで「様式」は、0
34892 \begin_inset space \thinspace{}
34893 \end_inset
34894
34895 -
34896 \begin_inset space \thinspace{}
34897 \end_inset
34898
34899 3の範囲の数字です。
34900 \begin_inset Separator parbreak
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \begin_layout Standard
34907 \align center
34908 \begin_inset Tabular
34909 <lyxtabular version="3" rows="5" columns="2">
34910 <features tabularvalignment="middle">
34911 <column alignment="center" valignment="top">
34912 <column alignment="center" valignment="top">
34913 <row>
34914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34915 \begin_inset Text
34916
34917 \begin_layout Plain Layout
34918 数字
34919 \end_layout
34920
34921 \end_inset
34922 </cell>
34923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34924 \begin_inset Text
34925
34926 \begin_layout Plain Layout
34927 様式(大きさ)
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 </row>
34933 <row>
34934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34935 \begin_inset Text
34936
34937 \begin_layout Plain Layout
34938 0
34939 \end_layout
34940
34941 \end_inset
34942 </cell>
34943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34944 \begin_inset Text
34945
34946 \begin_layout Plain Layout
34947 別行立て様式の数式
34948 \end_layout
34949
34950 \end_inset
34951 </cell>
34952 </row>
34953 <row>
34954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34955 \begin_inset Text
34956
34957 \begin_layout Plain Layout
34958 1
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967 行内数式
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 </row>
34973 <row>
34974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978 2
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 やや小(small)
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 </row>
34993 <row>
34994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998 3
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 最小(tiny)
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 </row>
35013 </lyxtabular>
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Standard
35021 「様式」を指定しないときには、
35022 \series bold
35023
35024 \backslash
35025 frac
35026 \series default
35027 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35028 \end_layout
35029
35030 \begin_layout Standard
35031 「分数線の厚み」を指定しないときには、既定値である0.4
35032 \begin_inset space \thinspace{}
35033 \end_inset
35034
35035 ptが用いられます。
35036 \end_layout
35037
35038 \begin_layout Standard
35039 \begin_inset VSpace medskip
35040 \end_inset
35041
35042 たとえば、第
35043 \begin_inset CommandInset ref
35044 LatexCommand ref
35045 reference "subsec:分数"
35046
35047 \end_inset
35048
35049 節の
35050 \series bold
35051
35052 \backslash
35053 dfrac
35054 \series default
35055 コマンドおよび
35056 \series bold
35057
35058 \backslash
35059 tbinom
35060 \series default
35061 コマンドは、
35062 \end_layout
35063
35064 \begin_layout Standard
35065
35066 \series bold
35067
35068 \backslash
35069 newcommand{
35070 \backslash
35071 dfrac}[2]{
35072 \backslash
35073 genfrac{}{}{}{0}{#1}{#2}}
35074 \end_layout
35075
35076 \begin_layout Standard
35077 あるいは
35078 \end_layout
35079
35080 \begin_layout Standard
35081
35082 \series bold
35083
35084 \backslash
35085 newcommand{
35086 \backslash
35087 tbinom}[2]{
35088 \backslash
35089 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35090 \end_layout
35091
35092 \begin_layout Standard
35093 というコマンドで定義できます。
35094 \end_layout
35095
35096 \begin_layout Standard
35097 \begin_inset VSpace medskip
35098 \end_inset
35099
35100 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
35101 プリアンブルに
35102 \end_layout
35103
35104 \begin_layout Standard
35105
35106 \series bold
35107
35108 \backslash
35109 newcommand{
35110 \backslash
35111 fracS}[3][]{
35112 \backslash
35113 genfrac{}{}{#1}{}{#2}{#3}}
35114 \end_layout
35115
35116 \begin_layout Standard
35117 という行を入れます。
35118 \end_layout
35119
35120 \begin_layout Standard
35121 以下は、そのテストです。
35122 \begin_inset Formula 
35123 \begin{align*}
35124 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35125 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35126 \end{align*}
35127
35128 \end_inset
35129
35130 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35131 \end_layout
35132
35133 \begin_layout Subsection
35134 数式の消去
35135 \begin_inset Index idx
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139 すうしき@数式 ! しょうきょ@消去
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \begin_layout Standard
35148 数式の全体もしくは一部を消去するには、4つの方法があります。
35149 \begin_inset Separator parbreak
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 \align center
35157 \begin_inset ERT
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161
35162
35163 \backslash
35164 ifcancel 
35165 \end_layout
35166
35167 \end_inset
35168
35169
35170 \begin_inset Note Note
35171 status open
35172
35173 \begin_layout Plain Layout
35174 下記の表は、\SpecialChar LaTeX
35175 パッケージ
35176 \series bold
35177 cancel
35178 \series default
35179 が導入済みの時のみ表示されます。
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \align center
35189 \begin_inset Tabular
35190 <lyxtabular version="3" rows="5" columns="2">
35191 <features tabularvalignment="middle">
35192 <column alignment="center" valignment="top">
35193 <column alignment="center" valignment="top">
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 コマンド
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208 出力
35209 \begin_inset Note Note
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 ここで
35214 \series bold
35215
35216 \backslash
35217 raisebox
35218 \series default
35219 はスペーサーとして使用しているだけです。
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235
35236 \backslash
35237 cancel
35238 \begin_inset space \textvisiblespace{}
35239 \end_inset
35240
35241 int
35242 \begin_inset space \textvisiblespace{}
35243 \end_inset
35244
35245 A=B
35246 \end_layout
35247
35248 \end_inset
35249 </cell>
35250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35251 \begin_inset Text
35252
35253 \begin_layout Plain Layout
35254 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 </row>
35263 <row>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268
35269 \backslash
35270 bcancel
35271 \begin_inset space \textvisiblespace{}
35272 \end_inset
35273
35274
35275 \backslash
35276 int
35277 \begin_inset space \textvisiblespace{}
35278 \end_inset
35279
35280 A=B
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 </row>
35298 <row>
35299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303
35304 \backslash
35305 xcancel
35306 \begin_inset space \textvisiblespace{}
35307 \end_inset
35308
35309
35310 \backslash
35311 int
35312 \begin_inset space \textvisiblespace{}
35313 \end_inset
35314
35315 A=B
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 </row>
35333 <row>
35334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338
35339 \backslash
35340 cancelto
35341 \begin_inset space \textvisiblespace{}
35342 \end_inset
35343
35344
35345 \backslash
35346 int
35347 \begin_inset space \textvisiblespace{}
35348 \end_inset
35349
35350 A=B
35351 \begin_inset Formula $\to$
35352 \end_inset
35353
35354 1
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 </row>
35372 </lyxtabular>
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Standard
35380
35381 \series bold
35382
35383 \backslash
35384 cancelto
35385 \series default
35386 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
35387 \begin_inset Formula 
35388 \[
35389 \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}}}
35390 \]
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \begin_layout Standard
35398
35399 \series bold
35400
35401 \backslash
35402 cancelto
35403 \series default
35404 の「下付き文字」寸法の大きさを変えるには、
35405 \end_layout
35406
35407 \begin_layout Standard
35408
35409 \series bold
35410
35411 \backslash
35412 PassOptionsToPackage{オプション}{cancel}
35413 \end_layout
35414
35415 \begin_layout Standard
35416 という行を\SpecialChar LaTeX
35417 プリアンブルに書き加えてください。ここで、
35418 \series bold
35419 オプション
35420 \series default
35421
35422 \series bold
35423 samesize
35424 \series default
35425 にすると、取り消した部分と同じ寸法になり、
35426 \series bold
35427 Smaller
35428 \series default
35429 にすると、通常よりも少し小さくなります。
35430 \end_layout
35431
35432 \begin_layout Standard
35433 取り消し線に色を付けるには、\SpecialChar TeX
35434 コードで以下のコマンドを書き加えてください。
35435 \end_layout
35436
35437 \begin_layout Standard
35438
35439 \series bold
35440
35441 \backslash
35442 renewcommand{
35443 \backslash
35444 CancelColor}{
35445 \backslash
35446 color{red}}
35447 \end_layout
35448
35449 \begin_layout Standard
35450 ここで
35451 \series bold
35452 red
35453 \series default
35454 は、お好みの色に変更することができます。
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset ERT
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462
35463
35464 \backslash
35465 renewcommand{
35466 \backslash
35467 CancelColor}{
35468 \backslash
35469 color{red}}
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \begin_inset Formula 
35479 \[
35480 \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}}}
35481 \]
35482
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \begin_layout Standard
35489 \begin_inset ERT
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493
35494
35495 \backslash
35496 renewcommand{
35497 \backslash
35498 CancelColor}{
35499 \backslash
35500 color{black}}
35501 \end_layout
35502
35503 \end_inset
35504
35505
35506 \begin_inset Note Note
35507 status open
35508
35509 \begin_layout Plain Layout
35510 色をリセット
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 他の微調整については、
35520 \series bold
35521 cancel
35522 \series default
35523 パッケージの取扱説明書
35524 \begin_inset CommandInset citation
35525 LatexCommand cite
35526 key "cancel"
35527
35528 \end_inset
35529
35530 をご覧ください。
35531 \begin_inset Index idx
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535 ぱっけーじ@パッケージ ! cancel
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 else 
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \begin_inset Note Note
35558 status open
35559
35560 \begin_layout Plain Layout
35561 下記の表は、\SpecialChar LaTeX
35562 パッケージ
35563 \series bold
35564 cancel
35565 \series default
35566 が導入済みの時のみ表示されます。
35567 \end_layout
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \begin_layout Standard
35575 本小節の続きを見るには、\SpecialChar LaTeX
35576 パッケージ
35577 \series bold
35578 cancel
35579 \series default
35580 を導入する必要があります。
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \begin_inset ERT
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588
35589
35590 \backslash
35591 fi 
35592 \end_layout
35593
35594 \end_inset
35595
35596
35597 \end_layout
35598
35599 \begin_layout Subsection
35600 節見出し中の数式
35601 \begin_inset CommandInset label
35602 LatexCommand label
35603 name "subsec:節見出し中の数式"
35604
35605 \end_inset
35606
35607
35608 \begin_inset Index idx
35609 status collapsed
35610
35611 \begin_layout Plain Layout
35612 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \begin_layout Standard
35621 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35622 \end_layout
35623
35624 \begin_layout Standard
35625 \begin_inset Note Greyedout
35626 status open
35627
35628 \begin_layout Plain Layout
35629 文書設定ダイアログの
35630 \family sans
35631 PDF特性
35632 \family default
35633
35634 \series bold
35635 hyperref
35636 \series default
35637
35638 \begin_inset Index idx
35639 status collapsed
35640
35641 \begin_layout Plain Layout
35642 ぱっけーじ@パッケージ ! hyperref
35643 \end_layout
35644
35645 \end_inset
35646
35647 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35648 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \end_layout
35655
35656 \begin_layout Standard
35657 これらの問題は、
35658 \family sans
35659 挿入\SpecialChar menuseparator
35660 短縮タイトル
35661 \family default
35662 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35663 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35664 \end_layout
35665
35666 \begin_layout Standard
35667 数式を目次中でも使わなくてもならないが、
35668 \series bold
35669 hyperref
35670 \series default
35671 も使用しなくてはならないときには、
35672 \end_layout
35673
35674 \begin_layout Standard
35675
35676 \series bold
35677
35678 \backslash
35679 texorpdfstring{部分}{代替文字列}
35680 \begin_inset Index idx
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684 こまんど@コマンド ! T ! 
35685 \backslash
35686 texorpdfstring
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Standard
35695 というコマンドを\SpecialChar TeX
35696 モードで使う方法があります。
35697 \end_layout
35698
35699 \begin_layout Standard
35700 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35701 文字列」が用いられます。
35702 \end_layout
35703
35704 \begin_layout Standard
35705 以下の二つは、見出しの例です。
35706 \begin_inset VSpace -3mm
35707 \end_inset
35708
35709
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715
35716 \backslash
35717 boldmath 
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Subsubsection
35726 目次中では数式を使わない見出し
35727 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35728 \end_inset
35729
35730
35731 \begin_inset Argument 1
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 目次中では数式を使わない見出し
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Subsubsection
35744 目次中で数式を使う見出し
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 texorpdfstring{
35753 \end_layout
35754
35755 \end_inset
35756
35757  
35758 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35759 \end_inset
35760
35761
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767 }{}
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \end_layout
35774
35775 \begin_layout Standard
35776 \begin_inset ERT
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781
35782 \backslash
35783 unboldmath 
35784 \end_layout
35785
35786 \end_inset
35787
35788 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35789 \series bold
35790
35791 \backslash
35792 texorpdfstring
35793 \series default
35794 が使われています。
35795 \end_layout
35796
35797 \begin_layout Standard
35798 他の節見出しと同じ書式を得るために、上の見出し全体は
35799 \series bold
35800 boldmath
35801 \series default
35802 環境に設定してあります
35803 \begin_inset Foot
35804 status collapsed
35805
35806 \begin_layout Plain Layout
35807
35808 \begin_inset CommandInset ref
35809 LatexCommand ref
35810 reference "subsec:ボールド体の数式"
35811
35812 \end_inset
35813
35814 節参照。
35815 \end_layout
35816
35817 \end_inset
35818
35819
35820 \end_layout
35821
35822 \begin_layout Subsection
35823 多段組文中の数式
35824 \begin_inset Index idx
35825 status collapsed
35826
35827 \begin_layout Plain Layout
35828 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Standard
35837 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35838 \series bold
35839 multicol
35840 \series default
35841
35842 \begin_inset Foot
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847 \series bold
35848 multicol
35849 \series default
35850 は、標準的\SpecialChar LaTeX
35851 頒布版のすべてに含まれています。
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \begin_inset Index idx
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861 ぱっけーじ@パッケージ ! multicol
35862 \end_layout
35863
35864 \end_inset
35865
35866  \SpecialChar LaTeX
35867 パッケージを、
35868 \end_layout
35869
35870 \begin_layout Standard
35871
35872 \series bold
35873
35874 \backslash
35875 usepackage{multicol}
35876 \end_layout
35877
35878 \begin_layout Standard
35879 という\SpecialChar LaTeX
35880 プリアンブル行を書いて読み込むことで、実現できます。
35881 \end_layout
35882
35883 \begin_layout Standard
35884 \begin_inset Note Greyedout
35885 status open
35886
35887 \begin_layout Plain Layout
35888 ここで、
35889 \family sans
35890 文書\SpecialChar menuseparator
35891 設定
35892 \family default
35893 メニューの
35894 \family sans
35895 本文レイアウト
35896 \family default
35897 で、
35898 \family sans
35899 二段組文書
35900 \family default
35901 の設定を
35902 \emph on
35903 有効にしてはならない
35904 \emph default
35905 ことに注意してください。
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \begin_layout Standard
35914 多段組文の前に
35915 \end_layout
35916
35917 \begin_layout Standard
35918
35919 \series bold
35920
35921 \backslash
35922 begin{multicols}{段数}
35923 \end_layout
35924
35925 \begin_layout Standard
35926 というコマンドを\SpecialChar TeX
35927 モードで書き入れます。「段数」は、2
35928 \begin_inset space \thinspace{}
35929 \end_inset
35930
35931 -
35932 \begin_inset space \thinspace{}
35933 \end_inset
35934
35935 10のあいだの数字です。多段組文の終わる数式の前には、
35936 \end_layout
35937
35938 \begin_layout Standard
35939
35940 \series bold
35941
35942 \backslash
35943 end{multicols}
35944 \end_layout
35945
35946 \begin_layout Standard
35947 というコマンドを\SpecialChar TeX
35948 モードで入れます。
35949 \end_layout
35950
35951 \begin_layout Standard
35952 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35953 \begin_inset space \thinspace{}
35954 \end_inset
35955
35956 mmの垂直空白を入れて下さい。数式様式
35957 \series bold
35958
35959 \begin_inset Foot
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 数式様式に関しては、第
35964 \begin_inset CommandInset ref
35965 LatexCommand ref
35966 reference "sec:数式様式"
35967
35968 \end_inset
35969
35970 節をご覧下さい。
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \series default
35977 として
35978 \series bold
35979 行頭下げ
35980 \series default
35981 を使用している場合には、代わりに-9
35982 \begin_inset space \thinspace{}
35983 \end_inset
35984
35985 mmの垂直空白を入れて下さい。
35986 \end_layout
35987
35988 \begin_layout Standard
35989 以下は、別行立て数式を含む、多段組文の例です。
35990 \end_layout
35991
35992 \begin_layout Standard
35993 \begin_inset ERT
35994 status collapsed
35995
35996 \begin_layout Plain Layout
35997
35998
35999 \backslash
36000 begin{multicols}{2}
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \lang ngerman
36007 Das Spektrum wird fouriertransformiert.
36008  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36009 , Lösungsmittel) zu trennen.
36010  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36011  nun das Aussehen des Ausgangssignals.
36012  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36013  über alle Phasen integrieren muss.
36014  Sei nun 
36015 \begin_inset Formula $S$
36016 \end_inset
36017
36018  unser normiertes Ausgangssignal und 
36019 \begin_inset Formula $P$
36020 \end_inset
36021
36022  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36023 \lang japanese
36024
36025 \begin_inset ERT
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029
36030
36031 \backslash
36032 end{multicols}
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \begin_inset VSpace -6mm
36039 \end_inset
36040
36041
36042 \begin_inset Formula 
36043 \begin{equation}
36044 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36045 \end{equation}
36046
36047 \end_inset
36048
36049
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055
36056 \backslash
36057 begin{multicols}{2}
36058 \end_layout
36059
36060 \end_inset
36061
36062
36063 \lang ngerman
36064 wobei 
36065 \begin_inset Formula $S_{0}$
36066 \end_inset
36067
36068  das Signal ohne Gradient ist und die Normierungsbedingung 
36069 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36070 \end_inset
36071
36072  gilt.
36073  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36074  Direkt nach dem 
36075 \begin_inset Formula $\nicefrac{\pi}{2}$
36076 \end_inset
36077
36078
36079 \begin_inset space \thinspace{}
36080 \end_inset
36081
36082 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36083  das Signal zusätzlich abschwächt.
36084  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36085  
36086 \begin_inset Formula $T_{2}$
36087 \end_inset
36088
36089 -Zeit.
36090 \end_layout
36091
36092 \begin_layout Standard
36093 \begin_inset ERT
36094 status collapsed
36095
36096 \begin_layout Plain Layout
36097
36098
36099 \backslash
36100 end{multicols}
36101 \end_layout
36102
36103 \end_inset
36104
36105  
36106 \end_layout
36107
36108 \begin_layout Subsection
36109 変数の説明付き数式
36110 \begin_inset Index idx
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Standard
36123 \begin_inset CommandInset ref
36124 LatexCommand eqref
36125 reference "eq:within"
36126
36127 \end_inset
36128
36129 式のように、数式内で変数の説明をするには、
36130 \begin_inset Formula $n$
36131 \end_inset
36132
36133 個の変数が使われている場合、左寄せの列を持つ
36134 \begin_inset Formula $2\times n$
36135 \end_inset
36136
36137 行列を使用します
36138 \begin_inset Foot
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142 行列に関しては、第
36143 \begin_inset CommandInset ref
36144 LatexCommand ref
36145 reference "sec:行列"
36146
36147 \end_inset
36148
36149 節参照。
36150 \end_layout
36151
36152 \end_inset
36153
36154 。説明を小さな文字にするには、行列の前に、たとえば
36155 \series bold
36156
36157 \backslash
36158 footnotesize
36159 \series default
36160 コマンドを挿入します
36161 \begin_inset Foot
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 フォント寸法に関しては、第
36166 \begin_inset CommandInset ref
36167 LatexCommand ref
36168 reference "subsec:書体寸法"
36169
36170 \end_inset
36171
36172 節参照。
36173 \end_layout
36174
36175 \end_inset
36176
36177
36178 \end_layout
36179
36180 \begin_layout Standard
36181 数式様式に
36182 \series bold
36183 行頭下げ
36184 \begin_inset Foot
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 数式様式に関しては、第
36189 \begin_inset CommandInset ref
36190 LatexCommand ref
36191 reference "sec:数式様式"
36192
36193 \end_inset
36194
36195 節参照。
36196 \end_layout
36197
36198 \end_inset
36199
36200
36201 \series default
36202 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36203 \series bold
36204
36205 \backslash
36206 hfill
36207 \series default
36208
36209 \begin_inset Foot
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213
36214 \series bold
36215
36216 \backslash
36217 hfill
36218 \series default
36219 は、
36220 \series bold
36221 行頭下げ
36222 \series default
36223 様式のときのみ機能します。第
36224 \begin_inset CommandInset ref
36225 LatexCommand ref
36226 reference "subsec:可変長の空白"
36227
36228 \end_inset
36229
36230 節をご覧下さい。
36231 \end_layout
36232
36233 \end_inset
36234
36235 を入れます。
36236 \end_layout
36237
36238 \begin_layout Standard
36239 数式様式に
36240 \series bold
36241 中央揃え
36242 \series default
36243 を使っている場合、数式を字下げするには、第
36244 \begin_inset CommandInset ref
36245 LatexCommand ref
36246 reference "subsec:flalign環境"
36247
36248 \end_inset
36249
36250 節で述べた方法を使用します。
36251 \begin_inset CommandInset ref
36252 LatexCommand eqref
36253 reference "eq:within"
36254
36255 \end_inset
36256
36257 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
36258 括弧が入っています。
36259 \begin_inset Formula 
36260 \begin{flalign}
36261 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36262 \rho & \textrm{density}\\
36263 V & \textrm{volume}\\
36264 g & \textrm{gravitational acceleration}
36265 \end{array} &  & {}\label{eq:within}
36266 \end{flalign}
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Subsection
36274 アップライト体のギリシャ小文字
36275 \begin_inset CommandInset label
36276 LatexCommand label
36277 name "subsec:アップライト体ギリシャ小文字"
36278
36279 \end_inset
36280
36281
36282 \begin_inset Index idx
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \begin_layout Standard
36295 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36296 \begin_inset Formula $\pi$
36297 \end_inset
36298
36299 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36300 \series bold
36301 upgreek.sty
36302 \series default
36303
36304 \begin_inset Foot
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308
36309 \series bold
36310 upgreek
36311 \series default
36312 は、
36313 \series bold
36314 was
36315 \series default
36316
36317 \begin_inset Index idx
36318 status collapsed
36319
36320 \begin_layout Plain Layout
36321 ぱっけーじ@パッケージ ! was
36322 \begin_inset ERT
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326
36327
36328 \backslash
36329 vspace{4mm}
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \end_inset
36338
36339  \SpecialChar LaTeX
36340 パッケージの一部です。
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \begin_inset Index idx
36347 status collapsed
36348
36349 \begin_layout Plain Layout
36350 ぱっけーじ@パッケージ ! upgreek
36351 \end_layout
36352
36353 \end_inset
36354
36355  ファイルを
36356 \end_layout
36357
36358 \begin_layout Standard
36359
36360 \series bold
36361
36362 \backslash
36363 usepackage{upgreek}
36364 \end_layout
36365
36366 \begin_layout Standard
36367 という\SpecialChar LaTeX
36368 プリアンブル行で読み込めば、これらが提供されるようになります。
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374
36375 \backslash
36376 ifupgreek 
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Note Note
36383 status open
36384
36385 \begin_layout Plain Layout
36386 以下の表は、
36387 \series bold
36388 upgreek
36389 \series default
36390  \SpecialChar LaTeX
36391 パッケージが導入済みのときのみ表示されます。
36392 \end_layout
36393
36394 \end_inset
36395
36396 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36397 \series bold
36398 up
36399 \series default
36400 を付けると作ることができます。たとえば
36401 \series bold
36402
36403 \backslash
36404 uptau
36405 \series default
36406 コマンドは、
36407 \begin_inset Formula $\uptau$
36408 \end_inset
36409
36410 のようになります。
36411 \end_layout
36412
36413 \begin_layout Standard
36414 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36415 \begin_inset Formula 
36416 \[
36417 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36418 \]
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36427 \begin_inset Formula $\mu m$
36428 \end_inset
36429
36430 」のような単位に使うべきではありません。
36431 \end_layout
36432
36433 \begin_layout Standard
36434 \begin_inset ERT
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438
36439
36440 \backslash
36441 else 
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \begin_inset Note Note
36448 status open
36449
36450 \begin_layout Plain Layout
36451 以下は、
36452 \series bold
36453 upgreek
36454 \series default
36455  \SpecialChar LaTeX
36456 パッケージが導入されていないときのみ表示されます。
36457 \end_layout
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 この小節のすべてを出力で見るには、
36466 \series bold
36467 upgreek
36468 \series default
36469  \SpecialChar LaTeX
36470 パッケージを導入する必要があります。
36471 \end_layout
36472
36473 \begin_layout Standard
36474 \begin_inset ERT
36475 status collapsed
36476
36477 \begin_layout Plain Layout
36478
36479
36480 \backslash
36481 fi 
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Subsection
36490 数式中のテキスト文字
36491 \begin_inset CommandInset label
36492 LatexCommand label
36493 name "subsec:数式中のテキスト文字"
36494
36495 \end_inset
36496
36497
36498 \begin_inset Index idx
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36512 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36513 \end_inset
36514
36515 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36516 \series bold
36517
36518 \backslash
36519 cdot
36520 \series default
36521
36522 \begin_inset Foot
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526
36527 \begin_inset CommandInset ref
36528 LatexCommand ref
36529 reference "subsec:二項演算子"
36530
36531 \end_inset
36532
36533 節参照。
36534 \end_layout
36535
36536 \end_inset
36537
36538 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36539 \end_layout
36540
36541 \begin_layout Standard
36542
36543 \series bold
36544
36545 \backslash
36546 Declare Inputtext{183}{
36547 \backslash
36548 ifmmode
36549 \backslash
36550 cdot
36551 \backslash
36552 else
36553 \backslash
36554 textperiodcentered
36555 \backslash
36556 f\SpecialChar ligaturebreak
36557 i}
36558 \end_layout
36559
36560 \begin_layout Standard
36561 という\SpecialChar LaTeX
36562 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
36563 \end_layout
36564
36565 \begin_layout Standard
36566 文字エンコーディング(
36567 \family sans
36568 文書\SpecialChar menuseparator
36569 設定\SpecialChar menuseparator
36570 言語
36571 \family default
36572 メニュー)は、キーボード上の
36573 \begin_inset Flex Ruby
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577
36578 \begin_inset Argument post:1
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582 キー
36583 \end_layout
36584
36585 \end_inset
36586
36587
36588 \end_layout
36589
36590 \end_inset
36591
36592 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36593 \series bold
36594
36595 \backslash
36596 textperiodcentered
36597 \series default
36598 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
36599 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
36600 て、正しいコマンドが自動的に選択されます。
36601 \end_layout
36602
36603 \begin_layout Standard
36604 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36605 \series bold
36606 latin9
36607 \series default
36608 エンコーディングは、\SpecialChar LaTeX
36609 がインストールされたフォルダにある
36610 \series bold
36611 latin9.def
36612 \series default
36613 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
36614 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
36615 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36616 \end_layout
36617
36618 \begin_layout Standard
36619 \begin_inset VSpace medskip
36620 \end_inset
36621
36622 中黒の他にこの文書では、角度記号「
36623 \begin_inset Formula $^{\circ}$
36624 \end_inset
36625
36626 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
36627 プリアンブル行で定義されています
36628 \begin_inset Foot
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632 【訳註】p\SpecialChar LaTeX
36633 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \begin_layout Standard
36642
36643 \series bold
36644
36645 \backslash
36646 DeclareInputtext{176}{
36647 \backslash
36648 ifmmode^
36649 \backslash
36650 circ
36651 \backslash
36652 else
36653 \backslash
36654 textdegree
36655 \backslash
36656 f\SpecialChar ligaturebreak
36657 i}
36658 \end_layout
36659
36660 \begin_layout Subsection
36661 数式中の\SpecialChar LaTeX
36662 コメント
36663 \begin_inset Index idx
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667 L atexこめんと@\SpecialChar LaTeX
36668 コメント
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 本文中では、ファイルの\SpecialChar LaTeX
36678 ソースコードでのみ見ることのできるコメントを、
36679 \family sans
36680 挿入
36681 \lang english
36682 \SpecialChar menuseparator
36683
36684 \lang japanese
36685 注釈
36686 \lang english
36687 \SpecialChar menuseparator
36688
36689 \lang japanese
36690 コメント
36691 \family default
36692 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36693 \end_layout
36694
36695 \begin_layout Standard
36696
36697 \series bold
36698
36699 \backslash
36700 %
36701 \end_layout
36702
36703 \begin_layout Standard
36704 というコマンドを使えば、\SpecialChar LaTeX
36705 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36706 のバグのせいで
36707 \begin_inset Foot
36708 status collapsed
36709
36710 \begin_layout Plain Layout
36711 \begin_inset CommandInset href
36712 LatexCommand href
36713 name "LyX-bug #9002"
36714 target "http://www.lyx.org/trac/ticket/9002"
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \end_inset
36722
36723 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36724 出力中に、\SpecialChar LaTeX
36725 コマンドの形では見ることができます。
36726 \lang english
36727
36728 \begin_inset Newline newline
36729 \end_inset
36730
36731
36732 \lang japanese
36733 下記は、\SpecialChar LaTeX
36734 コメントを持つ数式の例です。
36735 \begin_inset Formula 
36736 \[
36737 A=B%\text{これはコメントです。}
36738 \]
36739
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \begin_layout Section
36746 \start_of_appendix
36747 組版上の助言
36748 \begin_inset Index idx
36749 status collapsed
36750
36751 \begin_layout Plain Layout
36752 くみばんじょうのじょげん@組版上の助言
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \begin_layout Standard
36761 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36762 \begin_inset Foot
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 この要約の一部は、ISO規則を取り上げている「Duden」
36767 \begin_inset CommandInset citation
36768 LatexCommand cite
36769 key "Duden"
36770
36771 \end_inset
36772
36773 と呼ばれるドイツの半公的辞書から採られています。
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \begin_layout Itemize
36782 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36783 \begin_inset Foot
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 書体様式で指定します。第
36788 \begin_inset CommandInset ref
36789 LatexCommand ref
36790 reference "subsec:書体様式"
36791
36792 \end_inset
36793
36794 節を参照。
36795 \end_layout
36796
36797 \end_inset
36798
36799 :30
36800 \begin_inset space \thinspace{}
36801 \end_inset
36802
36803 km/h
36804 \begin_inset Newline newline
36805 \end_inset
36806
36807 値と単位の間には、最小空白を入れます。第
36808 \begin_inset CommandInset ref
36809 LatexCommand ref
36810 reference "subsec:定義済みの空白"
36811
36812 \end_inset
36813
36814 節を参照。
36815 \begin_inset Newline newline
36816 \end_inset
36817
36818 この慣習は、
36819 \series bold
36820
36821 \backslash
36822 unittwo
36823 \series default
36824 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36825 が得られます:
36826 \begin_inset Formula $\unit[30]{km/h}$
36827 \end_inset
36828
36829
36830 \begin_inset space \thinspace{}
36831 \end_inset
36832
36833 。実は、
36834 \series bold
36835
36836 \backslash
36837 unittwo
36838 \series default
36839 は、\SpecialChar LaTeX
36840 コマンドの実体ではなく、
36841 \series bold
36842
36843 \backslash
36844 unit[値]{単位}
36845 \series default
36846 というコマンドです。したがって、これを\SpecialChar TeX
36847 コード中で使用することはできません。
36848 \end_layout
36849
36850 \begin_layout Itemize
36851 百分率記号と千分率記号は、物理単位と同様に組みます:
36852 \begin_inset Newline newline
36853 \end_inset
36854
36855 血中アルコール1,2
36856 \begin_inset space \thinspace{}
36857 \end_inset
36858
36859
36860 \end_layout
36861
36862 \begin_layout Itemize
36863 角度記号は値の直後に置きます:
36864 \begin_inset Formula $15^{\circ}$
36865 \end_inset
36866
36867 。しかし、単位として用いられるときは別です:15
36868 \begin_inset space \thinspace{}
36869 \end_inset
36870
36871
36872 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Itemize
36879 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36880 \begin_inset space \thinspace{}
36881 \end_inset
36882
36883 473
36884 \begin_inset space \thinspace{}
36885 \end_inset
36886
36887 588
36888 \end_layout
36889
36890 \begin_layout Itemize
36891 \begin_inset Formula $120\times90\times40$
36892 \end_inset
36893
36894
36895 \begin_inset space \thinspace{}
36896 \end_inset
36897
36898 cmのような寸法には、積記号「
36899 \begin_inset Formula $\times$
36900 \end_inset
36901
36902 」を用います。これは、
36903 \series bold
36904
36905 \backslash
36906 times
36907 \series default
36908 コマンドか、
36909 \family sans
36910 挿入\SpecialChar menuseparator
36911 特殊文字\SpecialChar menuseparator
36912 記号
36913 \family default
36914 メニューから入れることができます。
36915 \end_layout
36916
36917 \begin_layout Itemize
36918 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36919 \begin_inset CommandInset ref
36920 LatexCommand ref
36921 reference "subsec:定義済み函数"
36922
36923 \end_inset
36924
36925 節を参照。
36926 \end_layout
36927
36928 \begin_layout Itemize
36929 複数の文字を含む指数は、アップライト体にします:
36930 \begin_inset Formula $E_{\mathrm{kin}}$
36931 \end_inset
36932
36933
36934 \begin_inset Newline newline
36935 \end_inset
36936
36937 行列要素はイタリック体にします:
36938 \begin_inset Formula $\hat{H}_{kl}$
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Itemize
36945 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36946 \end_layout
36947
36948 \begin_layout Itemize
36949
36950 \noun on
36951 フーリエ
36952 \noun default
36953 変換を表す文字は、
36954 \series bold
36955
36956 \backslash
36957 mathscr
36958 \begin_inset space \textvisiblespace{}
36959 \end_inset
36960
36961 {F
36962 \series default
36963 コマンド
36964 \begin_inset Index idx
36965 status collapsed
36966
36967 \begin_layout Plain Layout
36968 こまんど@コマンド! M ! 
36969 \backslash
36970 mathscr
36971 \end_layout
36972
36973 \end_inset
36974
36975
36976 \family sans
36977 挿入\SpecialChar menuseparator
36978 特殊文字\SpecialChar menuseparator
36979 記号\SpecialChar menuseparator
36980 文字様記号
36981 \family default
36982 メニューの
36983 \begin_inset Formula $\mathscr{F}$
36984 \end_inset
36985
36986 で入れることができます。
36987 \end_layout
36988
36989 \begin_layout Standard
36990 \begin_inset Newpage newpage
36991 \end_inset
36992
36993
36994 \end_layout
36995
36996 \begin_layout Section
36997 同義語
36998 \begin_inset Index idx
36999 status collapsed
37000
37001 \begin_layout Plain Layout
37002 どうぎご@同義語
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Standard
37011 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
37012 \end_layout
37013
37014 \begin_layout Standard
37015 \begin_inset VSpace bigskip
37016 \end_inset
37017
37018
37019 \begin_inset space \hfill{}
37020 \end_inset
37021
37022
37023 \begin_inset Tabular
37024 <lyxtabular version="3" rows="12" columns="2">
37025 <features tabularvalignment="middle">
37026 <column alignment="center" valignment="top" width="0pt">
37027 <column alignment="center" valignment="top" width="0pt">
37028 <row>
37029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 コマンド
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 同義のコマンド
37043 \begin_inset Note Note
37044 status collapsed
37045
37046 \begin_layout Plain Layout
37047 ここで
37048 \series bold
37049
37050 \backslash
37051 raisebox
37052 \series default
37053 はスペーサーとして使用しているだけです。
37054 \end_layout
37055
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \end_inset
37062 </cell>
37063 </row>
37064 <row>
37065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37066 \begin_inset Text
37067
37068 \begin_layout Plain Layout
37069
37070 \backslash
37071 ast
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37077 \begin_inset Text
37078
37079 \begin_layout Plain Layout
37080 \begin_inset ERT
37081 status collapsed
37082
37083 \begin_layout Plain Layout
37084
37085
37086 \backslash
37087 raisebox{-1.2mm}{
37088 \end_layout
37089
37090 \end_inset
37091
37092 *
37093 \begin_inset ERT
37094 status collapsed
37095
37096 \begin_layout Plain Layout
37097
37098 }
37099 \end_layout
37100
37101 \end_inset
37102
37103
37104 \end_layout
37105
37106 \end_inset
37107 </cell>
37108 </row>
37109 <row>
37110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114
37115 \backslash
37116 choose
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125
37126 \backslash
37127 binom
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 </row>
37133 <row>
37134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37135 \begin_inset Text
37136
37137 \begin_layout Plain Layout
37138
37139 \backslash
37140 geq
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37146 \begin_inset Text
37147
37148 \begin_layout Plain Layout
37149
37150 \backslash
37151 ge
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 </row>
37157 <row>
37158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162
37163 \backslash
37164 lbrace
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 {
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row>
37180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184
37185 \backslash
37186 lbracket
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195 [
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 </row>
37201 <row>
37202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206
37207 \backslash
37208 leftarrow
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217
37218 \backslash
37219 gets
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 </row>
37225 <row>
37226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230
37231 \backslash
37232 leq
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241
37242 \backslash
37243 le
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 </row>
37249 <row>
37250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254
37255 \backslash
37256 lor
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265
37266 \backslash
37267 vee
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278
37279 \backslash
37280 neq
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 not=
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 </row>
37297 <row>
37298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302
37303 \backslash
37304 slash
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 /
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 </row>
37319 <row>
37320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324
37325 \backslash
37326 vert
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 \begin_inset Formula $|$
37336 \end_inset
37337
37338
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 </row>
37344 </lyxtabular>
37345
37346 \end_inset
37347
37348
37349 \begin_inset space \hfill{}
37350 \end_inset
37351
37352
37353 \begin_inset Tabular
37354 <lyxtabular version="3" rows="12" columns="2">
37355 <features tabularvalignment="middle">
37356 <column alignment="center" valignment="top" width="0pt">
37357 <column alignment="center" valignment="top" width="0pt">
37358 <row>
37359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 コマンド
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 同義のコマンド
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 </row>
37378 <row>
37379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383
37384 \backslash
37385 backslash
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394
37395 \backslash
37396
37397 \backslash
37398
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 </row>
37404 <row>
37405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409
37410 \backslash
37411 dasharrow
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37417 \begin_inset Text
37418
37419 \begin_layout Plain Layout
37420
37421 \backslash
37422 dashrightarrow
37423 \end_layout
37424
37425 \end_inset
37426 </cell>
37427 </row>
37428 <row>
37429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435 land
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37441 \begin_inset Text
37442
37443 \begin_layout Plain Layout
37444
37445 \backslash
37446 wedge
37447 \end_layout
37448
37449 \end_inset
37450 </cell>
37451 </row>
37452 <row>
37453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \backslash
37459 rbrace
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 }
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 <row>
37475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479
37480 \backslash
37481 rbracket
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490 ]
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 </row>
37496 <row>
37497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 rightarrow
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 to
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 <row>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525
37526 \backslash
37527 lnot
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536
37537 \backslash
37538 neg
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 </row>
37544 <row>
37545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 ne
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560
37561 \backslash
37562 not=
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 </row>
37568 <row>
37569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573
37574 \backslash
37575 owns
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584
37585 \backslash
37586 ni
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 <row>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 square
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608
37609 \backslash
37610 Box
37611 \end_layout
37612
37613 \end_inset
37614 </cell>
37615 </row>
37616 <row>
37617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623 Vert
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632
37633 \backslash
37634
37635 \begin_inset Formula $|$
37636 \end_inset
37637
37638
37639 \end_layout
37640
37641 \end_inset
37642 </cell>
37643 </row>
37644 </lyxtabular>
37645
37646 \end_inset
37647
37648
37649 \begin_inset space \hfill{}
37650 \end_inset
37651
37652
37653 \end_layout
37654
37655 \begin_layout Standard
37656 \begin_inset Newpage newpage
37657 \end_inset
37658
37659
37660 \end_layout
37661
37662 \begin_layout Bibliography
37663 \begin_inset CommandInset bibitem
37664 LatexCommand bibitem
37665 key "TLC2"
37666
37667 \end_inset
37668
37669
37670 \shape smallcaps
37671 Mittelbach, F.
37672  ; Goossens, M.
37673 \shape default
37674
37675 \shape italic
37676 The \SpecialChar LaTeX
37677  Companion
37678 \shape default
37679 , 2nd ed.
37680  Addison Wesley, 2004
37681 \end_layout
37682
37683 \begin_layout Bibliography
37684 \begin_inset CommandInset bibitem
37685 LatexCommand bibitem
37686 key "Mathmode"
37687
37688 \end_inset
37689
37690 \SpecialChar LaTeX
37691 の数式能力の
37692 \begin_inset CommandInset href
37693 LatexCommand href
37694 name "説明"
37695 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Bibliography
37703 \begin_inset CommandInset bibitem
37704 LatexCommand bibitem
37705 key "AMS"
37706
37707 \end_inset
37708
37709
37710 \begin_inset ERT
37711 status collapsed
37712
37713 \begin_layout Plain Layout
37714
37715
37716 \backslash
37717 AmS
37718 \end_layout
37719
37720 \end_inset
37721
37722 -\SpecialChar LaTeX
37723
37724 \begin_inset CommandInset href
37725 LatexCommand href
37726 name "説明"
37727 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37728
37729 \end_inset
37730
37731
37732 \end_layout
37733
37734 \begin_layout Bibliography
37735 \begin_inset CommandInset bibitem
37736 LatexCommand bibitem
37737 key "Symbols"
37738
37739 \end_inset
37740
37741 \SpecialChar LaTeX
37742 パッケージで利用できる記号の
37743 \begin_inset CommandInset href
37744 LatexCommand href
37745 name "全覧"
37746 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37747
37748 \end_inset
37749
37750
37751 \end_layout
37752
37753 \begin_layout Bibliography
37754 \begin_inset CommandInset bibitem
37755 LatexCommand bibitem
37756 key "cancel"
37757
37758 \end_inset
37759
37760 \SpecialChar LaTeX
37761  
37762 \series bold
37763 cancel
37764 \series default
37765
37766 \begin_inset Index idx
37767 status collapsed
37768
37769 \begin_layout Plain Layout
37770 ぱっけーじ@パッケージ ! cancel
37771 \end_layout
37772
37773 \end_inset
37774
37775 パッケージの
37776 \begin_inset CommandInset href
37777 LatexCommand href
37778 name "取扱説明書"
37779 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37780
37781 \end_inset
37782
37783
37784 \end_layout
37785
37786 \begin_layout Bibliography
37787 \begin_inset CommandInset bibitem
37788 LatexCommand bibitem
37789 key "hyperref"
37790
37791 \end_inset
37792
37793 \SpecialChar LaTeX
37794  
37795 \series bold
37796 hyperref
37797 \series default
37798
37799 \begin_inset Index idx
37800 status collapsed
37801
37802 \begin_layout Plain Layout
37803 ぱっけーじ@パッケージ ! hyperref
37804 \end_layout
37805
37806 \end_inset
37807
37808 パッケージの
37809 \begin_inset CommandInset href
37810 LatexCommand href
37811 name "取扱説明書"
37812 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37813
37814 \end_inset
37815
37816
37817 \end_layout
37818
37819 \begin_layout Bibliography
37820 \begin_inset CommandInset bibitem
37821 LatexCommand bibitem
37822 key "mhchem"
37823
37824 \end_inset
37825
37826 \SpecialChar LaTeX
37827  
37828 \series bold
37829 mhchem
37830 \series default
37831
37832 \begin_inset Index idx
37833 status collapsed
37834
37835 \begin_layout Plain Layout
37836 ぱっけーじ@パッケージ ! mhchem
37837 \end_layout
37838
37839 \end_inset
37840
37841 パッケージの
37842 \begin_inset CommandInset href
37843 LatexCommand href
37844 name "取扱説明書"
37845 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37846
37847 \end_inset
37848
37849
37850 \end_layout
37851
37852 \begin_layout Bibliography
37853 \begin_inset CommandInset bibitem
37854 LatexCommand bibitem
37855 key "Duden"
37856
37857 \end_inset
37858
37859
37860 \emph on
37861 Duden Band 1
37862 \emph default
37863 .
37864  22.
37865  Auflage, Duden 2001
37866 \end_layout
37867
37868 \begin_layout Bibliography
37869 \begin_inset CommandInset bibitem
37870 LatexCommand bibitem
37871 key "Checklist"
37872
37873 \end_inset
37874
37875 原稿見直しの
37876 \begin_inset CommandInset href
37877 LatexCommand href
37878 name "チェックリスト"
37879 target "http://physics.nist.gov/Document/checklist.pdf"
37880
37881 \end_inset
37882
37883
37884 \end_layout
37885
37886 \begin_layout Standard
37887 \begin_inset CommandInset index_print
37888 LatexCommand printindex
37889 type "idx"
37890
37891 \end_inset
37892
37893
37894 \end_layout
37895
37896 \end_body
37897 \end_document