]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Fix LyX version number
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 600
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % To be able to enter some characters directly in LyX,
26 % see sec. 22.11
27 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
28 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
29
30 % increase link area for cross-references and autoname them,
31 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
32 %\addto\extrasenglish{%
33 % \renewcommand*{\equationautorefname}[1]{}
34 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
35 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
36 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
37 %}
38
39 % don't load packages twice
40 % see first footnote in sec. 9.3
41 \@ifundefined{textcolor}{\usepackage{color}}{}
42
43 % the pages of the TOC are numbered roman
44 % and a PDF-bookmark for the TOC is added
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \vspace{1cm}
49  \pdfbookmark[1]{\contentsname}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % add 0.5 mm vertical space for table rows
55 \@ifundefined{extrarowheight} {\usepackage{array}}{}
56 \setlength{\extrarowheight}{0.5mm}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % makes caption labels bold
63 %\setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\AtBeginDocument{
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94 %}
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % needed in sec. 22.4
117 % check for package braket
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % needed in sec. 22.10
132 % check for package upgreek
133 \newboolean{upgreek}
134 \IfFileExists{upgreek.sty}
135  {\usepackage{upgreek}
136   \setboolean{upgreek}{true}}
137  {\setboolean{upgreek}{false}}
138
139 % make pdf bookmark sane with Japanese
140 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
141
142 \renewcommand{\seename}{→}
143 % Added by lyx2lyx
144 \setlength{\parskip}{\medskipamount}
145 \setlength{\parindent}{0pt}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize,bookmarkpackage=false
148 \use_default_options true
149 \begin_modules
150 subequations
151 ruby
152 \end_modules
153 \maintain_unincluded_children no
154 \language japanese
155 \language_package default
156 \inputencoding utf8
157 \fontencoding auto
158 \font_roman "lmodern" "IPAexMincho"
159 \font_sans "default" "IPAexGothic"
160 \font_typewriter "default" "default"
161 \font_math "auto" "auto"
162 \font_default_family default
163 \use_non_tex_fonts false
164 \font_sc false
165 \font_sans_osf false
166 \font_typewriter_osf false
167 \font_roman_osf false
168 \font_sf_scale 100 100
169 \font_tt_scale 100 100
170 \use_microtype false
171 \use_dash_ligatures false
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \float_placement class
178 \float_alignment class
179 \paperfontsize default
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Math Manual"
183 \pdf_author "LyX Team, Uwe Stohr"
184 \pdf_subject "LyX-documentation about math"
185 \pdf_keywords "LyX, Mathed"
186 \pdf_bookmarks false
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize a4
197 \use_geometry true
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 1
201 \use_package esint 1
202 \use_package mathdots 1
203 \use_package mathtools 2
204 \use_package mhchem 1
205 \use_package stackrel 1
206 \use_package stmaryrd 1
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \use_minted 0
218 \notefontcolor #0000ff
219 \use_lineno 0
220 \index 索引
221 \shortcut idx
222 \color #008000
223 \end_index
224 \leftmargin 3.5cm
225 \topmargin 3cm
226 \rightmargin 3cm
227 \bottommargin 3.5cm
228 \secnumdepth 4
229 \tocdepth 3
230 \paragraph_separation indent
231 \paragraph_indentation default
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style english
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle plain
239 \tablestyle default
240 \tracking_changes false
241 \postpone_fragile_content false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 \SpecialChar LyX
252 の数式詳細説明書
253 \end_layout
254
255 \begin_layout Author
256 \SpecialChar LyX
257 プロジェクトチーム
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 コメントや誤りの修正などがございましたら,\SpecialChar LyX
264 文書化メーリングリスト
265 \family typewriter
266  
267 \begin_inset CommandInset href
268 LatexCommand href
269 name "lyx-docs@lists.lyx.org"
270 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
271 type "mailto:"
272 literal "false"
273
274 \end_inset
275
276
277 \family default
278  までお知らせください.
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 著者:Uwe Stöhr
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \family sans
303 第2.3.x版
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset CommandInset toc
308 LatexCommand tableofcontents
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset Note Note
317 status open
318
319 \begin_layout Plain Layout
320 この文書をPDFやPS,DVIに書き出すには,\SpecialChar LaTeX
321 パッケージの
322 \series bold
323 braket
324 \series default
325
326 \series bold
327 cancel
328 \series default
329
330 \series bold
331 eurosym
332 \series default
333
334 \series bold
335 mathdots
336 \series default
337
338 \series bold
339 mhchem
340 \series default
341
342 \series bold
343 undertilde
344 \series default
345
346 \series bold
347 was
348 \series default
349 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,パッケージを必要とする節は出力には現れません.また,
350 \series bold
351 mhchem
352 \series default
353 が導入されていないと,本ファイルを書き出すことができません.
354 \end_layout
355
356 \begin_layout Plain Layout
357 この文書の最新のPDF版は
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 https://wiki.lyx.org/LyX/Manuals#Math
364 \begin_inset Newline newline
365 \end_inset
366
367
368 \series default
369 にあります.
370 \end_layout
371
372 \end_inset
373
374
375 \end_layout
376
377 \begin_layout Standard
378 \begin_inset Newpage newpage
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Section
385 はじめに
386 \end_layout
387
388 \begin_layout Standard
389 この文書は,\SpecialChar LyX
390 の数式機能の説明書であると同時に,なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
391 コマンドのコレクションでもあります.説明は,コマンドの使用を念頭に置い
392 ています.したがって,ユーザーの手引きの
393 \family typewriter
394 数式
395 \family default
396 の節をすでにお読みになっていることを前提としています.
397 \end_layout
398
399 \begin_layout Standard
400 この説明書で説明されている,ほとんどの数式記号と,数式要素の多くは,
401 \family sans
402 挿入\SpecialChar menuseparator
403 数式
404 \family default
405 メニューか
406 \family sans
407 数式ツールバー
408 \family default
409 からアクセスすることが可能です.しかし,たくさんの数式を書かなくてはならない人はみな,数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
410 なるのです.したがって,この説明書はコマンドに焦点を当てますが,対応するツールバーボタンが利用可能なときには,それにも言及することにします.
411 \end_layout
412
413 \begin_layout Standard
414 とくに断らなければ,コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,文書設定(
415 \family sans
416 文書\SpecialChar menuseparator
417 設定\SpecialChar menuseparator
418 数式オプション
419 \family default
420 メニュー)で
421 \family sans
422 AMS mathパッケージを使う
423 \family default
424 オプションを有効にしなくてはなりません
425 \begin_inset Foot
426 status collapsed
427
428 \begin_layout Plain Layout
429
430 \family sans
431 AMS mathパッケージを自動的に使う
432 \family default
433 オプションは,\SpecialChar LyX
434 でサポートされている数式要素が見つかったときのみ,
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -mathパッケージを使用します.
448 \end_layout
449
450 \end_inset
451
452
453 \end_layout
454
455 \begin_layout Standard
456 説明を明瞭にするために,この文書はすべての
457 \begin_inset ERT
458 status collapsed
459
460 \begin_layout Plain Layout
461
462
463 \backslash
464 AmS 
465 \end_layout
466
467 \end_inset
468
469 -mathコマンド
470 \begin_inset Foot
471 status collapsed
472
473 \begin_layout Plain Layout
474 すべての
475 \begin_inset ERT
476 status collapsed
477
478 \begin_layout Plain Layout
479
480
481 \backslash
482 AmS
483 \end_layout
484
485 \end_inset
486
487 -mathコマンドの一覧は,
488 \family sans
489
490 \begin_inset CommandInset href
491 LatexCommand href
492 name "amsguide.pdf"
493 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
494 literal "false"
495
496 \end_inset
497
498
499 \family default
500 ファイルに収録されています.このファイルは,すべての\SpecialChar LaTeX
501 標準頒布版に含まれています.
502 \end_layout
503
504 \end_inset
505
506 を列挙はしません.
507 \end_layout
508
509 \begin_layout Section
510 一般的な説明
511 \end_layout
512
513 \begin_layout Standard
514 本文に埋め込まれた行内数式
515 \begin_inset Index idx
516 status collapsed
517
518 \begin_layout Plain Layout
519 すうしき @ 数式 ! ぎょうない @ 行内
520 \end_layout
521
522 \end_inset
523
524 を作成するには,
525 \begin_inset Flex Ruby
526 status collapsed
527
528 \begin_layout Plain Layout
529 捷径
530 \begin_inset Argument post:1
531 status collapsed
532
533 \begin_layout Plain Layout
534 ショートカット
535 \end_layout
536
537 \end_inset
538
539
540 \end_layout
541
542 \end_inset
543
544
545 \begin_inset Info
546 type  "shortcuts"
547 arg   "math-mode"
548 \end_inset
549
550 のうちのいずれか,あるいはツールバーボタン
551 \begin_inset Info
552 type  "icon"
553 arg   "math-mode"
554 \end_inset
555
556 を使用してください.
557 \begin_inset Newline newline
558 \end_inset
559
560 大きく別の段落として表示される別行立て数式
561 \begin_inset Index idx
562 status collapsed
563
564 \begin_layout Plain Layout
565 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
566 \end_layout
567
568 \end_inset
569
570 を作成するには,
571 \begin_inset Info
572 type  "shortcuts"
573 arg   "math-display"
574 \end_inset
575
576 のうちいずれかの捷径を使用して下さい.
577 \end_layout
578
579 \begin_layout Standard
580 別行立て様式の数式を行内数式に変更するには,カーソルを数式内に合わせて
581 \begin_inset Info
582 type  "shortcuts"
583 arg   "math-mode"
584 \end_inset
585
586 のいずれかの捷径か,
587 \family sans
588 編集\SpecialChar menuseparator
589 数式\SpecialChar menuseparator
590 数式の表記を変更
591 \family default
592 メニューを使用して下さい.同じ方法が,行内数式を別行立て数式に変更するのにも使用できます.
593 \end_layout
594
595 \begin_layout Standard
596 行内数式の一部を別行立て数式の大きさで表示するには,
597 \series bold
598
599 \backslash
600 displaystyle
601 \begin_inset Index idx
602 status collapsed
603
604 \begin_layout Plain Layout
605
606 \size normal
607 こまんど@コマンド ! D ! 
608 \backslash
609 displaystyle
610 \end_layout
611
612 \end_inset
613
614
615 \series default
616 を数式に入力して下さい.すると,青いボックスが新規に現れて,希望する数式の箇所を挿入することができます.
617 \end_layout
618
619 \begin_layout Standard
620 表の中では,行内数式のみの使用が許されています.
621 \end_layout
622
623 \begin_layout Standard
624
625 \family sans
626 数式ツールバー
627 \family default
628 は,
629 \family sans
630 表示\SpecialChar menuseparator
631 ツールバー
632 \family default
633 メニューで表示することができます.そのメニューで「数式」をクリックすると,ツールバーが下部に永続的に表示されます.この状態は,
634 \family sans
635 ツールバー
636 \family default
637 メニューの中ではチェック印で表されます.この状態から,
638 \family sans
639 ツールバー
640 \family default
641 メニューの「数式」をもう一度クリックすると,数式ツールバーは,カーソルが数式内部にあるときのみ表示されるようになります.この状態は,メニュー項目が「数式」から「
642 数式(自動)」に変わることで表されます.
643 \end_layout
644
645 \begin_layout Standard
646 \SpecialChar TeX
647 モード
648 \begin_inset Index idx
649 status collapsed
650
651 \begin_layout Plain Layout
652 T exもーど@\SpecialChar TeX
653 モード
654 \end_layout
655
656 \end_inset
657
658 は,ツールバーボタン
659 \begin_inset Info
660 type  "icon"
661 arg   "ert-insert"
662 \end_inset
663
664 を押すか,
665 \family sans
666 挿入\SpecialChar menuseparator
667 TeXコード
668 \family default
669 (捷径:
670 \begin_inset Info
671 type  "shortcut"
672 arg   "ert-insert"
673 \end_inset
674
675 )メニューを使うことで,起動できます.
676 \begin_inset Note Note
677 status collapsed
678
679 \begin_layout Plain Layout
680 \SpecialChar LyX
681 には,出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」,\SpecialChar TeX
682 ・\SpecialChar LaTeX
683 ・\SpecialChar LyX
684 があります.これらの名称が,固有名詞として認識されるのを防ぐために,ここでは\SpecialChar TeX
685 括弧
686 が挿入されています.
687 \end_layout
688
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Standard
695 \SpecialChar LaTeX
696 プリアンブル
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 L atexぷりあんぶる@\SpecialChar LaTeX
702 プリアンブル
703 \end_layout
704
705 \end_inset
706
707 を変更するには,
708 \family sans
709 文書\SpecialChar menuseparator
710 設定\SpecialChar menuseparator
711 LaTeXプリアンブル
712 \family default
713 メニューを使用してください.
714 \end_layout
715
716 \begin_layout Standard
717 行列や場合分け,多行数式を続けて編集するには,
718 \family sans
719 編集\SpecialChar menuseparator
720 数式
721 \family default
722 メニューと
723 \family sans
724 編集\SpecialChar menuseparator
725 行と列
726 \family default
727 メニューを使うか,表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,カーソルのある列や行は,それぞれ右側の列や下の行と
728 交換されます.カーソルが最後の列や行にあるときには,左の列や上の行と交換されることになります.
729 \end_layout
730
731 \begin_layout Standard
732 数式内で文章を書く
733 \begin_inset Foot
734 status collapsed
735
736 \begin_layout Plain Layout
737 多行数式では,
738 \series bold
739
740 \backslash
741 intertext
742 \series default
743 コマンドが使用されます.
744 \begin_inset CommandInset ref
745 LatexCommand ref
746 reference "subsec:多行数式中のテキスト"
747
748 \end_inset
749
750 を参照のこと.
751 \end_layout
752
753 \end_inset
754
755 には,
756 \emph on
757 数式テキスト
758 \emph default
759
760 \begin_inset Index idx
761 status collapsed
762
763 \begin_layout Plain Layout
764 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
765 \end_layout
766
767 \end_inset
768
769
770 \begin_inset Index idx
771 status collapsed
772
773 \begin_layout Plain Layout
774 すうしきてきすと @ 数式テキスト
775 \end_layout
776
777 \end_inset
778
779 が使用されます.このモードには,捷径
780 \begin_inset Info
781 type  "shortcut"
782 arg   "math-mode"
783 \end_inset
784
785 を使うか,
786 \series bold
787
788 \backslash
789 text
790 \series default
791
792 \begin_inset Index idx
793 status collapsed
794
795 \begin_layout Plain Layout
796 こまんど @ コマンド ! T ! 
797 \backslash
798 text
799 \end_layout
800
801 \end_inset
802
803 コマンドを挿入することで入ることができます.テキストは,\SpecialChar LyX
804 中では黒字で表示されるので,青字で表示される他の数式部分とは区別することができます.出力においては,数式
805 テキストは,他の数式部分とは違って,アップライト体に組まれます.
806 \end_layout
807
808 \begin_layout Subsection*
809 コマンドの構成
810 \end_layout
811
812 \begin_layout Standard
813 数式要素に使われるほとんどの\SpecialChar LaTeX
814 コマンドは,以下のような構成になっています.
815 \end_layout
816
817 \begin_layout Standard
818
819 \series bold
820
821 \backslash
822 コマンド名[非必須引数]{必須引数}
823 \end_layout
824
825 \begin_layout Standard
826 コマンドは,つねにバックスラッシュ「
827 \series bold
828
829 \backslash
830
831 \series default
832 」で始まります.非必須の引数を省略するときには,随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,この文書中では,\SpecialChar TeX
833 括弧
834 \begin_inset Index idx
835 status collapsed
836
837 \begin_layout Plain Layout
838 T exかっこ@\SpecialChar TeX
839 括弧
840 \end_layout
841
842 \end_inset
843
844 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,\SpecialChar LyX
845 は自動的に\SpecialChar TeX
846 括弧を生成します.数式中ではそれ以外に,
847 \series bold
848
849 \backslash
850 {
851 \series default
852 コマンドを使えば,つねに\SpecialChar TeX
853 括弧を生成することができます.\SpecialChar LyX
854 中で,青字で表示される通常の括弧とは違って,\SpecialChar TeX
855 括弧は赤字で表示されます.\SpecialChar TeX
856 モード中では,\SpecialChar TeX
857 括弧を得るのに,とくに
858 コマンドは必要としません.また,\SpecialChar TeX
859 括弧は出力中では表示されません.
860 \end_layout
861
862 \begin_layout Standard
863 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
864 モードに入力するときには,コマンドの終わりを表すために,コマンドの後に空白が
865 \emph on
866 かならず
867 \emph default
868 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,空白の後に,通常テキストモードの保護された空白が来なくてはなりませ
869 ん.
870 \end_layout
871
872 \begin_layout Standard
873 保護された空白は,
874 \begin_inset Info
875 type  "shortcuts"
876 arg   "command-alternatives space-insert protected ; math-space"
877 \end_inset
878
879  
880 \begin_inset Flex Ruby
881 status collapsed
882
883 \begin_layout Plain Layout
884
885 \begin_inset Argument post:1
886 status collapsed
887
888 \begin_layout Plain Layout
889 キー
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899 で入力できます.
900 \end_layout
901
902 \begin_layout Subsection*
903 \begin_inset Newpage newpage
904 \end_inset
905
906 文法の説明
907 \end_layout
908
909 \begin_layout Itemize
910 記号 
911 \begin_inset space \textvisiblespace{}
912 \end_inset
913
914  は,空白文字を入力することを表します.
915 \end_layout
916
917 \begin_layout Itemize
918 \begin_inset Formula $\to$
919 \end_inset
920
921 のような矢印は,キーボードから対応する矢印
922 \begin_inset Flex Ruby
923 status collapsed
924
925 \begin_layout Plain Layout
926
927 \begin_inset Argument post:1
928 status collapsed
929
930 \begin_layout Plain Layout
931 キー
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940
941 を押すことを表します.
942 \end_layout
943
944 \begin_layout Subsection*
945 使用できる単位
946 \end_layout
947
948 \begin_layout Standard
949 \align center
950 \begin_inset Float table
951 placement H
952 alignment document
953 wide false
954 sideways false
955 status open
956
957 \begin_layout Plain Layout
958 \align center
959 \begin_inset Caption Standard
960
961 \begin_layout Plain Layout
962 \begin_inset CommandInset label
963 LatexCommand label
964 name "tab:使用できる単位"
965
966 \end_inset
967
968 使用できる単位
969 \end_layout
970
971 \end_inset
972
973
974 \end_layout
975
976 \begin_layout Plain Layout
977 \align center
978 \begin_inset Tabular
979 <lyxtabular version="3" rows="13" columns="2">
980 <features booktabs="true" tabularvalignment="middle">
981 <column alignment="center" valignment="top" width="0pt">
982 <column alignment="center" valignment="top">
983 <row>
984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
985 \begin_inset Text
986
987 \begin_layout Plain Layout
988 単位
989 \end_layout
990
991 \end_inset
992 </cell>
993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
994 \begin_inset Text
995
996 \begin_layout Plain Layout
997 名称/摘要
998 \end_layout
999
1000 \end_inset
1001 </cell>
1002 </row>
1003 <row>
1004 <cell alignment="center" valignment="top" usebox="none">
1005 \begin_inset Text
1006
1007 \begin_layout Plain Layout
1008 mm
1009 \end_layout
1010
1011 \end_inset
1012 </cell>
1013 <cell alignment="center" valignment="top" usebox="none">
1014 \begin_inset Text
1015
1016 \begin_layout Plain Layout
1017 ミリメートル
1018 \end_layout
1019
1020 \end_inset
1021 </cell>
1022 </row>
1023 <row>
1024 <cell alignment="center" valignment="top" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 cm
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 <cell alignment="center" valignment="top" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 センチメートル
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 </row>
1043 <row>
1044 <cell alignment="center" valignment="top" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 in
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 <cell alignment="center" valignment="top" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 インチ
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 </row>
1063 <row>
1064 <cell alignment="center" valignment="top" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 pt
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 <cell alignment="center" valignment="top" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 ポイント (72.27
1078 \begin_inset Formula $\,$
1079 \end_inset
1080
1081 pt = 1
1082 \begin_inset Formula $\,$
1083 \end_inset
1084
1085 in)
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 </row>
1091 <row>
1092 <cell alignment="center" valignment="top" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 pc
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 パイカ (1
1106 \begin_inset Formula $\,$
1107 \end_inset
1108
1109 pc = 12
1110 \begin_inset Formula $\,$
1111 \end_inset
1112
1113 pt)
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 sp
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 スケールポイント (65536
1134 \begin_inset Formula $\,$
1135 \end_inset
1136
1137 sp = 1
1138 \begin_inset Formula $\,$
1139 \end_inset
1140
1141 pt)
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 </row>
1147 <row>
1148 <cell alignment="center" valignment="top" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 bp
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 ビッグポイント (72
1162 \begin_inset Formula $\,$
1163 \end_inset
1164
1165 bp = 1
1166 \begin_inset Formula $\,$
1167 \end_inset
1168
1169 in)
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 dd
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 ディドー (72
1190 \begin_inset Formula $\,$
1191 \end_inset
1192
1193 dd 
1194 \begin_inset Formula $\approx$
1195 \end_inset
1196
1197  37.6
1198 \begin_inset Formula $\,$
1199 \end_inset
1200
1201 mm)
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 </row>
1207 <row>
1208 <cell alignment="center" valignment="top" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 cc
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 シセロ (1
1222 \begin_inset Formula $\,$
1223 \end_inset
1224
1225 cc = 12
1226 \begin_inset Formula $\,$
1227 \end_inset
1228
1229 dd)
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 </row>
1235 <row>
1236 <cell alignment="center" valignment="top" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 ex
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 <cell alignment="center" valignment="top" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 現在のフォントの文字「x」の高さ
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 </row>
1255 <row>
1256 <cell alignment="center" valignment="top" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 em
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 <cell alignment="center" valignment="top" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 現在のフォントの文字「M」の幅
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 </row>
1275 <row>
1276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 mu
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 数式単位(1
1290 \begin_inset space \thinspace{}
1291 \end_inset
1292
1293 mu = 
1294 \begin_inset Formula $\nicefrac{1}{18}$
1295 \end_inset
1296
1297
1298 \begin_inset space \thinspace{}
1299 \end_inset
1300
1301 em)
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 </row>
1307 </lyxtabular>
1308
1309 \end_inset
1310
1311
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \begin_layout Standard
1320 \begin_inset Newpage newpage
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Section
1327 基礎的な関数
1328 \end_layout
1329
1330 \begin_layout Subsection
1331 指数
1332 \begin_inset Index idx
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 しすう@指数
1337 \end_layout
1338
1339 \end_inset
1340
1341 および添字
1342 \begin_inset Index idx
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346 そえじ@添字
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 うえつきもじ@上付き文字
1357 \begin_inset ERT
1358 status open
1359
1360 \begin_layout Plain Layout
1361
1362 |see{
1363 \end_layout
1364
1365 \end_inset
1366
1367 指数
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \begin_inset Index idx
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388 したつきもじ@下付き文字
1389 \begin_inset ERT
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393
1394 |see{
1395 \end_layout
1396
1397 \end_inset
1398
1399 添字
1400 \begin_inset ERT
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404
1405 }
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \begin_layout Standard
1419 添字は,アンダースコア「_」を打鍵するか,数式ツールバーボタン
1420 \begin_inset Info
1421 type  "icon"
1422 arg   "math-subscript"
1423 \end_inset
1424
1425 を使って入力することができ,指数は,キャレット「^」を打鍵するか,数式ツールバーボタン
1426 \begin_inset Info
1427 type  "icon"
1428 arg   "math-superscript"
1429 \end_inset
1430
1431 を使って入力することができます.
1432 \end_layout
1433
1434 \begin_layout Standard
1435 \align center
1436 \begin_inset Tabular
1437 <lyxtabular version="3" rows="4" columns="2">
1438 <features booktabs="true" tabularvalignment="middle">
1439 <column alignment="center" valignment="top" width="0pt">
1440 <column alignment="center" valignment="top" width="0pt">
1441 <row>
1442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1443 \begin_inset Text
1444
1445 \begin_layout Plain Layout
1446 コマンド
1447 \end_layout
1448
1449 \end_inset
1450 </cell>
1451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1452 \begin_inset Text
1453
1454 \begin_layout Plain Layout
1455 出力
1456 \end_layout
1457
1458 \end_inset
1459 </cell>
1460 </row>
1461 <row>
1462 <cell alignment="center" valignment="top" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 B_V
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 <cell alignment="center" valignment="top" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Plain Layout
1475 \begin_inset Formula $B_{V}$
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \end_inset
1482 </cell>
1483 </row>
1484 <row topspace="1.5mm">
1485 <cell alignment="center" valignment="top" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489 B^V
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 <cell alignment="center" valignment="top" usebox="none">
1495 \begin_inset Text
1496
1497 \begin_layout Plain Layout
1498 \begin_inset Formula $B^{V}$
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 </row>
1507 <row topspace="1.5mm">
1508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512 B^
1513 \begin_inset space \textvisiblespace{}
1514 \end_inset
1515
1516 A
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 \begin_inset Formula $B^{A}$
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 </lyxtabular>
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \begin_layout Standard
1542 キャレットは,言語によってはアクセント記号として使用されているので,そのような場合には,母音字の後でキャレットを押すと,指数にならずにアクセントをつけることにな
1543 ってしまいます
1544 \begin_inset Foot
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 使用しているキーボード設定によっては,同様のことが母音以外の文字でも起こることがあります.
1549 \end_layout
1550
1551 \end_inset
1552
1553 .この場合に指数を作るには,上記の最後の例のように,キャレットの後に
1554 \family sans
1555 Space
1556 \family default
1557 を押してください.
1558 \end_layout
1559
1560 \begin_layout Subsection
1561 分数
1562 \begin_inset CommandInset label
1563 LatexCommand label
1564 name "subsec:分数"
1565
1566 \end_inset
1567
1568
1569 \begin_inset Index idx
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 ぶんすう@分数
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 分数は,コマンド
1583 \series bold
1584
1585 \backslash
1586 frac
1587 \series default
1588
1589 \begin_inset Index idx
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593 こまんど@コマンド ! F ! 
1594 \backslash
1595 frac
1596 \end_layout
1597
1598 \end_inset
1599
1600 か数式ツールバーボタン
1601 \begin_inset Info
1602 type  "icon"
1603 arg   "math-insert \\frac"
1604 \end_inset
1605
1606 で作ることができます.フォント寸法は,分数が行内数式にあるか別行立て数式にあるかに応じて,自動的に調整されます.数式ツールバーボタン
1607 \begin_inset Info
1608 type  "icon"
1609 arg   "math-insert \\frac-square"
1610 \end_inset
1611
1612 を使えば,分数の種類を選ぶことができます.
1613 \end_layout
1614
1615 \begin_layout Standard
1616 コマンド
1617 \series bold
1618
1619 \backslash
1620 dfrac
1621 \series default
1622
1623 \begin_inset Index idx
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 こまんど@コマンド ! D ! 
1628 \backslash
1629 dfrac
1630 \end_layout
1631
1632 \end_inset
1633
1634 を使えば,つねに別行立て数式の大きさを持つ分数を作成することができます.また,コマンド
1635 \series bold
1636
1637 \backslash
1638 tfrac
1639 \series default
1640
1641 \begin_inset Index idx
1642 status collapsed
1643
1644 \begin_layout Plain Layout
1645 こまんど@コマンド ! T ! 
1646 \backslash
1647 tfrac
1648 \end_layout
1649
1650 \end_inset
1651
1652 では,つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 これは,コマンド
1657 \series bold
1658
1659 \backslash
1660 frac
1661 \series default
1662 を使用して作った分数
1663 \begin_inset Formula $\frac{1}{2}$
1664 \end_inset
1665
1666 を含む行です.
1667 \end_layout
1668
1669 \begin_layout Standard
1670 これは,コマンド
1671 \series bold
1672
1673 \backslash
1674 dfrac
1675 \series default
1676 を使用して作った分数
1677 \begin_inset Formula $\dfrac{1}{2}$
1678 \end_inset
1679
1680 を含む行です.
1681 \end_layout
1682
1683 \begin_layout Standard
1684 \align center
1685 \begin_inset Tabular
1686 <lyxtabular version="3" rows="4" columns="2">
1687 <features booktabs="true" tabularvalignment="middle">
1688 <column alignment="center" valignment="top" width="0pt">
1689 <column alignment="center" valignment="top" width="0pt">
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695 コマンド
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704 出力
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 </row>
1710 <row topspace="1.5mm">
1711 <cell alignment="center" valignment="top" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \backslash
1717 frac
1718 \begin_inset space \textvisiblespace{}
1719 \end_inset
1720
1721 A
1722 \begin_inset Formula $\downarrow$
1723 \end_inset
1724
1725 B
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734 \begin_inset Formula $\frac{A}{B}$
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 <row topspace="2mm">
1744 <cell alignment="center" valignment="top" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \backslash
1750 dfrac
1751 \begin_inset space \textvisiblespace{}
1752 \end_inset
1753
1754 A
1755 \begin_inset Formula $\downarrow$
1756 \end_inset
1757
1758 B
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767 \begin_inset Formula $\dfrac{A}{B}$
1768 \end_inset
1769
1770
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 </row>
1776 <row topspace="2mm" bottomspace="1mm">
1777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \backslash
1783 dfrac
1784 \begin_inset space \textvisiblespace{}
1785 \end_inset
1786
1787 e^
1788 \backslash
1789 frac
1790 \begin_inset space \textvisiblespace{}
1791 \end_inset
1792
1793 1
1794 \begin_inset Formula $\downarrow$
1795 \end_inset
1796
1797 2
1798 \begin_inset Formula $\downarrow\downarrow$
1799 \end_inset
1800
1801 3
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1811 \end_inset
1812
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 </row>
1819 </lyxtabular>
1820
1821 \end_inset
1822
1823
1824 \end_layout
1825
1826 \begin_layout Standard
1827 \begin_inset VSpace bigskip
1828 \end_inset
1829
1830
1831 \begin_inset Newpage newpage
1832 \end_inset
1833
1834 入れ子の分数を作るには,コマンド
1835 \series bold
1836
1837 \backslash
1838 cfrac
1839 \series default
1840
1841 \begin_inset Index idx
1842 status collapsed
1843
1844 \begin_layout Plain Layout
1845 こまんど@コマンド ! C ! 
1846 \backslash
1847 cfrac
1848 \end_layout
1849
1850 \end_inset
1851
1852 が使えます.以下がその例です.
1853 \begin_inset VSpace -3mm
1854 \end_inset
1855
1856
1857 \end_layout
1858
1859 \begin_layout Standard
1860 \begin_inset Formula 
1861 \begin{align*}
1862 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1863 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1864 \end{align*}
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Standard
1872 上記の例で使用したコマンドは,
1873 \end_layout
1874
1875 \begin_layout Standard
1876
1877 \series bold
1878
1879 \backslash
1880 cfrac
1881 \begin_inset ERT
1882 status collapsed
1883
1884 \begin_layout Plain Layout
1885
1886
1887 \backslash
1888 space 
1889 \end_layout
1890
1891 \end_inset
1892
1893 A
1894 \begin_inset Formula $\downarrow$
1895 \end_inset
1896
1897 B+
1898 \backslash
1899 cfrac
1900 \begin_inset ERT
1901 status collapsed
1902
1903 \begin_layout Plain Layout
1904
1905
1906 \backslash
1907 space 
1908 \end_layout
1909
1910 \end_inset
1911
1912 C+
1913 \backslash
1914 cfrac
1915 \begin_inset ERT
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919
1920
1921 \backslash
1922 space 
1923 \end_layout
1924
1925 \end_inset
1926
1927 E
1928 \begin_inset Formula $\downarrow$
1929 \end_inset
1930
1931 F
1932 \begin_inset Formula $\downarrow$
1933 \end_inset
1934
1935 D
1936 \end_layout
1937
1938 \begin_layout Standard
1939 です.
1940 \end_layout
1941
1942 \begin_layout Standard
1943 \begin_inset VSpace medskip
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950
1951 \series bold
1952
1953 \backslash
1954 cfrac
1955 \series default
1956 は,他の分数中に入れ子になっている場合も含め,分数をつねに別行立て数式の大きさに設定します.
1957 \end_layout
1958
1959 \begin_layout Standard
1960 分子の揃え方は,指定することができます.
1961 \series bold
1962
1963 \backslash
1964 cfracleft
1965 \series default
1966 コマンドは左揃えにし,
1967 \series bold
1968
1969 \backslash
1970 cfracright
1971 \series default
1972 は右揃えにします.
1973 \series bold
1974
1975 \backslash
1976 cfrac
1977 \series default
1978 は中央揃えです.以下の各分数は,それぞれの揃え位置を示しています.
1979 \series bold
1980
1981 \begin_inset Formula 
1982 \[
1983 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
1984 \]
1985
1986 \end_inset
1987
1988
1989 \end_layout
1990
1991 \begin_layout Standard
1992 \begin_inset Note Greyedout
1993 status open
1994
1995 \begin_layout Plain Layout
1996
1997 \series bold
1998 【註】
1999 \backslash
2000 cfracleft
2001 \series default
2002
2003 \series bold
2004
2005 \backslash
2006 cfracright
2007 \series default
2008 は,生粋の\SpecialChar LaTeX
2009 コマンドではなく,実体は,コマンド
2010 \series bold
2011
2012 \backslash
2013 cfrac[揃え位置]{分子}{分母}
2014 \series default
2015 です.したがって,これらを\SpecialChar TeX
2016 モードで使うことはできません.
2017 \end_layout
2018
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \begin_layout Standard
2025 \begin_inset VSpace medskip
2026 \end_inset
2027
2028 ときに,以下のように
2029 \series bold
2030
2031 \backslash
2032 cfrac
2033 \series default
2034
2035 \series bold
2036
2037 \backslash
2038 frac
2039 \series default
2040 を組み合わせて使うと便利です.
2041 \begin_inset Formula 
2042 \[
2043 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2044 \]
2045
2046 \end_inset
2047
2048
2049 \end_layout
2050
2051 \begin_layout Standard
2052 斜めの分数線を持つ行内分数を作るには,コマンド
2053 \series bold
2054
2055 \backslash
2056 nicefrac
2057 \series default
2058
2059 \begin_inset Index idx
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063 こまんど@コマンド ! N ! 
2064 \backslash
2065 nicefrac
2066 \end_layout
2067
2068 \end_inset
2069
2070 (例:
2071 \begin_inset Formula $\nicefrac{5}{31}$
2072 \end_inset
2073
2074 )を使うか,コマンド
2075 \series bold
2076
2077 \backslash
2078 unitfrac
2079 \series default
2080
2081 \begin_inset Index idx
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085 こまんど@コマンド ! U ! 
2086 \backslash
2087 unitfrac
2088 \end_layout
2089
2090 \end_inset
2091
2092 (例:
2093 \begin_inset Formula $\unitfrac{5}{31}$
2094 \end_inset
2095
2096 )を使います.さらに,
2097 \begin_inset Formula $\unitfrac[2]{1}{3}$
2098 \end_inset
2099
2100 のような帯分数を作るコマンド
2101 \series bold
2102
2103 \backslash
2104 unitfracthree
2105 \series default
2106 もあります.
2107 \end_layout
2108
2109 \begin_layout Standard
2110 \begin_inset Note Greyedout
2111 status open
2112
2113 \begin_layout Plain Layout
2114
2115 \series bold
2116 【註】
2117 \series default
2118 実は,
2119 \series bold
2120
2121 \backslash
2122 unitfracthree
2123 \series default
2124 は生粋の\SpecialChar LaTeX
2125 コマンドではなく,実体は
2126 \begin_inset Newline newline
2127 \end_inset
2128
2129
2130 \series bold
2131
2132 \backslash
2133 unitfrac[自然数]{分子}{分母}
2134 \series default
2135 というコマンドなので,\SpecialChar TeX
2136 コードでは使用できません.
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \begin_layout Standard
2145 分数線を変更できるような独自の分数の定義のしかたは,第
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:自己定義の分数"
2149
2150 \end_inset
2151
2152 節に説明があります.
2153 \end_layout
2154
2155 \begin_layout Standard
2156 多行分数の説明は,第
2157 \begin_inset CommandInset ref
2158 LatexCommand ref
2159 reference "subsec:多行にわたる分数"
2160
2161 \end_inset
2162
2163 節にあります.
2164 \end_layout
2165
2166 \begin_layout Subsection
2167 根号
2168 \begin_inset Index idx
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 こんごう@根号
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \begin_inset Index idx
2179 status collapsed
2180
2181 \begin_layout Plain Layout
2182 るーと@ルート
2183 \begin_inset ERT
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187
2188 |see{
2189 \end_layout
2190
2191 \end_inset
2192
2193 根号
2194 \begin_inset ERT
2195 status collapsed
2196
2197 \begin_layout Plain Layout
2198
2199 }
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 平方根は,
2214 \series bold
2215
2216 \backslash
2217 sqrt
2218 \series default
2219
2220 \begin_inset Index idx
2221 status collapsed
2222
2223 \begin_layout Plain Layout
2224 こまんど@コマンド ! S ! 
2225 \backslash
2226 sqrt
2227 \end_layout
2228
2229 \end_inset
2230
2231 か数式ツールバーボタン
2232 \begin_inset Info
2233 type  "icon"
2234 arg   "math-insert \\sqrt"
2235 \end_inset
2236
2237 で作成することができ,他のすべての根号は,コマンド
2238 \series bold
2239
2240 \backslash
2241 root
2242 \series default
2243
2244 \begin_inset Index idx
2245 status collapsed
2246
2247 \begin_layout Plain Layout
2248 こまんど@コマンド ! R ! 
2249 \backslash
2250 root
2251 \end_layout
2252
2253 \end_inset
2254
2255 か数式ツールバーボタン
2256 \begin_inset Info
2257 type  "icon"
2258 arg   "math-insert \\root"
2259 \end_inset
2260
2261 で作成することができます.
2262 \end_layout
2263
2264 \begin_layout Standard
2265 \align center
2266 \begin_inset Tabular
2267 <lyxtabular version="3" rows="3" columns="2">
2268 <features booktabs="true" tabularvalignment="middle">
2269 <column alignment="center" valignment="top" width="0pt">
2270 <column alignment="center" valignment="top" width="0pt">
2271 <row>
2272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Plain Layout
2276 コマンド
2277 \end_layout
2278
2279 \end_inset
2280 </cell>
2281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2282 \begin_inset Text
2283
2284 \begin_layout Plain Layout
2285 出力
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 </row>
2291 <row topspace="1mm">
2292 <cell alignment="center" valignment="top" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout Plain Layout
2296
2297 \backslash
2298 sqrt
2299 \begin_inset space \textvisiblespace{}
2300 \end_inset
2301
2302 A-B
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 <cell alignment="center" valignment="top" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 \begin_inset Formula $\sqrt{A-B}$
2312 \end_inset
2313
2314
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 </row>
2320 <row topspace="1mm">
2321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325
2326 \backslash
2327 root
2328 \begin_inset space \textvisiblespace{}
2329 \end_inset
2330
2331 3
2332 \begin_inset Formula $\downarrow$
2333 \end_inset
2334
2335 A-B
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344 \begin_inset Formula $\sqrt[3]{A-B}$
2345 \end_inset
2346
2347
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 </row>
2353 </lyxtabular>
2354
2355 \end_inset
2356
2357
2358 \end_layout
2359
2360 \begin_layout Standard
2361 平方根は,根号指数フィールドを空白のままにしておけば,
2362 \series bold
2363
2364 \backslash
2365 root
2366 \series default
2367 でも作成することができます.
2368 \end_layout
2369
2370 \begin_layout Standard
2371 \begin_inset Formula $\sqrt[\beta]{B}$
2372 \end_inset
2373
2374 の例のように,指数のとる値によっては,根号への距離が近すぎることがあります.
2375 \begin_inset Newline newline
2376 \end_inset
2377
2378 この場合には,
2379 \begin_inset Formula $\beta$
2380 \end_inset
2381
2382 が根号に触れてしまいます.これを避けるためには,以下のようなコマンド書式で,コマンド
2383 \series bold
2384
2385 \backslash
2386 leftroot
2387 \series default
2388
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 こまんど@コマンド ! L ! 
2394 \backslash
2395 leftroot
2396 \end_layout
2397
2398 \end_inset
2399
2400
2401 \series bold
2402
2403 \backslash
2404 uproot
2405 \series default
2406
2407 \begin_inset Index idx
2408 status collapsed
2409
2410 \begin_layout Plain Layout
2411 こまんど@コマンド ! U ! 
2412 \backslash
2413 uproot
2414 \end_layout
2415
2416 \end_inset
2417
2418 を使います.
2419 \end_layout
2420
2421 \begin_layout Standard
2422
2423 \series bold
2424
2425 \backslash
2426 leftroot{距離}
2427 \series default
2428 および
2429 \series bold
2430
2431 \backslash
2432 uproot{距離}
2433 \end_layout
2434
2435 \begin_layout Standard
2436 ここで「距離」は,指数を左あるいは上に動かす,Big Point(単位bp;
2437 \begin_inset Formula $\mathrm{72\,bp=1}$
2438 \end_inset
2439
2440 インチ)での数値です.これらのコマンドは,指数に書き込みます.このようにして,コマンド
2441 \begin_inset Newline newline
2442 \end_inset
2443
2444
2445 \series bold
2446
2447 \backslash
2448 root
2449 \backslash
2450 leftroot{-1
2451 \begin_inset Formula $\to$
2452 \end_inset
2453
2454
2455 \backslash
2456 uproot{2
2457 \begin_inset Formula $\to$
2458 \end_inset
2459
2460
2461 \backslash
2462 beta
2463 \begin_inset space \textvisiblespace{}
2464 \end_inset
2465
2466
2467 \begin_inset Formula $\to$
2468 \end_inset
2469
2470 B
2471 \begin_inset Newline newline
2472 \end_inset
2473
2474
2475 \series default
2476 は,正しく組版された数式
2477 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2478 \end_inset
2479
2480 を生成します.
2481 \end_layout
2482
2483 \begin_layout Subsection
2484 二項係数
2485 \begin_inset Index idx
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 にこうけいすう@二項係数
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Standard
2498 二項係数は,コマンド
2499 \series bold
2500
2501 \backslash
2502 binom
2503 \series default
2504
2505 \begin_inset Index idx
2506 status collapsed
2507
2508 \begin_layout Plain Layout
2509 こまんど@コマンド ! B ! 
2510 \backslash
2511 binom
2512 \end_layout
2513
2514 \end_inset
2515
2516 か数式ツールバーボタン
2517 \begin_inset Info
2518 type  "icon"
2519 arg   "math-insert \\frac-square"
2520 \end_inset
2521
2522 の小メニューを使って挿入することができます.分数(
2523 \series bold
2524
2525 \backslash
2526 frac
2527 \series default
2528 )と同様に,
2529 \series bold
2530
2531 \backslash
2532 binom
2533 \series default
2534 の他に,コマンド
2535 \series bold
2536
2537 \backslash
2538 dbinom
2539 \begin_inset Index idx
2540 status collapsed
2541
2542 \begin_layout Plain Layout
2543 こまんど@コマンド ! D ! 
2544 \backslash
2545 dbinom
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \series default
2552 および
2553 \series bold
2554
2555 \backslash
2556 tbinom
2557 \series default
2558
2559 \begin_inset Index idx
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 こまんど@コマンド ! T ! 
2564 \backslash
2565 tbinom
2566 \end_layout
2567
2568 \end_inset
2569
2570 があります.二項係数のまわりの括弧に,他の括弧を使うには,コマンド
2571 \series bold
2572
2573 \backslash
2574 brace
2575 \series default
2576
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 こまんど@コマンド ! B ! 
2582 \backslash
2583 brace
2584 \end_layout
2585
2586 \end_inset
2587
2588
2589 \series bold
2590
2591 \backslash
2592 brack
2593 \series default
2594
2595 \begin_inset Index idx
2596 status collapsed
2597
2598 \begin_layout Plain Layout
2599 こまんど@コマンド ! B ! 
2600 \backslash
2601 brack
2602 \end_layout
2603
2604 \end_inset
2605
2606 があります.
2607 \end_layout
2608
2609 \begin_layout Standard
2610 \align center
2611 \begin_inset Tabular
2612 <lyxtabular version="3" rows="6" columns="2">
2613 <features booktabs="true" tabularvalignment="middle">
2614 <column alignment="center" valignment="top" width="0pt">
2615 <column alignment="center" valignment="top" width="0pt">
2616 <row>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621 コマンド
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2627 \begin_inset Text
2628
2629 \begin_layout Plain Layout
2630 出力
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 </row>
2636 <row topspace="1mm">
2637 <cell alignment="center" valignment="top" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641
2642 \backslash
2643 binom
2644 \begin_inset space \textvisiblespace{}
2645 \end_inset
2646
2647 A
2648 \begin_inset Formula $\downarrow$
2649 \end_inset
2650
2651 B
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 <cell alignment="center" valignment="top" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Plain Layout
2660 \begin_inset Formula $\binom{A}{B}$
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 <row topspace="2mm">
2670 <cell alignment="center" valignment="top" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674
2675 \backslash
2676 dbinom
2677 \begin_inset space \textvisiblespace{}
2678 \end_inset
2679
2680 A
2681 \begin_inset Formula $\downarrow$
2682 \end_inset
2683
2684 B
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693 \begin_inset Formula $\dbinom{A}{B}$
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row topspace="2mm" bottomspace="0.5mm">
2703 <cell alignment="center" valignment="top" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707
2708 \backslash
2709 tbinom
2710 \begin_inset space \textvisiblespace{}
2711 \end_inset
2712
2713 A
2714 \begin_inset Formula $\downarrow$
2715 \end_inset
2716
2717 B
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 \begin_inset Formula $\tbinom{A}{B}$
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row topspace="1mm">
2736 <cell alignment="center" valignment="top" topline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \backslash
2742 brack
2743 \begin_inset space \textvisiblespace{}
2744 \end_inset
2745
2746 A
2747 \begin_inset Formula $\downarrow$
2748 \end_inset
2749
2750 B
2751 \end_layout
2752
2753 \end_inset
2754 </cell>
2755 <cell alignment="center" valignment="top" topline="true" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Plain Layout
2759 \begin_inset Formula ${A \brack B}$
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 </row>
2768 <row topspace="2mm" bottomspace="0.5mm">
2769 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773
2774 \backslash
2775 brace
2776 \begin_inset space \textvisiblespace{}
2777 \end_inset
2778
2779 A
2780 \begin_inset Formula $\downarrow$
2781 \end_inset
2782
2783 B
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792 \begin_inset Formula ${A \brace B}$
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 </lyxtabular>
2802
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \begin_layout Subsection
2809 場合分け
2810 \begin_inset Index idx
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 ばあいわけ@場合分け
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \align center
2824 \begin_inset Tabular
2825 <lyxtabular version="3" rows="3" columns="2">
2826 <features booktabs="true" tabularvalignment="middle">
2827 <column alignment="center" valignment="top" width="0pt">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 コマンド
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 出力
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 cases
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\to$
2862 \end_inset
2863
2864 B
2865 \begin_inset Formula $>$
2866 \end_inset
2867
2868 0
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 こまんど@コマンド ! C ! 
2874 \backslash
2875 cases
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 \begin_inset Formula $\begin{cases}
2890 A & B>0\end{cases}$
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row topspace="1.5mm">
2900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 cases
2907 \begin_inset space \textvisiblespace{}
2908 \end_inset
2909
2910
2911 \begin_inset Info
2912 type  "shortcut"
2913 arg   "newline-insert newline"
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925 \begin_inset Formula $\begin{cases}
2926 A & \textrm{for }x>0\\
2927 B & \textrm{for }x=0
2928 \end{cases}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 </lyxtabular>
2938
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \begin_layout Standard
2945
2946 \series bold
2947
2948 \backslash
2949 cases
2950 \series default
2951 を挿入するか数式ツールバーボタン
2952 \begin_inset Info
2953 type  "icon"
2954 arg   "math-insert \\cases"
2955 \end_inset
2956
2957 を使用した後では,
2958 \begin_inset Flex Ruby
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 捷径
2963 \begin_inset Argument post:1
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967 ショートカット
2968 \end_layout
2969
2970 \end_inset
2971
2972
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \begin_inset Info
2979 type  "shortcut"
2980 arg   "newline-insert newline"
2981 \end_inset
2982
2983 か表ツールバーボタン
2984 \begin_inset Info
2985 type  "icon"
2986 arg   "tabular-feature append-row"
2987 \end_inset
2988
2989 を使えば,新しい行を作ることができます.
2990 \end_layout
2991
2992 \begin_layout Standard
2993 コマンド
2994 \series bold
2995
2996 \backslash
2997 cases
2998 \series default
2999 は,
3000 \family sans
3001 挿入\SpecialChar menuseparator
3002 数式\SpecialChar menuseparator
3003 Cases環境
3004 \family default
3005 メニューで挿入することもできます.
3006 \end_layout
3007
3008 \begin_layout Subsection
3009 否定
3010 \begin_inset Index idx
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014 ひてい@否定
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023
3024 \series bold
3025
3026 \backslash
3027 not
3028 \series default
3029
3030 \begin_inset Index idx
3031 status collapsed
3032
3033 \begin_layout Plain Layout
3034 こまんど@コマンド ! N ! 
3035 \backslash
3036 not
3037 \end_layout
3038
3039 \end_inset
3040
3041 を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
3042 \end_layout
3043
3044 \begin_layout Standard
3045 \align center
3046 \begin_inset Tabular
3047 <lyxtabular version="3" rows="4" columns="2">
3048 <features booktabs="true" tabularvalignment="middle">
3049 <column alignment="center" valignment="top" width="0pt">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 コマンド
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 出力
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 <row>
3072 <cell alignment="center" valignment="top" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \backslash
3078 not=
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 \begin_inset Formula $\not=$
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row>
3097 <cell alignment="center" valignment="top" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \backslash
3103 not 
3104 \backslash
3105 le
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\not\le$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 not 
3131 \backslash
3132 parallel
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $\not\parallel$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 最後の例が示すように,すべての否定形がきれいに出力されるわけではありません.このことから,否定形に専用のコマンドを持つものもあります(第
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "subsec:数学記号"
3162
3163 \end_inset
3164
3165 節および第
3166 \begin_inset CommandInset ref
3167 LatexCommand ref
3168 reference "sec:関係子"
3169
3170 \end_inset
3171
3172 節を参照).
3173 \end_layout
3174
3175 \begin_layout Subsection
3176 埋め草
3177 \begin_inset CommandInset label
3178 LatexCommand label
3179 name "subsec:埋め草"
3180
3181 \end_inset
3182
3183
3184 \begin_inset Index idx
3185 status collapsed
3186
3187 \begin_layout Plain Layout
3188 うめくさ@埋め草
3189 \end_layout
3190
3191 \end_inset
3192
3193
3194 \begin_inset Index idx
3195 status collapsed
3196
3197 \begin_layout Plain Layout
3198 かがくきごう@化学記号 ! どういたい@同位体
3199 \end_layout
3200
3201 \end_inset
3202
3203
3204 \begin_inset Index idx
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 どういたい@同位体
3209 \begin_inset ERT
3210 status collapsed
3211
3212 \begin_layout Plain Layout
3213
3214 |see{
3215 \end_layout
3216
3217 \end_inset
3218
3219 化学記号
3220 \begin_inset ERT
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224
3225 }
3226 \end_layout
3227
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234
3235
3236 \begin_inset Index idx
3237 status collapsed
3238
3239 \begin_layout Plain Layout
3240 あいそとーぷ@アイソトープ
3241 \begin_inset ERT
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245
3246 |see{
3247 \end_layout
3248
3249 \end_inset
3250
3251 同位体
3252 \begin_inset ERT
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256
3257 }
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \end_inset
3266
3267
3268 \end_layout
3269
3270 \begin_layout Standard
3271 たとえば同位体
3272 \begin_inset Foot
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276 同位体と化学記号の組版に関しては,第
3277 \begin_inset CommandInset ref
3278 LatexCommand ref
3279 reference "subsec:化学記号と化学式"
3280
3281 \end_inset
3282
3283 節に記述があります.
3284 \end_layout
3285
3286 \end_inset
3287
3288 を表示しようとすると,次のような問題が起こります.
3289 \end_layout
3290
3291 \begin_layout Standard
3292 \align center
3293 \begin_inset Tabular
3294 <lyxtabular version="3" rows="2" columns="2">
3295 <features booktabs="true" tabularvalignment="middle">
3296 <column alignment="center" valignment="top" width="0pt">
3297 <column alignment="center" valignment="top" width="0pt">
3298 <row>
3299 <cell alignment="center" valignment="top" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 上付き文字と下付き文字を使用して作った指数:
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row topspace="1.5mm">
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 正しい指数:
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 </lyxtabular>
3345
3346 \end_inset
3347
3348
3349 \end_layout
3350
3351 \begin_layout Standard
3352 短い方の指数は,既定で,長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,一文字ないし複数の空の文字を生成するコマンド
3353 \series bold
3354
3355 \backslash
3356 phantom
3357 \series default
3358
3359 \begin_inset Index idx
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363 こまんど@コマンド ! P ! 
3364 \backslash
3365 phantom
3366 \end_layout
3367
3368 \end_inset
3369
3370 や数式ツールバーボタン
3371 \begin_inset Foot
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375 ツールバーボタン
3376 \begin_inset Info
3377 type  "icon"
3378 arg   "math-insert \\space"
3379 \end_inset
3380
3381 の小メニューに入っています.
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \begin_inset Info
3388 type  "icon"
3389 arg   "math/phantom"
3390 \end_inset
3391
3392 があります.
3393 \series bold
3394
3395 \backslash
3396 phantom
3397 \series default
3398 を挿入すると,二つの赤い矢印が重なった青枠が表示されます.矢印は,箱の中身の幅と高さの両方が,埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3399 ち文字)として適用されることを示しています.したがって,
3400 \series bold
3401
3402 \backslash
3403 phantom
3404 \series default
3405 の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
3406 \end_layout
3407
3408 \begin_layout Standard
3409 \align center
3410 \begin_inset Tabular
3411 <lyxtabular version="3" rows="4" columns="2">
3412 <features booktabs="true" tabularvalignment="middle">
3413 <column alignment="center" valignment="top" width="0pt">
3414 <column alignment="center" valignment="top" width="0pt">
3415 <row>
3416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 コマンド
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 出力
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row topspace="1.5mm">
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 ^19
3441 \begin_inset space \textvisiblespace{}
3442 \end_inset
3443
3444 _
3445 \backslash
3446 phantom
3447 \begin_inset space \textvisiblespace{}
3448 \end_inset
3449
3450 1
3451 \begin_inset Formula $\to$
3452 \end_inset
3453
3454 9
3455 \begin_inset space \textvisiblespace{}
3456 \end_inset
3457
3458 F
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row topspace="1.5mm" bottomspace="0.5mm">
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 ^235
3482 \begin_inset space \textvisiblespace{}
3483 \end_inset
3484
3485 _
3486 \backslash
3487 phantom
3488 \begin_inset space \textvisiblespace{}
3489 \end_inset
3490
3491 23
3492 \begin_inset Formula $\to$
3493 \end_inset
3494
3495 9
3496 \begin_inset space \textvisiblespace{}
3497 \end_inset
3498
3499 F
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row topspace="1.5mm" bottomspace="0.5mm">
3518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \backslash
3524 Lambda^
3525 \begin_inset space \textvisiblespace{}
3526 \end_inset
3527
3528
3529 \backslash
3530 phantom
3531 \begin_inset space \textvisiblespace{}
3532 \end_inset
3533
3534 ii
3535 \begin_inset Formula $\to$
3536 \end_inset
3537
3538 t
3539 \begin_inset space \textvisiblespace{}
3540 \end_inset
3541
3542 _MMt
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 </lyxtabular>
3561
3562 \end_inset
3563
3564
3565 \end_layout
3566
3567 \begin_layout Standard
3568 さらに,
3569 \series bold
3570
3571 \backslash
3572 vphantom
3573 \series default
3574
3575 \begin_inset Index idx
3576 status collapsed
3577
3578 \begin_layout Plain Layout
3579 こまんど@コマンド ! V ! 
3580 \backslash
3581 vphantom
3582 \end_layout
3583
3584 \end_inset
3585
3586 (ツールバーボタン
3587 \begin_inset space ~
3588 \end_inset
3589
3590
3591 \begin_inset Info
3592 type  "icon"
3593 arg   "math/vphantom"
3594 \end_inset
3595
3596 )および
3597 \series bold
3598
3599 \backslash
3600 hphantom
3601 \series default
3602
3603 \begin_inset Index idx
3604 status collapsed
3605
3606 \begin_layout Plain Layout
3607 こまんど@コマンド ! H ! 
3608 \backslash
3609 hphantom
3610 \end_layout
3611
3612 \end_inset
3613
3614 (ツールバーボタン
3615 \begin_inset space ~
3616 \end_inset
3617
3618
3619 \begin_inset Info
3620 type  "icon"
3621 arg   "math/hphantom"
3622 \end_inset
3623
3624 )というコマンドもあります.
3625 \series bold
3626
3627 \backslash
3628 vphantom
3629 \series default
3630 は,枠内部の文字の最大高のみの空白を作り,幅は考慮しません.
3631 \series bold
3632
3633 \backslash
3634 hphantom
3635 \series default
3636 は,枠の内容の幅のみの空白を作ります.このことから,これらの枠は一本の赤矢印のみで表示されます.
3637 \end_layout
3638
3639 \begin_layout Standard
3640 たとえば,
3641 \series bold
3642
3643 \backslash
3644 vphantom
3645 \series default
3646
3647 \begin_inset space \textvisiblespace{}
3648 \end_inset
3649
3650
3651 \series bold
3652 a
3653 \backslash
3654 int
3655 \series default
3656 は,積分記号
3657 \begin_inset Foot
3658 status collapsed
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663
3664 \backslash
3665 int
3666 \series default
3667 コマンドは,積分記号を生成します.第
3668 \begin_inset CommandInset ref
3669 LatexCommand ref
3670 reference "subsec:大演算子"
3671
3672 \end_inset
3673
3674 節を参照してください.
3675 \end_layout
3676
3677 \end_inset
3678
3679 が最大高の文字なので,積分記号の高さを持つ空白を作ります.実際の適用例については,第
3680 \begin_inset CommandInset ref
3681 LatexCommand ref
3682 reference "subsec:多行にわたる括弧"
3683
3684 \end_inset
3685
3686 節を参照してください.
3687 \end_layout
3688
3689 \begin_layout Standard
3690 埋め草は,メニュー
3691 \family sans
3692 挿入\SpecialChar menuseparator
3693 整形\SpecialChar menuseparator
3694 埋め草
3695 \family default
3696 を使えば,以下のように本文中でも使用することができます.
3697 \end_layout
3698
3699 \begin_layout Standard
3700 これは本文です.
3701 \begin_inset Newline newline
3702 \end_inset
3703
3704
3705 \begin_inset Phantom Phantom
3706 status open
3707
3708 \begin_layout Plain Layout
3709 これは
3710 \end_layout
3711
3712 \end_inset
3713
3714 本文です.
3715 \end_layout
3716
3717 \begin_layout Subsection
3718 横線
3719 \begin_inset Index idx
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723 よこせん@横線
3724 \end_layout
3725
3726 \end_inset
3727
3728
3729 \begin_inset Index idx
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733 すうしき@数式 ! かせん@下線
3734 \end_layout
3735
3736 \end_inset
3737
3738
3739 \begin_inset Index idx
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743 ぼうせん@棒線
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749 |see{
3750 \end_layout
3751
3752 \end_inset
3753
3754 横線
3755 \begin_inset ERT
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759
3760 }
3761 \end_layout
3762
3763 \end_inset
3764
3765
3766 \end_layout
3767
3768 \end_inset
3769
3770
3771 \end_layout
3772
3773 \begin_layout Standard
3774 \align center
3775 \begin_inset Tabular
3776 <lyxtabular version="3" rows="4" columns="2">
3777 <features booktabs="true" tabularvalignment="middle">
3778 <column alignment="center" valignment="top" width="0pt">
3779 <column alignment="center" valignment="top" width="0pt">
3780 <row>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 コマンド
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 出力
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row topspace="2mm">
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \backslash
3807 overline
3808 \begin_inset space \textvisiblespace{}
3809 \end_inset
3810
3811 A+B
3812 \begin_inset Index idx
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816 こまんど@コマンド ! O ! 
3817 \backslash
3818 overline
3819 \end_layout
3820
3821 \end_inset
3822
3823
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 \begin_inset Formula $\overline{A+B}$
3833 \end_inset
3834
3835
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row bottomspace="1mm">
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \backslash
3848 underline
3849 \begin_inset space \textvisiblespace{}
3850 \end_inset
3851
3852 A+B
3853 \begin_inset Index idx
3854 status collapsed
3855
3856 \begin_layout Plain Layout
3857 こまんど@コマンド ! U ! 
3858 \backslash
3859 underline
3860 \end_layout
3861
3862 \end_inset
3863
3864
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 \begin_inset Formula $\underline{A+B}$
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row topspace="2mm" bottomspace="1mm">
3883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \backslash
3889 overline
3890 \begin_inset space \textvisiblespace{}
3891 \end_inset
3892
3893
3894 \backslash
3895 underline
3896 \begin_inset space \textvisiblespace{}
3897 \end_inset
3898
3899 A+B
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 \begin_inset Formula $\overline{\underline{A+B}}$
3909 \end_inset
3910
3911
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 </lyxtabular>
3918
3919 \end_inset
3920
3921
3922 \end_layout
3923
3924 \begin_layout Standard
3925 上記最後の例では,先に
3926 \series bold
3927
3928 \backslash
3929 overline
3930 \series default
3931 が来ようが
3932 \series bold
3933
3934 \backslash
3935 underline
3936 \series default
3937 が来ようが,関係ありません.
3938 \end_layout
3939
3940 \begin_layout Standard
3941 二重下線を引くには,
3942 \series bold
3943
3944 \backslash
3945 underline
3946 \series default
3947 を二回使います.
3948 \end_layout
3949
3950 \begin_layout Standard
3951 文字の上下6本の線まで引くことができます.
3952 \end_layout
3953
3954 \begin_layout Standard
3955 \begin_inset VSpace bigskip
3956 \end_inset
3957
3958 自己定義の線は,以下の書式を持つ
3959 \series bold
3960
3961 \backslash
3962 rule
3963 \series default
3964
3965 \begin_inset Index idx
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969 こまんど@コマンド ! R ! 
3970 \backslash
3971 rule
3972 \end_layout
3973
3974 \end_inset
3975
3976 コマンドで作成することができます.
3977 \end_layout
3978
3979 \begin_layout Standard
3980
3981 \series bold
3982
3983 \backslash
3984 rule[垂直オフセット幅]{長さ}{厚み}
3985 \end_layout
3986
3987 \begin_layout Standard
3988 オプションの
3989 \series bold
3990 「垂直オフセット幅
3991 \series default
3992 」は,行を上方に(値が負であれば下方に)移動させます.値としては,第
3993 \begin_inset CommandInset ref
3994 LatexCommand ref
3995 reference "tab:使用できる単位"
3996
3997 \end_inset
3998
3999 表に掲げてある単位を用いることができます.以下に,
4000 \begin_inset Newline newline
4001 \end_inset
4002
4003
4004 \series bold
4005
4006 \backslash
4007 rule[-2ex]{3cm}{2pt}
4008 \series default
4009  および 
4010 \series bold
4011
4012 \backslash
4013 rule{2cm}{1pt}
4014 \begin_inset Newline newline
4015 \end_inset
4016
4017
4018 \series default
4019 というコマンドを用いて作成したふたつの例を例示します.
4020 \end_layout
4021
4022 \begin_layout Standard
4023 この行には,
4024 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4025 \end_inset
4026
4027 二本の線があります.
4028 \end_layout
4029
4030 \begin_layout Standard
4031
4032 \backslash
4033 ruleは,メニュー
4034 \family sans
4035 挿入\SpecialChar menuseparator
4036 整形\SpecialChar menuseparator
4037 水平線
4038 \family default
4039 を使っても,本文に挿入することができます.
4040 \end_layout
4041
4042 \begin_layout Standard
4043 これは一行の
4044 \begin_inset CommandInset line
4045 LatexCommand rule
4046 offset "0.5ex"
4047 width "3cm"
4048 height "1pt"
4049
4050 \end_inset
4051
4052 文章です.
4053 \end_layout
4054
4055 \begin_layout Subsection
4056 省略符号
4057 \begin_inset CommandInset label
4058 LatexCommand label
4059 name "subsec:省略符号"
4060
4061 \end_inset
4062
4063
4064 \begin_inset Index idx
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068 しょうりゃくふごう@省略符号
4069 \end_layout
4070
4071 \end_inset
4072
4073
4074 \end_layout
4075
4076 \begin_layout Standard
4077 省略符号には,いくつかの種類が使用できます
4078 \begin_inset Foot
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082 数式ツールバー中の
4083 \begin_inset Info
4084 type  "icon"
4085 arg   "math-insert \\ldots"
4086 \end_inset
4087
4088 ボタンで表示されている小メニューです.
4089 \end_layout
4090
4091 \end_inset
4092
4093 .列挙のためには,ベースラインの点々(
4094 \series bold
4095
4096 \backslash
4097 ldots
4098 \series default
4099
4100 \begin_inset Index idx
4101 status collapsed
4102
4103 \begin_layout Plain Layout
4104 こまんど@コマンド ! L ! 
4105 \backslash
4106 ldots
4107 \end_layout
4108
4109 \end_inset
4110
4111 )を使用しますが,演算子の場合は,演算子と同じ高さの点々(
4112 \series bold
4113
4114 \backslash
4115 cdots
4116 \series default
4117
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 こまんど@コマンド ! C ! 
4123 \backslash
4124 cdots
4125 \end_layout
4126
4127 \end_inset
4128
4129 )が必要です.
4130 \series bold
4131
4132 \backslash
4133 dots
4134 \series default
4135
4136 \begin_inset Index idx
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 こまんど@コマンド ! D ! 
4141 \backslash
4142 dots
4143 \end_layout
4144
4145 \end_inset
4146
4147 コマンドを使うと,\SpecialChar LaTeX
4148 は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
4149 \end_layout
4150
4151 \begin_layout Standard
4152 \align center
4153 \begin_inset Tabular
4154 <lyxtabular version="3" rows="9" columns="2">
4155 <features booktabs="true" tabularvalignment="middle">
4156 <column alignment="center" valignment="top" width="0pt">
4157 <column alignment="center" valignment="top" width="0pt">
4158 <row>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 コマンド
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 出力
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 A_1
4184 \begin_inset space \textvisiblespace{}
4185 \end_inset
4186
4187 ,
4188 \backslash
4189 dots
4190 \begin_inset space \textvisiblespace{}
4191 \end_inset
4192
4193 ,A_n
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 \begin_inset Formula $A_{1},\dots,A_{n}$
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 A_1
4217 \begin_inset space \textvisiblespace{}
4218 \end_inset
4219
4220 +
4221 \backslash
4222 dots
4223 \begin_inset space \textvisiblespace{}
4224 \end_inset
4225
4226 +A_n
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 \begin_inset Formula $A_{1}+\dots+A_{n}$
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 A_1
4250 \begin_inset space \textvisiblespace{}
4251 \end_inset
4252
4253 ,
4254 \backslash
4255 ldots
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 ,A_n
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 \begin_inset Formula $A_{1},\ldots,A_{n}$
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 A_1
4283 \begin_inset space \textvisiblespace{}
4284 \end_inset
4285
4286 +
4287 \backslash
4288 cdots
4289 \begin_inset space \textvisiblespace{}
4290 \end_inset
4291
4292 +A_n
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \backslash
4317 vdots
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 \begin_inset Formula $\vdots$
4327 \end_inset
4328
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \backslash
4342 ddots
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 \begin_inset Formula $\ddots$
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \backslash
4367 iddots
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 \begin_inset Formula $\iddots$
4377 \end_inset
4378
4379
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 いろいろな点々を使った
4391 \begin_inset Formula $3\times3$
4392 \end_inset
4393
4394 行列
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 \begin_inset Formula $\begin{array}{ccc}
4404 A_{11} & \cdots & A_{1m}\\
4405 \vdots & \ddots & \vdots\\
4406 A_{n1} & \cdots & A_{nm}
4407 \end{array}$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 </lyxtabular>
4417
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \begin_layout Standard
4424
4425 \family sans
4426 挿入\SpecialChar menuseparator
4427 省略符号
4428 \family default
4429 メニューで挿入される省略符号は
4430 \series bold
4431
4432 \backslash
4433 ldots
4434 \series default
4435 です.
4436 \end_layout
4437
4438 \begin_layout Standard
4439 \begin_inset VSpace medskip
4440 \end_inset
4441
4442
4443 \series bold
4444
4445 \backslash
4446 iddots
4447 \series default
4448 を使うには,文書設定の
4449 \family sans
4450 数式オプション
4451 \family default
4452 にある
4453 \family sans
4454 mathdotsパッケージを(自動的に)使う
4455 \family default
4456 オプションのうちいずれかを有効にしなくてはなりません.
4457 \begin_inset Newline newline
4458 \end_inset
4459
4460
4461 \family sans
4462 mathdotsパッケージを使う
4463 \family default
4464 オプションを使用すると,文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
4465 \end_layout
4466
4467 \begin_layout Standard
4468 \begin_inset VSpace medskip
4469 \end_inset
4470
4471 とくに行列には,複数列にわたることのできる省略符号があります.これは,以下の書式を持つ
4472 \series bold
4473
4474 \backslash
4475 hdotsfor
4476 \series default
4477
4478 \begin_inset Index idx
4479 status collapsed
4480
4481 \begin_layout Plain Layout
4482 こまんど@コマンド ! H ! 
4483 \backslash
4484 hdotsfor
4485 \end_layout
4486
4487 \end_inset
4488
4489 コマンドで作ることができます.
4490 \end_layout
4491
4492 \begin_layout Standard
4493
4494 \series bold
4495
4496 \backslash
4497 hdotsfor[距離]{列数}
4498 \end_layout
4499
4500 \begin_layout Standard
4501 ここで「列数」は,何列に広げるかを指定します.「距離」は,点々のあいだの距離を示す因子です.
4502 \end_layout
4503
4504 \begin_layout Standard
4505 以下の行列では,2行目の1つ目の枠に
4506 \series bold
4507
4508 \backslash
4509 hdotsfor[2]{4}
4510 \series default
4511 を挿入して,
4512 \series bold
4513
4514 \backslash
4515 dots
4516 \series default
4517 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
4518 \begin_inset Formula 
4519 \[
4520 \left(\begin{array}{cccc}
4521 A & B & C & D\\
4522 \hdotsfor[2]{4}\\
4523 q & w & e & r
4524 \end{array}\right)
4525 \]
4526
4527 \end_inset
4528
4529 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
4530 エラーが発生します.
4531 \end_layout
4532
4533 \begin_layout Standard
4534 \begin_inset VSpace bigskip
4535 \end_inset
4536
4537 さらに,
4538 \series bold
4539
4540 \backslash
4541 dotfill
4542 \series default
4543
4544 \begin_inset Index idx
4545 status collapsed
4546
4547 \begin_layout Plain Layout
4548 こまんど@コマンド ! D ! 
4549 \backslash
4550 dotfill
4551 \end_layout
4552
4553 \end_inset
4554
4555 コマンドを使えば,行の残りを点々で埋めることもできます.このコマンドの働きは,
4556 \series bold
4557
4558 \backslash
4559 hfill
4560 \series default
4561 と同様のものです.第
4562 \begin_inset CommandInset ref
4563 LatexCommand ref
4564 reference "subsec:可変長の空白"
4565
4566 \end_inset
4567
4568 節をご参照下さい.
4569 \end_layout
4570
4571 \begin_layout Standard
4572 たとえば,
4573 \series bold
4574 A
4575 \backslash
4576 dotfill
4577 \begin_inset space \textvisiblespace{}
4578 \end_inset
4579
4580 B
4581 \series default
4582 コマンドは,
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \begin_inset Formula $A\dotfill B$
4587 \end_inset
4588
4589
4590 \end_layout
4591
4592 \begin_layout Standard
4593 のようになります.点々を使う
4594 \series bold
4595
4596 \backslash
4597 dotfill
4598 \series default
4599 の直線版として,
4600 \series bold
4601
4602 \backslash
4603 hrulefill
4604 \series default
4605
4606 \begin_inset Index idx
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610 こまんど@コマンド ! H ! 
4611 \backslash
4612 hrulefill
4613 \end_layout
4614
4615 \end_inset
4616
4617
4618 \end_layout
4619
4620 \begin_layout Standard
4621 \begin_inset Formula $A\hrulefill B$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \begin_layout Standard
4628 があります.これらのコマンドを本文で使用するには,これらのコマンドは\SpecialChar TeX
4629 モードで挿入される必要があります.
4630 \end_layout
4631
4632 \begin_layout Section
4633 行列
4634 \begin_inset CommandInset label
4635 LatexCommand label
4636 name "sec:行列"
4637
4638 \end_inset
4639
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 ぎょうれつ@行列
4646 \end_layout
4647
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \begin_layout Standard
4654 行列は,数式ツールバーボタンの
4655 \begin_inset Info
4656 type  "icon"
4657 arg   "dialog-show mathmatrix"
4658 \end_inset
4659
4660
4661 \family sans
4662 挿入\SpecialChar menuseparator
4663 数式\SpecialChar menuseparator
4664 行列
4665 \family default
4666 メニューで挿入することができます.すると,行列の行数・列数・配置方法・装飾を尋ねられます.ここで垂直配置は,行内数式内の行列でのみ意味を持ちます.
4667 \end_layout
4668
4669 \begin_layout Standard
4670 最初の行列は「上」配置
4671 \begin_inset Formula $\begin{array}[t]{cccc}
4672 A & D & G & J\\
4673 B & E & H & K\\
4674 C & F & I & L
4675 \end{array}$
4676 \end_inset
4677
4678 で,二番目は「中央」配置
4679 \begin_inset Formula $\begin{array}{cccc}
4680 A & D & G & J\\
4681 B & E & H & K\\
4682 C & F & I & L
4683 \end{array}$
4684 \end_inset
4685
4686 ,三番目は「下」配置
4687 \begin_inset Formula $\begin{array}[b]{cccc}
4688 A & D & G & J\\
4689 B & E & H & K\\
4690 C & F & I & L
4691 \end{array}$
4692 \end_inset
4693
4694 です.
4695 \end_layout
4696
4697 \begin_layout Standard
4698 水平配置は,各列がどのように配置されるべきかを指定します.これは,各列に対応した文字を一つずつ入力することによって設定します.
4699 \emph on
4700 l
4701 \emph default
4702 は左寄せ,
4703 \emph on
4704 c
4705 \emph default
4706 は中央揃え,
4707 \emph on
4708 r
4709 \emph default
4710 は右寄せを意味します.たとえば,第1列が左寄せで第2列と第3列が中央揃え,第4列が右揃えの
4711 \begin_inset Formula $4\times4$
4712 \end_inset
4713
4714 行列を作成するには,水平配置のところに
4715 \series bold
4716 lccr
4717 \series default
4718 と入力します.通常,行列では各列は中央揃えですから,各列の既定値は
4719 \series bold
4720 c
4721 \series default
4722 です.
4723 \end_layout
4724
4725 \begin_layout Standard
4726 水平行列の例です.
4727 \end_layout
4728
4729 \begin_layout Standard
4730
4731 \series bold
4732 lll
4733 \series default
4734  : 
4735 \begin_inset Formula $\begin{array}{lll}
4736 10000 & D & G\\
4737 B & 10000 & H\\
4738 C & F & 10000
4739 \end{array}$
4740 \end_inset
4741
4742  , 
4743 \series bold
4744 ccc
4745 \series default
4746  : 
4747 \begin_inset Formula $\begin{array}{ccc}
4748 10000 & D & G\\
4749 B & 10000 & H\\
4750 C & F & 10000
4751 \end{array}$
4752 \end_inset
4753
4754  , 
4755 \series bold
4756 rrr
4757 \series default
4758  : 
4759 \begin_inset Formula $\begin{array}{rrr}
4760 10000 & D & G\\
4761 B & 10000 & H\\
4762 C & F & 10000
4763 \end{array}$
4764 \end_inset
4765
4766
4767 \end_layout
4768
4769 \begin_layout Standard
4770 つづいて行や列を追加したり削除したりするには,数式ツールバーボタンの
4771 \begin_inset Info
4772 type  "icon"
4773 arg   "tabular-feature append-row"
4774 \end_inset
4775
4776
4777 \begin_inset Info
4778 type  "icon"
4779 arg   "tabular-feature delete-row"
4780 \end_inset
4781
4782 などや
4783 \family sans
4784 編集\SpecialChar menuseparator
4785 行と列
4786 \family default
4787 メニューを使用することができます.また,行は
4788 \begin_inset Info
4789 type  "shortcut"
4790 arg   "newline-insert newline"
4791 \end_inset
4792
4793 で作成することもできます.
4794 \end_layout
4795
4796 \begin_layout Standard
4797 \begin_inset VSpace bigskip
4798 \end_inset
4799
4800
4801 \end_layout
4802
4803 \begin_layout Standard
4804
4805 \family sans
4806 装飾
4807 \family default
4808 は,行列の前後に選択した様式の括弧を加えます.他にも括弧は,
4809 \series bold
4810
4811 \backslash
4812 left
4813 \series default
4814
4815 \begin_inset Index idx
4816 status collapsed
4817
4818 \begin_layout Plain Layout
4819 こまんど@コマンド ! L ! 
4820 \backslash
4821 left
4822 \end_layout
4823
4824 \end_inset
4825
4826 コマンドや
4827 \series bold
4828
4829 \backslash
4830 right
4831 \series default
4832
4833 \begin_inset Index idx
4834 status collapsed
4835
4836 \begin_layout Plain Layout
4837 こまんど@コマンド ! R ! 
4838 \backslash
4839 right
4840 \end_layout
4841
4842 \end_inset
4843
4844 コマンドで作成することもできます(
4845 \begin_inset Flex Ruby
4846 status collapsed
4847
4848 \begin_layout Plain Layout
4849 捷径
4850 \begin_inset Argument post:1
4851 status collapsed
4852
4853 \begin_layout Plain Layout
4854 ショートカット
4855 \end_layout
4856
4857 \end_inset
4858
4859
4860 \end_layout
4861
4862 \end_inset
4863
4864
4865 \family sans
4866 Alt+M
4867 \begin_inset space ~
4868 \end_inset
4869
4870 括弧
4871 \family default
4872 ).第
4873 \begin_inset CommandInset ref
4874 LatexCommand ref
4875 reference "subsec:自動の括弧丈"
4876
4877 \end_inset
4878
4879 節を参照してください.あるいは,以下のコマンドを使うこともできます.
4880 \begin_inset VSpace medskip
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \begin_layout Standard
4887 \begin_inset space \hfill{}
4888 \end_inset
4889
4890
4891 \begin_inset Tabular
4892 <lyxtabular version="3" rows="4" columns="2">
4893 <features booktabs="true" tabularvalignment="middle">
4894 <column alignment="center" valignment="top" width="0pt">
4895 <column alignment="center" valignment="top">
4896 <row>
4897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 コマンド
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 出力
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row topspace="1.5mm">
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \backslash
4923 bmatrix
4924 \begin_inset space \textvisiblespace{}
4925 \end_inset
4926
4927
4928 \begin_inset Formula $2\times2$
4929 \end_inset
4930
4931 行列
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4941 0 & \textrm{-}\mathrm{i}\\
4942 \mathrm{i} & 0
4943 \end{array}\end{bmatrix}$
4944 \end_inset
4945
4946
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 </row>
4952 <row topspace="1.5mm" bottomspace="0.5mm">
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \backslash
4959 Bmatrix
4960 \begin_inset space \textvisiblespace{}
4961 \end_inset
4962
4963
4964 \begin_inset Formula $2\times2$
4965 \end_inset
4966
4967 行列
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4977 0 & \textrm{-}\mathrm{i}\\
4978 \mathrm{i} & 0
4979 \end{array}\end{Bmatrix}$
4980 \end_inset
4981
4982
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \backslash
4995 pmatrix
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" bottomline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5013 0 & \textrm{-}\mathrm{i}\\
5014 \mathrm{i} & 0
5015 \end{array}\end{pmatrix}$
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 </lyxtabular>
5025
5026 \end_inset
5027
5028
5029 \begin_inset space \hfill{}
5030 \end_inset
5031
5032
5033 \begin_inset Tabular
5034 <lyxtabular version="3" rows="4" columns="2">
5035 <features booktabs="true" tabularvalignment="middle">
5036 <column alignment="center" valignment="top" width="0pt">
5037 <column alignment="center" valignment="top">
5038 <row>
5039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 コマンド
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 出力
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row topspace="1.5mm">
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \backslash
5065 vmatrix
5066 \begin_inset space \textvisiblespace{}
5067 \end_inset
5068
5069
5070 \begin_inset Formula $2\times2$
5071 \end_inset
5072
5073 行列
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5083 0 & \textrm{-}\mathrm{i}\\
5084 \mathrm{i} & 0
5085 \end{array}\end{vmatrix}$
5086 \end_inset
5087
5088
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row topspace="1.5mm" bottomspace="0.5mm">
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \backslash
5101 Vmatrix
5102 \begin_inset space \textvisiblespace{}
5103 \end_inset
5104
5105
5106 \begin_inset Formula $2\times2$
5107 \end_inset
5108
5109 行列
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5119 0 & \textrm{-}\mathrm{i}\\
5120 \mathrm{i} & 0
5121 \end{array}\end{Vmatrix}$
5122 \end_inset
5123
5124
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \backslash
5137 matrix
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" bottomline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5155 0 & \textrm{-}\mathrm{i}\\
5156 \mathrm{i} & 0
5157 \end{array}\end{matrix}$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 </lyxtabular>
5167
5168 \end_inset
5169
5170
5171 \begin_inset space \hfill{}
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \begin_layout Standard
5178 \begin_inset VSpace medskip
5179 \end_inset
5180
5181 たとえば
5182 \series bold
5183
5184 \backslash
5185 vmatrix
5186 \series default
5187 などを挿入すると,青枠が二つの垂直線のあいだに現れるので,そこに行列を挿入することができます.
5188 \end_layout
5189
5190 \begin_layout Standard
5191 \begin_inset VSpace bigskip
5192 \end_inset
5193
5194 じつは多行数式はすべて行列なので,行列の各列の間隔を変更するには,第
5195 \begin_inset CommandInset ref
5196 LatexCommand ref
5197 reference "subsec:列間"
5198
5199 \end_inset
5200
5201 節に説明されている距離
5202 \series bold
5203
5204 \backslash
5205 arraycolsep
5206 \series default
5207
5208 \begin_inset Index idx
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212 こまんど@コマンド ! A ! 
5213 \backslash
5214 arraycolsep
5215 \end_layout
5216
5217 \end_inset
5218
5219 をここでも使用することができます.
5220 \end_layout
5221
5222 \begin_layout Standard
5223 行間隔を変更するには,
5224 \series bold
5225
5226 \backslash
5227 arraystretch
5228 \series default
5229
5230 \begin_inset Index idx
5231 status collapsed
5232
5233 \begin_layout Plain Layout
5234 こまんど@コマンド ! A ! 
5235 \backslash
5236 arraystretch
5237 \end_layout
5238
5239 \end_inset
5240
5241 コマンドを使用します.以下のようにして使用します.
5242 \end_layout
5243
5244 \begin_layout Standard
5245
5246 \series bold
5247
5248 \backslash
5249 renewcommand{
5250 \backslash
5251 arraystretch}{伸長因子}
5252 \begin_inset Index idx
5253 status collapsed
5254
5255 \begin_layout Plain Layout
5256 こまんど@コマンド ! R ! 
5257 \backslash
5258 renewcommand
5259 \end_layout
5260
5261 \end_inset
5262
5263
5264 \end_layout
5265
5266 \begin_layout Standard
5267
5268 \series bold
5269
5270 \backslash
5271 renewcommand
5272 \series default
5273 コマンドは,伸長因子を定義済みの
5274 \series bold
5275
5276 \backslash
5277 arraystretch
5278 \series default
5279 コマンドに割り当てます.たとえば行間隔を2倍にするには,因子として2を指定して下さい.すると,以降の行列すべてにこれが使用されるようになります.元の間隔に戻すに
5280 は,
5281 \series bold
5282
5283 \backslash
5284 arraystretch
5285 \series default
5286 に因子1を割り当てて下さい.
5287 \end_layout
5288
5289 \begin_layout Standard
5290 本文行中に行列を入れるには,
5291 \series bold
5292
5293 \backslash
5294 smallmatrix
5295 \series default
5296
5297 \begin_inset Index idx
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301 こまんど@コマンド ! S ! 
5302 \backslash
5303 smallmatrix
5304 \end_layout
5305
5306 \end_inset
5307
5308 コマンドを使います.これを挿入すると,二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
5309 \end_layout
5310
5311 \begin_layout Standard
5312 これは,本文行中の行列
5313 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5314 C & D
5315 \end{smallmatrix}\right)$
5316 \end_inset
5317
5318 です.
5319 \end_layout
5320
5321 \begin_layout Section
5322 括弧と区分記号
5323 \begin_inset Index idx
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327 かっこ@括弧
5328 \end_layout
5329
5330 \end_inset
5331
5332
5333 \begin_inset Index idx
5334 status collapsed
5335
5336 \begin_layout Plain Layout
5337 くぶんきごう@区分記号
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \end_layout
5344
5345 \begin_layout Subsection
5346 垂直括弧と区分記号
5347 \begin_inset Index idx
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351 かっこ@括弧 ! すいちょく@垂直
5352 \begin_inset space \thinspace{}
5353 \end_inset
5354
5355 ——
5356 \end_layout
5357
5358 \end_inset
5359
5360
5361 \end_layout
5362
5363 \begin_layout Standard
5364 \begin_inset space \hfill{}
5365 \end_inset
5366
5367
5368 \begin_inset Tabular
5369 <lyxtabular version="3" rows="9" columns="2">
5370 <features booktabs="true" tabularvalignment="middle">
5371 <column alignment="center" valignment="top" width="0pt">
5372 <column alignment="center" valignment="top" width="0pt">
5373 <row>
5374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 コマンド
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 出力
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 </row>
5393 <row>
5394 <cell alignment="center" valignment="top" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 (
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 \begin_inset Formula $($
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 {
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 \begin_inset Formula $\{$
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 </row>
5439 <row>
5440 <cell alignment="center" valignment="top" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 [
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 \begin_inset Formula $[$
5454 \end_inset
5455
5456
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 </row>
5462 <row>
5463 <cell alignment="center" valignment="top" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467
5468 \backslash
5469 langle
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 \begin_inset Formula $\langle$
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="center" valignment="top" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \backslash
5494 lceil
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\lceil$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 lfloor
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 \begin_inset Formula $\lfloor$
5529 \end_inset
5530
5531
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 /
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 \begin_inset Formula $/$
5552 \end_inset
5553
5554
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 </row>
5560 <row>
5561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 |
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 \begin_inset Formula $|$
5575 \end_inset
5576
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset space \hfill{}
5589 \end_inset
5590
5591
5592 \begin_inset Tabular
5593 <lyxtabular version="3" rows="9" columns="2">
5594 <features booktabs="true" tabularvalignment="middle">
5595 <column alignment="center" valignment="top" width="0pt">
5596 <column alignment="center" valignment="top" width="0pt">
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 コマンド
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 出力
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 )
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $)$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 }
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 \begin_inset Formula $\}$
5655 \end_inset
5656
5657
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 <row>
5664 <cell alignment="center" valignment="top" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 ]
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 \begin_inset Formula $]$
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 </row>
5686 <row>
5687 <cell alignment="center" valignment="top" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691
5692 \backslash
5693 rangle
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $\rangle$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \backslash
5718 rceil
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\rceil$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \backslash
5743 rfloor
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\rfloor$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \backslash
5768
5769 \backslash
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 \begin_inset Formula $\backslash$
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 </row>
5788 <row>
5789 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \backslash
5795 |
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 \begin_inset Formula $\|$
5805 \end_inset
5806
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 </row>
5813 </lyxtabular>
5814
5815 \end_inset
5816
5817
5818 \begin_inset space \hfill{}
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Standard
5825 \begin_inset Note Greyedout
5826 status open
5827
5828 \begin_layout Plain Layout
5829
5830 \series bold
5831 【註】
5832 \series default
5833 \SpecialChar TeX
5834 モードでは,
5835 \backslash
5836
5837 \backslash
5838 コマンドはその場所に改行を入れてしまうので,バックスラッシュを入力するには
5839 \series bold
5840
5841 \backslash
5842 textbackslash
5843 \series default
5844
5845 \begin_inset Index idx
5846 status collapsed
5847
5848 \begin_layout Plain Layout
5849 こまんど@コマンド! T ! 
5850 \backslash
5851 textbackslash
5852 \end_layout
5853
5854 \end_inset
5855
5856 を使わなくてはなりません.
5857 \end_layout
5858
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \begin_layout Standard
5865 上に列挙した文字すべてについて,以下の二小節で説明されているコマンドを使って,大きさを調整することができます.これらのコマンドを使用するにあたっては,
5866 \series bold
5867
5868 \backslash
5869 langle
5870 \series default
5871
5872 \series bold
5873
5874 \backslash
5875 rangle
5876 \series default
5877 コマンドを使用せずに
5878 \begin_inset Formula $<$
5879 \end_inset
5880
5881
5882 \begin_inset Formula $>$
5883 \end_inset
5884
5885 の文字を直接使用することができます.
5886 \end_layout
5887
5888 \begin_layout Subsubsection
5889 手動の括弧高
5890 \begin_inset CommandInset label
5891 LatexCommand label
5892 name "subsec:手動の括弧丈"
5893
5894 \end_inset
5895
5896
5897 \begin_inset Index idx
5898 status collapsed
5899
5900 \begin_layout Plain Layout
5901 かっこたけ@括弧高 ! しゅどう@手動
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \begin_layout Standard
5910 括弧の丈は,\SpecialChar LaTeX
5911 コマンドの
5912 \series bold
5913
5914 \backslash
5915 big
5916 \series default
5917
5918 \begin_inset Index idx
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922 こまんど@コマンド ! B ! 
5923 \backslash
5924 big
5925 \end_layout
5926
5927 \end_inset
5928
5929
5930 \series bold
5931
5932 \backslash
5933 Big
5934 \series default
5935
5936 \series bold
5937
5938 \backslash
5939 bigg
5940 \series default
5941 および
5942 \series bold
5943
5944 \backslash
5945 Bigg
5946 \series default
5947 を使って,手動で指定することができます.
5948 \series bold
5949
5950 \backslash
5951 big
5952 \series default
5953 が最小の大きさであり,
5954 \series bold
5955
5956 \backslash
5957 Bigg
5958 \series default
5959 が最大の括弧高になります.
5960 \end_layout
5961
5962 \begin_layout Standard
5963 これらのコマンドは,括弧の階層を強調するのに使われます.
5964 \end_layout
5965
5966 \begin_layout Standard
5967 \align center
5968 \begin_inset Tabular
5969 <lyxtabular version="3" rows="2" columns="2">
5970 <features booktabs="true" tabularvalignment="middle">
5971 <column alignment="center" valignment="top" width="0pt">
5972 <column alignment="center" valignment="top" width="0pt">
5973 <row>
5974 <cell alignment="center" valignment="top" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 すべての括弧が同じ大きさ:
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 \begin_inset Formula $((A+B)(A-B))^{C}$
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row topspace="2mm">
5997 <cell alignment="center" valignment="top" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 こちらの方が良い:
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 </lyxtabular>
6020
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \begin_layout Standard
6027 二つ目の数式では,
6028 \series bold
6029
6030 \backslash
6031 Big((A+B)(A-B)
6032 \backslash
6033 Big)^
6034 \begin_inset space \textvisiblespace{}
6035 \end_inset
6036
6037 C
6038 \series default
6039 というコマンドが使われています.
6040 \end_layout
6041
6042 \begin_layout Standard
6043 以下は,すべての括弧高の羅列です.
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \align center
6048
6049 \backslash
6050 Bigg(
6051 \backslash
6052 exp
6053 \backslash
6054 bigg
6055 \begin_inset Formula $<$
6056 \end_inset
6057
6058
6059 \backslash
6060 Big[
6061 \backslash
6062 big{
6063 \backslash
6064 ln(3x)
6065 \backslash
6066 big}^2
6067 \begin_inset space \textvisiblespace{}
6068 \end_inset
6069
6070
6071 \backslash
6072 sin(x)
6073 \backslash
6074 Big]^
6075 \begin_inset space \textvisiblespace{}
6076 \end_inset
6077
6078 A
6079 \begin_inset space \textvisiblespace{}
6080 \end_inset
6081
6082
6083 \backslash
6084 bigg
6085 \begin_inset Formula $>$
6086 \end_inset
6087
6088
6089 \backslash
6090 Bigg)^0,5
6091 \end_layout
6092
6093 \begin_layout Standard
6094 \align center
6095 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \begin_layout Standard
6102
6103 \series bold
6104
6105 \backslash
6106 big
6107 \series default
6108 型コマンドの他に,括弧と中身のあいだにもう少し空白を加える
6109 \series bold
6110
6111 \backslash
6112 bigm
6113 \series default
6114
6115 \begin_inset Index idx
6116 status collapsed
6117
6118 \begin_layout Plain Layout
6119 こまんど@コマンド ! B ! 
6120 \backslash
6121 bigm
6122 \end_layout
6123
6124 \end_inset
6125
6126 という派生型と,空白を追加しない
6127 \series bold
6128
6129 \backslash
6130 bigl
6131 \series default
6132 -
6133 \series bold
6134
6135 \backslash
6136 bigr
6137 \series default
6138
6139 \begin_inset Index idx
6140 status collapsed
6141
6142 \begin_layout Plain Layout
6143 こまんど@コマンド ! B ! 
6144 \backslash
6145 bigl - 
6146 \backslash
6147 bigr
6148 \end_layout
6149
6150 \end_inset
6151
6152 派生型があります.
6153 \series bold
6154
6155 \backslash
6156 bigl
6157 \series default
6158 コマンドの最後の
6159 \emph on
6160 l
6161 \emph default
6162 は,左括弧であることを示し,右括弧の場合には,
6163 \emph on
6164 l
6165 \emph default
6166 の代わりに
6167 \emph on
6168 r
6169 \emph default
6170 を用います.左括弧と右括弧は,それぞれ括弧の開始と終了に用いられます.
6171 \end_layout
6172
6173 \begin_layout Standard
6174 以下の表は,これらの派生型の比較です.
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \align center
6179 \begin_inset Tabular
6180 <lyxtabular version="3" rows="5" columns="2">
6181 <features booktabs="true" tabularvalignment="middle">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <column alignment="center" valignment="middle">
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 コマンド
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 出力
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row topspace="2mm">
6205 <cell alignment="center" valignment="top" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \backslash
6211 Bigm(
6212 \backslash
6213 bigm(
6214 \backslash
6215 ln(3x)
6216 \backslash
6217 bigm)^2
6218 \begin_inset space \textvisiblespace{}
6219 \end_inset
6220
6221
6222 \backslash
6223 Bigm)
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row topspace="2mm">
6242 <cell alignment="center" valignment="top" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \backslash
6248 Big(
6249 \backslash
6250 big(
6251 \backslash
6252 ln(3x)
6253 \backslash
6254 big)^2
6255 \begin_inset space \textvisiblespace{}
6256 \end_inset
6257
6258
6259 \backslash
6260 Big)
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row topspace="2mm" bottomspace="0.5mm">
6279 <cell alignment="center" valignment="top" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \backslash
6285 Bigl(
6286 \backslash
6287 bigl(
6288 \backslash
6289 ln(3x)
6290 \backslash
6291 bigr)^2
6292 \begin_inset space \textvisiblespace{}
6293 \end_inset
6294
6295
6296 \backslash
6297 Bigr)
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row topspace="1.5mm" bottomspace="0.5mm">
6316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320
6321 \backslash
6322 bigl)
6323 \backslash
6324 ln(3x)
6325 \backslash
6326 bigr(
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 </lyxtabular>
6345
6346 \end_inset
6347
6348
6349 \end_layout
6350
6351 \begin_layout Subsubsection
6352 自動の括弧高
6353 \begin_inset CommandInset label
6354 LatexCommand label
6355 name "subsec:自動の括弧丈"
6356
6357 \end_inset
6358
6359
6360 \begin_inset Index idx
6361 status collapsed
6362
6363 \begin_layout Plain Layout
6364 かっこたけ@括弧高 ! じどう@自動
6365 \end_layout
6366
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \begin_layout Standard
6373 可変の丈を持つ括弧は,
6374 \series bold
6375
6376 \backslash
6377 left
6378 \series default
6379
6380 \begin_inset Index idx
6381 status collapsed
6382
6383 \begin_layout Plain Layout
6384 こまんど@コマンド ! L ! 
6385 \backslash
6386 left
6387 \end_layout
6388
6389 \end_inset
6390
6391 コマンドおよび
6392 \series bold
6393
6394 \backslash
6395 right
6396 \series default
6397
6398 \begin_inset Index idx
6399 status collapsed
6400
6401 \begin_layout Plain Layout
6402 こまんど@コマンド ! R ! 
6403 \backslash
6404 right
6405 \end_layout
6406
6407 \end_inset
6408
6409 コマンド,あるいは数式ツールバーボタンの
6410 \begin_inset Info
6411 type  "icon"
6412 arg   "dialog-show mathdelimiter"
6413 \end_inset
6414
6415 で挿入することができます.
6416 \series bold
6417
6418 \backslash
6419 left
6420 \series default
6421 および
6422 \series bold
6423
6424 \backslash
6425 right
6426 \series default
6427 の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧高は出力時に自動的に計算されます.
6428 \end_layout
6429
6430 \begin_layout Standard
6431 \align center
6432 通常の括弧:
6433 \series bold
6434
6435 \backslash
6436 ln(
6437 \backslash
6438 frac
6439 \begin_inset space \textvisiblespace{}
6440 \end_inset
6441
6442 A
6443 \begin_inset Formula $\downarrow$
6444 \end_inset
6445
6446 C
6447 \begin_inset space \textvisiblespace{}
6448 \end_inset
6449
6450 )
6451 \series default
6452 というコマンドは
6453 \begin_inset Formula 
6454 \[
6455 \ln(\frac{A}{C})
6456 \]
6457
6458 \end_inset
6459
6460 を生成します.
6461 \end_layout
6462
6463 \begin_layout Standard
6464 \align center
6465 複数行の括弧:
6466 \series bold
6467
6468 \backslash
6469 ln
6470 \backslash
6471 left(
6472 \backslash
6473 frac
6474 \begin_inset space \textvisiblespace{}
6475 \end_inset
6476
6477 A
6478 \begin_inset Formula $\downarrow$
6479 \end_inset
6480
6481 C
6482 \begin_inset space \textvisiblespace{}
6483 \end_inset
6484
6485
6486 \backslash
6487 right)
6488 \series default
6489 というコマンドは
6490 \begin_inset Formula 
6491 \[
6492 \ln\left(\frac{A}{C}\right)
6493 \]
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 \series bold
6509
6510 \backslash
6511 right
6512 \series default
6513 の代わりに,
6514 \begin_inset Flex Ruby
6515 status collapsed
6516
6517 \begin_layout Plain Layout
6518 捷径
6519 \begin_inset Argument post:1
6520 status collapsed
6521
6522 \begin_layout Plain Layout
6523 ショートカット
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532
6533
6534 \family sans
6535 Alt+M
6536 \begin_inset space ~
6537 \end_inset
6538
6539 括弧
6540 \family default
6541 を使うこともできます.これを使うと,\SpecialChar LyX
6542 中で即座に実際の括弧高を確認することができるという利点と,対応する右括弧も生成されるという利点があります.
6543 \begin_inset Newline newline
6544 \end_inset
6545
6546 すると,先ほどの例を作るコマンドは
6547 \series bold
6548
6549 \backslash
6550 ln Alt+M
6551 \series default
6552  
6553 \series bold
6554 (
6555 \backslash
6556 frac
6557 \begin_inset space \textvisiblespace{}
6558 \end_inset
6559
6560 A
6561 \begin_inset Formula $\downarrow$
6562 \end_inset
6563
6564 C
6565 \series default
6566 となります.
6567 \end_layout
6568
6569 \begin_layout Standard
6570 左括弧あるいは右括弧を省略するには,ドットを挿入します.たとえば,
6571 \series bold
6572
6573 \backslash
6574 left.
6575 \backslash
6576 frac
6577 \begin_inset space \textvisiblespace{}
6578 \end_inset
6579
6580 A
6581 \begin_inset Formula $\downarrow$
6582 \end_inset
6583
6584 B
6585 \begin_inset space \textvisiblespace{}
6586 \end_inset
6587
6588
6589 \backslash
6590 right}
6591 \series default
6592 というコマンドは
6593 \series bold
6594
6595 \begin_inset Formula 
6596 \[
6597 \left.\frac{A}{B}\right\} 
6598 \]
6599
6600 \end_inset
6601
6602
6603 \series default
6604 を生成します.
6605 \series bold
6606
6607 \backslash
6608 left
6609 \series default
6610 コマンドおよび
6611 \series bold
6612
6613 \backslash
6614 right
6615 \series default
6616 コマンドは,文書が再度読み込まれたときには,\SpecialChar LyX
6617 によって正しい丈の括弧に変換され,省略された括弧は,点線として表示されます.
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \begin_inset VSpace bigskip
6622 \end_inset
6623
6624 著名な\SpecialChar LaTeX
6625 頒布版は,すべて\SpecialChar LaTeX
6626 の拡張であるe\SpecialChar TeX
6627 を使用しているので,これらの頒布版では,すべての括弧および極限に対して
6628 \series bold
6629
6630 \backslash
6631 middle
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 こまんど@コマンド ! M ! 
6639 \backslash
6640 middle
6641 \end_layout
6642
6643 \end_inset
6644
6645 コマンドも使用することができます
6646 \begin_inset Foot
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650
6651 \series bold
6652 【訳註】
6653 \series default
6654 p\SpecialChar LaTeX
6655 では,標準では
6656 \series bold
6657
6658 \backslash
6659 middle
6660 \series default
6661 コマンドは使えません.よって,以下の例では「
6662 \series bold
6663
6664 \backslash
6665 middle
6666 \series default
6667
6668 \begin_inset Formula $|$
6669 \end_inset
6670
6671 」の代わりに「
6672 \series bold
6673
6674 \backslash
6675 biggm
6676 \series default
6677
6678 \begin_inset Formula $|$
6679 \end_inset
6680
6681 」を用いています.
6682 \end_layout
6683
6684 \end_inset
6685
6686 .このコマンドでは,物理ベクトル
6687 \begin_inset Formula 
6688 \[
6689 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6690 \]
6691
6692 \end_inset
6693
6694 で必要とされるように,次に続く文字の高さは,囲まれる括弧の高さに調節されます.物理ベクトルに関しては,第
6695 \begin_inset CommandInset ref
6696 LatexCommand ref
6697 reference "subsec:物理ベクトル"
6698
6699 \end_inset
6700
6701 節に説明されているように特殊な\SpecialChar LaTeX
6702 パッケージがあります.
6703 \end_layout
6704
6705 \begin_layout Subsection
6706 水平括弧
6707 \begin_inset Index idx
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711 かっこ@括弧 ! すいへい@水平
6712 \begin_inset space \thinspace{}
6713 \end_inset
6714
6715 ——
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \end_layout
6722
6723 \begin_layout Standard
6724 \align center
6725 \begin_inset Tabular
6726 <lyxtabular version="3" rows="4" columns="2">
6727 <features booktabs="true" tabularvalignment="middle">
6728 <column alignment="center" valignment="top" width="0pt">
6729 <column alignment="center" valignment="top" width="0pt">
6730 <row>
6731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 コマンド
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 出力
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755
6756 \backslash
6757 overbrace
6758 \begin_inset space \textvisiblespace{}
6759 \end_inset
6760
6761 A+B
6762 \begin_inset space \textvisiblespace{}
6763 \end_inset
6764
6765 ^
6766 \begin_inset space \textvisiblespace{}
6767 \end_inset
6768
6769 3
6770 \begin_inset Index idx
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774 こまんど@コマンド ! O ! 
6775 \backslash
6776 overbrace
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 \begin_inset Formula $\overbrace{A+B}^{3}$
6791 \end_inset
6792
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row topspace="2mm">
6800 <cell alignment="center" valignment="top" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \backslash
6806 underbrace
6807 \begin_inset space \textvisiblespace{}
6808 \end_inset
6809
6810 A+B
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 _5
6815 \begin_inset Index idx
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819 こまんど@コマンド ! U ! 
6820 \backslash
6821 underbrace
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 \begin_inset Formula $\underbrace{A+B}_{5}$
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \backslash
6851 overbrace
6852 \begin_inset space \textvisiblespace{}
6853 \end_inset
6854
6855
6856 \backslash
6857 underbrace
6858 \begin_inset space \textvisiblespace{}
6859 \end_inset
6860
6861 A+B_w
6862 \begin_inset space \textvisiblespace{}
6863 \end_inset
6864
6865
6866 \begin_inset space \textvisiblespace{}
6867 \end_inset
6868
6869 _7
6870 \begin_inset space \textvisiblespace{}
6871 \end_inset
6872
6873
6874 \begin_inset space \textvisiblespace{}
6875 \end_inset
6876
6877 ^
6878 \begin_inset space \textvisiblespace{}
6879 \end_inset
6880
6881 C
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 </row>
6899 </lyxtabular>
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \begin_layout Standard
6907 最後の例では,
6908 \series bold
6909
6910 \backslash
6911 overbrace
6912 \series default
6913 が先に挿入されようが
6914 \series bold
6915
6916 \backslash
6917 underbrace
6918 \series default
6919 が先に挿入されようが代わりはありません.
6920 \end_layout
6921
6922 \begin_layout Standard
6923 \begin_inset VSpace medskip
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \begin_layout Standard
6930 文書設定の
6931 \family sans
6932 数式オプション
6933 \family default
6934 で,
6935 \series bold
6936 mathtools
6937 \series default
6938
6939 \begin_inset Index idx
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 ぱっけーじ@パッケージ ! mathtools
6944 \end_layout
6945
6946 \end_inset
6947
6948 パッケージに
6949 \family sans
6950 常に読み込み
6951 \family default
6952 オプションを設定すると,以下のような角括弧が利用可能になります.
6953 \end_layout
6954
6955 \begin_layout Standard
6956 \align center
6957 \begin_inset Tabular
6958 <lyxtabular version="3" rows="4" columns="2">
6959 <features booktabs="true" tabularvalignment="middle">
6960 <column alignment="center" valignment="top" width="0pt">
6961 <column alignment="center" valignment="top" width="0pt">
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 コマンド
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 出力
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 </row>
6982 <row>
6983 <cell alignment="center" valignment="top" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987
6988 \backslash
6989 overbracket{A+B
6990 \begin_inset space \textvisiblespace{}
6991 \end_inset
6992
6993 ^3
6994 \begin_inset Index idx
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998 こまんど@コマンド ! O ! 
6999 \backslash
7000 overbracket
7001 \end_layout
7002
7003 \end_inset
7004
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 \begin_inset Formula $\overbracket{A+B}^{3}$
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row topspace="2mm">
7024 <cell alignment="center" valignment="top" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028
7029 \backslash
7030 underbracket{A+B
7031 \begin_inset space \textvisiblespace{}
7032 \end_inset
7033
7034 _5
7035 \begin_inset Index idx
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039 こまんど@コマンド ! U ! 
7040 \backslash
7041 under
7042 \size normal
7043 bracket
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 \begin_inset Formula $\underbracket{A+B}_{5}$
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \backslash
7073 overbracket{
7074 \backslash
7075 underbracket{A+B_w
7076 \begin_inset space \textvisiblespace{}
7077 \end_inset
7078
7079
7080 \begin_inset space \textvisiblespace{}
7081 \end_inset
7082
7083 _7
7084 \begin_inset space \textvisiblespace{}
7085 \end_inset
7086
7087
7088 \begin_inset space \textvisiblespace{}
7089 \end_inset
7090
7091 ^
7092 \begin_inset space \textvisiblespace{}
7093 \end_inset
7094
7095 C
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 </lyxtabular>
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \begin_layout Standard
7121
7122 \series bold
7123
7124 \backslash
7125 overbracket
7126 \series default
7127
7128 \series bold
7129
7130 \backslash
7131 underbracket
7132 \series default
7133 に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
7134 \end_layout
7135
7136 \begin_layout Standard
7137 \align center
7138 \begin_inset Tabular
7139 <lyxtabular version="3" rows="3" columns="2">
7140 <features booktabs="true" tabularvalignment="middle">
7141 <column alignment="center" valignment="top" width="0pt">
7142 <column alignment="center" valignment="top" width="0pt">
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 コマンド
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 出力
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row>
7164 <cell alignment="center" valignment="top" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \backslash
7170 overbracket[3pt]
7171 \backslash
7172 {A+B
7173 \begin_inset space \textvisiblespace{}
7174 \end_inset
7175
7176 ^3
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row topspace="2mm">
7195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199
7200 \backslash
7201 underbracket[1pt]
7202 \backslash
7203 {A+B
7204 \begin_inset space \textvisiblespace{}
7205 \end_inset
7206
7207 _5
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 </lyxtabular>
7226
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \begin_inset VSpace bigskip
7234 \end_inset
7235
7236 括弧をお互いに重ねる必要がある場合には,第
7237 \begin_inset CommandInset ref
7238 LatexCommand ref
7239 reference "sec:多行数式"
7240
7241 \end_inset
7242
7243 節に説明されているように,次のような多行数式を使わなくてはなりません.
7244 \begin_inset Formula 
7245 \begin{eqnarray*}
7246 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7247  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7248 \end{eqnarray*}
7249
7250 \end_inset
7251
7252 一行目には,数式が一つめの括弧とともに挿入されています.ここで,空白コマンド
7253 \begin_inset Foot
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257 空白コマンドは第
7258 \begin_inset CommandInset ref
7259 LatexCommand ref
7260 reference "subsec:定義済みの空白"
7261
7262 \end_inset
7263
7264 章に説明があります.
7265 \end_layout
7266
7267 \end_inset
7268
7269
7270 \series bold
7271
7272 \backslash
7273 :
7274 \series default
7275 を最初の
7276 \begin_inset Formula $d$
7277 \end_inset
7278
7279 の前に挿入しておくことが重要です.さもないと,
7280 \begin_inset Formula $q$
7281 \end_inset
7282
7283 の後ろで終わる括弧のせいで,直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7284 \begin_inset Foot
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 これは,括弧が文字として取り扱われないためです.第
7289 \begin_inset CommandInset ref
7290 LatexCommand ref
7291 reference "subsec:二項演算子"
7292
7293 \end_inset
7294
7295 章参照.
7296 \end_layout
7297
7298 \end_inset
7299
7300 ためです.二行目には,二つめの括弧が挿入されています.
7301 \begin_inset Formula $b$
7302 \end_inset
7303
7304 の直前から始まるようにするために,まず
7305 \series bold
7306
7307 \backslash
7308 hphantom{gggg+
7309 \backslash
7310 :}
7311 \series default
7312 というコマンド
7313 \begin_inset Foot
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318 \series bold
7319
7320 \backslash
7321 hphantom
7322 \series default
7323 に関する詳細は,第
7324 \begin_inset CommandInset ref
7325 LatexCommand ref
7326 reference "subsec:埋め草"
7327
7328 \end_inset
7329
7330 章を参照してください.
7331 \end_layout
7332
7333 \end_inset
7334
7335 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,この空白コマンドが必要になっています.二つめの括弧は
7336 \series bold
7337
7338 \backslash
7339 hphantom{bbqq+dddd}
7340 \series default
7341 コマンドの下に置きます.
7342 \end_layout
7343
7344 \begin_layout Standard
7345 以下の例のように,括弧が反対側に重なる場合には,もっと複雑になります.
7346 \begin_inset ERT
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350
7351
7352 \backslash
7353 setlength{
7354 \backslash
7355 jot}{-6pt}
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \begin_inset Formula 
7362 \begin{eqnarray*}
7363  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7364 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7365 \end{eqnarray*}
7366
7367 \end_inset
7368
7369
7370 \begin_inset ERT
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374
7375
7376 \backslash
7377 setlength{
7378 \backslash
7379 jot}{3pt}
7380 \end_layout
7381
7382 \end_inset
7383
7384 最初の数式行は,括弧が上に来ていること以外は,先の例の第二行と同じです.二行目には,二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入
7385 ることを防ぐために,行間を減らさなくてはならないのですが,これは\SpecialChar LyX
7386 のバグ
7387 \begin_inset Foot
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391 \begin_inset CommandInset href
7392 LatexCommand href
7393 name "LyX-bug #1505"
7394 target "https://www.lyx.org/trac/ticket/1505"
7395 literal "false"
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \end_inset
7403
7404 のせいで簡単にはできません.この問題を回避するためには,数式直前に\SpecialChar TeX
7405 モードで
7406 \series bold
7407 setlength{
7408 \backslash
7409 jot}{-6pt}
7410 \series default
7411 というコマンドを入れて,大域的な数式行間
7412 \series bold
7413
7414 \backslash
7415 jot
7416 \series default
7417
7418 \begin_inset Index idx
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 こまんど@コマンド ! J ! 
7423 \backslash
7424 jot
7425 \end_layout
7426
7427 \end_inset
7428
7429 を-6
7430 \begin_inset space \thinspace{}
7431 \end_inset
7432
7433 ptに変更しなくてはなりません.
7434 \series bold
7435
7436 \backslash
7437 jot
7438 \series default
7439 は,数式直後に同様のコマンドを使って標準値の3
7440 \begin_inset space \thinspace{}
7441 \end_inset
7442
7443 ptに戻します.数式中の行間について,詳しくは第
7444 \begin_inset CommandInset ref
7445 LatexCommand ref
7446 reference "subsec:行間"
7447
7448 \end_inset
7449
7450 章に説明があります.
7451 \end_layout
7452
7453 \begin_layout Section
7454 矢印
7455 \begin_inset Index idx
7456 status collapsed
7457
7458 \begin_layout Plain Layout
7459 やじるし@矢印
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \begin_layout Standard
7468 矢印は,数式ツールバーボタンの
7469 \begin_inset Info
7470 type  "icon"
7471 arg   "math-insert \\leftarrow"
7472 \end_inset
7473
7474 か,以下の各小節に列挙してあるコマンドで挿入することができます.
7475 \end_layout
7476
7477 \begin_layout Subsection
7478 水平矢印
7479 \begin_inset Index idx
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483 やじるし@矢印 ! すいへい@水平
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \begin_layout Standard
7492 \begin_inset space \hfill{}
7493 \end_inset
7494
7495
7496 \begin_inset Tabular
7497 <lyxtabular version="3" rows="8" columns="2">
7498 <features booktabs="true" tabularvalignment="middle">
7499 <column alignment="center" valignment="top" width="0pt">
7500 <column alignment="center" valignment="top" width="0pt">
7501 <row>
7502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 コマンド
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 出力
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \backslash
7528 gets
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 \begin_inset Formula $\gets$
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \backslash
7553 Leftarrow
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset Formula $\Leftarrow$
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \backslash
7578 longleftarrow
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Formula $\longleftarrow$
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \backslash
7603 Longleftarrow
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset Formula $\Longleftarrow$
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \backslash
7628 leftharpoonup
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset Formula $\leftharpoonup$
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="center" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \backslash
7653 leftharpoondown
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\leftharpoondown$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \backslash
7678 hookleftarrow
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 \begin_inset Formula $\hookleftarrow$
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 </lyxtabular>
7697
7698 \end_inset
7699
7700
7701 \begin_inset space \hfill{}
7702 \end_inset
7703
7704
7705 \begin_inset Tabular
7706 <lyxtabular version="3" rows="8" columns="2">
7707 <features booktabs="true" tabularvalignment="middle">
7708 <column alignment="center" valignment="top" width="0pt">
7709 <column alignment="center" valignment="top" width="0pt">
7710 <row>
7711 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 コマンド
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 出力
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \backslash
7737 to
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 \begin_inset Formula $\to$
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 Rightarrow
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 \begin_inset Formula $\Rightarrow$
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \backslash
7787 longrightarrow
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset Formula $\longrightarrow$
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \backslash
7812 Longrightarrow
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Formula $\Longrightarrow$
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \backslash
7837 rightharpoonup
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Formula $\rightharpoonup$
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \backslash
7862 rightharpoondown
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 \begin_inset Formula $\rightharpoondown$
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \backslash
7887 hookrightarrow
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 \begin_inset Formula $\hookrightarrow$
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 </lyxtabular>
7906
7907 \end_inset
7908
7909
7910 \begin_inset space \hfill{}
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \begin_layout Standard
7917 \begin_inset space \hfill{}
7918 \end_inset
7919
7920
7921 \begin_inset Tabular
7922 <lyxtabular version="3" rows="6" columns="2">
7923 <features booktabs="true" tabularvalignment="middle">
7924 <column alignment="center" valignment="top" width="0pt">
7925 <column alignment="center" valignment="top" width="0pt">
7926 <row>
7927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 コマンド
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 出力
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 leftrightarrow
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\leftrightarrow$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 Leftrightarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\Leftrightarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 longleftrightarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\longleftrightarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 Longleftrightarrow
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\Longleftrightarrow$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \backslash
8053 rightleftharpoons
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 \begin_inset Formula $\rightleftharpoons$
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 </lyxtabular>
8072
8073 \end_inset
8074
8075
8076 \begin_inset space \hspace{}
8077 \length 25pt
8078 \end_inset
8079
8080
8081 \begin_inset space \hfill{}
8082 \end_inset
8083
8084
8085 \begin_inset Tabular
8086 <lyxtabular version="3" rows="5" columns="2">
8087 <features booktabs="true" tabularvalignment="middle">
8088 <column alignment="center" valignment="top" width="0pt">
8089 <column alignment="center" valignment="top" width="0pt">
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 コマンド
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 出力
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 mapsto
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\mapsto$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 longmapsto
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\longmapsto$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 leadsto
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\leadsto$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 dasharrow
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\dasharrow$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 </lyxtabular>
8211
8212 \end_inset
8213
8214
8215 \begin_inset space \hfill{}
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \begin_layout Standard
8222 \begin_inset VSpace medskip
8223 \end_inset
8224
8225 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,第
8226 \begin_inset CommandInset ref
8227 LatexCommand ref
8228 reference "sec:アクセント"
8229
8230 \end_inset
8231
8232 節に一覧があります.
8233 \end_layout
8234
8235 \begin_layout Standard
8236 \begin_inset VSpace bigskip
8237 \end_inset
8238
8239 さらに,ラベル付き矢印
8240 \begin_inset Index idx
8241 status collapsed
8242
8243 \begin_layout Plain Layout
8244 やじるし@矢印 ! らべるつき@ラベル付き
8245 \end_layout
8246
8247 \end_inset
8248
8249 として,
8250 \series bold
8251
8252 \backslash
8253 xleftarrow
8254 \series default
8255
8256 \begin_inset Index idx
8257 status collapsed
8258
8259 \begin_layout Plain Layout
8260 こまんど@コマンド ! X ! 
8261 \backslash
8262 xleftarrow
8263 \end_layout
8264
8265 \end_inset
8266
8267
8268 \series bold
8269
8270 \backslash
8271 xrightarrow
8272 \series default
8273
8274 \begin_inset Index idx
8275 status collapsed
8276
8277 \begin_layout Plain Layout
8278 こまんど@コマンド ! X ! 
8279 \backslash
8280 xrightarrow
8281 \begin_inset ERT
8282 status collapsed
8283
8284 \begin_layout Plain Layout
8285
8286
8287 \backslash
8288 vspace{4mm}
8289 \end_layout
8290
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297
8298 があります.これらのコマンドを数式に挿入すると,二つの青枠のついた矢印が現れるので,そこにラベルを入れることができます.矢印の長さは,ラベルの幅に応じて調整され
8299 ます.
8300 \end_layout
8301
8302 \begin_layout Standard
8303 \align center
8304 \begin_inset Tabular
8305 <lyxtabular version="3" rows="3" columns="2">
8306 <features booktabs="true" tabularvalignment="middle">
8307 <column alignment="center" valignment="top" width="0pt">
8308 <column alignment="center" valignment="top" width="0pt">
8309 <row>
8310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 コマンド
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 出力
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 F(a)
8335 \backslash
8336 xleftarrow
8337 \begin_inset space \textvisiblespace{}
8338 \end_inset
8339
8340 x=a
8341 \begin_inset Formula $\downarrow$
8342 \end_inset
8343
8344 x>0
8345 \begin_inset Formula $\to$
8346 \end_inset
8347
8348 F(x)
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8358 \end_inset
8359
8360
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 <row topspace="2mm">
8367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 F(x)
8372 \backslash
8373 xrightarrow
8374 \begin_inset space \textvisiblespace{}
8375 \end_inset
8376
8377 x=a
8378 \begin_inset Formula $\downarrow$
8379 \end_inset
8380
8381 x>0
8382 \begin_inset Formula $\to$
8383 \end_inset
8384
8385 F(a)
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 </lyxtabular>
8404
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \begin_layout Standard
8411 \begin_inset VSpace medskip
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \begin_layout Standard
8418 文書設定の
8419 \family sans
8420 数式オプション
8421 \family default
8422 で,
8423 \series bold
8424 mathtools
8425 \series default
8426
8427 \begin_inset Index idx
8428 status collapsed
8429
8430 \begin_layout Plain Layout
8431 ぱっけーじ@パッケージ ! mathtools
8432 \end_layout
8433
8434 \end_inset
8435
8436 パッケージに
8437 \family sans
8438 常に読み込み
8439 \family default
8440 オプションを設定すると,以下のようなラベル付き矢印が利用可能になります.
8441 \end_layout
8442
8443 \begin_layout Standard
8444 \begin_inset Newpage newpage
8445 \end_inset
8446
8447
8448 \end_layout
8449
8450 \begin_layout Standard
8451 \align center
8452 \begin_inset space \hspace*{\fill}
8453 \end_inset
8454
8455
8456 \begin_inset Tabular
8457 <lyxtabular version="3" rows="7" columns="2">
8458 <features booktabs="true" tabularvalignment="middle">
8459 <column alignment="center" valignment="top" width="0pt">
8460 <column alignment="center" valignment="top" width="0pt">
8461 <row>
8462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 コマンド
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Example
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \backslash
8488 xleftrightarrow
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row topspace="2mm">
8507 <cell alignment="center" valignment="top" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \backslash
8513 xLeftarrow
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row topspace="2mm">
8532 <cell alignment="center" valignment="top" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \backslash
8538 xRightarrow
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row topspace="2mm">
8557 <cell alignment="center" valignment="top" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \backslash
8563 xLeftrightarrow
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row topspace="2mm">
8582 <cell alignment="center" valignment="top" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 xhookleftarrow
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row topspace="2mm">
8607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 xhookrightarrow
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 </lyxtabular>
8632
8633 \end_inset
8634
8635
8636 \begin_inset space \hspace*{\fill}
8637 \end_inset
8638
8639
8640 \begin_inset Tabular
8641 <lyxtabular version="3" rows="7" columns="2">
8642 <features booktabs="true" tabularvalignment="middle">
8643 <column alignment="center" valignment="top" width="0pt">
8644 <column alignment="center" valignment="top" width="0pt">
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 コマンド
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Example
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \backslash
8672 xleftharpoondown
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8682 \end_inset
8683
8684
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row topspace="2mm">
8691 <cell alignment="center" valignment="top" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \backslash
8697 xleftharpoonup
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row topspace="2mm">
8716 <cell alignment="center" valignment="top" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \backslash
8722 xrightharpoondown
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row topspace="2mm">
8741 <cell alignment="center" valignment="top" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \backslash
8747 xrightharpoonup
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8757 \end_inset
8758
8759
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row topspace="2mm">
8766 <cell alignment="center" valignment="top" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \backslash
8772 xleftrightharpoons
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row topspace="2mm">
8791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \backslash
8797 xrightleftharpoons
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8807 \end_inset
8808
8809
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 </lyxtabular>
8816
8817 \end_inset
8818
8819
8820 \begin_inset space \hspace*{\fill}
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \begin_layout Standard
8827 これらの矢印は,すべて以下のようなコマンドスキームを取ります.
8828 \end_layout
8829
8830 \begin_layout Standard
8831 \align center
8832 \begin_inset Tabular
8833 <lyxtabular version="3" rows="2" columns="2">
8834 <features booktabs="true" tabularvalignment="middle">
8835 <column alignment="center" valignment="top" width="0pt">
8836 <column alignment="center" valignment="top" width="0pt">
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 コマンド
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 出力
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row bottomspace="0.5mm">
8858 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 F(a)
8863 \backslash
8864 xleftrightarrow[x=a]
8865 \backslash
8866 {x>0
8867 \begin_inset Formula $\to$
8868 \end_inset
8869
8870 F(x)
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 </lyxtabular>
8889
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \begin_layout Subsection
8896 垂直矢印および対角矢印
8897 \begin_inset Index idx
8898 status collapsed
8899
8900 \begin_layout Plain Layout
8901 やじるし@矢印 ! たいかく@対角
8902 \end_layout
8903
8904 \end_inset
8905
8906
8907 \begin_inset Index idx
8908 status collapsed
8909
8910 \begin_layout Plain Layout
8911 やじるし@矢印 ! すいちょく@垂直
8912 \end_layout
8913
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \begin_layout Standard
8920 \begin_inset space \hfill{}
8921 \end_inset
8922
8923
8924 \begin_inset Tabular
8925 <lyxtabular version="3" rows="7" columns="2">
8926 <features booktabs="true" tabularvalignment="middle">
8927 <column alignment="center" valignment="top" width="0pt">
8928 <column alignment="center" valignment="top" width="0pt">
8929 <row>
8930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 コマンド
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 出力
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="center" valignment="top" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \backslash
8956 uparrow
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 \begin_inset Formula $\uparrow$
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981 Uparrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\Uparrow$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 updownarrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\updownarrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 Updownarrow
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 \begin_inset Formula $\Updownarrow$
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \backslash
9056 Downarrow
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 \begin_inset Formula $\Downarrow$
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \backslash
9081 downarrow
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\downarrow$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 </lyxtabular>
9100
9101 \end_inset
9102
9103
9104 \begin_inset space \hfill{}
9105 \end_inset
9106
9107
9108 \begin_inset Tabular
9109 <lyxtabular version="3" rows="5" columns="2">
9110 <features booktabs="true" tabularvalignment="middle">
9111 <column alignment="center" valignment="top" width="0pt">
9112 <column alignment="center" valignment="top" width="0pt">
9113 <row>
9114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 コマンド
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 出力
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 nearrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\nearrow$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165 searrow
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\searrow$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 swarrow
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\swarrow$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 nwarrow
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 \begin_inset Formula $\nwarrow$
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 </lyxtabular>
9234
9235 \end_inset
9236
9237
9238 \begin_inset space \hfill{}
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \begin_layout Standard
9245 \begin_inset VSpace medskip
9246 \end_inset
9247
9248 垂直矢印は,第
9249 \begin_inset CommandInset ref
9250 LatexCommand ref
9251 reference "subsec:手動の括弧丈"
9252
9253 \end_inset
9254
9255 節および第
9256 \begin_inset CommandInset ref
9257 LatexCommand ref
9258 reference "subsec:自動の括弧丈"
9259
9260 \end_inset
9261
9262 節に述べられているコマンドを使うと,区分記号として使用することもできます.
9263 \end_layout
9264
9265 \begin_layout Section
9266 アクセント
9267 \begin_inset CommandInset label
9268 LatexCommand label
9269 name "sec:アクセント"
9270
9271 \end_inset
9272
9273
9274 \begin_inset Index idx
9275 status collapsed
9276
9277 \begin_layout Plain Layout
9278 あくせんと@アクセント
9279 \end_layout
9280
9281 \end_inset
9282
9283
9284 \end_layout
9285
9286 \begin_layout Standard
9287 アクセントは,数式ツールバーボタンの
9288 \begin_inset Info
9289 type  "icon"
9290 arg   "math-insert \\hat"
9291 \end_inset
9292
9293 か,以下の各小節に列挙してあるコマンドで入力することができます.
9294 \end_layout
9295
9296 \begin_layout Subsection
9297 一文字に付けるアクセント
9298 \begin_inset ERT
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302
9303
9304 \backslash
9305 texorpdfstring{
9306 \end_layout
9307
9308 \end_inset
9309
9310
9311 \begin_inset Foot
9312 status collapsed
9313
9314 \begin_layout Plain Layout
9315 本文中のアクセントについては,第
9316 \begin_inset CommandInset ref
9317 LatexCommand ref
9318 reference "subsec:文章中のアクセント"
9319
9320 \end_inset
9321
9322 節を参照.
9323 \end_layout
9324
9325 \end_inset
9326
9327
9328 \begin_inset ERT
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332
9333 }{}
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \begin_inset Note Note
9340 status collapsed
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345
9346 \backslash
9347 texorpdfstring
9348 \series default
9349 は,PDFのしおりに脚註が現れるのを防ぐために使われています.
9350 \end_layout
9351
9352 \begin_layout Plain Layout
9353
9354 \series bold
9355
9356 \backslash
9357 texorpdfstring
9358 \series default
9359 についての詳細は,第
9360 \begin_inset CommandInset ref
9361 LatexCommand ref
9362 reference "subsec:節見出し中の数式"
9363
9364 \end_inset
9365
9366 節にあります.
9367 \end_layout
9368
9369 \end_inset
9370
9371
9372 \begin_inset CommandInset label
9373 LatexCommand label
9374 name "subsec:一文字に付けるアクセント"
9375
9376 \end_inset
9377
9378
9379 \begin_inset Index idx
9380 status collapsed
9381
9382 \begin_layout Plain Layout
9383 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \begin_layout Standard
9392 \begin_inset space \hfill{}
9393 \end_inset
9394
9395
9396 \begin_inset Tabular
9397 <lyxtabular version="3" rows="8" columns="2">
9398 <features booktabs="true" tabularvalignment="middle">
9399 <column alignment="center" valignment="top" width="0pt">
9400 <column alignment="center" valignment="top" width="0pt">
9401 <row>
9402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 コマンド
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 出力
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row topspace="1.5mm">
9422 <cell alignment="center" valignment="top" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \backslash
9428 dot
9429 \begin_inset space \textvisiblespace{}
9430 \end_inset
9431
9432 A
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\dot{A}$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row topspace="1.5mm">
9451 <cell alignment="center" valignment="top" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457 ddot
9458 \begin_inset space \textvisiblespace{}
9459 \end_inset
9460
9461 A
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\ddot{A}$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row topspace="1.5mm">
9480 <cell alignment="center" valignment="top" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 dddot
9487 \begin_inset space \textvisiblespace{}
9488 \end_inset
9489
9490 A
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 \begin_inset Formula $\dddot{A}$
9500 \end_inset
9501
9502
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row topspace="1.5mm">
9509 <cell alignment="center" valignment="top" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \backslash
9515 ddddot
9516 \begin_inset space \textvisiblespace{}
9517 \end_inset
9518
9519 A
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 \begin_inset Formula $\ddddot{A}$
9529 \end_inset
9530
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row topspace="1.5mm">
9538 <cell alignment="center" valignment="top" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \backslash
9544 vec
9545 \begin_inset space \textvisiblespace{}
9546 \end_inset
9547
9548 A
9549 \begin_inset Index idx
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553 べくとる@ベクトル
9554 \end_layout
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 \begin_inset Formula $\vec{A}$
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row topspace="1.5mm">
9577 <cell alignment="center" valignment="top" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \backslash
9583 bar
9584 \begin_inset space \textvisiblespace{}
9585 \end_inset
9586
9587 A
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 \begin_inset Formula $\bar{A}$
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row topspace="1.5mm">
9606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \backslash
9612 mathring
9613 \begin_inset space \textvisiblespace{}
9614 \end_inset
9615
9616 A
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 \begin_inset Formula $\mathring{A}$
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 </lyxtabular>
9635
9636 \end_inset
9637
9638
9639 \begin_inset space \hfill{}
9640 \end_inset
9641
9642
9643 \begin_inset Tabular
9644 <lyxtabular version="3" rows="7" columns="2">
9645 <features booktabs="true" tabularvalignment="middle">
9646 <column alignment="center" valignment="top" width="0pt">
9647 <column alignment="center" valignment="top" width="0pt">
9648 <row>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 コマンド
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 出力
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row topspace="1.5mm">
9669 <cell alignment="center" valignment="top" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \backslash
9675 tilde
9676 \begin_inset space \textvisiblespace{}
9677 \end_inset
9678
9679 A
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 \begin_inset Formula $\tilde{A}$
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row topspace="1.5mm">
9698 <cell alignment="center" valignment="top" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702
9703 \backslash
9704 hat
9705 \begin_inset space \textvisiblespace{}
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\hat{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row topspace="1.5mm">
9727 <cell alignment="center" valignment="top" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 check
9734 \begin_inset space \textvisiblespace{}
9735 \end_inset
9736
9737 A
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 \begin_inset Formula $\check{A}$
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row topspace="1.5mm">
9756 <cell alignment="center" valignment="top" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \backslash
9762 acute
9763 \begin_inset space \textvisiblespace{}
9764 \end_inset
9765
9766 A
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 \begin_inset Formula $\acute{A}$
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row topspace="1.5mm">
9785 <cell alignment="center" valignment="top" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \backslash
9791 grave
9792 \begin_inset space \textvisiblespace{}
9793 \end_inset
9794
9795 A
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\grave{A}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row topspace="1.5mm">
9814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \backslash
9820 breve
9821 \begin_inset space \textvisiblespace{}
9822 \end_inset
9823
9824 A
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\breve{A}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 </lyxtabular>
9843
9844 \end_inset
9845
9846
9847 \begin_inset space \hfill{}
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \begin_layout Standard
9854 \begin_inset VSpace bigskip
9855 \end_inset
9856
9857
9858 \end_layout
9859
9860 \begin_layout Standard
9861 \begin_inset ERT
9862 status collapsed
9863
9864 \begin_layout Plain Layout
9865
9866
9867 \backslash
9868 '{e}
9869 \end_layout
9870
9871 \end_inset
9872
9873 のようなアクセントは,数式に直接入れることができます.\SpecialChar LyX
9874 は,それを対応するアクセントコマンドに変換します.ウムラウト
9875 \begin_inset Index idx
9876 status collapsed
9877
9878 \begin_layout Plain Layout
9879 うむらうと@ウムラウト
9880 \end_layout
9881
9882 \end_inset
9883
9884 に関しては,母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,\SpecialChar LaTeX
9885 は,引用符と母音をまとめて一つの文字として取り
9886 扱います.
9887 \series bold
9888
9889 \backslash
9890 ddot
9891 \series default
9892 と違い,この方法では,以下の例に示すように「本物の」ウムラウトが作られます.
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \begin_inset VSpace -2mm
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \begin_layout Standard
9903 \align center
9904 \begin_inset Tabular
9905 <lyxtabular version="3" rows="3" columns="2">
9906 <features booktabs="true" tabularvalignment="middle">
9907 <column alignment="center" valignment="top" width="0pt">
9908 <column alignment="center" valignment="top">
9909 <row>
9910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 コマンド
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 出力
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 \begin_inset Quotes grd
9935 \end_inset
9936
9937 i
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \lang ngerman
9948 \begin_inset space \hspace{}
9949 \length 0pt
9950 \end_inset
9951
9952
9953 \begin_inset Formula $"i$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row topspace="1.5mm">
9963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \backslash
9969 ddot
9970 \begin_inset space \textvisiblespace{}
9971 \end_inset
9972
9973 i
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 \begin_inset Formula $\ddot{i}$
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 </lyxtabular>
9992
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \begin_layout Standard
9999
10000 \series bold
10001
10002 \backslash
10003 ddot
10004 \series default
10005 に比べて良いもう一つの利点は,上記のアクセントコマンドが
10006 \emph on
10007 数式中テキストでは使用できない
10008 \emph default
10009 のに対し,ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,アクセントの下にある文
10010 字しか変換されません.これは,たとえばイタリック体やボールド体への変換など,他のすべての変換に関しても言えることです.
10011 \end_layout
10012
10013 \begin_layout Standard
10014 ウムラウトと他のアクセント付き文字は,数式中テキストに直接入れることができます.
10015 \end_layout
10016
10017 \begin_layout Standard
10018 \begin_inset VSpace bigskip
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \begin_layout Standard
10025 \SpecialChar LyX
10026 は,\SpecialChar LaTeX
10027 パッケージ
10028 \series bold
10029 undertilde
10030 \series default
10031
10032 \begin_inset Index idx
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036 ぱっけーじ@パッケージ ! upgreek
10037 \end_layout
10038
10039 \end_inset
10040
10041 がシステム上に導入されていれば,文字下のティルダもサポートします.
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 ifundertilde 
10053 \end_layout
10054
10055 \end_inset
10056
10057
10058 \begin_inset Note Note
10059 status open
10060
10061 \begin_layout Plain Layout
10062 以下の表は,
10063 \series bold
10064 undertilde
10065 \series default
10066  \SpecialChar LaTeX
10067 パッケージが導入済みのときのみ表示されます.
10068 \end_layout
10069
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \begin_layout Standard
10076 \noindent
10077 \align center
10078 \begin_inset Tabular
10079 <lyxtabular version="3" rows="2" columns="2">
10080 <features booktabs="true" tabularvalignment="middle">
10081 <column alignment="center" valignment="top" width="0pt">
10082 <column alignment="center" valignment="top" width="0pt">
10083 <row>
10084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 コマンド
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 出力
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \backslash
10110 utilde
10111 \begin_inset space \textvisiblespace{}
10112 \end_inset
10113
10114 A
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 \begin_inset Formula $\utilde{A}$
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 </lyxtabular>
10133
10134 \end_inset
10135
10136
10137 \end_layout
10138
10139 \begin_layout Standard
10140 \begin_inset ERT
10141 status collapsed
10142
10143 \begin_layout Plain Layout
10144
10145
10146 \backslash
10147 else 
10148 \end_layout
10149
10150 \end_inset
10151
10152
10153 \begin_inset Note Note
10154 status open
10155
10156 \begin_layout Plain Layout
10157 以下は,
10158 \series bold
10159 undertilde
10160 \series default
10161  \SpecialChar LaTeX
10162 パッケージが導入されていないときのみ表示されます.
10163 \end_layout
10164
10165 \end_inset
10166
10167
10168 \end_layout
10169
10170 \begin_layout Standard
10171 この小節のすべてを出力で見るには,
10172 \series bold
10173 undertilde
10174 \series default
10175  \SpecialChar LaTeX
10176 パッケージを導入する必要があります.
10177 \end_layout
10178
10179 \begin_layout Standard
10180 \begin_inset ERT
10181 status collapsed
10182
10183 \begin_layout Plain Layout
10184
10185
10186 \backslash
10187 fi 
10188 \end_layout
10189
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \begin_layout Standard
10196 \begin_inset Newpage newpage
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \begin_layout Subsection
10203 複数の文字に付けるアクセント
10204 \begin_inset Index idx
10205 status collapsed
10206
10207 \begin_layout Plain Layout
10208 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10209 \end_layout
10210
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \begin_layout Standard
10217 \begin_inset space \hfill{}
10218 \end_inset
10219
10220
10221 \begin_inset Tabular
10222 <lyxtabular version="3" rows="5" columns="2">
10223 <features booktabs="true" tabularvalignment="middle">
10224 <column alignment="center" valignment="top" width="0pt">
10225 <column alignment="center" valignment="top" width="0pt">
10226 <row>
10227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 コマンド
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 出力
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row topspace="1.5mm">
10247 <cell alignment="center" valignment="top" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \backslash
10253 overleftarrow
10254 \begin_inset space \textvisiblespace{}
10255 \end_inset
10256
10257 A=B
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 \begin_inset Formula $\overleftarrow{A=B}$
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row topspace="1.5mm">
10276 <cell alignment="center" valignment="top" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280
10281 \backslash
10282 underleftarrow
10283 \begin_inset space \textvisiblespace{}
10284 \end_inset
10285
10286 A=B
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 \begin_inset Formula $\underleftarrow{A=B}$
10296 \end_inset
10297
10298
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row topspace="1.5mm">
10305 <cell alignment="center" valignment="top" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \backslash
10311 overleftrightarrow
10312 \begin_inset space \textvisiblespace{}
10313 \end_inset
10314
10315 A=B
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 \begin_inset Formula $\overleftrightarrow{A=B}$
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row topspace="1.5mm" bottomspace="1mm">
10334 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \backslash
10340 underleftrightarrow
10341 \begin_inset space \textvisiblespace{}
10342 \end_inset
10343
10344 A=B
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 \begin_inset Formula $\underleftrightarrow{A=B}$
10354 \end_inset
10355
10356
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 </lyxtabular>
10363
10364 \end_inset
10365
10366
10367 \begin_inset space \hfill{}
10368 \end_inset
10369
10370
10371 \begin_inset Tabular
10372 <lyxtabular version="3" rows="5" columns="2">
10373 <features booktabs="true" tabularvalignment="middle">
10374 <column alignment="center" valignment="top" width="0pt">
10375 <column alignment="center" valignment="top" width="0pt">
10376 <row>
10377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 コマンド
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 出力
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row topspace="1.5mm">
10397 <cell alignment="center" valignment="top" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 overrightarrow
10404 \begin_inset space \textvisiblespace{}
10405 \end_inset
10406
10407 A=B
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 \begin_inset Formula $\overrightarrow{A=B}$
10417 \end_inset
10418
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row topspace="1.5mm">
10426 <cell alignment="center" valignment="top" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \backslash
10432 underrightarrow
10433 \begin_inset space \textvisiblespace{}
10434 \end_inset
10435
10436 A=B
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 \begin_inset Formula $\underrightarrow{A=B}$
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row topspace="1.5mm">
10455 <cell alignment="center" valignment="top" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 widetilde
10462 \begin_inset space \textvisiblespace{}
10463 \end_inset
10464
10465 A=B
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 \begin_inset Formula $\widetilde{A=B}$
10475 \end_inset
10476
10477
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row topspace="1.5mm" bottomspace="1mm">
10484 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \backslash
10490 widehat
10491 \begin_inset space \textvisiblespace{}
10492 \end_inset
10493
10494 A=B
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 \begin_inset Formula $\widehat{A=B}$
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 </lyxtabular>
10513
10514 \end_inset
10515
10516
10517 \begin_inset space \hfill{}
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \begin_layout Standard
10524 \begin_inset VSpace medskip
10525 \end_inset
10526
10527 これらのコマンドでは,好きなだけ多くの文字にアクセントを付けることができます.しかし,
10528 \series bold
10529
10530 \backslash
10531 widetilde
10532 \series default
10533 および
10534 \series bold
10535
10536 \backslash
10537 widehat
10538 \series default
10539 のアクセントは,以下の例のように,出力では3文字分の長さにしかなりません.
10540 \begin_inset Formula 
10541 \[
10542 \widetilde{A+B=C-D}
10543 \]
10544
10545 \end_inset
10546
10547
10548 \end_layout
10549
10550 \begin_layout Standard
10551 前小節で述べた
10552 \series bold
10553
10554 \backslash
10555 overset
10556 \series default
10557
10558 \begin_inset Index idx
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562 こまんど@コマンド ! O ! 
10563 \backslash
10564 overset
10565 \end_layout
10566
10567 \end_inset
10568
10569 コマンドと
10570 \series bold
10571
10572 \backslash
10573 underset
10574 \series default
10575
10576 \begin_inset Index idx
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580 こまんど@コマンド ! U ! 
10581 \backslash
10582 underset
10583 \end_layout
10584
10585 \end_inset
10586
10587 コマンドを使っても,複数の文字にアクセントを付けることができます.
10588 \series bold
10589
10590 \backslash
10591 underset
10592 \begin_inset space \textvisiblespace{}
10593 \end_inset
10594
10595 A=B
10596 \begin_inset Formula $\downarrow$
10597 \end_inset
10598
10599 ***
10600 \series default
10601 というコマンドは,
10602 \begin_inset Formula 
10603 \[
10604 \underset{***}{A=B}
10605 \]
10606
10607 \end_inset
10608
10609 のようになります.
10610 \end_layout
10611
10612 \begin_layout Section
10613 空白
10614 \begin_inset CommandInset label
10615 LatexCommand label
10616 name "subsec:空白"
10617
10618 \end_inset
10619
10620
10621 \begin_inset Index idx
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 くうはく@空白 ! すいへい@水平
10626 \begin_inset space \thinspace{}
10627 \end_inset
10628
10629 ——
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \begin_layout Subsection
10638 定義済みの空白
10639 \begin_inset CommandInset label
10640 LatexCommand label
10641 name "subsec:定義済みの空白"
10642
10643 \end_inset
10644
10645
10646 \begin_inset Index idx
10647 status collapsed
10648
10649 \begin_layout Plain Layout
10650 くうはく@空白 ! すいへい@水平
10651 \begin_inset space \thinspace{}
10652 \end_inset
10653
10654 —— ! ていぎずみ@定義済み
10655 \end_layout
10656
10657 \end_inset
10658
10659
10660 \end_layout
10661
10662 \begin_layout Standard
10663 数式に水平方向の空白を挿入することが,必要になることがあります.これは,保護された空白(
10664 \begin_inset Flex Ruby
10665 status collapsed
10666
10667 \begin_layout Plain Layout
10668 捷径
10669 \begin_inset Argument post:1
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673 ショートカット
10674 \end_layout
10675
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682
10683
10684 \begin_inset Info
10685 type  "shortcut"
10686 arg   "command-alternatives space-insert protected ; math-space"
10687 \end_inset
10688
10689 )を挿入することで実現できます.「
10690 \color blue
10691
10692 \begin_inset space \textvisiblespace{}
10693 \end_inset
10694
10695
10696 \color inherit
10697 」が現れるので,
10698 \family sans
10699 Space
10700 \family default
10701 を何回か押すことによって,8種の異なる長さの空白のうち一つを選択することができます.空白は,数式ツールバーボタンの
10702 \begin_inset Info
10703 type  "icon"
10704 arg   "math-insert \\space"
10705 \end_inset
10706
10707 を押すか,特定のコマンドを入力することで,挿入することができます.挿入したコマンド如何に関わらず,直後に
10708 \family sans
10709 Space
10710 \family default
10711 を押すことによって,長さを変更することができます.
10712 \end_layout
10713
10714 \begin_layout Standard
10715 \noindent
10716 \align center
10717 \begin_inset Tabular
10718 <lyxtabular version="3" rows="6" columns="3">
10719 <features booktabs="true" tabularvalignment="middle">
10720 <column alignment="center" valignment="top">
10721 <column alignment="center" valignment="top" width="15col%">
10722 <column alignment="center" valignment="top">
10723 <row>
10724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 コマンド
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 保護された空白を挿入したのち,
10738 \family sans
10739 Space
10740 \family default
10741 を叩く回数
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 出力
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 </row>
10756 <row>
10757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761
10762 \backslash
10763 ,
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 0
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 \begin_inset Formula $A\,B$
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \backslash
10797 :
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 1
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 \begin_inset Formula $A\:B$
10816 \end_inset
10817
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \backslash
10831 ;
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 2
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset Formula $A\;B$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row>
10859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \backslash
10865 quad
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 3
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 \begin_inset Formula $A\quad B$
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \backslash
10899 qquad
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 4
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 \begin_inset Formula $A\qquad B$
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 </lyxtabular>
10927
10928 \end_inset
10929
10930
10931 \begin_inset space \hfill{}
10932 \end_inset
10933
10934
10935 \begin_inset Tabular
10936 <lyxtabular version="3" rows="6" columns="3">
10937 <features booktabs="true" tabularvalignment="middle">
10938 <column alignment="center" valignment="top">
10939 <column alignment="center" valignment="top" width="15col%">
10940 <column alignment="center" valignment="top">
10941 <row>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 コマンド
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 保護された空白を挿入したのち,
10956 \family sans
10957 Space
10958 \family default
10959 を叩く回数
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 出力
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \backslash
10981 hfill
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 5
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 \begin_inset Formula $A\hfill B$
11000 \end_inset
11001
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 <row>
11009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \backslash
11015 hspace*{1em}
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 6
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 \begin_inset Formula $A\hspace*{1em}B$
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 hspace{1em}
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 7
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 \begin_inset Formula $A\hspace{1em}B$
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \backslash
11083
11084 \begin_inset space \textvisiblespace{}
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 8
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 \begin_inset Formula $A\ B$
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \backslash
11121 !
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 9
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 \begin_inset Formula $A\!B$
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 </lyxtabular>
11149
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \begin_layout Standard
11156 5
11157 \lang english
11158
11159 \begin_inset space \thinspace{}
11160 \end_inset
11161
11162
11163 \lang japanese
11164
11165 \lang english
11166
11167 \begin_inset space \thinspace{}
11168 \end_inset
11169
11170
11171 \lang japanese
11172 7回
11173 \family sans
11174 Space
11175 \family default
11176 を押した場合は,第
11177 \begin_inset CommandInset ref
11178 LatexCommand ref
11179 reference "subsec:可変長の空白"
11180
11181 \end_inset
11182
11183 節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
11184 中では赤で表示さ
11185 れます.以下のように,他にもう二つ,負の長さの空白があります.
11186 \end_layout
11187
11188 \begin_layout Standard
11189 \align center
11190 \begin_inset Tabular
11191 <lyxtabular version="3" rows="3" columns="3">
11192 <features booktabs="true" tabularvalignment="middle">
11193 <column alignment="center" valignment="middle" width="6.8cm">
11194 <column alignment="center" valignment="top" width="0pt">
11195 <column alignment="center" valignment="top" width="0pt">
11196 <row>
11197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 コマンド
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \backslash
11212 negmedspace
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 negthickspace
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 保護された空白を挿入したのち,
11235 \family sans
11236 Space
11237 \family default
11238 を叩く回数
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 10
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 11
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 出力
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $A\negmedspace B$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 \begin_inset Formula $A\negthickspace B$
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 </lyxtabular>
11298
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \begin_layout Standard
11305 負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
11306 \end_layout
11307
11308 \begin_layout Standard
11309 \align center
11310 \begin_inset Tabular
11311 <lyxtabular version="3" rows="3" columns="2">
11312 <features booktabs="true" tabularvalignment="middle">
11313 <column alignment="center" valignment="top" width="0pt">
11314 <column alignment="center" valignment="top">
11315 <row>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 コマンド
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 出力
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 <row>
11336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \backslash
11342 sum
11343 \backslash
11344 sum
11345 \begin_inset space \textvisiblespace{}
11346 \end_inset
11347
11348 f_kl
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 \begin_inset Formula $\sum\sum f_{kl}$
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371
11372 \backslash
11373 sum
11374 \backslash
11375 negmedspace
11376 \backslash
11377 sum
11378 \begin_inset space \textvisiblespace{}
11379 \end_inset
11380
11381 f_kl
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11391 \end_inset
11392
11393
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 </row>
11399 </lyxtabular>
11400
11401 \end_inset
11402
11403
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \noindent
11408 \begin_inset VSpace medskip
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \begin_layout Standard
11415 \noindent
11416 イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
11417 括弧で囲みます.以下の例にこれを示します.
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \align center
11422 \begin_inset Tabular
11423 <lyxtabular version="3" rows="2" columns="2">
11424 <features booktabs="true" tabularvalignment="middle">
11425 <column alignment="center" valignment="top" width="0pt">
11426 <column alignment="center" valignment="top" width="0pt">
11427 <row>
11428 <cell alignment="center" valignment="top" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 通常の数式
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Formula $A=B$
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 空白なしの数式
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A{=}B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 </lyxtabular>
11474
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \begin_layout Standard
11481 \noindent
11482 二行目の数式を作るコマンドは,
11483 \series bold
11484 A
11485 \backslash
11486 {=
11487 \begin_inset Formula $\to$
11488 \end_inset
11489
11490 B
11491 \series default
11492 です.
11493 \end_layout
11494
11495 \begin_layout Standard
11496 \begin_inset VSpace bigskip
11497 \end_inset
11498
11499 物理単位には,値と単位のあいだに通常の空白ではなく,最小の空白を入れる必要があるために,それに適した空白が必要です.本文中の単位には,挿入\SpecialChar menuseparator
11500 整形\SpecialChar menuseparator
11501 小空白メニュー(
11502 \begin_inset Flex Ruby
11503 status collapsed
11504
11505 \begin_layout Plain Layout
11506 捷径
11507 \begin_inset Argument post:1
11508 status collapsed
11509
11510 \begin_layout Plain Layout
11511 ショートカット
11512 \end_layout
11513
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \end_inset
11520
11521
11522 \begin_inset Info
11523 type  "shortcut"
11524 arg   "space-insert thin"
11525 \end_inset
11526
11527 )で,最小の空白を挿入することができます.
11528 \end_layout
11529
11530 \begin_layout Standard
11531 違いを示す例を以下に掲げます.
11532 \end_layout
11533
11534 \begin_layout Standard
11535 \begin_inset Tabular
11536 <lyxtabular version="3" rows="2" columns="2">
11537 <features tabularvalignment="middle">
11538 <column alignment="left" valignment="top">
11539 <column alignment="left" valignment="top">
11540 <row>
11541 <cell alignment="center" valignment="top" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 24 kW
11546 \begin_inset Formula $\cdot$
11547 \end_inset
11548
11549 h
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 値と単位のあいだに通常の空白を入れた例
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 24
11570 \begin_inset space \thinspace{}
11571 \end_inset
11572
11573 kW
11574 \begin_inset Formula $\cdot$
11575 \end_inset
11576
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 値と単位のあいだに最小の空白を入れた例
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Subsection
11600 可変長の空白
11601 \begin_inset ERT
11602 status collapsed
11603
11604 \begin_layout Plain Layout
11605
11606
11607 \backslash
11608 texorpdfstring{
11609 \end_layout
11610
11611 \end_inset
11612
11613
11614 \begin_inset Foot
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618 数式中の垂直方向の空白については,第
11619 \begin_inset CommandInset ref
11620 LatexCommand ref
11621 reference "subsec:行間"
11622
11623 \end_inset
11624
11625 節をご覧下さい.
11626 \end_layout
11627
11628 \end_inset
11629
11630
11631 \begin_inset ERT
11632 status collapsed
11633
11634 \begin_layout Plain Layout
11635
11636 }{}
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \begin_inset Note Note
11643 status collapsed
11644
11645 \begin_layout Plain Layout
11646
11647 \backslash
11648 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
11649 \end_layout
11650
11651 \begin_layout Plain Layout
11652
11653 \backslash
11654 texorpdfstringについての詳細は,第
11655 \begin_inset CommandInset ref
11656 LatexCommand ref
11657 reference "subsec:節見出し中の数式"
11658
11659 \end_inset
11660
11661 節にあります.
11662 \end_layout
11663
11664 \end_inset
11665
11666
11667 \begin_inset CommandInset label
11668 LatexCommand label
11669 name "subsec:可変長の空白"
11670
11671 \end_inset
11672
11673
11674 \begin_inset Index idx
11675 status collapsed
11676
11677 \begin_layout Plain Layout
11678 くうはく@空白 ! すいへい@水平
11679 \begin_inset space \thinspace{}
11680 \end_inset
11681
11682 —— ! かへんちょう@可変長
11683 \end_layout
11684
11685 \end_inset
11686
11687
11688 \end_layout
11689
11690 \begin_layout Standard
11691 指定した長さの空白が,
11692 \series bold
11693
11694 \backslash
11695 hspace
11696 \series default
11697
11698 \begin_inset Index idx
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702 こまんど@コマンド ! H ! 
11703 \backslash
11704 hspace
11705 \end_layout
11706
11707 \end_inset
11708
11709 コマンドで入力することができます.すると,ながい「
11710 \color blue
11711
11712 \begin_inset space \textvisiblespace{}
11713 \end_inset
11714
11715
11716 \color inherit
11717 」が現れます.長さは,「
11718 \color blue
11719
11720 \begin_inset space \textvisiblespace{}
11721 \end_inset
11722
11723
11724 \color inherit
11725 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,それは無視されます.この場合でも,空白出力を強制
11726 させたいときには,
11727 \series bold
11728
11729 \backslash
11730 hspace
11731 \series default
11732 コマンドの代わりに
11733 \series bold
11734
11735 \backslash
11736 hspace*
11737 \series default
11738 コマンドを使用するか,「
11739 \color blue
11740 \lang english
11741
11742 \begin_inset space \textvisiblespace{}
11743 \end_inset
11744
11745
11746 \color inherit
11747 \lang japanese
11748 」の上を左クリックして,
11749 \family sans
11750 保護
11751 \family default
11752 オプションをチェックしてください.
11753 \begin_inset Newline newline
11754 \end_inset
11755
11756 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
11757 \series bold
11758
11759 \backslash
11760 hfill
11761 \series default
11762
11763 \begin_inset Index idx
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 こまんど@コマンド ! H ! 
11768 \backslash
11769 hfill
11770 \end_layout
11771
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="4" columns="2">
11781 <features booktabs="true" tabularvalignment="middle">
11782 <column alignment="center" valignment="top" width="0pt">
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 \backslash
11791 hspace 長さ)
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 出力
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 <row>
11807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 A=B
11812 \backslash
11813 hspace
11814 \begin_inset space \textvisiblespace{}
11815 \end_inset
11816
11817 A
11818 \backslash
11819 not=C (3
11820 \begin_inset space \thinspace{}
11821 \end_inset
11822
11823 cm)
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 <row>
11842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 A
11847 \backslash
11848 hspace
11849 \begin_inset space \textvisiblespace{}
11850 \end_inset
11851
11852 A
11853 \backslash
11854 not=A (-1
11855 \begin_inset space \thinspace{}
11856 \end_inset
11857
11858 mm)
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 A=A
11882 \backslash
11883 hfill
11884 \begin_inset space \textvisiblespace{}
11885 \end_inset
11886
11887 B=B
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 \begin_inset Formula $A=A\hfill B=B$
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 上記の最後の例では,使用できる空白は,表の列中もっとも長い要素によって規定されます.行内数式では,空白は,
11914 \series bold
11915
11916 \backslash
11917 hfill
11918 \series default
11919 が挿入された行の長さに依存します.つまり,その行が全幅を使用している場合,空白はまったく作られません.また
11920 \series bold
11921
11922 \backslash
11923 hfill
11924 \series default
11925 は,別行立て数式中では,
11926 \series bold
11927 行頭下げ
11928 \series default
11929 数式スタイルが使われているときのみ,意味を持ちます(数式スタイルは第
11930 \begin_inset CommandInset ref
11931 LatexCommand ref
11932 reference "sec:数式様式"
11933
11934 \end_inset
11935
11936 節で説明されています).
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 hfill
11945 \series default
11946 の他にも,空白を模様で埋める
11947 \series bold
11948
11949 \backslash
11950 dotfill
11951 \series default
11952
11953 \series bold
11954
11955 \backslash
11956 hrulefill
11957 \series default
11958 といったコマンドがあります.用例については第
11959 \begin_inset CommandInset ref
11960 LatexCommand ref
11961 reference "subsec:省略符号"
11962
11963 \end_inset
11964
11965 節をご参照下さい.
11966 \end_layout
11967
11968 \begin_layout Standard
11969 本文中では,可変長空白は,
11970 \family sans
11971 挿入\SpecialChar menuseparator
11972 整形\SpecialChar menuseparator
11973 水平方向の空白
11974 \family default
11975 メニューで挿入することができます.
11976 \end_layout
11977
11978 \begin_layout Standard
11979 (例)
11980 \end_layout
11981
11982 \begin_layout Standard
11983 この行には,
11984 \begin_inset space \hspace{}
11985 \length 2cm
11986 \end_inset
11987
11988 2
11989 \begin_inset space \thinspace{}
11990 \end_inset
11991
11992 cmの空白が入っています.
11993 \end_layout
11994
11995 \begin_layout Standard
11996 この行には,
11997 \begin_inset space \hfill{}
11998 \end_inset
11999
12000 最大の空白が入っています.
12001 \end_layout
12002
12003 \begin_layout Subsection
12004 行内数式周りの空白
12005 \begin_inset Index idx
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 行内数式前後の空白は,長さ
12019 \series bold
12020
12021 \backslash
12022 mathsurround
12023 \begin_inset Index idx
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027 こまんど@コマンド ! M ! 
12028 \backslash
12029 mathsurround
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \series default
12036 を使って調節することができます.長さの値は,以下の書式を持つ
12037 \series bold
12038
12039 \backslash
12040 setlength
12041 \begin_inset Index idx
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045 こまんど@コマンド ! S ! 
12046 \backslash
12047 setlength
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \series default
12054 コマンドを使って設定することができます.
12055 \end_layout
12056
12057 \begin_layout Standard
12058
12059 \series bold
12060
12061 \backslash
12062 setlength{長さ名}{値}
12063 \end_layout
12064
12065 \begin_layout Standard
12066
12067 \series bold
12068
12069 \backslash
12070 mathsurround
12071 \series default
12072 を5
12073 \begin_inset space \thinspace{}
12074 \end_inset
12075
12076 mmの値に設定するには,以下のコマンド
12077 \end_layout
12078
12079 \begin_layout Standard
12080
12081 \series bold
12082
12083 \backslash
12084 setlength{
12085 \backslash
12086 mathsurround}{5mm}
12087 \end_layout
12088
12089 \begin_layout Standard
12090 を\SpecialChar TeX
12091 モードで挿入します.すると,5
12092 \begin_inset space \thinspace{}
12093 \end_inset
12094
12095 mmの空白がすべての行内数式の前後に設定されることになります.
12096 \begin_inset ERT
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100
12101
12102 \backslash
12103 setlength{
12104 \backslash
12105 mathsurround}{5mm}
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \begin_layout Standard
12114 この行には,周囲に5
12115 \begin_inset space \thinspace{}
12116 \end_inset
12117
12118 mmの余白を設定した行内数式
12119 \begin_inset Formula $A=B$
12120 \end_inset
12121
12122 があります.
12123 \begin_inset ERT
12124 status collapsed
12125
12126 \begin_layout Plain Layout
12127
12128
12129 \backslash
12130 setlength{
12131 \backslash
12132 mathsurround}{0pt}
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \end_layout
12139
12140 \begin_layout Standard
12141 既定値に戻すには,
12142 \series bold
12143
12144 \backslash
12145 mathsurround
12146 \series default
12147 を0
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 ptの値に戻して下さい.
12152 \end_layout
12153
12154 \begin_layout Section
12155 ボックスと枠
12156 \begin_inset Index idx
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160 ぼっくす@ボックス
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \begin_inset Index idx
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170 わく@枠
12171 \begin_inset ERT
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175
12176 |see{
12177 \end_layout
12178
12179 \end_inset
12180
12181 ボックス
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187 }
12188 \end_layout
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 本文中のボックスについては,取扱説明書
12202 \family typewriter
12203 埋め込みオブジェクト篇
12204 \family default
12205
12206 \family typewriter
12207 ボックス
12208 \family default
12209 の章に述べられています.
12210 \end_layout
12211
12212 \begin_layout Subsection
12213 枠付きボックス
12214 \begin_inset CommandInset label
12215 LatexCommand label
12216 name "subsec:枠付きボックス"
12217
12218 \end_inset
12219
12220
12221 \begin_inset Index idx
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 ぼっくす@ボックス ! わくつき@枠付き
12226 \begin_inset space \thinspace{}
12227 \end_inset
12228
12229 ——
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \begin_layout Standard
12238
12239 \series bold
12240
12241 \backslash
12242 fbox
12243 \series default
12244
12245 \begin_inset Index idx
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249 こまんど@コマンド ! F ! 
12250 \backslash
12251 fbox
12252 \end_layout
12253
12254 \end_inset
12255
12256 コマンドや
12257 \series bold
12258
12259 \backslash
12260 boxed
12261 \series default
12262
12263 \begin_inset Index idx
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267 こまんど@コマンド ! B ! 
12268 \backslash
12269 boxed
12270 \end_layout
12271
12272 \end_inset
12273
12274 コマンドを使えば,数式やその一部を枠の中に入れることができます.
12275 \end_layout
12276
12277 \begin_layout Standard
12278 どちらかのコマンドを数式に挿入すると,枠の中に青枠が現れ,数式の断片を入れることができます.
12279 \series bold
12280
12281 \backslash
12282 fbox
12283 \series default
12284 の場合には,そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
12285 \family sans
12286 Ctrl+M
12287 \family default
12288 を使って,このボックスの中にもう一度数式を作らなくてはなりません.
12289 \series bold
12290
12291 \backslash
12292 boxed
12293 \series default
12294 を使った場合には,新しい数式が自動的に枠内に作られます.
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300
12301 \backslash
12302 fbox
12303 \series default
12304 コマンドは,数式がつねに本文の大きさに設定されてしまうので,別行立て数式に枠を付けるのには適していません.逆に
12305 \series bold
12306
12307 \backslash
12308 boxed
12309 \series default
12310 は,数式がつねに別行立て数式の大きさに設定されてしまうので,行内数式に枠をつけるのには適していません.
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316
12317 \backslash
12318 fbox
12319 \series default
12320 の拡張として,枠幅と配置も指定することができる
12321 \series bold
12322
12323 \backslash
12324 framebox
12325 \series default
12326
12327 \begin_inset Index idx
12328 status collapsed
12329
12330 \begin_layout Plain Layout
12331 こまんど@コマンド ! F ! 
12332 \backslash
12333 framebox
12334 \end_layout
12335
12336 \end_inset
12337
12338 コマンドがあります.
12339 \series bold
12340
12341 \backslash
12342 framebox
12343 \series default
12344 は,以下の書式を持ちます.
12345 \end_layout
12346
12347 \begin_layout Standard
12348
12349 \series bold
12350
12351 \backslash
12352 framebox[枠幅][位置]{ボックスの内容}
12353 \end_layout
12354
12355 \begin_layout Standard
12356 「位置」は,
12357 \emph on
12358 l
12359 \emph default
12360
12361 \emph on
12362 r
12363 \emph default
12364 の値をとります.
12365 \emph on
12366 l
12367 \emph default
12368 は,ボックス中で数式を左寄せ,
12369 \emph on
12370 r
12371 \emph default
12372 は右寄せにします.位置を指定しない時には,数式は中央揃えになります.
12373 \begin_inset Newline newline
12374 \end_inset
12375
12376 「枠幅」を指定しない時には,位置を指定することができません.この場合には,
12377 \series bold
12378
12379 \backslash
12380 fbox
12381 \series default
12382 と同様,枠幅がボックスの内容に応じて調節されるのです.
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 framebox
12391 \series default
12392 コマンドを挿入すると,三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,二つとも非必須の変数であることを意味します.三つ目の枠は,
12393 \series bold
12394
12395 \backslash
12396 fbox
12397 \series default
12398 同様,数式の断片を入れるためのものです.
12399 \end_layout
12400
12401 \begin_layout Standard
12402 \align center
12403 \begin_inset Tabular
12404 <lyxtabular version="3" rows="5" columns="2">
12405 <features booktabs="true" tabularvalignment="middle">
12406 <column alignment="center" valignment="top" width="0pt">
12407 <column alignment="center" valignment="top">
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 コマンド
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 出力
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 </row>
12428 <row topspace="1.5mm">
12429 <cell alignment="center" valignment="top" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433
12434 \backslash
12435 fbox
12436 \begin_inset space \textvisiblespace{}
12437 \end_inset
12438
12439
12440 \family sans
12441 Ctrl+M
12442 \family default
12443  
12444 \backslash
12445 int
12446 \begin_inset space \textvisiblespace{}
12447 \end_inset
12448
12449 A=B
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12459 \end_inset
12460
12461
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 <row topspace="1.5mm">
12468 <cell alignment="center" valignment="top" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472
12473 \backslash
12474 boxed
12475 \begin_inset space \textvisiblespace{}
12476 \end_inset
12477
12478
12479 \backslash
12480 int
12481 \begin_inset space \textvisiblespace{}
12482 \end_inset
12483
12484 A=B
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 \begin_inset Formula $\boxed{\int A=B}$
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row topspace="1.5mm">
12503 <cell alignment="center" valignment="top" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 A+
12508 \backslash
12509 fbox
12510 \begin_inset space \textvisiblespace{}
12511 \end_inset
12512
12513 B
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 \begin_inset Formula $A+\fbox{B}$
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row topspace="1.5mm" bottomspace="1mm">
12532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536
12537 \backslash
12538 framebox
12539 \begin_inset space \textvisiblespace{}
12540 \end_inset
12541
12542 20mm
12543 \begin_inset Formula $\to$
12544 \end_inset
12545
12546
12547 \begin_inset Formula $\to$
12548 \end_inset
12549
12550
12551 \family sans
12552 Ctrl+M
12553 \family default
12554  
12555 \backslash
12556 frac
12557 \begin_inset space \textvisiblespace{}
12558 \end_inset
12559
12560 A
12561 \begin_inset Formula $\downarrow$
12562 \end_inset
12563
12564 B
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 </lyxtabular>
12583
12584 \end_inset
12585
12586
12587 \end_layout
12588
12589 \begin_layout Standard
12590 枠の厚みも調節可能です.そのためには,以下のコマンドを数式の前に\SpecialChar TeX
12591 モードで挿入しなくてはなりません.
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 fboxrule
12600 \series default
12601  
12602 \series bold
12603
12604 \begin_inset Quotes eld
12605 \end_inset
12606
12607 厚み
12608 \begin_inset Quotes erd
12609 \end_inset
12610
12611
12612 \series default
12613  
12614 \series bold
12615
12616 \backslash
12617 fboxsep
12618 \series default
12619  
12620 \series bold
12621
12622 \begin_inset Quotes eld
12623 \end_inset
12624
12625 距離
12626 \begin_inset Quotes erd
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \begin_layout Standard
12633 \begin_inset Quotes eld
12634 \end_inset
12635
12636 距離
12637 \begin_inset Quotes erd
12638 \end_inset
12639
12640 は,枠とボックス内の一文字目との間の距離を示します.これを使った例として,以下の枠付き数式をご覧下さい.
12641 \begin_inset ERT
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645
12646
12647 \backslash
12648 fboxrule 2mm 
12649 \backslash
12650 fboxsep 3mm
12651 \end_layout
12652
12653 \end_inset
12654
12655
12656 \begin_inset Formula 
12657 \[
12658 \boxed{A+B=C}
12659 \]
12660
12661 \end_inset
12662
12663 この数式の直前には,
12664 \end_layout
12665
12666 \begin_layout Standard
12667
12668 \series bold
12669
12670 \backslash
12671 fboxrule
12672 \series default
12673  
12674 \series bold
12675 2mm
12676 \series default
12677  
12678 \series bold
12679
12680 \backslash
12681 fboxsep
12682 \series default
12683  
12684 \series bold
12685 3mm
12686 \end_layout
12687
12688 \begin_layout Standard
12689 というコマンドが,\SpecialChar TeX
12690 モードで挿入されています.ここで与えられた値は,以後のすべてのボックスに適用されます.
12691 \end_layout
12692
12693 \begin_layout Standard
12694 標準の枠寸法に戻すには,
12695 \end_layout
12696
12697 \begin_layout Standard
12698
12699 \series bold
12700
12701 \backslash
12702 fboxrule
12703 \series default
12704  
12705 \series bold
12706 0.4pt
12707 \series default
12708  
12709 \series bold
12710
12711 \backslash
12712 fboxsep
12713 \series default
12714  
12715 \series bold
12716 3pt
12717 \series default
12718
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724
12725 \backslash
12726 fboxrule 0.4pt 
12727 \backslash
12728 fboxsep 3pt
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 というコマンドを,次の数式が始まる前に\SpecialChar TeX
12738 モードで挿入しておきます.
12739 \end_layout
12740
12741 \begin_layout Subsection
12742 枠なしボックス
12743 \begin_inset CommandInset label
12744 LatexCommand label
12745 name "subsec:枠なしボックス"
12746
12747 \end_inset
12748
12749
12750 \begin_inset Index idx
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754 ぼっくす@ボックス ! わくなし@枠なし
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 ——
12759 \end_layout
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \begin_layout Standard
12767 枠のないボックスを作るには,
12768 \series bold
12769
12770 \backslash
12771 mbox
12772 \series default
12773
12774 \begin_inset Index idx
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778 こまんど@コマンド ! M ! 
12779 \backslash
12780 mbox
12781 \end_layout
12782
12783 \end_inset
12784
12785
12786 \series bold
12787
12788 \backslash
12789 makebox
12790 \series default
12791
12792 \begin_inset Index idx
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796 こまんど@コマンド ! M ! 
12797 \backslash
12798 makebox
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \series bold
12805
12806 \backslash
12807 raisebox
12808 \series default
12809
12810 \begin_inset Index idx
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814 こまんど@コマンド ! R ! 
12815 \backslash
12816 raisebox
12817 \end_layout
12818
12819 \end_inset
12820
12821 の三つのコマンドがあります.
12822 \end_layout
12823
12824 \begin_layout Standard
12825
12826 \series bold
12827
12828 \backslash
12829 raisebox
12830 \series default
12831 を使うと,ボックスを上付きにしたり下付きにしたりすることができます.しかし,通常の上付き文字・下付き文字とは違い,ボックス内の文字寸法はそのまま保たれます.
12832 \series bold
12833
12834 \backslash
12835 raisebox
12836 \series default
12837 は,以下の書式で用いられます.
12838 \end_layout
12839
12840 \begin_layout Standard
12841
12842 \series bold
12843
12844 \backslash
12845 raisebox{高さ}{ボックスの内容}
12846 \end_layout
12847
12848 \begin_layout Standard
12849
12850 \series bold
12851
12852 \backslash
12853 fbox
12854 \series default
12855 と同様,ボックスに数式を入れる際には,明示的に数式として入れる必要があります.
12856 \begin_inset Note Greyedout
12857 status open
12858
12859 \begin_layout Plain Layout
12860
12861 \series bold
12862 【註】
12863 \series default
12864 下の最後の
12865 \series bold
12866
12867 \backslash
12868 raisebox
12869 \series default
12870 のところで,
12871 \family sans
12872 Ctrl+M
12873 \family default
12874 を一回でなく二回押すことによって,もう一段数式をいれています.これは,\SpecialChar LyX
12875
12876 \series bold
12877
12878 \backslash
12879 raisebox
12880 \series default
12881 を直接サポートしていないためです.
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \begin_layout Standard
12890 \align center
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="4" columns="2">
12893 <features booktabs="true" tabularvalignment="middle">
12894 <column alignment="center" valignment="top" width="0pt">
12895 <column alignment="center" valignment="top">
12896 <row>
12897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 コマンド
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 出力
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 H
12922 \backslash
12923 raisebox{2mm
12924 \begin_inset Formula $\to$
12925 \end_inset
12926
12927
12928 \backslash
12929 {al
12930 \begin_inset Formula $\to$
12931 \end_inset
12932
12933  lo
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 <row>
12952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 H
12957 \backslash
12958 raisebox{-2mm
12959 \begin_inset Formula $\to$
12960 \end_inset
12961
12962
12963 \backslash
12964 {al
12965 \begin_inset Formula $\to$
12966 \end_inset
12967
12968 lo
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 </row>
12986 <row>
12987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 A=
12992 \backslash
12993 raisebox{-2mm
12994 \begin_inset Formula $\to$
12995 \end_inset
12996
12997
12998 \backslash
12999 {
13000 \family sans
13001 Ctrl+M Ctrl+M
13002 \family default
13003  
13004 \backslash
13005 sqrt
13006 \begin_inset space \textvisiblespace{}
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 </lyxtabular>
13028
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 枠がないことを除けば,
13036 \series bold
13037
13038 \backslash
13039 mbox
13040 \series default
13041 コマンドは
13042 \series bold
13043
13044 \backslash
13045 fbox
13046 \series default
13047 と同じであり,
13048 \series bold
13049
13050 \backslash
13051 makebox
13052 \series default
13053
13054 \series bold
13055
13056 \backslash
13057 framebox
13058 \series default
13059 と同じです.
13060 \end_layout
13061
13062 \begin_layout Subsection
13063 色付きボックス
13064 \begin_inset CommandInset label
13065 LatexCommand label
13066 name "subsec:色付きボックス"
13067
13068 \end_inset
13069
13070
13071 \begin_inset Index idx
13072 status collapsed
13073
13074 \begin_layout Plain Layout
13075 ぼっくす@ボックス ! いろつき@色付き
13076 \begin_inset space \thinspace{}
13077 \end_inset
13078
13079 ——
13080 \end_layout
13081
13082 \end_inset
13083
13084
13085 \end_layout
13086
13087 \begin_layout Standard
13088 本節で説明されているコマンドをすべて使えるようにするためには,\SpecialChar LaTeX
13089 プリアンブルに
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 usepackage{color}
13098 \end_layout
13099
13100 \begin_layout Standard
13101 という行
13102 \begin_inset Foot
13103 status collapsed
13104
13105 \begin_layout Plain Layout
13106 定義済みの色を使って,文書中のどこかで文章に色を付けてある場合,\SpecialChar LyX
13107 は,自動的に\SpecialChar LaTeX
13108 パッケージ
13109 \series bold
13110 color
13111 \series default
13112 を読み込みます.したがって,本パッケージが二度読み込まれる可能性があるわけですが,そうなったとしても問題は生じません.
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \begin_inset Note Note
13119 status collapsed
13120
13121 \begin_layout Plain Layout
13122 本パッケージが二度読み込まれることを防ぐために,\SpecialChar LaTeX
13123 プリアンブルにマクロを挿入してあります.
13124 \end_layout
13125
13126 \end_inset
13127
13128 を書き加えて,\SpecialChar LaTeX
13129 パッケージの
13130 \series bold
13131 color
13132 \series default
13133
13134 \begin_inset Foot
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138 \SpecialChar LaTeX
13139 パッケージ
13140 \series bold
13141 color
13142 \series default
13143 は,すべての標準的な\SpecialChar LaTeX
13144 頒布版に含まれています.
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \begin_inset Index idx
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154 ぱっけーじ@パッケージ ! color
13155 \end_layout
13156
13157 \end_inset
13158
13159 を読み込む必要があります.
13160 \end_layout
13161
13162 \begin_layout Standard
13163 \begin_inset VSpace medskip
13164 \end_inset
13165
13166 ボックスに色を付けるには,
13167 \series bold
13168
13169 \backslash
13170 colorbox
13171 \series default
13172
13173 \begin_inset Index idx
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 こまんど@コマンド ! C ! 
13178 \backslash
13179 colorbox
13180 \end_layout
13181
13182 \end_inset
13183
13184 コマンドを以下の書式で使用します.
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 colorbox{色}{ボックスの内容}
13193 \end_layout
13194
13195 \begin_layout Standard
13196 ボックスの内容には,別のボックスが含まれても構いませんし,
13197 \series bold
13198
13199 \backslash
13200 colorbox
13201 \series default
13202 自体も,別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
13203 \series bold
13204
13205 \backslash
13206 raisebox
13207 \series default
13208 と同様,明示的に数式を作らなくてはなりません
13209 \begin_inset Foot
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 これは,
13214 \series bold
13215
13216 \backslash
13217 fcolorbox
13218 \series default
13219 コマンドにも当てはまります.
13220 \end_layout
13221
13222 \end_inset
13223
13224
13225 \end_layout
13226
13227 \begin_layout Standard
13228 選択できる定義済みの色としては,
13229 \end_layout
13230
13231 \begin_layout Standard
13232
13233 \series bold
13234 black
13235 \series default
13236 (黒)・
13237 \series bold
13238 blue
13239 \series default
13240 (青)・
13241 \series bold
13242 cyan
13243 \series default
13244 (シアン)・
13245 \series bold
13246 green
13247 \series default
13248 (緑)・
13249 \series bold
13250 magenta
13251 \series default
13252 (マゼンタ)・
13253 \series bold
13254 red
13255 \series default
13256 (赤)・
13257 \series bold
13258 white
13259 \series default
13260 (白)・
13261 \series bold
13262 yellow
13263 \series default
13264 (黄)
13265 \end_layout
13266
13267 \begin_layout Standard
13268 があります.
13269 \end_layout
13270
13271 \begin_layout Standard
13272 \align center
13273 \begin_inset Tabular
13274 <lyxtabular version="3" rows="4" columns="2">
13275 <features booktabs="true" tabularvalignment="middle">
13276 <column alignment="center" valignment="top" width="0pt">
13277 <column alignment="center" valignment="top">
13278 <row>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 コマンド
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 出力
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303
13304 \backslash
13305 colorbox{yellow
13306 \begin_inset Formula $\to$
13307 \end_inset
13308
13309
13310 \backslash
13311 {A=B
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 \begin_inset Formula $\colorbox{yellow}{A=B}$
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 </row>
13329 <row topspace="1.5mm">
13330 <cell alignment="center" valignment="top" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334
13335 \backslash
13336 colorbox{green
13337 \begin_inset Formula $\to$
13338 \end_inset
13339
13340
13341 \backslash
13342 {
13343 \backslash
13344 fbox
13345 \begin_inset space \textvisiblespace{}
13346 \end_inset
13347
13348 A=B
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13358 \end_inset
13359
13360
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 </row>
13366 <row topspace="1.5mm" bottomspace="1mm">
13367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \backslash
13373 fbox
13374 \begin_inset space \textvisiblespace{}
13375 \end_inset
13376
13377
13378 \backslash
13379 colorbox{green
13380 \begin_inset Formula $\to$
13381 \end_inset
13382
13383
13384 \backslash
13385 {
13386 \family sans
13387 Ctrl+M
13388 \family default
13389  
13390 \family sans
13391 Ctrl+M
13392 \family default
13393  
13394 \backslash
13395 int
13396 \begin_inset space \textvisiblespace{}
13397 \end_inset
13398
13399 C=D
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 </lyxtabular>
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425
13426 \series bold
13427
13428 \backslash
13429 colorbox
13430 \series default
13431 は,ボックスに色をつけるだけで,ボックス内の文字には色付けをしません.すべての文字に色付けするには,数式全体を選択し,
13432 \family sans
13433 文字様式
13434 \family default
13435 ダイアログで欲しい色を選択します.このダイアログは,ツールバーボタン
13436 \begin_inset Info
13437 type  "icon"
13438 arg   "dialog-show character"
13439 \end_inset
13440
13441
13442 \family sans
13443 編集\SpecialChar menuseparator
13444 文字様式\SpecialChar menuseparator
13445 任意設定
13446 \family default
13447 メニューで開くことができます.すると,数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,数式内部で色を変えなくてはなりません
13448
13449 \end_layout
13450
13451 \begin_layout Standard
13452 たとえば,
13453 \end_layout
13454
13455 \begin_layout Standard
13456
13457 \color red
13458 \begin_inset Formula 
13459 \begin{equation}
13460 \int A=B\label{eq:red}
13461 \end{equation}
13462
13463 \end_inset
13464
13465
13466 \color green
13467
13468 \begin_inset Formula 
13469 \begin{equation}
13470 \textcolor{red}{\int A=B}\label{eq:redgreen}
13471 \end{equation}
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 数式
13480 \begin_inset CommandInset ref
13481 LatexCommand eqref
13482 reference "eq:red"
13483
13484 \end_inset
13485
13486 は,全体が赤色です.
13487 \begin_inset Newline newline
13488 \end_inset
13489
13490 数式
13491 \begin_inset CommandInset ref
13492 LatexCommand eqref
13493 reference "eq:redgreen"
13494
13495 \end_inset
13496
13497 は,数式番号を緑色にするために,まず全体を緑色にします.その後,数式内の文字を赤色にします.
13498 \end_layout
13499
13500 \begin_layout Standard
13501 \begin_inset VSpace bigskip
13502 \end_inset
13503
13504 ボックスの枠だけ別の色にするには,
13505 \series bold
13506
13507 \backslash
13508 fcolorbox
13509 \series default
13510
13511 \begin_inset Index idx
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 こまんど@コマンド ! F ! 
13516 \backslash
13517 fcolorbox
13518 \end_layout
13519
13520 \end_inset
13521
13522 コマンドを以下の書式で使用します.
13523 \end_layout
13524
13525 \begin_layout Standard
13526
13527 \series bold
13528
13529 \backslash
13530 fcolorbox{枠の色}{色}{ボックスの内容}
13531 \end_layout
13532
13533 \begin_layout Standard
13534 つまり,
13535 \series bold
13536
13537 \backslash
13538 fcolorbox
13539 \series default
13540
13541 \series bold
13542
13543 \backslash
13544 colorbox
13545 \series default
13546 コマンドの拡張です.
13547 \series bold
13548
13549 \backslash
13550 framebox
13551 \series default
13552 と同様に,枠の厚みは
13553 \series bold
13554
13555 \backslash
13556 fboxrule
13557 \series default
13558
13559 \series bold
13560
13561 \backslash
13562 fboxsep
13563 \series default
13564 で設定します.たとえば,
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570
13571 \backslash
13572 fboxrule 1mm 
13573 \backslash
13574 fboxsep 1mm
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \begin_inset Formula 
13581 \[
13582 \fcolorbox{cyan}{magenta}{A=B}
13583 \]
13584
13585 \end_inset
13586
13587
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 fboxrule 0.4pt 
13596 \backslash
13597 fboxsep 3pt
13598 \end_layout
13599
13600 \end_inset
13601
13602 のようにします.
13603 \end_layout
13604
13605 \begin_layout Standard
13606 上記の数式は,以下のコマンドで作成されています.
13607 \begin_inset Newline newline
13608 \end_inset
13609
13610
13611 \series bold
13612
13613 \backslash
13614 fcolorbox{cyan
13615 \begin_inset Formula $\to$
13616 \end_inset
13617
13618
13619 \backslash
13620 {magenta
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {A=B
13627 \series default
13628 .
13629 \end_layout
13630
13631 \begin_layout Standard
13632 \begin_inset VSpace bigskip
13633 \end_inset
13634
13635 定義済みの色以外の色を使いたい場合には,まずその色を定義しなくてはなりません.
13636 \end_layout
13637
13638 \begin_layout Standard
13639 たとえば,「
13640 \series bold
13641 darkgreen
13642 \series default
13643 」という色を定義するには,\SpecialChar LaTeX
13644 プリアンブルに
13645 \end_layout
13646
13647 \begin_layout Standard
13648
13649 \series bold
13650
13651 \backslash
13652 definecolor{darkgreen}{cmyk}{0.5,
13653 \series default
13654  
13655 \series bold
13656 0,
13657 \series default
13658  
13659 \series bold
13660 1,
13661 \series default
13662  
13663 \series bold
13664 0.5}
13665 \series default
13666
13667 \begin_inset Index idx
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671 こまんど@コマンド ! D ! 
13672 \backslash
13673 definecolor
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682 という行を書き加えます.
13683 \end_layout
13684
13685 \begin_layout Standard
13686
13687 \series bold
13688 cmyk
13689 \series default
13690 とは,
13691 \series bold
13692 cyan
13693 \series default
13694 (シアン)・
13695 \series bold
13696 magenta
13697 \series default
13698 (マゼンタ)・
13699 \series bold
13700 yellow
13701 \series default
13702 (黄)・
13703 \series bold
13704 black
13705 \series default
13706 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,この色空間における各色の出力強度です.強度は,0
13707 \begin_inset space \thinspace{}
13708 \end_inset
13709
13710 -
13711 \begin_inset space \thinspace{}
13712 \end_inset
13713
13714 1の範囲をとることができます.定義には,
13715 \series bold
13716 cmyk
13717 \series default
13718 の他に,
13719 \series bold
13720 rgb
13721 \series default
13722 という色空間を使うこともできます.
13723 \series bold
13724 rgb
13725 \series default
13726 とは,
13727 \series bold
13728 red
13729 \series default
13730 (赤)・
13731 \series bold
13732 green
13733 \series default
13734 (緑)・
13735 \series bold
13736 blue
13737 \series default
13738 (青)の各色を意味し,この場合には,各色に対応した三つの出力強度を指定します.さらに,灰色の出力強度のみをとる
13739 \series bold
13740 gray
13741 \series default
13742 という色空間もあります.
13743 \end_layout
13744
13745 \begin_layout Standard
13746 例として,文字が
13747 \series bold
13748 yellow
13749 \series default
13750 に色付けされ,新しく定義した
13751 \series bold
13752 darkgreen
13753 \series default
13754 という色を持つ枠付きボックスを挙げておきます.
13755 \begin_inset Formula 
13756 \begin{equation}
13757 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13758 \end{equation}
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \begin_layout Standard
13766
13767 \series bold
13768
13769 \backslash
13770 textcolor
13771 \series default
13772 コマンドを使うと,以下のように,自前で定義した色をテキスト中でも使用することができます.
13773 \begin_inset Index idx
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777 てきすと@テキスト ! いろつき@色付き
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791
13792 \backslash
13793 textcolor{darkgreen}{
13794 \end_layout
13795
13796 \end_inset
13797
13798 この文は「darkgreen」です.
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804 }
13805 \end_layout
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813
13814 \series bold
13815
13816 \backslash
13817 textcolor
13818 \series default
13819
13820 \begin_inset Index idx
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824 こまんど@コマンド ! T ! 
13825 \backslash
13826 textcolor
13827 \end_layout
13828
13829 \end_inset
13830
13831 は,
13832 \series bold
13833
13834 \backslash
13835 textcolor{色}{色付けをする文}
13836 \series default
13837 という書式で使用することができます.
13838 \end_layout
13839
13840 \begin_layout Subsection
13841 段落ボックス
13842 \begin_inset CommandInset label
13843 LatexCommand label
13844 name "subsec:段落ボックス"
13845
13846 \end_inset
13847
13848
13849 \begin_inset Index idx
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853 ぼっくす@ボックス ! だんらく@段落
13854 \begin_inset space \thinspace{}
13855 \end_inset
13856
13857 ——
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866 いくつかの行や段落を含む,いわゆる段落ボックス(parbox)は,
13867 \family sans
13868 挿入\SpecialChar menuseparator
13869 ボックス
13870 \family default
13871 メニューかツールバーボタン
13872 \begin_inset Info
13873 type  "icon"
13874 arg   "box-insert"
13875 \end_inset
13876
13877 で作成することができます.
13878 \end_layout
13879
13880 \begin_layout Standard
13881 以下の例は,行中の枠付きparboxを示したものです.
13882 \end_layout
13883
13884 \begin_layout Standard
13885 \begin_inset VSpace medskip
13886 \end_inset
13887
13888 この行は,
13889 \begin_inset Box Boxed
13890 position "c"
13891 hor_pos "c"
13892 has_inner_box 1
13893 inner_pos "t"
13894 use_parbox 1
13895 use_makebox 0
13896 width "5cm"
13897 special "none"
13898 height "1in"
13899 height_special "totalheight"
13900 thickness "0.4pt"
13901 separation "3pt"
13902 shadowsize "4pt"
13903 framecolor "black"
13904 backgroundcolor "none"
13905 status open
13906
13907 \begin_layout Plain Layout
13908 これは段落ボックスです.これはちょうど5
13909 \begin_inset space \thinspace{}
13910 \end_inset
13911
13912 cmの幅になっており,以下のように数式を含めることもできます.
13913 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \end_inset
13920
13921 parboxの入った行です.
13922 \end_layout
13923
13924 \begin_layout Standard
13925 \begin_inset VSpace medskip
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 このようなボックスは,灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,ボックスの特性を表示したダイアログが現れます.上の例では,
13933 \emph on
13934 装飾
13935 \emph default
13936 :簡素な長方形の箱型,
13937 \emph on
13938 内部ボックス
13939 \emph default
13940 :parboxコマンド,
13941 \emph on
13942
13943 \emph default
13944 :5
13945 \begin_inset space \thinspace{}
13946 \end_inset
13947
13948 cm,
13949 \emph on
13950 垂直ボックス配置
13951 \emph default
13952 :中央,に設定されています.
13953 \end_layout
13954
13955 \begin_layout Standard
13956 \begin_inset VSpace medskip
13957 \end_inset
13958
13959 \SpecialChar LaTeX
13960 では,parboxは,以下の書式を持つ
13961 \series bold
13962
13963 \backslash
13964 parbox
13965 \series default
13966
13967 \begin_inset Index idx
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971 こまんど@コマンド ! P ! 
13972 \backslash
13973 parbox
13974 \end_layout
13975
13976 \end_inset
13977
13978 コマンドによって作られます.
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 parbox[位置]{幅}{ボックスの内容}
13987 \end_layout
13988
13989 \begin_layout Standard
13990 「位置」は,
13991 \emph on
13992 b
13993 \emph default
13994
13995 \emph on
13996 t
13997 \emph default
13998 の値をとることができます.下揃えを意味する
13999 \emph on
14000 b
14001 \emph default
14002 (bottom)は,ボックスを,周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
14003 \emph on
14004 t
14005 \emph default
14006 (top)は,これを最初の行に合わせます.位置を指定しない時には,ボックスは事実上中央揃えになります.用例については,取扱説明書埋込オブジェクト篇の
14007 \emph on
14008 ボックス
14009 \emph default
14010 の節をご参照下さい.
14011 \end_layout
14012
14013 \begin_layout Standard
14014 \begin_inset VSpace bigskip
14015 \end_inset
14016
14017 数式番号を含めて,数式を完全に枠で囲むためには,数式をparbox内に収めなくてはなりません.こうするには,数式前に\SpecialChar TeX
14018 モードで
14019 \series bold
14020 parbox{
14021 \backslash
14022 linewidth-2
14023 \backslash
14024 fboxsep-2
14025 \backslash
14026 fboxrule}{
14027 \series default
14028 というコマンドを挿入します.ここで
14029 \series bold
14030
14031 \backslash
14032 linewidth
14033 \begin_inset Index idx
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 こまんど@コマンド ! L ! 
14038 \backslash
14039 linewidth
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \series default
14046 は,使用中の文書に設定されている行幅です.枠は,parboxの外側にあるので,枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行
14047 うためには,\SpecialChar LaTeX
14048 パッケージの
14049 \series bold
14050 calc
14051 \series default
14052
14053 \begin_inset Foot
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057
14058 \series bold
14059 calc
14060 \series default
14061 は,標準的\SpecialChar LaTeX
14062 頒布版のすべてに含まれています.
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \begin_inset Index idx
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 ぱっけーじ@パッケージ ! calc
14073 \end_layout
14074
14075 \end_inset
14076
14077 を,\SpecialChar LaTeX
14078 プリアンブル中で
14079 \end_layout
14080
14081 \begin_layout Standard
14082
14083 \series bold
14084
14085 \backslash
14086 usepackage{calc}
14087 \end_layout
14088
14089 \begin_layout Standard
14090 のように読み込んでおく必要があります.数式の後では,\SpecialChar TeX
14091 モードで
14092 \series bold
14093 }}
14094 \series default
14095 を入力して,二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101
14102 \backslash
14103 fboxsep 5mm 
14104 \backslash
14105 fboxrule 5mm
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \end_layout
14112
14113 \begin_layout Standard
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119
14120 \backslash
14121 fbox{
14122 \backslash
14123 parbox{
14124 \backslash
14125 linewidth-2
14126 \backslash
14127 fboxsep-2
14128 \backslash
14129 fboxrule}{
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \begin_inset Formula 
14136 \begin{equation}
14137 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14138 \end{equation}
14139
14140 \end_inset
14141
14142
14143 \begin_inset ERT
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147
14148 }}
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \begin_inset ERT
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158
14159
14160 \backslash
14161 fboxrule 0.4pt 
14162 \backslash
14163 fboxsep 3pt
14164 \end_layout
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 \begin_inset VSpace medskip
14173 \end_inset
14174
14175
14176 \series bold
14177
14178 \backslash
14179 fbox
14180 \series default
14181 の引数としてparboxが使われているので,この場合には,
14182 \series bold
14183
14184 \backslash
14185 fbox
14186 \series default
14187 を使おうが
14188 \series bold
14189
14190 \backslash
14191 boxed
14192 \series default
14193 を使おうが,差は生じません.
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset VSpace bigskip
14198 \end_inset
14199
14200 段落ボックスは,数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
14201 \series bold
14202
14203 \backslash
14204 parbox
14205 \series default
14206
14207 \series bold
14208
14209 \backslash
14210 tag
14211 \series default
14212 コマンドといっしょに使います(
14213 \series bold
14214
14215 \backslash
14216 tag
14217 \series default
14218 についての詳細は,第
14219 \begin_inset CommandInset ref
14220 LatexCommand ref
14221 reference "subsec:自己定義番号"
14222
14223 \end_inset
14224
14225 節をご参照下さい)
14226 \end_layout
14227
14228 \begin_layout Standard
14229 以下は,
14230 \series bold
14231
14232 \backslash
14233 parbox
14234 \series default
14235 を使ってコメントを付けた数式の例です.
14236 \end_layout
14237
14238 \begin_layout Standard
14239 \begin_inset ERT
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243
14244
14245 \backslash
14246 [5x-7b=3b
14247 \backslash
14248 tag*{
14249 \backslash
14250 parbox{5cm}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 これは説明です.数式や多行数式本体からはっきりと離れています.
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261 }}
14262 \backslash
14263 ]
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Standard
14272 \SpecialChar LyX
14273 は,まだ数式中での
14274 \series bold
14275
14276 \backslash
14277 parbox
14278 \series default
14279 コマンドをサポートしていないので,上のような数式は,完全に\SpecialChar TeX
14280 モードで挿入しなくてはなりません.この数式は,以下のようなコマンド列を使って作ってあります.
14281 \end_layout
14282
14283 \begin_layout Standard
14284 まず,
14285 \series bold
14286
14287 \backslash
14288 [5x-7b=3b
14289 \backslash
14290 tag*
14291 \backslash
14292 {
14293 \backslash
14294 parbox{5cm}{
14295 \series default
14296 というコマンドを\SpecialChar TeX
14297 モードで挿入します
14298 \begin_inset Foot
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303 \series bold
14304 行頭下げ
14305 \series default
14306 数式様式を使用している時には,
14307 \series bold
14308
14309 \backslash
14310 tag*
14311 \backslash
14312 {
14313 \series default
14314 の代わりに
14315 \series bold
14316
14317 \backslash
14318 hfill
14319 \series default
14320 を用いることもできます(数式様式に関しては,第
14321 \begin_inset CommandInset ref
14322 LatexCommand ref
14323 reference "sec:数式様式"
14324
14325 \end_inset
14326
14327 節をご参照下さい).
14328 \end_layout
14329
14330 \end_inset
14331
14332 .それから,説明を通常のテキストとして入れ,最後に
14333 \series bold
14334 }}
14335 \backslash
14336 ]
14337 \series default
14338 を\SpecialChar TeX
14339 モードで挿入します.ここで
14340 \series bold
14341
14342 \backslash
14343 [
14344 \series default
14345 および
14346 \series bold
14347
14348 \backslash
14349 ]
14350 \series default
14351 コマンドは別行立て数式を作るためのものです.
14352 \end_layout
14353
14354 \begin_layout Standard
14355
14356 \series bold
14357
14358 \backslash
14359 parbox
14360 \series default
14361 を使う利点は,数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,よくわかるでしょう.
14362 \begin_inset Formula 
14363 \[
14364 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14365 \]
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Section
14373 演算子
14374 \begin_inset Index idx
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378 えんざんし@演算子
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Subsection
14387 大演算子
14388 \begin_inset CommandInset label
14389 LatexCommand label
14390 name "subsec:大演算子"
14391
14392 \end_inset
14393
14394
14395 \begin_inset Index idx
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 えんざんし@演算子 ! だい@大
14400 \begin_inset space \thinspace{}
14401 \end_inset
14402
14403 ——
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \begin_inset Index idx
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413 わ@和
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \begin_inset Index idx
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423 せきぶんきごう@積分記号
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 ここに挙げた積分演算子をすべて使えるようにするには,文書設定の
14433 \family sans
14434 数式オプション
14435 \family default
14436 の面にある
14437 \family sans
14438 esintパッケージを自動的に使う
14439 \family default
14440 オプションを有効にしなくてはなりません.
14441 \end_layout
14442
14443 \begin_layout Standard
14444 \begin_inset space \hfill{}
14445 \end_inset
14446
14447
14448 \begin_inset Tabular
14449 <lyxtabular version="3" rows="11" columns="2">
14450 <features booktabs="true" tabularvalignment="middle">
14451 <column alignment="center" valignment="top" width="0pt">
14452 <column alignment="center" valignment="top" width="0pt">
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 コマンド
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 出力
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \backslash
14480 int
14481 \begin_inset Index idx
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485 こまんど@コマンド ! I ! 
14486 \backslash
14487 int
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 \begin_inset Formula $\int$
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 </row>
14510 <row>
14511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515
14516 \backslash
14517 oint
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 \begin_inset Formula $\oint$
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \backslash
14542 ointctrclockwise
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 \begin_inset Formula $\ointctrclockwise$
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \backslash
14567 ointclockwise
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 \begin_inset Formula $\ointclockwise$
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590
14591 \backslash
14592 sqint
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 \begin_inset Formula $\sqint$
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 </row>
14610 <row>
14611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615
14616 \backslash
14617 fint
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626  
14627 \begin_inset Formula $\fint$
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 </row>
14636 <row>
14637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641
14642 \backslash
14643 landupint
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652  
14653 \begin_inset Formula $\landupint$
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 </row>
14662 <row>
14663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667
14668 \backslash
14669 landdownint
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678  
14679 \begin_inset Formula $\landdownint$
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row>
14689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693
14694 \backslash
14695 bigcap
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 \begin_inset Formula $\bigcap$
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 </row>
14713 <row>
14714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \backslash
14720 bigcup
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 \begin_inset Formula $\bigcup$
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 </lyxtabular>
14739
14740 \end_inset
14741
14742
14743 \begin_inset space \hfill{}
14744 \end_inset
14745
14746
14747 \begin_inset Tabular
14748 <lyxtabular version="3" rows="11" columns="2">
14749 <features booktabs="true" tabularvalignment="middle">
14750 <column alignment="center" valignment="top" width="0pt">
14751 <column alignment="center" valignment="top" width="0pt">
14752 <row>
14753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 コマンド
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 出力
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 </row>
14772 <row>
14773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777
14778 \backslash
14779 sum
14780 \begin_inset Index idx
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 こまんど@コマンド ! S ! 
14785 \backslash
14786 sum
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 \begin_inset Formula $\sum$
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 <row>
14810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814
14815 \backslash
14816 prod
14817 \begin_inset Index idx
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 こまんど@コマンド ! P ! 
14822 \backslash
14823 prod
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 \begin_inset Formula $\prod$
14838 \end_inset
14839
14840
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 </row>
14846 <row>
14847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851
14852 \backslash
14853 coprod
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 \begin_inset Formula $\coprod$
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 </row>
14871 <row>
14872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876
14877 \backslash
14878 bigodot
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 \begin_inset Formula $\bigodot$
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 </row>
14896 <row>
14897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901
14902 \backslash
14903 bigotimes
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 \begin_inset Formula $\bigotimes$
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \backslash
14928 bigoplus
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 \begin_inset Formula $\bigoplus$
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \backslash
14953 bigwedge
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 \begin_inset Formula $\bigwedge$
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 <row>
14972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \backslash
14978 bigvee
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 \begin_inset Formula $\bigvee$
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 bigsqcup
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\bigsqcup$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 biguplus
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\biguplus$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 </lyxtabular>
15047
15048 \end_inset
15049
15050
15051 \begin_inset space \hfill{}
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \begin_layout Standard
15058 すべての大演算子は,数式ツールバーボタンの
15059 \begin_inset Info
15060 type  "icon"
15061 arg   "math-insert \\intop"
15062 \end_inset
15063
15064 でも挿入することができます.
15065 \end_layout
15066
15067 \begin_layout Standard
15068 これらの演算子は,よく見ないと同じように見える二項演算子よりも大きいので,大演算子と呼ばれます.大演算子はすべて,次小節で説明する「範囲」をとることができます.
15069 \end_layout
15070
15071 \begin_layout Standard
15072 積分演算子はすべて,
15073 \series bold
15074
15075 \backslash
15076 intop
15077 \series default
15078
15079 \series bold
15080
15081 \backslash
15082 ointop
15083 \series default
15084 のように,
15085 \series bold
15086 op
15087 \series default
15088 で終わる別バージョンがあります.これらの演算子は,
15089 \series bold
15090
15091 \backslash
15092 int
15093 \series default
15094 とは範囲の表示のしかたが異なります.第
15095 \begin_inset CommandInset ref
15096 LatexCommand ref
15097 reference "subsec:演算子の範囲"
15098
15099 \end_inset
15100
15101 節をご参照下さい.
15102 \end_layout
15103
15104 \begin_layout Subsubsection*
15105 積分の子細
15106 \end_layout
15107
15108 \begin_layout Standard
15109 積分中で用いられる文字
15110 \emph on
15111 d
15112 \emph default
15113 は演算子なので,アップライト体で組まれなくてはなりません.これを行うには
15114 \emph on
15115 d
15116 \emph default
15117 を選択して,
15118 \begin_inset Flex Ruby
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122 捷径
15123 \begin_inset Argument post:1
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 ショートカット
15128 \end_layout
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \begin_inset Info
15139 type  "shortcut"
15140 arg   "font-roman"
15141 \end_inset
15142
15143 を用います
15144 \begin_inset Foot
15145 status collapsed
15146
15147 \begin_layout Plain Layout
15148 文字様式については,第
15149 \begin_inset CommandInset ref
15150 LatexCommand ref
15151 reference "subsec:書体様式"
15152
15153 \end_inset
15154
15155 節参照.
15156 \end_layout
15157
15158 \end_inset
15159
15160 .最後に,演算子の慣例に倣って,
15161 \emph on
15162 d
15163 \emph default
15164 の前に最小空白を挿入しなくてはなりません.たとえば,
15165 \end_layout
15166
15167 \begin_layout Standard
15168 正しくない例:
15169 \begin_inset Formula $\int A(x)dx$
15170 \end_inset
15171
15172
15173 \begin_inset Newline newline
15174 \end_inset
15175
15176 正しい
15177 \begin_inset Phantom HPhantom
15178 status open
15179
15180 \begin_layout Plain Layout
15181 ない
15182 \end_layout
15183
15184 \end_inset
15185
15186 例:
15187 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \begin_layout Standard
15194 多重積分に関しては,以下のコマンドがあります.
15195 \begin_inset VSpace medskip
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \begin_layout Standard
15202 \begin_inset space \hfill{}
15203 \end_inset
15204
15205
15206 \begin_inset Tabular
15207 <lyxtabular version="3" rows="4" columns="2">
15208 <features booktabs="true" tabularvalignment="middle">
15209 <column alignment="center" valignment="top" width="0pt">
15210 <column alignment="center" valignment="top" width="0pt">
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 コマンド
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 出力
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row bottomspace="1mm">
15232 <cell alignment="center" valignment="top" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 iint
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\iint$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row bottomspace="1mm">
15257 <cell alignment="center" valignment="top" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 oiint
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\oiint$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row bottomspace="1mm">
15282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 sqiint
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 \begin_inset Formula $\sqiint$
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 </lyxtabular>
15307
15308 \end_inset
15309
15310
15311 \begin_inset space \hfill{}
15312 \end_inset
15313
15314
15315 \begin_inset Tabular
15316 <lyxtabular version="3" rows="4" columns="2">
15317 <features booktabs="true" tabularvalignment="middle">
15318 <column alignment="center" valignment="top" width="0pt">
15319 <column alignment="center" valignment="top" width="0pt">
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 コマンド
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 出力
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row bottomspace="1mm">
15341 <cell alignment="center" valignment="top" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \backslash
15347 iiint
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Formula $\iiint$
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row bottomspace="1mm">
15366 <cell alignment="center" valignment="top" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 iiiint
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\iiiint$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row bottomspace="1mm">
15391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 dotsint
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\dotsint$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 </lyxtabular>
15416
15417 \end_inset
15418
15419
15420 \begin_inset space \hfill{}
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \begin_layout Subsection
15427 演算子の範囲
15428 \begin_inset CommandInset label
15429 LatexCommand label
15430 name "subsec:演算子の範囲"
15431
15432 \end_inset
15433
15434
15435 \begin_inset Index idx
15436 status collapsed
15437
15438 \begin_layout Plain Layout
15439 えんざんし@演算子 ! はんい@範囲
15440 \end_layout
15441
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \begin_layout Standard
15448 範囲は,上付き文字と下付き文字とで作成することができます.
15449 \end_layout
15450
15451 \begin_layout Standard
15452 \align center
15453 \begin_inset Tabular
15454 <lyxtabular version="3" rows="2" columns="2">
15455 <features booktabs="true" tabularvalignment="middle">
15456 <column alignment="center" valignment="top" width="0pt">
15457 <column alignment="center" valignment="top" width="0pt">
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 コマンド
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 出力
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 <row>
15479 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \backslash
15485 prod^
15486 \backslash
15487 infty
15488 \begin_inset space \textvisiblespace{}
15489 \end_inset
15490
15491
15492 \begin_inset Formula $\to$
15493 \end_inset
15494
15495 _0
15496 \begin_inset Formula $\to$
15497 \end_inset
15498
15499 A(x)
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 </lyxtabular>
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Standard
15525 行内数式では,範囲は演算子の右横に表示されます.別行立て数式での範囲は,積分範囲を除き,演算子の上と下に表示されます.
15526 \end_layout
15527
15528 \begin_layout Standard
15529 範囲が演算子の横に表示されるように強制するには,カーソルを当該演算子の直後において,
15530 \family sans
15531 編集\SpecialChar menuseparator
15532 数式\SpecialChar menuseparator
15533 範囲の表記を変更
15534 \family default
15535 メニューで
15536 \family sans
15537 \series bold
15538 行内形式
15539 \family default
15540 \series default
15541 (
15542 \begin_inset Flex Ruby
15543 status collapsed
15544
15545 \begin_layout Plain Layout
15546 捷径
15547 \begin_inset Argument post:1
15548 status collapsed
15549
15550 \begin_layout Plain Layout
15551 ショートカット
15552 \end_layout
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \begin_inset Info
15563 type  "shortcut"
15564 arg   "math-limits"
15565 \end_inset
15566
15567 )を選択することで範囲形式を変更することができます.以下はその用例です.
15568 \end_layout
15569
15570 \begin_layout Standard
15571 既定の範囲形式は,以下のようになっています.
15572 \begin_inset Formula 
15573 \[
15574 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15575 \]
15576
15577 \end_inset
15578
15579 以下は,範囲形式を
15580 \family sans
15581 \series bold
15582 行内形式
15583 \family default
15584 \series default
15585 に変更したときの表示です.
15586 \begin_inset Formula 
15587 \[
15588 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15589 \]
15590
15591 \end_inset
15592
15593
15594 \series bold
15595
15596 \backslash
15597 intop
15598 \series default
15599
15600 \series bold
15601
15602 \backslash
15603 ointop
15604 \series default
15605 などのように
15606 \series bold
15607 op
15608 \series default
15609 で終わるもの以外の積分記号では,範囲は,既定で演算子の横に設定されます.しかし,多重積分においては,範囲を演算子の下に置くべきときがあります.このことから,以下
15610 の例では,範囲形式を
15611 \series bold
15612 別行立て形式
15613 \series default
15614 にして積分記号の下に置くようにしています.
15615 \begin_inset Formula 
15616 \begin{equation}
15617 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15618 \end{equation}
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 \begin_inset VSpace medskip
15627 \end_inset
15628
15629 範囲に条件を指定したい場合には,
15630 \series bold
15631
15632 \backslash
15633 subarray
15634 \series default
15635
15636 \begin_inset Index idx
15637 status collapsed
15638
15639 \begin_layout Plain Layout
15640 こまんど@コマンド ! S ! 
15641 \backslash
15642 subarray
15643 \end_layout
15644
15645 \end_inset
15646
15647 コマンドや
15648 \series bold
15649
15650 \backslash
15651 substack
15652 \series default
15653
15654 \begin_inset Index idx
15655 status collapsed
15656
15657 \begin_layout Plain Layout
15658 こまんど@コマンド ! S ! 
15659 \backslash
15660 substack
15661 \end_layout
15662
15663 \end_inset
15664
15665 コマンドを使用します.たとえば,以下の表記 
15666 \begin_inset Formula 
15667 \begin{equation}
15668 \sum_{\begin{subarray}{c}
15669 0<k<1000\\
15670 \\
15671 k\,\in\,\mathbb{N}
15672 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15673 \end{equation}
15674
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \begin_layout Standard
15681 を作成するには,以下のようにしなくてはなりません.
15682 \begin_inset Newline newline
15683 \end_inset
15684
15685 まず,
15686 \series bold
15687
15688 \backslash
15689 sum
15690 \series default
15691 ^
15692 \series bold
15693 n
15694 \begin_inset space \textvisiblespace{}
15695 \end_inset
15696
15697 _
15698 \series default
15699 というコマンドを入力します.すると,和演算子の下の青枠に移動するので,ここに
15700 \series bold
15701
15702 \backslash
15703 subarray
15704 \begin_inset space \textvisiblespace{}
15705 \end_inset
15706
15707
15708 \series default
15709 コマンドを挿入します.すると,青枠が紫枠の中に入って,ここに複数の行を書き込むことができるようになります.新しい行は,改行(
15710 \begin_inset Info
15711 type  "shortcut"
15712 arg   "newline-insert newline"
15713 \end_inset
15714
15715 )を挿入することで作ることができます.ここに
15716 \begin_inset Newline newline
15717 \end_inset
15718
15719
15720 \series bold
15721 0
15722 \begin_inset Formula $\boldsymbol{<}$
15723 \end_inset
15724
15725 k
15726 \begin_inset Formula $\boldsymbol{<}$
15727 \end_inset
15728
15729 1000 Ctrl+Return
15730 \begin_inset Newline newline
15731 \end_inset
15732
15733
15734 \series default
15735 と入力すると,新規行のための新しい枠が現れます.
15736 \end_layout
15737
15738 \begin_layout Standard
15739 各行の揃え方は,
15740 \family sans
15741 表ツールバー
15742 \family default
15743
15744 \family sans
15745 編集\SpecialChar menuseparator
15746 行と列
15747 \family default
15748 メニューで変更することができますが,右揃えにするには,行頭に
15749 \series bold
15750
15751 \backslash
15752 hfill
15753 \begin_inset space \textvisiblespace{}
15754 \end_inset
15755
15756
15757 \series default
15758 を挿入しなくてはなりません.
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764
15765 \backslash
15766 substack
15767 \series default
15768 コマンドは,各行がつねに中央揃えになることを除いては,
15769 \series bold
15770
15771 \backslash
15772 subarray
15773 \series default
15774 と同じです.
15775 \end_layout
15776
15777 \begin_layout Standard
15778 \begin_inset VSpace bigskip
15779 \end_inset
15780
15781 演算子の後に来る文字は,範囲の横に来るので,
15782 \begin_inset CommandInset ref
15783 LatexCommand eqref
15784 reference "eq:substack"
15785
15786 \end_inset
15787
15788 式のように,演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,コマンド
15789 \series bold
15790
15791 \backslash
15792 smashoperator
15793 \series default
15794
15795 \begin_inset Index idx
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799 こまんど@コマンド ! S ! 
15800 \backslash
15801 smashoperator
15802 \end_layout
15803
15804 \end_inset
15805
15806 を使うことができます.これを有効化するには,文書設定の
15807 \family sans
15808 数式オプション
15809 \family default
15810 で,
15811 \series bold
15812 mathtools
15813 \series default
15814 パッケージ
15815 \begin_inset Index idx
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 ぱっけーじ@パッケージ ! mathtools
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \family sans
15826 常に読み込み
15827 \family default
15828 オプションを指定してください.
15829 \series bold
15830
15831 \backslash
15832 smashoperator
15833 \series default
15834 は,内容物の幅を0
15835 \lang english
15836
15837 \begin_inset space \thinspace{}
15838 \end_inset
15839
15840
15841 \lang japanese
15842 ptに設定します.
15843 \lang english
15844
15845 \begin_inset Newline newline
15846 \end_inset
15847
15848
15849 \lang japanese
15850 これを
15851 \begin_inset CommandInset ref
15852 LatexCommand eqref
15853 reference "eq:substack"
15854
15855 \end_inset
15856
15857 式に応用してみると,コマンド
15858 \end_layout
15859
15860 \begin_layout Standard
15861
15862 \series bold
15863
15864 \backslash
15865 smashoperator{
15866 \end_layout
15867
15868 \begin_layout Standard
15869 の波括弧の中に,範囲付きの演算子を挿入することになります.波括弧を閉じた後に,数式を続けます.例:
15870 \begin_inset Formula 
15871 \[
15872 \sum_{\mathclap{\substack{0<k<1000\\
15873 \\
15874 k\,\in\,\mathbb{N}
15875 }
15876 }}^{n}k^{-2}
15877 \]
15878
15879 \end_inset
15880
15881 演算子の片側だけ,空白を0
15882 \lang english
15883
15884 \begin_inset space \thinspace{}
15885 \end_inset
15886
15887
15888 \lang japanese
15889 ptにすることも可能です.そのためには,
15890 \series bold
15891
15892 \backslash
15893 smashoperator
15894 \series default
15895 と付属する波括弧の間に,
15896 \series bold
15897 [l]
15898 \series default
15899 または
15900 \series bold
15901 [r]
15902 \series default
15903 と書き込みます.下記は,
15904 \series bold
15905
15906 \backslash
15907 smashoperator
15908 \series default
15909 のとりうる形の例です.
15910 \end_layout
15911
15912 \begin_layout Standard
15913 \begin_inset Formula 
15914 \[
15915 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}
15916 \]
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 \begin_inset VSpace bigskip
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 範囲を持つ演算子が続くとき,出力での,範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
15932 \begin_inset Formula 
15933 \[
15934 \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}
15935 \]
15936
15937 \end_inset
15938
15939 組版を改善するには,文書設定の
15940 \family sans
15941 数式オプション
15942 \family default
15943 で,
15944 \series bold
15945 mathtools
15946 \series default
15947 パッケージ
15948 \begin_inset Index idx
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 ぱっけーじ@パッケージ ! mathtools
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \family sans
15959 常に読み込み
15960 \family default
15961 オプションを指定してください.その上で,数式中の最初の演算子の前に直接,
15962 \series bold
15963
15964 \backslash
15965 adjustlimits
15966 \series default
15967 コマンド
15968 \begin_inset Index idx
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972 こまんど@コマンド ! A ! 
15973 \backslash
15974 adjustlimits
15975 \end_layout
15976
15977 \end_inset
15978
15979 を置いてください.そうすると,上記の例はこのようになります.
15980 \begin_inset Formula 
15981 \[
15982 \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}
15983 \]
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Standard
15991 \begin_inset VSpace bigskip
15992 \end_inset
15993
15994 一つの範囲を複数の演算子に用いる方法が,第
15995 \begin_inset CommandInset ref
15996 LatexCommand ref
15997 reference "subsec:自己定義演算子"
15998
15999 \end_inset
16000
16001 節に述べられています.
16002 \end_layout
16003
16004 \begin_layout Subsection
16005 演算子の修飾
16006 \begin_inset Index idx
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 えんざんし@演算子 ! しゅうしょく@修飾
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019
16020 \series bold
16021
16022 \backslash
16023 overset
16024 \series default
16025
16026 \begin_inset Index idx
16027 status collapsed
16028
16029 \begin_layout Plain Layout
16030 こまんど@コマンド ! O ! 
16031 \backslash
16032 overset
16033 \end_layout
16034
16035 \end_inset
16036
16037 コマンドや
16038 \series bold
16039
16040 \backslash
16041 underset
16042 \series default
16043
16044 \begin_inset Index idx
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 こまんど@コマンド ! U ! 
16049 \backslash
16050 underset
16051 \end_layout
16052
16053 \end_inset
16054
16055 コマンドを使うと,それぞれ演算子の上や下に,文字をアクセントとして付けることができます.また,
16056 \series bold
16057
16058 \backslash
16059 sideset
16060 \series default
16061
16062 \begin_inset Index idx
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 こまんど@コマンド ! S ! 
16067 \backslash
16068 sideset
16069 \end_layout
16070
16071 \end_inset
16072
16073 コマンドを使うと,文字を演算子の前や後ろに付けることができます.
16074 \end_layout
16075
16076 \begin_layout Standard
16077
16078 \series bold
16079
16080 \backslash
16081 sideset
16082 \series default
16083 には4つの派生版があります.
16084 \end_layout
16085
16086 \begin_layout Itemize
16087
16088 \series bold
16089
16090 \backslash
16091 sideset
16092 \series default
16093 は,演算子の隅に文字を置くのに用います.
16094 \end_layout
16095
16096 \begin_layout Itemize
16097
16098 \series bold
16099
16100 \backslash
16101 sidesetn
16102 \series default
16103 は,演算子の前後に文字を置くのに用います(この派生版は,\SpecialChar LaTeX
16104 の元々の
16105 \series bold
16106
16107 \backslash
16108 sideset
16109 \series default
16110 コマンドを表します).
16111 \end_layout
16112
16113 \begin_layout Itemize
16114
16115 \series bold
16116
16117 \backslash
16118 sidesetl
16119 \series default
16120 は,演算子の左隅と後ろに文字を置くのに用います.
16121 \end_layout
16122
16123 \begin_layout Itemize
16124
16125 \series bold
16126
16127 \backslash
16128 sidesetr
16129 \series default
16130 は,演算子の右隅と前に文字を置くのに用います.
16131 \end_layout
16132
16133 \begin_layout Standard
16134 たとえば,
16135 \series bold
16136
16137 \backslash
16138 sidesetn
16139 \begin_inset space \textvisiblespace{}
16140 \end_inset
16141
16142
16143 \backslash
16144 sum
16145 \begin_inset space \textvisiblespace{}
16146 \end_inset
16147
16148
16149 \begin_inset Formula $\to$
16150 \end_inset
16151
16152 '
16153 \begin_inset Formula $\to$
16154 \end_inset
16155
16156 _k=1
16157 \begin_inset space \textvisiblespace{}
16158 \end_inset
16159
16160
16161 \series default
16162 ^
16163 \series bold
16164 n
16165 \series default
16166 というコマンドを入力すると,
16167 \begin_inset Formula 
16168 \[
16169 \sideset{}{'}\sum_{k=1}^{n}
16170 \]
16171
16172 \end_inset
16173
16174 のようになります.
16175 \end_layout
16176
16177 \begin_layout Standard
16178 \begin_inset Note Greyedout
16179 status open
16180
16181 \begin_layout Plain Layout
16182
16183 \series bold
16184 【註】
16185 \backslash
16186 sideset
16187 \series default
16188 は,大演算子を修飾するためだけに用いることができ,二項演算子には用いることができません.
16189 \end_layout
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \begin_layout Standard
16197 のようになります.最後の例からわかるように,
16198 \series bold
16199
16200 \backslash
16201 overset
16202 \series default
16203
16204 \series bold
16205
16206 \backslash
16207 underset
16208 \series default
16209 では,記号や文字にアクセントをつけることもできます.一方. また,
16210 \series bold
16211
16212 \backslash
16213 overset
16214 \begin_inset space \textvisiblespace{}
16215 \end_inset
16216
16217
16218 \backslash
16219 maltese
16220 \begin_inset space \textvisiblespace{}
16221 \end_inset
16222
16223
16224 \series default
16225
16226 \begin_inset Formula $\uparrow$
16227 \end_inset
16228
16229
16230 \series bold
16231 a
16232 \series default
16233 というコマンドならば,
16234 \begin_inset Formula 
16235 \[
16236 \overset{a}{\maltese}
16237 \]
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \begin_layout Subsection
16245 二項演算子
16246 \begin_inset CommandInset label
16247 LatexCommand label
16248 name "subsec:二項演算子"
16249
16250 \end_inset
16251
16252
16253 \begin_inset Index idx
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 えんざんし@演算子 ! にこう@二項
16258 \begin_inset space \thinspace{}
16259 \end_inset
16260
16261 ——
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 二項演算子は,前後に文字がある場合,周囲に余白が入ります.
16271 \begin_inset VSpace medskip
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Standard
16278 \begin_inset Tabular
16279 <lyxtabular version="3" rows="13" columns="2">
16280 <features booktabs="true" tabularvalignment="middle">
16281 <column alignment="center" valignment="top" width="0pt">
16282 <column alignment="center" valignment="top" width="0pt">
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 コマンド
16289 \begin_inset Note Note
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 ここで
16294 \series bold
16295
16296 \backslash
16297 raisebox
16298 \series default
16299 はスペーサーとして使用しているだけです.
16300 \end_layout
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 出力
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 </row>
16319 <row>
16320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 +
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 \begin_inset Formula $+$
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 <row>
16343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 -
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 \begin_inset Formula $-$
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 <row>
16366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370
16371 \backslash
16372 pm
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Formula $\pm$
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \backslash
16397 mp
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Formula $\mp$
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \backslash
16422 cdot
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 \begin_inset Formula $\cdot$
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \backslash
16447 times
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Formula $\times$
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \backslash
16472 div
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\div$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset ERT
16496 status collapsed
16497
16498 \begin_layout Plain Layout
16499
16500
16501 \backslash
16502 raisebox{-1.2mm}{
16503 \end_layout
16504
16505 \end_inset
16506
16507 *
16508 \begin_inset ERT
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512
16513 }
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Formula $*$
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 <row>
16537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \backslash
16543 star
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\star$
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566
16567 \backslash
16568 circ
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Formula $\circ$
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \backslash
16593 diamond
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\diamond$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 bullet
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\bullet$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 </lyxtabular>
16637
16638 \end_inset
16639
16640
16641 \begin_inset space \hfill{}
16642 \end_inset
16643
16644
16645 \begin_inset Tabular
16646 <lyxtabular version="3" rows="13" columns="2">
16647 <features booktabs="true" tabularvalignment="middle">
16648 <column alignment="center" valignment="top" width="0pt">
16649 <column alignment="center" valignment="top" width="0pt">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 コマンド
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 出力
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675
16676 \backslash
16677 nabla
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 \begin_inset Formula $\nabla$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 <row>
16696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700
16701 \backslash
16702 bigtriangledown
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 \begin_inset Formula $\bigtriangledown$
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 </row>
16720 <row>
16721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \backslash
16727 bigtriangleup
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 \begin_inset Formula $\bigtriangleup$
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row>
16746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \backslash
16752 Box
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $\Box$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \backslash
16777 cap 
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\cap$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 cup
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\cup$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 dagger
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\dagger$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 ddagger
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\ddagger$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 wr
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\wr$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 bigcirc
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\bigcirc$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 wedge
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\wedge$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 vee
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\vee$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 </lyxtabular>
16971
16972 \end_inset
16973
16974
16975 \begin_inset space \hfill{}
16976 \end_inset
16977
16978
16979 \begin_inset Tabular
16980 <lyxtabular version="3" rows="13" columns="2">
16981 <features booktabs="true" tabularvalignment="middle">
16982 <column alignment="center" valignment="top" width="0pt">
16983 <column alignment="center" valignment="top" width="0pt">
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 コマンド
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 出力
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 <row>
17005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009
17010 \backslash
17011 oplus
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 \begin_inset Formula $\oplus$
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \backslash
17036 ominus
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 \begin_inset Formula $\ominus$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \backslash
17061 otimes
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset Formula $\otimes$
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \backslash
17086 oslash
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\oslash$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 odot
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\odot$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 amalg
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\amalg$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 uplus
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\uplus$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 setminus
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\setminus$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 sqcap
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\sqcap$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 sqcup
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\sqcup$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 triangleleft
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\triangleleft$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 triangleright
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\triangleright$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 </lyxtabular>
17305
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 二項演算子は,すべて数式ツールバーボタンの
17313 \begin_inset Info
17314 type  "icon"
17315 arg   "math-insert \\pm"
17316 \end_inset
17317
17318 から挿入することもできます.
17319 \end_layout
17320
17321 \begin_layout Standard
17322 ラプラス演算子を組版するには,
17323 \series bold
17324
17325 \backslash
17326 bigtriangleup
17327 \series default
17328 以外に,
17329 \series bold
17330
17331 \backslash
17332 Delta
17333 \series default
17334
17335 \series bold
17336
17337 \backslash
17338 nabla
17339 \series default
17340 ^
17341 \series bold
17342 2
17343 \series default
17344 (
17345 \begin_inset Formula $\nabla^{2}$
17346 \end_inset
17347
17348 )を使用することもできます.
17349 \end_layout
17350
17351 \begin_layout Standard
17352
17353 \family sans
17354 挿入\SpecialChar menuseparator
17355 特殊文字
17356 \family default
17357 メニューの
17358 \family sans
17359 メニュー区切り
17360 \family default
17361 で入力される文字は,
17362 \series bold
17363
17364 \backslash
17365 triangleright
17366 \series default
17367 演算子です.
17368 \end_layout
17369
17370 \begin_layout Subsection
17371 自己定義演算子
17372 \begin_inset CommandInset label
17373 LatexCommand label
17374 name "subsec:自己定義演算子"
17375
17376 \end_inset
17377
17378
17379 \begin_inset Index idx
17380 status collapsed
17381
17382 \begin_layout Plain Layout
17383 えんざんし@演算子 ! じこていぎ@自己定義
17384 \begin_inset space \thinspace{}
17385 \end_inset
17386
17387 ——
17388 \end_layout
17389
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 \SpecialChar LaTeX
17397 プリアンブルで
17398 \series bold
17399
17400 \backslash
17401 DeclareMathOperator
17402 \series default
17403
17404 \begin_inset Index idx
17405 status collapsed
17406
17407 \begin_layout Plain Layout
17408 こまんど@コマンド ! D ! 
17409 \backslash
17410 dbinom@
17411 \backslash
17412 DeclareMathOperator
17413 \end_layout
17414
17415 \end_inset
17416
17417 コマンドを使用すると,自己定義演算子を定義することができます.このコマンドの書式は
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 DeclareMathOperator{新規コマンド}{表示}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 です.「表示」は,出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,コマンドの後に「*」を置きます.自己定義の大演算子は,すべて第
17430 \begin_inset CommandInset ref
17431 LatexCommand ref
17432 reference "subsec:演算子の範囲"
17433
17434 \end_inset
17435
17436 節で述べられた範囲を指定することができます.
17437 \end_layout
17438
17439 \begin_layout Standard
17440 たとえば,以下のような\SpecialChar LaTeX
17441 プリアンブル行
17442 \end_layout
17443
17444 \begin_layout Standard
17445
17446 \series bold
17447
17448 \backslash
17449 DeclareMathOperator*{
17450 \backslash
17451 Lozenge}{
17452 \backslash
17453 blacklozenge}
17454 \end_layout
17455
17456 \begin_layout Standard
17457 は,第
17458 \begin_inset CommandInset ref
17459 LatexCommand ref
17460 reference "subsec:その他の記号"
17461
17462 \end_inset
17463
17464 節にある菱形記号を使った大演算子を挿入する,以下のようなコマンド
17465 \series bold
17466
17467 \backslash
17468 Lozenge
17469 \series default
17470 を定義します.
17471 \begin_inset Formula 
17472 \[
17473 \Lozenge_{n=1}^{\infty}
17474 \]
17475
17476 \end_inset
17477
17478 上記の数式を作るコマンドは,
17479 \series bold
17480
17481 \backslash
17482 Lozenge
17483 \series default
17484 ^
17485 \series bold
17486
17487 \backslash
17488 infty
17489 \begin_inset Formula $\to$
17490 \end_inset
17491
17492 _n=1
17493 \series default
17494 です.
17495 \end_layout
17496
17497 \begin_layout Standard
17498 \begin_inset VSpace bigskip
17499 \end_inset
17500
17501 自己定義演算子を,同一文書内で複数回用いない時には,以下の書式を持つ
17502 \series bold
17503
17504 \backslash
17505 mathop
17506 \series default
17507
17508 \begin_inset Index idx
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512 こまんど@コマンド ! M ! 
17513 \backslash
17514 mathop
17515 \end_layout
17516
17517 \end_inset
17518
17519 コマンドおよび
17520 \series bold
17521
17522 \backslash
17523 mathbin
17524 \series default
17525
17526 \begin_inset Index idx
17527 status collapsed
17528
17529 \begin_layout Plain Layout
17530 こまんど@コマンド ! M ! 
17531 \backslash
17532 mathbin
17533 \end_layout
17534
17535 \end_inset
17536
17537 コマンドを用いて定義を行うこともできます.
17538 \end_layout
17539
17540 \begin_layout Standard
17541 (書式)
17542 \series bold
17543
17544 \backslash
17545 mathop{表示}
17546 \series default
17547 および
17548 \series bold
17549
17550 \backslash
17551 mathbin{表示}
17552 \end_layout
17553
17554 \begin_layout Standard
17555
17556 \series bold
17557
17558 \backslash
17559 mathop
17560 \series default
17561 は大演算子を定義し,
17562 \series bold
17563
17564 \backslash
17565 mathbin
17566 \series default
17567 は二項演算子を定義します.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 たとえば
17572 \series bold
17573
17574 \backslash
17575 mathop
17576 \series default
17577 は,以下のように,複数の演算子に共通の範囲指定を行うのに用いることができます.
17578 \end_layout
17579
17580 \begin_layout Standard
17581 \begin_inset Formula 
17582 \[
17583 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17584 \]
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Standard
17592 上記の数式では
17593 \begin_inset Newline newline
17594 \end_inset
17595
17596
17597 \series bold
17598
17599 \backslash
17600 mathop{
17601 \backslash
17602 sum
17603 \backslash
17604 negmedspace
17605 \backslash
17606 sum
17607 \series default
17608
17609 \begin_inset space \textvisiblespace{}
17610 \end_inset
17611
17612
17613 \series bold
17614
17615 \begin_inset Formula $\to$
17616 \end_inset
17617
17618 ^N
17619 \series default
17620
17621 \begin_inset space \textvisiblespace{}
17622 \end_inset
17623
17624
17625 \series bold
17626 _i,j=1
17627 \begin_inset Newline newline
17628 \end_inset
17629
17630
17631 \series default
17632 というコマンドを用いています.
17633 \end_layout
17634
17635 \begin_layout Section
17636 書体
17637 \begin_inset Index idx
17638 status collapsed
17639
17640 \begin_layout Plain Layout
17641 しょたい@書体
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \begin_inset Index idx
17648 status collapsed
17649
17650 \begin_layout Plain Layout
17651 ふぉんと@フォント
17652 \begin_inset ERT
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656
17657 |see{
17658 \end_layout
17659
17660 \end_inset
17661
17662 書体
17663 \begin_inset ERT
17664 status collapsed
17665
17666 \begin_layout Plain Layout
17667
17668 }
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Subsection
17682 書体様式
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "subsec:書体様式"
17686
17687 \end_inset
17688
17689
17690 \begin_inset Index idx
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 しょたい@書体 ! ようしき@様式
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 数式中のラテン文字は,以下の書体様式のうちいずれかに設定することができます.
17704 \end_layout
17705
17706 \begin_layout Standard
17707 \align center
17708 \begin_inset Tabular
17709 <lyxtabular version="3" rows="6" columns="3">
17710 <features booktabs="true" tabularvalignment="middle">
17711 <column alignment="center" valignment="top" width="0pt">
17712 <column alignment="center" valignment="top">
17713 <column alignment="center" valignment="top">
17714 <row>
17715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 コマンド
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 出力
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737
17738 \lang english
17739 Shortcut
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \backslash
17752 mathbb
17753 \series bold
17754
17755 \begin_inset space \textvisiblespace{}
17756 \end_inset
17757
17758
17759 \series default
17760 ABC
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 \begin_inset Formula $\mathbb{ABC}$
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 -
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \backslash
17794 mathbf
17795 \series bold
17796
17797 \begin_inset space \textvisiblespace{}
17798 \end_inset
17799
17800
17801 \series default
17802 AbC
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\mathbf{AbC}$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Info
17824 type  "shortcut"
17825 arg   "font-bold"
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \backslash
17841 boldsymbol
17842 \series bold
17843
17844 \begin_inset space \textvisiblespace{}
17845 \end_inset
17846
17847
17848 \series default
17849 AbC
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 \begin_inset Formula $\boldsymbol{AbC}$
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 \begin_inset Info
17871 type  "shortcut"
17872 arg   "font-boldsymbol"
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 <row>
17882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \backslash
17888 mathcal
17889 \series bold
17890
17891 \begin_inset space \textvisiblespace{}
17892 \end_inset
17893
17894
17895 \series default
17896 ABC
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 \begin_inset Formula $\mathcal{ABC}$
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 -
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 <row>
17924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928
17929 \backslash
17930 mathfrak
17931 \series bold
17932
17933 \begin_inset space \textvisiblespace{}
17934 \end_inset
17935
17936
17937 \series default
17938 AbC
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 \begin_inset Formula $\mathfrak{AbC}$
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 -
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 </row>
17965 </lyxtabular>
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \align center
17974 \begin_inset Tabular
17975 <lyxtabular version="3" rows="6" columns="3">
17976 <features booktabs="true" tabularvalignment="middle">
17977 <column alignment="center" valignment="top" width="0pt">
17978 <column alignment="center" valignment="top">
17979 <column alignment="center" valignment="top">
17980 <row>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 コマンド
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 出力
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \lang english
18005 Shortcut
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 </row>
18011 <row>
18012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016
18017 \backslash
18018 mathit
18019 \series bold
18020
18021 \begin_inset space \textvisiblespace{}
18022 \end_inset
18023
18024
18025 \series default
18026 AbC
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 \begin_inset Formula $\mathit{AbC}$
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 -
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 <row>
18054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058
18059 \backslash
18060 mathrm
18061 \series bold
18062
18063 \begin_inset space \textvisiblespace{}
18064 \end_inset
18065
18066
18067 \series default
18068 AbC
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Formula $\mathrm{AbC}$
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 \begin_inset Info
18090 type  "shortcut"
18091 arg   "font-roman"
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 <row>
18101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \backslash
18107 mathsf
18108 \series bold
18109
18110 \begin_inset space \textvisiblespace{}
18111 \end_inset
18112
18113
18114 \series default
18115 AbC
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 \begin_inset Formula $\mathsf{AbC}$
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 \begin_inset Info
18137 type  "shortcut"
18138 arg   "font-sans"
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 </row>
18147 <row>
18148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152
18153 \backslash
18154 mathtt
18155 \series bold
18156
18157 \begin_inset space \textvisiblespace{}
18158 \end_inset
18159
18160
18161 \series default
18162 AbC
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 \begin_inset Formula $\mathtt{AbC}$
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 \begin_inset Info
18184 type  "shortcut"
18185 arg   "font-typewriter"
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \backslash
18201 mathscr
18202 \series bold
18203
18204 \begin_inset space \textvisiblespace{}
18205 \end_inset
18206
18207
18208 \series default
18209 ABC
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 \begin_inset Formula $\mathscr{ABC}$
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 -
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 </row>
18236 </lyxtabular>
18237
18238 \end_inset
18239
18240
18241 \end_layout
18242
18243 \begin_layout Standard
18244 \begin_inset Note Greyedout
18245 status open
18246
18247 \begin_layout Plain Layout
18248
18249 \series bold
18250 【註】
18251 \backslash
18252 mathbb
18253 \series default
18254
18255 \series bold
18256 mathcal
18257 \series default
18258 様式と
18259 \series bold
18260
18261 \backslash
18262 mathscr
18263 \series default
18264 様式は,大文字にのみ使用することができます.
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Standard
18273 既定では,
18274 \series bold
18275
18276 \backslash
18277 mathnormal
18278 \series default
18279 様式に設定されています.
18280 \end_layout
18281
18282 \begin_layout Standard
18283 書体様式コマンドは,以下のように数式構成要素内の文字に対しても機能します.
18284 \begin_inset Formula 
18285 \[
18286 \mathfrak{A=\frac{b}{C}}
18287 \]
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 数式テキストに含まれる文字に対しては,数式書体様式は反映せず,
18296 \series bold
18297
18298 \backslash
18299 textrm
18300 \series default
18301 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,\SpecialChar LyX
18302 のバグです
18303 \begin_inset Foot
18304 status collapsed
18305
18306 \begin_layout Plain Layout
18307 \begin_inset CommandInset href
18308 LatexCommand href
18309 name "LyX-bug #4629"
18310 target "https://www.lyx.org/trac/ticket/4629"
18311 literal "false"
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 書体様式コマンドの代わりに,
18325 \family sans
18326 編集\SpecialChar menuseparator
18327 数学\SpecialChar menuseparator
18328 文字様式
18329 \family default
18330 ダイアログや,
18331 \begin_inset Info
18332 type  "icon"
18333 arg   "math-insert \\font"
18334 \end_inset
18335
18336 を使用することもできます.
18337 \end_layout
18338
18339 \begin_layout Subsection
18340 ボールド体の数式
18341 \begin_inset CommandInset label
18342 LatexCommand label
18343 name "subsec:ボールド体の数式"
18344
18345 \end_inset
18346
18347
18348 \begin_inset Index idx
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352 すうしき@数式 ! ぼーるどたい@ボールド体
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Standard
18361 数式全体をボールド体にしようとすると,前節の
18362 \series bold
18363
18364 \backslash
18365 mathbf
18366 \series default
18367 コマンドは,ギリシャ文字の小文字に対しては機能しないので,使用することができません.さらにこのコマンドは,以下の式のように,ラテン文字をつねにアップライト体に印
18368 字してしまいます.
18369 \end_layout
18370
18371 \begin_layout Standard
18372 \begin_inset Formula 
18373 \[
18374 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18375 \]
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 この数式を正しく表示するには,以下のように,
18384 \series bold
18385
18386 \backslash
18387 boldsymbol
18388 \series default
18389 コマンドを使用します.
18390 \begin_inset Formula 
18391 \[
18392 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18393 \]
18394
18395 \end_inset
18396
18397 また,数式を
18398 \series bold
18399 boldmath環境
18400 \series default
18401 に設定する方法もあります.この環境は,\SpecialChar TeX
18402 モードで
18403 \series bold
18404
18405 \backslash
18406 boldmath
18407 \begin_inset Index idx
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 こまんど@コマンド ! B ! 
18412 \backslash
18413 boldmath
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \series default
18420 コマンドを挿入することによって作ることができます.環境を閉じるには,
18421 \series bold
18422
18423 \backslash
18424 unboldmath
18425 \begin_inset Index idx
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429 こまんど@コマンド ! U ! 
18430 \backslash
18431 unboldmath
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \series default
18438 コマンドを\SpecialChar TeX
18439 モードで挿入します.
18440 \begin_inset ERT
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444
18445
18446 \backslash
18447 boldmath 
18448 \end_layout
18449
18450 \end_inset
18451
18452
18453 \begin_inset Formula 
18454 \[
18455 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18456 \]
18457
18458 \end_inset
18459
18460
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 unboldmath 
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 色付きの数式
18478 \begin_inset Index idx
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482 すうしき@数式 ! いろつき@色付き
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 数式も,通常の本文と同様,色を付けることができます.数式あるいは数式の一部を選択して,文字様式ダイアログを使用して下さい.下記は,マゼンタ色にした数式です.
18492 \begin_inset Formula 
18493 \[
18494 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18495 \]
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503
18504 \begin_inset CommandInset ref
18505 LatexCommand ref
18506 reference "subsec:色付きボックス"
18507
18508 \end_inset
18509
18510 節に述べられているように,自己定義の色を定義することもできます.自己定義の色は,以下の書式を持つ
18511 \series bold
18512
18513 \backslash
18514 textcolor
18515 \series default
18516
18517 \begin_inset Index idx
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521 こまんど@コマンド ! T ! 
18522 \backslash
18523 textcolor
18524 \end_layout
18525
18526 \end_inset
18527
18528 \SpecialChar TeX
18529 コードコマンドで適用することができます.
18530 \end_layout
18531
18532 \begin_layout Standard
18533
18534 \series bold
18535
18536 \backslash
18537 textcolor{色}{文字ないし数式}
18538 \end_layout
18539
18540 \begin_layout Standard
18541 下記の例は,全体を濃緑にし,一部を赤にしています.
18542 \end_layout
18543
18544 \begin_layout Standard
18545 \begin_inset ERT
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549
18550
18551 \backslash
18552 textcolor{darkgreen}{
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \begin_inset Formula 
18559 \[
18560 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18561 \]
18562
18563 \end_inset
18564
18565
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571 }
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Standard
18580 \SpecialChar LyX
18581 のバグのため,自己定義色は数式全体に対してしか使用することができません
18582 \begin_inset Foot
18583 status collapsed
18584
18585 \begin_layout Plain Layout
18586 \begin_inset CommandInset href
18587 LatexCommand href
18588 name "LyX-bug #5269"
18589 target "https://www.lyx.org/trac/ticket/5269"
18590 literal "false"
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Subsection
18603 書体寸法
18604 \begin_inset CommandInset label
18605 LatexCommand label
18606 name "subsec:書体寸法"
18607
18608 \end_inset
18609
18610
18611 \begin_inset Index idx
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615 しょたい@書体 ! すんぽう@寸法
18616 \end_layout
18617
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \begin_layout Standard
18624 数式内の文字については,本文中の文字同様,以下の書体寸法設定コマンドがあります.
18625 \end_layout
18626
18627 \begin_layout Standard
18628
18629 \series bold
18630
18631 \backslash
18632 Huge
18633 \series default
18634
18635 \series bold
18636
18637 \backslash
18638 huge
18639 \series default
18640
18641 \series bold
18642
18643 \backslash
18644 LARGE
18645 \series default
18646
18647 \series bold
18648
18649 \backslash
18650 Large
18651 \series default
18652
18653 \series bold
18654
18655 \backslash
18656 large
18657 \series default
18658
18659 \series bold
18660
18661 \backslash
18662 normalsize
18663 \series default
18664
18665 \series bold
18666
18667 \backslash
18668 small
18669 \series default
18670 ,
18671 \begin_inset Newline newline
18672 \end_inset
18673
18674
18675 \series bold
18676
18677 \backslash
18678 footnotesize
18679 \series default
18680
18681 \series bold
18682
18683 \backslash
18684 scriptsize
18685 \series default
18686 ,および
18687 \series bold
18688
18689 \backslash
18690 tiny
18691 \end_layout
18692
18693 \begin_layout Standard
18694 これらのコマンドによって生成される実際の書体寸法は,文書の書体寸法に依存し,文書の書体寸法が
18695 \series bold
18696
18697 \backslash
18698 normalsize
18699 \series default
18700 コマンドに設定されます.他のコマンドは,
18701 \series bold
18702
18703 \backslash
18704 normalsize
18705 \series default
18706 を基準として拡大ないし縮小されます.しかしながら,書体寸法は一定の値を越えることができないようになっています.たとえば,文書書体寸法が12
18707 \begin_inset space \thinspace{}
18708 \end_inset
18709
18710 ptであるならば,
18711 \series bold
18712
18713 \backslash
18714 Huge
18715 \series default
18716 コマンドは
18717 \series bold
18718
18719 \backslash
18720 huge
18721 \series default
18722 コマンドと同じ大きさに落とされます.
18723 \end_layout
18724
18725 \begin_layout Standard
18726 ある場所以降のすべての数式と本文文字を変更するには,書体寸法コマンドを\SpecialChar TeX
18727 モードで挿入します.元の書体寸法に戻すには,数式の後に\SpecialChar TeX
18728 モードで
18729 \series bold
18730
18731 \backslash
18732 normalsize
18733 \series default
18734 コマンドを挿入します.
18735 \end_layout
18736
18737 \begin_layout Standard
18738 数式内では,以下の寸法コマンドまたはツールバーボタン
18739 \begin_inset Info
18740 type  "icon"
18741 arg   "math-insert \\style"
18742 \end_inset
18743
18744 を使用して,寸法を変更することができます.
18745 \end_layout
18746
18747 \begin_layout Standard
18748 \noindent
18749 \align center
18750 \begin_inset Tabular
18751 <lyxtabular version="3" rows="5" columns="2">
18752 <features booktabs="true" tabularvalignment="middle">
18753 <column alignment="center" valignment="top" width="0pt">
18754 <column alignment="center" valignment="top">
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 コマンド
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 出力
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 </row>
18775 <row>
18776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \backslash
18782 displaystyle
18783 \begin_inset Index idx
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 こまんど@コマンド ! D ! 
18788 \backslash
18789 displaystyle
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row topspace="1mm">
18813 <cell alignment="center" valignment="top" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \backslash
18819 textstyle
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 <row>
18838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \backslash
18844 scriptstyle
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 </row>
18862 <row>
18863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867
18868 \backslash
18869 scriptscriptstyle
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 </lyxtabular>
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Standard
18895 これらのコマンドを入力すると,青いボックスが現れるので,そこに数式のパーツを入れることができます.
18896 \end_layout
18897
18898 \begin_layout Standard
18899 フォント寸法を変更するにはもう一つの方法がありますが,これは記号と数式内テキストのみに使うことができます.これを使うには,書体寸法コマンドを数式テキスト内に挿入
18900 します.数式テキストの終わりか,別の書体寸法コマンドが現れるまでの文字すべてが,選択した寸法になります.以下に二つの例を挙げます.
18901 \begin_inset VSpace -2mm
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 \begin_inset ERT
18909 status collapsed
18910
18911 \begin_layout Plain Layout
18912
18913
18914 \backslash
18915 huge 
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \begin_inset Formula 
18922 \[
18923 A=\frac{B}{c}\cdot\maltese
18924 \]
18925
18926 \end_inset
18927
18928
18929 \begin_inset Formula 
18930 \[
18931 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18932 \]
18933
18934 \end_inset
18935
18936
18937 \begin_inset ERT
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941
18942
18943 \backslash
18944 normalsize 
18945 \end_layout
18946
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \begin_layout Standard
18953 \begin_inset VSpace medskip
18954 \end_inset
18955
18956 二つの式の前には,
18957 \series bold
18958
18959 \backslash
18960 huge
18961 \series default
18962 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
18963 \begin_inset Newline newline
18964 \end_inset
18965
18966
18967 \series bold
18968
18969 \backslash
18970 maltese
18971 \begin_inset space \textvisiblespace{}
18972 \end_inset
18973
18974 A Alt+M M 
18975 \backslash
18976 Large
18977 \begin_inset space \textvisiblespace{}
18978 \end_inset
18979
18980
18981 \backslash
18982 maltese
18983 \begin_inset space \textvisiblespace{}
18984 \end_inset
18985
18986
18987 \backslash
18988 textit
18989 \begin_inset space \textvisiblespace{}
18990 \end_inset
18991
18992 A
18993 \begin_inset Formula $\to$
18994 \end_inset
18995
18996
18997 \begin_inset Formula $\to$
18998 \end_inset
18999
19000
19001 \begin_inset Newline newline
19002 \end_inset
19003
19004
19005 \begin_inset space \hspace*{}
19006 \length 1cm
19007 \end_inset
19008
19009 Alt+M
19010 \series default
19011  
19012 \series bold
19013
19014 \backslash
19015 tiny
19016 \begin_inset space \textvisiblespace{}
19017 \end_inset
19018
19019
19020 \backslash
19021 maltese
19022 \begin_inset space \textvisiblespace{}
19023 \end_inset
19024
19025
19026 \backslash
19027 textit
19028 \begin_inset space \textvisiblespace{}
19029 \end_inset
19030
19031 A
19032 \begin_inset Newline newline
19033 \end_inset
19034
19035
19036 \series default
19037 のようになります.
19038 \end_layout
19039
19040 \begin_layout Standard
19041 ある記号を別の寸法で表示することができないときには,その記号はつねに既定寸法で表示されます.
19042 \end_layout
19043
19044 \begin_layout Section
19045 ギリシャ文字
19046 \begin_inset Index idx
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050 ぎりしゃもじ@ギリシャ文字
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Standard
19059 すべてのギリシャ文字は,ツールバーボタンの
19060 \begin_inset Info
19061 type  "icon"
19062 arg   "math-insert \\alpha"
19063 \end_inset
19064
19065 からでも挿入することができます.各国の組版規則では,数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,フランス語やロ
19066 シア語などいくつかの言語では,それにもかかわらず立体で組版されることがあります.
19067 \end_layout
19068
19069 \begin_layout Subsection
19070 小文字
19071 \begin_inset Index idx
19072 status collapsed
19073
19074 \begin_layout Plain Layout
19075 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19076 \end_layout
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \begin_layout Standard
19084 \begin_inset space \hfill{}
19085 \end_inset
19086
19087
19088 \begin_inset Tabular
19089 <lyxtabular version="3" rows="11" columns="2">
19090 <features booktabs="true" tabularvalignment="middle">
19091 <column alignment="center" valignment="top" width="0pt">
19092 <column alignment="center" valignment="top" width="0pt">
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 コマンド
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 出力
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 </row>
19113 <row>
19114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \backslash
19120 alpha
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129 \begin_inset Formula $\alpha$
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 <row>
19139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143
19144 \backslash
19145 beta
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 \begin_inset Formula $\beta$
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 </row>
19163 <row>
19164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \backslash
19170 gamma
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 \begin_inset Formula $\gamma$
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 </row>
19188 <row>
19189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \backslash
19195 delta
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Formula $\delta$
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 </row>
19213 <row>
19214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \backslash
19220 epsilon
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset Formula $\epsilon$
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 <row>
19239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \backslash
19245 varepsilon
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 \begin_inset Formula $\varepsilon$
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \backslash
19270 zeta
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Formula $\zeta$
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \backslash
19295 eta
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 \begin_inset Formula $\eta$
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 <row>
19314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \backslash
19320 theta
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $\theta$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \backslash
19345 vartheta
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Formula $\vartheta$
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 </lyxtabular>
19364
19365 \end_inset
19366
19367
19368 \begin_inset space \hfill{}
19369 \end_inset
19370
19371
19372 \begin_inset Tabular
19373 <lyxtabular version="3" rows="12" columns="2">
19374 <features booktabs="true" tabularvalignment="middle">
19375 <column alignment="center" valignment="top" width="0pt">
19376 <column alignment="center" valignment="top" width="0pt">
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 コマンド
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 出力
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 iota
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\iota$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 kappa
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\kappa$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 varkappa
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula $\varkappa$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 <row>
19473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \backslash
19479 lambda
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Formula $\lambda$
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 </row>
19497 <row>
19498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502
19503 \backslash
19504 mu
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 \begin_inset Formula $\mu$
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row>
19523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527
19528 \backslash
19529 nu
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 \begin_inset Formula $\nu$
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \backslash
19554 xi
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 \begin_inset Formula $\xi$
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 o
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Formula $o$
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 pi
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\pi$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 varpi
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\varpi$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 rho
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\rho$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 </lyxtabular>
19671
19672 \end_inset
19673
19674
19675 \begin_inset space \hfill{}
19676 \end_inset
19677
19678
19679 \begin_inset Tabular
19680 <lyxtabular version="3" rows="11" columns="2">
19681 <features booktabs="true" tabularvalignment="middle">
19682 <column alignment="center" valignment="top" width="0pt">
19683 <column alignment="center" valignment="top" width="0pt">
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 コマンド
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 出力
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 <row>
19705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \backslash
19711 varrho
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset Formula $\varrho$
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \backslash
19736 sigma
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 \begin_inset Formula $\sigma$
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \backslash
19761 varsigma
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset Formula $\varsigma$
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 tau
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\tau$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \backslash
19811 upsilon
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Formula $\upsilon$
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 <row>
19830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \backslash
19836 phi
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Formula $\phi$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 varphi
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\varphi$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 chi
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Formula $\chi$
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 psi
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\psi$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 omega
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\omega$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 </lyxtabular>
19955
19956 \end_inset
19957
19958
19959 \begin_inset space \hfill{}
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 \begin_inset VSpace medskip
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Standard
19973 アップライト体のギリシャ文字を作成する方法は,第
19974 \begin_inset CommandInset ref
19975 LatexCommand ref
19976 reference "subsec:アップライト体ギリシャ小文字"
19977
19978 \end_inset
19979
19980 節に説明されています.
19981 \end_layout
19982
19983 \begin_layout Subsection
19984 大文字
19985 \begin_inset Index idx
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Standard
19998 \begin_inset space \hfill{}
19999 \end_inset
20000
20001
20002 \begin_inset Tabular
20003 <lyxtabular version="3" rows="7" columns="2">
20004 <features booktabs="true" tabularvalignment="middle">
20005 <column alignment="center" valignment="top" width="0pt">
20006 <column alignment="center" valignment="top" width="0pt">
20007 <row>
20008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 コマンド
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 出力
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 </row>
20027 <row>
20028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \backslash
20034 Gamma
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 \begin_inset Formula $\Gamma$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \backslash
20059 Delta
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $\Delta$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 <row>
20078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \backslash
20084 Theta
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $\Theta$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \backslash
20109 Lambda
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 \begin_inset Formula $\Lambda$
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 <row>
20128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \backslash
20134 Xi
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Formula $\Xi$
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 </row>
20152 <row>
20153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \backslash
20159 Pi
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset Formula $\Pi$
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 </row>
20177 </lyxtabular>
20178
20179 \end_inset
20180
20181
20182 \begin_inset space \hfill{}
20183 \end_inset
20184
20185
20186 \begin_inset Tabular
20187 <lyxtabular version="3" rows="6" columns="2">
20188 <features booktabs="true" tabularvalignment="middle">
20189 <column alignment="center" valignment="top" width="0pt">
20190 <column alignment="center" valignment="top" width="0pt">
20191 <row>
20192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 コマンド
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 出力
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \backslash
20218 Sigma
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\Sigma$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 Upsilon
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\Upsilon$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 Phi
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\Phi$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 <row>
20287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291
20292 \backslash
20293 Psi
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset Formula $\Psi$
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 <row>
20312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316
20317 \backslash
20318 Omega
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 \begin_inset Formula $\Omega$
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 </lyxtabular>
20337
20338 \end_inset
20339
20340
20341 \begin_inset space \hfill{}
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \begin_layout Standard
20348 \begin_inset VSpace medskip
20349 \end_inset
20350
20351 大文字のギリシャ文字が立体で表示されるのは,\SpecialChar TeX
20352 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,各コマンドの頭に
20353 \series bold
20354 var
20355 \series default
20356 を付けてください.たとえば,
20357 \series bold
20358
20359 \backslash
20360 varGamma
20361 \series default
20362 コマンドは,
20363 \begin_inset Formula $\varGamma$
20364 \end_inset
20365
20366 を生成します.もう一つの方法は,パッケージ
20367 \series bold
20368 fixmath
20369 \series default
20370
20371 \begin_inset Foot
20372 status collapsed
20373
20374 \begin_layout Plain Layout
20375
20376 \series bold
20377 fixmath
20378 \series default
20379 は,\SpecialChar LaTeX
20380 パッケージ
20381 \series bold
20382 was
20383 \series default
20384
20385 \begin_inset Index idx
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389 ぱっけーじ@パッケージ ! was
20390 \begin_inset ERT
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394
20395
20396 \backslash
20397 vspace{4mm}
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406
20407 に含まれています.
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \begin_inset Index idx
20414 status collapsed
20415
20416 \begin_layout Plain Layout
20417 ぱっけーじ@パッケージ ! fixmath
20418 \end_layout
20419
20420 \end_inset
20421
20422 を\SpecialChar LaTeX
20423 プリアンブル行に
20424 \end_layout
20425
20426 \begin_layout Standard
20427
20428 \series bold
20429
20430 \backslash
20431 usepackage{fixmath}
20432 \end_layout
20433
20434 \begin_layout Standard
20435 と書いて読み込む方法です.すると,文書中の大きなギリシャ文字は,すべて自動的にイタリック体として組版されます.
20436 \end_layout
20437
20438 \begin_layout Subsection
20439 ボールド体
20440 \begin_inset Index idx
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Standard
20453 ギリシャ文字は,ラテン文字のようには,多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
20454 \series bold
20455
20456 \backslash
20457 boldsymbol
20458 \series default
20459 コマンドのみです
20460 \begin_inset Index idx
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 こまんど@コマンド ! B ! 
20465 \backslash
20466 boldsymbol
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \align center
20476 \begin_inset Tabular
20477 <lyxtabular version="3" rows="3" columns="2">
20478 <features booktabs="true" tabularvalignment="middle">
20479 <column alignment="center" valignment="top" width="0pt">
20480 <column alignment="center" valignment="top">
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 コマンド
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 出力
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 Upsilon
20509 \backslash
20510 boldsymbol
20511 \backslash
20512 Upsilon
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 theta
20538 \backslash
20539 boldsymbol
20540 \backslash
20541 theta
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\theta\boldsymbol{\theta}$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 </lyxtabular>
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Section
20567 記号
20568 \begin_inset ERT
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572
20573
20574 \backslash
20575 texorpdfstring{
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \begin_inset Foot
20582 status collapsed
20583
20584 \begin_layout Plain Layout
20585 各\SpecialChar LaTeX
20586 パッケージに含まれる全記号をほとんど網羅した一覧が,
20587 \begin_inset CommandInset citation
20588 LatexCommand cite
20589 key "Symbols"
20590 literal "true"
20591
20592 \end_inset
20593
20594 にあります.
20595 \end_layout
20596
20597 \end_inset
20598
20599
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605 }{}
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \begin_inset Note Note
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
20618 \end_layout
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 texorpdfstringについての詳細は,第
20624 \begin_inset CommandInset ref
20625 LatexCommand ref
20626 reference "subsec:節見出し中の数式"
20627
20628 \end_inset
20629
20630 節にあります.
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \begin_inset Index idx
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640 きごう@記号
20641 \end_layout
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \begin_layout Standard
20649 本節に掲げてある各記号の多くは,ツールバーボタンの
20650 \begin_inset Info
20651 type  "icon"
20652 arg   "math-insert \\nabla"
20653 \end_inset
20654
20655
20656 \begin_inset Info
20657 type  "icon"
20658 arg   "math-insert \\digamma"
20659 \end_inset
20660
20661 でも挿入することができます.
20662 \end_layout
20663
20664 \begin_layout Subsection
20665 数学記号
20666 \begin_inset CommandInset label
20667 LatexCommand label
20668 name "subsec:数学記号"
20669
20670 \end_inset
20671
20672
20673 \begin_inset Index idx
20674 status collapsed
20675
20676 \begin_layout Plain Layout
20677 きごう@記号 ! すうがく@数学
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Standard
20686 \begin_inset Tabular
20687 <lyxtabular version="3" rows="10" columns="2">
20688 <features booktabs="true" tabularvalignment="middle">
20689 <column alignment="center" valignment="top" width="0pt">
20690 <column alignment="center" valignment="top" width="0pt">
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 コマンド
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 出力
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716
20717 \backslash
20718 neg
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727 \begin_inset Formula $\neg$
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 Im
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\Im$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row>
20762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \backslash
20768 Re
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $\Re$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 aleph
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\aleph$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 partial
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\partial$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 infty
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\infty$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 wp
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\wp$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 imath
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\imath$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 jmath
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\jmath$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 </lyxtabular>
20937
20938 \end_inset
20939
20940
20941 \begin_inset space \hfill{}
20942 \end_inset
20943
20944
20945 \begin_inset Tabular
20946 <lyxtabular version="3" rows="10" columns="2">
20947 <features booktabs="true" tabularvalignment="middle">
20948 <column alignment="center" valignment="top" width="0pt">
20949 <column alignment="center" valignment="top" width="0pt">
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 コマンド
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 出力
20965 \begin_inset Note Note
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969 ここで
20970 \series bold
20971
20972 \backslash
20973 raisebox
20974 \series default
20975 はスペーサーとして使用しているだけです.
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 forall
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\forall$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 exists
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\exists$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \backslash
21043 nexists
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $\nexists$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \backslash
21068 emptyset
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\emptyset$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 <row>
21087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \backslash
21093 varnothing
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\varnothing$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 dag
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 \begin_inset Formula $\dag$
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row>
21137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \backslash
21143 ddag
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $\ddag$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 </row>
21161 <row>
21162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166
21167 \backslash
21168 complement
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset ERT
21178 status collapsed
21179
21180 \begin_layout Plain Layout
21181
21182
21183 \backslash
21184 raisebox{-0.8mm}{
21185 \end_layout
21186
21187 \end_inset
21188
21189
21190 \begin_inset Formula $\complement$
21191 \end_inset
21192
21193
21194 \begin_inset ERT
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198
21199 }
21200 \end_layout
21201
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 <row>
21211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \backslash
21217 Bbbk
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\Bbbk$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 </lyxtabular>
21236
21237 \end_inset
21238
21239
21240 \begin_inset space \hfill{}
21241 \end_inset
21242
21243
21244 \begin_inset Tabular
21245 <lyxtabular version="3" rows="10" columns="2">
21246 <features booktabs="true" tabularvalignment="middle">
21247 <column alignment="center" valignment="top" width="0pt">
21248 <column alignment="center" valignment="top" width="0pt">
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 コマンド
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 出力
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 prime
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\prime$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 backprime
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\backprime$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 mho
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\mho$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 triangle
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\triangle$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 angle
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\angle$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 measuredangle
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\measuredangle$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424
21425 \backslash
21426 sphericalangle
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\sphericalangle$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 <row>
21445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 top
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Formula $\top$
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 <row>
21470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \backslash
21476 bot
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Formula $\bot$
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 </lyxtabular>
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Subsection
21502 その他の記号
21503 \begin_inset CommandInset label
21504 LatexCommand label
21505 name "subsec:その他の記号"
21506
21507 \end_inset
21508
21509
21510 \begin_inset Index idx
21511 status collapsed
21512
21513 \begin_layout Plain Layout
21514 きごう@記号 ! そのた@その他
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \begin_layout Standard
21523 \noindent
21524 \align center
21525 \begin_inset Tabular
21526 <lyxtabular version="3" rows="10" columns="2">
21527 <features booktabs="true" tabularvalignment="middle">
21528 <column alignment="center" valignment="top" width="0pt">
21529 <column alignment="center" valignment="top" width="0pt">
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 コマンド
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 出力
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 flat
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\flat$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \backslash
21582 natural
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Formula $\natural$
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 </row>
21600 <row>
21601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \backslash
21607 sharp
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Formula $\sharp$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 surd
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\surd$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 checkmark
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\checkmark$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \backslash
21682 yen
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 \begin_inset Formula $\yen$
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 </row>
21700 <row>
21701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \backslash
21707 pounds
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Formula $\pounds$
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 </row>
21725 <row>
21726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 $
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 \begin_inset Formula $\$$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 §
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $§$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 </lyxtabular>
21772
21773 \end_inset
21774
21775
21776 \begin_inset space \hfill{}
21777 \end_inset
21778
21779
21780 \begin_inset Tabular
21781 <lyxtabular version="3" rows="10" columns="2">
21782 <features booktabs="true" tabularvalignment="middle">
21783 <column alignment="center" valignment="top" width="0pt">
21784 <column alignment="center" valignment="top">
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 コマンド
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 出力
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 hbar
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\hbar$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 hslash
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\hslash$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 clubsuit
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\clubsuit$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 spadesuit
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\spadesuit$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 bigstar
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\bigstar$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 blacklozenge
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\blacklozenge$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 blacktriangle
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\blacktriangle$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 blacktiangledown
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\blacktriangledown$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 bullet
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $\bullet$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 </lyxtabular>
22031
22032 \end_inset
22033
22034
22035 \begin_inset space \hfill{}
22036 \end_inset
22037
22038
22039 \begin_inset Tabular
22040 <lyxtabular version="3" rows="10" columns="2">
22041 <features booktabs="true" tabularvalignment="middle">
22042 <column alignment="center" valignment="top" width="0pt">
22043 <column alignment="center" valignment="top" width="0pt">
22044 <row>
22045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 コマンド
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 出力
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \backslash
22071 diamondsuit
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 \begin_inset Formula $\diamondsuit$
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094
22095 \backslash
22096 Diamond
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 \begin_inset Formula $\Diamond$
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 <row>
22115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \backslash
22121 heartsuit
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Formula $\heartsuit$
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144
22145 \backslash
22146 P
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 \begin_inset Formula $\P$
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \backslash
22171 copyright
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Formula $\copyright$
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 circledR
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\circledR$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \backslash
22221 maltese
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $\maltese$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \backslash
22246 diagup
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Formula $\diagup$
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 diagdown
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 $\diagdown$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 </lyxtabular>
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \begin_layout Standard
22297 \begin_inset VSpace medskip
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 寸法を変えて表示することのできる記号もあります.第
22305 \begin_inset CommandInset ref
22306 LatexCommand ref
22307 reference "subsec:書体寸法"
22308
22309 \end_inset
22310
22311 節をご参照下さい.
22312 \end_layout
22313
22314 \begin_layout Subsection
22315 ユーロ通貨記号
22316 \begin_inset Index idx
22317 status collapsed
22318
22319 \begin_layout Plain Layout
22320 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \begin_inset Index idx
22327 status collapsed
22328
22329 \begin_layout Plain Layout
22330 E@
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Plain Layout
22335
22336
22337 \backslash
22338 officialeuro
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 ユーロ通貨記号を数式で使用するには,\SpecialChar LaTeX
22353 パッケージ
22354 \series bold
22355 eurosym
22356 \series default
22357
22358 \begin_inset Index idx
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362 ぱっけーじ@パッケージ ! eurosym
22363 \end_layout
22364
22365 \end_inset
22366
22367 が導入されていて,以下のような\SpecialChar LaTeX
22368 プリアンブル行によって読み込まれていなくてはなりません.
22369 \end_layout
22370
22371 \begin_layout Standard
22372
22373 \series bold
22374
22375 \backslash
22376 usepackage[gennarrow]{eurosym}
22377 \end_layout
22378
22379 \begin_layout Standard
22380 すると,ユーロ通貨記号を
22381 \series bold
22382
22383 \backslash
22384 euro
22385 \series default
22386
22387 \begin_inset Index idx
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391 こまんど@コマンド ! E ! 
22392 \backslash
22393 euro
22394 \end_layout
22395
22396 \end_inset
22397
22398 コマンドで挿入することができるようになります.
22399 \end_layout
22400
22401 \begin_layout Standard
22402 数式テキストには,
22403 \series bold
22404 eurosym
22405 \series default
22406 が導入されていなくても,ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
22407 \series bold
22408 eurosym
22409 \series default
22410 が導入されていれば,
22411 \series bold
22412
22413 \backslash
22414 euro
22415 \series default
22416 は\SpecialChar TeX
22417 モードでも挿入することができます.また,正式な通貨記号を
22418 \series bold
22419
22420 \backslash
22421 officialeuro
22422 \series default
22423
22424 \begin_inset Index idx
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428 こまんど@コマンド ! O ! 
22429 \backslash
22430 officialeuro
22431 \end_layout
22432
22433 \end_inset
22434
22435 コマンド(これは\SpecialChar TeX
22436 モードでのみ使用することができます)で挿入することができます.
22437 \end_layout
22438
22439 \begin_layout Standard
22440 \begin_inset ERT
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444
22445
22446 \backslash
22447 ifeurosym 
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \begin_inset Note Note
22454 status open
22455
22456 \begin_layout Plain Layout
22457 以下の表は,\SpecialChar LaTeX
22458 パッケージ
22459 \series bold
22460 eurosym
22461 \series default
22462 が導入済みのときのみ表示されます.
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Standard
22471 以下は,各ユーロ通貨記号のまとめです.
22472 \end_layout
22473
22474 \begin_layout Standard
22475 \align center
22476 \begin_inset Tabular
22477 <lyxtabular version="3" rows="4" columns="3">
22478 <features booktabs="true" tabularvalignment="middle">
22479 <column alignment="center" valignment="top" width="0pt">
22480 <column alignment="center" valignment="top" width="0pt">
22481 <column alignment="center" valignment="top" width="0pt">
22482 <row>
22483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset ERT
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491
22492
22493 \backslash
22494 cmidrule[0.08em]{2-3}
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 コマンド
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 出力
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 数式
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 euro
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $\euro$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 数式テキスト
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 (ユーロ記号)
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 (ユーロ記号)
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \SpecialChar TeX
22592 モード
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601
22602 \backslash
22603 officialeuro
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset ERT
22613 status collapsed
22614
22615 \begin_layout Plain Layout
22616
22617
22618 \backslash
22619 officialeuro
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 </lyxtabular>
22631
22632 \end_inset
22633
22634
22635 \begin_inset Note Note
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639 ここでは,
22640 \series bold
22641
22642 \backslash
22643 cmidrule
22644 \series default
22645 は表罫線のためだけに用いられています.詳細については,取扱説明書
22646 \emph on
22647 埋込オブジェクト篇
22648 \emph default
22649
22650 \family sans
22651 フォーマル形式の表
22652 \family default
22653 の節をご覧下さい.
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 else 
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset Note Note
22676 status open
22677
22678 \begin_layout Plain Layout
22679 以下は,\SpecialChar LaTeX
22680 パッケージ
22681 \series bold
22682 eurosym
22683 \series default
22684 が導入されていないときのみ表示されます.
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 本節の残りを出力としてみるためには,\SpecialChar LaTeX
22694 パッケージ
22695 \series bold
22696 eurosym
22697 \series default
22698 を導入する必要があります.
22699 \end_layout
22700
22701 \begin_layout Standard
22702 \begin_inset ERT
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706
22707
22708 \backslash
22709 fi 
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Section
22718 関係子
22719 \begin_inset CommandInset label
22720 LatexCommand label
22721 name "sec:関係子"
22722
22723 \end_inset
22724
22725
22726 \begin_inset Index idx
22727 status collapsed
22728
22729 \begin_layout Plain Layout
22730 かんけいし@関係子
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \begin_inset Index idx
22737 status collapsed
22738
22739 \begin_layout Plain Layout
22740 ひかくし@比較子
22741 \begin_inset ERT
22742 status collapsed
22743
22744 \begin_layout Plain Layout
22745
22746 |see{
22747 \end_layout
22748
22749 \end_inset
22750
22751 関係子
22752 \begin_inset ERT
22753 status collapsed
22754
22755 \begin_layout Plain Layout
22756
22757 }
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 関係子はすべて,ツールバーボタンの
22772 \begin_inset Info
22773 type  "icon"
22774 arg   "math-insert \\leq"
22775 \end_inset
22776
22777 でも挿入することができます.
22778 \end_layout
22779
22780 \begin_layout Standard
22781 \begin_inset Tabular
22782 <lyxtabular version="3" rows="17" columns="2">
22783 <features booktabs="true" tabularvalignment="middle">
22784 <column alignment="center" valignment="top" width="0pt">
22785 <column alignment="center" valignment="top" width="0pt">
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 コマンド
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 出力
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 <
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Formula $<$
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \backslash
22836 le
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 \begin_inset Formula $\le$
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \backslash
22861 ll
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $\ll$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 prec
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\prec$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 preceq
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\preceq$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 subset
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\subset$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 subseteq
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\subseteq$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 sqsubseteq
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\sqsubseteq$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 in
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\in$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \backslash
23036 vdash
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 \begin_inset Formula $\vdash$
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 <row>
23055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \backslash
23061 smile
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Formula $\smile$
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \backslash
23086 lhd
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 \begin_inset Formula $\lhd$
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \backslash
23111 unlhd
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 \begin_inset Formula $\unlhd$
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \backslash
23136 gtrless
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Formula $\gtrless$
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 </row>
23154 <row>
23155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159
23160 \backslash
23161 mid
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 \begin_inset Formula $\mid$
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 </row>
23179 <row>
23180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \backslash
23186 nmid
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Formula $\nmid$
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 </lyxtabular>
23205
23206 \end_inset
23207
23208
23209 \begin_inset space \hfill{}
23210 \end_inset
23211
23212
23213 \begin_inset Tabular
23214 <lyxtabular version="3" rows="17" columns="2">
23215 <features booktabs="true" tabularvalignment="middle">
23216 <column alignment="center" valignment="top" width="0pt">
23217 <column alignment="center" valignment="top" width="0pt">
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 コマンド
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 出力
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 </row>
23238 <row>
23239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 =
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $=$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 not=
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\not=$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 equiv
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\equiv$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 sim
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\sim$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 simeq
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\simeq$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 approx
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\approx$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 cong
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\cong$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 bowtie
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\bowtie$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 notin
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\notin$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 perp
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\perp$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 propto
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\propto$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 asymp
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\asymp$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 doteq
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\doteq$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 circeq
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\circeq$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 models
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\models$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 widehat=
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\widehat{=}$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 </lyxtabular>
23637
23638 \end_inset
23639
23640
23641 \begin_inset space \hfill{}
23642 \end_inset
23643
23644
23645 \begin_inset Tabular
23646 <lyxtabular version="3" rows="17" columns="2">
23647 <features booktabs="true" tabularvalignment="middle">
23648 <column alignment="center" valignment="top" width="0pt">
23649 <column alignment="center" valignment="top" width="0pt">
23650 <row>
23651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 コマンド
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 出力
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 </row>
23670 <row>
23671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 >
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $>$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 ge
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\ge$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 gg
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\gg$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 succ
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\succ$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 succeq
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\succeq$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 supset
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\supset$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 supseteq
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\supseteq$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 sqsupseteq
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\sqsupseteq$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 ni
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\ni$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 dashv
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\dashv$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 frown
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\frown$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 rhd
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\rhd$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 unrhd
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\unrhd$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 lessgtr
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\lessgtr$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 parallel
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\parallel$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 nparallel
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\nparallel$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 </lyxtabular>
24069
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Standard
24076 \begin_inset VSpace medskip
24077 \end_inset
24078
24079
24080 \series bold
24081
24082 \backslash
24083 lhd
24084 \series default
24085
24086 \series bold
24087
24088 \backslash
24089 rhd
24090 \series default
24091 の文字は,同じように見える演算子
24092 \series bold
24093
24094 \backslash
24095 triangleleft
24096 \series default
24097 および
24098 \series bold
24099
24100 \backslash
24101 triangleright
24102 \series default
24103 よりも大きくなっています.
24104 \end_layout
24105
24106 \begin_layout Standard
24107 \SpecialChar LyX
24108 は,特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,ツールバーボタン
24109 \begin_inset Info
24110 type  "icon"
24111 arg   "math-insert \\leqq"
24112 \end_inset
24113
24114 をご覧ください.
24115 \end_layout
24116
24117 \begin_layout Standard
24118 関係子は,記号とは違って,つねに前後に余白が置かれます.
24119 \end_layout
24120
24121 \begin_layout Standard
24122
24123 \series bold
24124
24125 \backslash
24126 stackrel
24127 \series default
24128
24129 \begin_inset Index idx
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133 こまんど@コマンド ! S ! 
24134 \backslash
24135 stackrel
24136 \end_layout
24137
24138 \end_inset
24139
24140 コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
24141 \end_layout
24142
24143 \begin_layout Standard
24144 \align center
24145 \begin_inset Tabular
24146 <lyxtabular version="3" rows="2" columns="2">
24147 <features booktabs="true" tabularvalignment="middle">
24148 <column alignment="center" valignment="top" width="0pt">
24149 <column alignment="center" valignment="top">
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 コマンド
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 出力
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row topspace="1.5mm">
24171 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 A(r)
24176 \backslash
24177 stackrel
24178 \begin_inset space \textvisiblespace{}
24179 \end_inset
24180
24181 r
24182 \backslash
24183 to
24184 \backslash
24185 infty
24186 \begin_inset space \textvisiblespace{}
24187 \end_inset
24188
24189
24190 \begin_inset Formula $\downarrow$
24191 \end_inset
24192
24193
24194 \backslash
24195 approx
24196 \begin_inset space \textvisiblespace{}
24197 \end_inset
24198
24199
24200 \begin_inset space \textvisiblespace{}
24201 \end_inset
24202
24203 B
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 </lyxtabular>
24222
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \begin_layout Section
24229 関数
24230 \end_layout
24231
24232 \begin_layout Subsection
24233 定義済み関数
24234 \begin_inset CommandInset label
24235 LatexCommand label
24236 name "subsec:定義済み函数"
24237
24238 \end_inset
24239
24240
24241 \begin_inset Index idx
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245 かんすう@関数 ! ていぎずみ@定義済み
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 一般的に,数式表現では変数は
24255 \shape italic
24256 イタリック体
24257 \shape default
24258 に設定されますが,関数名はイタリック体にしません.なぜなら,
24259 \begin_inset Formula $sin$
24260 \end_inset
24261
24262
24263 \begin_inset Formula $s\cdot i\cdot n$
24264 \end_inset
24265
24266 であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
24267 ックスラッシュを加えたコマンドとして挿入します.
24268 \end_layout
24269
24270 \begin_layout Standard
24271 \align center
24272 \begin_inset Tabular
24273 <lyxtabular version="3" rows="2" columns="2">
24274 <features booktabs="true" tabularvalignment="middle">
24275 <column alignment="center" valignment="top" width="0pt">
24276 <column alignment="center" valignment="top" width="0pt">
24277 <row>
24278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 コマンド
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 出力
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 Asin(x)+B
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $Asin(x)+B$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 </lyxtabular>
24321
24322 \end_inset
24323
24324
24325 \begin_inset space \quad{}
24326 \end_inset
24327
24328
24329 \begin_inset Tabular
24330 <lyxtabular version="3" rows="2" columns="2">
24331 <features booktabs="true" tabularvalignment="middle">
24332 <column alignment="center" valignment="top" width="0pt">
24333 <column alignment="center" valignment="top" width="0pt">
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 コマンド
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 出力
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 A
24360 \backslash
24361 sin(x)+B
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Formula $A\sin(x)+B$
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 </lyxtabular>
24380
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \begin_layout Standard
24387 以下の関数が定義済みです.
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \begin_inset VSpace -2mm
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout Standard
24398 \align center
24399 \begin_inset Tabular
24400 <lyxtabular version="3" rows="9" columns="4">
24401 <features booktabs="true" tabularvalignment="middle">
24402 <column alignment="center" valignment="top" width="0pt">
24403 <column alignment="center" valignment="top" width="0pt">
24404 <column alignment="center" valignment="top" width="0pt">
24405 <column alignment="center" valignment="top" width="0pt">
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 コマンド
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 コマンド
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 コマンド
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 コマンド
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 sin
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 sinh
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 arcsin
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 sup
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 cos
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 cosh
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 arccos
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 inf
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 </row>
24536 <row>
24537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 tan
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 tanh
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 arctan
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 lim
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 </row>
24582 <row>
24583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587
24588 \backslash
24589 cot
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 coth
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 arg
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 liminf
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 </row>
24628 <row>
24629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 sec
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 min
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 deg
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \backslash
24668 limsup
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 </row>
24674 <row>
24675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679
24680 \backslash
24681 csc
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 max
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 det
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 Pr
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 </row>
24720 <row>
24721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725
24726 \backslash
24727 ln
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 exp
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 dim
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 hom
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 <row>
24767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \backslash
24773 lg
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 log
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 ker
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 gcd
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 </lyxtabular>
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Standard
24820 上記は,数式ツールバーボタンの
24821 \begin_inset Info
24822 type  "icon"
24823 arg   "math-insert \\functions"
24824 \end_inset
24825
24826 でも挿入することができます.
24827 \end_layout
24828
24829 \begin_layout Subsection
24830 自己定義関数
24831 \begin_inset Index idx
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 かんすう@関数 ! じこていぎ@自己定義
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Standard
24844 たとえば符号関数sgn(x)のように,定義済みでない関数を使うには,二つの方法があります.
24845 \end_layout
24846
24847 \begin_layout Itemize
24848 以下の行を\SpecialChar LaTeX
24849 プリアンブルに加えることによって関数を定義します.
24850 \begin_inset Foot
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854
24855 \series bold
24856
24857 \backslash
24858 DeclareMathOperator
24859 \series default
24860 についての詳細は,第
24861 \begin_inset CommandInset ref
24862 LatexCommand ref
24863 reference "subsec:自己定義演算子"
24864
24865 \end_inset
24866
24867 節をご参照下さい.
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \begin_inset Newline newline
24874 \end_inset
24875
24876
24877 \begin_inset VSpace -3mm
24878 \end_inset
24879
24880
24881 \begin_inset Newline newline
24882 \end_inset
24883
24884
24885 \series bold
24886
24887 \backslash
24888 DeclareMathOperator{
24889 \backslash
24890 sgn}{sgn}
24891 \series default
24892
24893 \begin_inset Index idx
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 こまんど@コマンド ! D ! 
24898 \backslash
24899 dbinom@
24900 \backslash
24901 DeclareMathOperator
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910
24911 \begin_inset VSpace -2mm
24912 \end_inset
24913
24914
24915 \begin_inset Newline newline
24916 \end_inset
24917
24918 これによって,新しく定義された関数を
24919 \series bold
24920
24921 \backslash
24922 sgn
24923 \series default
24924 コマンドで呼び出すことができるようになります.
24925 \end_layout
24926
24927 \begin_layout Itemize
24928 数式を普通に書き下し,関数名を選択して(上記の例では
24929 \emph on
24930 sgn
24931 \emph default
24932 の文字),それを数式テキストに変更します.最後に,空白を先行する要素と関数の間に入れます.
24933 \end_layout
24934
24935 \begin_layout Standard
24936 双方とも定義済み関数と同等の出力をもたらします
24937 \begin_inset Foot
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941 \SpecialChar LyX
24942 上では,自己定義関数は赤で表示され,定義済み関数は黒で表示されます.
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \align center
24952 \begin_inset Tabular
24953 <lyxtabular version="3" rows="3" columns="2">
24954 <features booktabs="true" tabularvalignment="middle">
24955 <column alignment="center" valignment="top" width="0pt">
24956 <column alignment="center" valignment="top" width="0pt">
24957 <row>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 コマンド
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 出力
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 <row>
24978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 A
24983 \backslash
24984 sgn(x)+B
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 \begin_inset Formula $A\sgn(x)+B$
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 A
25008 \backslash
25009 ,
25010 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25011 \end_inset
25012
25013 (x)+B
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 </row>
25031 </lyxtabular>
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 自己定義関数を何回か使用する場合には,一番目の方法の方が適切です.
25040 \end_layout
25041
25042 \begin_layout Subsection
25043 極限
25044 \begin_inset Index idx
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048 きょくげん@極限
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 極限用には,
25058 \series bold
25059
25060 \backslash
25061 lim
25062 \series default
25063
25064 \begin_inset Index idx
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068 こまんど@コマンド ! L ! 
25069 \backslash
25070 lim
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \series bold
25077
25078 \backslash
25079 liminf
25080 \series default
25081
25082 \series bold
25083
25084 \backslash
25085 limsup
25086 \series default
25087 の他に,以下の関数があります.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \align center
25092 \begin_inset Tabular
25093 <lyxtabular version="3" rows="5" columns="2">
25094 <features booktabs="true" tabularvalignment="middle">
25095 <column alignment="center" valignment="top" width="0pt">
25096 <column alignment="center" valignment="top" width="0pt">
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 コマンド
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111 出力
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 varliminf
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Formula $\varliminf$
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 <row topspace="1.5mm">
25143 <cell alignment="center" valignment="top" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 varlimsup
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset Formula $\varlimsup$
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 </row>
25167 <row topspace="1.5mm">
25168 <cell alignment="center" valignment="top" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172
25173 \backslash
25174 varprojlim
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Formula $\varprojlim$
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 <row topspace="1.5mm" bottomspace="1mm">
25193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 varinjlim
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208 \begin_inset Formula $\varinjlim$
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 </row>
25217 </lyxtabular>
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset VSpace medskip
25226 \end_inset
25227
25228 極限は,下付き文字を挿入することによって示されます.行内数式では,極限は,以下のように関数の横に置かれます.
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \align center
25233 \begin_inset Tabular
25234 <lyxtabular version="3" rows="2" columns="2">
25235 <features booktabs="true" tabularvalignment="middle">
25236 <column alignment="center" valignment="top" width="0pt">
25237 <column alignment="center" valignment="top" width="0pt">
25238 <row>
25239 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 コマンド
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 出力
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 <row>
25259 <cell alignment="center" valignment="top" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 lim_x
25266 \backslash
25267 to
25268 \begin_inset space \textvisiblespace{}
25269 \end_inset
25270
25271 A
25272 \begin_inset space \textvisiblespace{}
25273 \end_inset
25274
25275 x=B
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284 \begin_inset Formula $\lim_{x\to A}x=B$
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 </row>
25293 </lyxtabular>
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 別行立て数式では,極限は,以下のように通常どおり下に置かれます.
25302 \begin_inset Formula 
25303 \[
25304 \lim_{x\to A}x=B
25305 \]
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \begin_inset VSpace medskip
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 極限の組版を調整する仕方については,第
25321 \begin_inset CommandInset ref
25322 LatexCommand ref
25323 reference "subsec:演算子の範囲"
25324
25325 \end_inset
25326
25327 節をご覧ください.
25328 \end_layout
25329
25330 \begin_layout Subsection
25331 剰余関数
25332 \begin_inset Index idx
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336 かんすう@関数 ! じょうよ@剰余
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \begin_inset Index idx
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346 かんすう@関数 ! もじゅらす@モジュラス
25347 \begin_inset ERT
25348 status collapsed
25349
25350 \begin_layout Plain Layout
25351
25352 |see{
25353 \end_layout
25354
25355 \end_inset
25356
25357 剰余
25358 \begin_inset ERT
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362
25363 }
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \begin_layout Standard
25377 剰余関数は,特別に4つの派生型があります.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 以下は,別行立て数式での派生型です.
25382 \begin_inset Formula 
25383 \begin{align*}
25384 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25385 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25386 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25387 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25388 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25389 \end{align*}
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 行内数式では,すべての派生型で,関数名の前の余白がすこし小さく設定されます.既定では,剰余関数は,続く一文字目だけを考慮します.二文字以上を使いたい時には,下記
25398 のように文字を\SpecialChar TeX
25399 括弧で囲みます.
25400 \begin_inset Formula 
25401 \begin{align*}
25402 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25403 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25404 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25405 \end{align*}
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Section
25413 特殊文字
25414 \begin_inset Index idx
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418 とくしゅもじ@特殊文字
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427 ^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
25428 \backslash
25429 を付けなくてはなりません.
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \noindent
25434 \align center
25435 \begin_inset Tabular
25436 <lyxtabular version="3" rows="3" columns="2">
25437 <features booktabs="true" tabularvalignment="middle">
25438 <column alignment="left" valignment="top" width="0pt">
25439 <column alignment="block" valignment="top">
25440 <row>
25441 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 コマンド
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 出力
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 <row>
25461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 ^
25468 \begin_inset space \textvisiblespace{}
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Formula $\mathcircumflex$
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 _
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $\_$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 </lyxtabular>
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Subsection
25522 数式テキストにおける特殊文字
25523 \end_layout
25524
25525 \begin_layout Standard
25526 以下の各コマンドは,数式テキストか\SpecialChar TeX
25527 モード中でのみ使用することができます.
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset space \hfill{}
25532 \end_inset
25533
25534
25535 \begin_inset Tabular
25536 <lyxtabular version="3" rows="8" columns="2">
25537 <features booktabs="true" tabularvalignment="middle">
25538 <column alignment="left" valignment="top" width="0pt">
25539 <column alignment="block" valignment="top">
25540 <row>
25541 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 コマンド
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 出力
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 oe
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 \begin_inset Formula $\textrm{œ}$
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 </row>
25585 <row>
25586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \backslash
25592 OE
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 \begin_inset Formula $\textrm{Œ}$
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 <row>
25611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 ae
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 \begin_inset Formula $\textrm{æ}$
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 </row>
25635 <row>
25636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640
25641 \backslash
25642 AE
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Formula $\textrm{Æ}$
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 <row>
25661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 aa
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676 \begin_inset Formula $\textrm{å}$
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 </row>
25685 <row>
25686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690
25691 \backslash
25692 AA
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701 \begin_inset Formula $\textrm{Å}$
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 </row>
25710 <row>
25711 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715
25716 \backslash
25717 i
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 \begin_inset Formula $\textrm{ı}$
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 </row>
25735 </lyxtabular>
25736
25737 \end_inset
25738
25739
25740 \begin_inset space \hfill{}
25741 \end_inset
25742
25743
25744 \begin_inset Tabular
25745 <lyxtabular version="3" rows="8" columns="2">
25746 <features booktabs="true" tabularvalignment="middle">
25747 <column alignment="left" valignment="top" width="0pt">
25748 <column alignment="center" valignment="top">
25749 <row>
25750 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 コマンド
25755 \begin_inset Note Note
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759 0
25760 \begin_inset space \thinspace{}
25761 \end_inset
25762
25763 mm空白を分離用に使っているのは,そうしないと出力が¡や¿になってしまうためです.
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777 出力
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 </row>
25783 <row>
25784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788
25789 \backslash
25790 o
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 \begin_inset Formula $\textrm{ø}$
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 <row>
25809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813
25814 \backslash
25815 O
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 \begin_inset Formula $\textrm{Ø}$
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 l
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849 \begin_inset Formula $\textrm{ł}$
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 </row>
25858 <row>
25859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863
25864 \backslash
25865 L
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874 \begin_inset Formula $\textrm{Ł}$
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 </row>
25883 <row>
25884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888 !
25889 \begin_inset space \hspace{}
25890 \length 0mm
25891 \end_inset
25892
25893 `
25894 \begin_inset space \textvisiblespace{}
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25903 \begin_inset Text
25904
25905 \begin_layout Plain Layout
25906 \begin_inset Formula $\textrm{!`}$
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 ?
25921 \begin_inset space \hspace{}
25922 \length 0mm
25923 \end_inset
25924
25925 `
25926 \begin_inset space \textvisiblespace{}
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938 \begin_inset Formula $\textrm{?`}$
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 <row>
25948 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952
25953 \backslash
25954 j
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963 \begin_inset Formula $\textrm{ȷ}$
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 </row>
25972 </lyxtabular>
25973
25974 \end_inset
25975
25976
25977 \begin_inset space \hfill{}
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset Formula $\textrm{\textrm{Å}}$
25985 \end_inset
25986
25987
25988 \begin_inset Formula $\textrm{\textrm{Ø}}$
25989 \end_inset
25990
25991 の各文字は,数式ツールバーボタンの
25992 \begin_inset Info
25993 type  "icon"
25994 arg   "math-insert \\digamma"
25995 \end_inset
25996
25997 からも挿入することができます.
25998 \end_layout
25999
26000 \begin_layout Standard
26001 例外は,
26002 \series bold
26003 !
26004 \begin_inset space \hspace{}
26005 \length 0mm
26006 \end_inset
26007
26008 `
26009 \series default
26010
26011 \series bold
26012 ?
26013 \begin_inset space \hspace{}
26014 \length 0mm
26015 \end_inset
26016
26017 `
26018 \series default
26019 の各コマンドで,これらは直接\SpecialChar LyX
26020 中の本文に入れることができます.
26021 \end_layout
26022
26023 \begin_layout Subsection
26024 文章中のアクセント
26025 \begin_inset CommandInset label
26026 LatexCommand label
26027 name "subsec:文章中のアクセント"
26028
26029 \end_inset
26030
26031
26032 \begin_inset Index idx
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \begin_layout Standard
26045 以下に挙げる各コマンドを使えば,すべての文字にアクセントを付けることができます.これらのコマンドは,\SpecialChar TeX
26046 モードで入れなくてはなりません.
26047 \end_layout
26048
26049 \begin_layout Standard
26050 \begin_inset space \hfill{}
26051 \end_inset
26052
26053
26054 \begin_inset Tabular
26055 <lyxtabular version="3" rows="8" columns="2">
26056 <features booktabs="true" tabularvalignment="middle">
26057 <column alignment="left" valignment="top" width="0pt">
26058 <column alignment="block" valignment="top">
26059 <row>
26060 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 コマンド
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 出力
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 </row>
26079 <row>
26080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084
26085 \backslash
26086
26087 \begin_inset Quotes grd
26088 \end_inset
26089
26090 e
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset ERT
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103
26104
26105 \backslash
26106 "e
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122
26123 \backslash
26124 `e
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138
26139 \backslash
26140 `e
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 <row>
26152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156
26157 \backslash
26158 ^
26159 \begin_inset space \textvisiblespace{}
26160 \end_inset
26161
26162 e
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 ^e
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 </row>
26189 <row>
26190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194
26195 \backslash
26196 =e
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 \begin_inset ERT
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209
26210
26211 \backslash
26212 =e
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 u
26231 \begin_inset space \textvisiblespace{}
26232 \end_inset
26233
26234 e
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset ERT
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248
26249 \backslash
26250 u e
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 </row>
26261 <row>
26262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266
26267 \backslash
26268 b
26269 \begin_inset space \textvisiblespace{}
26270 \end_inset
26271
26272 e
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 b e
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 </row>
26299 <row>
26300 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \backslash
26306 t
26307 \begin_inset space \textvisiblespace{}
26308 \end_inset
26309
26310 ee
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 \begin_inset ERT
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323
26324
26325 \backslash
26326 t ee
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 </row>
26337 </lyxtabular>
26338
26339 \end_inset
26340
26341
26342 \begin_inset space \hfill{}
26343 \end_inset
26344
26345
26346 \begin_inset Tabular
26347 <lyxtabular version="3" rows="8" columns="2">
26348 <features booktabs="true" tabularvalignment="middle">
26349 <column alignment="left" valignment="top" width="0pt">
26350 <column alignment="center" valignment="top">
26351 <row>
26352 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 コマンド
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 出力
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 </row>
26371 <row>
26372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376
26377 \backslash
26378 H
26379 \begin_inset space \textvisiblespace{}
26380 \end_inset
26381
26382 e
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 \begin_inset ERT
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395
26396
26397 \backslash
26398 H e
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 </row>
26409 <row>
26410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414
26415 \backslash
26416 'e
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430
26431 \backslash
26432 'e
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row>
26444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \backslash
26450 ~e
26451 \begin_inset Index idx
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455 ちるだ@チルダ
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 \begin_inset ERT
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473
26474
26475 \backslash
26476 ~e
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 <row>
26488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492
26493 \backslash
26494 .e
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset ERT
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 .e
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 v
26529 \begin_inset space \textvisiblespace{}
26530 \end_inset
26531
26532 e
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 \begin_inset ERT
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 v e
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 </row>
26559 <row>
26560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564
26565 \backslash
26566 d
26567 \begin_inset space \textvisiblespace{}
26568 \end_inset
26569
26570 e
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset ERT
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583
26584
26585 \backslash
26586 d e
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 </row>
26597 <row>
26598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602
26603 \backslash
26604 c
26605 \begin_inset space \textvisiblespace{}
26606 \end_inset
26607
26608 e
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 c e
26625 \end_layout
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 </row>
26635 </lyxtabular>
26636
26637 \end_inset
26638
26639
26640 \begin_inset space \hfill{}
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Standard
26647 \begin_inset VSpace medskip
26648 \end_inset
26649
26650
26651 \series bold
26652
26653 \backslash
26654 t
26655 \series default
26656 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,コマンド
26657 \series bold
26658
26659 \backslash
26660 t
26661 \begin_inset space \textvisiblespace{}
26662 \end_inset
26663
26664 sz
26665 \series default
26666 は,
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 t sz
26675 \end_layout
26676
26677 \end_inset
26678
26679 となります.
26680 \end_layout
26681
26682 \begin_layout Standard
26683
26684 \series bold
26685 `
26686 \series default
26687  ・
26688 \series bold
26689  '
26690 \series default
26691  ・ 
26692 \series bold
26693 ^
26694 \series default
26695  の各アクセントは,\SpecialChar TeX
26696 モードを使わなくても,母音といっしょに直接キーボードから入力することもできます.チルダ
26697 \begin_inset Foot
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701 これは,チルダがアクセントとして定義されているキーボードのみに適用されます.
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \series bold
26708 ~
26709 \series default
26710 を,
26711 \emph on
26712 a
26713 \emph default
26714
26715 \emph on
26716 n
26717 \emph default
26718
26719 \emph on
26720 o
26721 \emph default
26722 といっしょに使うときも同様です.
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \series bold
26728
26729 \backslash
26730 b
26731 \series default
26732
26733 \series bold
26734
26735 \backslash
26736 c
26737 \series default
26738
26739 \series bold
26740
26741 \backslash
26742 d
26743 \series default
26744
26745 \series bold
26746
26747 \backslash
26748 H
26749 \series default
26750
26751 \series bold
26752
26753 \backslash
26754 t
26755 \series default
26756
26757 \series bold
26758
26759 \backslash
26760 u
26761 \series default
26762
26763 \series bold
26764
26765 \backslash
26766 v
26767 \series default
26768 の各コマンドと,キーボードから直接挿入するアクセントは,数式テキスト中でも使うことができます.他のアクセントについては,数式内向けの特別な数式コマンドがあります
26769 .第
26770 \begin_inset CommandInset ref
26771 LatexCommand ref
26772 reference "subsec:一文字に付けるアクセント"
26773
26774 \end_inset
26775
26776 節をご参照下さい.
26777 \end_layout
26778
26779 \begin_layout Standard
26780 \begin_inset VSpace bigskip
26781 \end_inset
26782
26783 さらに,
26784 \series bold
26785
26786 \backslash
26787 textcircled
26788 \series default
26789
26790 \begin_inset Index idx
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 こまんど@コマンド ! T ! 
26795 \backslash
26796 textcircled
26797 \end_layout
26798
26799 \end_inset
26800
26801 コマンドを使えば,著作権マークのように,あらゆる数字や文字を丸で囲む—敢えて言えば,丸囲みでアクセントを付けるようなものといえるでしょう—ことができます.
26802 \end_layout
26803
26804 \begin_layout Standard
26805 \align center
26806 \begin_inset Tabular
26807 <lyxtabular version="3" rows="3" columns="2">
26808 <features booktabs="true" tabularvalignment="middle">
26809 <column alignment="center" valignment="top" width="0pt">
26810 <column alignment="center" valignment="top">
26811 <row>
26812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Plain Layout
26816 コマンド
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825 出力
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row>
26832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836
26837 \backslash
26838 textcircled{w}
26839 \end_layout
26840
26841 \end_inset
26842 </cell>
26843 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847 \begin_inset ERT
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 textcircled{w}
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 </row>
26865 <row topspace="1mm">
26866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Plain Layout
26870
26871 \backslash
26872 Large 
26873 \backslash
26874 textcircled{
26875 \backslash
26876 normalsize
26877 \backslash
26878 protect
26879 \backslash
26880 raisebox{-1.5pt}{W}}
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 Large 
26897 \backslash
26898 textcircled{
26899 \backslash
26900 normalsize
26901 \backslash
26902 protect
26903 \backslash
26904 raisebox{-1.5pt}W}
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 </row>
26915 </lyxtabular>
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Standard
26923 ここではユーザーが,文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
26924 \series bold
26925
26926 \backslash
26927 Large
26928 \series default
26929
26930 \begin_inset Foot
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934
26935 \begin_inset CommandInset ref
26936 LatexCommand ref
26937 reference "subsec:書体寸法"
26938
26939 \end_inset
26940
26941 節参照のこと.
26942 \end_layout
26943
26944 \end_inset
26945
26946 で丸の大きさを指定しています.そして
26947 \series bold
26948
26949 \backslash
26950 raisebox
26951 \series default
26952
26953 \begin_inset Foot
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958 \begin_inset CommandInset ref
26959 LatexCommand ref
26960 reference "subsec:枠なしボックス"
26961
26962 \end_inset
26963
26964 節参照のこと.
26965 \end_layout
26966
26967 \end_inset
26968
26969 を使って,文字が真ん中にくるようにしています.
26970 \end_layout
26971
26972 \begin_layout Subsection
26973 古式数字
26974 \begin_inset Index idx
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978 こしきすうじ@古式数字
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Standard
26987 古式数字は,
26988 \series bold
26989
26990 \backslash
26991 oldstylenums
26992 \series default
26993
26994 \begin_inset Index idx
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 こまんど@コマンド ! O ! 
26999 \backslash
27000 oldstylenums
27001 \end_layout
27002
27003 \end_inset
27004
27005 コマンドで作成することができます.このコマンドは,数式中でも\SpecialChar TeX
27006 モード中でも使うことができます.コマンド書式は,
27007 \end_layout
27008
27009 \begin_layout Standard
27010
27011 \series bold
27012
27013 \backslash
27014 oldstylenums{数字}
27015 \end_layout
27016
27017 \begin_layout Standard
27018 です.
27019 \series bold
27020
27021 \backslash
27022 oldstylenums{0123456789}
27023 \series default
27024 というコマンドは,
27025 \begin_inset Formula $\oldstylenums{0123456789}$
27026 \end_inset
27027
27028 のようになります.
27029 \end_layout
27030
27031 \begin_layout Section
27032 数式様式
27033 \begin_inset CommandInset label
27034 LatexCommand label
27035 name "sec:数式様式"
27036
27037 \end_inset
27038
27039
27040 \begin_inset Index idx
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 すうしき@数式 ! ようしき@様式
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Itemize
27053 以下の二つの配置様式があります.
27054 \end_layout
27055
27056 \begin_deeper
27057 \begin_layout Description
27058 中央揃え 事前に定義された標準です.
27059 \end_layout
27060
27061 \begin_layout Description
27062 行頭下げ これは
27063 \family sans
27064 文書\SpecialChar menuseparator
27065 設定
27066 \family default
27067 メニューの
27068 \family sans
27069 数式オプション
27070 \family default
27071 で設定することができます.
27072 \end_layout
27073
27074 \begin_layout Standard
27075
27076 \series bold
27077 数式を字下げ
27078 \series default
27079 を指定すると下げ幅を指定することができます.既定値は使用している文書苦楽に依存して変わります.
27080 \end_layout
27081
27082 \end_deeper
27083 \begin_layout Itemize
27084 また,以下の二つの連番様式があり,
27085 \family sans
27086 文書\SpecialChar menuseparator
27087 設定
27088 \family default
27089 メニューの
27090 \family sans
27091 数式オプション
27092 \family default
27093 で設定することができます.
27094 \end_layout
27095
27096 \begin_deeper
27097 \begin_layout Description
27098 右 これが多くの場合既定値です.
27099 \end_layout
27100
27101 \begin_layout Description
27102
27103 \end_layout
27104
27105 \end_deeper
27106 \begin_layout Standard
27107 これで選択した様式は,文書中のすべての別行立て数式に用いられます.もし,中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
27108 \series bold
27109 中央揃え
27110 \series default
27111 様式を指定するようにします.そして,行頭下げにしたい数式は,flalign環境に指定するようにします.第
27112 \begin_inset CommandInset ref
27113 LatexCommand ref
27114 reference "subsec:flalign環境"
27115
27116 \end_inset
27117
27118 節をご覧下さい.
27119 \end_layout
27120
27121 \begin_layout Section
27122 多行数式
27123 \begin_inset CommandInset label
27124 LatexCommand label
27125 name "sec:多行数式"
27126
27127 \end_inset
27128
27129
27130 \begin_inset Index idx
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 すうしき@数式 ! たぎょう@多行
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 ——
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Subsection
27147 概要
27148 \end_layout
27149
27150 \begin_layout Standard
27151 \SpecialChar LyX
27152 では,多行数式は,数式中で
27153 \begin_inset Info
27154 type  "shortcut"
27155 arg   "newline-insert newline"
27156 \end_inset
27157
27158 を押すことで作られます.この操作によって,第
27159 \begin_inset CommandInset ref
27160 LatexCommand ref
27161 reference "subsec:eqnarray環境"
27162
27163 \end_inset
27164
27165 節に述べられている
27166 \series bold
27167 eqnarray環境
27168 \series default
27169 が作り出されるか,あるいは文書設定で
27170 \family sans
27171 AMS mathパッケージを使う
27172 \family default
27173 オプションが選択されている場合には,第
27174 \begin_inset CommandInset ref
27175 LatexCommand ref
27176 reference "subsec:標準align環境"
27177
27178 \end_inset
27179
27180 節に述べられている
27181 \series bold
27182 align環境
27183 \series default
27184 が作り出されることになります.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 他にも,
27189 \family sans
27190 挿入\SpecialChar menuseparator
27191 数式
27192 \family default
27193 メニューで作ることのできる多行数式環境があります.これらの環境は,以下の各節で説明します.
27194 \end_layout
27195
27196 \begin_layout Standard
27197 すべての多行数式において,新規行は,
27198 \begin_inset Info
27199 type  "shortcut"
27200 arg   "newline-insert newline"
27201 \end_inset
27202
27203 を押すことによって作られます.行を足したり削ったりするには,数式ツールバーボタンの
27204 \begin_inset Info
27205 type  "icon"
27206 arg   "tabular-feature append-row"
27207 \end_inset
27208
27209
27210 \begin_inset Info
27211 type  "icon"
27212 arg   "tabular-feature delete-row"
27213 \end_inset
27214
27215 を使うか,
27216 \family sans
27217 編集\SpecialChar menuseparator
27218 行と列
27219 \family default
27220 メニューを使うことができます.
27221 \end_layout
27222
27223 \begin_layout Subsubsection
27224 行間
27225 \begin_inset CommandInset label
27226 LatexCommand label
27227 name "subsec:行間"
27228
27229 \end_inset
27230
27231
27232 \begin_inset Index idx
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 すうしき@数式 ! たぎょう@多行
27237 \begin_inset space \thinspace{}
27238 \end_inset
27239
27240 —— ! ぎょうかん@行間
27241 \end_layout
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Standard
27249 以下のように,多行数式において行のあいだの空白が足りないことが,ときどき起こります.
27250 \begin_inset Formula 
27251 \begin{eqnarray*}
27252 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}\\
27253 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
27254 \end{eqnarray*}
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \SpecialChar LaTeX
27263 において行間を付け加えるには,新規行コマンドに非必須の引数をとらせて指定しますが,これはまだ\SpecialChar LyX
27264 には実装されていない
27265 \begin_inset Foot
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269 \begin_inset CommandInset href
27270 LatexCommand href
27271 name "LyX-bug #1505"
27272 target "https://www.lyx.org/trac/ticket/1505"
27273 literal "false"
27274
27275 \end_inset
27276
27277 を参照.
27278 \end_layout
27279
27280 \end_inset
27281
27282 ので,数式全体を\SpecialChar TeX
27283 モードで入れなくてはなりません.上記の例の行間を大きくするには,最初の行の最後に
27284 \series bold
27285
27286 \backslash
27287
27288 \backslash
27289 [3mm]
27290 \series default
27291 というコマンドを入れます.すると,次のようになります.
27292 \begin_inset ERT
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297
27298 \backslash
27299 begin{eqnarray*}
27300 \end_layout
27301
27302 \begin_layout Plain Layout
27303
27304 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27305  = & 
27306 \backslash
27307 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27308 \backslash
27309
27310 \backslash
27311 [3mm]
27312 \end_layout
27313
27314 \begin_layout Plain Layout
27315
27316 4x^{2}
27317 \backslash
27318 left(B^{2}+x_{0}^{2}
27319 \backslash
27320 right)+4x_{0}x
27321 \backslash
27322 left(D-B^{2}
27323 \backslash
27324 right)+B^{2}
27325 \backslash
27326 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27327 \backslash
27328 right) & = & 0
27329 \end_layout
27330
27331 \begin_layout Plain Layout
27332
27333
27334 \backslash
27335 end{eqnarray*}
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset VSpace bigskip
27345 \end_inset
27346
27347 同一数式内のすべての行の行間を一律に指定するには,
27348 \series bold
27349
27350 \backslash
27351 jot
27352 \series default
27353
27354 \begin_inset Index idx
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 こまんど@コマンド ! J ! 
27359 \backslash
27360 jot
27361 \end_layout
27362
27363 \end_inset
27364
27365 変数を変更します.定義は,
27366 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27367 \end_inset
27368
27369 となっています.
27370 \series bold
27371
27372 \backslash
27373 jot
27374 \series default
27375 の既定値は,3
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 ptです.上記の例のように,行間を3
27380 \begin_inset space \thinspace{}
27381 \end_inset
27382
27383 mm追加するには,
27384 \end_layout
27385
27386 \begin_layout Standard
27387
27388 \series bold
27389
27390 \backslash
27391 setlength{
27392 \backslash
27393 jot}{3mm+3pt}
27394 \end_layout
27395
27396 \begin_layout Standard
27397 というコマンドを,数式直前に\SpecialChar TeX
27398 モードで入れておきます.これを行うには,\SpecialChar LaTeX
27399 プリアンブルに
27400 \end_layout
27401
27402 \begin_layout Standard
27403
27404 \series bold
27405
27406 \backslash
27407 usepackage{calc}
27408 \end_layout
27409
27410 \begin_layout Standard
27411 という行を入れて,\SpecialChar LaTeX
27412 パッケージ
27413 \series bold
27414 calc
27415 \series default
27416
27417 \begin_inset Foot
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421
27422 \series bold
27423 calc
27424 \series default
27425 は標準的な\SpecialChar LaTeX
27426 頒布版のすべてに付属しています.
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Index idx
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 ぱっけーじ@パッケージ ! calc
27437 \end_layout
27438
27439 \end_inset
27440
27441  を読み込んでおく必要があります.すると,
27442 \begin_inset ERT
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446
27447
27448 \backslash
27449 setlength{
27450 \backslash
27451 jot}{3mm+3pt}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset Formula 
27458 \begin{eqnarray*}
27459 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}\\
27460 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
27461 \end{eqnarray*}
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 \begin_inset ERT
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 setlength{
27477 \backslash
27478 jot}{3pt}
27479 \end_layout
27480
27481 \end_inset
27482
27483 のような結果を得ます.行間を既定値に戻すには,
27484 \series bold
27485
27486 \backslash
27487 jot
27488 \series default
27489 をふたたび3
27490 \begin_inset space \thinspace{}
27491 \end_inset
27492
27493 ptに戻します.
27494 \end_layout
27495
27496 \begin_layout Subsubsection
27497 列間
27498 \begin_inset CommandInset label
27499 LatexCommand label
27500 name "subsec:列間"
27501
27502 \end_inset
27503
27504
27505 \begin_inset Index idx
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 すうしき@数式 ! たぎょう@多行
27510 \begin_inset space \thinspace{}
27511 \end_inset
27512
27513 —— ! れつかん@列間
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 多行数式は,行列を形成します.たとえば,eqnarray環境の数式は,3列からなる行列です.この環境で列間を変更すれば,関係子周辺の余白を変更することができます
27523
27524 \end_layout
27525
27526 \begin_layout Standard
27527 列間は,
27528 \series bold
27529
27530 \backslash
27531 arraycolsep
27532 \series default
27533
27534 \begin_inset Index idx
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 こまんど@コマンド ! A ! 
27539 \backslash
27540 arraycolsep
27541 \end_layout
27542
27543 \end_inset
27544
27545 変数を使って指定し,
27546 \begin_inset Newline newline
27547 \end_inset
27548
27549 列間 = 2
27550 \begin_inset space \thinspace{}
27551 \end_inset
27552
27553
27554 \series bold
27555
27556 \backslash
27557 arraycolsep
27558 \series default
27559
27560 \begin_inset Newline newline
27561 \end_inset
27562
27563 という関係があります.したがって,
27564 \end_layout
27565
27566 \begin_layout Standard
27567
27568 \series bold
27569
27570 \backslash
27571 setlength{
27572 \backslash
27573 arraycolsep}{1cm}
27574 \end_layout
27575
27576 \begin_layout Standard
27577 というコマンドを\SpecialChar TeX
27578 モードで入れると,ここから後のすべての数式の列間が2
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 cmになります.これを既定値に戻すには,
27583 \series bold
27584
27585 \backslash
27586 arraycolsep
27587 \series default
27588 を5
27589 \begin_inset space \thinspace{}
27590 \end_inset
27591
27592 ptに戻して下さい.
27593 \end_layout
27594
27595 \begin_layout Standard
27596 以下は,2
27597 \begin_inset space \thinspace{}
27598 \end_inset
27599
27600 cmの列間を持つ数式です.
27601 \begin_inset ERT
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605
27606
27607 \backslash
27608 setlength{
27609 \backslash
27610 arraycolsep}{1cm}
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \begin_inset Formula 
27617 \begin{eqnarray*}
27618 A & = & B\\
27619 C & \ne & A
27620 \end{eqnarray*}
27621
27622 \end_inset
27623
27624 行列の既定の列間10
27625 \begin_inset space \thinspace{}
27626 \end_inset
27627
27628 ptを持つ数式です.
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 setlength{
27637 \backslash
27638 arraycolsep}{5pt}
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \begin_inset Formula 
27645 \begin{eqnarray*}
27646 A & = & B\\
27647 C & \ne & A
27648 \end{eqnarray*}
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Subsubsection
27656 長い数式
27657 \begin_inset Index idx
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 すうしき@数式 ! ながい@長い
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Standard
27670 長い数式は,以下の方法を使って組版することができます.
27671 \end_layout
27672
27673 \begin_layout Itemize
27674 左辺ないし右辺の一方が,行幅よりもかなり短いときには,以下のように,短い方を左辺に置き,右辺を二行に分けて組版します.
27675 \begin_inset Formula 
27676 \begin{eqnarray}
27677 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 \\
27678  &  & -\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}
27679 \end{eqnarray}
27680
27681 \end_inset
27682
27683 二行目の最初のマイナス記号は,行頭の文字になってしまうため,通常,表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,分数線からも離れて表
27684 示されません.これを避けるために,マイナス記号の後に
27685 \series bold
27686
27687 \backslash
27688 hspace
27689 \series default
27690 .
27691 \begin_inset Foot
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695
27696 \series bold
27697
27698 \backslash
27699 hspace
27700 \series default
27701 に関しての詳細は,第
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "subsec:可変長の空白"
27705
27706 \end_inset
27707
27708 節をご覧下さい.
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 こまんど@コマンド ! H ! 
27719 \backslash
27720 hspace
27721 \end_layout
27722
27723 \end_inset
27724
27725 コマンドを使って3
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 pt空白を入れてあります.
27730 \end_layout
27731
27732 \begin_layout Itemize
27733 数式の両辺がともに長すぎるときには,
27734 \series bold
27735
27736 \backslash
27737 lefteqn
27738 \series default
27739
27740 \begin_inset Index idx
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744 こまんど@コマンド ! L ! 
27745 \backslash
27746 lefteqn
27747 \end_layout
27748
27749 \end_inset
27750
27751 コマンドを使います.これを最初の行の第一列に入れると,以下のように,続きの内容が他の列にかかって表示されます.
27752 \begin_inset Formula 
27753 \begin{eqnarray}
27754 \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 \\
27755  &  & -\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 \\
27756  &  & =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}
27757 \end{eqnarray}
27758
27759 \end_inset
27760
27761
27762 \series bold
27763
27764 \backslash
27765 lefteqn
27766 \series default
27767 を入力すると,青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,ここに数式を入力します.
27768 \begin_inset Newline newline
27769 \end_inset
27770
27771 二行め以降の行の内容は,二列め以降の列に挿入します.挿入する列が右になるほど,字下げの量が大きくなります.
27772 \begin_inset VSpace medskip
27773 \end_inset
27774
27775
27776 \begin_inset Newline newline
27777 \end_inset
27778
27779
27780 \begin_inset Note Greyedout
27781 status open
27782
27783 \begin_layout Plain Layout
27784
27785 \series bold
27786
27787 \backslash
27788 lefteqn
27789 \series default
27790 を使用する際には,以下のことにご注意下さい.
27791 \end_layout
27792
27793 \begin_layout Itemize
27794 数式では,ページ幅全部を使うことはしません.たとえば,上記の例で,最初の行に
27795 \begin_inset Formula $-B^{2}$
27796 \end_inset
27797
27798 という項を置いたとすると,ページ余白の領域に出てしまいますが,これはよくありません.幅をうまく使うには,最初の行の行頭に負の空白を入れる方法もあります.
27799 \end_layout
27800
27801 \begin_layout Itemize
27802 \SpecialChar LyX
27803 のバグによって,最初の行にマウスでカーソルを入れることはできません
27804 \begin_inset Foot
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808 \begin_inset CommandInset href
27809 LatexCommand href
27810 name "LyX-bug #1429"
27811 target "https://www.lyx.org/trac/ticket/1429"
27812 literal "false"
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \end_inset
27820
27821 .カーソルを行頭に合わせて,矢印
27822 \begin_inset Flex Ruby
27823 status collapsed
27824
27825 \begin_layout Plain Layout
27826
27827 \begin_inset Argument post:1
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831 キー
27832 \end_layout
27833
27834 \end_inset
27835
27836
27837 \end_layout
27838
27839 \end_inset
27840
27841 で移動するしかありません.
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Itemize
27850 長い数式を組む他の方法として,第
27851 \begin_inset CommandInset ref
27852 LatexCommand ref
27853 reference "subsec:multline環境"
27854
27855 \end_inset
27856
27857 節と第
27858 \begin_inset CommandInset ref
27859 LatexCommand ref
27860 reference "subsec:数式の一部の多行化"
27861
27862 \end_inset
27863
27864 節で述べられている環境を用いる方法があります.
27865 \end_layout
27866
27867 \begin_layout Subsubsection
27868 多行にわたる分数
27869 \begin_inset CommandInset label
27870 LatexCommand label
27871 name "subsec:多行にわたる分数"
27872
27873 \end_inset
27874
27875
27876 \begin_inset Index idx
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Standard
27889 分数の分母もしくは分子が長すぎて,一行に入りきらないことがあります.この場合には,分数内で改行をしなくてはなりません.これを行うには,
27890 \series bold
27891
27892 \backslash
27893 splitfrac
27894 \series default
27895 コマンド
27896 \begin_inset Index idx
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 こまんど@コマンド ! S ! 
27901 \backslash
27902 splitfrac
27903 \end_layout
27904
27905 \end_inset
27906
27907 を使うことができます.これを有効化するには,文書設定の
27908 \family sans
27909 数式オプション
27910 \family default
27911 で,
27912 \series bold
27913 mathtools
27914 \series default
27915 パッケージ
27916 \begin_inset Index idx
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 ぱっけーじ@パッケージ ! mathtools
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \family sans
27927 常に読み込み
27928 \family default
27929 オプションを指定してください.
27930 \series bold
27931
27932 \backslash
27933 splitfrac
27934 \series default
27935 のスキームは
27936 \end_layout
27937
27938 \begin_layout Standard
27939
27940 \series bold
27941
27942 \backslash
27943 splitfrac{1行目}{2行目}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 となっており,分母にも分子にも使うことができます.
27948 \end_layout
27949
27950 \begin_layout Standard
27951 \begin_inset Formula 
27952 \[
27953 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}
27954 \]
27955
27956 \end_inset
27957
27958 上記の最初の分子に使われているコマンドは,
27959 \end_layout
27960
27961 \begin_layout Standard
27962
27963 \series bold
27964
27965 \backslash
27966 splitfrac{xy+xy+xy+xy+xy
27967 \begin_inset space \textvisiblespace{}
27968 \end_inset
27969
27970
27971 \backslash
27972 {+wy+wy+wy+wy
27973 \end_layout
27974
27975 \begin_layout Standard
27976 です.
27977 \end_layout
27978
27979 \begin_layout Subsubsection
27980 多行にわたる括弧
27981 \begin_inset CommandInset label
27982 LatexCommand label
27983 name "subsec:多行にわたる括弧"
27984
27985 \end_inset
27986
27987
27988 \begin_inset Index idx
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 多行にわたる括弧を作ろうとすると,以下のような問題が生じます.
28002 \begin_inset Formula 
28003 \begin{eqnarray*}
28004 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28005  &  & \left.\cdots+B-D\right]
28006 \end{eqnarray*}
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Standard
28014 可変寸法の括弧は多行にわたることができないので,閉じ括弧が初めの括弧よりも小さくなってしまっています.
28015 \end_layout
28016
28017 \begin_layout Standard
28018 二行めの括弧の大きさを正しく設定するには,最初の行の終わりを
28019 \series bold
28020
28021 \backslash
28022 right.
28023 \series default
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 こまんど@コマンド ! R ! 
28030 \backslash
28031 right
28032 \end_layout
28033
28034 \end_inset
28035
28036 とし,二行めの始めを
28037 \series bold
28038
28039 \backslash
28040 left.
28041 \begin_inset Foot
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045
28046 \series bold
28047
28048 \backslash
28049 left
28050 \series default
28051
28052 \series bold
28053
28054 \backslash
28055 right
28056 \series default
28057 に関する詳細は,第
28058 \begin_inset CommandInset ref
28059 LatexCommand ref
28060 reference "subsec:自動の括弧丈"
28061
28062 \end_inset
28063
28064 節をご覧下さい.
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \series default
28071
28072 \begin_inset Index idx
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076 こまんど@コマンド ! L ! 
28077 \backslash
28078 left
28079 \end_layout
28080
28081 \end_inset
28082
28083 とします.一行めにおいては,範囲付き積演算子がもっとも大きな記号であり,これが二行めの括弧の大きさにならなくてはならないので,
28084 \series bold
28085
28086 \backslash
28087 left.
28088 \series default
28089 の後に,
28090 \series bold
28091
28092 \backslash
28093 vphantom
28094 \series default
28095
28096 \begin_inset space \textvisiblespace{}
28097 \end_inset
28098
28099
28100 \series bold
28101
28102 \backslash
28103 prod
28104 \series default
28105 ^
28106 \begin_inset space \textvisiblespace{}
28107 \end_inset
28108
28109
28110 \series bold
28111
28112 \backslash
28113 infty
28114 \series default
28115
28116 \begin_inset space \textvisiblespace{}
28117 \end_inset
28118
28119
28120 \series bold
28121
28122 \begin_inset Formula $\downarrow$
28123 \end_inset
28124
28125 _R=1}
28126 \series default
28127
28128 \begin_inset Index idx
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 こまんど@コマンド ! V ! 
28133 \backslash
28134 vphantom
28135 \end_layout
28136
28137 \end_inset
28138
28139 というコマンドを挿入します.
28140 \end_layout
28141
28142 \begin_layout Standard
28143 その結果が以下の数式です.
28144 \begin_inset Formula 
28145 \begin{eqnarray*}
28146 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28147  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28148 \end{eqnarray*}
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Subsection
28156 align環境
28157 \end_layout
28158
28159 \begin_layout Standard
28160 align環境は,すべての型の多行数式に使うことができ,とくに,いくつかの数式を並べて表示させるのに便利です.
28161 \end_layout
28162
28163 \begin_layout Standard
28164 align環境には列があり,奇数列は右揃え,偶数列は左揃えに設定されます.align環境の行にはすべて,付番することができます.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 align環境は,
28169 \family sans
28170 挿入\SpecialChar menuseparator
28171 数式
28172 \family default
28173 メニューから作ることができます.
28174 \family sans
28175 編集\SpecialChar menuseparator
28176 数式\SpecialChar menuseparator
28177 数式の表記を変更
28178 \family default
28179 メニューを使えば,既存の数式をalign環境に変更することができます.
28180 \end_layout
28181
28182 \begin_layout Standard
28183 列を追加したり削除したりするには,数式ツールバーボタンの
28184 \begin_inset Info
28185 type  "icon"
28186 arg   "tabular-feature append-column"
28187 \end_inset
28188
28189
28190 \begin_inset Info
28191 type  "icon"
28192 arg   "tabular-feature delete-column"
28193 \end_inset
28194
28195 を使うか,
28196 \family sans
28197 編集\SpecialChar menuseparator
28198 行と列
28199 \family default
28200 メニューを使います.
28201 \end_layout
28202
28203 \begin_layout Subsubsection
28204 標準align環境
28205 \begin_inset CommandInset label
28206 LatexCommand label
28207 name "subsec:標準align環境"
28208
28209 \end_inset
28210
28211
28212 \begin_inset Index idx
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 すうしき@数式 ! たぎょう@多行
28217 \begin_inset space \thinspace{}
28218 \end_inset
28219
28220 —— ! alignかんきょう@align環境
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \end_layout
28227
28228 \begin_layout Standard
28229 このalign環境は,数式中で
28230 \begin_inset Info
28231 type  "shortcut"
28232 arg   "newline-insert newline"
28233 \end_inset
28234
28235 を押すか,
28236 \family sans
28237 挿入\SpecialChar menuseparator
28238 数式\SpecialChar menuseparator
28239 AMS align環境
28240 \family default
28241 メニューで作ることができます.
28242 \end_layout
28243
28244 \begin_layout Standard
28245 以下は,二つの数式を横に並べた例ですが,これは4列からなるalign環境として作ります.
28246 \begin_inset Formula 
28247 \begin{align*}
28248 A & =\sin(B) & C & =D\\
28249 C & \ne A & B & \ne D
28250 \end{align*}
28251
28252 \end_inset
28253
28254 ご覧になって分かるように,この環境の数式は,一列めの前と偶数列の後に
28255 \series bold
28256
28257 \backslash
28258 hfill
28259 \begin_inset Foot
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264 \series bold
28265
28266 \backslash
28267 hfill
28268 \series default
28269 に関する詳細は,第
28270 \begin_inset CommandInset ref
28271 LatexCommand ref
28272 reference "subsec:可変長の空白"
28273
28274 \end_inset
28275
28276 節をご覧下さい.
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \series default
28283 があるかのように配置されます.数式様式として
28284 \series bold
28285 行頭下げ
28286 \begin_inset Foot
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290
28291 \series bold
28292 数式様式については,第
28293 \series default
28294
28295 \begin_inset CommandInset ref
28296 LatexCommand ref
28297 reference "sec:数式様式"
28298
28299 \end_inset
28300
28301 節をご覧下さい.
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \series default
28308 を使う場合には,第一列の前の
28309 \series bold
28310
28311 \backslash
28312 hfill
28313 \series default
28314 はない形で数式が設定されます.
28315 \end_layout
28316
28317 \begin_layout Subsubsection
28318 alignat環境
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 すうしき@数式 ! たぎょう@多行
28324 \begin_inset space \thinspace{}
28325 \end_inset
28326
28327 —— ! alignatかんきょう@alignat環境
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 alignat環境には,事前に設定された列間が存在しません.列間は,必要ならば,第
28337 \begin_inset CommandInset ref
28338 LatexCommand ref
28339 reference "subsec:空白"
28340
28341 \end_inset
28342
28343 節に述べられている空白を使用して手動で入れます.
28344 \end_layout
28345
28346 \begin_layout Standard
28347 以下は,上記の例をalignat環境に設定し,二つめの数式の頭に1
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351 cmの空白を入れたものです.
28352 \begin_inset Formula 
28353 \begin{alignat*}{2}
28354 A & =\sin(B) & \hspace{1cm}C & =D\\
28355 C & \ne A & B & \ne D
28356 \end{alignat*}
28357
28358 \end_inset
28359
28360 列間を各列ごとに設定することができるので,この環境は,とくに三つないし四つの数式を横に並べるのに向いています.
28361 \end_layout
28362
28363 \begin_layout Subsubsection
28364 flalign環境
28365 \begin_inset CommandInset label
28366 LatexCommand label
28367 name "subsec:flalign環境"
28368
28369 \end_inset
28370
28371
28372 \begin_inset Index idx
28373 status collapsed
28374
28375 \begin_layout Plain Layout
28376 すうしき@数式 ! たぎょう@多行
28377 \begin_inset space \thinspace{}
28378 \end_inset
28379
28380 —— ! flalignかんきょう@flalign環境
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 この環境では,つねに,最初の二列をできるだけ左寄せにし,最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
28390 \begin_inset Formula 
28391 \begin{flalign*}
28392 A & =1 & B & =2 & C & =3\\
28393 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28394 \end{flalign*}
28395
28396 \end_inset
28397
28398
28399 \end_layout
28400
28401 \begin_layout Standard
28402 奇数列のflalign環境を作成し,最後の列に空の\SpecialChar TeX
28403 括弧を入れておくと,数式様式として
28404 \series bold
28405 中央揃え
28406 \series default
28407 が用いられているときでも,一部の数式を左寄せにすることができます.以下は,例として
28408 \begin_inset CommandInset ref
28409 LatexCommand eqref
28410 reference "eq:VolInt"
28411
28412 \end_inset
28413
28414 式を行頭下げにしたものです.
28415 \begin_inset Formula 
28416 \begin{flalign}
28417 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28418 \end{flalign}
28419
28420 \end_inset
28421
28422 ここで,最初の二列には数式が入れられており,行頭下げ数式様式と同等の字下げを行うために,30
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 ptの空白が第1列の頭に入れてあります.
28427 \end_layout
28428
28429 \begin_layout Subsection
28430 eqnarray環境
28431 \begin_inset CommandInset label
28432 LatexCommand label
28433 name "subsec:eqnarray環境"
28434
28435 \end_inset
28436
28437
28438 \begin_inset Index idx
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 すうしき@数式 ! たぎょう@多行
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 —— ! eqnarrayかんきょう@eqnarray環境
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 この環境を作成すると,三つの青枠が現れます.最初の枠の内容は右寄せに設定され,最後の枠の内容は左寄せに設定されます.中央の枠は,関係子のみを入れることを想定して
28456 いるので,その内容は中央揃えで少し小さく設定されます.
28457 \begin_inset Formula 
28458 \begin{eqnarray*}
28459 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28460 AB & AB & AB\\
28461 A & = & A
28462 \end{eqnarray*}
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Subsection
28470 gather環境
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 すうしき@数式 ! たぎょう@多行
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 —— ! gatherかんきょう@gather環境
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \begin_layout Standard
28488 この環境には,中央揃えに設定された列一つしかありません.行はすべて付番することができます.
28489 \begin_inset Formula 
28490 \begin{gather}
28491 A=1\\
28492 X=\textrm{-}1
28493 \end{gather}
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Subsection
28501 multline環境
28502 \begin_inset CommandInset label
28503 LatexCommand label
28504 name "subsec:multline環境"
28505
28506 \end_inset
28507
28508
28509 \begin_inset Index idx
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 すうしき@数式 ! たぎょう@多行
28514 \begin_inset space \thinspace{}
28515 \end_inset
28516
28517 —— ! multlineかんきょう@multpline環境
28518 \end_layout
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Standard
28526 gather環境同様,multline環境には,中央揃えに設定された列一つしかありません.ただし,一行めが左揃えに設定され,最終行が右揃えに設定されるのです.他
28527 の行はすべて中央揃えになります.このことから,この環境は,長い数式に使うのに向いています.用例として,
28528 \begin_inset CommandInset ref
28529 LatexCommand eqref
28530 reference "eq:lefteqn"
28531
28532 \end_inset
28533
28534 式をmultline環境に置いたものを示します.
28535 \begin_inset Formula 
28536 \begin{multline}
28537 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}\\
28538 -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}\\
28539 =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}}
28540 \end{multline}
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \begin_layout Standard
28548 文書の付番設定が右寄せ(左寄せ)になっているときには,出力では,multline環境の最後(最初)の行だけが付番されます
28549 \begin_inset Foot
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 付番様式については,第
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "sec:数式様式"
28557
28558 \end_inset
28559
28560 節を参照.
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \begin_layout Standard
28569
28570 \series bold
28571
28572 \backslash
28573 shoveright
28574 \begin_inset Index idx
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 こまんど@コマンド ! S ! 
28579 \backslash
28580 shoveright
28581 \end_layout
28582
28583 \end_inset
28584
28585 コマンドや
28586 \backslash
28587 shoveleft
28588 \begin_inset Index idx
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 こまんど@コマンド ! S ! 
28593 \backslash
28594 shoveleft
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \series default
28601 コマンドを使えば,中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,以下のようにして使います.
28602 \end_layout
28603
28604 \begin_layout Standard
28605
28606 \series bold
28607
28608 \backslash
28609 shoveright{行の内容}
28610 \series default
28611 あるいは
28612 \series bold
28613
28614 \backslash
28615 shoveleft{行の内容}
28616 \end_layout
28617
28618 \begin_layout Standard
28619 \begin_inset VSpace medskip
28620 \end_inset
28621
28622
28623 \series bold
28624
28625 \backslash
28626 multlinegap
28627 \begin_inset Index idx
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 こまんど@コマンド ! M ! 
28632 \backslash
28633 multlinegap
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \series default
28640 長は,一行めの左ページ余白からの距離を指定します.既定値は0
28641 \begin_inset space \thinspace{}
28642 \end_inset
28643
28644 ptの長さです.
28645 \end_layout
28646
28647 \begin_layout Standard
28648 以下は,上記の数式に
28649 \end_layout
28650
28651 \begin_layout Standard
28652
28653 \series bold
28654
28655 \backslash
28656 setlength{
28657 \backslash
28658 multlinegap}{2cm}
28659 \end_layout
28660
28661 \begin_layout Standard
28662 というコマンドを,\SpecialChar TeX
28663 モードで直前に挿入した例です.
28664 \begin_inset ERT
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668
28669
28670 \backslash
28671 setlength{
28672 \backslash
28673 multlinegap}{2cm}
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \begin_inset Formula 
28680 \begin{multline}
28681 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}\\
28682 \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}}\\
28683 =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}}
28684 \end{multline}
28685
28686 \end_inset
28687
28688
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 multlinegap}{0pt}
28699 \end_layout
28700
28701 \end_inset
28702
28703 二行めは,
28704 \series bold
28705
28706 \backslash
28707 shoveleft
28708 \series default
28709 を使って左揃えにしています.
28710 \end_layout
28711
28712 \begin_layout Subsection
28713 数式の一部の多行化
28714 \begin_inset CommandInset label
28715 LatexCommand label
28716 name "subsec:数式の一部の多行化"
28717
28718 \end_inset
28719
28720
28721 \begin_inset Index idx
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725 すうしき@数式 ! たぎょう@多行
28726 \begin_inset space \thinspace{}
28727 \end_inset
28728
28729 —— ! すうしきのいちぶ@数式の一部
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Standard
28738 数式の一部分のみを多行表示したい場合には,
28739 \series bold
28740 aligned
28741 \series default
28742
28743 \series bold
28744 alignedat
28745 \series default
28746
28747 \series bold
28748 gathered
28749 \series default
28750
28751 \series bold
28752 split
28753 \series default
28754 のうちのいずれかの環境を使用します.これらは,
28755 \family sans
28756 挿入\SpecialChar menuseparator
28757 数式
28758 \family default
28759 メニューか,本節で解説している各コマンドを使用して挿入することができます.
28760 \end_layout
28761
28762 \begin_layout Standard
28763 最初の三つの環境は,環境名から
28764 \series bold
28765 ed
28766 \series default
28767 を省いた同名の多行数式環境と同じ性格を持ちますが,環境の前後に数式を続けることが可能です.たとえば,
28768 \begin_inset Formula 
28769 \[
28770 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28771 \Delta E\Delta t & \ge\frac{\hbar}{2}
28772 \end{aligned}
28773 \right\} \textrm{不確定性原理}
28774 \]
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 この数式を作るには,別行立て数式をまず作っておいて,そこに
28783 \series bold
28784
28785 \backslash
28786 aligned
28787 \begin_inset Index idx
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791 こまんど@コマンド ! A ! 
28792 \backslash
28793 aligned
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \series default
28800 コマンドを挿入しています.紫枠の中に青枠が現れるので,そこに必要に応じて,列や行を加えていきます.この多行環境の外には,括弧などの他の数式要素を入れることができ
28801 ます.
28802 \end_layout
28803
28804 \begin_layout Standard
28805 aligned環境は,長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,数式番号を行末の,数式全高の中心
28806 に配置できる利点があります.以下に例として,
28807 \begin_inset CommandInset ref
28808 LatexCommand eqref
28809 reference "eq:shortlong"
28810
28811 \end_inset
28812
28813 式にaligned環境を適用したものを示します.
28814 \begin_inset Formula 
28815 \begin{equation}
28816 \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}|}\\
28817  & -\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}|}
28818 \end{aligned}
28819 \end{equation}
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \begin_layout Standard
28827
28828 \series bold
28829 alignedat
28830 \series default
28831
28832 \series bold
28833 gathered
28834 \series default
28835
28836 \series bold
28837 split
28838 \series default
28839 の各環境を使うには,それぞれ
28840 \series bold
28841
28842 \backslash
28843 alignedat
28844 \series default
28845
28846 \begin_inset Index idx
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 こまんど@コマンド ! A ! 
28851 \backslash
28852 alignedat
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \backslash
28861 gathered
28862 \series default
28863
28864 \begin_inset Index idx
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 こまんど@コマンド ! G ! 
28869 \backslash
28870 gathered
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \series bold
28877
28878 \backslash
28879 split
28880 \series default
28881
28882 \begin_inset Index idx
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 こまんど@コマンド ! S ! 
28887 \backslash
28888 split
28889 \end_layout
28890
28891 \end_inset
28892
28893 の各コマンドを挿入します.split環境は,aligned環境と同じ性格を持ちますが,二つの列しか作ることができません.
28894 \end_layout
28895
28896 \begin_layout Subsection
28897 多行数式中のテキスト
28898 \begin_inset CommandInset label
28899 LatexCommand label
28900 name "subsec:多行数式中のテキスト"
28901
28902 \end_inset
28903
28904
28905 \begin_inset Index idx
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \begin_inset Index idx
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 すうしき @ 数式 ! たぎょう @ 多行
28920 \begin_inset space \thinspace{}
28921 \end_inset
28922
28923 —— ! てきすと @ テキスト
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 各align系環境およびmultline・gather環境では,独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,以下の書
28933 式を持つ
28934 \series bold
28935
28936 \backslash
28937 intertext
28938 \series default
28939
28940 \begin_inset Index idx
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 こまんど@コマンド ! I ! 
28945 \backslash
28946 intertext
28947 \end_layout
28948
28949 \end_inset
28950
28951 コマンドを使います.
28952 \end_layout
28953
28954 \begin_layout Standard
28955
28956 \series bold
28957
28958 \backslash
28959 intertext{テキスト}
28960 \end_layout
28961
28962 \begin_layout Standard
28963 テキストのハイフネーションを行うことはできないので,テキストは一行に収めなくてはなりません.\SpecialChar LyX
28964 は,現時点では
28965 \series bold
28966
28967 \backslash
28968 intertext
28969 \series default
28970 を直接サポートしていないので,テキストは数式テキストとして書き入れます.ここで,
28971 \series bold
28972
28973 \backslash
28974 intertext
28975 \series default
28976 は行頭になくてはならず,当該行の上に出力されます.以下は,二行めの行頭にテキストを入れた例です.
28977 \begin_inset Formula 
28978 \begin{align}
28979 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28980 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28981 \end{align}
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989
28990 \series bold
28991
28992 \backslash
28993 intertext
28994 \series default
28995 は,文と数式行の間に,常に縦空白を生み出します.この空白を抑制するには,文書設定の
28996 \family sans
28997 数式オプション
28998 \family default
28999
29000 \series bold
29001 mathtools
29002 \series default
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 ぱっけーじ@パッケージ ! mathtools
29009 \end_layout
29010
29011 \end_inset
29012
29013 パッケージを
29014 \family sans
29015 常に読み込み
29016 \family default
29017 に設定してください.そうすると,以下のように,
29018 \series bold
29019
29020 \backslash
29021 intertext
29022 \series default
29023 の代わりに
29024 \series bold
29025
29026 \backslash
29027 shortintertext
29028 \series default
29029
29030 \begin_inset Index idx
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 こまんど@コマンド ! S ! 
29035 \backslash
29036 shortintertext
29037 \end_layout
29038
29039 \end_inset
29040
29041 コマンドを使うことができます.
29042 \begin_inset Formula 
29043 \begin{align}
29044 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29045 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29046 \end{align}
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Section
29054 数式番号
29055 \begin_inset Index idx
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 すうしきばんごう@数式番号
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \begin_inset Index idx
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 すうしき@数式 ! ばんごう@番号
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075 |see{
29076 \end_layout
29077
29078 \end_inset
29079
29080 数式番号
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086 }
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \begin_layout Subsection
29100 概要
29101 \end_layout
29102
29103 \begin_layout Standard
29104 付番数式は,
29105 \family sans
29106 挿入\SpecialChar menuseparator
29107 数式\SpecialChar menuseparator
29108 付番数式
29109 \family default
29110 メニュー(
29111 \begin_inset Flex Ruby
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115 捷径
29116 \begin_inset Argument post:1
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 ショートカット
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \family sans
29132 Ctrl+Alt
29133 \begin_inset space ~
29134 \end_inset
29135
29136 N
29137 \family default
29138 )で作ることができます.既存の数式に番号を振るには,
29139 \family sans
29140 編集\SpecialChar menuseparator
29141 数式\SpecialChar menuseparator
29142 数式全体を付番
29143 \family default
29144 メニュー(捷径:
29145 \begin_inset Info
29146 type  "shortcut"
29147 arg   "math-number-toggle"
29148 \end_inset
29149
29150 )を使います.\SpecialChar LyX
29151 中において数式番号は,数式の後に括弧に囲まれた「#」で表されます.「#」は,実際の出力では数式番号に置き換えられます.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 多行数式で付番が有効になっているときには,すべての行に番号が振られます.ただし,
29156 \family sans
29157 編集\SpecialChar menuseparator
29158 数式\SpecialChar menuseparator
29159 この行を付番
29160 \family default
29161 メニュー(捷径:
29162 \begin_inset Info
29163 type  "shortcut"
29164 arg   "math-number-line-toggle"
29165 \end_inset
29166
29167 )を使用すれば,各行毎に付番するかどうか指定することができます.
29168 \end_layout
29169
29170 \begin_layout Standard
29171 行内数式を除いて,すべての数式は二通りの様式で番号を振ることができます.第
29172 \begin_inset CommandInset ref
29173 LatexCommand ref
29174 reference "sec:数式様式"
29175
29176 \end_inset
29177
29178 節をご覧下さい.
29179 \end_layout
29180
29181 \begin_layout Subsection
29182 相互参照
29183 \begin_inset Index idx
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 そうごさんしょう@相互参照 ! すうしきへの@数式への
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Standard
29196 ラベルを付けた数式は,すべて相互参照することができます.ラベルは,
29197 \family sans
29198 挿入\SpecialChar menuseparator
29199 ラベル
29200 \family default
29201 メニューか,ツールバーボタンの
29202 \begin_inset Info
29203 type  "icon"
29204 arg   "label-insert"
29205 \end_inset
29206
29207 で付けることができます.このとき,カーソルは別行立て数式の中になくてはなりません.すると,テキストフィールドの中に
29208 \series bold
29209 eq:と
29210 \series default
29211 いう接頭語の入ったダイアログが現れるので,接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,こうして数式ラベルであるとの標
29212 を付けることによって,節ラベルなどから区別し,大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
29213 \family sans
29214 挿入\SpecialChar menuseparator
29215 ラベル
29216 \family default
29217 メニューをもういちど使って下さい.
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \SpecialChar LyX
29222 中でラベル名は,数式の後ろに,二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 相互参照は,
29227 \family sans
29228 挿入\SpecialChar menuseparator
29229 相互参照
29230 \family default
29231 メニューかツールバーボタンの
29232 \begin_inset Info
29233 type  "icon"
29234 arg   "dialog-show-new-inset ref"
29235 \end_inset
29236
29237 を使って挿入します.数式相互参照は,出力では数式番号として表示されます.相互参照ダイアログで「
29238 \series bold
29239 (<参照>)
29240 \series default
29241 」書式を選択した場合には,出力での相互参照は,括弧に囲まれた数式番号として表示されます.
29242 \begin_inset Newline newline
29243 \end_inset
29244
29245 \SpecialChar LyX
29246 中で相互参照を右クリックすると,参照先の数式に移動することができます.
29247 \end_layout
29248
29249 \begin_layout Standard
29250 以下は,後の各小節に現れる数式への相互参照を含む例です.
29251 \begin_inset Note Note
29252 status open
29253
29254 \begin_layout Plain Layout
29255 相互参照の型の違いに留意してください.
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset CommandInset ref
29265 LatexCommand eqref
29266 reference "eq:tag"
29267
29268 \end_inset
29269
29270 式と
29271 \begin_inset CommandInset ref
29272 LatexCommand eqref
29273 reference "eq:c"
29274
29275 \end_inset
29276
29277 式は,等価です.(
29278 \begin_inset CommandInset ref
29279 LatexCommand ref
29280 reference "eq:Rom"
29281
29282 \end_inset
29283
29284 )式とは異なり,(
29285 \begin_inset CommandInset ref
29286 LatexCommand ref
29287 reference "eq:Lat"
29288
29289 \end_inset
29290
29291 )式では,付番にラテン数字を使用しています.
29292 \end_layout
29293
29294 \begin_layout Standard
29295 \begin_inset VSpace medskip
29296 \end_inset
29297
29298
29299 \series bold
29300
29301 \backslash
29302 tag
29303 \begin_inset Foot
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307
29308 \series bold
29309
29310 \backslash
29311 tag
29312 \series default
29313 は,第
29314 \begin_inset CommandInset ref
29315 LatexCommand ref
29316 reference "subsec:自己定義番号"
29317
29318 \end_inset
29319
29320 節に説明があります.
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \series default
29327 の引数が,第
29328 \begin_inset CommandInset ref
29329 LatexCommand ref
29330 reference "subsec:段落ボックス"
29331
29332 \end_inset
29333
29334 節で述べたボックスを含んでいるときには,その数式を参照することはできません.
29335 \end_layout
29336
29337 \begin_layout Subsection
29338 細目番号
29339 \begin_inset Index idx
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \lang english
29354 Formulas can be numbered as subequations.
29355  To activate this feature, add the module 
29356 \family sans
29357 Subequations
29358 \family default
29359  to the document in the menu 
29360 \family sans
29361 Document\SpecialChar menuseparator
29362 Settings\SpecialChar menuseparator
29363 Modules
29364 \family default
29365 .
29366  To insert subequations use the menu 
29367 \family sans
29368 Insert\SpecialChar menuseparator
29369 Custom Insets\SpecialChar menuseparator
29370 Subequations
29371 \family default
29372 .
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \lang english
29378 The equations to be subnumbered are put into the 
29379 \family sans
29380 Subequations
29381 \family default
29382  inset
29383 \lang japanese
29384 .たとえば,
29385 \begin_inset Formula 
29386 \begin{equation}
29387 A=C-B
29388 \end{equation}
29389
29390 \end_inset
29391
29392
29393 \begin_inset VSpace -5mm
29394 \end_inset
29395
29396
29397 \begin_inset Flex Subequations
29398 status open
29399
29400 \begin_layout Plain Layout
29401 \begin_inset Formula 
29402 \begin{equation}
29403 B=C-A\label{eq:b}
29404 \end{equation}
29405
29406 \end_inset
29407
29408
29409 \begin_inset Formula 
29410 \begin{equation}
29411 C=A+B\label{eq:c}
29412 \end{equation}
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425
29426 \lang english
29427 Every formula in the 
29428 \family sans
29429 Subequations
29430 \family default
29431  inset will be subnumbered with 
29432 \lang japanese
29433 a・b・c\SpecialChar ldots
29434 のように細目番号が振られます.
29435 \end_layout
29436
29437 \begin_layout Standard
29438 細目番号への参照は,
29439 \begin_inset CommandInset ref
29440 LatexCommand eqref
29441 reference "eq:b"
29442
29443 \end_inset
29444
29445
29446 \begin_inset CommandInset ref
29447 LatexCommand eqref
29448 reference "eq:c"
29449
29450 \end_inset
29451
29452
29453 \lang english
29454 If you want to reference the subequations collectively, insert a label as
29455  first thing in the 
29456 \family sans
29457 Subequations
29458 \family default
29459  inset
29460 \lang japanese
29461 .数式
29462 \begin_inset CommandInset ref
29463 LatexCommand eqref
29464 reference "eq:以下は"
29465
29466 \end_inset
29467
29468 はその例です.
29469 \end_layout
29470
29471 \begin_layout Standard
29472
29473 \lang english
29474 By inserting subequations vertical space is added before it
29475 \lang japanese
29476 .これを戻すために,-5
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 mm
29481 \lang english
29482 vertical space right before the 
29483 \family sans
29484 Subequations
29485 \family default
29486  inset
29487 \lang japanese
29488 .数式様式として
29489 \series bold
29490 行頭下げ
29491 \begin_inset Foot
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495 数式様式に関しては,第
29496 \begin_inset CommandInset ref
29497 LatexCommand ref
29498 reference "sec:数式様式"
29499
29500 \end_inset
29501
29502 節を参照.
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \series default
29509 を用いているときには,これを-7
29510 \begin_inset space \thinspace{}
29511 \end_inset
29512
29513 mm空白にしてください.
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \lang english
29519 To get another subnumber instead of small Latin letters, insert this command
29520  as \SpecialChar TeX
29521  code before the equations in the 
29522 \family sans
29523 Subequations
29524 \family default
29525  inset:
29526 \end_layout
29527
29528 \begin_layout Standard
29529
29530 \series bold
29531
29532 \backslash
29533 renewcommand{
29534 \backslash
29535 theequation}{
29536 \backslash
29537 theparentequation -
29538 \backslash
29539 roman{equation}}
29540 \end_layout
29541
29542 \begin_layout Standard
29543 ここで,
29544 \backslash
29545 theparentequationは親番号を生成し,
29546 \backslash
29547 roman{equation}は細目番号として小文字ローマ数字を生成します.番号付けの調整について,詳しくは第
29548 \begin_inset CommandInset ref
29549 LatexCommand ref
29550 reference "subsec:ローマ数字や文字を使った付番"
29551
29552 \end_inset
29553
29554 節を参照してください.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 下記は,番号付けを調整済みで,2行目の付番を消した多行数式の例です.
29559 \begin_inset Flex Subequations
29560 status open
29561
29562 \begin_layout Plain Layout
29563 \begin_inset CommandInset label
29564 LatexCommand label
29565 name "eq:以下は"
29566
29567 \end_inset
29568
29569
29570 \begin_inset ERT
29571 status open
29572
29573 \begin_layout Plain Layout
29574
29575
29576 \backslash
29577 renewcommand{
29578 \backslash
29579 theequation}{
29580 \backslash
29581 theparentequation -
29582 \backslash
29583 roman{equation}}
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset Formula 
29590 \begin{eqnarray}
29591 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
29592  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29593  & = & B^{2}-2BZ+Z^{2}
29594 \end{eqnarray}
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Subsection
29607 ローマ数字や文字を使った付番
29608 \begin_inset CommandInset label
29609 LatexCommand label
29610 name "subsec:ローマ数字や文字を使った付番"
29611
29612 \end_inset
29613
29614
29615 \begin_inset Index idx
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index idx
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 数式は,ローマ数字やラテン文字を使って付番することもできます.たとえば,小文字のローマ数字を使って付番するには,数式の前に\SpecialChar TeX
29639 モードで
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 renewcommand{
29648 \backslash
29649 theequation}{
29650 \backslash
29651 roman{equation}}
29652 \end_layout
29653
29654 \begin_layout Standard
29655 というコマンドを入れます.
29656 \series bold
29657
29658 \backslash
29659 renewcommand
29660 \series default
29661
29662 \begin_inset Index idx
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 こまんど@コマンド ! R ! 
29667 \backslash
29668 renewcommand
29669 \end_layout
29670
29671 \end_inset
29672
29673 は,定義済みのコマンド
29674 \series bold
29675
29676 \backslash
29677 theequation
29678 \series default
29679 をコマンド
29680 \series bold
29681
29682 \backslash
29683 roman{equation}
29684 \series default
29685 に再定義します
29686 \begin_inset Foot
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691 \series bold
29692
29693 \backslash
29694 renewcommand
29695 \series default
29696 コマンドは,第
29697 \begin_inset CommandInset ref
29698 LatexCommand ref
29699 reference "subsec:newcommandコマンド"
29700
29701 \end_inset
29702
29703 節に述べられている
29704 \series bold
29705
29706 \backslash
29707 newcommand
29708 \series default
29709 コマンドと同じ書式を持ちます.
29710 \end_layout
29711
29712 \end_inset
29713
29714 .ここで,
29715 \series bold
29716 equation
29717 \series default
29718 は数式カウンタです.コマンド
29719 \series bold
29720
29721 \backslash
29722 the
29723 \series default
29724 をカウンタの接頭辞として使用すると,カウンタの値がアラビア数字として出力されます.数式に番号を振ると,\SpecialChar LaTeX
29725 は,内部的に
29726 \series bold
29727
29728 \backslash
29729 theequation
29730 \series default
29731 コマンドを数式の後ろに置くのです.
29732 \series bold
29733
29734 \backslash
29735 roman{equation}
29736 \begin_inset Index idx
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 こまんど@コマンド ! R ! 
29741 \backslash
29742 roman
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \series default
29749 は,カウンタを小文字のローマ数字として出力します.
29750 \end_layout
29751
29752 \begin_layout Standard
29753 こうして,
29754 \series bold
29755
29756 \backslash
29757 renew
29758 \series default
29759 c
29760 \series bold
29761 ommand
29762 \series default
29763 コマンド以降の数式はすべて,ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,同じコマンドの
29764 \series bold
29765
29766 \backslash
29767 roman
29768 \series default
29769 の部分を
29770 \series bold
29771
29772 \backslash
29773 Roman
29774 \series default
29775
29776 \begin_inset Index idx
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 こまんど@コマンド ! R ! 
29781 \backslash
29782 roman@
29783 \backslash
29784 Roman
29785 \end_layout
29786
29787 \end_inset
29788
29789 に変えて挿入します.また,小文字ラテン文字を使って「付番」したいときのために,
29790 \series bold
29791
29792 \backslash
29793 alph
29794 \series default
29795
29796 \begin_inset Index idx
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 こまんど@コマンド ! A ! 
29801 \backslash
29802 alph
29803 \end_layout
29804
29805 \end_inset
29806
29807 コマンドがあり,大文字ラテン文字を使って付番したいときのためには,
29808 \series bold
29809
29810 \backslash
29811 Alph
29812 \series default
29813
29814 \begin_inset Index idx
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818 こまんど@コマンド ! A ! 
29819 \backslash
29820 alph@
29821 \backslash
29822 Alph
29823 \end_layout
29824
29825 \end_inset
29826
29827 コマンドがあります.
29828 \end_layout
29829
29830 \begin_layout Standard
29831 \begin_inset Note Greyedout
29832 status open
29833
29834 \begin_layout Plain Layout
29835
29836 \series bold
29837 【註】
29838 \series default
29839 ラテン文字を使うと,一つの文書の中で,最大26個の数式しか番号を振ることができません.
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \begin_inset Newpage newpage
29846 \end_inset
29847
29848
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset ERT
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856
29857
29858 \backslash
29859 renewcommand{
29860 \backslash
29861 theequation}{
29862 \backslash
29863 roman{equation}}
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 \begin_inset Formula 
29873 \begin{equation}
29874 A=\textrm{小文字ローマ数字}
29875 \end{equation}
29876
29877 \end_inset
29878
29879
29880 \begin_inset ERT
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884
29885
29886 \backslash
29887 renewcommand{
29888 \backslash
29889 theequation}{
29890 \backslash
29891 Roman{equation}}
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset Formula 
29898 \begin{equation}
29899 B=\textrm{大文字ローマ数字}\label{eq:Rom}
29900 \end{equation}
29901
29902 \end_inset
29903
29904
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910
29911 \backslash
29912 renewcommand{
29913 \backslash
29914 theequation}{
29915 \backslash
29916 alph{equation}}
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \begin_inset Formula 
29923 \begin{equation}
29924 C=\textrm{小文字ラテン文字}
29925 \end{equation}
29926
29927 \end_inset
29928
29929
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 renewcommand{
29938 \backslash
29939 theequation}{
29940 \backslash
29941 Alph{equation}}
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \begin_inset Formula 
29948 \begin{equation}
29949 D=\textrm{大文字ラテン文字}\label{eq:Lat}
29950 \end{equation}
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958 既定の付番方式に戻すには,以下のコマンドを挿入してください.
29959 \end_layout
29960
29961 \begin_layout Standard
29962
29963 \series bold
29964
29965 \backslash
29966 renewcommand{
29967 \backslash
29968 theequation}{
29969 \backslash
29970 arabic{equation}}
29971 \begin_inset Index idx
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975 こまんど@コマンド ! A ! 
29976 \backslash
29977 arabic
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset ERT
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990
29991
29992 \backslash
29993 renewcommand{
29994 \backslash
29995 theequation}{
29996 \backslash
29997 arabic{equation}}
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \begin_inset Formula 
30004 \begin{equation}
30005 E=\textrm{アラビア数字}
30006 \end{equation}
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014 \begin_inset VSpace medskip
30015 \end_inset
30016
30017 以上からわかるとおり,付番様式の違いに関わらず,数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,新しい数式カウンタを定義しなく
30018 てはなりません.この点に関する説明は,ファイル
30019 \begin_inset CommandInset href
30020 LatexCommand href
30021 name "Formula-numbering.lyx"
30022 target "run:Formula-numbering.lyx"
30023 literal "false"
30024
30025 \end_inset
30026
30027 にあります.
30028 \end_layout
30029
30030 \begin_layout Subsection
30031 自己定義番号
30032 \begin_inset CommandInset label
30033 LatexCommand label
30034 name "subsec:自己定義番号"
30035
30036 \end_inset
30037
30038
30039 \begin_inset Index idx
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \begin_layout Standard
30052 \begin_inset Note Greyedout
30053 status open
30054
30055 \begin_layout Plain Layout
30056
30057 \series bold
30058 【註】
30059 \series default
30060 \lang english
30061 If the document language is a right-to-left language such as Arabic, you
30062  must add this to the to the \SpecialChar LaTeX
30063 -preamble to be able to use the commands described
30064  in this section:
30065 \lang japanese
30066
30067 \begin_inset Newline newline
30068 \end_inset
30069
30070
30071 \series bold
30072
30073 \backslash
30074 AtBeginDocument{
30075 \begin_inset Newline newline
30076 \end_inset
30077
30078
30079 \begin_inset Phantom HPhantom
30080 status open
30081
30082 \begin_layout Plain Layout
30083 \begin_inset space ~
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \backslash
30093 def
30094 \backslash
30095 tagform@#1{
30096 \backslash
30097 maketag@@@{(
30098 \backslash
30099 ignorespaces#1
30100 \backslash
30101 unskip)}} }
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \begin_inset Index idx
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30115 \end_layout
30116
30117 \end_inset
30118
30119 標準の付番では,数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,\SpecialChar LaTeX
30120 プリアンブルに以下の行を付け加えます.
30121 \end_layout
30122
30123 \begin_layout Standard
30124
30125 \series bold
30126
30127 \backslash
30128 AtBeginDocument{
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \begin_inset Phantom HPhantom
30134 status open
30135
30136 \begin_layout Plain Layout
30137 \begin_inset space ~
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \backslash
30147 def
30148 \backslash
30149 tagform@#1{
30150 \backslash
30151 maketag@@@{
30152 \series default
30153
30154 \begin_inset Formula $\boldsymbol{|}$
30155 \end_inset
30156
30157
30158 \series bold
30159 #1
30160 \series default
30161
30162 \begin_inset Formula $\boldsymbol{|}$
30163 \end_inset
30164
30165
30166 \series bold
30167 }}
30168 \series default
30169  }
30170 \begin_inset Note Note
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174 このマクロは,テスト用に\SpecialChar LaTeX
30175 プリアンブルで既に宣言されています.これを有効にするには,最初のパーセント記号を取り除いて下さい.
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 他の記号を使いたいときには,
30185 \series bold
30186 #1
30187 \series default
30188 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,縦棒を削除して下さい.
30189 \end_layout
30190
30191 \begin_layout Standard
30192 \begin_inset VSpace bigskip
30193 \end_inset
30194
30195 数式の後ろに,括弧に囲まれた連番の代わりに,何かしらの表現が欲しいときには,以下のように
30196 \series bold
30197
30198 \backslash
30199 tag
30200 \series default
30201
30202 \begin_inset Index idx
30203 status collapsed
30204
30205 \begin_layout Plain Layout
30206 こまんど@コマンド ! T ! 
30207 \backslash
30208 tag
30209 \end_layout
30210
30211 \end_inset
30212
30213 コマンドを使います.
30214 \begin_inset Formula 
30215 \begin{equation}
30216 A+B=C\tag{何とかかんとか}\label{eq:tag}
30217 \end{equation}
30218
30219 \end_inset
30220
30221 上記の例では,
30222 \series bold
30223
30224 \backslash
30225 tag
30226 \begin_inset space \textvisiblespace{}
30227 \end_inset
30228
30229 何とかかんとか
30230 \series default
30231 というコマンドを数式に打ち込んでいます.
30232 \end_layout
30233
30234 \begin_layout Standard
30235 代わりに
30236 \series bold
30237
30238 \backslash
30239 tag*
30240 \begin_inset space \textvisiblespace{}
30241 \end_inset
30242
30243 何とかかんとか
30244 \series default
30245 というコマンドを使うと,星印は表現の周りの括弧を抑制するので,以下のようになります.
30246 \begin_inset Formula 
30247 \[
30248 A+B=C\tag*{something}
30249 \]
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset VSpace bigskip
30258 \end_inset
30259
30260 数式番号を,文書中の新しい部門や節ごとに振りなおしたいときには,部に関しては
30261 \begin_inset Newline newline
30262 \end_inset
30263
30264
30265 \series bold
30266
30267 \backslash
30268 @addtoreset{equation}{part}
30269 \series default
30270
30271 \begin_inset Index idx
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 こまんど@コマンド ! 
30276 \backslash
30277 @記号 ! 
30278 \backslash
30279
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 "
30286 \end_layout
30287
30288 \end_inset
30289
30290 @
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 "
30297 \end_layout
30298
30299 \end_inset
30300
30301 addtoreset
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \begin_inset Newline newline
30308 \end_inset
30309
30310 節に関しては
30311 \begin_inset Newline newline
30312 \end_inset
30313
30314
30315 \series bold
30316
30317 \backslash
30318 @addtoreset{equation}{section}
30319 \begin_inset Newline newline
30320 \end_inset
30321
30322
30323 \series default
30324 というコマンドを使います.
30325 \end_layout
30326
30327 \begin_layout Standard
30328 これらのコマンドを\SpecialChar TeX
30329 モードで使えるようにするためには,
30330 \series bold
30331
30332 \backslash
30333 makeatletter
30334 \series default
30335 コマンドで「@」字を\SpecialChar LaTeX
30336 中で「有効」にしてやらなくてはなりません.一方,
30337 \series bold
30338
30339 \backslash
30340 makeatother
30341 \series default
30342 コマンドはこれを無効にします.したがって,\SpecialChar TeX
30343 モード中での上記コマンド列は,
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \series bold
30349
30350 \backslash
30351 makeatletter
30352 \begin_inset Newline newline
30353 \end_inset
30354
30355
30356 \backslash
30357 @addtoreset{equation}{section}
30358 \begin_inset Newline newline
30359 \end_inset
30360
30361
30362 \backslash
30363 makeatother
30364 \begin_inset Newline newline
30365 \end_inset
30366
30367
30368 \series default
30369 のようにならなくてはなりません.
30370 \end_layout
30371
30372 \begin_layout Standard
30373 \SpecialChar LaTeX
30374 プリアンブル中では,
30375 \series bold
30376
30377 \backslash
30378 makeatletter
30379 \series default
30380
30381 \series bold
30382
30383 \backslash
30384 makeatother
30385 \series default
30386 は,\SpecialChar LyX
30387 が内部的に自動で挿入するので省略してかまいません.
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 @addtoreset
30396 \series default
30397 を戻すには,まず\SpecialChar LaTeX
30398 プリアンブル中に
30399 \end_layout
30400
30401 \begin_layout Standard
30402
30403 \series bold
30404
30405 \backslash
30406 usepackage{remreset}
30407 \end_layout
30408
30409 \begin_layout Standard
30410 という行を入れて,
30411 \series bold
30412 remreset.sty
30413 \series default
30414
30415 \begin_inset Foot
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419
30420 \series bold
30421 remreset
30422 \series default
30423 は,\SpecialChar LaTeX
30424 パッケージの
30425 \series bold
30426 carlisle
30427 \series default
30428
30429 \begin_inset Index idx
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433 ぱっけーじ@パッケージ ! carlisle
30434 \end_layout
30435
30436 \end_inset
30437
30438 の一部として含まれており,\SpecialChar LaTeX
30439 標準頒布版には含まれています.
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Index idx
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449 ぱっけーじ@パッケージ ! remreset
30450 \end_layout
30451
30452 \end_inset
30453
30454 ファイルを読み込んでおかなくてはなりません.その後
30455 \begin_inset Newline newline
30456 \end_inset
30457
30458
30459 \series bold
30460
30461 \backslash
30462 @removefromreset
30463 \series default
30464
30465 \begin_inset Index idx
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469 こまんど@コマンド ! 
30470 \backslash
30471 @記号 ! 
30472 \backslash
30473
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479 "
30480 \end_layout
30481
30482 \end_inset
30483
30484 @
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 "
30491 \end_layout
30492
30493 \end_inset
30494
30495 removefromreset
30496 \end_layout
30497
30498 \end_inset
30499
30500 コマンドを
30501 \series bold
30502
30503 \backslash
30504 @addtoreset
30505 \series default
30506 と同じ書式で使用すると,
30507 \series bold
30508
30509 \backslash
30510 @addtoreset
30511 \series default
30512 を戻すことができます.
30513 \end_layout
30514
30515 \begin_layout Standard
30516 \begin_inset VSpace bigskip
30517 \end_inset
30518
30519 ときには,数式を
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524 \family typewriter
30525 (節番号.数式番号)
30526 \end_layout
30527
30528 \begin_layout Standard
30529 のような形で付番し,節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 このような場合のために,
30534 \series bold
30535
30536 \backslash
30537 numberwithin
30538 \series default
30539
30540 \begin_inset Index idx
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 こまんど@コマンド ! N ! 
30545 \backslash
30546 numberwithin
30547 \end_layout
30548
30549 \end_inset
30550
30551 というコマンドがあり,
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 numberwithin{カウンタ}{節階層}
30560 \end_layout
30561
30562 \begin_layout Standard
30563 という書式で用います.「カウンタ」は,どの番号を制御するかを表し,「節階層」は点の前に何の番号を振るのかを表します.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 したがって,ここでは\SpecialChar LaTeX
30568 プリアンブルか\SpecialChar TeX
30569 コードで
30570 \end_layout
30571
30572 \begin_layout Standard
30573
30574 \series bold
30575
30576 \backslash
30577 numberwithin{equation}{section}
30578 \end_layout
30579
30580 \begin_layout Standard
30581 という行を用いることにしましょう.その結果がこれです.
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 numberwithin{equation}{section}
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \begin_inset Formula 
30596 \begin{equation}
30597 A+B=C
30598 \end{equation}
30599
30600 \end_inset
30601
30602
30603 \end_layout
30604
30605 \begin_layout Standard
30606 たとえば,部番号を節階層として使用して,表に付番を施すときには
30607 \begin_inset Newline newline
30608 \end_inset
30609
30610
30611 \series bold
30612
30613 \backslash
30614 numberwithin{table}{part}
30615 \series default
30616 を用います.
30617 \end_layout
30618
30619 \begin_layout Standard
30620 標準の付番方式に戻したいときや,この種の付番が文書クラスで定義されているときに,それを止めさせたい場合には,
30621 \end_layout
30622
30623 \begin_layout Standard
30624
30625 \series bold
30626
30627 \backslash
30628 renewcommand{
30629 \backslash
30630 theequation}{
30631 \backslash
30632 arabic{equation}}
30633 \begin_inset Index idx
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 こまんど@コマンド ! A ! 
30638 \backslash
30639 arabic
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \series default
30646
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652
30653 \backslash
30654 renewcommand{
30655 \backslash
30656 theequation}{
30657 \backslash
30658 arabic{equation}}
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \series bold
30665
30666 \begin_inset Newline newline
30667 \end_inset
30668
30669
30670 \series default
30671 あるいは
30672 \series bold
30673
30674 \begin_inset Newline newline
30675 \end_inset
30676
30677
30678 \backslash
30679 renewcommand{
30680 \backslash
30681 thetable}{
30682 \backslash
30683 arabic{table}}
30684 \end_layout
30685
30686 \begin_layout Standard
30687 というコマンドを\SpecialChar TeX
30688 コードとして入れるか,\SpecialChar LaTeX
30689 プリアンブルに入れます.
30690 \series bold
30691
30692 \backslash
30693 numberwithin
30694 \series default
30695 は,内部的に上記で述べた
30696 \series bold
30697
30698 \backslash
30699 @addtoreset
30700 \series default
30701 コマンドを使用しているので,これも使用後は戻しておかなくてはなりません.
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707
30708 \backslash
30709 makeatletter
30710 \end_layout
30711
30712 \begin_layout Plain Layout
30713
30714
30715 \backslash
30716 @removefromreset{equation}{section}
30717 \end_layout
30718
30719 \begin_layout Plain Layout
30720
30721
30722 \backslash
30723 makeatother
30724 \end_layout
30725
30726 \end_inset
30727
30728
30729 \end_layout
30730
30731 \begin_layout Section
30732 化学記号と化学式
30733 \begin_inset CommandInset label
30734 LatexCommand label
30735 name "subsec:化学記号と化学式"
30736
30737 \end_inset
30738
30739
30740 \begin_inset Index idx
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 かがくきごう@化学記号 ! きごう@記号
30745 \end_layout
30746
30747 \end_inset
30748
30749
30750 \begin_inset Index idx
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754 かがくしき@化学式
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Index idx
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764 きごう@記号 ! かがく@化学
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 以下は,化学関係の文章の例です.
30774 \end_layout
30775
30776 \begin_layout Quote
30777 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30778 \end_inset
30779
30780 イオンは,2つの
30781 \begin_inset Formula $\mathrm{Na^{+}}$
30782 \end_inset
30783
30784 イオンと反応して,硫酸化塩
30785 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30786 \end_inset
30787
30788 を形成します.この化学式は以下のようになります.
30789 \begin_inset Formula 
30790 \begin{equation}
30791 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30792 \end{equation}
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \begin_layout Standard
30800 この化学式は,直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,全体を選択してから
30801 \begin_inset Flex Ruby
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 捷径
30806 \begin_inset Argument post:1
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810 ショートカット
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \begin_inset Info
30822 type  "shortcut"
30823 arg   "font-roman"
30824 \end_inset
30825
30826 を押せば,アップライトフォント様式に変更することができます
30827 \begin_inset Foot
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831 フォント様式に関しては,第
30832 \begin_inset CommandInset ref
30833 LatexCommand ref
30834 reference "subsec:書体様式"
30835
30836 \end_inset
30837
30838 節を参照のこと.
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 化学式を組版するのにもう少し便利な方法は,\SpecialChar LaTeX
30848 パッケージ
30849 \series bold
30850 mhchem
30851 \series default
30852
30853 \begin_inset Index idx
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857 ぱっけーじ@パッケージ ! mhchem
30858 \end_layout
30859
30860 \end_inset
30861
30862 が導入されているときに使用することができる
30863 \series bold
30864
30865 \backslash
30866 ce
30867 \series default
30868
30869 \begin_inset Index idx
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 こまんど@コマンド ! C ! 
30874 \backslash
30875 ce
30876 \end_layout
30877
30878 \end_inset
30879
30880 コマンドを使用することです.
30881 \series bold
30882
30883 \backslash
30884 ce
30885 \series default
30886 を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 \align center
30891 \begin_inset Tabular
30892 <lyxtabular version="3" rows="10" columns="2">
30893 <features booktabs="true" tabularvalignment="middle">
30894 <column alignment="center" valignment="top" width="0pt">
30895 <column alignment="center" valignment="top">
30896 <row>
30897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901 コマンド
30902 \end_layout
30903
30904 \end_inset
30905 </cell>
30906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30907 \begin_inset Text
30908
30909 \begin_layout Plain Layout
30910 出力
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 </row>
30916 <row>
30917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Plain Layout
30921
30922 \backslash
30923 ce
30924 \begin_inset space \textvisiblespace{}
30925 \end_inset
30926
30927 H2CO3
30928 \end_layout
30929
30930 \end_inset
30931 </cell>
30932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30933 \begin_inset Text
30934
30935 \begin_layout Plain Layout
30936 \begin_inset Formula $\ce{H2CO3}$
30937 \end_inset
30938
30939
30940 \end_layout
30941
30942 \end_inset
30943 </cell>
30944 </row>
30945 <row topspace="1.5mm">
30946 <cell alignment="center" valignment="top" usebox="none">
30947 \begin_inset Text
30948
30949 \begin_layout Plain Layout
30950
30951 \backslash
30952 ce
30953 \begin_inset space \textvisiblespace{}
30954 \end_inset
30955
30956 SO4^2-
30957 \end_layout
30958
30959 \end_inset
30960 </cell>
30961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30962 \begin_inset Text
30963
30964 \begin_layout Plain Layout
30965 \begin_inset Formula $\ce{SO4^{2-}}$
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 </row>
30974 <row topspace="1.5mm">
30975 <cell alignment="center" valignment="top" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Plain Layout
30979
30980 \backslash
30981 ce
30982 \begin_inset space \textvisiblespace{}
30983 \end_inset
30984
30985 (NH4)2S
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994 \begin_inset Formula $\ce{(NH4)2S}$
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \end_inset
31001 </cell>
31002 </row>
31003 <row topspace="1.5mm">
31004 <cell alignment="center" valignment="top" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008
31009 \backslash
31010 ce
31011 \begin_inset space \textvisiblespace{}
31012 \end_inset
31013
31014 KCr(SO4)2.12H2O
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31020 \begin_inset Text
31021
31022 \begin_layout Plain Layout
31023 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 </row>
31032 <row topspace="1.5mm">
31033 <cell alignment="center" valignment="top" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037
31038 \backslash
31039 ce
31040 \begin_inset space \textvisiblespace{}
31041 \end_inset
31042
31043 A-B
31044 \backslash
31045 dbond
31046 \begin_inset space \textvisiblespace{}
31047 \end_inset
31048
31049 C
31050 \backslash
31051 tbond
31052 \begin_inset space \textvisiblespace{}
31053 \end_inset
31054
31055 D
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071 </cell>
31072 </row>
31073 <row topspace="1.5mm">
31074 <cell alignment="center" valignment="top" usebox="none">
31075 \begin_inset Text
31076
31077 \begin_layout Plain Layout
31078
31079 \backslash
31080 ce
31081 \begin_inset space \textvisiblespace{}
31082 \end_inset
31083
31084 ^227
31085 \begin_inset Formula $\downarrow$
31086 \end_inset
31087
31088 _90
31089 \begin_inset Formula $\to$
31090 \end_inset
31091
31092 Th+
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31098 \begin_inset Text
31099
31100 \begin_layout Plain Layout
31101 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 </row>
31110 <row>
31111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115
31116 \backslash
31117 ce
31118 \begin_inset space \textvisiblespace{}
31119 \end_inset
31120
31121
31122 \backslash
31123 mu
31124 \begin_inset space \textvisiblespace{}
31125 \end_inset
31126
31127
31128 \backslash
31129 hyphen
31130 \begin_inset space \textvisiblespace{}
31131 \end_inset
31132
31133 Cl
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31139 \begin_inset Text
31140
31141 \begin_layout Plain Layout
31142 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 </row>
31151 <row>
31152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Plain Layout
31156
31157 \backslash
31158 ce
31159 \begin_inset space \textvisiblespace{}
31160 \end_inset
31161
31162 CO2
31163 \begin_inset space \textvisiblespace{}
31164 \end_inset
31165
31166 +
31167 \begin_inset space \textvisiblespace{}
31168 \end_inset
31169
31170 C
31171 \begin_inset space \textvisiblespace{}
31172 \end_inset
31173
31174 <=>
31175 \begin_inset space \textvisiblespace{}
31176 \end_inset
31177
31178 2CO
31179 \end_layout
31180
31181 \end_inset
31182 </cell>
31183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31184 \begin_inset Text
31185
31186 \begin_layout Plain Layout
31187 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31188 \end_inset
31189
31190
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 </row>
31196 <row topspace="1.5mm">
31197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201
31202 \backslash
31203 ce
31204 \begin_inset space \textvisiblespace{}
31205 \end_inset
31206
31207 CO2
31208 \begin_inset space \textvisiblespace{}
31209 \end_inset
31210
31211 +
31212 \begin_inset space \textvisiblespace{}
31213 \end_inset
31214
31215 C
31216 \begin_inset space \textvisiblespace{}
31217 \end_inset
31218
31219 ->[
31220 \backslash
31221 alpha][
31222 \backslash
31223 beta]
31224 \begin_inset space \textvisiblespace{}
31225 \end_inset
31226
31227 2CO}
31228 \end_layout
31229
31230 \end_inset
31231 </cell>
31232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 </row>
31245 </lyxtabular>
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Standard
31253 \begin_inset Note Greyedout
31254 status open
31255
31256 \begin_layout Plain Layout
31257
31258 \series bold
31259 【註】
31260 \series default
31261 \SpecialChar LyX
31262 では,
31263 \series bold
31264 mhchem
31265 \series default
31266 の説明書通りに上矢印を得ようと^文字を使用しても,うまく行きません.代わりに,次のように,負の小空白の後に
31267 \series bold
31268
31269 \backslash
31270 uparrow
31271 \series default
31272 コマンドを続けます.
31273 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285
31286 \series bold
31287
31288 \backslash
31289 ce
31290 \series default
31291 を使うと
31292 \begin_inset CommandInset ref
31293 LatexCommand eqref
31294 reference "eq:chem-reaction"
31295
31296 \end_inset
31297
31298 式のコマンドは
31299 \begin_inset Newline newline
31300 \end_inset
31301
31302
31303 \series bold
31304  
31305 \backslash
31306 ce
31307 \begin_inset space \textvisiblespace{}
31308 \end_inset
31309
31310 2Na+
31311 \begin_inset space \textvisiblespace{}
31312 \end_inset
31313
31314 +
31315 \begin_inset space \textvisiblespace{}
31316 \end_inset
31317
31318 SO4^2-
31319 \begin_inset space \textvisiblespace{}
31320 \end_inset
31321
31322
31323 \begin_inset space \textvisiblespace{}
31324 \end_inset
31325
31326 ->
31327 \begin_inset space \textvisiblespace{}
31328 \end_inset
31329
31330 Na2SO4
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \series default
31336 のようになります.
31337 \end_layout
31338
31339 \begin_layout Standard
31340 複数行の化学式を作るには,第
31341 \begin_inset CommandInset ref
31342 LatexCommand ref
31343 reference "sec:多行数式"
31344
31345 \end_inset
31346
31347 節に述べられている方法で,多行数式をまず作ります.その後,数式の小さな青いボックスそれぞれに
31348 \series bold
31349
31350 \backslash
31351 ce
31352 \series default
31353 コマンドを使用します.
31354 \begin_inset CommandInset ref
31355 LatexCommand eqref
31356 reference "eq:TEOS-reaction-1"
31357
31358 \end_inset
31359
31360 式と
31361 \begin_inset CommandInset ref
31362 LatexCommand eqref
31363 reference "eq:TEOS-reaction-2"
31364
31365 \end_inset
31366
31367 式は,多段化学反応式の例で,一つの式毎に番号が振られています.
31368 \begin_inset Formula 
31369 \begin{eqnarray}
31370 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31371 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31372 \end{eqnarray}
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380
31381 \series bold
31382 mhchem
31383 \series default
31384 パッケージは,
31385 \series bold
31386
31387 \backslash
31388 ce
31389 \series default
31390 の他に,特殊ケースに使用する
31391 \series bold
31392
31393 \backslash
31394 cf
31395 \series default
31396
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 こまんど@コマンド ! C ! 
31402 \backslash
31403 cf
31404 \end_layout
31405
31406 \end_inset
31407
31408 コマンドを提供しています.
31409 \series bold
31410
31411 \backslash
31412 cf
31413 \series default
31414 の詳しい情報と例示については,
31415 \series bold
31416 mhchem
31417 \series default
31418
31419 \begin_inset CommandInset citation
31420 LatexCommand cite
31421 key "mhchem"
31422 literal "true"
31423
31424 \end_inset
31425
31426 の取扱説明書をご覧ください.
31427 \end_layout
31428
31429 \begin_layout Section
31430 図解
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \SpecialChar LyX
31435 は,二つの型の可換図
31436 \series bold
31437 amscd
31438 \series default
31439 および
31440 \series bold
31441 xymatrix
31442 \series default
31443 をサポートしており,以下でこれらの説明をします.
31444 \end_layout
31445
31446 \begin_layout Subsection
31447 amscd図解
31448 \begin_inset Index idx
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452 ずかい@図解 ! amscd
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \begin_layout Standard
31461 この型の図解は,以下のように,関係を縦横の線や矢印で図示します.
31462 \begin_inset Formula 
31463 \[
31464 \begin{CD}A@>>>B@>>>C\\
31465 @AAA@.@VVV\\
31466 F@<<<E@<<<D
31467 \end{CD}
31468 \]
31469
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 これを作るには,数式に
31477 \series bold
31478
31479 \backslash
31480 CD
31481 \begin_inset Index idx
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485 こまんど@コマンド ! C ! 
31486 \backslash
31487 CD
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \series default
31494 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,ここにコマンドを入れていきます.
31495 \begin_inset Info
31496 type  "shortcut"
31497 arg   "newline-insert newline"
31498 \end_inset
31499
31500 を押すと,新しい行が作られます.水平方向の関係は奇数行に入れ,垂直方向の関係は偶数行に入れます.
31501 \end_layout
31502
31503 \begin_layout Standard
31504 関係を作るには,以下のコマンドがあります.
31505 \end_layout
31506
31507 \begin_layout Itemize
31508 \begin_inset Formula $\boldsymbol{@<<<}$
31509 \end_inset
31510
31511 は左矢印,
31512 \begin_inset Formula $\boldsymbol{@>>>}$
31513 \end_inset
31514
31515 は右矢印,
31516 \series bold
31517 @=
31518 \series default
31519 は長い等号を生成します.
31520 \end_layout
31521
31522 \begin_layout Itemize
31523
31524 \series bold
31525 @AAA
31526 \series default
31527 は上矢印,
31528 \series bold
31529 @VVV
31530 \series default
31531 は下矢印,
31532 \begin_inset Formula $\boldsymbol{@|}$
31533 \end_inset
31534
31535 は縦向きの等号を生成します.
31536 \end_layout
31537
31538 \begin_layout Itemize
31539
31540 \series bold
31541 @.
31542 \series default
31543 は関係が存在しない部分に置きます.
31544 \end_layout
31545
31546 \begin_layout Standard
31547 矢印はすべて,以下のようにラベル付けをすることができます.
31548 \end_layout
31549
31550 \begin_layout Itemize
31551 文章を,第1と第2の「
31552 \begin_inset Formula $<$
31553 \end_inset
31554
31555 」ないし「
31556 \begin_inset Formula $>$
31557 \end_inset
31558
31559 」のあいだに入れると,この文章は矢印の上に表示されます.第2・第3の「
31560 \begin_inset Formula $<$
31561 \end_inset
31562
31563 」ないし「
31564 \begin_inset Formula $>$
31565 \end_inset
31566
31567 」のあいだに入れると,矢印の下に表示されます.
31568 \end_layout
31569
31570 \begin_layout Itemize
31571 縦矢印に付ける文章を,第1・第2の「A」ないし「V」のあいだに入れると,この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,矢印の右に表示され
31572 ます.文章中に「A」や「V」の文字があるときには,これらは\SpecialChar TeX
31573 括弧の中に入れなくてはなりません.
31574 \end_layout
31575
31576 \begin_layout Standard
31577 以下は,上記のすべての関係を使った例です.
31578 \end_layout
31579
31580 \begin_layout Standard
31581 \begin_inset Formula 
31582 \[
31583 \begin{CD}A@>j>>B@>>k>C@=F\\
31584 @AmAA@.@VV{V}V@|\\
31585 D@<<j<E@>k>>F@=C
31586 \end{CD}
31587 \]
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \begin_layout Standard
31595 これを作るコマンドは,以下のとおりです.
31596 \begin_inset Newline newline
31597 \end_inset
31598
31599
31600 \series bold
31601
31602 \backslash
31603 CD
31604 \begin_inset space \textvisiblespace{}
31605 \end_inset
31606
31607 A
31608 \begin_inset Formula $\boldsymbol{@>}$
31609 \end_inset
31610
31611 j
31612 \begin_inset Formula $\boldsymbol{>>}$
31613 \end_inset
31614
31615 B
31616 \begin_inset Formula $\boldsymbol{@>>}$
31617 \end_inset
31618
31619 k
31620 \begin_inset Formula $\boldsymbol{>}$
31621 \end_inset
31622
31623 C@=F Ctrl+Return
31624 \begin_inset Newline newline
31625 \end_inset
31626
31627
31628 \begin_inset Phantom HPhantom
31629 status open
31630
31631 \begin_layout Plain Layout
31632
31633 \series bold
31634
31635 \backslash
31636 CD
31637 \begin_inset space \textvisiblespace{}
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \end_inset
31644
31645 @AmAA@.@VV
31646 \backslash
31647 {V
31648 \series default
31649
31650 \begin_inset Formula $\to$
31651 \end_inset
31652
31653
31654 \series bold
31655 V
31656 \begin_inset Formula $\boldsymbol{@|}$
31657 \end_inset
31658
31659  Ctrl+Return
31660 \begin_inset Newline newline
31661 \end_inset
31662
31663
31664 \begin_inset Phantom HPhantom
31665 status open
31666
31667 \begin_layout Plain Layout
31668
31669 \series bold
31670
31671 \backslash
31672 CD
31673 \begin_inset space \textvisiblespace{}
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \end_inset
31680
31681 D
31682 \begin_inset Formula $\boldsymbol{@<<}$
31683 \end_inset
31684
31685 j
31686 \begin_inset Formula $\boldsymbol{<}$
31687 \end_inset
31688
31689 E
31690 \begin_inset Formula $\boldsymbol{@>}$
31691 \end_inset
31692
31693 k
31694 \begin_inset Formula $\boldsymbol{>>}$
31695 \end_inset
31696
31697 F@=C
31698 \end_layout
31699
31700 \begin_layout Subsection
31701 xymatrix図解
31702 \begin_inset Index idx
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706 ずかい@図解 ! xymatrix
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 xymatricesを使うには,\SpecialChar LaTeX
31716 パッケージの
31717 \series bold
31718 xypic
31719 \series default
31720 が導入済みである必要があります.xymatrixは,数式中に
31721 \series bold
31722
31723 \backslash
31724 xymatrix
31725 \series default
31726 コマンドを入れることで作ることができます.すると,通常の行列と同じようにして,列や行を付け加えることができます.第
31727 \begin_inset CommandInset ref
31728 LatexCommand ref
31729 reference "sec:行列"
31730
31731 \end_inset
31732
31733 節をご参照下さい.
31734 \end_layout
31735
31736 \begin_layout Standard
31737 amscd図解とは異なり,xymatricesは,対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
31738 \family sans
31739 ヘルプ\SpecialChar menuseparator
31740 用途別説明書\SpecialChar menuseparator
31741 XY-pic説明書
31742 \family default
31743 メニューにある
31744 \emph on
31745 XY-pic説明書
31746 \emph default
31747 で詳しく網羅しています.
31748 \end_layout
31749
31750 \begin_layout Subsection
31751 ファインマン図
31752 \series medium
31753
31754 \begin_inset Index idx
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 ずかい@図解 ! ファインマン
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 ファインマン図を使うには,\SpecialChar LaTeX
31768 パッケージ
31769 \series bold
31770 feyn
31771 \series default
31772 を導入しておかなくてはなりません.すると,ファインマン図は,数式中で
31773 \series bold
31774
31775 \backslash
31776 Diagram
31777 \series default
31778 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31779 \begin_inset CommandInset ref
31780 LatexCommand ref
31781 reference "sec:行列"
31782
31783 \end_inset
31784
31785 節参照).
31786 \end_layout
31787
31788 \begin_layout Standard
31789 \SpecialChar LyX
31790 でのファインマン図の作り方は,メニュー
31791 \family sans
31792 ヘルプ\SpecialChar menuseparator
31793 用途別説明書
31794 \family default
31795 内の『
31796 \emph on
31797 ファインマン図
31798 \emph default
31799 』にあります.
31800 \end_layout
31801
31802 \begin_layout Section
31803 自己定義コマンド
31804 \begin_inset Index idx
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808 じこていぎこまんど@自己定義コマンド
31809 \end_layout
31810
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset Note Greyedout
31818 status open
31819
31820 \begin_layout Plain Layout
31821 【註】自己定義コマンド名及びマクロ名には,ラテン文字しか使用することができません.
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Subsection
31830
31831 \backslash
31832 newcommandコマンド
31833 \begin_inset CommandInset label
31834 LatexCommand label
31835 name "subsec:newcommandコマンド"
31836
31837 \end_inset
31838
31839
31840 \begin_inset Index idx
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 じこていぎこまんど@自己定義コマンド ! 
31845 \backslash
31846 newcommand
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \begin_inset Index idx
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 こまんど@コマンド ! N ! 
31857 \backslash
31858 newcommand
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 頻繁に用いるには,長すぎる\SpecialChar LaTeX
31868 コマンドはたくさんありますが,
31869 \series bold
31870
31871 \backslash
31872 newcommand
31873 \series default
31874 コマンドを使えば,新しい短縮コマンドを定義することが可能です.
31875 \end_layout
31876
31877 \begin_layout Standard
31878
31879 \series bold
31880
31881 \backslash
31882 newcommand
31883 \series default
31884 コマンドの書式は,
31885 \end_layout
31886
31887 \begin_layout Standard
31888
31889 \series bold
31890
31891 \backslash
31892 newcommand{新コマンド名}[引数の数][オプションの値]
31893 \begin_inset Newline newline
31894 \end_inset
31895
31896
31897 \begin_inset Phantom HPhantom
31898 status open
31899
31900 \begin_layout Plain Layout
31901
31902 \series bold
31903
31904 \backslash
31905 newcommand
31906 \end_layout
31907
31908 \end_inset
31909
31910 {コマンド定義}
31911 \end_layout
31912
31913 \begin_layout Standard
31914 です.
31915 \end_layout
31916
31917 \begin_layout Standard
31918 \begin_inset Note Greyedout
31919 status open
31920
31921 \begin_layout Plain Layout
31922
31923 \series bold
31924 【註】
31925 \series default
31926 新コマンド名が,使用中の文書や呼び出している\SpecialChar LaTeX
31927 パッケージで,既に使用されていないことを確認して下さい.たとえば,
31928 \series bold
31929
31930 \backslash
31931 Leftarrow
31932 \series default
31933 の短縮のつもりで
31934 \series bold
31935
31936 \backslash
31937 le
31938 \series default
31939 というコマンドを定義したとすると,
31940 \series bold
31941
31942 \backslash
31943 le
31944 \series default
31945 は既に「
31946 \begin_inset Formula $\le$
31947 \end_inset
31948
31949 」を表すコマンドとして定義されてしまっているので,エラーメッセージが表示されます.
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Standard
31958 「引数の数」は,0
31959 \begin_inset space \thinspace{}
31960 \end_inset
31961
31962 -
31963 \begin_inset space \thinspace{}
31964 \end_inset
31965
31966 9の範囲の整数であり,新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,非必須の引数の既定値を定義できます.これを指定すると,新コマン
31967 ドの
31968 \emph on
31969 最初の
31970 \emph default
31971 引数は,自動的に非必須の引数になります.
31972 \end_layout
31973
31974 \begin_layout Standard
31975 以下にいくつかの例を挙げます.
31976 \end_layout
31977
31978 \begin_layout Itemize
31979
31980 \series bold
31981
31982 \backslash
31983 Longrightarrow
31984 \series default
31985 の短縮形として
31986 \series bold
31987
31988 \backslash
31989 gr
31990 \series default
31991 というコマンドを定義するには,\SpecialChar LaTeX
31992 プリアンブルに以下の行を加えます.
31993 \begin_inset VSpace medskip
31994 \end_inset
31995
31996
31997 \begin_inset Newline newline
31998 \end_inset
31999
32000
32001 \series bold
32002
32003 \backslash
32004 newcommand{
32005 \backslash
32006 gr}{
32007 \backslash
32008 Longrightarrow}
32009 \end_layout
32010
32011 \begin_layout Itemize
32012
32013 \series bold
32014
32015 \backslash
32016 underline
32017 \series default
32018 の短縮形として
32019 \series bold
32020
32021 \backslash
32022 us
32023 \series default
32024 というコマンドを定義するには,(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,以下のようなプリアンブル行を入れます.
32025 \begin_inset VSpace medskip
32026 \end_inset
32027
32028
32029 \begin_inset Newline newline
32030 \end_inset
32031
32032
32033 \series bold
32034
32035 \backslash
32036 newcommand{
32037 \backslash
32038 us}[1]{
32039 \backslash
32040 underline{#1}}
32041 \series default
32042
32043 \begin_inset VSpace medskip
32044 \end_inset
32045
32046
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050
32051 \series bold
32052 #
32053 \series default
32054 」という文字は,引数の入る場所を示し,その後ろの「
32055 \series bold
32056 1
32057 \series default
32058 」は,これが第1引数の入る場所であることを示します.
32059 \end_layout
32060
32061 \begin_layout Itemize
32062
32063 \series bold
32064
32065 \backslash
32066 framebox
32067 \series default
32068 の短縮形として,たとえば
32069 \series bold
32070
32071 \backslash
32072 fb
32073 \series default
32074 というコマンドを定義するには,
32075 \begin_inset VSpace medskip
32076 \end_inset
32077
32078
32079 \begin_inset Newline newline
32080 \end_inset
32081
32082
32083 \series bold
32084
32085 \backslash
32086 newcommand{
32087 \backslash
32088 fb}[3]{
32089 \backslash
32090 framebox#1#2{$#3$}}
32091 \series default
32092
32093 \begin_inset VSpace medskip
32094 \end_inset
32095
32096
32097 \begin_inset Newline newline
32098 \end_inset
32099
32100 二つのドルマークは,
32101 \series bold
32102
32103 \backslash
32104 framebox
32105 \series default
32106 が必要とする内部の数式を作り出します.第
32107 \begin_inset CommandInset ref
32108 LatexCommand ref
32109 reference "subsec:枠付きボックス"
32110
32111 \end_inset
32112
32113 節をご参照下さい.
32114 \end_layout
32115
32116 \begin_layout Itemize
32117 ボックスの色を指定する必要がない
32118 \series bold
32119
32120 \backslash
32121 fcolorbox
32122 \series default
32123 用の新コマンドを作るには,以下のように,色を示す引数を非必須として定義します.
32124 \begin_inset VSpace medskip
32125 \end_inset
32126
32127
32128 \begin_inset Newline newline
32129 \end_inset
32130
32131
32132 \series bold
32133
32134 \backslash
32135 newcommand{
32136 \backslash
32137 cb}[3][white]{
32138 \backslash
32139 fcolorbox{#2}{#1}{$#3$}}
32140 \series default
32141
32142 \begin_inset VSpace medskip
32143 \end_inset
32144
32145
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \series bold
32151
32152 \backslash
32153 cb
32154 \series default
32155 を使うときに色が指定されなければ,事前に定義された色である
32156 \series bold
32157 white
32158 \series default
32159 が使用されます.
32160 \end_layout
32161
32162 \begin_layout Standard
32163 以下は,上で定義したコマンドの動作テストです.
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \align center
32168 \begin_inset Tabular
32169 <lyxtabular version="3" rows="6" columns="2">
32170 <features booktabs="true" tabularvalignment="middle">
32171 <column alignment="center" valignment="top" width="0pt">
32172 <column alignment="center" valignment="top">
32173 <row>
32174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 コマンド
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187 出力
32188 \end_layout
32189
32190 \end_inset
32191 </cell>
32192 </row>
32193 <row>
32194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 A
32199 \backslash
32200 gr
32201 \begin_inset space \textvisiblespace{}
32202 \end_inset
32203
32204 B
32205 \end_layout
32206
32207 \end_inset
32208 </cell>
32209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213 \begin_inset Formula $A\gr B$
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \end_inset
32220 </cell>
32221 </row>
32222 <row>
32223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227
32228 \backslash
32229 us{ABcd
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 \begin_inset Formula $\us{ABcd}$
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 </row>
32247 <row topspace="1mm">
32248 <cell alignment="center" valignment="top" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252
32253 \backslash
32254 fb{[2cm]
32255 \begin_inset Formula $\to$
32256 \end_inset
32257
32258
32259 \backslash
32260 {
32261 \begin_inset Formula $\to$
32262 \end_inset
32263
32264
32265 \backslash
32266 {
32267 \backslash
32268 int
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272 A=B
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32278 \begin_inset Text
32279
32280 \begin_layout Plain Layout
32281 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 </row>
32290 <row topspace="1.5mm">
32291 <cell alignment="center" valignment="top" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295
32296 \backslash
32297 cb{red
32298 \begin_inset Formula $\to$
32299 \end_inset
32300
32301
32302 \backslash
32303 {
32304 \backslash
32305 int
32306 \begin_inset space \textvisiblespace{}
32307 \end_inset
32308
32309 A=B
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 \begin_inset Formula $\cb{red}{\int A=B}$
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 </row>
32327 <row topspace="1.5mm" bottomspace="1mm">
32328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332
32333 \backslash
32334 cb[green]
32335 \backslash
32336 {red
32337 \begin_inset Formula $\to$
32338 \end_inset
32339
32340
32341 \backslash
32342 {
32343 \backslash
32344 int
32345 \begin_inset space \textvisiblespace{}
32346 \end_inset
32347
32348 A=B
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 </row>
32366 </lyxtabular>
32367
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \begin_layout Subsection
32374 数式マクロ
32375 \begin_inset Index idx
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \begin_inset Index idx
32386 status collapsed
32387
32388 \begin_layout Plain Layout
32389 まくろ@マクロ
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 自己定義コマンドは,複雑な表現を使うときに特に便利です.たとえば,文書中で二次方程式を扱っているとすると,同じような解の形が何度も出てきます.二次方程式の一般型
32399 は,
32400 \begin_inset Formula 
32401 \[
32402 0=\lambda^{2}+p\lambda+q
32403 \]
32404
32405 \end_inset
32406
32407 であり,その解の一般型は
32408 \begin_inset Formula 
32409 \[
32410 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32411 \]
32412
32413 \end_inset
32414
32415
32416 \end_layout
32417
32418 \begin_layout Standard
32419 です.
32420 \begin_inset Formula $\lambda$
32421 \end_inset
32422
32423
32424 \begin_inset Formula $p$
32425 \end_inset
32426
32427
32428 \begin_inset Formula $q$
32429 \end_inset
32430
32431 の3つのパラメータを指定することが必須であり,
32432 \begin_inset Formula $\lambda$
32433 \end_inset
32434
32435 の指数をオプションとして与えることができるような,解の公式のコマンドを定義するには,以下のような\SpecialChar LaTeX
32436 プリアンブル行を加えます.
32437 \begin_inset Newline newline
32438 \end_inset
32439
32440
32441 \series bold
32442
32443 \backslash
32444 newcommand{
32445 \backslash
32446 qG}[4][1,
32447 \backslash
32448 ,2]{#2_{#1}=-
32449 \backslash
32450 frac{#3}{2}
32451 \backslash
32452 pm
32453 \begin_inset Newline newline
32454 \end_inset
32455
32456
32457 \begin_inset Phantom HPhantom
32458 status open
32459
32460 \begin_layout Plain Layout
32461
32462 \series bold
32463
32464 \backslash
32465 newcommand
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \backslash
32472 sqrt{
32473 \backslash
32474 frac{#3^{2}}{4}-#4}}
32475 \end_layout
32476
32477 \begin_layout Standard
32478 これを使って解の公式を作るには,
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \series bold
32484
32485 \backslash
32486 qG{
32487 \backslash
32488 lambda
32489 \begin_inset Formula $\to$
32490 \end_inset
32491
32492
32493 \backslash
32494 {p
32495 \begin_inset Formula $\to$
32496 \end_inset
32497
32498
32499 \backslash
32500 {q
32501 \series default
32502 というコマンドを数式に入れます.
32503 \end_layout
32504
32505 \begin_layout Standard
32506 新コマンドを定義する方法は,たとえば\SpecialChar LaTeX
32507 中で分数は
32508 \series bold
32509
32510 \backslash
32511 frac{分子}{分母}
32512 \series default
32513 の形で入れなくてはならないことなど,使用するすべての\SpecialChar LaTeX
32514 コマンドの書式を知っている必要があるので,直感的ではありません.さらに,定義中で中括弧を入れ忘れることはよく
32515 あり,それをやってしまうと,\SpecialChar LyX
32516 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,\SpecialChar LyX
32517 は,
32518 \series bold
32519
32520 \backslash
32521 newcommand
32522 \series default
32523 コマンドの代わりに,数式マクロを使う方法を提供しています.
32524 \end_layout
32525
32526 \begin_layout Standard
32527 数式マクロは,
32528 \family sans
32529 挿入\SpecialChar menuseparator
32530 数式\SpecialChar menuseparator
32531 マクロ
32532 \family default
32533 メニューか,ツールバーボタンの
32534 \begin_inset Info
32535 type  "icon"
32536 arg   "math-macro newmacroname_newcommand"
32537 \end_inset
32538
32539 で作ることができます.すると,数式マクロツールバーが表示されるとともに,マクロを定義した箇所に以下のようなボックスが現れます.
32540 \begin_inset Newline newline
32541 \end_inset
32542
32543
32544 \begin_inset space \hspace*{\fill}
32545 \end_inset
32546
32547
32548 \begin_inset Graphics
32549         filename clipart/macrobox.png
32550         scale 95
32551
32552 \end_inset
32553
32554
32555 \begin_inset space \hspace*{\fill}
32556 \end_inset
32557
32558
32559 \begin_inset Newline newline
32560 \end_inset
32561
32562
32563 \begin_inset FormulaMacro
32564 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32565 \end_inset
32566
32567
32568 \backslash
32569 newmacronameが既定のマクロ名として現れますが,意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
32570 \series bold
32571
32572 \backslash
32573 #1
32574 \series default
32575 のように
32576 \series bold
32577
32578 \backslash
32579 #引数番号
32580 \series default
32581 というコマンドで入力するか,マクロツールバーボタンの
32582 \begin_inset Info
32583 type  "icon"
32584 arg   "math-macro-add-param"
32585 \end_inset
32586
32587 を使用します.引数位置は赤で表示されます.引数は,最大で9つまでとることができます.非必須引数は,ツールバーボタンの
32588 \begin_inset Info
32589 type  "icon"
32590 arg   "math-macro-add-optional-param"
32591 \end_inset
32592
32593 で作ることができます.最初の必須引数は,ツールバーボタンの
32594 \begin_inset Info
32595 type  "icon"
32596 arg   "math-macro-make-optional"
32597 \end_inset
32598
32599 を使って,非必須引数にすることができます.二つ目の青枠には,\SpecialChar LyX
32600 中でのマクロの表示のしかたを定義することができます.通常は,定義したとおりに表示された方が便利なので
32601 ,この枠は空白にしておきます.しかし,画面の過半を占拠してしまうようなマクロを作ってしまった場合には,たとえばこの枠に
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605
32606 \series bold
32607 qG: 
32608 \backslash
32609 #1
32610 \series default
32611  
32612 \series bold
32613 ,
32614 \series default
32615  
32616 \series bold
32617
32618 \backslash
32619 #2
32620 \series default
32621  
32622 \series bold
32623 ,
32624 \series default
32625  
32626 \series bold
32627
32628 \backslash
32629 #3, 
32630 \backslash
32631 #4
32632 \begin_inset Newline newline
32633 \end_inset
32634
32635
32636 \series default
32637 のように入れることができます.このようにすると,マクロ名と引数のみが\SpecialChar LyX
32638 上に表示され,見通しが良くなります.一方,出力での数式は,最初の枠で定義したように表示されま
32639 す.
32640 \begin_inset Newline newline
32641 \end_inset
32642
32643 さらに,数式中のマクロ表示は,マクロの中にカーソルを置いて,
32644 \family sans
32645 表示\SpecialChar menuseparator
32646 数式マクロを展開(畳む)
32647 \family default
32648 メニューを使うことで,マクロ毎に変えることができます.
32649 \end_layout
32650
32651 \begin_layout Standard
32652 マクロを使うには,数式中にマクロ名をコマンドとして入れます.上記の例では,
32653 \series bold
32654
32655 \backslash
32656 qG
32657 \series default
32658 とします.このマクロは,\SpecialChar LyX
32659 中では以下のように表示されます.
32660 \begin_inset Newline newline
32661 \end_inset
32662
32663
32664 \begin_inset space \hspace*{\fill}
32665 \end_inset
32666
32667
32668 \begin_inset Graphics
32669         filename ../clipart/macrouse.png
32670         scale 95
32671
32672 \end_inset
32673
32674
32675 \begin_inset space \hspace*{\fill}
32676 \end_inset
32677
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682 以下は,上記の例に,引数
32683 \begin_inset Formula $x$
32684 \end_inset
32685
32686
32687 \begin_inset Formula $\ln(x)$
32688 \end_inset
32689
32690
32691 \begin_inset Formula $B$
32692 \end_inset
32693
32694 を指定したものです.
32695 \end_layout
32696
32697 \begin_layout Standard
32698 \begin_inset Formula 
32699 \[
32700 \qG x{\ln(x)}B
32701 \]
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Standard
32709 \SpecialChar LyX
32710 は,
32711 \family sans
32712 ツール\SpecialChar menuseparator
32713 設定\SpecialChar menuseparator
32714 編集\SpecialChar menuseparator
32715 制御
32716 \family default
32717 メニューで,マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,様式を選択してから,違いを見るために数式マクロにカーソルを合わ
32718 せてみてください.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 数式マクロは,文書書き出し時に,内部的に
32723 \series bold
32724
32725 \backslash
32726 newcommand
32727 \series default
32728 コマンドに変換されます.こうして生成された
32729 \series bold
32730
32731 \backslash
32732 newcommand
32733 \series default
32734 コマンドは,\SpecialChar LaTeX
32735 プリアンブルには置かれませんので,マクロは,文書中,マクロ定義ボックスよりも後の数式でのみ使うことができます.
32736 \end_layout
32737
32738 \begin_layout Standard
32739 数式マクロは,
32740 \series bold
32741
32742 \backslash
32743 newcommand
32744 \series default
32745 コマンドから直接作ることもできます.たとえば,\SpecialChar LyX
32746 中に通常の文章として,
32747 \series bold
32748
32749 \begin_inset Newline newline
32750 \end_inset
32751
32752
32753 \backslash
32754 newcommand{
32755 \backslash
32756 larrow}[2]{
32757 \backslash
32758 xleftarrow[#2]{#1}}
32759 \begin_inset Newline newline
32760 \end_inset
32761
32762
32763 \series default
32764 というコマンドを書き入れ,この全体を選択して,
32765 \begin_inset Flex Ruby
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 捷径
32770 \begin_inset Argument post:1
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 ショートカット
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \family sans
32786 Ctrl+M
32787 \family default
32788 を押すと,このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
32789 \series bold
32790
32791 \backslash
32792 newcommand
32793 \series default
32794 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,間違ったマクロが作られてしまって,\SpecialChar LaTeX
32795 エラーが発生します.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 数式マクロには,まだ,マクロ定義中に再帰的に数式を入れてしまうと,正しく処理されないという問題が残っています.したがって,第
32800 \begin_inset CommandInset ref
32801 LatexCommand ref
32802 reference "subsec:newcommandコマンド"
32803
32804 \end_inset
32805
32806 節で例として作った
32807 \series bold
32808
32809 \backslash
32810 fb
32811 \series default
32812 は,マクロとしては作ることができません.
32813 \end_layout
32814
32815 \begin_layout Standard
32816 カーソルがマクロ定義ボックスの中にあるとき,\SpecialChar LyX
32817 中に以下のようなマクロツールバーが表示されます.
32818 \end_layout
32819
32820 \begin_layout Standard
32821 \begin_inset VSpace defskip
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset Graphics
32829         filename ../clipart/MacroToolbar.png
32830
32831 \end_inset
32832
32833
32834 \begin_inset Index idx
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838 まくろ@マクロ ! つーるばー@ツールバー
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 \begin_inset VSpace defskip
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 マクロツールバーは,左から右に,以下の各ボタンがあります.
32855 \end_layout
32856
32857 \begin_layout Standard
32858 \begin_inset VSpace defskip
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Standard
32865 \begin_inset Tabular
32866 <lyxtabular version="3" rows="9" columns="2">
32867 <features islongtable="true" longtabularalignment="center">
32868 <column alignment="left" valignment="top">
32869 <column alignment="left" valignment="top" width="85col%">
32870 <row interlinespace="2.5mm">
32871 <cell alignment="center" valignment="top" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 \begin_inset Info
32876 type  "icon"
32877 arg   "math-macro-remove-param"
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889
32890 \family sans
32891 編集\SpecialChar menuseparator
32892 数式\SpecialChar menuseparator
32893 マクロ定義\SpecialChar menuseparator
32894 最後の引数を削除
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 </row>
32900 <row interlinespace="2.5mm">
32901 <cell alignment="center" valignment="top" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905 \begin_inset Info
32906 type  "icon"
32907 arg   "math-macro-add-param"
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919
32920 \family sans
32921 編集\SpecialChar menuseparator
32922 数式\SpecialChar menuseparator
32923 マクロ定義\SpecialChar menuseparator
32924 引数を追加
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 </row>
32930 <row interlinespace="2.5mm">
32931 <cell alignment="center" valignment="top" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 \begin_inset Info
32936 type  "icon"
32937 arg   "math-macro-make-optional"
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 <cell alignment="center" valignment="top" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949
32950 \family sans
32951 編集\SpecialChar menuseparator
32952 数式\SpecialChar menuseparator
32953 マクロ定義\SpecialChar menuseparator
32954 最初の必須引数を
32955 \begin_inset Newline newline
32956 \end_inset
32957
32958
32959 \begin_inset Phantom HPhantom
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \family sans
32965 編集\SpecialChar menuseparator
32966 数式\SpecialChar menuseparator
32967 マクロ定義\SpecialChar menuseparator
32968
32969 \end_layout
32970
32971 \end_inset
32972
32973 非必須引数にする
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 </row>
32979 <row interlinespace="2.5mm">
32980 <cell alignment="center" valignment="top" usebox="none">
32981 \begin_inset Text
32982
32983 \begin_layout Plain Layout
32984 \begin_inset Info
32985 type  "icon"
32986 arg   "math-macro-make-nonoptional"
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \end_inset
32993 </cell>
32994 <cell alignment="center" valignment="top" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998
32999 \family sans
33000 編集\SpecialChar menuseparator
33001 数式\SpecialChar menuseparator
33002 マクロ定義\SpecialChar menuseparator
33003 最後の非必須引数を
33004 \begin_inset Newline newline
33005 \end_inset
33006
33007
33008 \begin_inset Phantom HPhantom
33009 status open
33010
33011 \begin_layout Plain Layout
33012
33013 \family sans
33014 編集\SpecialChar menuseparator
33015 数式\SpecialChar menuseparator
33016 マクロ定義\SpecialChar menuseparator
33017
33018 \end_layout
33019
33020 \end_inset
33021
33022 必須引数にする
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 </row>
33028 <row interlinespace="2.5mm">
33029 <cell alignment="center" valignment="top" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 \begin_inset Info
33034 type  "icon"
33035 arg   "math-macro-remove-optional-param"
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 <cell alignment="center" valignment="top" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047
33048 \family sans
33049 編集\SpecialChar menuseparator
33050 数式\SpecialChar menuseparator
33051 マクロ定義\SpecialChar menuseparator
33052 非必須引数を削除
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 </row>
33058 <row interlinespace="2.5mm">
33059 <cell alignment="center" valignment="top" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063 \begin_inset Info
33064 type  "icon"
33065 arg   "math-macro-add-optional-param"
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 <cell alignment="center" valignment="top" usebox="none">
33074 \begin_inset Text
33075
33076 \begin_layout Plain Layout
33077
33078 \family sans
33079 編集\SpecialChar menuseparator
33080 数式\SpecialChar menuseparator
33081 マクロ定義\SpecialChar menuseparator
33082 非必須引数を挿入
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 </row>
33088 <row interlinespace="2.5mm">
33089 <cell alignment="center" valignment="top" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 \begin_inset Info
33094 type  "icon"
33095 arg   "math-macro-remove-greedy-param"
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107
33108 \family sans
33109 編集\SpecialChar menuseparator
33110 数式\SpecialChar menuseparator
33111 マクロ定義\SpecialChar menuseparator
33112 右に吐き出す形で
33113 \begin_inset Newline newline
33114 \end_inset
33115
33116
33117 \begin_inset Phantom HPhantom
33118 status open
33119
33120 \begin_layout Plain Layout
33121
33122 \family sans
33123 編集\SpecialChar menuseparator
33124 数式\SpecialChar menuseparator
33125 マクロ定義\SpecialChar menuseparator
33126
33127 \end_layout
33128
33129 \end_inset
33130
33131 最後の引数を削除
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row interlinespace="2.5mm">
33138 <cell alignment="center" valignment="top" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 \begin_inset Info
33143 type  "icon"
33144 arg   "math-macro-append-greedy-param"
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156
33157 \family sans
33158 編集\SpecialChar menuseparator
33159 数式\SpecialChar menuseparator
33160 マクロ定義\SpecialChar menuseparator
33161 右から喰う形で
33162 \begin_inset Newline newline
33163 \end_inset
33164
33165
33166 \begin_inset Phantom HPhantom
33167 status open
33168
33169 \begin_layout Plain Layout
33170
33171 \family sans
33172 編集\SpecialChar menuseparator
33173 数式\SpecialChar menuseparator
33174 マクロ定義\SpecialChar menuseparator
33175
33176 \end_layout
33177
33178 \end_inset
33179
33180 引数を追加
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row interlinespace="2.5mm">
33187 <cell alignment="center" valignment="top" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Info
33192 type  "icon"
33193 arg   "math-macro-add-greedy-optional-param"
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 <cell alignment="center" valignment="top" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205
33206 \family sans
33207 編集\SpecialChar menuseparator
33208 数式\SpecialChar menuseparator
33209 マクロ定義\SpecialChar menuseparator
33210 右から喰う形で
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset Phantom HPhantom
33216 status open
33217
33218 \begin_layout Plain Layout
33219
33220 \family sans
33221 編集\SpecialChar menuseparator
33222 数式\SpecialChar menuseparator
33223 マクロ定義\SpecialChar menuseparator
33224
33225 \end_layout
33226
33227 \end_inset
33228
33229 非必須引数を追加
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 </row>
33235 </lyxtabular>
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Section
33243 コンピュータ代数システム
33244 \end_layout
33245
33246 \begin_layout Standard
33247 \SpecialChar LyX
33248 では,\SpecialChar LyX
33249 の数式エディタで書かれた数式表現と,外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
33250 \family sans
33251 Maple
33252 \family default
33253
33254 \family sans
33255 Mathematica
33256 \family default
33257
33258 \family sans
33259 Maxima
33260 \family default
33261
33262 \family sans
33263 Octave
33264 \family default
33265 です.サポートされている数式表現は,非常に単純なものに限られていますので,ご注意ください.
33266 \end_layout
33267
33268 \begin_layout Subsection
33269 使用法
33270 \end_layout
33271
33272 \begin_layout Standard
33273 数式表現を書いた後,
33274 \family sans
33275 編集\SpecialChar menuseparator
33276 数式\SpecialChar menuseparator
33277 コンピュータ代数システムを使用
33278 \family default
33279 メニューで,コンピュータに導入済みのプログラムを選択します.その後,計算結果が,数式表現の右に「=」演算子とともに表示されます.
33280 \end_layout
33281
33282 \begin_layout Standard
33283 下記は,どのような計算が可能かをいくつか例示したものです(出力は
33284 \family typewriter
33285 Maxima
33286 \family default
33287 です).
33288 \end_layout
33289
33290 \begin_layout Itemize
33291 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Itemize
33298 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Itemize
33305 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Itemize
33312 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
33313 \end_inset
33314
33315
33316 \begin_inset Newline newline
33317 \end_inset
33318
33319
33320 \begin_inset Note Greyedout
33321 status open
33322
33323 \begin_layout Plain Layout
33324
33325 \series bold
33326 【註】
33327 \series default
33328 単純な「(」「)」文字ではなく,適切な区切り差込枠
33329 \begin_inset Formula $\left(\right)$
33330 \end_inset
33331
33332 を使わなくてはなりません.
33333 \end_layout
33334
33335 \end_inset
33336
33337  
33338 \end_layout
33339
33340 \begin_layout Itemize
33341 \begin_inset Formula $\det\left[\begin{array}{ccc}
33342 1 & 6 & 7\\
33343 2 & 5 & 8\\
33344 3 & 4 & 17
33345 \end{array}\right]=-56$
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Itemize
33352 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Itemize
33359 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Itemize
33366 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Subsection
33373 捷径
33374 \end_layout
33375
33376 \begin_layout Standard
33377 現在のところ,代数プログラムを呼び出すための
33378 \begin_inset Flex Ruby
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382 捷径
33383 \begin_inset Argument post:1
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387 ショートカット
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396
33397 はありません.しかし,捷径を
33398 \family sans
33399 math-extern
33400 \family default
33401  \SpecialChar LyX
33402 関数にバインドすることは容易です(取扱説明書『
33403 \family sans
33404 \emph on
33405 \SpecialChar LyX
33406 関数篇
33407 \family default
33408 \emph default
33409 』参照).例えば,数式エディタ中で
33410 \family sans
33411 リターン
33412 \family default
33413
33414 \begin_inset Flex Ruby
33415 status collapsed
33416
33417 \begin_layout Plain Layout
33418
33419 \begin_inset Argument post:1
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 キー
33424 \end_layout
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \end_inset
33432
33433 をバインドさせることもできます.それを
33434 \family typewriter
33435 Maxima
33436 \family default
33437 にバインドするには,下記の捷径定義コマンドを使用します.
33438 \end_layout
33439
33440 \begin_layout Standard
33441
33442 \series bold
33443 command-alternatives paragraph-break;math-extern maxima
33444 \end_layout
33445
33446 \begin_layout Section
33447 補遺
33448 \begin_inset Index idx
33449 status collapsed
33450
33451 \begin_layout Plain Layout
33452 ほい@補遺
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Subsection
33461 負の数
33462 \begin_inset Index idx
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 かず@数 ! ふの@負の
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Standard
33475 数式中の負の数は,数の前の負符号が,差演算子記号と同じ長さに設定されてしまうために,汚く見えてしまうことがあります.負の数を通常の文章として書くと,負符号は正し
33476 く表示されます.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 したがって,この問題は,負符号を数式テキストに変換することによって,解消されます.
33481 \end_layout
33482
33483 \begin_layout Standard
33484 以下は,この問題を示す例です.
33485 \end_layout
33486
33487 \begin_layout Standard
33488 \align center
33489 \begin_inset Tabular
33490 <lyxtabular version="3" rows="3" columns="2">
33491 <features booktabs="true" tabularvalignment="middle">
33492 <column alignment="right" valignment="top" width="0pt">
33493 <column alignment="left" valignment="top">
33494 <row>
33495 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 通常の文章:
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 x = -2
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 数式:
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 \begin_inset Formula $x=-2$
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 解決策:
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 \begin_inset Formula $x=\textrm{-}2$
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 </row>
33560 </lyxtabular>
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \begin_layout Subsection
33568 位区切りとしてのコンマ
33569 \begin_inset Index idx
33570 status collapsed
33571
33572 \begin_layout Plain Layout
33573 こんま@コンマ
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \begin_inset Index idx
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583 かんま@カンマ
33584 \begin_inset ERT
33585 status collapsed
33586
33587 \begin_layout Plain Layout
33588
33589 |see{
33590 \end_layout
33591
33592 \end_inset
33593
33594 コンマ
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600 }
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Standard
33614 \SpecialChar LaTeX
33615 では,英語の慣習にしたがい,数式中のコンマを数字の位区切りに使用します.よって,数式中のコンマの後ろには,つねに空白が加わります.
33616 \end_layout
33617
33618 \begin_layout Standard
33619 これを回避するためには,コンマを選択して,数式テキストに変更して下さい(
33620 \begin_inset Flex Ruby
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 捷径
33625 \begin_inset Argument post:1
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629 ショートカット
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \begin_inset Info
33641 type  "shortcut"
33642 arg   "math-mode"
33643 \end_inset
33644
33645 ).
33646 \end_layout
33647
33648 \begin_layout Standard
33649 文書中の数式コンマを,すべて小数点として使うには,\SpecialChar LaTeX
33650 プリアンブルに
33651 \end_layout
33652
33653 \begin_layout Standard
33654
33655 \series bold
33656
33657 \backslash
33658 usepackage{icomma}
33659 \end_layout
33660
33661 \begin_layout Standard
33662 という行を加えて,
33663 \series bold
33664 icomma.sty
33665 \series default
33666
33667 \begin_inset Foot
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672 \series bold
33673 icomma
33674 \series default
33675 は,\SpecialChar LaTeX
33676 パッケージ
33677 \series bold
33678 was
33679 \series default
33680
33681 \begin_inset Index idx
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685 ぱっけーじ@パッケージ ! was
33686 \begin_inset ERT
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690
33691
33692 \backslash
33693 vspace{4mm}
33694 \end_layout
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \end_inset
33702
33703 に含まれています.
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \begin_inset Index idx
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 ぱっけーじ@パッケージ ! icomma
33714 \end_layout
33715
33716 \end_inset
33717
33718 ファイルを読み込みます.
33719 \end_layout
33720
33721 \begin_layout Subsection
33722 物理ベクトル
33723 \begin_inset CommandInset label
33724 LatexCommand label
33725 name "subsec:物理ベクトル"
33726
33727 \end_inset
33728
33729
33730 \begin_inset Index idx
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 べくとる@ベクトル ! ぶつり@物理
33735 \begin_inset space \thinspace{}
33736 \end_inset
33737
33738 ——
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Standard
33747 \SpecialChar LaTeX
33748 パッケージ
33749 \series bold
33750 braket
33751 \series default
33752
33753 \begin_inset Foot
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757
33758 \series bold
33759 braket
33760 \series default
33761  は標準的\SpecialChar LaTeX
33762 頒布版のすべてに含まれています.
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \begin_inset Index idx
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772 ぱっけーじ@パッケージ ! braket
33773 \end_layout
33774
33775 \end_inset
33776
33777 には,定義済みのベクトルが提供されており,
33778 \end_layout
33779
33780 \begin_layout Standard
33781
33782 \series bold
33783
33784 \backslash
33785 usepackage{braket}
33786 \end_layout
33787
33788 \begin_layout Standard
33789 という\SpecialChar LaTeX
33790 プリアンブル行で読み込むことができます.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799
33800 \backslash
33801 ifbraket 
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \begin_inset Note Note
33808 status open
33809
33810 \begin_layout Plain Layout
33811 以下の表は,
33812 \series bold
33813 braket
33814 \series default
33815  \SpecialChar LaTeX
33816 パッケージが導入済みのときのみ表示されます.
33817 \end_layout
33818
33819 \end_inset
33820
33821 以下のコマンドが定義されています.
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \align center
33826 \begin_inset Tabular
33827 <lyxtabular version="3" rows="4" columns="2">
33828 <features booktabs="true" tabularvalignment="middle">
33829 <column alignment="center" valignment="top" width="0pt">
33830 <column alignment="center" valignment="top">
33831 <row>
33832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33833 \begin_inset Text
33834
33835 \begin_layout Plain Layout
33836 コマンド
33837 \end_layout
33838
33839 \end_inset
33840 </cell>
33841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Plain Layout
33845 出力
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row>
33852 <cell alignment="center" valignment="top" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856
33857 \backslash
33858 Bra{
33859 \backslash
33860 psi
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 \begin_inset Formula $\Bra{\psi}$
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 </row>
33878 <row>
33879 <cell alignment="center" valignment="top" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883
33884 \backslash
33885 Ket{
33886 \backslash
33887 psi
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 <cell alignment="center" valignment="top" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896 \begin_inset Formula $\Ket{\psi}$
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row>
33906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910
33911 \backslash
33912 Braket{
33913 \backslash
33914 psi|
33915 \backslash
33916 phi
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 \begin_inset Formula $\Braket{\psi|\phi}$
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 </row>
33934 </lyxtabular>
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942
33943 \series bold
33944
33945 \backslash
33946 Braket
33947 \series default
33948 コマンドを使うと,以下のように,すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
33949 \begin_inset Formula 
33950 \[
33951 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
33952 \]
33953
33954 \end_inset
33955
33956
33957 \begin_inset ERT
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961
33962
33963 \backslash
33964 else 
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \begin_inset Note Note
33971 status open
33972
33973 \begin_layout Plain Layout
33974
33975 \series bold
33976 braket
33977 \series default
33978  \SpecialChar LaTeX
33979 パッケージが導入されていないときには,以下が表示されます.
33980 \end_layout
33981
33982 \end_inset
33983
33984
33985 \end_layout
33986
33987 \begin_layout Standard
33988 本小節の全体を出力で見るためには,
33989 \series bold
33990 braket
33991 \series default
33992  \SpecialChar LaTeX
33993 パッケージを導入する必要があります.
33994 \end_layout
33995
33996 \begin_layout Standard
33997 \begin_inset ERT
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001
34002
34003 \backslash
34004 fi 
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013
34014 \series bold
34015
34016 \backslash
34017 Braket
34018 \series default
34019 と同じ効果は,第
34020 \begin_inset CommandInset ref
34021 LatexCommand ref
34022 reference "subsec:自動の括弧丈"
34023
34024 \end_inset
34025
34026 節に説明されているとおり,
34027 \series bold
34028
34029 \backslash
34030 middle
34031 \series default
34032 コマンドを用いることによっても実現できます.
34033 \end_layout
34034
34035 \begin_layout Subsection
34036 自己定義の分数
34037 \begin_inset CommandInset label
34038 LatexCommand label
34039 name "subsec:自己定義の分数"
34040
34041 \end_inset
34042
34043
34044 \begin_inset Index idx
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 ぶんすう@分数 ! じこていぎの@自己定義の
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \begin_layout Standard
34057 分数用の自己定義コマンドを定義するには,以下の書式を持つ
34058 \series bold
34059
34060 \backslash
34061 genfrac
34062 \series default
34063
34064 \begin_inset Index idx
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068 こまんど@コマンド ! G ! 
34069 \backslash
34070 genfrac
34071 \end_layout
34072
34073 \end_inset
34074
34075 コマンドを使います.
34076 \end_layout
34077
34078 \begin_layout Standard
34079
34080 \series bold
34081
34082 \backslash
34083 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34084 \begin_inset Newline newline
34085 \end_inset
34086
34087
34088 \begin_inset Phantom HPhantom
34089 status open
34090
34091 \begin_layout Plain Layout
34092
34093 \series bold
34094
34095 \backslash
34096 genfrac
34097 \end_layout
34098
34099 \end_inset
34100
34101 {分子}{分母}
34102 \end_layout
34103
34104 \begin_layout Standard
34105 ここで「様式」は,0
34106 \begin_inset space \thinspace{}
34107 \end_inset
34108
34109 -
34110 \begin_inset space \thinspace{}
34111 \end_inset
34112
34113 3の範囲の数字です.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \align center
34118 \begin_inset Tabular
34119 <lyxtabular version="3" rows="5" columns="2">
34120 <features booktabs="true" tabularvalignment="middle">
34121 <column alignment="center" valignment="top" width="0pt">
34122 <column alignment="center" valignment="top">
34123 <row>
34124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128 数字
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137 様式(大きさ)
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 </row>
34143 <row>
34144 <cell alignment="center" valignment="top" usebox="none">
34145 \begin_inset Text
34146
34147 \begin_layout Plain Layout
34148 0
34149 \end_layout
34150
34151 \end_inset
34152 </cell>
34153 <cell alignment="center" valignment="top" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 別行立て様式の数式
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 </row>
34163 <row>
34164 <cell alignment="center" valignment="top" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168 1
34169 \end_layout
34170
34171 \end_inset
34172 </cell>
34173 <cell alignment="center" valignment="top" usebox="none">
34174 \begin_inset Text
34175
34176 \begin_layout Plain Layout
34177 行内数式
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 </row>
34183 <row>
34184 <cell alignment="center" valignment="top" usebox="none">
34185 \begin_inset Text
34186
34187 \begin_layout Plain Layout
34188 2
34189 \end_layout
34190
34191 \end_inset
34192 </cell>
34193 <cell alignment="center" valignment="top" usebox="none">
34194 \begin_inset Text
34195
34196 \begin_layout Plain Layout
34197 やや小(small)
34198 \end_layout
34199
34200 \end_inset
34201 </cell>
34202 </row>
34203 <row>
34204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208 3
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 最小(tiny)
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 </lyxtabular>
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Standard
34231 「様式」を指定しないときには,
34232 \series bold
34233
34234 \backslash
34235 frac
34236 \series default
34237 コマンドのように,大きさは周囲の環境に合わせて調節されます. 
34238 \end_layout
34239
34240 \begin_layout Standard
34241 「分数線の厚み」を指定しないときには,既定値である0.4
34242 \begin_inset space \thinspace{}
34243 \end_inset
34244
34245 ptが用いられます.
34246 \end_layout
34247
34248 \begin_layout Standard
34249 \begin_inset VSpace medskip
34250 \end_inset
34251
34252 たとえば,第
34253 \begin_inset CommandInset ref
34254 LatexCommand ref
34255 reference "subsec:分数"
34256
34257 \end_inset
34258
34259 節の
34260 \series bold
34261
34262 \backslash
34263 dfrac
34264 \series default
34265 コマンドおよび
34266 \series bold
34267
34268 \backslash
34269 tbinom
34270 \series default
34271 コマンドは,
34272 \end_layout
34273
34274 \begin_layout Standard
34275
34276 \series bold
34277
34278 \backslash
34279 newcommand{
34280 \backslash
34281 dfrac}[2]{
34282 \backslash
34283 genfrac{}{}{}{0}{#1}{#2}}
34284 \end_layout
34285
34286 \begin_layout Standard
34287 あるいは
34288 \end_layout
34289
34290 \begin_layout Standard
34291
34292 \series bold
34293
34294 \backslash
34295 newcommand{
34296 \backslash
34297 tbinom}[2]{
34298 \backslash
34299 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34300 \end_layout
34301
34302 \begin_layout Standard
34303 というコマンドで定義できます.
34304 \end_layout
34305
34306 \begin_layout Standard
34307 \begin_inset VSpace medskip
34308 \end_inset
34309
34310 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,\SpecialChar LaTeX
34311 プリアンブルに
34312 \end_layout
34313
34314 \begin_layout Standard
34315
34316 \series bold
34317
34318 \backslash
34319 newcommand{
34320 \backslash
34321 fracS}[3][]{
34322 \backslash
34323 genfrac{}{}{#1}{}{#2}{#3}}
34324 \end_layout
34325
34326 \begin_layout Standard
34327 という行を入れます.
34328 \end_layout
34329
34330 \begin_layout Standard
34331 以下は,そのテストです.
34332 \begin_inset Formula 
34333 \begin{align*}
34334 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34335 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34336 \end{align*}
34337
34338 \end_inset
34339
34340 ご覧になってわかるように,分子や分母から分数線までの距離は,分数線の厚みの約3倍になります.
34341 \end_layout
34342
34343 \begin_layout Subsection
34344 数式の消去
34345 \begin_inset Index idx
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349 すうしき@数式 ! しょうきょ@消去
34350 \end_layout
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Standard
34358 数式の全体もしくは一部を消去するには,4つの方法があります.
34359 \end_layout
34360
34361 \begin_layout Standard
34362 \align center
34363 \begin_inset ERT
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367
34368
34369 \backslash
34370 ifcancel 
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \begin_inset Note Note
34377 status open
34378
34379 \begin_layout Plain Layout
34380 下記の表は,\SpecialChar LaTeX
34381 パッケージ
34382 \series bold
34383 cancel
34384 \series default
34385 が導入済みの時のみ表示されます.
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 \align center
34395 \begin_inset Tabular
34396 <lyxtabular version="3" rows="5" columns="2">
34397 <features booktabs="true" tabularvalignment="middle">
34398 <column alignment="center" valignment="top" width="0pt">
34399 <column alignment="center" valignment="top">
34400 <row>
34401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 コマンド
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 出力
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row>
34421 <cell alignment="center" valignment="top" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425
34426 \backslash
34427 cancel
34428 \begin_inset space \textvisiblespace{}
34429 \end_inset
34430
34431
34432 \backslash
34433 int
34434 \begin_inset space \textvisiblespace{}
34435 \end_inset
34436
34437 A=B
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 <cell alignment="center" valignment="top" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446 \begin_inset Formula $\cancel{\int A=B}$
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 </row>
34455 <row topspace="1.5mm">
34456 <cell alignment="center" valignment="top" usebox="none">
34457 \begin_inset Text
34458
34459 \begin_layout Plain Layout
34460
34461 \backslash
34462 bcancel
34463 \begin_inset space \textvisiblespace{}
34464 \end_inset
34465
34466
34467 \backslash
34468 int
34469 \begin_inset space \textvisiblespace{}
34470 \end_inset
34471
34472 A=B
34473 \end_layout
34474
34475 \end_inset
34476 </cell>
34477 <cell alignment="center" valignment="top" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Plain Layout
34481 \begin_inset Formula $\bcancel{\int A=B}$
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 </row>
34490 <row topspace="1.5mm">
34491 <cell alignment="center" valignment="top" usebox="none">
34492 \begin_inset Text
34493
34494 \begin_layout Plain Layout
34495
34496 \backslash
34497 xcancel
34498 \begin_inset space \textvisiblespace{}
34499 \end_inset
34500
34501
34502 \backslash
34503 int
34504 \begin_inset space \textvisiblespace{}
34505 \end_inset
34506
34507 A=B
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 <cell alignment="center" valignment="top" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516 \begin_inset Formula $\xcancel{\int A=B}$
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 </row>
34525 <row>
34526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34527 \begin_inset Text
34528
34529 \begin_layout Plain Layout
34530
34531 \backslash
34532 cancelto
34533 \begin_inset space \textvisiblespace{}
34534 \end_inset
34535
34536
34537 \backslash
34538 int
34539 \begin_inset space \textvisiblespace{}
34540 \end_inset
34541
34542 A=B
34543 \begin_inset Formula $\to$
34544 \end_inset
34545
34546 1
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \end_inset
34562 </cell>
34563 </row>
34564 </lyxtabular>
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Standard
34572
34573 \series bold
34574
34575 \backslash
34576 cancelto
34577 \series default
34578 は,以下のように,とくに数式中の分数の約分を表示するのに適しています.
34579 \begin_inset Formula 
34580 \[
34581 \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}}}
34582 \]
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590
34591 \series bold
34592
34593 \backslash
34594 cancelto
34595 \series default
34596 の「下付き文字」寸法の大きさを変えるには,
34597 \end_layout
34598
34599 \begin_layout Standard
34600
34601 \series bold
34602
34603 \backslash
34604 PassOptionsToPackage{オプション}{cancel}
34605 \end_layout
34606
34607 \begin_layout Standard
34608 という行を\SpecialChar LaTeX
34609 プリアンブルに書き加えてください.ここで,
34610 \series bold
34611 オプション
34612 \series default
34613
34614 \series bold
34615 samesize
34616 \series default
34617 にすると,取り消した部分と同じ寸法になり,
34618 \series bold
34619 Smaller
34620 \series default
34621 にすると,通常よりも少し小さくなります.
34622 \end_layout
34623
34624 \begin_layout Standard
34625 取り消し線に色を付けるには,\SpecialChar TeX
34626 コードで以下のコマンドを書き加えてください.
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 renewcommand{
34635 \backslash
34636 CancelColor}{
34637 \backslash
34638 color{red}}
34639 \end_layout
34640
34641 \begin_layout Standard
34642 ここで
34643 \series bold
34644 red
34645 \series default
34646 は,お好みの色に変更することができます.
34647 \end_layout
34648
34649 \begin_layout Standard
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655
34656 \backslash
34657 renewcommand{
34658 \backslash
34659 CancelColor}{
34660 \backslash
34661 color{red}}
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset Formula 
34671 \[
34672 \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}}}
34673 \]
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Standard
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686
34687 \backslash
34688 renewcommand{
34689 \backslash
34690 CancelColor}{
34691 \backslash
34692 color{black}}
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset Note Note
34699 status open
34700
34701 \begin_layout Plain Layout
34702 色をリセット
34703 \end_layout
34704
34705 \end_inset
34706
34707
34708 \end_layout
34709
34710 \begin_layout Standard
34711 他の微調整については,
34712 \series bold
34713 cancel
34714 \series default
34715 パッケージの取扱説明書
34716 \begin_inset CommandInset citation
34717 LatexCommand cite
34718 key "cancel"
34719 literal "true"
34720
34721 \end_inset
34722
34723 をご覧ください.
34724 \begin_inset Index idx
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 ぱっけーじ@パッケージ ! cancel
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 \begin_inset ERT
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741
34742
34743 \backslash
34744 else 
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \begin_inset Note Note
34751 status open
34752
34753 \begin_layout Plain Layout
34754 下記の表は,\SpecialChar LaTeX
34755 パッケージ
34756 \series bold
34757 cancel
34758 \series default
34759 が導入済みの時のみ表示されます.
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 本小節の続きを見るには,\SpecialChar LaTeX
34769 パッケージ
34770 \series bold
34771 cancel
34772 \series default
34773 を導入する必要があります.
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782
34783 \backslash
34784 fi 
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Subsection
34793 節見出し中の数式
34794 \begin_inset CommandInset label
34795 LatexCommand label
34796 name "subsec:節見出し中の数式"
34797
34798 \end_inset
34799
34800
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 すうしき@数式 ! せつみだしちゅうの@節見出し中の
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 数式を節見出し中で使う際には,以下のことに留意しなくてはなりません.
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \begin_inset Note Greyedout
34819 status open
34820
34821 \begin_layout Plain Layout
34822 文書設定ダイアログの
34823 \family sans
34824 PDF特性
34825 \family default
34826
34827 \series bold
34828 hyperref
34829 \series default
34830
34831 \begin_inset Index idx
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 ぱっけーじ@パッケージ ! hyperref
34836 \end_layout
34837
34838 \end_inset
34839
34840 サポートが有効になっている場合,PDFのしおりが,目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,節見
34841 出しに数式が含まれている場合,数式はしおり中に誤った文字列として表示されます.
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 これらの問題は,
34851 \family sans
34852 挿入\SpecialChar menuseparator
34853 短縮タイトル
34854 \family default
34855 メニューを使って,問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,目次が美しく整形されるように,多行にわたる節見出し
34856 に別名を付けるものです.目次中には,短縮タイトルのみが表示され,したがってPDFしおり中にも短縮タイトルのみが表示されます.
34857 \end_layout
34858
34859 \begin_layout Standard
34860 数式を目次中でも使わなくてもならないが,
34861 \series bold
34862 hyperref
34863 \series default
34864 も使用しなくてはならないときには,
34865 \end_layout
34866
34867 \begin_layout Standard
34868
34869 \series bold
34870
34871 \backslash
34872 texorpdfstring{部分}{代替文字列}
34873 \begin_inset Index idx
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877 こまんど@コマンド ! T ! 
34878 \backslash
34879 texorpdfstring
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Standard
34888 というコマンドを\SpecialChar TeX
34889 モードで使う方法があります.
34890 \end_layout
34891
34892 \begin_layout Standard
34893 「部分」は,見出し中,PDFしおりに表示したくない部分です.これは,文字・数式・脚註のほかに相互参照をとることもできます.しおりには,この部分の代わりに,「代替
34894 文字列」が用いられます.
34895 \end_layout
34896
34897 \begin_layout Standard
34898 以下の二つは,見出しの例です.
34899 \begin_inset VSpace -3mm
34900 \end_inset
34901
34902
34903 \begin_inset ERT
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907
34908
34909 \backslash
34910 boldmath 
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Subsubsection
34919 目次中では数式を使わない見出し
34920 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34921 \end_inset
34922
34923
34924 \begin_inset Argument 1
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928 目次中では数式を使わない見出し
34929 \end_layout
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Subsubsection
34937 目次中で数式を使う見出し
34938 \begin_inset ERT
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942
34943
34944 \backslash
34945 texorpdfstring{
34946 \end_layout
34947
34948 \end_inset
34949
34950  
34951 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34952 \end_inset
34953
34954
34955 \begin_inset ERT
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959
34960 }{}
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 \begin_inset ERT
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973
34974
34975 \backslash
34976 unboldmath 
34977 \end_layout
34978
34979 \end_inset
34980
34981 一つめの見出しでは短縮タイトルが使われており,二つめの見出しでは
34982 \series bold
34983
34984 \backslash
34985 texorpdfstring
34986 \series default
34987 が使われています.
34988 \end_layout
34989
34990 \begin_layout Standard
34991 他の節見出しと同じ書式を得るために,上の見出し全体は
34992 \series bold
34993 boldmath
34994 \series default
34995 環境に設定してあります
34996 \begin_inset Foot
34997 status collapsed
34998
34999 \begin_layout Plain Layout
35000
35001 \begin_inset CommandInset ref
35002 LatexCommand ref
35003 reference "subsec:ボールド体の数式"
35004
35005 \end_inset
35006
35007 節参照.
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Subsection
35016 多段組文中の数式
35017 \begin_inset Index idx
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \begin_layout Standard
35030 多段組文中に数式を作ると,段の中に収まりきらないことも多く,ページ幅全体に広がるようにする必要があることがあります.これは,
35031 \series bold
35032 multicol
35033 \series default
35034
35035 \begin_inset Foot
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039
35040 \series bold
35041 multicol
35042 \series default
35043 は,標準的\SpecialChar LaTeX
35044 頒布版のすべてに含まれています.
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \begin_inset Index idx
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 ぱっけーじ@パッケージ ! multicol
35055 \end_layout
35056
35057 \end_inset
35058
35059  \SpecialChar LaTeX
35060 パッケージを,
35061 \end_layout
35062
35063 \begin_layout Standard
35064
35065 \series bold
35066
35067 \backslash
35068 usepackage{multicol}
35069 \end_layout
35070
35071 \begin_layout Standard
35072 という\SpecialChar LaTeX
35073 プリアンブル行を書いて読み込むことで,実現できます.
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset Note Greyedout
35078 status open
35079
35080 \begin_layout Plain Layout
35081 ここで,
35082 \family sans
35083 文書\SpecialChar menuseparator
35084 設定
35085 \family default
35086 メニューの
35087 \family sans
35088 本文レイアウト
35089 \family default
35090 で,
35091 \family sans
35092 二段組文書
35093 \family default
35094 の設定を
35095 \emph on
35096 有効にしてはならない
35097 \emph default
35098 ことに注意してください.
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Standard
35107 多段組文の前に
35108 \end_layout
35109
35110 \begin_layout Standard
35111
35112 \series bold
35113
35114 \backslash
35115 begin{multicols}{段数}
35116 \end_layout
35117
35118 \begin_layout Standard
35119 というコマンドを\SpecialChar TeX
35120 モードで書き入れます.「段数」は,2
35121 \begin_inset space \thinspace{}
35122 \end_inset
35123
35124 -
35125 \begin_inset space \thinspace{}
35126 \end_inset
35127
35128 10のあいだの数字です.多段組文の終わる数式の前には,
35129 \end_layout
35130
35131 \begin_layout Standard
35132
35133 \series bold
35134
35135 \backslash
35136 end{multicols}
35137 \end_layout
35138
35139 \begin_layout Standard
35140 というコマンドを\SpecialChar TeX
35141 モードで入れます.
35142 \end_layout
35143
35144 \begin_layout Standard
35145 このコマンドによって,数式の前にいくらかの余白が,自動的に作られます.これをなくすには,数式の前に-6
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 mmの垂直空白を入れて下さい.数式様式
35150 \series bold
35151
35152 \begin_inset Foot
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156 数式様式に関しては,第
35157 \begin_inset CommandInset ref
35158 LatexCommand ref
35159 reference "sec:数式様式"
35160
35161 \end_inset
35162
35163 節をご覧下さい.
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \series default
35170 として
35171 \series bold
35172 行頭下げ
35173 \series default
35174 を使用している場合には,代わりに-9
35175 \begin_inset space \thinspace{}
35176 \end_inset
35177
35178 mmの垂直空白を入れて下さい.
35179 \end_layout
35180
35181 \begin_layout Standard
35182 以下は,別行立て数式を含む,多段組文の例です.
35183 \end_layout
35184
35185 \begin_layout Standard
35186 \begin_inset ERT
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190
35191
35192 \backslash
35193 begin{multicols}{2}
35194 \end_layout
35195
35196 \end_inset
35197
35198
35199 \lang ngerman
35200 Das Spektrum wird fouriertransformiert.
35201  Die Fouriertransformation wird verwendet, um die  überlagerten Signale
35202  (Netzwerk, Lösungsmittel) zu trennen.
35203  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35204  nun das Aussehen des Ausgangssignals.
35205  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35206  über alle Phasen integrieren muss.
35207  Sei nun 
35208 \begin_inset Formula $S$
35209 \end_inset
35210
35211  unser normiertes Ausgangssignal und 
35212 \begin_inset Formula $P$
35213 \end_inset
35214
35215  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35216 \lang japanese
35217
35218 \begin_inset ERT
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222
35223
35224 \backslash
35225 end{multicols}
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \begin_inset VSpace -6mm
35232 \end_inset
35233
35234
35235 \begin_inset Formula 
35236 \begin{equation}
35237 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35238 \end{equation}
35239
35240 \end_inset
35241
35242
35243 \begin_inset ERT
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247
35248
35249 \backslash
35250 begin{multicols}{2}
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \lang ngerman
35257 wobei 
35258 \begin_inset Formula $S_{0}$
35259 \end_inset
35260
35261  das Signal ohne Gradient ist und die Normierungsbedingung 
35262 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35263 \end_inset
35264
35265  gilt.
35266  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35267  Direkt nach dem 
35268 \begin_inset Formula $\nicefrac{\pi}{2}$
35269 \end_inset
35270
35271
35272 \begin_inset space \thinspace{}
35273 \end_inset
35274
35275 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35276  das Signal zusätzlich abschwächt.
35277  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35278  
35279 \begin_inset Formula $T_{2}$
35280 \end_inset
35281
35282 -Zeit.
35283 \end_layout
35284
35285 \begin_layout Standard
35286 \begin_inset ERT
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290
35291
35292 \backslash
35293 end{multicols}
35294 \end_layout
35295
35296 \end_inset
35297
35298  
35299 \end_layout
35300
35301 \begin_layout Subsection
35302 変数の説明付き数式
35303 \begin_inset Index idx
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35308 \end_layout
35309
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \begin_layout Standard
35316 \begin_inset CommandInset ref
35317 LatexCommand eqref
35318 reference "eq:within"
35319
35320 \end_inset
35321
35322 式のように,数式内で変数の説明をするには,
35323 \begin_inset Formula $n$
35324 \end_inset
35325
35326 個の変数が使われている場合,左寄せの列を持つ
35327 \begin_inset Formula $2\times n$
35328 \end_inset
35329
35330 行列を使用します
35331 \begin_inset Foot
35332 status collapsed
35333
35334 \begin_layout Plain Layout
35335 行列に関しては,第
35336 \begin_inset CommandInset ref
35337 LatexCommand ref
35338 reference "sec:行列"
35339
35340 \end_inset
35341
35342 節参照.
35343 \end_layout
35344
35345 \end_inset
35346
35347 .説明を小さな文字にするには,行列の前に,たとえば
35348 \series bold
35349
35350 \backslash
35351 footnotesize
35352 \series default
35353 コマンドを挿入します
35354 \begin_inset Foot
35355 status collapsed
35356
35357 \begin_layout Plain Layout
35358 フォント寸法に関しては,第
35359 \begin_inset CommandInset ref
35360 LatexCommand ref
35361 reference "subsec:書体寸法"
35362
35363 \end_inset
35364
35365 節参照.
35366 \end_layout
35367
35368 \end_inset
35369
35370
35371 \end_layout
35372
35373 \begin_layout Standard
35374 数式様式に
35375 \series bold
35376 行頭下げ
35377 \begin_inset Foot
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 数式様式に関しては,第
35382 \begin_inset CommandInset ref
35383 LatexCommand ref
35384 reference "sec:数式様式"
35385
35386 \end_inset
35387
35388 節参照.
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \series default
35395 を使っている場合,行列を数式とページ余白から等距離に置くために,行列の前後に
35396 \series bold
35397
35398 \backslash
35399 hfill
35400 \series default
35401
35402 \begin_inset Foot
35403 status collapsed
35404
35405 \begin_layout Plain Layout
35406
35407 \series bold
35408
35409 \backslash
35410 hfill
35411 \series default
35412 は,
35413 \series bold
35414 行頭下げ
35415 \series default
35416 様式のときのみ機能します.第
35417 \begin_inset CommandInset ref
35418 LatexCommand ref
35419 reference "subsec:可変長の空白"
35420
35421 \end_inset
35422
35423 節をご覧下さい.
35424 \end_layout
35425
35426 \end_inset
35427
35428 を入れます.
35429 \end_layout
35430
35431 \begin_layout Standard
35432 数式様式に
35433 \series bold
35434 中央揃え
35435 \series default
35436 を使っている場合,数式を字下げするには,第
35437 \begin_inset CommandInset ref
35438 LatexCommand ref
35439 reference "subsec:flalign環境"
35440
35441 \end_inset
35442
35443 節で述べた方法を使用します.
35444 \begin_inset CommandInset ref
35445 LatexCommand eqref
35446 reference "eq:within"
35447
35448 \end_inset
35449
35450 式には5列があり,最初の2列には数式,3列めには行列,最終列には空の\SpecialChar TeX
35451 括弧が入っています.
35452 \begin_inset Formula 
35453 \begin{flalign}
35454 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35455 \rho & \textrm{density}\\
35456 V & \textrm{volume}\\
35457 g & \textrm{gravitational acceleration}
35458 \end{array} &  & {}\label{eq:within}
35459 \end{flalign}
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Subsection
35467 アップライト体のギリシャ小文字
35468 \begin_inset CommandInset label
35469 LatexCommand label
35470 name "subsec:アップライト体ギリシャ小文字"
35471
35472 \end_inset
35473
35474
35475 \begin_inset Index idx
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 ほとんどの数式書体は,イタリック体のギリシャ小文字しか提供していません.しかし,
35489 \begin_inset Formula $\pi$
35490 \end_inset
35491
35492 中間子やニュートリノのような素粒子の記号には,アップライト体のギリシャ文字が必要とされます.
35493 \series bold
35494 upgreek.sty
35495 \series default
35496
35497 \begin_inset Foot
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501
35502 \series bold
35503 upgreek
35504 \series default
35505 は,
35506 \series bold
35507 was
35508 \series default
35509
35510 \begin_inset Index idx
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514 ぱっけーじ@パッケージ ! was
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520
35521 \backslash
35522 vspace{4mm}
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \end_inset
35531
35532  \SpecialChar LaTeX
35533 パッケージの一部です.
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \begin_inset Index idx
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543 ぱっけーじ@パッケージ ! upgreek
35544 \end_layout
35545
35546 \end_inset
35547
35548  ファイルを
35549 \end_layout
35550
35551 \begin_layout Standard
35552
35553 \series bold
35554
35555 \backslash
35556 usepackage{upgreek}
35557 \end_layout
35558
35559 \begin_layout Standard
35560 という\SpecialChar LaTeX
35561 プリアンブル行で読み込めば,これらが提供されるようになります.
35562 \begin_inset ERT
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567
35568 \backslash
35569 ifupgreek 
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Note Note
35576 status open
35577
35578 \begin_layout Plain Layout
35579 以下の表は,
35580 \series bold
35581 upgreek
35582 \series default
35583  \SpecialChar LaTeX
35584 パッケージが導入済みのときのみ表示されます.
35585 \end_layout
35586
35587 \end_inset
35588
35589 アップライト体のギリシャ小文字は,ギリシャ小文字のコマンド名の前に
35590 \series bold
35591 up
35592 \series default
35593 を付けると作ることができます.たとえば
35594 \series bold
35595
35596 \backslash
35597 uptau
35598 \series default
35599 コマンドは,
35600 \begin_inset Formula $\uptau$
35601 \end_inset
35602
35603 のようになります.
35604 \end_layout
35605
35606 \begin_layout Standard
35607 これらのコマンドを使えば,以下のような素粒子の反応を組版することができるようになります.
35608 \begin_inset Formula 
35609 \[
35610 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35611 \]
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Standard
35619 アップライト体の文字は,イタリック体のものよりも太く幅広です.したがって,これらを「
35620 \begin_inset Formula $\mu m$
35621 \end_inset
35622
35623 」のような単位に使うべきではありません.
35624 \end_layout
35625
35626 \begin_layout Standard
35627 \begin_inset ERT
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631
35632
35633 \backslash
35634 else 
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \begin_inset Note Note
35641 status open
35642
35643 \begin_layout Plain Layout
35644 以下は,
35645 \series bold
35646 upgreek
35647 \series default
35648  \SpecialChar LaTeX
35649 パッケージが導入されていないときのみ表示されます.
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Standard
35658 この小節のすべてを出力で見るには,
35659 \series bold
35660 upgreek
35661 \series default
35662  \SpecialChar LaTeX
35663 パッケージを導入する必要があります.
35664 \end_layout
35665
35666 \begin_layout Standard
35667 \begin_inset ERT
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671
35672
35673 \backslash
35674 fi 
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Subsection
35683 数式中のテキスト文字
35684 \begin_inset Index idx
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \end_layout
35695
35696 \begin_layout Standard
35697 折にふれて,テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,中黒「·」を
35698 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35699 \end_inset
35700
35701 のように数式中で頻繁に用いようとすると,この中黒はすべてのエンコーディングでテキスト文字として定義されているために,代わりに
35702 \series bold
35703
35704 \backslash
35705 cdot
35706 \series default
35707
35708 \begin_inset Foot
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713 \begin_inset CommandInset ref
35714 LatexCommand ref
35715 reference "subsec:二項演算子"
35716
35717 \end_inset
35718
35719 節参照.
35720 \end_layout
35721
35722 \end_inset
35723
35724 コマンドを挿入しなくてはならなくなることでしょう.しかし,
35725 \end_layout
35726
35727 \begin_layout Standard
35728
35729 \series bold
35730
35731 \backslash
35732 Declare Inputtext{183}{
35733 \backslash
35734 ifmmode
35735 \backslash
35736 cdot
35737 \backslash
35738 else
35739 \backslash
35740 textperiodcentered
35741 \backslash
35742 f\SpecialChar ligaturebreak
35743 i}
35744 \end_layout
35745
35746 \begin_layout Standard
35747 という\SpecialChar LaTeX
35748 プリアンブル行を使えば,エンコーディングに変更を加えることができます.
35749 \end_layout
35750
35751 \begin_layout Standard
35752 文字エンコーディング(
35753 \family sans
35754 文書\SpecialChar menuseparator
35755 設定\SpecialChar menuseparator
35756 言語
35757 \family default
35758 メニュー)は,キーボード上の
35759 \begin_inset Flex Ruby
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763
35764 \begin_inset Argument post:1
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768 キー
35769 \end_layout
35770
35771 \end_inset
35772
35773
35774 \end_layout
35775
35776 \end_inset
35777
35778 が押されたときにどの文字が表示されるかを指定します.「·」文字に対応する鍵が押されると,内部的には
35779 \series bold
35780
35781 \backslash
35782 textperiodcentered
35783 \series default
35784 コマンドが使用されます.しかし,このコマンドは数式中では使えないので,\SpecialChar LaTeX
35785 エラーが発生するのです.変更後のエンコーディングでは,文字が数式中に挿入されたか否かによっ
35786 て,正しいコマンドが自動的に選択されます.
35787 \end_layout
35788
35789 \begin_layout Standard
35790 定義ファイル中には,複数の文字のエンコーディングが保管されています.たとえば,
35791 \series bold
35792 latin9
35793 \series default
35794 エンコーディングは,\SpecialChar LaTeX
35795 がインストールされたフォルダにある
35796 \series bold
35797 latin9.def
35798 \series default
35799 ファイルに定義されています.エンコーディングは,\SpecialChar LaTeX
35800 プリアンブルで変更するべきであって,定義ファイルを変更してはなりません.さもないと,自分の作成した文書は,他のコ
35801 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
35802 \end_layout
35803
35804 \begin_layout Standard
35805 \begin_inset VSpace medskip
35806 \end_inset
35807
35808 中黒の他にこの文書では,角度記号「
35809 \begin_inset Formula $^{\circ}$
35810 \end_inset
35811
35812 」が,数式に直接入れることができるよう,以下のような\SpecialChar LaTeX
35813 プリアンブル行で定義されています
35814 \begin_inset Foot
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818 【訳註】p\SpecialChar LaTeX
35819 では,これらの定義は必要ないので,コメントアウトして無効にしてあります.
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828
35829 \series bold
35830
35831 \backslash
35832 DeclareInputtext{176}{
35833 \backslash
35834 ifmmode^
35835 \backslash
35836 circ
35837 \backslash
35838 else
35839 \backslash
35840 textdegree
35841 \backslash
35842 f\SpecialChar ligaturebreak
35843 i}
35844 \end_layout
35845
35846 \begin_layout Subsection
35847 数式中の\SpecialChar LaTeX
35848 コメント
35849 \begin_inset Index idx
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 L atexこめんと@\SpecialChar LaTeX
35854 コメント
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Standard
35863 本文中では,ファイルの\SpecialChar LaTeX
35864 ソースコードでのみ見ることのできるコメントを,
35865 \family sans
35866 挿入
35867 \lang english
35868 \SpecialChar menuseparator
35869
35870 \lang japanese
35871 註釈
35872 \lang english
35873 \SpecialChar menuseparator
35874
35875 \lang japanese
35876 コメント
35877 \family default
35878 メニューで挿入することができます.これと同じことは,数式中ではできませんが,
35879 \end_layout
35880
35881 \begin_layout Standard
35882
35883 \series bold
35884
35885 \backslash
35886 %
35887 \end_layout
35888
35889 \begin_layout Standard
35890 というコマンドを使えば,\SpecialChar LaTeX
35891 コメントを挿入することができます.このコマンドを打ち込むと,コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
35892 のバグのせいで
35893 \begin_inset Foot
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 \begin_inset CommandInset href
35898 LatexCommand href
35899 name "LyX-bug #9002"
35900 target "https://www.lyx.org/trac/ticket/9002"
35901 literal "false"
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \end_inset
35909
35910 ,コメント中に,通常の本文や数式内本文そのものを書くことはできませんが,\SpecialChar LaTeX
35911 出力中に,\SpecialChar LaTeX
35912 コマンドの形では見ることができます.
35913 \lang english
35914
35915 \begin_inset Newline newline
35916 \end_inset
35917
35918
35919 \lang japanese
35920 下記は,\SpecialChar LaTeX
35921 コメントを持つ数式の例です.
35922 \begin_inset Formula 
35923 \[
35924 A=B%\text{これはコメントです。}
35925 \]
35926
35927 \end_inset
35928
35929
35930 \end_layout
35931
35932 \begin_layout Section
35933 \start_of_appendix
35934 組版上の助言
35935 \begin_inset Index idx
35936 status collapsed
35937
35938 \begin_layout Plain Layout
35939 くみばんじょうのじょげん@組版上の助言
35940 \end_layout
35941
35942 \end_inset
35943
35944
35945 \end_layout
35946
35947 \begin_layout Standard
35948 この節は,ISO規範に掲げてある,もっとも重要な組版ルールの要約です
35949 \begin_inset Foot
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 この要約の一部は,ISO規則を取り上げている「Duden」
35954 \begin_inset CommandInset citation
35955 LatexCommand cite
35956 key "Duden"
35957 literal "true"
35958
35959 \end_inset
35960
35961 と呼ばれるドイツの半公的辞書から採られています.
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \begin_layout Itemize
35970 物理単位は,つねに(イタリック文中にあるときも)アップライト体にします
35971 \begin_inset Foot
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975 書体様式で指定します.第
35976 \begin_inset CommandInset ref
35977 LatexCommand ref
35978 reference "subsec:書体様式"
35979
35980 \end_inset
35981
35982 節を参照.
35983 \end_layout
35984
35985 \end_inset
35986
35987 :30
35988 \begin_inset space \thinspace{}
35989 \end_inset
35990
35991 km/h
35992 \begin_inset Newline newline
35993 \end_inset
35994
35995 値と単位の間には,最小空白を入れます.第
35996 \begin_inset CommandInset ref
35997 LatexCommand ref
35998 reference "subsec:定義済みの空白"
35999
36000 \end_inset
36001
36002 節を参照.
36003 \begin_inset Newline newline
36004 \end_inset
36005
36006 この慣習は,
36007 \series bold
36008
36009 \backslash
36010 unittwo
36011 \series default
36012 コマンドを使用すると,つねに満たされます.このコマンドを数式に入れると,二つの枠が現れます.最初の枠には値をいれ,第二の枠に単位を入れると,上記と同じような結果
36013 が得られます:
36014 \begin_inset Formula $\unit[30]{km/h}$
36015 \end_inset
36016
36017
36018 \begin_inset space \thinspace{}
36019 \end_inset
36020
36021 .実は,
36022 \series bold
36023
36024 \backslash
36025 unittwo
36026 \series default
36027 は,\SpecialChar LaTeX
36028 コマンドの実体ではなく,
36029 \series bold
36030
36031 \backslash
36032 unit[値]{単位}
36033 \series default
36034 というコマンドです.したがって,これを\SpecialChar TeX
36035 コード中で使用することはできません.
36036 \end_layout
36037
36038 \begin_layout Itemize
36039 百分率記号と千分率記号は,物理単位と同様に組みます:
36040 \begin_inset Newline newline
36041 \end_inset
36042
36043 血中アルコール1,2
36044 \begin_inset space \thinspace{}
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \begin_layout Itemize
36051 角度記号は値の直後に置きます:
36052 \begin_inset Formula $15^{\circ}$
36053 \end_inset
36054
36055 .しかし,単位として用いられるときは別です:15
36056 \begin_inset space \thinspace{}
36057 \end_inset
36058
36059
36060 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \begin_layout Itemize
36067 4桁以上の数は,3桁ごとに最小空白を直前に挿入して,グループ化します:18
36068 \begin_inset space \thinspace{}
36069 \end_inset
36070
36071 473
36072 \begin_inset space \thinspace{}
36073 \end_inset
36074
36075 588
36076 \end_layout
36077
36078 \begin_layout Itemize
36079 \begin_inset Formula $120\times90\times40$
36080 \end_inset
36081
36082
36083 \begin_inset space \thinspace{}
36084 \end_inset
36085
36086 cmのような寸法には,積記号「
36087 \begin_inset Formula $\times$
36088 \end_inset
36089
36090 」を用います.これは,
36091 \series bold
36092
36093 \backslash
36094 times
36095 \series default
36096 コマンドか,
36097 \family sans
36098 挿入\SpecialChar menuseparator
36099 特殊文字\SpecialChar menuseparator
36100 記号
36101 \family default
36102 メニューから入れることができます.
36103 \end_layout
36104
36105 \begin_layout Itemize
36106 いくつかの文字を含む関数名は,混乱を防ぐためにアップライト体にします.第
36107 \begin_inset CommandInset ref
36108 LatexCommand ref
36109 reference "subsec:定義済み函数"
36110
36111 \end_inset
36112
36113 節を参照.
36114 \end_layout
36115
36116 \begin_layout Itemize
36117 複数の文字を含む指数は,アップライト体にします:
36118 \begin_inset Formula $E_{\mathrm{kin}}$
36119 \end_inset
36120
36121
36122 \begin_inset Newline newline
36123 \end_inset
36124
36125 行列要素はイタリック体にします:
36126 \begin_inset Formula $\hat{H}_{kl}$
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \begin_layout Itemize
36133 微分作用素・積分作用素「d」,オイラー数「e」,虚数単位「i」は,他の変数と間違えることを避けるために,アップライト体にします.
36134 \end_layout
36135
36136 \begin_layout Itemize
36137
36138 \noun on
36139 フーリエ
36140 \noun default
36141 変換を表す文字は,
36142 \series bold
36143
36144 \backslash
36145 mathscr
36146 \begin_inset space \textvisiblespace{}
36147 \end_inset
36148
36149 {F
36150 \series default
36151 コマンド
36152 \begin_inset Index idx
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156 こまんど@コマンド! M ! 
36157 \backslash
36158 mathscr
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \family sans
36165 挿入\SpecialChar menuseparator
36166 特殊文字\SpecialChar menuseparator
36167 記号\SpecialChar menuseparator
36168 文字様記号
36169 \family default
36170 メニューの
36171 \begin_inset Formula $\mathscr{F}$
36172 \end_inset
36173
36174 で入れることができます.
36175 \end_layout
36176
36177 \begin_layout Standard
36178 \begin_inset Newpage newpage
36179 \end_inset
36180
36181
36182 \end_layout
36183
36184 \begin_layout Section
36185 同義語
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 どうぎご@同義語
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 いくつかの文字や記号は,複数のコマンドから作ることができます.以下は,同義のコマンドの一覧です.
36200 \end_layout
36201
36202 \begin_layout Standard
36203 \begin_inset VSpace bigskip
36204 \end_inset
36205
36206
36207 \begin_inset space \hfill{}
36208 \end_inset
36209
36210
36211 \begin_inset Tabular
36212 <lyxtabular version="3" rows="12" columns="2">
36213 <features booktabs="true" tabularvalignment="middle">
36214 <column alignment="center" valignment="top" width="0pt">
36215 <column alignment="center" valignment="top" width="0pt">
36216 <row>
36217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221 コマンド
36222 \end_layout
36223
36224 \end_inset
36225 </cell>
36226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 同義のコマンド
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 </row>
36236 <row>
36237 <cell alignment="center" valignment="top" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241
36242 \backslash
36243 ast
36244 \end_layout
36245
36246 \end_inset
36247 </cell>
36248 <cell alignment="center" valignment="top" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252 *
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263
36264 \backslash
36265 choose
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 <cell alignment="center" valignment="top" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274
36275 \backslash
36276 binom
36277 \end_layout
36278
36279 \end_inset
36280 </cell>
36281 </row>
36282 <row>
36283 <cell alignment="center" valignment="top" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287
36288 \backslash
36289 geq
36290 \end_layout
36291
36292 \end_inset
36293 </cell>
36294 <cell alignment="center" valignment="top" usebox="none">
36295 \begin_inset Text
36296
36297 \begin_layout Plain Layout
36298
36299 \backslash
36300 ge
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 </row>
36306 <row>
36307 <cell alignment="center" valignment="top" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311
36312 \backslash
36313 lbrace
36314 \end_layout
36315
36316 \end_inset
36317 </cell>
36318 <cell alignment="center" valignment="top" usebox="none">
36319 \begin_inset Text
36320
36321 \begin_layout Plain Layout
36322 {
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 </row>
36328 <row>
36329 <cell alignment="center" valignment="top" usebox="none">
36330 \begin_inset Text
36331
36332 \begin_layout Plain Layout
36333
36334 \backslash
36335 lbracket
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 <cell alignment="center" valignment="top" usebox="none">
36341 \begin_inset Text
36342
36343 \begin_layout Plain Layout
36344 [
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 </row>
36350 <row>
36351 <cell alignment="center" valignment="top" usebox="none">
36352 \begin_inset Text
36353
36354 \begin_layout Plain Layout
36355
36356 \backslash
36357 leftarrow
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 <cell alignment="center" valignment="top" usebox="none">
36363 \begin_inset Text
36364
36365 \begin_layout Plain Layout
36366
36367 \backslash
36368 gets
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 </row>
36374 <row>
36375 <cell alignment="center" valignment="top" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379
36380 \backslash
36381 leq
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 <cell alignment="center" valignment="top" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Plain Layout
36390
36391 \backslash
36392 le
36393 \end_layout
36394
36395 \end_inset
36396 </cell>
36397 </row>
36398 <row>
36399 <cell alignment="center" valignment="top" usebox="none">
36400 \begin_inset Text
36401
36402 \begin_layout Plain Layout
36403
36404 \backslash
36405 lor
36406 \end_layout
36407
36408 \end_inset
36409 </cell>
36410 <cell alignment="center" valignment="top" usebox="none">
36411 \begin_inset Text
36412
36413 \begin_layout Plain Layout
36414
36415 \backslash
36416 vee
36417 \end_layout
36418
36419 \end_inset
36420 </cell>
36421 </row>
36422 <row>
36423 <cell alignment="center" valignment="top" usebox="none">
36424 \begin_inset Text
36425
36426 \begin_layout Plain Layout
36427
36428 \backslash
36429 neq
36430 \end_layout
36431
36432 \end_inset
36433 </cell>
36434 <cell alignment="center" valignment="top" usebox="none">
36435 \begin_inset Text
36436
36437 \begin_layout Plain Layout
36438
36439 \backslash
36440 not=
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 </row>
36446 <row>
36447 <cell alignment="center" valignment="top" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451
36452 \backslash
36453 slash
36454 \end_layout
36455
36456 \end_inset
36457 </cell>
36458 <cell alignment="center" valignment="top" usebox="none">
36459 \begin_inset Text
36460
36461 \begin_layout Plain Layout
36462 /
36463 \end_layout
36464
36465 \end_inset
36466 </cell>
36467 </row>
36468 <row>
36469 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36470 \begin_inset Text
36471
36472 \begin_layout Plain Layout
36473
36474 \backslash
36475 vert
36476 \end_layout
36477
36478 \end_inset
36479 </cell>
36480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484 |
36485 \end_layout
36486
36487 \end_inset
36488 </cell>
36489 </row>
36490 </lyxtabular>
36491
36492 \end_inset
36493
36494
36495 \begin_inset space \hfill{}
36496 \end_inset
36497
36498
36499 \begin_inset Tabular
36500 <lyxtabular version="3" rows="12" columns="2">
36501 <features booktabs="true" tabularvalignment="middle">
36502 <column alignment="center" valignment="top" width="0pt">
36503 <column alignment="center" valignment="top" width="0pt">
36504 <row>
36505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36506 \begin_inset Text
36507
36508 \begin_layout Plain Layout
36509 コマンド
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36515 \begin_inset Text
36516
36517 \begin_layout Plain Layout
36518 同義のコマンド
36519 \end_layout
36520
36521 \end_inset
36522 </cell>
36523 </row>
36524 <row>
36525 <cell alignment="center" valignment="top" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529
36530 \backslash
36531 backslash
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540
36541 \backslash
36542
36543 \backslash
36544
36545 \end_layout
36546
36547 \end_inset
36548 </cell>
36549 </row>
36550 <row>
36551 <cell alignment="center" valignment="top" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555
36556 \backslash
36557 dasharrow
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 <cell alignment="center" valignment="top" usebox="none">
36563 \begin_inset Text
36564
36565 \begin_layout Plain Layout
36566
36567 \backslash
36568 dashrightarrow
36569 \end_layout
36570
36571 \end_inset
36572 </cell>
36573 </row>
36574 <row>
36575 <cell alignment="center" valignment="top" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579
36580 \backslash
36581 land
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590
36591 \backslash
36592 wedge
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row>
36599 <cell alignment="center" valignment="top" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603
36604 \backslash
36605 rbrace
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 <cell alignment="center" valignment="top" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614 }
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row>
36621 <cell alignment="center" valignment="top" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625
36626 \backslash
36627 rbracket
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636 ]
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 </row>
36642 <row>
36643 <cell alignment="center" valignment="top" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Plain Layout
36647
36648 \backslash
36649 rightarrow
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 <cell alignment="center" valignment="top" usebox="none">
36655 \begin_inset Text
36656
36657 \begin_layout Plain Layout
36658
36659 \backslash
36660 to
36661 \end_layout
36662
36663 \end_inset
36664 </cell>
36665 </row>
36666 <row>
36667 <cell alignment="center" valignment="top" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671
36672 \backslash
36673 lnot
36674 \end_layout
36675
36676 \end_inset
36677 </cell>
36678 <cell alignment="center" valignment="top" usebox="none">
36679 \begin_inset Text
36680
36681 \begin_layout Plain Layout
36682
36683 \backslash
36684 neg
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 <row>
36691 <cell alignment="center" valignment="top" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695
36696 \backslash
36697 ne
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 <cell alignment="center" valignment="top" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706
36707 \backslash
36708 not=
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 </row>
36714 <row>
36715 <cell alignment="center" valignment="top" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719
36720 \backslash
36721 owns
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 <cell alignment="center" valignment="top" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730
36731 \backslash
36732 ni
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 </row>
36738 <row>
36739 <cell alignment="center" valignment="top" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745 square
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 <cell alignment="center" valignment="top" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754
36755 \backslash
36756 Box
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 </row>
36762 <row>
36763 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767
36768 \backslash
36769 Vert
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778
36779 \backslash
36780 |
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 </lyxtabular>
36787
36788 \end_inset
36789
36790
36791 \begin_inset space \hfill{}
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Standard
36798 \begin_inset Newpage newpage
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Bibliography
36805 \begin_inset CommandInset bibitem
36806 LatexCommand bibitem
36807 key "TLC2"
36808 literal "true"
36809
36810 \end_inset
36811
36812
36813 \shape smallcaps
36814 F.
36815  Mittelbach; M.
36816  Goossens
36817 \shape default
36818
36819 \shape italic
36820 The \SpecialChar LaTeX
36821  Companion
36822 \shape default
36823 , 2nd ed.
36824  Addison Wesley, 2004
36825 \end_layout
36826
36827 \begin_layout Bibliography
36828 \begin_inset CommandInset bibitem
36829 LatexCommand bibitem
36830 key "Mathmode"
36831 literal "true"
36832
36833 \end_inset
36834
36835 \SpecialChar LaTeX
36836 の数式能力の
36837 \begin_inset CommandInset href
36838 LatexCommand href
36839 name "説明"
36840 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
36841 literal "false"
36842
36843 \end_inset
36844
36845
36846 \end_layout
36847
36848 \begin_layout Bibliography
36849 \begin_inset CommandInset bibitem
36850 LatexCommand bibitem
36851 key "AMS"
36852 literal "true"
36853
36854 \end_inset
36855
36856
36857 \begin_inset ERT
36858 status collapsed
36859
36860 \begin_layout Plain Layout
36861
36862
36863 \backslash
36864 AmS
36865 \end_layout
36866
36867 \end_inset
36868
36869 -\SpecialChar LaTeX
36870
36871 \begin_inset CommandInset href
36872 LatexCommand href
36873 name "説明"
36874 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
36875 literal "false"
36876
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \begin_layout Bibliography
36883 \begin_inset CommandInset bibitem
36884 LatexCommand bibitem
36885 key "Symbols"
36886 literal "true"
36887
36888 \end_inset
36889
36890 \SpecialChar LaTeX
36891 パッケージで利用できる記号の
36892 \begin_inset CommandInset href
36893 LatexCommand href
36894 name "全覧"
36895 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36896 literal "false"
36897
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \begin_layout Bibliography
36904 \begin_inset CommandInset bibitem
36905 LatexCommand bibitem
36906 key "cancel"
36907 literal "true"
36908
36909 \end_inset
36910
36911 \SpecialChar LaTeX
36912  
36913 \series bold
36914 cancel
36915 \series default
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 ぱっけーじ@パッケージ ! cancel
36922 \end_layout
36923
36924 \end_inset
36925
36926 パッケージの
36927 \begin_inset CommandInset href
36928 LatexCommand href
36929 name "取扱説明書"
36930 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
36931 literal "false"
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \begin_layout Bibliography
36939 \begin_inset CommandInset bibitem
36940 LatexCommand bibitem
36941 key "hyperref"
36942 literal "true"
36943
36944 \end_inset
36945
36946 \SpecialChar LaTeX
36947  
36948 \series bold
36949 hyperref
36950 \series default
36951
36952 \begin_inset Index idx
36953 status collapsed
36954
36955 \begin_layout Plain Layout
36956 ぱっけーじ@パッケージ ! hyperref
36957 \end_layout
36958
36959 \end_inset
36960
36961 パッケージの
36962 \begin_inset CommandInset href
36963 LatexCommand href
36964 name "取扱説明書"
36965 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
36966 literal "false"
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Bibliography
36974 \begin_inset CommandInset bibitem
36975 LatexCommand bibitem
36976 key "mhchem"
36977 literal "true"
36978
36979 \end_inset
36980
36981 \SpecialChar LaTeX
36982  
36983 \series bold
36984 mhchem
36985 \series default
36986
36987 \begin_inset Index idx
36988 status collapsed
36989
36990 \begin_layout Plain Layout
36991 ぱっけーじ@パッケージ ! mhchem
36992 \end_layout
36993
36994 \end_inset
36995
36996 パッケージの
36997 \begin_inset CommandInset href
36998 LatexCommand href
36999 name "取扱説明書"
37000 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37001 literal "false"
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Bibliography
37009 \begin_inset CommandInset bibitem
37010 LatexCommand bibitem
37011 key "Duden"
37012 literal "true"
37013
37014 \end_inset
37015
37016
37017 \emph on
37018 Duden Band
37019 \begin_inset space ~
37020 \end_inset
37021
37022 1
37023 \emph default
37024 .
37025  22.
37026 \begin_inset space ~
37027 \end_inset
37028
37029 Auflage, Dudenverlag, 2000
37030 \end_layout
37031
37032 \begin_layout Bibliography
37033 \begin_inset CommandInset bibitem
37034 LatexCommand bibitem
37035 key "Checklist"
37036 literal "true"
37037
37038 \end_inset
37039
37040 原稿見直しの
37041 \begin_inset CommandInset href
37042 LatexCommand href
37043 name "チェックリスト"
37044 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37045 literal "false"
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Standard
37053 \begin_inset CommandInset index_print
37054 LatexCommand printindex
37055 type "idx"
37056 name "索引"
37057 literal "false"
37058
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \end_body
37065 \end_document