]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Format incremented to 574: Ruby inset, fixes for Japanese.
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 574
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 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize,bookmarkpackage=false
145 \use_default_options true
146 \begin_modules
147 subequations
148 ruby
149 \end_modules
150 \maintain_unincluded_children false
151 \language japanese
152 \language_package default
153 \inputencoding utf8
154 \fontencoding auto
155 \font_roman "lmodern" "IPAexMincho"
156 \font_sans "default" "IPAexGothic"
157 \font_typewriter "default" "default"
158 \font_math "auto" "auto"
159 \font_default_family default
160 \use_non_tex_fonts false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100 100
164 \font_tt_scale 100 100
165 \use_microtype false
166 \use_dash_ligatures false
167 \graphics default
168 \default_output_format default
169 \output_sync 0
170 \bibtex_command default
171 \index_command default
172 \float_placement class
173 \float_alignment class
174 \paperfontsize default
175 \spacing single
176 \use_hyperref true
177 \pdf_title "LyX's Math Manual"
178 \pdf_author "LyX Team, Uwe Stohr"
179 \pdf_subject "LyX-documentation about math"
180 \pdf_keywords "LyX, Mathed"
181 \pdf_bookmarks false
182 \pdf_bookmarksnumbered true
183 \pdf_bookmarksopen true
184 \pdf_bookmarksopenlevel 1
185 \pdf_breaklinks false
186 \pdf_pdfborder false
187 \pdf_colorlinks true
188 \pdf_backref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
191 \papersize a4paper
192 \use_geometry true
193 \use_package amsmath 2
194 \use_package amssymb 2
195 \use_package cancel 1
196 \use_package esint 1
197 \use_package mathdots 1
198 \use_package mathtools 2
199 \use_package mhchem 1
200 \use_package stackrel 1
201 \use_package stmaryrd 1
202 \use_package undertilde 0
203 \cite_engine basic
204 \cite_engine_type default
205 \biblio_style plain
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \justification true
211 \use_refstyle 0
212 \use_minted 0
213 \notefontcolor #0000ff
214 \index 索引
215 \shortcut idx
216 \color #008000
217 \end_index
218 \leftmargin 3.5cm
219 \topmargin 3cm
220 \rightmargin 3cm
221 \bottommargin 3.5cm
222 \secnumdepth 4
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \is_math_indent 0
227 \math_numbering_side default
228 \quotes_style english
229 \dynamic_quotes 0
230 \papercolumns 1
231 \papersides 2
232 \paperpagestyle plain
233 \tablestyle default
234 \tracking_changes false
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 \SpecialChar LyX
245 の数式詳細説明書
246 \end_layout
247
248 \begin_layout Author
249 \SpecialChar LyX
250 プロジェクトチーム
251 \begin_inset Foot
252 status collapsed
253
254 \begin_layout Plain Layout
255 \noindent
256 コメントや誤りの修正などがございましたら,\SpecialChar LyX
257 文書化メーリングリスト
258 \family typewriter
259  
260 \begin_inset CommandInset href
261 LatexCommand href
262 name "lyx-docs@lists.lyx.org"
263 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
264 type "mailto:"
265 literal "false"
266
267 \end_inset
268
269
270 \family default
271  までお知らせください.
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Note Note
278 status collapsed
279
280 \begin_layout Plain Layout
281 著者:Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 第2.3.x版
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status open
311
312 \begin_layout Plain Layout
313 この文書をPDFやPS,DVIに書き出すには,\SpecialChar LaTeX
314 パッケージの
315 \series bold
316 braket
317 \series default
318
319 \series bold
320 cancel
321 \series default
322
323 \series bold
324 eurosym
325 \series default
326
327 \series bold
328 mathdots
329 \series default
330
331 \series bold
332 mhchem
333 \series default
334
335 \series bold
336 undertilde
337 \series default
338
339 \series bold
340 was
341 \series default
342 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,パッケージを必要とする節は出力には現れません.また,
343 \series bold
344 mhchem
345 \series default
346 が導入されていないと,本ファイルを書き出すことができません.
347 \end_layout
348
349 \begin_layout Plain Layout
350 この文書の最新のPDF版は
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 https://wiki.lyx.org/LyX/Manuals#Math
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series default
362 にあります.
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Standard
371 \begin_inset Newpage newpage
372 \end_inset
373
374
375 \end_layout
376
377 \begin_layout Section
378 はじめに
379 \end_layout
380
381 \begin_layout Standard
382 この文書は,\SpecialChar LyX
383 の数式機能の説明書であると同時に,なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
384 コマンドのコレクションでもあります.説明は,コマンドの使用を念頭に置い
385 ています.したがって,ユーザーの手引きの
386 \family typewriter
387 数式
388 \family default
389 の節をすでにお読みになっていることを前提としています.
390 \end_layout
391
392 \begin_layout Standard
393 この説明書で説明されている,ほとんどの数式記号と,数式要素の多くは,
394 \family sans
395 挿入\SpecialChar menuseparator
396 数式
397 \family default
398 メニューか
399 \family sans
400 数式ツールバー
401 \family default
402 からアクセスすることが可能です.しかし,たくさんの数式を書かなくてはならない人はみな,数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
403 なるのです.したがって,この説明書はコマンドに焦点を当てますが,対応するツールバーボタンが利用可能なときには,それにも言及することにします.
404 \end_layout
405
406 \begin_layout Standard
407 とくに断らなければ,コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,文書設定(
408 \family sans
409 文書\SpecialChar menuseparator
410 設定\SpecialChar menuseparator
411 数式オプション
412 \family default
413 メニュー)で
414 \family sans
415 AMS mathパッケージを使う
416 \family default
417 オプションを有効にしなくてはなりません
418 \begin_inset Foot
419 status collapsed
420
421 \begin_layout Plain Layout
422
423 \family sans
424 AMS mathパッケージを自動的に使う
425 \family default
426 オプションは,\SpecialChar LyX
427 でサポートされている数式要素が見つかったときのみ,
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -mathパッケージを使用します.
441 \end_layout
442
443 \end_inset
444
445
446 \end_layout
447
448 \begin_layout Standard
449 説明を明瞭にするために,この文書はすべての
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462 -mathコマンド
463 \begin_inset Foot
464 status collapsed
465
466 \begin_layout Plain Layout
467 すべての
468 \begin_inset ERT
469 status collapsed
470
471 \begin_layout Plain Layout
472
473
474 \backslash
475 AmS
476 \end_layout
477
478 \end_inset
479
480 -mathコマンドの一覧は,
481 \family sans
482
483 \begin_inset CommandInset href
484 LatexCommand href
485 name "amsguide.pdf"
486 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
487 literal "false"
488
489 \end_inset
490
491
492 \family default
493 ファイルに収録されています.このファイルは,すべての\SpecialChar LaTeX
494 標準頒布版に含まれています.
495 \end_layout
496
497 \end_inset
498
499 を列挙はしません.
500 \end_layout
501
502 \begin_layout Section
503 一般的な説明
504 \end_layout
505
506 \begin_layout Standard
507 本文に埋め込まれた行内数式
508 \begin_inset Index idx
509 status collapsed
510
511 \begin_layout Plain Layout
512 すうしき @ 数式 ! ぎょうない @ 行内
513 \end_layout
514
515 \end_inset
516
517 を作成するには,
518 \begin_inset Flex Ruby
519 status collapsed
520
521 \begin_layout Plain Layout
522 捷径
523 \begin_inset Argument post:1
524 status collapsed
525
526 \begin_layout Plain Layout
527 ショートカット
528 \end_layout
529
530 \end_inset
531
532
533 \end_layout
534
535 \end_inset
536
537
538 \begin_inset Info
539 type  "shortcuts"
540 arg   "math-mode"
541 \end_inset
542
543 のうちのいずれか,あるいはツールバーボタン
544 \begin_inset Info
545 type  "icon"
546 arg   "math-mode"
547 \end_inset
548
549 を使用してください.
550 \begin_inset Newline newline
551 \end_inset
552
553 大きく別の段落として表示される別行立て数式
554 \begin_inset Index idx
555 status collapsed
556
557 \begin_layout Plain Layout
558 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
559 \end_layout
560
561 \end_inset
562
563 を作成するには,
564 \begin_inset Info
565 type  "shortcuts"
566 arg   "math-display"
567 \end_inset
568
569 のうちいずれかの捷径を使用して下さい.
570 \end_layout
571
572 \begin_layout Standard
573 別行立て様式の数式を行内数式に変更するには,カーソルを数式内に合わせて
574 \begin_inset Info
575 type  "shortcuts"
576 arg   "math-mode"
577 \end_inset
578
579 のいずれかの捷径か,
580 \family sans
581 編集\SpecialChar menuseparator
582 数式\SpecialChar menuseparator
583 数式の表記を変更
584 \family default
585 メニューを使用して下さい.同じ方法が,行内数式を別行立て数式に変更するのにも使用できます.
586 \end_layout
587
588 \begin_layout Standard
589 行内数式の一部を別行立て数式の大きさで表示するには,
590 \series bold
591
592 \backslash
593 displaystyle
594 \begin_inset Index idx
595 status collapsed
596
597 \begin_layout Plain Layout
598
599 \size normal
600 こまんど@コマンド ! D ! 
601 \backslash
602 displaystyle
603 \end_layout
604
605 \end_inset
606
607
608 \series default
609 を数式に入力して下さい.すると,青いボックスが新規に現れて,希望する数式の箇所を挿入することができます.
610 \end_layout
611
612 \begin_layout Standard
613 表の中では,行内数式のみの使用が許されています.
614 \end_layout
615
616 \begin_layout Standard
617
618 \family sans
619 数式ツールバー
620 \family default
621 は,
622 \family sans
623 表示\SpecialChar menuseparator
624 ツールバー
625 \family default
626 メニューで表示することができます.そのメニューで「数式」をクリックすると,ツールバーが下部に永続的に表示されます.この状態は,
627 \family sans
628 ツールバー
629 \family default
630 メニューの中ではチェック印で表されます.この状態から,
631 \family sans
632 ツールバー
633 \family default
634 メニューの「数式」をもう一度クリックすると,数式ツールバーは,カーソルが数式内部にあるときのみ表示されるようになります.この状態は,メニュー項目が「数式」から「
635 数式(自動)」に変わることで表されます.
636 \end_layout
637
638 \begin_layout Standard
639 \SpecialChar TeX
640 モード
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T exもーど@\SpecialChar TeX
646 モード
647 \end_layout
648
649 \end_inset
650
651 は,ツールバーボタン
652 \begin_inset Info
653 type  "icon"
654 arg   "ert-insert"
655 \end_inset
656
657 を押すか,
658 \family sans
659 挿入\SpecialChar menuseparator
660 TeXコード
661 \family default
662 (捷径:
663 \begin_inset Info
664 type  "shortcut"
665 arg   "ert-insert"
666 \end_inset
667
668 )メニューを使うことで,起動できます.
669 \begin_inset Note Note
670 status collapsed
671
672 \begin_layout Plain Layout
673 \SpecialChar LyX
674 には,出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」,\SpecialChar TeX
675 ・\SpecialChar LaTeX
676 ・\SpecialChar LyX
677 があります.これらの名称が,固有名詞として認識されるのを防ぐために,ここでは\SpecialChar TeX
678 括弧
679 が挿入されています.
680 \end_layout
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \SpecialChar LaTeX
689 プリアンブル
690 \begin_inset Index idx
691 status collapsed
692
693 \begin_layout Plain Layout
694 L atexぷりあんぶる@\SpecialChar LaTeX
695 プリアンブル
696 \end_layout
697
698 \end_inset
699
700 を変更するには,
701 \family sans
702 文書\SpecialChar menuseparator
703 設定\SpecialChar menuseparator
704 LaTeXプリアンブル
705 \family default
706 メニューを使用してください.
707 \end_layout
708
709 \begin_layout Standard
710 行列や場合分け,多行数式を続けて編集するには,
711 \family sans
712 編集\SpecialChar menuseparator
713 数式
714 \family default
715 メニューと
716 \family sans
717 編集\SpecialChar menuseparator
718 行と列
719 \family default
720 メニューを使うか,表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,カーソルのある列や行は,それぞれ右側の列や下の行と
721 交換されます.カーソルが最後の列や行にあるときには,左の列や上の行と交換されることになります.
722 \end_layout
723
724 \begin_layout Standard
725 数式内で文章を書く
726 \begin_inset Foot
727 status collapsed
728
729 \begin_layout Plain Layout
730 多行数式では,
731 \series bold
732
733 \backslash
734 intertext
735 \series default
736 コマンドが使用されます.
737 \begin_inset CommandInset ref
738 LatexCommand ref
739 reference "subsec:多行数式中のテキスト"
740
741 \end_inset
742
743 を参照のこと.
744 \end_layout
745
746 \end_inset
747
748 には,
749 \emph on
750 数式テキスト
751 \emph default
752
753 \begin_inset Index idx
754 status collapsed
755
756 \begin_layout Plain Layout
757 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
758 \end_layout
759
760 \end_inset
761
762
763 \begin_inset Index idx
764 status collapsed
765
766 \begin_layout Plain Layout
767 すうしきてきすと @ 数式テキスト
768 \end_layout
769
770 \end_inset
771
772 が使用されます.このモードには,捷径
773 \begin_inset Info
774 type  "shortcut"
775 arg   "math-mode"
776 \end_inset
777
778 を使うか,
779 \series bold
780
781 \backslash
782 text
783 \series default
784
785 \begin_inset Index idx
786 status collapsed
787
788 \begin_layout Plain Layout
789 こまんど @ コマンド ! T ! 
790 \backslash
791 text
792 \end_layout
793
794 \end_inset
795
796 コマンドを挿入することで入ることができます.テキストは,\SpecialChar LyX
797 中では黒字で表示されるので,青字で表示される他の数式部分とは区別することができます.出力においては,数式
798 テキストは,他の数式部分とは違って,アップライト体に組まれます.
799 \end_layout
800
801 \begin_layout Subsection*
802 コマンドの構成
803 \end_layout
804
805 \begin_layout Standard
806 数式要素に使われるほとんどの\SpecialChar LaTeX
807 コマンドは,以下のような構成になっています.
808 \end_layout
809
810 \begin_layout Standard
811
812 \series bold
813
814 \backslash
815 コマンド名[非必須引数]{必須引数}
816 \end_layout
817
818 \begin_layout Standard
819 コマンドは,つねにバックスラッシュ「
820 \series bold
821
822 \backslash
823
824 \series default
825 」で始まります.非必須の引数を省略するときには,随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,この文書中では,\SpecialChar TeX
826 括弧
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 T exかっこ@\SpecialChar TeX
832 括弧
833 \end_layout
834
835 \end_inset
836
837 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,\SpecialChar LyX
838 は自動的に\SpecialChar TeX
839 括弧を生成します.数式中ではそれ以外に,
840 \series bold
841
842 \backslash
843 {
844 \series default
845 コマンドを使えば,つねに\SpecialChar TeX
846 括弧を生成することができます.\SpecialChar LyX
847 中で,青字で表示される通常の括弧とは違って,\SpecialChar TeX
848 括弧は赤字で表示されます.\SpecialChar TeX
849 モード中では,\SpecialChar TeX
850 括弧を得るのに,とくに
851 コマンドは必要としません.また,\SpecialChar TeX
852 括弧は出力中では表示されません.
853 \end_layout
854
855 \begin_layout Standard
856 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
857 モードに入力するときには,コマンドの終わりを表すために,コマンドの後に空白が
858 \emph on
859 かならず
860 \emph default
861 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,空白の後に,通常テキストモードの保護された空白が来なくてはなりませ
862 ん.
863 \end_layout
864
865 \begin_layout Standard
866 保護された空白は,
867 \begin_inset Info
868 type  "shortcuts"
869 arg   "command-alternatives space-insert protected ; math-space"
870 \end_inset
871
872  
873 \begin_inset Flex Ruby
874 status collapsed
875
876 \begin_layout Plain Layout
877
878 \begin_inset Argument post:1
879 status collapsed
880
881 \begin_layout Plain Layout
882 キー
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892 で入力できます.
893 \end_layout
894
895 \begin_layout Subsection*
896 \begin_inset Newpage newpage
897 \end_inset
898
899 文法の説明
900 \end_layout
901
902 \begin_layout Itemize
903 記号 
904 \begin_inset space \textvisiblespace{}
905 \end_inset
906
907  は,空白文字を入力することを表します.
908 \end_layout
909
910 \begin_layout Itemize
911 \begin_inset Formula $\to$
912 \end_inset
913
914 のような矢印は,キーボードから対応する矢印
915 \begin_inset Flex Ruby
916 status collapsed
917
918 \begin_layout Plain Layout
919
920 \begin_inset Argument post:1
921 status collapsed
922
923 \begin_layout Plain Layout
924 キー
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934 を押すことを表します.
935 \end_layout
936
937 \begin_layout Subsection*
938 使用できる単位
939 \end_layout
940
941 \begin_layout Standard
942 \align center
943 \begin_inset Float table
944 placement H
945 alignment document
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \align center
952 \begin_inset Caption Standard
953
954 \begin_layout Plain Layout
955 \begin_inset CommandInset label
956 LatexCommand label
957 name "tab:使用できる単位"
958
959 \end_inset
960
961 使用できる単位
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Plain Layout
970 \align center
971 \begin_inset Tabular
972 <lyxtabular version="3" rows="13" columns="2">
973 <features booktabs="true" tabularvalignment="middle">
974 <column alignment="center" valignment="top" width="0pt">
975 <column alignment="center" valignment="top">
976 <row>
977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
978 \begin_inset Text
979
980 \begin_layout Plain Layout
981 単位
982 \end_layout
983
984 \end_inset
985 </cell>
986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
987 \begin_inset Text
988
989 \begin_layout Plain Layout
990 名称/摘要
991 \end_layout
992
993 \end_inset
994 </cell>
995 </row>
996 <row>
997 <cell alignment="center" valignment="top" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 mm
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 <cell alignment="center" valignment="top" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 ミリメートル
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 </row>
1016 <row>
1017 <cell alignment="center" valignment="top" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 cm
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 センチメートル
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 in
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 インチ
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 pt
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 ポイント (72.27
1071 \begin_inset Formula $\,$
1072 \end_inset
1073
1074 pt = 1
1075 \begin_inset Formula $\,$
1076 \end_inset
1077
1078 in)
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pc
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 パイカ (1
1099 \begin_inset Formula $\,$
1100 \end_inset
1101
1102 pc = 12
1103 \begin_inset Formula $\,$
1104 \end_inset
1105
1106 pt)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 sp
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 スケールポイント (65536
1127 \begin_inset Formula $\,$
1128 \end_inset
1129
1130 sp = 1
1131 \begin_inset Formula $\,$
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 bp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 ビッグポイント (72
1155 \begin_inset Formula $\,$
1156 \end_inset
1157
1158 bp = 1
1159 \begin_inset Formula $\,$
1160 \end_inset
1161
1162 in)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 dd
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 ディドー (72
1183 \begin_inset Formula $\,$
1184 \end_inset
1185
1186 dd 
1187 \begin_inset Formula $\approx$
1188 \end_inset
1189
1190  37.6
1191 \begin_inset Formula $\,$
1192 \end_inset
1193
1194 mm)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 cc
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 シセロ (1
1215 \begin_inset Formula $\,$
1216 \end_inset
1217
1218 cc = 12
1219 \begin_inset Formula $\,$
1220 \end_inset
1221
1222 dd)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 ex
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 現在のフォントの文字「x」の高さ
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 em
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 現在のフォントの文字「M」の幅
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 </row>
1268 <row>
1269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 mu
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 数式単位(1
1283 \begin_inset space \thinspace{}
1284 \end_inset
1285
1286 mu = 
1287 \begin_inset Formula $\nicefrac{1}{18}$
1288 \end_inset
1289
1290
1291 \begin_inset space \thinspace{}
1292 \end_inset
1293
1294 em)
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 </lyxtabular>
1301
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \end_inset
1308
1309
1310 \end_layout
1311
1312 \begin_layout Standard
1313 \begin_inset Newpage newpage
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \begin_layout Section
1320 基礎的な関数
1321 \end_layout
1322
1323 \begin_layout Subsection
1324 指数
1325 \begin_inset Index idx
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 しすう@指数
1330 \end_layout
1331
1332 \end_inset
1333
1334 および添字
1335 \begin_inset Index idx
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339 そえじ@添字
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Index idx
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349 うえつきもじ@上付き文字
1350 \begin_inset ERT
1351 status open
1352
1353 \begin_layout Plain Layout
1354
1355 |see{
1356 \end_layout
1357
1358 \end_inset
1359
1360 指数
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 }
1367 \end_layout
1368
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 したつきもじ@下付き文字
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 |see{
1388 \end_layout
1389
1390 \end_inset
1391
1392 添字
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Standard
1412 添字は,アンダースコア「_」を打鍵するか,数式ツールバーボタン
1413 \begin_inset Info
1414 type  "icon"
1415 arg   "math-subscript"
1416 \end_inset
1417
1418 を使って入力することができ,指数は,キャレット「^」を打鍵するか,数式ツールバーボタン
1419 \begin_inset Info
1420 type  "icon"
1421 arg   "math-superscript"
1422 \end_inset
1423
1424 を使って入力することができます.
1425 \end_layout
1426
1427 \begin_layout Standard
1428 \align center
1429 \begin_inset Tabular
1430 <lyxtabular version="3" rows="4" columns="2">
1431 <features booktabs="true" tabularvalignment="middle">
1432 <column alignment="center" valignment="top" width="0pt">
1433 <column alignment="center" valignment="top" width="0pt">
1434 <row>
1435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 コマンド
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 出力
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 </row>
1454 <row>
1455 <cell alignment="center" valignment="top" usebox="none">
1456 \begin_inset Text
1457
1458 \begin_layout Plain Layout
1459 B_V
1460 \end_layout
1461
1462 \end_inset
1463 </cell>
1464 <cell alignment="center" valignment="top" usebox="none">
1465 \begin_inset Text
1466
1467 \begin_layout Plain Layout
1468 \begin_inset Formula $B_{V}$
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475 </cell>
1476 </row>
1477 <row topspace="1.5mm">
1478 <cell alignment="center" valignment="top" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Plain Layout
1482 B^V
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 <cell alignment="center" valignment="top" usebox="none">
1488 \begin_inset Text
1489
1490 \begin_layout Plain Layout
1491 \begin_inset Formula $B^{V}$
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 </row>
1500 <row topspace="1.5mm">
1501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 B^
1506 \begin_inset space \textvisiblespace{}
1507 \end_inset
1508
1509 A
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 \begin_inset Formula $B^{A}$
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 </lyxtabular>
1528
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \begin_layout Standard
1535 キャレットは,言語によってはアクセント記号として使用されているので,そのような場合には,母音字の後でキャレットを押すと,指数にならずにアクセントをつけることにな
1536 ってしまいます
1537 \begin_inset Foot
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 使用しているキーボード設定によっては,同様のことが母音以外の文字でも起こることがあります.
1542 \end_layout
1543
1544 \end_inset
1545
1546 .この場合に指数を作るには,上記の最後の例のように,キャレットの後に
1547 \family sans
1548 Space
1549 \family default
1550 を押してください.
1551 \end_layout
1552
1553 \begin_layout Subsection
1554 分数
1555 \begin_inset CommandInset label
1556 LatexCommand label
1557 name "subsec:分数"
1558
1559 \end_inset
1560
1561
1562 \begin_inset Index idx
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 ぶんすう@分数
1567 \end_layout
1568
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \begin_layout Standard
1575 分数は,コマンド
1576 \series bold
1577
1578 \backslash
1579 frac
1580 \series default
1581
1582 \begin_inset Index idx
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 こまんど@コマンド ! F ! 
1587 \backslash
1588 frac
1589 \end_layout
1590
1591 \end_inset
1592
1593 か数式ツールバーボタン
1594 \begin_inset Info
1595 type  "icon"
1596 arg   "math-insert \\frac"
1597 \end_inset
1598
1599 で作ることができます.フォント寸法は,分数が行内数式にあるか別行立て数式にあるかに応じて,自動的に調整されます.数式ツールバーボタン
1600 \begin_inset Info
1601 type  "icon"
1602 arg   "math-insert \\frac-square"
1603 \end_inset
1604
1605 を使えば,分数の種類を選ぶことができます.
1606 \end_layout
1607
1608 \begin_layout Standard
1609 コマンド
1610 \series bold
1611
1612 \backslash
1613 dfrac
1614 \series default
1615
1616 \begin_inset Index idx
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 こまんど@コマンド ! D ! 
1621 \backslash
1622 dfrac
1623 \end_layout
1624
1625 \end_inset
1626
1627 を使えば,つねに別行立て数式の大きさを持つ分数を作成することができます.また,コマンド
1628 \series bold
1629
1630 \backslash
1631 tfrac
1632 \series default
1633
1634 \begin_inset Index idx
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 こまんど@コマンド ! T ! 
1639 \backslash
1640 tfrac
1641 \end_layout
1642
1643 \end_inset
1644
1645 では,つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
1646 \end_layout
1647
1648 \begin_layout Standard
1649 これは,コマンド
1650 \series bold
1651
1652 \backslash
1653 frac
1654 \series default
1655 を使用して作った分数
1656 \begin_inset Formula $\frac{1}{2}$
1657 \end_inset
1658
1659 を含む行です.
1660 \end_layout
1661
1662 \begin_layout Standard
1663 これは,コマンド
1664 \series bold
1665
1666 \backslash
1667 dfrac
1668 \series default
1669 を使用して作った分数
1670 \begin_inset Formula $\dfrac{1}{2}$
1671 \end_inset
1672
1673 を含む行です.
1674 \end_layout
1675
1676 \begin_layout Standard
1677 \align center
1678 \begin_inset Tabular
1679 <lyxtabular version="3" rows="4" columns="2">
1680 <features booktabs="true" tabularvalignment="middle">
1681 <column alignment="center" valignment="top" width="0pt">
1682 <column alignment="center" valignment="top" width="0pt">
1683 <row>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688 コマンド
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697 出力
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 </row>
1703 <row topspace="1.5mm">
1704 <cell alignment="center" valignment="top" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Plain Layout
1708
1709 \backslash
1710 frac
1711 \begin_inset space \textvisiblespace{}
1712 \end_inset
1713
1714 A
1715 \begin_inset Formula $\downarrow$
1716 \end_inset
1717
1718 B
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 \begin_inset Formula $\frac{A}{B}$
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \end_inset
1734 </cell>
1735 </row>
1736 <row topspace="2mm">
1737 <cell alignment="center" valignment="top" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \backslash
1743 dfrac
1744 \begin_inset space \textvisiblespace{}
1745 \end_inset
1746
1747 A
1748 \begin_inset Formula $\downarrow$
1749 \end_inset
1750
1751 B
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760 \begin_inset Formula $\dfrac{A}{B}$
1761 \end_inset
1762
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 </row>
1769 <row topspace="2mm" bottomspace="1mm">
1770 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \backslash
1776 dfrac
1777 \begin_inset space \textvisiblespace{}
1778 \end_inset
1779
1780 e^
1781 \backslash
1782 frac
1783 \begin_inset space \textvisiblespace{}
1784 \end_inset
1785
1786 1
1787 \begin_inset Formula $\downarrow$
1788 \end_inset
1789
1790 2
1791 \begin_inset Formula $\downarrow\downarrow$
1792 \end_inset
1793
1794 3
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1804 \end_inset
1805
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 </lyxtabular>
1813
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \begin_layout Standard
1820 \begin_inset VSpace bigskip
1821 \end_inset
1822
1823
1824 \begin_inset Newpage newpage
1825 \end_inset
1826
1827 入れ子の分数を作るには,コマンド
1828 \series bold
1829
1830 \backslash
1831 cfrac
1832 \series default
1833
1834 \begin_inset Index idx
1835 status collapsed
1836
1837 \begin_layout Plain Layout
1838 こまんど@コマンド ! C ! 
1839 \backslash
1840 cfrac
1841 \end_layout
1842
1843 \end_inset
1844
1845 が使えます.以下がその例です.
1846 \begin_inset VSpace -3mm
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \begin_inset Formula 
1854 \begin{align*}
1855 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1856 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1857 \end{align*}
1858
1859 \end_inset
1860
1861
1862 \end_layout
1863
1864 \begin_layout Standard
1865 上記の例で使用したコマンドは,
1866 \end_layout
1867
1868 \begin_layout Standard
1869
1870 \series bold
1871
1872 \backslash
1873 cfrac
1874 \begin_inset ERT
1875 status collapsed
1876
1877 \begin_layout Plain Layout
1878
1879
1880 \backslash
1881 space 
1882 \end_layout
1883
1884 \end_inset
1885
1886 A
1887 \begin_inset Formula $\downarrow$
1888 \end_inset
1889
1890 B+
1891 \backslash
1892 cfrac
1893 \begin_inset ERT
1894 status collapsed
1895
1896 \begin_layout Plain Layout
1897
1898
1899 \backslash
1900 space 
1901 \end_layout
1902
1903 \end_inset
1904
1905 C+
1906 \backslash
1907 cfrac
1908 \begin_inset ERT
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912
1913
1914 \backslash
1915 space 
1916 \end_layout
1917
1918 \end_inset
1919
1920 E
1921 \begin_inset Formula $\downarrow$
1922 \end_inset
1923
1924 F
1925 \begin_inset Formula $\downarrow$
1926 \end_inset
1927
1928 D
1929 \end_layout
1930
1931 \begin_layout Standard
1932 です.
1933 \end_layout
1934
1935 \begin_layout Standard
1936 \begin_inset VSpace medskip
1937 \end_inset
1938
1939
1940 \end_layout
1941
1942 \begin_layout Standard
1943
1944 \series bold
1945
1946 \backslash
1947 cfrac
1948 \series default
1949 は,他の分数中に入れ子になっている場合も含め,分数をつねに別行立て数式の大きさに設定します.
1950 \end_layout
1951
1952 \begin_layout Standard
1953 分子の揃え方は,指定することができます.
1954 \series bold
1955
1956 \backslash
1957 cfracleft
1958 \series default
1959 コマンドは左揃えにし,
1960 \series bold
1961
1962 \backslash
1963 cfracright
1964 \series default
1965 は右揃えにします.
1966 \series bold
1967
1968 \backslash
1969 cfrac
1970 \series default
1971 は中央揃えです.以下の各分数は,それぞれの揃え位置を示しています.
1972 \series bold
1973
1974 \begin_inset Formula 
1975 \[
1976 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
1977 \]
1978
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \begin_layout Standard
1985 \begin_inset Note Greyedout
1986 status open
1987
1988 \begin_layout Plain Layout
1989
1990 \series bold
1991 【註】
1992 \backslash
1993 cfracleft
1994 \series default
1995
1996 \series bold
1997
1998 \backslash
1999 cfracright
2000 \series default
2001 は,生粋の\SpecialChar LaTeX
2002 コマンドではなく,実体は,コマンド
2003 \series bold
2004
2005 \backslash
2006 cfrac[揃え位置]{分子}{分母}
2007 \series default
2008 です.したがって,これらを\SpecialChar TeX
2009 モードで使うことはできません.
2010 \end_layout
2011
2012 \end_inset
2013
2014
2015 \end_layout
2016
2017 \begin_layout Standard
2018 \begin_inset VSpace medskip
2019 \end_inset
2020
2021 ときに,以下のように
2022 \series bold
2023
2024 \backslash
2025 cfrac
2026 \series default
2027
2028 \series bold
2029
2030 \backslash
2031 frac
2032 \series default
2033 を組み合わせて使うと便利です.
2034 \begin_inset Formula 
2035 \[
2036 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2037 \]
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 斜めの分数線を持つ行内分数を作るには,コマンド
2046 \series bold
2047
2048 \backslash
2049 nicefrac
2050 \series default
2051
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 こまんど@コマンド ! N ! 
2057 \backslash
2058 nicefrac
2059 \end_layout
2060
2061 \end_inset
2062
2063 (例:
2064 \begin_inset Formula $\nicefrac{5}{31}$
2065 \end_inset
2066
2067 )を使うか,コマンド
2068 \series bold
2069
2070 \backslash
2071 unitfrac
2072 \series default
2073
2074 \begin_inset Index idx
2075 status collapsed
2076
2077 \begin_layout Plain Layout
2078 こまんど@コマンド ! U ! 
2079 \backslash
2080 unitfrac
2081 \end_layout
2082
2083 \end_inset
2084
2085 (例:
2086 \begin_inset Formula $\unitfrac{5}{31}$
2087 \end_inset
2088
2089 )を使います.さらに,
2090 \begin_inset Formula $\unitfrac[2]{1}{3}$
2091 \end_inset
2092
2093 のような帯分数を作るコマンド
2094 \series bold
2095
2096 \backslash
2097 unitfracthree
2098 \series default
2099 もあります.
2100 \end_layout
2101
2102 \begin_layout Standard
2103 \begin_inset Note Greyedout
2104 status open
2105
2106 \begin_layout Plain Layout
2107
2108 \series bold
2109 【註】
2110 \series default
2111 実は,
2112 \series bold
2113
2114 \backslash
2115 unitfracthree
2116 \series default
2117 は生粋の\SpecialChar LaTeX
2118 コマンドではなく,実体は
2119 \begin_inset Newline newline
2120 \end_inset
2121
2122
2123 \series bold
2124
2125 \backslash
2126 unitfrac[自然数]{分子}{分母}
2127 \series default
2128 というコマンドなので,\SpecialChar TeX
2129 コードでは使用できません.
2130 \end_layout
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138 分数線を変更できるような独自の分数の定義のしかたは,第
2139 \begin_inset CommandInset ref
2140 LatexCommand ref
2141 reference "subsec:自己定義の分数"
2142
2143 \end_inset
2144
2145 節に説明があります.
2146 \end_layout
2147
2148 \begin_layout Standard
2149 多行分数の説明は,第
2150 \begin_inset CommandInset ref
2151 LatexCommand ref
2152 reference "subsec:多行にわたる分数"
2153
2154 \end_inset
2155
2156 節にあります.
2157 \end_layout
2158
2159 \begin_layout Subsection
2160 根号
2161 \begin_inset Index idx
2162 status collapsed
2163
2164 \begin_layout Plain Layout
2165 こんごう@根号
2166 \end_layout
2167
2168 \end_inset
2169
2170
2171 \begin_inset Index idx
2172 status collapsed
2173
2174 \begin_layout Plain Layout
2175 るーと@ルート
2176 \begin_inset ERT
2177 status collapsed
2178
2179 \begin_layout Plain Layout
2180
2181 |see{
2182 \end_layout
2183
2184 \end_inset
2185
2186 根号
2187 \begin_inset ERT
2188 status collapsed
2189
2190 \begin_layout Plain Layout
2191
2192 }
2193 \end_layout
2194
2195 \end_inset
2196
2197
2198 \end_layout
2199
2200 \end_inset
2201
2202
2203 \end_layout
2204
2205 \begin_layout Standard
2206 平方根は,
2207 \series bold
2208
2209 \backslash
2210 sqrt
2211 \series default
2212
2213 \begin_inset Index idx
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217 こまんど@コマンド ! S ! 
2218 \backslash
2219 sqrt
2220 \end_layout
2221
2222 \end_inset
2223
2224 か数式ツールバーボタン
2225 \begin_inset Info
2226 type  "icon"
2227 arg   "math-insert \\sqrt"
2228 \end_inset
2229
2230 で作成することができ,他のすべての根号は,コマンド
2231 \series bold
2232
2233 \backslash
2234 root
2235 \series default
2236
2237 \begin_inset Index idx
2238 status collapsed
2239
2240 \begin_layout Plain Layout
2241 こまんど@コマンド ! R ! 
2242 \backslash
2243 root
2244 \end_layout
2245
2246 \end_inset
2247
2248 か数式ツールバーボタン
2249 \begin_inset Info
2250 type  "icon"
2251 arg   "math-insert \\root"
2252 \end_inset
2253
2254 で作成することができます.
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \align center
2259 \begin_inset Tabular
2260 <lyxtabular version="3" rows="3" columns="2">
2261 <features booktabs="true" tabularvalignment="middle">
2262 <column alignment="center" valignment="top" width="0pt">
2263 <column alignment="center" valignment="top" width="0pt">
2264 <row>
2265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269 コマンド
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278 出力
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row topspace="1mm">
2285 <cell alignment="center" valignment="top" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \backslash
2291 sqrt
2292 \begin_inset space \textvisiblespace{}
2293 \end_inset
2294
2295 A-B
2296 \end_layout
2297
2298 \end_inset
2299 </cell>
2300 <cell alignment="center" valignment="top" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Plain Layout
2304 \begin_inset Formula $\sqrt{A-B}$
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 <row topspace="1mm">
2314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318
2319 \backslash
2320 root
2321 \begin_inset space \textvisiblespace{}
2322 \end_inset
2323
2324 3
2325 \begin_inset Formula $\downarrow$
2326 \end_inset
2327
2328 A-B
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 \begin_inset Formula $\sqrt[3]{A-B}$
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 </lyxtabular>
2347
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \begin_layout Standard
2354 平方根は,根号指数フィールドを空白のままにしておけば,
2355 \series bold
2356
2357 \backslash
2358 root
2359 \series default
2360 でも作成することができます.
2361 \end_layout
2362
2363 \begin_layout Standard
2364 \begin_inset Formula $\sqrt[\beta]{B}$
2365 \end_inset
2366
2367 の例のように,指数のとる値によっては,根号への距離が近すぎることがあります.
2368 \begin_inset Newline newline
2369 \end_inset
2370
2371 この場合には,
2372 \begin_inset Formula $\beta$
2373 \end_inset
2374
2375 が根号に触れてしまいます.これを避けるためには,以下のようなコマンド書式で,コマンド
2376 \series bold
2377
2378 \backslash
2379 leftroot
2380 \series default
2381
2382 \begin_inset Index idx
2383 status collapsed
2384
2385 \begin_layout Plain Layout
2386 こまんど@コマンド ! L ! 
2387 \backslash
2388 leftroot
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \series bold
2395
2396 \backslash
2397 uproot
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 こまんど@コマンド ! U ! 
2405 \backslash
2406 uproot
2407 \end_layout
2408
2409 \end_inset
2410
2411 を使います.
2412 \end_layout
2413
2414 \begin_layout Standard
2415
2416 \series bold
2417
2418 \backslash
2419 leftroot{距離}
2420 \series default
2421 および
2422 \series bold
2423
2424 \backslash
2425 uproot{距離}
2426 \end_layout
2427
2428 \begin_layout Standard
2429 ここで「距離」は,指数を左あるいは上に動かす,Big Point(単位bp;
2430 \begin_inset Formula $\mathrm{72\,bp=1}$
2431 \end_inset
2432
2433 インチ)での数値です.これらのコマンドは,指数に書き込みます.このようにして,コマンド
2434 \begin_inset Newline newline
2435 \end_inset
2436
2437
2438 \series bold
2439
2440 \backslash
2441 root
2442 \backslash
2443 leftroot{-1
2444 \begin_inset Formula $\to$
2445 \end_inset
2446
2447
2448 \backslash
2449 uproot{2
2450 \begin_inset Formula $\to$
2451 \end_inset
2452
2453
2454 \backslash
2455 beta
2456 \begin_inset space \textvisiblespace{}
2457 \end_inset
2458
2459
2460 \begin_inset Formula $\to$
2461 \end_inset
2462
2463 B
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467
2468 \series default
2469 は,正しく組版された数式
2470 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2471 \end_inset
2472
2473 を生成します.
2474 \end_layout
2475
2476 \begin_layout Subsection
2477 二項係数
2478 \begin_inset Index idx
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 にこうけいすう@二項係数
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 二項係数は,コマンド
2492 \series bold
2493
2494 \backslash
2495 binom
2496 \series default
2497
2498 \begin_inset Index idx
2499 status collapsed
2500
2501 \begin_layout Plain Layout
2502 こまんど@コマンド ! B ! 
2503 \backslash
2504 binom
2505 \end_layout
2506
2507 \end_inset
2508
2509 か数式ツールバーボタン
2510 \begin_inset Info
2511 type  "icon"
2512 arg   "math-insert \\frac-square"
2513 \end_inset
2514
2515 の小メニューを使って挿入することができます.分数(
2516 \series bold
2517
2518 \backslash
2519 frac
2520 \series default
2521 )と同様に,
2522 \series bold
2523
2524 \backslash
2525 binom
2526 \series default
2527 の他に,コマンド
2528 \series bold
2529
2530 \backslash
2531 dbinom
2532 \begin_inset Index idx
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 こまんど@コマンド ! D ! 
2537 \backslash
2538 dbinom
2539 \end_layout
2540
2541 \end_inset
2542
2543
2544 \series default
2545 および
2546 \series bold
2547
2548 \backslash
2549 tbinom
2550 \series default
2551
2552 \begin_inset Index idx
2553 status collapsed
2554
2555 \begin_layout Plain Layout
2556 こまんど@コマンド ! T ! 
2557 \backslash
2558 tbinom
2559 \end_layout
2560
2561 \end_inset
2562
2563 があります.二項係数のまわりの括弧に,他の括弧を使うには,コマンド
2564 \series bold
2565
2566 \backslash
2567 brace
2568 \series default
2569
2570 \begin_inset Index idx
2571 status collapsed
2572
2573 \begin_layout Plain Layout
2574 こまんど@コマンド ! B ! 
2575 \backslash
2576 brace
2577 \end_layout
2578
2579 \end_inset
2580
2581
2582 \series bold
2583
2584 \backslash
2585 brack
2586 \series default
2587
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 こまんど@コマンド ! B ! 
2593 \backslash
2594 brack
2595 \end_layout
2596
2597 \end_inset
2598
2599 があります.
2600 \end_layout
2601
2602 \begin_layout Standard
2603 \align center
2604 \begin_inset Tabular
2605 <lyxtabular version="3" rows="6" columns="2">
2606 <features booktabs="true" tabularvalignment="middle">
2607 <column alignment="center" valignment="top" width="0pt">
2608 <column alignment="center" valignment="top" width="0pt">
2609 <row>
2610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Plain Layout
2614 コマンド
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Plain Layout
2623 出力
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 </row>
2629 <row topspace="1mm">
2630 <cell alignment="center" valignment="top" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \backslash
2636 binom
2637 \begin_inset space \textvisiblespace{}
2638 \end_inset
2639
2640 A
2641 \begin_inset Formula $\downarrow$
2642 \end_inset
2643
2644 B
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 <cell alignment="center" valignment="top" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653 \begin_inset Formula $\binom{A}{B}$
2654 \end_inset
2655
2656
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 </row>
2662 <row topspace="2mm">
2663 <cell alignment="center" valignment="top" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667
2668 \backslash
2669 dbinom
2670 \begin_inset space \textvisiblespace{}
2671 \end_inset
2672
2673 A
2674 \begin_inset Formula $\downarrow$
2675 \end_inset
2676
2677 B
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 \begin_inset Formula $\dbinom{A}{B}$
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 </row>
2695 <row topspace="2mm" bottomspace="0.5mm">
2696 <cell alignment="center" valignment="top" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700
2701 \backslash
2702 tbinom
2703 \begin_inset space \textvisiblespace{}
2704 \end_inset
2705
2706 A
2707 \begin_inset Formula $\downarrow$
2708 \end_inset
2709
2710 B
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 <cell alignment="center" valignment="top" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719 \begin_inset Formula $\tbinom{A}{B}$
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row topspace="1mm">
2729 <cell alignment="center" valignment="top" topline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733
2734 \backslash
2735 brack
2736 \begin_inset space \textvisiblespace{}
2737 \end_inset
2738
2739 A
2740 \begin_inset Formula $\downarrow$
2741 \end_inset
2742
2743 B
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 \begin_inset Formula ${A \brack B}$
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 </row>
2761 <row topspace="2mm" bottomspace="0.5mm">
2762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Plain Layout
2766
2767 \backslash
2768 brace
2769 \begin_inset space \textvisiblespace{}
2770 \end_inset
2771
2772 A
2773 \begin_inset Formula $\downarrow$
2774 \end_inset
2775
2776 B
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 \begin_inset Formula ${A \brace B}$
2786 \end_inset
2787
2788
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 </row>
2794 </lyxtabular>
2795
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \begin_layout Subsection
2802 場合分け
2803 \begin_inset Index idx
2804 status collapsed
2805
2806 \begin_layout Plain Layout
2807 ばあいわけ@場合分け
2808 \end_layout
2809
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \begin_layout Standard
2816 \align center
2817 \begin_inset Tabular
2818 <lyxtabular version="3" rows="3" columns="2">
2819 <features booktabs="true" tabularvalignment="middle">
2820 <column alignment="center" valignment="top" width="0pt">
2821 <column alignment="center" valignment="top" width="0pt">
2822 <row>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827 コマンド
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836 出力
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 </row>
2842 <row>
2843 <cell alignment="center" valignment="top" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \backslash
2849 cases
2850 \begin_inset space \textvisiblespace{}
2851 \end_inset
2852
2853 A
2854 \begin_inset Formula $\to$
2855 \end_inset
2856
2857 B
2858 \begin_inset Formula $>$
2859 \end_inset
2860
2861 0
2862 \begin_inset Index idx
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866 こまんど@コマンド ! C ! 
2867 \backslash
2868 cases
2869 \end_layout
2870
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882 \begin_inset Formula $\begin{cases}
2883 A & B>0\end{cases}$
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 </row>
2892 <row topspace="1.5mm">
2893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Plain Layout
2897
2898 \backslash
2899 cases
2900 \begin_inset space \textvisiblespace{}
2901 \end_inset
2902
2903
2904 \begin_inset Info
2905 type  "shortcut"
2906 arg   "newline-insert newline"
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\begin{cases}
2919 A & \textrm{for }x>0\\
2920 B & \textrm{for }x=0
2921 \end{cases}$
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 </lyxtabular>
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Standard
2938
2939 \series bold
2940
2941 \backslash
2942 cases
2943 \series default
2944 を挿入するか数式ツールバーボタン
2945 \begin_inset Info
2946 type  "icon"
2947 arg   "math-insert \\cases"
2948 \end_inset
2949
2950 を使用した後では,
2951 \begin_inset Flex Ruby
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 捷径
2956 \begin_inset Argument post:1
2957 status collapsed
2958
2959 \begin_layout Plain Layout
2960 ショートカット
2961 \end_layout
2962
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969
2970
2971 \begin_inset Info
2972 type  "shortcut"
2973 arg   "newline-insert newline"
2974 \end_inset
2975
2976 か表ツールバーボタン
2977 \begin_inset Info
2978 type  "icon"
2979 arg   "tabular-feature append-row"
2980 \end_inset
2981
2982 を使えば,新しい行を作ることができます.
2983 \end_layout
2984
2985 \begin_layout Standard
2986 コマンド
2987 \series bold
2988
2989 \backslash
2990 cases
2991 \series default
2992 は,
2993 \family sans
2994 挿入\SpecialChar menuseparator
2995 数式\SpecialChar menuseparator
2996 Cases環境
2997 \family default
2998 メニューで挿入することもできます.
2999 \end_layout
3000
3001 \begin_layout Subsection
3002 否定
3003 \begin_inset Index idx
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 ひてい@否定
3008 \end_layout
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Standard
3016
3017 \series bold
3018
3019 \backslash
3020 not
3021 \series default
3022
3023 \begin_inset Index idx
3024 status collapsed
3025
3026 \begin_layout Plain Layout
3027 こまんど@コマンド ! N ! 
3028 \backslash
3029 not
3030 \end_layout
3031
3032 \end_inset
3033
3034 を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
3035 \end_layout
3036
3037 \begin_layout Standard
3038 \align center
3039 \begin_inset Tabular
3040 <lyxtabular version="3" rows="4" columns="2">
3041 <features booktabs="true" tabularvalignment="middle">
3042 <column alignment="center" valignment="top" width="0pt">
3043 <column alignment="center" valignment="top" width="0pt">
3044 <row>
3045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 コマンド
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 出力
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 <row>
3065 <cell alignment="center" valignment="top" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \backslash
3071 not=
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell alignment="center" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 \begin_inset Formula $\not=$
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row>
3090 <cell alignment="center" valignment="top" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \backslash
3096 not 
3097 \backslash
3098 le
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107 \begin_inset Formula $\not\le$
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \backslash
3123 not 
3124 \backslash
3125 parallel
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 \begin_inset Formula $\not\parallel$
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 </lyxtabular>
3144
3145 \end_inset
3146
3147
3148 \end_layout
3149
3150 \begin_layout Standard
3151 最後の例が示すように,すべての否定形がきれいに出力されるわけではありません.このことから,否定形に専用のコマンドを持つものもあります(第
3152 \begin_inset CommandInset ref
3153 LatexCommand ref
3154 reference "subsec:数学記号"
3155
3156 \end_inset
3157
3158 節および第
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "sec:関係子"
3162
3163 \end_inset
3164
3165 節を参照).
3166 \end_layout
3167
3168 \begin_layout Subsection
3169 埋め草
3170 \begin_inset CommandInset label
3171 LatexCommand label
3172 name "subsec:埋め草"
3173
3174 \end_inset
3175
3176
3177 \begin_inset Index idx
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 うめくさ@埋め草
3182 \end_layout
3183
3184 \end_inset
3185
3186
3187 \begin_inset Index idx
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191 かがくきごう@化学記号 ! どういたい@同位体
3192 \end_layout
3193
3194 \end_inset
3195
3196
3197 \begin_inset Index idx
3198 status collapsed
3199
3200 \begin_layout Plain Layout
3201 どういたい@同位体
3202 \begin_inset ERT
3203 status collapsed
3204
3205 \begin_layout Plain Layout
3206
3207 |see{
3208 \end_layout
3209
3210 \end_inset
3211
3212 化学記号
3213 \begin_inset ERT
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217
3218 }
3219 \end_layout
3220
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \end_inset
3227
3228
3229 \begin_inset Index idx
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233 あいそとーぷ@アイソトープ
3234 \begin_inset ERT
3235 status collapsed
3236
3237 \begin_layout Plain Layout
3238
3239 |see{
3240 \end_layout
3241
3242 \end_inset
3243
3244 同位体
3245 \begin_inset ERT
3246 status collapsed
3247
3248 \begin_layout Plain Layout
3249
3250 }
3251 \end_layout
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \end_inset
3259
3260
3261 \end_layout
3262
3263 \begin_layout Standard
3264 たとえば同位体
3265 \begin_inset Foot
3266 status collapsed
3267
3268 \begin_layout Plain Layout
3269 同位体と化学記号の組版に関しては,第
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "subsec:化学記号と化学式"
3273
3274 \end_inset
3275
3276 節に記述があります.
3277 \end_layout
3278
3279 \end_inset
3280
3281 を表示しようとすると,次のような問題が起こります.
3282 \end_layout
3283
3284 \begin_layout Standard
3285 \align center
3286 \begin_inset Tabular
3287 <lyxtabular version="3" rows="2" columns="2">
3288 <features booktabs="true" tabularvalignment="middle">
3289 <column alignment="center" valignment="top" width="0pt">
3290 <column alignment="center" valignment="top" width="0pt">
3291 <row>
3292 <cell alignment="center" valignment="top" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 上付き文字と下付き文字を使用して作った指数:
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3306 \end_inset
3307
3308
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row topspace="1.5mm">
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 正しい指数:
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 </lyxtabular>
3338
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \begin_layout Standard
3345 短い方の指数は,既定で,長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,一文字ないし複数の空の文字を生成するコマンド
3346 \series bold
3347
3348 \backslash
3349 phantom
3350 \series default
3351
3352 \begin_inset Index idx
3353 status collapsed
3354
3355 \begin_layout Plain Layout
3356 こまんど@コマンド ! P ! 
3357 \backslash
3358 phantom
3359 \end_layout
3360
3361 \end_inset
3362
3363 や数式ツールバーボタン
3364 \begin_inset Foot
3365 status collapsed
3366
3367 \begin_layout Plain Layout
3368 ツールバーボタン
3369 \begin_inset Info
3370 type  "icon"
3371 arg   "math-insert \\space"
3372 \end_inset
3373
3374 の小メニューに入っています.
3375 \end_layout
3376
3377 \end_inset
3378
3379
3380 \begin_inset Info
3381 type  "icon"
3382 arg   "math/phantom"
3383 \end_inset
3384
3385 があります.
3386 \series bold
3387
3388 \backslash
3389 phantom
3390 \series default
3391 を挿入すると,二つの赤い矢印が重なった青枠が表示されます.矢印は,箱の中身の幅と高さの両方が,埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3392 ち文字)として適用されることを示しています.したがって,
3393 \series bold
3394
3395 \backslash
3396 phantom
3397 \series default
3398 の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
3399 \end_layout
3400
3401 \begin_layout Standard
3402 \align center
3403 \begin_inset Tabular
3404 <lyxtabular version="3" rows="4" columns="2">
3405 <features booktabs="true" tabularvalignment="middle">
3406 <column alignment="center" valignment="top" width="0pt">
3407 <column alignment="center" valignment="top" width="0pt">
3408 <row>
3409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 コマンド
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 出力
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row topspace="1.5mm">
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 ^19
3434 \begin_inset space \textvisiblespace{}
3435 \end_inset
3436
3437 _
3438 \backslash
3439 phantom
3440 \begin_inset space \textvisiblespace{}
3441 \end_inset
3442
3443 1
3444 \begin_inset Formula $\to$
3445 \end_inset
3446
3447 9
3448 \begin_inset space \textvisiblespace{}
3449 \end_inset
3450
3451 F
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3461 \end_inset
3462
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row topspace="1.5mm" bottomspace="0.5mm">
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 ^235
3475 \begin_inset space \textvisiblespace{}
3476 \end_inset
3477
3478 _
3479 \backslash
3480 phantom
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 23
3485 \begin_inset Formula $\to$
3486 \end_inset
3487
3488 9
3489 \begin_inset space \textvisiblespace{}
3490 \end_inset
3491
3492 F
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row topspace="1.5mm" bottomspace="0.5mm">
3511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \backslash
3517 Lambda^
3518 \begin_inset space \textvisiblespace{}
3519 \end_inset
3520
3521
3522 \backslash
3523 phantom
3524 \begin_inset space \textvisiblespace{}
3525 \end_inset
3526
3527 ii
3528 \begin_inset Formula $\to$
3529 \end_inset
3530
3531 t
3532 \begin_inset space \textvisiblespace{}
3533 \end_inset
3534
3535 _MMt
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3545 \end_inset
3546
3547
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 </lyxtabular>
3554
3555 \end_inset
3556
3557
3558 \end_layout
3559
3560 \begin_layout Standard
3561 さらに,
3562 \series bold
3563
3564 \backslash
3565 vphantom
3566 \series default
3567
3568 \begin_inset Index idx
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572 こまんど@コマンド ! V ! 
3573 \backslash
3574 vphantom
3575 \end_layout
3576
3577 \end_inset
3578
3579 (ツールバーボタン
3580 \begin_inset space ~
3581 \end_inset
3582
3583
3584 \begin_inset Info
3585 type  "icon"
3586 arg   "math/vphantom"
3587 \end_inset
3588
3589 )および
3590 \series bold
3591
3592 \backslash
3593 hphantom
3594 \series default
3595
3596 \begin_inset Index idx
3597 status collapsed
3598
3599 \begin_layout Plain Layout
3600 こまんど@コマンド ! H ! 
3601 \backslash
3602 hphantom
3603 \end_layout
3604
3605 \end_inset
3606
3607 (ツールバーボタン
3608 \begin_inset space ~
3609 \end_inset
3610
3611
3612 \begin_inset Info
3613 type  "icon"
3614 arg   "math/hphantom"
3615 \end_inset
3616
3617 )というコマンドもあります.
3618 \series bold
3619
3620 \backslash
3621 vphantom
3622 \series default
3623 は,枠内部の文字の最大高のみの空白を作り,幅は考慮しません.
3624 \series bold
3625
3626 \backslash
3627 hphantom
3628 \series default
3629 は,枠の内容の幅のみの空白を作ります.このことから,これらの枠は一本の赤矢印のみで表示されます.
3630 \end_layout
3631
3632 \begin_layout Standard
3633 たとえば,
3634 \series bold
3635
3636 \backslash
3637 vphantom
3638 \series default
3639
3640 \begin_inset space \textvisiblespace{}
3641 \end_inset
3642
3643
3644 \series bold
3645 a
3646 \backslash
3647 int
3648 \series default
3649 は,積分記号
3650 \begin_inset Foot
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656
3657 \backslash
3658 int
3659 \series default
3660 コマンドは,積分記号を生成します.第
3661 \begin_inset CommandInset ref
3662 LatexCommand ref
3663 reference "subsec:大演算子"
3664
3665 \end_inset
3666
3667 節を参照してください.
3668 \end_layout
3669
3670 \end_inset
3671
3672 が最大高の文字なので,積分記号の高さを持つ空白を作ります.実際の適用例については,第
3673 \begin_inset CommandInset ref
3674 LatexCommand ref
3675 reference "subsec:多行にわたる括弧"
3676
3677 \end_inset
3678
3679 節を参照してください.
3680 \end_layout
3681
3682 \begin_layout Standard
3683 埋め草は,メニュー
3684 \family sans
3685 挿入\SpecialChar menuseparator
3686 整形\SpecialChar menuseparator
3687 埋め草
3688 \family default
3689 を使えば,以下のように本文中でも使用することができます.
3690 \end_layout
3691
3692 \begin_layout Standard
3693 これは本文です.
3694 \begin_inset Newline newline
3695 \end_inset
3696
3697
3698 \begin_inset Phantom Phantom
3699 status open
3700
3701 \begin_layout Plain Layout
3702 これは
3703 \end_layout
3704
3705 \end_inset
3706
3707 本文です.
3708 \end_layout
3709
3710 \begin_layout Subsection
3711 横線
3712 \begin_inset Index idx
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716 よこせん@横線
3717 \end_layout
3718
3719 \end_inset
3720
3721
3722 \begin_inset Index idx
3723 status collapsed
3724
3725 \begin_layout Plain Layout
3726 すうしき@数式 ! かせん@下線
3727 \end_layout
3728
3729 \end_inset
3730
3731
3732 \begin_inset Index idx
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736 ぼうせん@棒線
3737 \begin_inset ERT
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741
3742 |see{
3743 \end_layout
3744
3745 \end_inset
3746
3747 横線
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753 }
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \end_layout
3760
3761 \end_inset
3762
3763
3764 \end_layout
3765
3766 \begin_layout Standard
3767 \align center
3768 \begin_inset Tabular
3769 <lyxtabular version="3" rows="4" columns="2">
3770 <features booktabs="true" tabularvalignment="middle">
3771 <column alignment="center" valignment="top" width="0pt">
3772 <column alignment="center" valignment="top" width="0pt">
3773 <row>
3774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 コマンド
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 出力
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row topspace="2mm">
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \backslash
3800 overline
3801 \begin_inset space \textvisiblespace{}
3802 \end_inset
3803
3804 A+B
3805 \begin_inset Index idx
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809 こまんど@コマンド ! O ! 
3810 \backslash
3811 overline
3812 \end_layout
3813
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 \begin_inset Formula $\overline{A+B}$
3826 \end_inset
3827
3828
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row bottomspace="1mm">
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \backslash
3841 underline
3842 \begin_inset space \textvisiblespace{}
3843 \end_inset
3844
3845 A+B
3846 \begin_inset Index idx
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850 こまんど@コマンド ! U ! 
3851 \backslash
3852 underline
3853 \end_layout
3854
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 \begin_inset Formula $\underline{A+B}$
3867 \end_inset
3868
3869
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row topspace="2mm" bottomspace="1mm">
3876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \backslash
3882 overline
3883 \begin_inset space \textvisiblespace{}
3884 \end_inset
3885
3886
3887 \backslash
3888 underline
3889 \begin_inset space \textvisiblespace{}
3890 \end_inset
3891
3892 A+B
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 \begin_inset Formula $\overline{\underline{A+B}}$
3902 \end_inset
3903
3904
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 </lyxtabular>
3911
3912 \end_inset
3913
3914
3915 \end_layout
3916
3917 \begin_layout Standard
3918 上記最後の例では,先に
3919 \series bold
3920
3921 \backslash
3922 overline
3923 \series default
3924 が来ようが
3925 \series bold
3926
3927 \backslash
3928 underline
3929 \series default
3930 が来ようが,関係ありません.
3931 \end_layout
3932
3933 \begin_layout Standard
3934 二重下線を引くには,
3935 \series bold
3936
3937 \backslash
3938 underline
3939 \series default
3940 を二回使います.
3941 \end_layout
3942
3943 \begin_layout Standard
3944 文字の上下6本の線まで引くことができます.
3945 \end_layout
3946
3947 \begin_layout Standard
3948 \begin_inset VSpace bigskip
3949 \end_inset
3950
3951 自己定義の線は,以下の書式を持つ
3952 \series bold
3953
3954 \backslash
3955 rule
3956 \series default
3957
3958 \begin_inset Index idx
3959 status collapsed
3960
3961 \begin_layout Plain Layout
3962 こまんど@コマンド ! R ! 
3963 \backslash
3964 rule
3965 \end_layout
3966
3967 \end_inset
3968
3969 コマンドで作成することができます.
3970 \end_layout
3971
3972 \begin_layout Standard
3973
3974 \series bold
3975
3976 \backslash
3977 rule[垂直オフセット幅]{長さ}{厚み}
3978 \end_layout
3979
3980 \begin_layout Standard
3981 オプションの
3982 \series bold
3983 「垂直オフセット幅
3984 \series default
3985 」は,行を上方に(値が負であれば下方に)移動させます.値としては,第
3986 \begin_inset CommandInset ref
3987 LatexCommand ref
3988 reference "tab:使用できる単位"
3989
3990 \end_inset
3991
3992 表に掲げてある単位を用いることができます.以下に,
3993 \begin_inset Newline newline
3994 \end_inset
3995
3996
3997 \series bold
3998
3999 \backslash
4000 rule[-2ex]{3cm}{2pt}
4001 \series default
4002  および 
4003 \series bold
4004
4005 \backslash
4006 rule{2cm}{1pt}
4007 \begin_inset Newline newline
4008 \end_inset
4009
4010
4011 \series default
4012 というコマンドを用いて作成したふたつの例を例示します.
4013 \end_layout
4014
4015 \begin_layout Standard
4016 この行には,
4017 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4018 \end_inset
4019
4020 二本の線があります.
4021 \end_layout
4022
4023 \begin_layout Standard
4024
4025 \backslash
4026 ruleは,メニュー
4027 \family sans
4028 挿入\SpecialChar menuseparator
4029 整形\SpecialChar menuseparator
4030 水平線
4031 \family default
4032 を使っても,本文に挿入することができます.
4033 \end_layout
4034
4035 \begin_layout Standard
4036 これは一行の
4037 \begin_inset CommandInset line
4038 LatexCommand rule
4039 offset "0.5ex"
4040 width "3cm"
4041 height "1pt"
4042
4043 \end_inset
4044
4045 文章です.
4046 \end_layout
4047
4048 \begin_layout Subsection
4049 省略符号
4050 \begin_inset CommandInset label
4051 LatexCommand label
4052 name "subsec:省略符号"
4053
4054 \end_inset
4055
4056
4057 \begin_inset Index idx
4058 status collapsed
4059
4060 \begin_layout Plain Layout
4061 しょうりゃくふごう@省略符号
4062 \end_layout
4063
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \begin_layout Standard
4070 省略符号には,いくつかの種類が使用できます
4071 \begin_inset Foot
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075 数式ツールバー中の
4076 \begin_inset Info
4077 type  "icon"
4078 arg   "math-insert \\ldots"
4079 \end_inset
4080
4081 ボタンで表示されている小メニューです.
4082 \end_layout
4083
4084 \end_inset
4085
4086 .列挙のためには,ベースラインの点々(
4087 \series bold
4088
4089 \backslash
4090 ldots
4091 \series default
4092
4093 \begin_inset Index idx
4094 status collapsed
4095
4096 \begin_layout Plain Layout
4097 こまんど@コマンド ! L ! 
4098 \backslash
4099 ldots
4100 \end_layout
4101
4102 \end_inset
4103
4104 )を使用しますが,演算子の場合は,演算子と同じ高さの点々(
4105 \series bold
4106
4107 \backslash
4108 cdots
4109 \series default
4110
4111 \begin_inset Index idx
4112 status collapsed
4113
4114 \begin_layout Plain Layout
4115 こまんど@コマンド ! C ! 
4116 \backslash
4117 cdots
4118 \end_layout
4119
4120 \end_inset
4121
4122 )が必要です.
4123 \series bold
4124
4125 \backslash
4126 dots
4127 \series default
4128
4129 \begin_inset Index idx
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 こまんど@コマンド ! D ! 
4134 \backslash
4135 dots
4136 \end_layout
4137
4138 \end_inset
4139
4140 コマンドを使うと,\SpecialChar LaTeX
4141 は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
4142 \end_layout
4143
4144 \begin_layout Standard
4145 \align center
4146 \begin_inset Tabular
4147 <lyxtabular version="3" rows="9" columns="2">
4148 <features booktabs="true" tabularvalignment="middle">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <column alignment="center" valignment="top" width="0pt">
4151 <row>
4152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 コマンド
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 出力
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 A_1
4177 \begin_inset space \textvisiblespace{}
4178 \end_inset
4179
4180 ,
4181 \backslash
4182 dots
4183 \begin_inset space \textvisiblespace{}
4184 \end_inset
4185
4186 ,A_n
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 \begin_inset Formula $A_{1},\dots,A_{n}$
4196 \end_inset
4197
4198
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 A_1
4210 \begin_inset space \textvisiblespace{}
4211 \end_inset
4212
4213 +
4214 \backslash
4215 dots
4216 \begin_inset space \textvisiblespace{}
4217 \end_inset
4218
4219 +A_n
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 \begin_inset Formula $A_{1}+\dots+A_{n}$
4229 \end_inset
4230
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 A_1
4243 \begin_inset space \textvisiblespace{}
4244 \end_inset
4245
4246 ,
4247 \backslash
4248 ldots
4249 \begin_inset space \textvisiblespace{}
4250 \end_inset
4251
4252 ,A_n
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 \begin_inset Formula $A_{1},\ldots,A_{n}$
4262 \end_inset
4263
4264
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 </row>
4270 <row>
4271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 A_1
4276 \begin_inset space \textvisiblespace{}
4277 \end_inset
4278
4279 +
4280 \backslash
4281 cdots
4282 \begin_inset space \textvisiblespace{}
4283 \end_inset
4284
4285 +A_n
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4295 \end_inset
4296
4297
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308
4309 \backslash
4310 vdots
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 \begin_inset Formula $\vdots$
4320 \end_inset
4321
4322
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \backslash
4335 ddots
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 \begin_inset Formula $\ddots$
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358
4359 \backslash
4360 iddots
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 \begin_inset Formula $\iddots$
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 いろいろな点々を使った
4384 \begin_inset Formula $3\times3$
4385 \end_inset
4386
4387 行列
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 \begin_inset Formula $\begin{array}{ccc}
4397 A_{11} & \cdots & A_{1m}\\
4398 \vdots & \ddots & \vdots\\
4399 A_{n1} & \cdots & A_{nm}
4400 \end{array}$
4401 \end_inset
4402
4403
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 </lyxtabular>
4410
4411 \end_inset
4412
4413
4414 \end_layout
4415
4416 \begin_layout Standard
4417
4418 \family sans
4419 挿入\SpecialChar menuseparator
4420 省略符号
4421 \family default
4422 メニューで挿入される省略符号は
4423 \series bold
4424
4425 \backslash
4426 ldots
4427 \series default
4428 です.
4429 \end_layout
4430
4431 \begin_layout Standard
4432 \begin_inset VSpace medskip
4433 \end_inset
4434
4435
4436 \series bold
4437
4438 \backslash
4439 iddots
4440 \series default
4441 を使うには,文書設定の
4442 \family sans
4443 数式オプション
4444 \family default
4445 にある
4446 \family sans
4447 mathdotsパッケージを(自動的に)使う
4448 \family default
4449 オプションのうちいずれかを有効にしなくてはなりません.
4450 \begin_inset Newline newline
4451 \end_inset
4452
4453
4454 \family sans
4455 mathdotsパッケージを使う
4456 \family default
4457 オプションを使用すると,文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
4458 \end_layout
4459
4460 \begin_layout Standard
4461 \begin_inset VSpace medskip
4462 \end_inset
4463
4464 とくに行列には,複数列にわたることのできる省略符号があります.これは,以下の書式を持つ
4465 \series bold
4466
4467 \backslash
4468 hdotsfor
4469 \series default
4470
4471 \begin_inset Index idx
4472 status collapsed
4473
4474 \begin_layout Plain Layout
4475 こまんど@コマンド ! H ! 
4476 \backslash
4477 hdotsfor
4478 \end_layout
4479
4480 \end_inset
4481
4482 コマンドで作ることができます.
4483 \end_layout
4484
4485 \begin_layout Standard
4486
4487 \series bold
4488
4489 \backslash
4490 hdotsfor[距離]{列数}
4491 \end_layout
4492
4493 \begin_layout Standard
4494 ここで「列数」は,何列に広げるかを指定します.「距離」は,点々のあいだの距離を示す因子です.
4495 \end_layout
4496
4497 \begin_layout Standard
4498 以下の行列では,2行目の1つ目の枠に
4499 \series bold
4500
4501 \backslash
4502 hdotsfor[2]{4}
4503 \series default
4504 を挿入して,
4505 \series bold
4506
4507 \backslash
4508 dots
4509 \series default
4510 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
4511 \begin_inset Formula 
4512 \[
4513 \left(\begin{array}{cccc}
4514 A & B & C & D\\
4515 \hdotsfor[2]{4}\\
4516 q & w & e & r
4517 \end{array}\right)
4518 \]
4519
4520 \end_inset
4521
4522 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
4523 エラーが発生します.
4524 \end_layout
4525
4526 \begin_layout Standard
4527 \begin_inset VSpace bigskip
4528 \end_inset
4529
4530 さらに,
4531 \series bold
4532
4533 \backslash
4534 dotfill
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 こまんど@コマンド ! D ! 
4542 \backslash
4543 dotfill
4544 \end_layout
4545
4546 \end_inset
4547
4548 コマンドを使えば,行の残りを点々で埋めることもできます.このコマンドの働きは,
4549 \series bold
4550
4551 \backslash
4552 hfill
4553 \series default
4554 と同様のものです.第
4555 \begin_inset CommandInset ref
4556 LatexCommand ref
4557 reference "subsec:可変長の空白"
4558
4559 \end_inset
4560
4561 節をご参照下さい.
4562 \end_layout
4563
4564 \begin_layout Standard
4565 たとえば,
4566 \series bold
4567 A
4568 \backslash
4569 dotfill
4570 \begin_inset space \textvisiblespace{}
4571 \end_inset
4572
4573 B
4574 \series default
4575 コマンドは,
4576 \end_layout
4577
4578 \begin_layout Standard
4579 \begin_inset Formula $A\dotfill B$
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \begin_layout Standard
4586 のようになります.点々を使う
4587 \series bold
4588
4589 \backslash
4590 dotfill
4591 \series default
4592 の直線版として,
4593 \series bold
4594
4595 \backslash
4596 hrulefill
4597 \series default
4598
4599 \begin_inset Index idx
4600 status collapsed
4601
4602 \begin_layout Plain Layout
4603 こまんど@コマンド ! H ! 
4604 \backslash
4605 hrulefill
4606 \end_layout
4607
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \begin_layout Standard
4614 \begin_inset Formula $A\hrulefill B$
4615 \end_inset
4616
4617
4618 \end_layout
4619
4620 \begin_layout Standard
4621 があります.これらのコマンドを本文で使用するには,これらのコマンドは\SpecialChar TeX
4622 モードで挿入される必要があります.
4623 \end_layout
4624
4625 \begin_layout Section
4626 行列
4627 \begin_inset CommandInset label
4628 LatexCommand label
4629 name "sec:行列"
4630
4631 \end_inset
4632
4633
4634 \begin_inset Index idx
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638 ぎょうれつ@行列
4639 \end_layout
4640
4641 \end_inset
4642
4643
4644 \end_layout
4645
4646 \begin_layout Standard
4647 行列は,数式ツールバーボタンの
4648 \begin_inset Info
4649 type  "icon"
4650 arg   "dialog-show mathmatrix"
4651 \end_inset
4652
4653
4654 \family sans
4655 挿入\SpecialChar menuseparator
4656 数式\SpecialChar menuseparator
4657 行列
4658 \family default
4659 メニューで挿入することができます.すると,行列の行数・列数・配置方法・装飾を尋ねられます.ここで垂直配置は,行内数式内の行列でのみ意味を持ちます.
4660 \end_layout
4661
4662 \begin_layout Standard
4663 最初の行列は「上」配置
4664 \begin_inset Formula $\begin{array}[t]{cccc}
4665 A & D & G & J\\
4666 B & E & H & K\\
4667 C & F & I & L
4668 \end{array}$
4669 \end_inset
4670
4671 で,二番目は「中央」配置
4672 \begin_inset Formula $\begin{array}{cccc}
4673 A & D & G & J\\
4674 B & E & H & K\\
4675 C & F & I & L
4676 \end{array}$
4677 \end_inset
4678
4679 ,三番目は「下」配置
4680 \begin_inset Formula $\begin{array}[b]{cccc}
4681 A & D & G & J\\
4682 B & E & H & K\\
4683 C & F & I & L
4684 \end{array}$
4685 \end_inset
4686
4687 です.
4688 \end_layout
4689
4690 \begin_layout Standard
4691 水平配置は,各列がどのように配置されるべきかを指定します.これは,各列に対応した文字を一つずつ入力することによって設定します.
4692 \emph on
4693 l
4694 \emph default
4695 は左寄せ,
4696 \emph on
4697 c
4698 \emph default
4699 は中央揃え,
4700 \emph on
4701 r
4702 \emph default
4703 は右寄せを意味します.たとえば,第1列が左寄せで第2列と第3列が中央揃え,第4列が右揃えの
4704 \begin_inset Formula $4\times4$
4705 \end_inset
4706
4707 行列を作成するには,水平配置のところに
4708 \series bold
4709 lccr
4710 \series default
4711 と入力します.通常,行列では各列は中央揃えですから,各列の既定値は
4712 \series bold
4713 c
4714 \series default
4715 です.
4716 \end_layout
4717
4718 \begin_layout Standard
4719 水平行列の例です.
4720 \end_layout
4721
4722 \begin_layout Standard
4723
4724 \series bold
4725 lll
4726 \series default
4727  : 
4728 \begin_inset Formula $\begin{array}{lll}
4729 10000 & D & G\\
4730 B & 10000 & H\\
4731 C & F & 10000
4732 \end{array}$
4733 \end_inset
4734
4735  , 
4736 \series bold
4737 ccc
4738 \series default
4739  : 
4740 \begin_inset Formula $\begin{array}{ccc}
4741 10000 & D & G\\
4742 B & 10000 & H\\
4743 C & F & 10000
4744 \end{array}$
4745 \end_inset
4746
4747  , 
4748 \series bold
4749 rrr
4750 \series default
4751  : 
4752 \begin_inset Formula $\begin{array}{rrr}
4753 10000 & D & G\\
4754 B & 10000 & H\\
4755 C & F & 10000
4756 \end{array}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \begin_layout Standard
4763 つづいて行や列を追加したり削除したりするには,数式ツールバーボタンの
4764 \begin_inset Info
4765 type  "icon"
4766 arg   "tabular-feature append-row"
4767 \end_inset
4768
4769
4770 \begin_inset Info
4771 type  "icon"
4772 arg   "tabular-feature delete-row"
4773 \end_inset
4774
4775 などや
4776 \family sans
4777 編集\SpecialChar menuseparator
4778 行と列
4779 \family default
4780 メニューを使用することができます.また,行は
4781 \begin_inset Info
4782 type  "shortcut"
4783 arg   "newline-insert newline"
4784 \end_inset
4785
4786 で作成することもできます.
4787 \end_layout
4788
4789 \begin_layout Standard
4790 \begin_inset VSpace bigskip
4791 \end_inset
4792
4793
4794 \end_layout
4795
4796 \begin_layout Standard
4797
4798 \family sans
4799 装飾
4800 \family default
4801 は,行列の前後に選択した様式の括弧を加えます.他にも括弧は,
4802 \series bold
4803
4804 \backslash
4805 left
4806 \series default
4807
4808 \begin_inset Index idx
4809 status collapsed
4810
4811 \begin_layout Plain Layout
4812 こまんど@コマンド ! L ! 
4813 \backslash
4814 left
4815 \end_layout
4816
4817 \end_inset
4818
4819 コマンドや
4820 \series bold
4821
4822 \backslash
4823 right
4824 \series default
4825
4826 \begin_inset Index idx
4827 status collapsed
4828
4829 \begin_layout Plain Layout
4830 こまんど@コマンド ! R ! 
4831 \backslash
4832 right
4833 \end_layout
4834
4835 \end_inset
4836
4837 コマンドで作成することもできます(
4838 \begin_inset Flex Ruby
4839 status collapsed
4840
4841 \begin_layout Plain Layout
4842 捷径
4843 \begin_inset Argument post:1
4844 status collapsed
4845
4846 \begin_layout Plain Layout
4847 ショートカット
4848 \end_layout
4849
4850 \end_inset
4851
4852
4853 \end_layout
4854
4855 \end_inset
4856
4857
4858 \family sans
4859 Alt+M
4860 \begin_inset space ~
4861 \end_inset
4862
4863 括弧
4864 \family default
4865 ).第
4866 \begin_inset CommandInset ref
4867 LatexCommand ref
4868 reference "subsec:自動の括弧丈"
4869
4870 \end_inset
4871
4872 節を参照してください.あるいは,以下のコマンドを使うこともできます.
4873 \begin_inset VSpace medskip
4874 \end_inset
4875
4876
4877 \end_layout
4878
4879 \begin_layout Standard
4880 \begin_inset space \hfill{}
4881 \end_inset
4882
4883
4884 \begin_inset Tabular
4885 <lyxtabular version="3" rows="4" columns="2">
4886 <features booktabs="true" tabularvalignment="middle">
4887 <column alignment="center" valignment="top" width="0pt">
4888 <column alignment="center" valignment="top">
4889 <row>
4890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 コマンド
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 出力
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row topspace="1.5mm">
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914
4915 \backslash
4916 bmatrix
4917 \begin_inset space \textvisiblespace{}
4918 \end_inset
4919
4920
4921 \begin_inset Formula $2\times2$
4922 \end_inset
4923
4924 行列
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4934 0 & \textrm{-}\mathrm{i}\\
4935 \mathrm{i} & 0
4936 \end{array}\end{bmatrix}$
4937 \end_inset
4938
4939
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row topspace="1.5mm" bottomspace="0.5mm">
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \backslash
4952 Bmatrix
4953 \begin_inset space \textvisiblespace{}
4954 \end_inset
4955
4956
4957 \begin_inset Formula $2\times2$
4958 \end_inset
4959
4960 行列
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4970 0 & \textrm{-}\mathrm{i}\\
4971 \mathrm{i} & 0
4972 \end{array}\end{Bmatrix}$
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 </row>
4981 <row>
4982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986
4987 \backslash
4988 pmatrix
4989 \begin_inset space \textvisiblespace{}
4990 \end_inset
4991
4992
4993 \begin_inset Formula $2\times2$
4994 \end_inset
4995
4996 行列
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5006 0 & \textrm{-}\mathrm{i}\\
5007 \mathrm{i} & 0
5008 \end{array}\end{pmatrix}$
5009 \end_inset
5010
5011
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 </lyxtabular>
5018
5019 \end_inset
5020
5021
5022 \begin_inset space \hfill{}
5023 \end_inset
5024
5025
5026 \begin_inset Tabular
5027 <lyxtabular version="3" rows="4" columns="2">
5028 <features booktabs="true" tabularvalignment="middle">
5029 <column alignment="center" valignment="top" width="0pt">
5030 <column alignment="center" valignment="top">
5031 <row>
5032 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 コマンド
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 出力
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row topspace="1.5mm">
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \backslash
5058 vmatrix
5059 \begin_inset space \textvisiblespace{}
5060 \end_inset
5061
5062
5063 \begin_inset Formula $2\times2$
5064 \end_inset
5065
5066 行列
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5076 0 & \textrm{-}\mathrm{i}\\
5077 \mathrm{i} & 0
5078 \end{array}\end{vmatrix}$
5079 \end_inset
5080
5081
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row topspace="1.5mm" bottomspace="0.5mm">
5088 <cell alignment="center" valignment="top" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \backslash
5094 Vmatrix
5095 \begin_inset space \textvisiblespace{}
5096 \end_inset
5097
5098
5099 \begin_inset Formula $2\times2$
5100 \end_inset
5101
5102 行列
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5112 0 & \textrm{-}\mathrm{i}\\
5113 \mathrm{i} & 0
5114 \end{array}\end{Vmatrix}$
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \backslash
5130 matrix
5131 \begin_inset space \textvisiblespace{}
5132 \end_inset
5133
5134
5135 \begin_inset Formula $2\times2$
5136 \end_inset
5137
5138 行列
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5148 0 & \textrm{-}\mathrm{i}\\
5149 \mathrm{i} & 0
5150 \end{array}\end{matrix}$
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 </lyxtabular>
5160
5161 \end_inset
5162
5163
5164 \begin_inset space \hfill{}
5165 \end_inset
5166
5167
5168 \end_layout
5169
5170 \begin_layout Standard
5171 \begin_inset VSpace medskip
5172 \end_inset
5173
5174 たとえば
5175 \series bold
5176
5177 \backslash
5178 vmatrix
5179 \series default
5180 などを挿入すると,青枠が二つの垂直線のあいだに現れるので,そこに行列を挿入することができます.
5181 \end_layout
5182
5183 \begin_layout Standard
5184 \begin_inset VSpace bigskip
5185 \end_inset
5186
5187 じつは多行数式はすべて行列なので,行列の各列の間隔を変更するには,第
5188 \begin_inset CommandInset ref
5189 LatexCommand ref
5190 reference "subsec:列間"
5191
5192 \end_inset
5193
5194 節に説明されている距離
5195 \series bold
5196
5197 \backslash
5198 arraycolsep
5199 \series default
5200
5201 \begin_inset Index idx
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205 こまんど@コマンド ! A ! 
5206 \backslash
5207 arraycolsep
5208 \end_layout
5209
5210 \end_inset
5211
5212 をここでも使用することができます.
5213 \end_layout
5214
5215 \begin_layout Standard
5216 行間隔を変更するには,
5217 \series bold
5218
5219 \backslash
5220 arraystretch
5221 \series default
5222
5223 \begin_inset Index idx
5224 status collapsed
5225
5226 \begin_layout Plain Layout
5227 こまんど@コマンド ! A ! 
5228 \backslash
5229 arraystretch
5230 \end_layout
5231
5232 \end_inset
5233
5234 コマンドを使用します.以下のようにして使用します.
5235 \end_layout
5236
5237 \begin_layout Standard
5238
5239 \series bold
5240
5241 \backslash
5242 renewcommand{
5243 \backslash
5244 arraystretch}{伸長因子}
5245 \begin_inset Index idx
5246 status collapsed
5247
5248 \begin_layout Plain Layout
5249 こまんど@コマンド ! R ! 
5250 \backslash
5251 renewcommand
5252 \end_layout
5253
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \begin_layout Standard
5260
5261 \series bold
5262
5263 \backslash
5264 renewcommand
5265 \series default
5266 コマンドは,伸長因子を定義済みの
5267 \series bold
5268
5269 \backslash
5270 arraystretch
5271 \series default
5272 コマンドに割り当てます.たとえば行間隔を2倍にするには,因子として2を指定して下さい.すると,以降の行列すべてにこれが使用されるようになります.元の間隔に戻すに
5273 は,
5274 \series bold
5275
5276 \backslash
5277 arraystretch
5278 \series default
5279 に因子1を割り当てて下さい.
5280 \end_layout
5281
5282 \begin_layout Standard
5283 本文行中に行列を入れるには,
5284 \series bold
5285
5286 \backslash
5287 smallmatrix
5288 \series default
5289
5290 \begin_inset Index idx
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294 こまんど@コマンド ! S ! 
5295 \backslash
5296 smallmatrix
5297 \end_layout
5298
5299 \end_inset
5300
5301 コマンドを使います.これを挿入すると,二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
5302 \end_layout
5303
5304 \begin_layout Standard
5305 これは,本文行中の行列
5306 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5307 C & D
5308 \end{smallmatrix}\right)$
5309 \end_inset
5310
5311 です.
5312 \end_layout
5313
5314 \begin_layout Section
5315 括弧と区分記号
5316 \begin_inset Index idx
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320 かっこ@括弧
5321 \end_layout
5322
5323 \end_inset
5324
5325
5326 \begin_inset Index idx
5327 status collapsed
5328
5329 \begin_layout Plain Layout
5330 くぶんきごう@区分記号
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \begin_layout Subsection
5339 垂直括弧と区分記号
5340 \begin_inset Index idx
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344 かっこ@括弧 ! すいちょく@垂直
5345 \begin_inset space \thinspace{}
5346 \end_inset
5347
5348 ——
5349 \end_layout
5350
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \begin_layout Standard
5357 \begin_inset space \hfill{}
5358 \end_inset
5359
5360
5361 \begin_inset Tabular
5362 <lyxtabular version="3" rows="9" columns="2">
5363 <features booktabs="true" tabularvalignment="middle">
5364 <column alignment="center" valignment="top" width="0pt">
5365 <column alignment="center" valignment="top" width="0pt">
5366 <row>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 コマンド
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 出力
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 </row>
5386 <row>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 (
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 \begin_inset Formula $($
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row>
5410 <cell alignment="center" valignment="top" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 {
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 \begin_inset Formula $\{$
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row>
5433 <cell alignment="center" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 [
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 \begin_inset Formula $[$
5447 \end_inset
5448
5449
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \backslash
5462 langle
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 \begin_inset Formula $\langle$
5472 \end_inset
5473
5474
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \backslash
5487 lceil
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Formula $\lceil$
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 <row>
5506 <cell alignment="center" valignment="top" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510
5511 \backslash
5512 lfloor
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 \begin_inset Formula $\lfloor$
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 /
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 \begin_inset Formula $/$
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 <row>
5554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 |
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 \begin_inset Formula $|$
5568 \end_inset
5569
5570
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 </lyxtabular>
5577
5578 \end_inset
5579
5580
5581 \begin_inset space \hfill{}
5582 \end_inset
5583
5584
5585 \begin_inset Tabular
5586 <lyxtabular version="3" rows="9" columns="2">
5587 <features booktabs="true" tabularvalignment="middle">
5588 <column alignment="center" valignment="top" width="0pt">
5589 <column alignment="center" valignment="top" width="0pt">
5590 <row>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 コマンド
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 出力
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 )
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Formula $)$
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 <row>
5634 <cell alignment="center" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 }
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 \begin_inset Formula $\}$
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 ]
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 \begin_inset Formula $]$
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684
5685 \backslash
5686 rangle
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 \begin_inset Formula $\rangle$
5696 \end_inset
5697
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 </row>
5704 <row>
5705 <cell alignment="center" valignment="top" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709
5710 \backslash
5711 rceil
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 \begin_inset Formula $\rceil$
5721 \end_inset
5722
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 </row>
5729 <row>
5730 <cell alignment="center" valignment="top" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \backslash
5736 rfloor
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 \begin_inset Formula $\rfloor$
5746 \end_inset
5747
5748
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 </row>
5754 <row>
5755 <cell alignment="center" valignment="top" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759
5760 \backslash
5761
5762 \backslash
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 \begin_inset Formula $\backslash$
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \backslash
5788 |
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $\|$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 </lyxtabular>
5807
5808 \end_inset
5809
5810
5811 \begin_inset space \hfill{}
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset Note Greyedout
5819 status open
5820
5821 \begin_layout Plain Layout
5822
5823 \series bold
5824 【註】
5825 \series default
5826 \SpecialChar TeX
5827 モードでは,
5828 \backslash
5829
5830 \backslash
5831 コマンドはその場所に改行を入れてしまうので,バックスラッシュを入力するには
5832 \series bold
5833
5834 \backslash
5835 textbackslash
5836 \series default
5837
5838 \begin_inset Index idx
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842 こまんど@コマンド! T ! 
5843 \backslash
5844 textbackslash
5845 \end_layout
5846
5847 \end_inset
5848
5849 を使わなくてはなりません.
5850 \end_layout
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858 上に列挙した文字すべてについて,以下の二小節で説明されているコマンドを使って,大きさを調整することができます.これらのコマンドを使用するにあたっては,
5859 \series bold
5860
5861 \backslash
5862 langle
5863 \series default
5864
5865 \series bold
5866
5867 \backslash
5868 rangle
5869 \series default
5870 コマンドを使用せずに
5871 \begin_inset Formula $<$
5872 \end_inset
5873
5874
5875 \begin_inset Formula $>$
5876 \end_inset
5877
5878 の文字を直接使用することができます.
5879 \end_layout
5880
5881 \begin_layout Subsubsection
5882 手動の括弧高
5883 \begin_inset CommandInset label
5884 LatexCommand label
5885 name "subsec:手動の括弧丈"
5886
5887 \end_inset
5888
5889
5890 \begin_inset Index idx
5891 status collapsed
5892
5893 \begin_layout Plain Layout
5894 かっこたけ@括弧高 ! しゅどう@手動
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \begin_layout Standard
5903 括弧の丈は,\SpecialChar LaTeX
5904 コマンドの
5905 \series bold
5906
5907 \backslash
5908 big
5909 \series default
5910
5911 \begin_inset Index idx
5912 status collapsed
5913
5914 \begin_layout Plain Layout
5915 こまんど@コマンド ! B ! 
5916 \backslash
5917 big
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \series bold
5924
5925 \backslash
5926 Big
5927 \series default
5928
5929 \series bold
5930
5931 \backslash
5932 bigg
5933 \series default
5934 および
5935 \series bold
5936
5937 \backslash
5938 Bigg
5939 \series default
5940 を使って,手動で指定することができます.
5941 \series bold
5942
5943 \backslash
5944 big
5945 \series default
5946 が最小の大きさであり,
5947 \series bold
5948
5949 \backslash
5950 Bigg
5951 \series default
5952 が最大の括弧高になります.
5953 \end_layout
5954
5955 \begin_layout Standard
5956 これらのコマンドは,括弧の階層を強調するのに使われます.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 \align center
5961 \begin_inset Tabular
5962 <lyxtabular version="3" rows="2" columns="2">
5963 <features booktabs="true" tabularvalignment="middle">
5964 <column alignment="center" valignment="top" width="0pt">
5965 <column alignment="center" valignment="top" width="0pt">
5966 <row>
5967 <cell alignment="center" valignment="top" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 すべての括弧が同じ大きさ:
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 \begin_inset Formula $((A+B)(A-B))^{C}$
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row topspace="2mm">
5990 <cell alignment="center" valignment="top" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 こちらの方が良い:
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 </lyxtabular>
6013
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \begin_layout Standard
6020 二つ目の数式では,
6021 \series bold
6022
6023 \backslash
6024 Big((A+B)(A-B)
6025 \backslash
6026 Big)^
6027 \begin_inset space \textvisiblespace{}
6028 \end_inset
6029
6030 C
6031 \series default
6032 というコマンドが使われています.
6033 \end_layout
6034
6035 \begin_layout Standard
6036 以下は,すべての括弧高の羅列です.
6037 \end_layout
6038
6039 \begin_layout Standard
6040 \align center
6041
6042 \backslash
6043 Bigg(
6044 \backslash
6045 exp
6046 \backslash
6047 bigg
6048 \begin_inset Formula $<$
6049 \end_inset
6050
6051
6052 \backslash
6053 Big[
6054 \backslash
6055 big{
6056 \backslash
6057 ln(3x)
6058 \backslash
6059 big}^2
6060 \begin_inset space \textvisiblespace{}
6061 \end_inset
6062
6063
6064 \backslash
6065 sin(x)
6066 \backslash
6067 Big]^
6068 \begin_inset space \textvisiblespace{}
6069 \end_inset
6070
6071 A
6072 \begin_inset space \textvisiblespace{}
6073 \end_inset
6074
6075
6076 \backslash
6077 bigg
6078 \begin_inset Formula $>$
6079 \end_inset
6080
6081
6082 \backslash
6083 Bigg)^0,5
6084 \end_layout
6085
6086 \begin_layout Standard
6087 \align center
6088 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095
6096 \series bold
6097
6098 \backslash
6099 big
6100 \series default
6101 型コマンドの他に,括弧と中身のあいだにもう少し空白を加える
6102 \series bold
6103
6104 \backslash
6105 bigm
6106 \series default
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 こまんど@コマンド ! B ! 
6113 \backslash
6114 bigm
6115 \end_layout
6116
6117 \end_inset
6118
6119 という派生型と,空白を追加しない
6120 \series bold
6121
6122 \backslash
6123 bigl
6124 \series default
6125 -
6126 \series bold
6127
6128 \backslash
6129 bigr
6130 \series default
6131
6132 \begin_inset Index idx
6133 status collapsed
6134
6135 \begin_layout Plain Layout
6136 こまんど@コマンド ! B ! 
6137 \backslash
6138 bigl - 
6139 \backslash
6140 bigr
6141 \end_layout
6142
6143 \end_inset
6144
6145 派生型があります.
6146 \series bold
6147
6148 \backslash
6149 bigl
6150 \series default
6151 コマンドの最後の
6152 \emph on
6153 l
6154 \emph default
6155 は,左括弧であることを示し,右括弧の場合には,
6156 \emph on
6157 l
6158 \emph default
6159 の代わりに
6160 \emph on
6161 r
6162 \emph default
6163 を用います.左括弧と右括弧は,それぞれ括弧の開始と終了に用いられます.
6164 \end_layout
6165
6166 \begin_layout Standard
6167 以下の表は,これらの派生型の比較です.
6168 \end_layout
6169
6170 \begin_layout Standard
6171 \align center
6172 \begin_inset Tabular
6173 <lyxtabular version="3" rows="5" columns="2">
6174 <features booktabs="true" tabularvalignment="middle">
6175 <column alignment="center" valignment="top" width="0pt">
6176 <column alignment="center" valignment="middle">
6177 <row>
6178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 コマンド
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 出力
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row topspace="2mm">
6198 <cell alignment="center" valignment="top" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \backslash
6204 Bigm(
6205 \backslash
6206 bigm(
6207 \backslash
6208 ln(3x)
6209 \backslash
6210 bigm)^2
6211 \begin_inset space \textvisiblespace{}
6212 \end_inset
6213
6214
6215 \backslash
6216 Bigm)
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row topspace="2mm">
6235 <cell alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \backslash
6241 Big(
6242 \backslash
6243 big(
6244 \backslash
6245 ln(3x)
6246 \backslash
6247 big)^2
6248 \begin_inset space \textvisiblespace{}
6249 \end_inset
6250
6251
6252 \backslash
6253 Big)
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 </row>
6271 <row topspace="2mm" bottomspace="0.5mm">
6272 <cell alignment="center" valignment="top" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \backslash
6278 Bigl(
6279 \backslash
6280 bigl(
6281 \backslash
6282 ln(3x)
6283 \backslash
6284 bigr)^2
6285 \begin_inset space \textvisiblespace{}
6286 \end_inset
6287
6288
6289 \backslash
6290 Bigr)
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row topspace="1.5mm" bottomspace="0.5mm">
6309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \backslash
6315 bigl)
6316 \backslash
6317 ln(3x)
6318 \backslash
6319 bigr(
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 </lyxtabular>
6338
6339 \end_inset
6340
6341
6342 \end_layout
6343
6344 \begin_layout Subsubsection
6345 自動の括弧高
6346 \begin_inset CommandInset label
6347 LatexCommand label
6348 name "subsec:自動の括弧丈"
6349
6350 \end_inset
6351
6352
6353 \begin_inset Index idx
6354 status collapsed
6355
6356 \begin_layout Plain Layout
6357 かっこたけ@括弧高 ! じどう@自動
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \begin_layout Standard
6366 可変の丈を持つ括弧は,
6367 \series bold
6368
6369 \backslash
6370 left
6371 \series default
6372
6373 \begin_inset Index idx
6374 status collapsed
6375
6376 \begin_layout Plain Layout
6377 こまんど@コマンド ! L ! 
6378 \backslash
6379 left
6380 \end_layout
6381
6382 \end_inset
6383
6384 コマンドおよび
6385 \series bold
6386
6387 \backslash
6388 right
6389 \series default
6390
6391 \begin_inset Index idx
6392 status collapsed
6393
6394 \begin_layout Plain Layout
6395 こまんど@コマンド ! R ! 
6396 \backslash
6397 right
6398 \end_layout
6399
6400 \end_inset
6401
6402 コマンド,あるいは数式ツールバーボタンの
6403 \begin_inset Info
6404 type  "icon"
6405 arg   "dialog-show mathdelimiter"
6406 \end_inset
6407
6408 で挿入することができます.
6409 \series bold
6410
6411 \backslash
6412 left
6413 \series default
6414 および
6415 \series bold
6416
6417 \backslash
6418 right
6419 \series default
6420 の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧高は出力時に自動的に計算されます.
6421 \end_layout
6422
6423 \begin_layout Standard
6424 \align center
6425 通常の括弧:
6426 \series bold
6427
6428 \backslash
6429 ln(
6430 \backslash
6431 frac
6432 \begin_inset space \textvisiblespace{}
6433 \end_inset
6434
6435 A
6436 \begin_inset Formula $\downarrow$
6437 \end_inset
6438
6439 C
6440 \begin_inset space \textvisiblespace{}
6441 \end_inset
6442
6443 )
6444 \series default
6445 というコマンドは
6446 \begin_inset Formula 
6447 \[
6448 \ln(\frac{A}{C})
6449 \]
6450
6451 \end_inset
6452
6453 を生成します.
6454 \end_layout
6455
6456 \begin_layout Standard
6457 \align center
6458 複数行の括弧:
6459 \series bold
6460
6461 \backslash
6462 ln
6463 \backslash
6464 left(
6465 \backslash
6466 frac
6467 \begin_inset space \textvisiblespace{}
6468 \end_inset
6469
6470 A
6471 \begin_inset Formula $\downarrow$
6472 \end_inset
6473
6474 C
6475 \begin_inset space \textvisiblespace{}
6476 \end_inset
6477
6478
6479 \backslash
6480 right)
6481 \series default
6482 というコマンドは
6483 \begin_inset Formula 
6484 \[
6485 \ln\left(\frac{A}{C}\right)
6486 \]
6487
6488 \end_inset
6489
6490 を生成します.
6491 \end_layout
6492
6493 \begin_layout Standard
6494
6495 \series bold
6496
6497 \backslash
6498 left
6499 \series default
6500
6501 \series bold
6502
6503 \backslash
6504 right
6505 \series default
6506 の代わりに,
6507 \begin_inset Flex Ruby
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511 捷径
6512 \begin_inset Argument post:1
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516 ショートカット
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \end_layout
6523
6524 \end_inset
6525
6526
6527 \family sans
6528 Alt+M
6529 \begin_inset space ~
6530 \end_inset
6531
6532 括弧
6533 \family default
6534 を使うこともできます.これを使うと,\SpecialChar LyX
6535 中で即座に実際の括弧高を確認することができるという利点と,対応する右括弧も生成されるという利点があります.
6536 \begin_inset Newline newline
6537 \end_inset
6538
6539 すると,先ほどの例を作るコマンドは
6540 \series bold
6541
6542 \backslash
6543 ln Alt+M
6544 \series default
6545  
6546 \series bold
6547 (
6548 \backslash
6549 frac
6550 \begin_inset space \textvisiblespace{}
6551 \end_inset
6552
6553 A
6554 \begin_inset Formula $\downarrow$
6555 \end_inset
6556
6557 C
6558 \series default
6559 となります.
6560 \end_layout
6561
6562 \begin_layout Standard
6563 左括弧あるいは右括弧を省略するには,ドットを挿入します.たとえば,
6564 \series bold
6565
6566 \backslash
6567 left.
6568 \backslash
6569 frac
6570 \begin_inset space \textvisiblespace{}
6571 \end_inset
6572
6573 A
6574 \begin_inset Formula $\downarrow$
6575 \end_inset
6576
6577 B
6578 \begin_inset space \textvisiblespace{}
6579 \end_inset
6580
6581
6582 \backslash
6583 right}
6584 \series default
6585 というコマンドは
6586 \series bold
6587
6588 \begin_inset Formula 
6589 \[
6590 \left.\frac{A}{B}\right\} 
6591 \]
6592
6593 \end_inset
6594
6595
6596 \series default
6597 を生成します.
6598 \series bold
6599
6600 \backslash
6601 left
6602 \series default
6603 コマンドおよび
6604 \series bold
6605
6606 \backslash
6607 right
6608 \series default
6609 コマンドは,文書が再度読み込まれたときには,\SpecialChar LyX
6610 によって正しい丈の括弧に変換され,省略された括弧は,点線として表示されます.
6611 \end_layout
6612
6613 \begin_layout Standard
6614 \begin_inset VSpace bigskip
6615 \end_inset
6616
6617 著名な\SpecialChar LaTeX
6618 頒布版は,すべて\SpecialChar LaTeX
6619 の拡張であるe\SpecialChar TeX
6620 を使用しているので,これらの頒布版では,すべての括弧および極限に対して
6621 \series bold
6622
6623 \backslash
6624 middle
6625 \series default
6626
6627 \begin_inset Index idx
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631 こまんど@コマンド ! M ! 
6632 \backslash
6633 middle
6634 \end_layout
6635
6636 \end_inset
6637
6638 コマンドも使用することができます
6639 \begin_inset Foot
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643
6644 \series bold
6645 【訳註】
6646 \series default
6647 p\SpecialChar LaTeX
6648 では,標準では
6649 \series bold
6650
6651 \backslash
6652 middle
6653 \series default
6654 コマンドは使えません.よって,以下の例では「
6655 \series bold
6656
6657 \backslash
6658 middle
6659 \series default
6660
6661 \begin_inset Formula $|$
6662 \end_inset
6663
6664 」の代わりに「
6665 \series bold
6666
6667 \backslash
6668 biggm
6669 \series default
6670
6671 \begin_inset Formula $|$
6672 \end_inset
6673
6674 」を用いています.
6675 \end_layout
6676
6677 \end_inset
6678
6679 .このコマンドでは,物理ベクトル
6680 \begin_inset Formula 
6681 \[
6682 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6683 \]
6684
6685 \end_inset
6686
6687 で必要とされるように,次に続く文字の高さは,囲まれる括弧の高さに調節されます.物理ベクトルに関しては,第
6688 \begin_inset CommandInset ref
6689 LatexCommand ref
6690 reference "subsec:物理ベクトル"
6691
6692 \end_inset
6693
6694 節に説明されているように特殊な\SpecialChar LaTeX
6695 パッケージがあります.
6696 \end_layout
6697
6698 \begin_layout Subsection
6699 水平括弧
6700 \begin_inset Index idx
6701 status collapsed
6702
6703 \begin_layout Plain Layout
6704 かっこ@括弧 ! すいへい@水平
6705 \begin_inset space \thinspace{}
6706 \end_inset
6707
6708 ——
6709 \end_layout
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \align center
6718 \begin_inset Tabular
6719 <lyxtabular version="3" rows="4" columns="2">
6720 <features booktabs="true" tabularvalignment="middle">
6721 <column alignment="center" valignment="top" width="0pt">
6722 <column alignment="center" valignment="top" width="0pt">
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 コマンド
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 出力
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748
6749 \backslash
6750 overbrace
6751 \begin_inset space \textvisiblespace{}
6752 \end_inset
6753
6754 A+B
6755 \begin_inset space \textvisiblespace{}
6756 \end_inset
6757
6758 ^
6759 \begin_inset space \textvisiblespace{}
6760 \end_inset
6761
6762 3
6763 \begin_inset Index idx
6764 status collapsed
6765
6766 \begin_layout Plain Layout
6767 こまんど@コマンド ! O ! 
6768 \backslash
6769 overbrace
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 \begin_inset Formula $\overbrace{A+B}^{3}$
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row topspace="2mm">
6793 <cell alignment="center" valignment="top" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \backslash
6799 underbrace
6800 \begin_inset space \textvisiblespace{}
6801 \end_inset
6802
6803 A+B
6804 \begin_inset space \textvisiblespace{}
6805 \end_inset
6806
6807 _5
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 こまんど@コマンド ! U ! 
6813 \backslash
6814 underbrace
6815 \end_layout
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 \begin_inset Formula $\underbrace{A+B}_{5}$
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842
6843 \backslash
6844 overbrace
6845 \begin_inset space \textvisiblespace{}
6846 \end_inset
6847
6848
6849 \backslash
6850 underbrace
6851 \begin_inset space \textvisiblespace{}
6852 \end_inset
6853
6854 A+B_w
6855 \begin_inset space \textvisiblespace{}
6856 \end_inset
6857
6858
6859 \begin_inset space \textvisiblespace{}
6860 \end_inset
6861
6862 _7
6863 \begin_inset space \textvisiblespace{}
6864 \end_inset
6865
6866
6867 \begin_inset space \textvisiblespace{}
6868 \end_inset
6869
6870 ^
6871 \begin_inset space \textvisiblespace{}
6872 \end_inset
6873
6874 C
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 </lyxtabular>
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Standard
6900 最後の例では,
6901 \series bold
6902
6903 \backslash
6904 overbrace
6905 \series default
6906 が先に挿入されようが
6907 \series bold
6908
6909 \backslash
6910 underbrace
6911 \series default
6912 が先に挿入されようが代わりはありません.
6913 \end_layout
6914
6915 \begin_layout Standard
6916 \begin_inset VSpace medskip
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \begin_layout Standard
6923 文書設定の
6924 \family sans
6925 数式オプション
6926 \family default
6927 で,
6928 \series bold
6929 mathtools
6930 \series default
6931
6932 \begin_inset Index idx
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936 ぱっけーじ@パッケージ ! mathtools
6937 \end_layout
6938
6939 \end_inset
6940
6941 パッケージに
6942 \family sans
6943 常に読み込み
6944 \family default
6945 オプションを設定すると,以下のような角括弧が利用可能になります.
6946 \end_layout
6947
6948 \begin_layout Standard
6949 \align center
6950 \begin_inset Tabular
6951 <lyxtabular version="3" rows="4" columns="2">
6952 <features booktabs="true" tabularvalignment="middle">
6953 <column alignment="center" valignment="top" width="0pt">
6954 <column alignment="center" valignment="top" width="0pt">
6955 <row>
6956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 コマンド
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 出力
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \backslash
6982 overbracket{A+B
6983 \begin_inset space \textvisiblespace{}
6984 \end_inset
6985
6986 ^3
6987 \begin_inset Index idx
6988 status collapsed
6989
6990 \begin_layout Plain Layout
6991 こまんど@コマンド ! O ! 
6992 \backslash
6993 overbracket
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 \begin_inset Formula $\overbracket{A+B}^{3}$
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row topspace="2mm">
7017 <cell alignment="center" valignment="top" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021
7022 \backslash
7023 underbracket{A+B
7024 \begin_inset space \textvisiblespace{}
7025 \end_inset
7026
7027 _5
7028 \begin_inset Index idx
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032 こまんど@コマンド ! U ! 
7033 \backslash
7034 under
7035 \size normal
7036 bracket
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Formula $\underbracket{A+B}_{5}$
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \backslash
7066 overbracket{
7067 \backslash
7068 underbracket{A+B_w
7069 \begin_inset space \textvisiblespace{}
7070 \end_inset
7071
7072
7073 \begin_inset space \textvisiblespace{}
7074 \end_inset
7075
7076 _7
7077 \begin_inset space \textvisiblespace{}
7078 \end_inset
7079
7080
7081 \begin_inset space \textvisiblespace{}
7082 \end_inset
7083
7084 ^
7085 \begin_inset space \textvisiblespace{}
7086 \end_inset
7087
7088 C
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 </lyxtabular>
7107
7108 \end_inset
7109
7110
7111 \end_layout
7112
7113 \begin_layout Standard
7114
7115 \series bold
7116
7117 \backslash
7118 overbracket
7119 \series default
7120
7121 \series bold
7122
7123 \backslash
7124 underbracket
7125 \series default
7126 に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
7127 \end_layout
7128
7129 \begin_layout Standard
7130 \align center
7131 \begin_inset Tabular
7132 <lyxtabular version="3" rows="3" columns="2">
7133 <features booktabs="true" tabularvalignment="middle">
7134 <column alignment="center" valignment="top" width="0pt">
7135 <column alignment="center" valignment="top" width="0pt">
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 コマンド
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 出力
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \backslash
7163 overbracket[3pt]
7164 \backslash
7165 {A+B
7166 \begin_inset space \textvisiblespace{}
7167 \end_inset
7168
7169 ^3
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row topspace="2mm">
7188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \backslash
7194 underbracket[1pt]
7195 \backslash
7196 {A+B
7197 \begin_inset space \textvisiblespace{}
7198 \end_inset
7199
7200 _5
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 </lyxtabular>
7219
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \begin_layout Standard
7226 \begin_inset VSpace bigskip
7227 \end_inset
7228
7229 括弧をお互いに重ねる必要がある場合には,第
7230 \begin_inset CommandInset ref
7231 LatexCommand ref
7232 reference "sec:多行数式"
7233
7234 \end_inset
7235
7236 節に説明されているように,次のような多行数式を使わなくてはなりません.
7237 \begin_inset Formula 
7238 \begin{eqnarray*}
7239 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7240  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7241 \end{eqnarray*}
7242
7243 \end_inset
7244
7245 一行目には,数式が一つめの括弧とともに挿入されています.ここで,空白コマンド
7246 \begin_inset Foot
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 空白コマンドは第
7251 \begin_inset CommandInset ref
7252 LatexCommand ref
7253 reference "subsec:定義済みの空白"
7254
7255 \end_inset
7256
7257 章に説明があります.
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \series bold
7264
7265 \backslash
7266 :
7267 \series default
7268 を最初の
7269 \begin_inset Formula $d$
7270 \end_inset
7271
7272 の前に挿入しておくことが重要です.さもないと,
7273 \begin_inset Formula $q$
7274 \end_inset
7275
7276 の後ろで終わる括弧のせいで,直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7277 \begin_inset Foot
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281 これは,括弧が文字として取り扱われないためです.第
7282 \begin_inset CommandInset ref
7283 LatexCommand ref
7284 reference "subsec:二項演算子"
7285
7286 \end_inset
7287
7288 章参照.
7289 \end_layout
7290
7291 \end_inset
7292
7293 ためです.二行目には,二つめの括弧が挿入されています.
7294 \begin_inset Formula $b$
7295 \end_inset
7296
7297 の直前から始まるようにするために,まず
7298 \series bold
7299
7300 \backslash
7301 hphantom{gggg+
7302 \backslash
7303 :}
7304 \series default
7305 というコマンド
7306 \begin_inset Foot
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311 \series bold
7312
7313 \backslash
7314 hphantom
7315 \series default
7316 に関する詳細は,第
7317 \begin_inset CommandInset ref
7318 LatexCommand ref
7319 reference "subsec:埋め草"
7320
7321 \end_inset
7322
7323 章を参照してください.
7324 \end_layout
7325
7326 \end_inset
7327
7328 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,この空白コマンドが必要になっています.二つめの括弧は
7329 \series bold
7330
7331 \backslash
7332 hphantom{bbqq+dddd}
7333 \series default
7334 コマンドの下に置きます.
7335 \end_layout
7336
7337 \begin_layout Standard
7338 以下の例のように,括弧が反対側に重なる場合には,もっと複雑になります.
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 jot}{-6pt}
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \begin_inset Formula 
7355 \begin{eqnarray*}
7356  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7357 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7358 \end{eqnarray*}
7359
7360 \end_inset
7361
7362
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 setlength{
7371 \backslash
7372 jot}{3pt}
7373 \end_layout
7374
7375 \end_inset
7376
7377 最初の数式行は,括弧が上に来ていること以外は,先の例の第二行と同じです.二行目には,二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入
7378 ることを防ぐために,行間を減らさなくてはならないのですが,これは\SpecialChar LyX
7379 のバグ
7380 \begin_inset Foot
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 \begin_inset CommandInset href
7385 LatexCommand href
7386 name "LyX-bug #1505"
7387 target "https://www.lyx.org/trac/ticket/1505"
7388 literal "false"
7389
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396
7397 のせいで簡単にはできません.この問題を回避するためには,数式直前に\SpecialChar TeX
7398 モードで
7399 \series bold
7400 setlength{
7401 \backslash
7402 jot}{-6pt}
7403 \series default
7404 というコマンドを入れて,大域的な数式行間
7405 \series bold
7406
7407 \backslash
7408 jot
7409 \series default
7410
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 こまんど@コマンド ! J ! 
7416 \backslash
7417 jot
7418 \end_layout
7419
7420 \end_inset
7421
7422 を-6
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 ptに変更しなくてはなりません.
7427 \series bold
7428
7429 \backslash
7430 jot
7431 \series default
7432 は,数式直後に同様のコマンドを使って標準値の3
7433 \begin_inset space \thinspace{}
7434 \end_inset
7435
7436 ptに戻します.数式中の行間について,詳しくは第
7437 \begin_inset CommandInset ref
7438 LatexCommand ref
7439 reference "subsec:行間"
7440
7441 \end_inset
7442
7443 章に説明があります.
7444 \end_layout
7445
7446 \begin_layout Section
7447 矢印
7448 \begin_inset Index idx
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 やじるし@矢印
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 矢印は,数式ツールバーボタンの
7462 \begin_inset Info
7463 type  "icon"
7464 arg   "math-insert \\leftarrow"
7465 \end_inset
7466
7467 か,以下の各小節に列挙してあるコマンドで挿入することができます.
7468 \end_layout
7469
7470 \begin_layout Subsection
7471 水平矢印
7472 \begin_inset Index idx
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476 やじるし@矢印 ! すいへい@水平
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Standard
7485 \begin_inset space \hfill{}
7486 \end_inset
7487
7488
7489 \begin_inset Tabular
7490 <lyxtabular version="3" rows="8" columns="2">
7491 <features booktabs="true" tabularvalignment="middle">
7492 <column alignment="center" valignment="top" width="0pt">
7493 <column alignment="center" valignment="top" width="0pt">
7494 <row>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 コマンド
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 出力
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row>
7515 <cell alignment="center" valignment="top" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519
7520 \backslash
7521 gets
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset Formula $\gets$
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row>
7540 <cell alignment="center" valignment="top" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \backslash
7546 Leftarrow
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 \begin_inset Formula $\Leftarrow$
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row>
7565 <cell alignment="center" valignment="top" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \backslash
7571 longleftarrow
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 \begin_inset Formula $\longleftarrow$
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 <row>
7590 <cell alignment="center" valignment="top" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \backslash
7596 Longleftarrow
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 \begin_inset Formula $\Longleftarrow$
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 <row>
7615 <cell alignment="center" valignment="top" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \backslash
7621 leftharpoonup
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 \begin_inset Formula $\leftharpoonup$
7631 \end_inset
7632
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \backslash
7646 leftharpoondown
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 \begin_inset Formula $\leftharpoondown$
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \backslash
7671 hookleftarrow
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 \begin_inset Formula $\hookleftarrow$
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 </lyxtabular>
7690
7691 \end_inset
7692
7693
7694 \begin_inset space \hfill{}
7695 \end_inset
7696
7697
7698 \begin_inset Tabular
7699 <lyxtabular version="3" rows="8" columns="2">
7700 <features booktabs="true" tabularvalignment="middle">
7701 <column alignment="center" valignment="top" width="0pt">
7702 <column alignment="center" valignment="top" width="0pt">
7703 <row>
7704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 コマンド
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 出力
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \backslash
7730 to
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 \begin_inset Formula $\to$
7740 \end_inset
7741
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \backslash
7755 Rightarrow
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 \begin_inset Formula $\Rightarrow$
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row>
7774 <cell alignment="center" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \backslash
7780 longrightarrow
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 \begin_inset Formula $\longrightarrow$
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row>
7799 <cell alignment="center" valignment="top" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \backslash
7805 Longrightarrow
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 \begin_inset Formula $\Longrightarrow$
7815 \end_inset
7816
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \backslash
7830 rightharpoonup
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 \begin_inset Formula $\rightharpoonup$
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \backslash
7855 rightharpoondown
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 \begin_inset Formula $\rightharpoondown$
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \backslash
7880 hookrightarrow
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 \begin_inset Formula $\hookrightarrow$
7890 \end_inset
7891
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 </lyxtabular>
7899
7900 \end_inset
7901
7902
7903 \begin_inset space \hfill{}
7904 \end_inset
7905
7906
7907 \end_layout
7908
7909 \begin_layout Standard
7910 \begin_inset space \hfill{}
7911 \end_inset
7912
7913
7914 \begin_inset Tabular
7915 <lyxtabular version="3" rows="6" columns="2">
7916 <features booktabs="true" tabularvalignment="middle">
7917 <column alignment="center" valignment="top" width="0pt">
7918 <column alignment="center" valignment="top" width="0pt">
7919 <row>
7920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 コマンド
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 出力
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \backslash
7946 leftrightarrow
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 \begin_inset Formula $\leftrightarrow$
7956 \end_inset
7957
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \backslash
7971 Leftrightarrow
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 \begin_inset Formula $\Leftrightarrow$
7981 \end_inset
7982
7983
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \backslash
7996 longleftrightarrow
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 \begin_inset Formula $\longleftrightarrow$
8006 \end_inset
8007
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \backslash
8021 Longleftrightarrow
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 \begin_inset Formula $\Longleftrightarrow$
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \backslash
8046 rightleftharpoons
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 \begin_inset Formula $\rightleftharpoons$
8056 \end_inset
8057
8058
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 </lyxtabular>
8065
8066 \end_inset
8067
8068
8069 \begin_inset space \hspace{}
8070 \length 25pt
8071 \end_inset
8072
8073
8074 \begin_inset space \hfill{}
8075 \end_inset
8076
8077
8078 \begin_inset Tabular
8079 <lyxtabular version="3" rows="5" columns="2">
8080 <features booktabs="true" tabularvalignment="middle">
8081 <column alignment="center" valignment="top" width="0pt">
8082 <column alignment="center" valignment="top" width="0pt">
8083 <row>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 コマンド
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 出力
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 mapsto
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\mapsto$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 longmapsto
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\longmapsto$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 leadsto
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\leadsto$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 dasharrow
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\dasharrow$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 </lyxtabular>
8204
8205 \end_inset
8206
8207
8208 \begin_inset space \hfill{}
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \begin_layout Standard
8215 \begin_inset VSpace medskip
8216 \end_inset
8217
8218 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,第
8219 \begin_inset CommandInset ref
8220 LatexCommand ref
8221 reference "sec:アクセント"
8222
8223 \end_inset
8224
8225 節に一覧があります.
8226 \end_layout
8227
8228 \begin_layout Standard
8229 \begin_inset VSpace bigskip
8230 \end_inset
8231
8232 さらに,ラベル付き矢印
8233 \begin_inset Index idx
8234 status collapsed
8235
8236 \begin_layout Plain Layout
8237 やじるし@矢印 ! らべるつき@ラベル付き
8238 \end_layout
8239
8240 \end_inset
8241
8242 として,
8243 \series bold
8244
8245 \backslash
8246 xleftarrow
8247 \series default
8248
8249 \begin_inset Index idx
8250 status collapsed
8251
8252 \begin_layout Plain Layout
8253 こまんど@コマンド ! X ! 
8254 \backslash
8255 xleftarrow
8256 \end_layout
8257
8258 \end_inset
8259
8260
8261 \series bold
8262
8263 \backslash
8264 xrightarrow
8265 \series default
8266
8267 \begin_inset Index idx
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 こまんど@コマンド ! X ! 
8272 \backslash
8273 xrightarrow
8274 \begin_inset ERT
8275 status collapsed
8276
8277 \begin_layout Plain Layout
8278
8279
8280 \backslash
8281 vspace{4mm}
8282 \end_layout
8283
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290
8291 があります.これらのコマンドを数式に挿入すると,二つの青枠のついた矢印が現れるので,そこにラベルを入れることができます.矢印の長さは,ラベルの幅に応じて調整され
8292 ます.
8293 \end_layout
8294
8295 \begin_layout Standard
8296 \align center
8297 \begin_inset Tabular
8298 <lyxtabular version="3" rows="3" columns="2">
8299 <features booktabs="true" tabularvalignment="middle">
8300 <column alignment="center" valignment="top" width="0pt">
8301 <column alignment="center" valignment="top" width="0pt">
8302 <row>
8303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 コマンド
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 出力
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 F(a)
8328 \backslash
8329 xleftarrow
8330 \begin_inset space \textvisiblespace{}
8331 \end_inset
8332
8333 x=a
8334 \begin_inset Formula $\downarrow$
8335 \end_inset
8336
8337 x>0
8338 \begin_inset Formula $\to$
8339 \end_inset
8340
8341 F(x)
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8351 \end_inset
8352
8353
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row topspace="2mm">
8360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 F(x)
8365 \backslash
8366 xrightarrow
8367 \begin_inset space \textvisiblespace{}
8368 \end_inset
8369
8370 x=a
8371 \begin_inset Formula $\downarrow$
8372 \end_inset
8373
8374 x>0
8375 \begin_inset Formula $\to$
8376 \end_inset
8377
8378 F(a)
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 </lyxtabular>
8397
8398 \end_inset
8399
8400
8401 \end_layout
8402
8403 \begin_layout Standard
8404 \begin_inset VSpace medskip
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \begin_layout Standard
8411 文書設定の
8412 \family sans
8413 数式オプション
8414 \family default
8415 で,
8416 \series bold
8417 mathtools
8418 \series default
8419
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 ぱっけーじ@パッケージ ! mathtools
8425 \end_layout
8426
8427 \end_inset
8428
8429 パッケージに
8430 \family sans
8431 常に読み込み
8432 \family default
8433 オプションを設定すると,以下のようなラベル付き矢印が利用可能になります.
8434 \end_layout
8435
8436 \begin_layout Standard
8437 \begin_inset Newpage newpage
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \begin_layout Standard
8444 \align center
8445 \begin_inset space \hspace*{\fill}
8446 \end_inset
8447
8448
8449 \begin_inset Tabular
8450 <lyxtabular version="3" rows="7" columns="2">
8451 <features booktabs="true" tabularvalignment="middle">
8452 <column alignment="center" valignment="top" width="0pt">
8453 <column alignment="center" valignment="top" width="0pt">
8454 <row>
8455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 コマンド
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Example
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 xleftrightarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row topspace="2mm">
8500 <cell alignment="center" valignment="top" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 xLeftarrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row topspace="2mm">
8525 <cell alignment="center" valignment="top" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 xRightarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row topspace="2mm">
8550 <cell alignment="center" valignment="top" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 xLeftrightarrow
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row topspace="2mm">
8575 <cell alignment="center" valignment="top" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 xhookleftarrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row topspace="2mm">
8600 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 xhookrightarrow
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 </lyxtabular>
8625
8626 \end_inset
8627
8628
8629 \begin_inset space \hspace*{\fill}
8630 \end_inset
8631
8632
8633 \begin_inset Tabular
8634 <lyxtabular version="3" rows="7" columns="2">
8635 <features booktabs="true" tabularvalignment="middle">
8636 <column alignment="center" valignment="top" width="0pt">
8637 <column alignment="center" valignment="top" width="0pt">
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 コマンド
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Example
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 xleftharpoondown
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row topspace="2mm">
8684 <cell alignment="center" valignment="top" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 xleftharpoonup
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row topspace="2mm">
8709 <cell alignment="center" valignment="top" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \backslash
8715 xrightharpoondown
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row topspace="2mm">
8734 <cell alignment="center" valignment="top" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \backslash
8740 xrightharpoonup
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row topspace="2mm">
8759 <cell alignment="center" valignment="top" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \backslash
8765 xleftrightharpoons
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8775 \end_inset
8776
8777
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row topspace="2mm">
8784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \backslash
8790 xrightleftharpoons
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 </lyxtabular>
8809
8810 \end_inset
8811
8812
8813 \begin_inset space \hspace*{\fill}
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \begin_layout Standard
8820 これらの矢印は,すべて以下のようなコマンドスキームを取ります.
8821 \end_layout
8822
8823 \begin_layout Standard
8824 \align center
8825 \begin_inset Tabular
8826 <lyxtabular version="3" rows="2" columns="2">
8827 <features booktabs="true" tabularvalignment="middle">
8828 <column alignment="center" valignment="top" width="0pt">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <row>
8831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 コマンド
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 出力
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row bottomspace="0.5mm">
8851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 F(a)
8856 \backslash
8857 xleftrightarrow[x=a]
8858 \backslash
8859 {x>0
8860 \begin_inset Formula $\to$
8861 \end_inset
8862
8863 F(x)
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 </lyxtabular>
8882
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \begin_layout Subsection
8889 垂直矢印および対角矢印
8890 \begin_inset Index idx
8891 status collapsed
8892
8893 \begin_layout Plain Layout
8894 やじるし@矢印 ! たいかく@対角
8895 \end_layout
8896
8897 \end_inset
8898
8899
8900 \begin_inset Index idx
8901 status collapsed
8902
8903 \begin_layout Plain Layout
8904 やじるし@矢印 ! すいちょく@垂直
8905 \end_layout
8906
8907 \end_inset
8908
8909
8910 \end_layout
8911
8912 \begin_layout Standard
8913 \begin_inset space \hfill{}
8914 \end_inset
8915
8916
8917 \begin_inset Tabular
8918 <lyxtabular version="3" rows="7" columns="2">
8919 <features booktabs="true" tabularvalignment="middle">
8920 <column alignment="center" valignment="top" width="0pt">
8921 <column alignment="center" valignment="top" width="0pt">
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 コマンド
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 出力
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \backslash
8949 uparrow
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 \begin_inset Formula $\uparrow$
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="center" valignment="top" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \backslash
8974 Uparrow
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\Uparrow$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 updownarrow
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Formula $\updownarrow$
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \backslash
9024 Updownarrow
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\Updownarrow$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="center" valignment="top" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049 Downarrow
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\Downarrow$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \backslash
9074 downarrow
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 \begin_inset Formula $\downarrow$
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 </lyxtabular>
9093
9094 \end_inset
9095
9096
9097 \begin_inset space \hfill{}
9098 \end_inset
9099
9100
9101 \begin_inset Tabular
9102 <lyxtabular version="3" rows="5" columns="2">
9103 <features booktabs="true" tabularvalignment="middle">
9104 <column alignment="center" valignment="top" width="0pt">
9105 <column alignment="center" valignment="top" width="0pt">
9106 <row>
9107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 コマンド
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 出力
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 nearrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\nearrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 searrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\searrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 swarrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\swarrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 nwarrow
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\nwarrow$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 </lyxtabular>
9227
9228 \end_inset
9229
9230
9231 \begin_inset space \hfill{}
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Standard
9238 \begin_inset VSpace medskip
9239 \end_inset
9240
9241 垂直矢印は,第
9242 \begin_inset CommandInset ref
9243 LatexCommand ref
9244 reference "subsec:手動の括弧丈"
9245
9246 \end_inset
9247
9248 節および第
9249 \begin_inset CommandInset ref
9250 LatexCommand ref
9251 reference "subsec:自動の括弧丈"
9252
9253 \end_inset
9254
9255 節に述べられているコマンドを使うと,区分記号として使用することもできます.
9256 \end_layout
9257
9258 \begin_layout Section
9259 アクセント
9260 \begin_inset CommandInset label
9261 LatexCommand label
9262 name "sec:アクセント"
9263
9264 \end_inset
9265
9266
9267 \begin_inset Index idx
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271 あくせんと@アクセント
9272 \end_layout
9273
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \begin_layout Standard
9280 アクセントは,数式ツールバーボタンの
9281 \begin_inset Info
9282 type  "icon"
9283 arg   "math-insert \\hat"
9284 \end_inset
9285
9286 か,以下の各小節に列挙してあるコマンドで入力することができます.
9287 \end_layout
9288
9289 \begin_layout Subsection
9290 一文字に付けるアクセント
9291 \begin_inset ERT
9292 status collapsed
9293
9294 \begin_layout Plain Layout
9295
9296
9297 \backslash
9298 texorpdfstring{
9299 \end_layout
9300
9301 \end_inset
9302
9303
9304 \begin_inset Foot
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308 本文中のアクセントについては,第
9309 \begin_inset CommandInset ref
9310 LatexCommand ref
9311 reference "subsec:文章中のアクセント"
9312
9313 \end_inset
9314
9315 節を参照.
9316 \end_layout
9317
9318 \end_inset
9319
9320
9321 \begin_inset ERT
9322 status collapsed
9323
9324 \begin_layout Plain Layout
9325
9326 }{}
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \begin_inset Note Note
9333 status collapsed
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338
9339 \backslash
9340 texorpdfstring
9341 \series default
9342 は,PDFのしおりに脚註が現れるのを防ぐために使われています.
9343 \end_layout
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348
9349 \backslash
9350 texorpdfstring
9351 \series default
9352 についての詳細は,第
9353 \begin_inset CommandInset ref
9354 LatexCommand ref
9355 reference "subsec:節見出し中の数式"
9356
9357 \end_inset
9358
9359 節にあります.
9360 \end_layout
9361
9362 \end_inset
9363
9364
9365 \begin_inset CommandInset label
9366 LatexCommand label
9367 name "subsec:一文字に付けるアクセント"
9368
9369 \end_inset
9370
9371
9372 \begin_inset Index idx
9373 status collapsed
9374
9375 \begin_layout Plain Layout
9376 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9377 \end_layout
9378
9379 \end_inset
9380
9381
9382 \end_layout
9383
9384 \begin_layout Standard
9385 \begin_inset space \hfill{}
9386 \end_inset
9387
9388
9389 \begin_inset Tabular
9390 <lyxtabular version="3" rows="8" columns="2">
9391 <features booktabs="true" tabularvalignment="middle">
9392 <column alignment="center" valignment="top" width="0pt">
9393 <column alignment="center" valignment="top" width="0pt">
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 コマンド
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 出力
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row topspace="1.5mm">
9415 <cell alignment="center" valignment="top" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \backslash
9421 dot
9422 \begin_inset space \textvisiblespace{}
9423 \end_inset
9424
9425 A
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Formula $\dot{A}$
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row topspace="1.5mm">
9444 <cell alignment="center" valignment="top" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \backslash
9450 ddot
9451 \begin_inset space \textvisiblespace{}
9452 \end_inset
9453
9454 A
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 \begin_inset Formula $\ddot{A}$
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row topspace="1.5mm">
9473 <cell alignment="center" valignment="top" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \backslash
9479 dddot
9480 \begin_inset space \textvisiblespace{}
9481 \end_inset
9482
9483 A
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $\dddot{A}$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row topspace="1.5mm">
9502 <cell alignment="center" valignment="top" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \backslash
9508 ddddot
9509 \begin_inset space \textvisiblespace{}
9510 \end_inset
9511
9512 A
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\ddddot{A}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row topspace="1.5mm">
9531 <cell alignment="center" valignment="top" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 vec
9538 \begin_inset space \textvisiblespace{}
9539 \end_inset
9540
9541 A
9542 \begin_inset Index idx
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546 べくとる@ベクトル
9547 \end_layout
9548
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="center" valignment="top" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 \begin_inset Formula $\vec{A}$
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 </row>
9569 <row topspace="1.5mm">
9570 <cell alignment="center" valignment="top" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \backslash
9576 bar
9577 \begin_inset space \textvisiblespace{}
9578 \end_inset
9579
9580 A
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="center" valignment="top" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589 \begin_inset Formula $\bar{A}$
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row topspace="1.5mm">
9599 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \backslash
9605 mathring
9606 \begin_inset space \textvisiblespace{}
9607 \end_inset
9608
9609 A
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 \begin_inset Formula $\mathring{A}$
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 </lyxtabular>
9628
9629 \end_inset
9630
9631
9632 \begin_inset space \hfill{}
9633 \end_inset
9634
9635
9636 \begin_inset Tabular
9637 <lyxtabular version="3" rows="7" columns="2">
9638 <features booktabs="true" tabularvalignment="middle">
9639 <column alignment="center" valignment="top" width="0pt">
9640 <column alignment="center" valignment="top" width="0pt">
9641 <row>
9642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 コマンド
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 出力
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row topspace="1.5mm">
9662 <cell alignment="center" valignment="top" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \backslash
9668 tilde
9669 \begin_inset space \textvisiblespace{}
9670 \end_inset
9671
9672 A
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 \begin_inset Formula $\tilde{A}$
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row topspace="1.5mm">
9691 <cell alignment="center" valignment="top" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 hat
9698 \begin_inset space \textvisiblespace{}
9699 \end_inset
9700
9701 A
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 \begin_inset Formula $\hat{A}$
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 </row>
9719 <row topspace="1.5mm">
9720 <cell alignment="center" valignment="top" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724
9725 \backslash
9726 check
9727 \begin_inset space \textvisiblespace{}
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\check{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row topspace="1.5mm">
9749 <cell alignment="center" valignment="top" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 acute
9756 \begin_inset space \textvisiblespace{}
9757 \end_inset
9758
9759 A
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 \begin_inset Formula $\acute{A}$
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row topspace="1.5mm">
9778 <cell alignment="center" valignment="top" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \backslash
9784 grave
9785 \begin_inset space \textvisiblespace{}
9786 \end_inset
9787
9788 A
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 \begin_inset Formula $\grave{A}$
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row topspace="1.5mm">
9807 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \backslash
9813 breve
9814 \begin_inset space \textvisiblespace{}
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\breve{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 </lyxtabular>
9836
9837 \end_inset
9838
9839
9840 \begin_inset space \hfill{}
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \begin_layout Standard
9847 \begin_inset VSpace bigskip
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \begin_layout Standard
9854 \begin_inset ERT
9855 status collapsed
9856
9857 \begin_layout Plain Layout
9858
9859
9860 \backslash
9861 '{e}
9862 \end_layout
9863
9864 \end_inset
9865
9866 のようなアクセントは,数式に直接入れることができます.\SpecialChar LyX
9867 は,それを対応するアクセントコマンドに変換します.ウムラウト
9868 \begin_inset Index idx
9869 status collapsed
9870
9871 \begin_layout Plain Layout
9872 うむらうと@ウムラウト
9873 \end_layout
9874
9875 \end_inset
9876
9877 に関しては,母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,\SpecialChar LaTeX
9878 は,引用符と母音をまとめて一つの文字として取り
9879 扱います.
9880 \series bold
9881
9882 \backslash
9883 ddot
9884 \series default
9885 と違い,この方法では,以下の例に示すように「本物の」ウムラウトが作られます.
9886 \end_layout
9887
9888 \begin_layout Standard
9889 \begin_inset VSpace -2mm
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \align center
9897 \begin_inset Tabular
9898 <lyxtabular version="3" rows="3" columns="2">
9899 <features booktabs="true" tabularvalignment="middle">
9900 <column alignment="center" valignment="top" width="0pt">
9901 <column alignment="center" valignment="top">
9902 <row>
9903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 コマンド
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 出力
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 \begin_inset Quotes grd
9928 \end_inset
9929
9930 i
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \lang ngerman
9941 \begin_inset space \hspace{}
9942 \length 0pt
9943 \end_inset
9944
9945
9946 \begin_inset Formula $"i$
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row topspace="1.5mm">
9956 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 ddot
9963 \begin_inset space \textvisiblespace{}
9964 \end_inset
9965
9966 i
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 \begin_inset Formula $\ddot{i}$
9976 \end_inset
9977
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 </lyxtabular>
9985
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \begin_layout Standard
9992
9993 \series bold
9994
9995 \backslash
9996 ddot
9997 \series default
9998 に比べて良いもう一つの利点は,上記のアクセントコマンドが
9999 \emph on
10000 数式中テキストでは使用できない
10001 \emph default
10002 のに対し,ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,アクセントの下にある文
10003 字しか変換されません.これは,たとえばイタリック体やボールド体への変換など,他のすべての変換に関しても言えることです.
10004 \end_layout
10005
10006 \begin_layout Standard
10007 ウムラウトと他のアクセント付き文字は,数式中テキストに直接入れることができます.
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \begin_inset VSpace bigskip
10012 \end_inset
10013
10014
10015 \end_layout
10016
10017 \begin_layout Standard
10018 \SpecialChar LyX
10019 は,\SpecialChar LaTeX
10020 パッケージ
10021 \series bold
10022 undertilde
10023 \series default
10024
10025 \begin_inset Index idx
10026 status collapsed
10027
10028 \begin_layout Plain Layout
10029 ぱっけーじ@パッケージ ! upgreek
10030 \end_layout
10031
10032 \end_inset
10033
10034 がシステム上に導入されていれば,文字下のティルダもサポートします.
10035 \end_layout
10036
10037 \begin_layout Standard
10038 \begin_inset ERT
10039 status collapsed
10040
10041 \begin_layout Plain Layout
10042
10043
10044 \backslash
10045 ifundertilde 
10046 \end_layout
10047
10048 \end_inset
10049
10050
10051 \begin_inset Note Note
10052 status open
10053
10054 \begin_layout Plain Layout
10055 以下の表は,
10056 \series bold
10057 undertilde
10058 \series default
10059  \SpecialChar LaTeX
10060 パッケージが導入済みのときのみ表示されます.
10061 \end_layout
10062
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \begin_layout Standard
10069 \noindent
10070 \align center
10071 \begin_inset Tabular
10072 <lyxtabular version="3" rows="2" columns="2">
10073 <features booktabs="true" tabularvalignment="middle">
10074 <column alignment="center" valignment="top" width="0pt">
10075 <column alignment="center" valignment="top" width="0pt">
10076 <row>
10077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 コマンド
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 出力
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \backslash
10103 utilde
10104 \begin_inset space \textvisiblespace{}
10105 \end_inset
10106
10107 A
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 \begin_inset Formula $\utilde{A}$
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 </lyxtabular>
10126
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \begin_layout Standard
10133 \begin_inset ERT
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137
10138
10139 \backslash
10140 else 
10141 \end_layout
10142
10143 \end_inset
10144
10145
10146 \begin_inset Note Note
10147 status open
10148
10149 \begin_layout Plain Layout
10150 以下は,
10151 \series bold
10152 undertilde
10153 \series default
10154  \SpecialChar LaTeX
10155 パッケージが導入されていないときのみ表示されます.
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \begin_layout Standard
10164 この小節のすべてを出力で見るには,
10165 \series bold
10166 undertilde
10167 \series default
10168  \SpecialChar LaTeX
10169 パッケージを導入する必要があります.
10170 \end_layout
10171
10172 \begin_layout Standard
10173 \begin_inset ERT
10174 status collapsed
10175
10176 \begin_layout Plain Layout
10177
10178
10179 \backslash
10180 fi 
10181 \end_layout
10182
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 \begin_inset Newpage newpage
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \begin_layout Subsection
10196 複数の文字に付けるアクセント
10197 \begin_inset Index idx
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10202 \end_layout
10203
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \begin_layout Standard
10210 \begin_inset space \hfill{}
10211 \end_inset
10212
10213
10214 \begin_inset Tabular
10215 <lyxtabular version="3" rows="5" columns="2">
10216 <features booktabs="true" tabularvalignment="middle">
10217 <column alignment="center" valignment="top" width="0pt">
10218 <column alignment="center" valignment="top" width="0pt">
10219 <row>
10220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 コマンド
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 出力
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row topspace="1.5mm">
10240 <cell alignment="center" valignment="top" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \backslash
10246 overleftarrow
10247 \begin_inset space \textvisiblespace{}
10248 \end_inset
10249
10250 A=B
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 \begin_inset Formula $\overleftarrow{A=B}$
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row topspace="1.5mm">
10269 <cell alignment="center" valignment="top" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 underleftarrow
10276 \begin_inset space \textvisiblespace{}
10277 \end_inset
10278
10279 A=B
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 \begin_inset Formula $\underleftarrow{A=B}$
10289 \end_inset
10290
10291
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row topspace="1.5mm">
10298 <cell alignment="center" valignment="top" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \backslash
10304 overleftrightarrow
10305 \begin_inset space \textvisiblespace{}
10306 \end_inset
10307
10308 A=B
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 \begin_inset Formula $\overleftrightarrow{A=B}$
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row topspace="1.5mm" bottomspace="1mm">
10327 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \backslash
10333 underleftrightarrow
10334 \begin_inset space \textvisiblespace{}
10335 \end_inset
10336
10337 A=B
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 \begin_inset Formula $\underleftrightarrow{A=B}$
10347 \end_inset
10348
10349
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 </lyxtabular>
10356
10357 \end_inset
10358
10359
10360 \begin_inset space \hfill{}
10361 \end_inset
10362
10363
10364 \begin_inset Tabular
10365 <lyxtabular version="3" rows="5" columns="2">
10366 <features booktabs="true" tabularvalignment="middle">
10367 <column alignment="center" valignment="top" width="0pt">
10368 <column alignment="center" valignment="top" width="0pt">
10369 <row>
10370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 コマンド
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 出力
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row topspace="1.5mm">
10390 <cell alignment="center" valignment="top" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \backslash
10396 overrightarrow
10397 \begin_inset space \textvisiblespace{}
10398 \end_inset
10399
10400 A=B
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 \begin_inset Formula $\overrightarrow{A=B}$
10410 \end_inset
10411
10412
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row topspace="1.5mm">
10419 <cell alignment="center" valignment="top" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \backslash
10425 underrightarrow
10426 \begin_inset space \textvisiblespace{}
10427 \end_inset
10428
10429 A=B
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 \begin_inset Formula $\underrightarrow{A=B}$
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row topspace="1.5mm">
10448 <cell alignment="center" valignment="top" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \backslash
10454 widetilde
10455 \begin_inset space \textvisiblespace{}
10456 \end_inset
10457
10458 A=B
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 \begin_inset Formula $\widetilde{A=B}$
10468 \end_inset
10469
10470
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row topspace="1.5mm" bottomspace="1mm">
10477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \backslash
10483 widehat
10484 \begin_inset space \textvisiblespace{}
10485 \end_inset
10486
10487 A=B
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 \begin_inset Formula $\widehat{A=B}$
10497 \end_inset
10498
10499
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 </lyxtabular>
10506
10507 \end_inset
10508
10509
10510 \begin_inset space \hfill{}
10511 \end_inset
10512
10513
10514 \end_layout
10515
10516 \begin_layout Standard
10517 \begin_inset VSpace medskip
10518 \end_inset
10519
10520 これらのコマンドでは,好きなだけ多くの文字にアクセントを付けることができます.しかし,
10521 \series bold
10522
10523 \backslash
10524 widetilde
10525 \series default
10526 および
10527 \series bold
10528
10529 \backslash
10530 widehat
10531 \series default
10532 のアクセントは,以下の例のように,出力では3文字分の長さにしかなりません.
10533 \begin_inset Formula 
10534 \[
10535 \widetilde{A+B=C-D}
10536 \]
10537
10538 \end_inset
10539
10540
10541 \end_layout
10542
10543 \begin_layout Standard
10544 前小節で述べた
10545 \series bold
10546
10547 \backslash
10548 overset
10549 \series default
10550
10551 \begin_inset Index idx
10552 status collapsed
10553
10554 \begin_layout Plain Layout
10555 こまんど@コマンド ! O ! 
10556 \backslash
10557 overset
10558 \end_layout
10559
10560 \end_inset
10561
10562 コマンドと
10563 \series bold
10564
10565 \backslash
10566 underset
10567 \series default
10568
10569 \begin_inset Index idx
10570 status collapsed
10571
10572 \begin_layout Plain Layout
10573 こまんど@コマンド ! U ! 
10574 \backslash
10575 underset
10576 \end_layout
10577
10578 \end_inset
10579
10580 コマンドを使っても,複数の文字にアクセントを付けることができます.
10581 \series bold
10582
10583 \backslash
10584 underset
10585 \begin_inset space \textvisiblespace{}
10586 \end_inset
10587
10588 A=B
10589 \begin_inset Formula $\downarrow$
10590 \end_inset
10591
10592 ***
10593 \series default
10594 というコマンドは,
10595 \begin_inset Formula 
10596 \[
10597 \underset{***}{A=B}
10598 \]
10599
10600 \end_inset
10601
10602 のようになります.
10603 \end_layout
10604
10605 \begin_layout Section
10606 空白
10607 \begin_inset CommandInset label
10608 LatexCommand label
10609 name "subsec:空白"
10610
10611 \end_inset
10612
10613
10614 \begin_inset Index idx
10615 status collapsed
10616
10617 \begin_layout Plain Layout
10618 くうはく@空白 ! すいへい@水平
10619 \begin_inset space \thinspace{}
10620 \end_inset
10621
10622 ——
10623 \end_layout
10624
10625 \end_inset
10626
10627
10628 \end_layout
10629
10630 \begin_layout Subsection
10631 定義済みの空白
10632 \begin_inset CommandInset label
10633 LatexCommand label
10634 name "subsec:定義済みの空白"
10635
10636 \end_inset
10637
10638
10639 \begin_inset Index idx
10640 status collapsed
10641
10642 \begin_layout Plain Layout
10643 くうはく@空白 ! すいへい@水平
10644 \begin_inset space \thinspace{}
10645 \end_inset
10646
10647 —— ! ていぎずみ@定義済み
10648 \end_layout
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Standard
10656 数式に水平方向の空白を挿入することが,必要になることがあります.これは,保護された空白(
10657 \begin_inset Flex Ruby
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661 捷径
10662 \begin_inset Argument post:1
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666 ショートカット
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675
10676
10677 \begin_inset Info
10678 type  "shortcut"
10679 arg   "command-alternatives space-insert protected ; math-space"
10680 \end_inset
10681
10682 )を挿入することで実現できます.「
10683 \color blue
10684
10685 \begin_inset space \textvisiblespace{}
10686 \end_inset
10687
10688
10689 \color inherit
10690 」が現れるので,
10691 \family sans
10692 Space
10693 \family default
10694 を何回か押すことによって,8種の異なる長さの空白のうち一つを選択することができます.空白は,数式ツールバーボタンの
10695 \begin_inset Info
10696 type  "icon"
10697 arg   "math-insert \\space"
10698 \end_inset
10699
10700 を押すか,特定のコマンドを入力することで,挿入することができます.挿入したコマンド如何に関わらず,直後に
10701 \family sans
10702 Space
10703 \family default
10704 を押すことによって,長さを変更することができます.
10705 \end_layout
10706
10707 \begin_layout Standard
10708 \noindent
10709 \align center
10710 \begin_inset Tabular
10711 <lyxtabular version="3" rows="6" columns="3">
10712 <features booktabs="true" tabularvalignment="middle">
10713 <column alignment="center" valignment="top">
10714 <column alignment="center" valignment="top" width="15col%">
10715 <column alignment="center" valignment="top">
10716 <row>
10717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 コマンド
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 保護された空白を挿入したのち,
10731 \family sans
10732 Space
10733 \family default
10734 を叩く回数
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 出力
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \backslash
10756 ,
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 0
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 \begin_inset Formula $A\,B$
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \backslash
10790 :
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 1
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 \begin_inset Formula $A\:B$
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \backslash
10824 ;
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 2
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 \begin_inset Formula $A\;B$
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \backslash
10858 quad
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 3
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 \begin_inset Formula $A\quad B$
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \backslash
10892 qquad
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 4
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 \begin_inset Formula $A\qquad B$
10911 \end_inset
10912
10913
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 </lyxtabular>
10920
10921 \end_inset
10922
10923
10924 \begin_inset space \hfill{}
10925 \end_inset
10926
10927
10928 \begin_inset Tabular
10929 <lyxtabular version="3" rows="6" columns="3">
10930 <features booktabs="true" tabularvalignment="middle">
10931 <column alignment="center" valignment="top">
10932 <column alignment="center" valignment="top" width="15col%">
10933 <column alignment="center" valignment="top">
10934 <row>
10935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 コマンド
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 保護された空白を挿入したのち,
10949 \family sans
10950 Space
10951 \family default
10952 を叩く回数
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 出力
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \backslash
10974 hfill
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 5
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 \begin_inset Formula $A\hfill B$
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \backslash
11008 hspace*{1em}
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 6
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $A\hspace*{1em}B$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 hspace{1em}
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 7
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Formula $A\hspace{1em}B$
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \backslash
11076
11077 \begin_inset space \textvisiblespace{}
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 8
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Formula $A\ B$
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \backslash
11114 !
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 9
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 \begin_inset Formula $A\!B$
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 </lyxtabular>
11142
11143 \end_inset
11144
11145
11146 \end_layout
11147
11148 \begin_layout Standard
11149 5
11150 \lang english
11151
11152 \begin_inset space \thinspace{}
11153 \end_inset
11154
11155
11156 \lang japanese
11157
11158 \lang english
11159
11160 \begin_inset space \thinspace{}
11161 \end_inset
11162
11163
11164 \lang japanese
11165 7回
11166 \family sans
11167 Space
11168 \family default
11169 を押した場合は,第
11170 \begin_inset CommandInset ref
11171 LatexCommand ref
11172 reference "subsec:可変長の空白"
11173
11174 \end_inset
11175
11176 節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
11177 中では赤で表示さ
11178 れます.以下のように,他にもう二つ,負の長さの空白があります.
11179 \end_layout
11180
11181 \begin_layout Standard
11182 \align center
11183 \begin_inset Tabular
11184 <lyxtabular version="3" rows="3" columns="3">
11185 <features booktabs="true" tabularvalignment="middle">
11186 <column alignment="center" valignment="middle" width="6.8cm">
11187 <column alignment="center" valignment="top" width="0pt">
11188 <column alignment="center" valignment="top" width="0pt">
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 コマンド
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 negmedspace
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \backslash
11216 negthickspace
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 保護された空白を挿入したのち,
11228 \family sans
11229 Space
11230 \family default
11231 を叩く回数
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 10
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 11
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 </row>
11255 <row>
11256 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 出力
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 \begin_inset Formula $A\negmedspace B$
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 \begin_inset Formula $A\negthickspace B$
11282 \end_inset
11283
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
11299 \end_layout
11300
11301 \begin_layout Standard
11302 \align center
11303 \begin_inset Tabular
11304 <lyxtabular version="3" rows="3" columns="2">
11305 <features booktabs="true" tabularvalignment="middle">
11306 <column alignment="center" valignment="top" width="0pt">
11307 <column alignment="center" valignment="top">
11308 <row>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 コマンド
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 出力
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 <row>
11329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333
11334 \backslash
11335 sum
11336 \backslash
11337 sum
11338 \begin_inset space \textvisiblespace{}
11339 \end_inset
11340
11341 f_kl
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $\sum\sum f_{kl}$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 </row>
11359 <row>
11360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364
11365 \backslash
11366 sum
11367 \backslash
11368 negmedspace
11369 \backslash
11370 sum
11371 \begin_inset space \textvisiblespace{}
11372 \end_inset
11373
11374 f_kl
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 </lyxtabular>
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Standard
11400 \noindent
11401 \begin_inset VSpace medskip
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \begin_layout Standard
11408 \noindent
11409 イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
11410 括弧で囲みます.以下の例にこれを示します.
11411 \end_layout
11412
11413 \begin_layout Standard
11414 \align center
11415 \begin_inset Tabular
11416 <lyxtabular version="3" rows="2" columns="2">
11417 <features booktabs="true" tabularvalignment="middle">
11418 <column alignment="center" valignment="top" width="0pt">
11419 <column alignment="center" valignment="top" width="0pt">
11420 <row>
11421 <cell alignment="center" valignment="top" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 通常の数式
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 \begin_inset Formula $A=B$
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 </row>
11443 <row>
11444 <cell alignment="center" valignment="top" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 空白なしの数式
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $A{=}B$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 </lyxtabular>
11467
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \begin_layout Standard
11474 \noindent
11475 二行目の数式を作るコマンドは,
11476 \series bold
11477 A
11478 \backslash
11479 {=
11480 \begin_inset Formula $\to$
11481 \end_inset
11482
11483 B
11484 \series default
11485 です.
11486 \end_layout
11487
11488 \begin_layout Standard
11489 \begin_inset VSpace bigskip
11490 \end_inset
11491
11492 物理単位には,値と単位のあいだに通常の空白ではなく,最小の空白を入れる必要があるために,それに適した空白が必要です.本文中の単位には,挿入\SpecialChar menuseparator
11493 整形\SpecialChar menuseparator
11494 小空白メニュー(
11495 \begin_inset Flex Ruby
11496 status collapsed
11497
11498 \begin_layout Plain Layout
11499 捷径
11500 \begin_inset Argument post:1
11501 status collapsed
11502
11503 \begin_layout Plain Layout
11504 ショートカット
11505 \end_layout
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \end_inset
11513
11514
11515 \begin_inset Info
11516 type  "shortcut"
11517 arg   "space-insert thin"
11518 \end_inset
11519
11520 )で,最小の空白を挿入することができます.
11521 \end_layout
11522
11523 \begin_layout Standard
11524 違いを示す例を以下に掲げます.
11525 \end_layout
11526
11527 \begin_layout Standard
11528 \begin_inset Tabular
11529 <lyxtabular version="3" rows="2" columns="2">
11530 <features tabularvalignment="middle">
11531 <column alignment="left" valignment="top">
11532 <column alignment="left" valignment="top">
11533 <row>
11534 <cell alignment="center" valignment="top" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 24 kW
11539 \begin_inset Formula $\cdot$
11540 \end_inset
11541
11542 h
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 値と単位のあいだに通常の空白を入れた例
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 </row>
11557 <row>
11558 <cell alignment="center" valignment="top" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 24
11563 \begin_inset space \thinspace{}
11564 \end_inset
11565
11566 kW
11567 \begin_inset Formula $\cdot$
11568 \end_inset
11569
11570 h
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 値と単位のあいだに最小の空白を入れた例
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 </lyxtabular>
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Subsection
11593 可変長の空白
11594 \begin_inset ERT
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598
11599
11600 \backslash
11601 texorpdfstring{
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \begin_inset Foot
11608 status collapsed
11609
11610 \begin_layout Plain Layout
11611 数式中の垂直方向の空白については,第
11612 \begin_inset CommandInset ref
11613 LatexCommand ref
11614 reference "subsec:行間"
11615
11616 \end_inset
11617
11618 節をご覧下さい.
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \begin_inset ERT
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628
11629 }{}
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \begin_inset Note Note
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639
11640 \backslash
11641 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
11642 \end_layout
11643
11644 \begin_layout Plain Layout
11645
11646 \backslash
11647 texorpdfstringについての詳細は,第
11648 \begin_inset CommandInset ref
11649 LatexCommand ref
11650 reference "subsec:節見出し中の数式"
11651
11652 \end_inset
11653
11654 節にあります.
11655 \end_layout
11656
11657 \end_inset
11658
11659
11660 \begin_inset CommandInset label
11661 LatexCommand label
11662 name "subsec:可変長の空白"
11663
11664 \end_inset
11665
11666
11667 \begin_inset Index idx
11668 status collapsed
11669
11670 \begin_layout Plain Layout
11671 くうはく@空白 ! すいへい@水平
11672 \begin_inset space \thinspace{}
11673 \end_inset
11674
11675 —— ! かへんちょう@可変長
11676 \end_layout
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 指定した長さの空白が,
11685 \series bold
11686
11687 \backslash
11688 hspace
11689 \series default
11690
11691 \begin_inset Index idx
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 こまんど@コマンド ! H ! 
11696 \backslash
11697 hspace
11698 \end_layout
11699
11700 \end_inset
11701
11702 コマンドで入力することができます.すると,ながい「
11703 \color blue
11704
11705 \begin_inset space \textvisiblespace{}
11706 \end_inset
11707
11708
11709 \color inherit
11710 」が現れます.長さは,「
11711 \color blue
11712
11713 \begin_inset space \textvisiblespace{}
11714 \end_inset
11715
11716
11717 \color inherit
11718 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,それは無視されます.この場合でも,空白出力を強制
11719 させたいときには,
11720 \series bold
11721
11722 \backslash
11723 hspace
11724 \series default
11725 コマンドの代わりに
11726 \series bold
11727
11728 \backslash
11729 hspace*
11730 \series default
11731 コマンドを使用するか,「
11732 \color blue
11733 \lang english
11734
11735 \begin_inset space \textvisiblespace{}
11736 \end_inset
11737
11738
11739 \color inherit
11740 \lang japanese
11741 」の上を左クリックして,
11742 \family sans
11743 保護
11744 \family default
11745 オプションをチェックしてください.
11746 \begin_inset Newline newline
11747 \end_inset
11748
11749 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
11750 \series bold
11751
11752 \backslash
11753 hfill
11754 \series default
11755
11756 \begin_inset Index idx
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760 こまんど@コマンド ! H ! 
11761 \backslash
11762 hfill
11763 \end_layout
11764
11765 \end_inset
11766
11767 コマンドを使用します.
11768 \end_layout
11769
11770 \begin_layout Standard
11771 \align center
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="4" columns="2">
11774 <features booktabs="true" tabularvalignment="middle">
11775 <column alignment="center" valignment="top" width="0pt">
11776 <column alignment="center" valignment="top">
11777 <row>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 コマンド(
11783 \backslash
11784 hspace 長さ)
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 出力
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 </row>
11799 <row>
11800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 A=B
11805 \backslash
11806 hspace
11807 \begin_inset space \textvisiblespace{}
11808 \end_inset
11809
11810 A
11811 \backslash
11812 not=C (3
11813 \begin_inset space \thinspace{}
11814 \end_inset
11815
11816 cm)
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 <row>
11835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 A
11840 \backslash
11841 hspace
11842 \begin_inset space \textvisiblespace{}
11843 \end_inset
11844
11845 A
11846 \backslash
11847 not=A (-1
11848 \begin_inset space \thinspace{}
11849 \end_inset
11850
11851 mm)
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 <row>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 A=A
11875 \backslash
11876 hfill
11877 \begin_inset space \textvisiblespace{}
11878 \end_inset
11879
11880 B=B
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Formula $A=A\hfill B=B$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 </lyxtabular>
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \begin_layout Standard
11906 上記の最後の例では,使用できる空白は,表の列中もっとも長い要素によって規定されます.行内数式では,空白は,
11907 \series bold
11908
11909 \backslash
11910 hfill
11911 \series default
11912 が挿入された行の長さに依存します.つまり,その行が全幅を使用している場合,空白はまったく作られません.また
11913 \series bold
11914
11915 \backslash
11916 hfill
11917 \series default
11918 は,別行立て数式中では,
11919 \series bold
11920 行頭下げ
11921 \series default
11922 数式スタイルが使われているときのみ,意味を持ちます(数式スタイルは第
11923 \begin_inset CommandInset ref
11924 LatexCommand ref
11925 reference "sec:数式様式"
11926
11927 \end_inset
11928
11929 節で説明されています).
11930 \end_layout
11931
11932 \begin_layout Standard
11933
11934 \series bold
11935
11936 \backslash
11937 hfill
11938 \series default
11939 の他にも,空白を模様で埋める
11940 \series bold
11941
11942 \backslash
11943 dotfill
11944 \series default
11945
11946 \series bold
11947
11948 \backslash
11949 hrulefill
11950 \series default
11951 といったコマンドがあります.用例については第
11952 \begin_inset CommandInset ref
11953 LatexCommand ref
11954 reference "subsec:省略符号"
11955
11956 \end_inset
11957
11958 節をご参照下さい.
11959 \end_layout
11960
11961 \begin_layout Standard
11962 本文中では,可変長空白は,
11963 \family sans
11964 挿入\SpecialChar menuseparator
11965 整形\SpecialChar menuseparator
11966 水平方向の空白
11967 \family default
11968 メニューで挿入することができます.
11969 \end_layout
11970
11971 \begin_layout Standard
11972 (例)
11973 \end_layout
11974
11975 \begin_layout Standard
11976 この行には,
11977 \begin_inset space \hspace{}
11978 \length 2cm
11979 \end_inset
11980
11981 2
11982 \begin_inset space \thinspace{}
11983 \end_inset
11984
11985 cmの空白が入っています.
11986 \end_layout
11987
11988 \begin_layout Standard
11989 この行には,
11990 \begin_inset space \hfill{}
11991 \end_inset
11992
11993 最大の空白が入っています.
11994 \end_layout
11995
11996 \begin_layout Subsection
11997 行内数式周りの空白
11998 \begin_inset Index idx
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011 行内数式前後の空白は,長さ
12012 \series bold
12013
12014 \backslash
12015 mathsurround
12016 \begin_inset Index idx
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020 こまんど@コマンド ! M ! 
12021 \backslash
12022 mathsurround
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \series default
12029 を使って調節することができます.長さの値は,以下の書式を持つ
12030 \series bold
12031
12032 \backslash
12033 setlength
12034 \begin_inset Index idx
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038 こまんど@コマンド ! S ! 
12039 \backslash
12040 setlength
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \series default
12047 コマンドを使って設定することができます.
12048 \end_layout
12049
12050 \begin_layout Standard
12051
12052 \series bold
12053
12054 \backslash
12055 setlength{長さ名}{値}
12056 \end_layout
12057
12058 \begin_layout Standard
12059
12060 \series bold
12061
12062 \backslash
12063 mathsurround
12064 \series default
12065 を5
12066 \begin_inset space \thinspace{}
12067 \end_inset
12068
12069 mmの値に設定するには,以下のコマンド
12070 \end_layout
12071
12072 \begin_layout Standard
12073
12074 \series bold
12075
12076 \backslash
12077 setlength{
12078 \backslash
12079 mathsurround}{5mm}
12080 \end_layout
12081
12082 \begin_layout Standard
12083 を\SpecialChar TeX
12084 モードで挿入します.すると,5
12085 \begin_inset space \thinspace{}
12086 \end_inset
12087
12088 mmの空白がすべての行内数式の前後に設定されることになります.
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093
12094
12095 \backslash
12096 setlength{
12097 \backslash
12098 mathsurround}{5mm}
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Standard
12107 この行には,周囲に5
12108 \begin_inset space \thinspace{}
12109 \end_inset
12110
12111 mmの余白を設定した行内数式
12112 \begin_inset Formula $A=B$
12113 \end_inset
12114
12115 があります.
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121
12122 \backslash
12123 setlength{
12124 \backslash
12125 mathsurround}{0pt}
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 既定値に戻すには,
12135 \series bold
12136
12137 \backslash
12138 mathsurround
12139 \series default
12140 を0
12141 \begin_inset space \thinspace{}
12142 \end_inset
12143
12144 ptの値に戻して下さい.
12145 \end_layout
12146
12147 \begin_layout Section
12148 ボックスと枠
12149 \begin_inset Index idx
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153 ぼっくす@ボックス
12154 \end_layout
12155
12156 \end_inset
12157
12158
12159 \begin_inset Index idx
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163 わく@枠
12164 \begin_inset ERT
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168
12169 |see{
12170 \end_layout
12171
12172 \end_inset
12173
12174 ボックス
12175 \begin_inset ERT
12176 status collapsed
12177
12178 \begin_layout Plain Layout
12179
12180 }
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 本文中のボックスについては,取扱説明書
12195 \family typewriter
12196 埋め込みオブジェクト篇
12197 \family default
12198
12199 \family typewriter
12200 ボックス
12201 \family default
12202 の章に述べられています.
12203 \end_layout
12204
12205 \begin_layout Subsection
12206 枠付きボックス
12207 \begin_inset CommandInset label
12208 LatexCommand label
12209 name "subsec:枠付きボックス"
12210
12211 \end_inset
12212
12213
12214 \begin_inset Index idx
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218 ぼっくす@ボックス ! わくつき@枠付き
12219 \begin_inset space \thinspace{}
12220 \end_inset
12221
12222 ——
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231
12232 \series bold
12233
12234 \backslash
12235 fbox
12236 \series default
12237
12238 \begin_inset Index idx
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242 こまんど@コマンド ! F ! 
12243 \backslash
12244 fbox
12245 \end_layout
12246
12247 \end_inset
12248
12249 コマンドや
12250 \series bold
12251
12252 \backslash
12253 boxed
12254 \series default
12255
12256 \begin_inset Index idx
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260 こまんど@コマンド ! B ! 
12261 \backslash
12262 boxed
12263 \end_layout
12264
12265 \end_inset
12266
12267 コマンドを使えば,数式やその一部を枠の中に入れることができます.
12268 \end_layout
12269
12270 \begin_layout Standard
12271 どちらかのコマンドを数式に挿入すると,枠の中に青枠が現れ,数式の断片を入れることができます.
12272 \series bold
12273
12274 \backslash
12275 fbox
12276 \series default
12277 の場合には,そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
12278 \family sans
12279 Ctrl+M
12280 \family default
12281 を使って,このボックスの中にもう一度数式を作らなくてはなりません.
12282 \series bold
12283
12284 \backslash
12285 boxed
12286 \series default
12287 を使った場合には,新しい数式が自動的に枠内に作られます.
12288 \end_layout
12289
12290 \begin_layout Standard
12291
12292 \series bold
12293
12294 \backslash
12295 fbox
12296 \series default
12297 コマンドは,数式がつねに本文の大きさに設定されてしまうので,別行立て数式に枠を付けるのには適していません.逆に
12298 \series bold
12299
12300 \backslash
12301 boxed
12302 \series default
12303 は,数式がつねに別行立て数式の大きさに設定されてしまうので,行内数式に枠をつけるのには適していません.
12304 \end_layout
12305
12306 \begin_layout Standard
12307
12308 \series bold
12309
12310 \backslash
12311 fbox
12312 \series default
12313 の拡張として,枠幅と配置も指定することができる
12314 \series bold
12315
12316 \backslash
12317 framebox
12318 \series default
12319
12320 \begin_inset Index idx
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324 こまんど@コマンド ! F ! 
12325 \backslash
12326 framebox
12327 \end_layout
12328
12329 \end_inset
12330
12331 コマンドがあります.
12332 \series bold
12333
12334 \backslash
12335 framebox
12336 \series default
12337 は,以下の書式を持ちます.
12338 \end_layout
12339
12340 \begin_layout Standard
12341
12342 \series bold
12343
12344 \backslash
12345 framebox[枠幅][位置]{ボックスの内容}
12346 \end_layout
12347
12348 \begin_layout Standard
12349 「位置」は,
12350 \emph on
12351 l
12352 \emph default
12353
12354 \emph on
12355 r
12356 \emph default
12357 の値をとります.
12358 \emph on
12359 l
12360 \emph default
12361 は,ボックス中で数式を左寄せ,
12362 \emph on
12363 r
12364 \emph default
12365 は右寄せにします.位置を指定しない時には,数式は中央揃えになります.
12366 \begin_inset Newline newline
12367 \end_inset
12368
12369 「枠幅」を指定しない時には,位置を指定することができません.この場合には,
12370 \series bold
12371
12372 \backslash
12373 fbox
12374 \series default
12375 と同様,枠幅がボックスの内容に応じて調節されるのです.
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 framebox
12384 \series default
12385 コマンドを挿入すると,三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,二つとも非必須の変数であることを意味します.三つ目の枠は,
12386 \series bold
12387
12388 \backslash
12389 fbox
12390 \series default
12391 同様,数式の断片を入れるためのものです.
12392 \end_layout
12393
12394 \begin_layout Standard
12395 \align center
12396 \begin_inset Tabular
12397 <lyxtabular version="3" rows="5" columns="2">
12398 <features booktabs="true" tabularvalignment="middle">
12399 <column alignment="center" valignment="top" width="0pt">
12400 <column alignment="center" valignment="top">
12401 <row>
12402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 コマンド
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415 出力
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 </row>
12421 <row topspace="1.5mm">
12422 <cell alignment="center" valignment="top" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426
12427 \backslash
12428 fbox
12429 \begin_inset space \textvisiblespace{}
12430 \end_inset
12431
12432
12433 \family sans
12434 Ctrl+M
12435 \family default
12436  
12437 \backslash
12438 int
12439 \begin_inset space \textvisiblespace{}
12440 \end_inset
12441
12442 A=B
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 </row>
12460 <row topspace="1.5mm">
12461 <cell alignment="center" valignment="top" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465
12466 \backslash
12467 boxed
12468 \begin_inset space \textvisiblespace{}
12469 \end_inset
12470
12471
12472 \backslash
12473 int
12474 \begin_inset space \textvisiblespace{}
12475 \end_inset
12476
12477 A=B
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 \begin_inset Formula $\boxed{\int A=B}$
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 </row>
12495 <row topspace="1.5mm">
12496 <cell alignment="center" valignment="top" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 A+
12501 \backslash
12502 fbox
12503 \begin_inset space \textvisiblespace{}
12504 \end_inset
12505
12506 B
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 \begin_inset Formula $A+\fbox{B}$
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 </row>
12524 <row topspace="1.5mm" bottomspace="1mm">
12525 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529
12530 \backslash
12531 framebox
12532 \begin_inset space \textvisiblespace{}
12533 \end_inset
12534
12535 20mm
12536 \begin_inset Formula $\to$
12537 \end_inset
12538
12539
12540 \begin_inset Formula $\to$
12541 \end_inset
12542
12543
12544 \family sans
12545 Ctrl+M
12546 \family default
12547  
12548 \backslash
12549 frac
12550 \begin_inset space \textvisiblespace{}
12551 \end_inset
12552
12553 A
12554 \begin_inset Formula $\downarrow$
12555 \end_inset
12556
12557 B
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 </lyxtabular>
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Standard
12583 枠の厚みも調節可能です.そのためには,以下のコマンドを数式の前に\SpecialChar TeX
12584 モードで挿入しなくてはなりません.
12585 \end_layout
12586
12587 \begin_layout Standard
12588
12589 \series bold
12590
12591 \backslash
12592 fboxrule
12593 \series default
12594  
12595 \series bold
12596
12597 \begin_inset Quotes eld
12598 \end_inset
12599
12600 厚み
12601 \begin_inset Quotes erd
12602 \end_inset
12603
12604
12605 \series default
12606  
12607 \series bold
12608
12609 \backslash
12610 fboxsep
12611 \series default
12612  
12613 \series bold
12614
12615 \begin_inset Quotes eld
12616 \end_inset
12617
12618 距離
12619 \begin_inset Quotes erd
12620 \end_inset
12621
12622
12623 \end_layout
12624
12625 \begin_layout Standard
12626 \begin_inset Quotes eld
12627 \end_inset
12628
12629 距離
12630 \begin_inset Quotes erd
12631 \end_inset
12632
12633 は,枠とボックス内の一文字目との間の距離を示します.これを使った例として,以下の枠付き数式をご覧下さい.
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639
12640 \backslash
12641 fboxrule 2mm 
12642 \backslash
12643 fboxsep 3mm
12644 \end_layout
12645
12646 \end_inset
12647
12648
12649 \begin_inset Formula 
12650 \[
12651 \boxed{A+B=C}
12652 \]
12653
12654 \end_inset
12655
12656 この数式の直前には,
12657 \end_layout
12658
12659 \begin_layout Standard
12660
12661 \series bold
12662
12663 \backslash
12664 fboxrule
12665 \series default
12666  
12667 \series bold
12668 2mm
12669 \series default
12670  
12671 \series bold
12672
12673 \backslash
12674 fboxsep
12675 \series default
12676  
12677 \series bold
12678 3mm
12679 \end_layout
12680
12681 \begin_layout Standard
12682 というコマンドが,\SpecialChar TeX
12683 モードで挿入されています.ここで与えられた値は,以後のすべてのボックスに適用されます.
12684 \end_layout
12685
12686 \begin_layout Standard
12687 標準の枠寸法に戻すには,
12688 \end_layout
12689
12690 \begin_layout Standard
12691
12692 \series bold
12693
12694 \backslash
12695 fboxrule
12696 \series default
12697  
12698 \series bold
12699 0.4pt
12700 \series default
12701  
12702 \series bold
12703
12704 \backslash
12705 fboxsep
12706 \series default
12707  
12708 \series bold
12709 3pt
12710 \series default
12711
12712 \begin_inset ERT
12713 status collapsed
12714
12715 \begin_layout Plain Layout
12716
12717
12718 \backslash
12719 fboxrule 0.4pt 
12720 \backslash
12721 fboxsep 3pt
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \begin_layout Standard
12730 というコマンドを,次の数式が始まる前に\SpecialChar TeX
12731 モードで挿入しておきます.
12732 \end_layout
12733
12734 \begin_layout Subsection
12735 枠なしボックス
12736 \begin_inset CommandInset label
12737 LatexCommand label
12738 name "subsec:枠なしボックス"
12739
12740 \end_inset
12741
12742
12743 \begin_inset Index idx
12744 status collapsed
12745
12746 \begin_layout Plain Layout
12747 ぼっくす@ボックス ! わくなし@枠なし
12748 \begin_inset space \thinspace{}
12749 \end_inset
12750
12751 ——
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 枠のないボックスを作るには,
12761 \series bold
12762
12763 \backslash
12764 mbox
12765 \series default
12766
12767 \begin_inset Index idx
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771 こまんど@コマンド ! M ! 
12772 \backslash
12773 mbox
12774 \end_layout
12775
12776 \end_inset
12777
12778
12779 \series bold
12780
12781 \backslash
12782 makebox
12783 \series default
12784
12785 \begin_inset Index idx
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789 こまんど@コマンド ! M ! 
12790 \backslash
12791 makebox
12792 \end_layout
12793
12794 \end_inset
12795
12796
12797 \series bold
12798
12799 \backslash
12800 raisebox
12801 \series default
12802
12803 \begin_inset Index idx
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807 こまんど@コマンド ! R ! 
12808 \backslash
12809 raisebox
12810 \end_layout
12811
12812 \end_inset
12813
12814 の三つのコマンドがあります.
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 raisebox
12823 \series default
12824 を使うと,ボックスを上付きにしたり下付きにしたりすることができます.しかし,通常の上付き文字・下付き文字とは違い,ボックス内の文字寸法はそのまま保たれます.
12825 \series bold
12826
12827 \backslash
12828 raisebox
12829 \series default
12830 は,以下の書式で用いられます.
12831 \end_layout
12832
12833 \begin_layout Standard
12834
12835 \series bold
12836
12837 \backslash
12838 raisebox{高さ}{ボックスの内容}
12839 \end_layout
12840
12841 \begin_layout Standard
12842
12843 \series bold
12844
12845 \backslash
12846 fbox
12847 \series default
12848 と同様,ボックスに数式を入れる際には,明示的に数式として入れる必要があります.
12849 \begin_inset Note Greyedout
12850 status open
12851
12852 \begin_layout Plain Layout
12853
12854 \series bold
12855 【註】
12856 \series default
12857 下の最後の
12858 \series bold
12859
12860 \backslash
12861 raisebox
12862 \series default
12863 のところで,
12864 \family sans
12865 Ctrl+M
12866 \family default
12867 を一回でなく二回押すことによって,もう一段数式をいれています.これは,\SpecialChar LyX
12868
12869 \series bold
12870
12871 \backslash
12872 raisebox
12873 \series default
12874 を直接サポートしていないためです.
12875 \end_layout
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \begin_layout Standard
12883 \align center
12884 \begin_inset Tabular
12885 <lyxtabular version="3" rows="4" columns="2">
12886 <features booktabs="true" tabularvalignment="middle">
12887 <column alignment="center" valignment="top" width="0pt">
12888 <column alignment="center" valignment="top">
12889 <row>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 コマンド
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 出力
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 H
12915 \backslash
12916 raisebox{2mm
12917 \begin_inset Formula $\to$
12918 \end_inset
12919
12920
12921 \backslash
12922 {al
12923 \begin_inset Formula $\to$
12924 \end_inset
12925
12926  lo
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 H
12950 \backslash
12951 raisebox{-2mm
12952 \begin_inset Formula $\to$
12953 \end_inset
12954
12955
12956 \backslash
12957 {al
12958 \begin_inset Formula $\to$
12959 \end_inset
12960
12961 lo
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 A=
12985 \backslash
12986 raisebox{-2mm
12987 \begin_inset Formula $\to$
12988 \end_inset
12989
12990
12991 \backslash
12992 {
12993 \family sans
12994 Ctrl+M Ctrl+M
12995 \family default
12996  
12997 \backslash
12998 sqrt
12999 \begin_inset space \textvisiblespace{}
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 </row>
13020 </lyxtabular>
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 枠がないことを除けば,
13029 \series bold
13030
13031 \backslash
13032 mbox
13033 \series default
13034 コマンドは
13035 \series bold
13036
13037 \backslash
13038 fbox
13039 \series default
13040 と同じであり,
13041 \series bold
13042
13043 \backslash
13044 makebox
13045 \series default
13046
13047 \series bold
13048
13049 \backslash
13050 framebox
13051 \series default
13052 と同じです.
13053 \end_layout
13054
13055 \begin_layout Subsection
13056 色付きボックス
13057 \begin_inset CommandInset label
13058 LatexCommand label
13059 name "subsec:色付きボックス"
13060
13061 \end_inset
13062
13063
13064 \begin_inset Index idx
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068 ぼっくす@ボックス ! いろつき@色付き
13069 \begin_inset space \thinspace{}
13070 \end_inset
13071
13072 ——
13073 \end_layout
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 本節で説明されているコマンドをすべて使えるようにするためには,\SpecialChar LaTeX
13082 プリアンブルに
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \series bold
13088
13089 \backslash
13090 usepackage{color}
13091 \end_layout
13092
13093 \begin_layout Standard
13094 という行
13095 \begin_inset Foot
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099 定義済みの色を使って,文書中のどこかで文章に色を付けてある場合,\SpecialChar LyX
13100 は,自動的に\SpecialChar LaTeX
13101 パッケージ
13102 \series bold
13103 color
13104 \series default
13105 を読み込みます.したがって,本パッケージが二度読み込まれる可能性があるわけですが,そうなったとしても問題は生じません.
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \begin_inset Note Note
13112 status collapsed
13113
13114 \begin_layout Plain Layout
13115 本パッケージが二度読み込まれることを防ぐために,\SpecialChar LaTeX
13116 プリアンブルにマクロを挿入してあります.
13117 \end_layout
13118
13119 \end_inset
13120
13121 を書き加えて,\SpecialChar LaTeX
13122 パッケージの
13123 \series bold
13124 color
13125 \series default
13126
13127 \begin_inset Foot
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 \SpecialChar LaTeX
13132 パッケージ
13133 \series bold
13134 color
13135 \series default
13136 は,すべての標準的な\SpecialChar LaTeX
13137 頒布版に含まれています.
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \begin_inset Index idx
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147 ぱっけーじ@パッケージ ! color
13148 \end_layout
13149
13150 \end_inset
13151
13152 を読み込む必要があります.
13153 \end_layout
13154
13155 \begin_layout Standard
13156 \begin_inset VSpace medskip
13157 \end_inset
13158
13159 ボックスに色を付けるには,
13160 \series bold
13161
13162 \backslash
13163 colorbox
13164 \series default
13165
13166 \begin_inset Index idx
13167 status collapsed
13168
13169 \begin_layout Plain Layout
13170 こまんど@コマンド ! C ! 
13171 \backslash
13172 colorbox
13173 \end_layout
13174
13175 \end_inset
13176
13177 コマンドを以下の書式で使用します.
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 colorbox{色}{ボックスの内容}
13186 \end_layout
13187
13188 \begin_layout Standard
13189 ボックスの内容には,別のボックスが含まれても構いませんし,
13190 \series bold
13191
13192 \backslash
13193 colorbox
13194 \series default
13195 自体も,別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
13196 \series bold
13197
13198 \backslash
13199 raisebox
13200 \series default
13201 と同様,明示的に数式を作らなくてはなりません
13202 \begin_inset Foot
13203 status collapsed
13204
13205 \begin_layout Plain Layout
13206 これは,
13207 \series bold
13208
13209 \backslash
13210 fcolorbox
13211 \series default
13212 コマンドにも当てはまります.
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \begin_layout Standard
13221 選択できる定義済みの色としては,
13222 \end_layout
13223
13224 \begin_layout Standard
13225
13226 \series bold
13227 black
13228 \series default
13229 (黒)・
13230 \series bold
13231 blue
13232 \series default
13233 (青)・
13234 \series bold
13235 cyan
13236 \series default
13237 (シアン)・
13238 \series bold
13239 green
13240 \series default
13241 (緑)・
13242 \series bold
13243 magenta
13244 \series default
13245 (マゼンタ)・
13246 \series bold
13247 red
13248 \series default
13249 (赤)・
13250 \series bold
13251 white
13252 \series default
13253 (白)・
13254 \series bold
13255 yellow
13256 \series default
13257 (黄)
13258 \end_layout
13259
13260 \begin_layout Standard
13261 があります.
13262 \end_layout
13263
13264 \begin_layout Standard
13265 \align center
13266 \begin_inset Tabular
13267 <lyxtabular version="3" rows="4" columns="2">
13268 <features booktabs="true" tabularvalignment="middle">
13269 <column alignment="center" valignment="top" width="0pt">
13270 <column alignment="center" valignment="top">
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 コマンド
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 出力
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 </row>
13291 <row>
13292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296
13297 \backslash
13298 colorbox{yellow
13299 \begin_inset Formula $\to$
13300 \end_inset
13301
13302
13303 \backslash
13304 {A=B
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 \begin_inset Formula $\colorbox{yellow}{A=B}$
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row topspace="1.5mm">
13323 <cell alignment="center" valignment="top" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327
13328 \backslash
13329 colorbox{green
13330 \begin_inset Formula $\to$
13331 \end_inset
13332
13333
13334 \backslash
13335 {
13336 \backslash
13337 fbox
13338 \begin_inset space \textvisiblespace{}
13339 \end_inset
13340
13341 A=B
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 </row>
13359 <row topspace="1.5mm" bottomspace="1mm">
13360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364
13365 \backslash
13366 fbox
13367 \begin_inset space \textvisiblespace{}
13368 \end_inset
13369
13370
13371 \backslash
13372 colorbox{green
13373 \begin_inset Formula $\to$
13374 \end_inset
13375
13376
13377 \backslash
13378 {
13379 \family sans
13380 Ctrl+M
13381 \family default
13382  
13383 \family sans
13384 Ctrl+M
13385 \family default
13386  
13387 \backslash
13388 int
13389 \begin_inset space \textvisiblespace{}
13390 \end_inset
13391
13392 C=D
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 </lyxtabular>
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 colorbox
13423 \series default
13424 は,ボックスに色をつけるだけで,ボックス内の文字には色付けをしません.すべての文字に色付けするには,数式全体を選択し,
13425 \family sans
13426 文字様式
13427 \family default
13428 ダイアログで欲しい色を選択します.このダイアログは,ツールバーボタン
13429 \begin_inset Info
13430 type  "icon"
13431 arg   "dialog-show character"
13432 \end_inset
13433
13434
13435 \family sans
13436 編集\SpecialChar menuseparator
13437 文字様式\SpecialChar menuseparator
13438 任意設定
13439 \family default
13440 メニューで開くことができます.すると,数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,数式内部で色を変えなくてはなりません
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 たとえば,
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \color red
13451 \begin_inset Formula 
13452 \begin{equation}
13453 \int A=B\label{eq:red}
13454 \end{equation}
13455
13456 \end_inset
13457
13458
13459 \color green
13460
13461 \begin_inset Formula 
13462 \begin{equation}
13463 \textcolor{red}{\int A=B}\label{eq:redgreen}
13464 \end{equation}
13465
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \begin_layout Standard
13472 数式
13473 \begin_inset CommandInset ref
13474 LatexCommand eqref
13475 reference "eq:red"
13476
13477 \end_inset
13478
13479 は,全体が赤色です.
13480 \begin_inset Newline newline
13481 \end_inset
13482
13483 数式
13484 \begin_inset CommandInset ref
13485 LatexCommand eqref
13486 reference "eq:redgreen"
13487
13488 \end_inset
13489
13490 は,数式番号を緑色にするために,まず全体を緑色にします.その後,数式内の文字を赤色にします.
13491 \end_layout
13492
13493 \begin_layout Standard
13494 \begin_inset VSpace bigskip
13495 \end_inset
13496
13497 ボックスの枠だけ別の色にするには,
13498 \series bold
13499
13500 \backslash
13501 fcolorbox
13502 \series default
13503
13504 \begin_inset Index idx
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508 こまんど@コマンド ! F ! 
13509 \backslash
13510 fcolorbox
13511 \end_layout
13512
13513 \end_inset
13514
13515 コマンドを以下の書式で使用します.
13516 \end_layout
13517
13518 \begin_layout Standard
13519
13520 \series bold
13521
13522 \backslash
13523 fcolorbox{枠の色}{色}{ボックスの内容}
13524 \end_layout
13525
13526 \begin_layout Standard
13527 つまり,
13528 \series bold
13529
13530 \backslash
13531 fcolorbox
13532 \series default
13533
13534 \series bold
13535
13536 \backslash
13537 colorbox
13538 \series default
13539 コマンドの拡張です.
13540 \series bold
13541
13542 \backslash
13543 framebox
13544 \series default
13545 と同様に,枠の厚みは
13546 \series bold
13547
13548 \backslash
13549 fboxrule
13550 \series default
13551
13552 \series bold
13553
13554 \backslash
13555 fboxsep
13556 \series default
13557 で設定します.たとえば,
13558 \begin_inset ERT
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562
13563
13564 \backslash
13565 fboxrule 1mm 
13566 \backslash
13567 fboxsep 1mm
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \begin_inset Formula 
13574 \[
13575 \fcolorbox{cyan}{magenta}{A=B}
13576 \]
13577
13578 \end_inset
13579
13580
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585
13586
13587 \backslash
13588 fboxrule 0.4pt 
13589 \backslash
13590 fboxsep 3pt
13591 \end_layout
13592
13593 \end_inset
13594
13595 のようにします.
13596 \end_layout
13597
13598 \begin_layout Standard
13599 上記の数式は,以下のコマンドで作成されています.
13600 \begin_inset Newline newline
13601 \end_inset
13602
13603
13604 \series bold
13605
13606 \backslash
13607 fcolorbox{cyan
13608 \begin_inset Formula $\to$
13609 \end_inset
13610
13611
13612 \backslash
13613 {magenta
13614 \begin_inset Formula $\to$
13615 \end_inset
13616
13617
13618 \backslash
13619 {A=B
13620 \series default
13621 .
13622 \end_layout
13623
13624 \begin_layout Standard
13625 \begin_inset VSpace bigskip
13626 \end_inset
13627
13628 定義済みの色以外の色を使いたい場合には,まずその色を定義しなくてはなりません.
13629 \end_layout
13630
13631 \begin_layout Standard
13632 たとえば,「
13633 \series bold
13634 darkgreen
13635 \series default
13636 」という色を定義するには,\SpecialChar LaTeX
13637 プリアンブルに
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \series bold
13643
13644 \backslash
13645 definecolor{darkgreen}{cmyk}{0.5,
13646 \series default
13647  
13648 \series bold
13649 0,
13650 \series default
13651  
13652 \series bold
13653 1,
13654 \series default
13655  
13656 \series bold
13657 0.5}
13658 \series default
13659
13660 \begin_inset Index idx
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664 こまんど@コマンド ! D ! 
13665 \backslash
13666 definecolor
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \begin_layout Standard
13675 という行を書き加えます.
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681 cmyk
13682 \series default
13683 とは,
13684 \series bold
13685 cyan
13686 \series default
13687 (シアン)・
13688 \series bold
13689 magenta
13690 \series default
13691 (マゼンタ)・
13692 \series bold
13693 yellow
13694 \series default
13695 (黄)・
13696 \series bold
13697 black
13698 \series default
13699 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,この色空間における各色の出力強度です.強度は,0
13700 \begin_inset space \thinspace{}
13701 \end_inset
13702
13703 -
13704 \begin_inset space \thinspace{}
13705 \end_inset
13706
13707 1の範囲をとることができます.定義には,
13708 \series bold
13709 cmyk
13710 \series default
13711 の他に,
13712 \series bold
13713 rgb
13714 \series default
13715 という色空間を使うこともできます.
13716 \series bold
13717 rgb
13718 \series default
13719 とは,
13720 \series bold
13721 red
13722 \series default
13723 (赤)・
13724 \series bold
13725 green
13726 \series default
13727 (緑)・
13728 \series bold
13729 blue
13730 \series default
13731 (青)の各色を意味し,この場合には,各色に対応した三つの出力強度を指定します.さらに,灰色の出力強度のみをとる
13732 \series bold
13733 gray
13734 \series default
13735 という色空間もあります.
13736 \end_layout
13737
13738 \begin_layout Standard
13739 例として,文字が
13740 \series bold
13741 yellow
13742 \series default
13743 に色付けされ,新しく定義した
13744 \series bold
13745 darkgreen
13746 \series default
13747 という色を持つ枠付きボックスを挙げておきます.
13748 \begin_inset Formula 
13749 \begin{equation}
13750 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13751 \end{equation}
13752
13753 \end_inset
13754
13755
13756 \end_layout
13757
13758 \begin_layout Standard
13759
13760 \series bold
13761
13762 \backslash
13763 textcolor
13764 \series default
13765 コマンドを使うと,以下のように,自前で定義した色をテキスト中でも使用することができます.
13766 \begin_inset Index idx
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770 てきすと@テキスト ! いろつき@色付き
13771 \end_layout
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Standard
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 textcolor{darkgreen}{
13787 \end_layout
13788
13789 \end_inset
13790
13791 この文は「darkgreen」です.
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797 }
13798 \end_layout
13799
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \begin_layout Standard
13806
13807 \series bold
13808
13809 \backslash
13810 textcolor
13811 \series default
13812
13813 \begin_inset Index idx
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817 こまんど@コマンド ! T ! 
13818 \backslash
13819 textcolor
13820 \end_layout
13821
13822 \end_inset
13823
13824 は,
13825 \series bold
13826
13827 \backslash
13828 textcolor{色}{色付けをする文}
13829 \series default
13830 という書式で使用することができます.
13831 \end_layout
13832
13833 \begin_layout Subsection
13834 段落ボックス
13835 \begin_inset CommandInset label
13836 LatexCommand label
13837 name "subsec:段落ボックス"
13838
13839 \end_inset
13840
13841
13842 \begin_inset Index idx
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846 ぼっくす@ボックス ! だんらく@段落
13847 \begin_inset space \thinspace{}
13848 \end_inset
13849
13850 ——
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \begin_layout Standard
13859 いくつかの行や段落を含む,いわゆる段落ボックス(parbox)は,
13860 \family sans
13861 挿入\SpecialChar menuseparator
13862 ボックス
13863 \family default
13864 メニューかツールバーボタン
13865 \begin_inset Info
13866 type  "icon"
13867 arg   "box-insert"
13868 \end_inset
13869
13870 で作成することができます.
13871 \end_layout
13872
13873 \begin_layout Standard
13874 以下の例は,行中の枠付きparboxを示したものです.
13875 \end_layout
13876
13877 \begin_layout Standard
13878 \begin_inset VSpace medskip
13879 \end_inset
13880
13881 この行は,
13882 \begin_inset Box Boxed
13883 position "c"
13884 hor_pos "c"
13885 has_inner_box 1
13886 inner_pos "t"
13887 use_parbox 1
13888 use_makebox 0
13889 width "5cm"
13890 special "none"
13891 height "1in"
13892 height_special "totalheight"
13893 thickness "0.4pt"
13894 separation "3pt"
13895 shadowsize "4pt"
13896 framecolor "black"
13897 backgroundcolor "none"
13898 status open
13899
13900 \begin_layout Plain Layout
13901 これは段落ボックスです.これはちょうど5
13902 \begin_inset space \thinspace{}
13903 \end_inset
13904
13905 cmの幅になっており,以下のように数式を含めることもできます.
13906 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913
13914 parboxの入った行です.
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \begin_inset VSpace medskip
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \begin_layout Standard
13925 このようなボックスは,灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,ボックスの特性を表示したダイアログが現れます.上の例では,
13926 \emph on
13927 装飾
13928 \emph default
13929 :簡素な長方形の箱型,
13930 \emph on
13931 内部ボックス
13932 \emph default
13933 :parboxコマンド,
13934 \emph on
13935
13936 \emph default
13937 :5
13938 \begin_inset space \thinspace{}
13939 \end_inset
13940
13941 cm,
13942 \emph on
13943 垂直ボックス配置
13944 \emph default
13945 :中央,に設定されています.
13946 \end_layout
13947
13948 \begin_layout Standard
13949 \begin_inset VSpace medskip
13950 \end_inset
13951
13952 \SpecialChar LaTeX
13953 では,parboxは,以下の書式を持つ
13954 \series bold
13955
13956 \backslash
13957 parbox
13958 \series default
13959
13960 \begin_inset Index idx
13961 status collapsed
13962
13963 \begin_layout Plain Layout
13964 こまんど@コマンド ! P ! 
13965 \backslash
13966 parbox
13967 \end_layout
13968
13969 \end_inset
13970
13971 コマンドによって作られます.
13972 \end_layout
13973
13974 \begin_layout Standard
13975
13976 \series bold
13977
13978 \backslash
13979 parbox[位置]{幅}{ボックスの内容}
13980 \end_layout
13981
13982 \begin_layout Standard
13983 「位置」は,
13984 \emph on
13985 b
13986 \emph default
13987
13988 \emph on
13989 t
13990 \emph default
13991 の値をとることができます.下揃えを意味する
13992 \emph on
13993 b
13994 \emph default
13995 (bottom)は,ボックスを,周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
13996 \emph on
13997 t
13998 \emph default
13999 (top)は,これを最初の行に合わせます.位置を指定しない時には,ボックスは事実上中央揃えになります.用例については,取扱説明書埋込オブジェクト篇の
14000 \emph on
14001 ボックス
14002 \emph default
14003 の節をご参照下さい.
14004 \end_layout
14005
14006 \begin_layout Standard
14007 \begin_inset VSpace bigskip
14008 \end_inset
14009
14010 数式番号を含めて,数式を完全に枠で囲むためには,数式をparbox内に収めなくてはなりません.こうするには,数式前に\SpecialChar TeX
14011 モードで
14012 \series bold
14013 parbox{
14014 \backslash
14015 linewidth-2
14016 \backslash
14017 fboxsep-2
14018 \backslash
14019 fboxrule}{
14020 \series default
14021 というコマンドを挿入します.ここで
14022 \series bold
14023
14024 \backslash
14025 linewidth
14026 \begin_inset Index idx
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030 こまんど@コマンド ! L ! 
14031 \backslash
14032 linewidth
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \series default
14039 は,使用中の文書に設定されている行幅です.枠は,parboxの外側にあるので,枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行
14040 うためには,\SpecialChar LaTeX
14041 パッケージの
14042 \series bold
14043 calc
14044 \series default
14045
14046 \begin_inset Foot
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051 \series bold
14052 calc
14053 \series default
14054 は,標準的\SpecialChar LaTeX
14055 頒布版のすべてに含まれています.
14056 \end_layout
14057
14058 \end_inset
14059
14060
14061 \begin_inset Index idx
14062 status collapsed
14063
14064 \begin_layout Plain Layout
14065 ぱっけーじ@パッケージ ! calc
14066 \end_layout
14067
14068 \end_inset
14069
14070 を,\SpecialChar LaTeX
14071 プリアンブル中で
14072 \end_layout
14073
14074 \begin_layout Standard
14075
14076 \series bold
14077
14078 \backslash
14079 usepackage{calc}
14080 \end_layout
14081
14082 \begin_layout Standard
14083 のように読み込んでおく必要があります.数式の後では,\SpecialChar TeX
14084 モードで
14085 \series bold
14086 }}
14087 \series default
14088 を入力して,二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
14089 \begin_inset ERT
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093
14094
14095 \backslash
14096 fboxsep 5mm 
14097 \backslash
14098 fboxrule 5mm
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 \begin_inset ERT
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111
14112
14113 \backslash
14114 fbox{
14115 \backslash
14116 parbox{
14117 \backslash
14118 linewidth-2
14119 \backslash
14120 fboxsep-2
14121 \backslash
14122 fboxrule}{
14123 \end_layout
14124
14125 \end_inset
14126
14127
14128 \begin_inset Formula 
14129 \begin{equation}
14130 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14131 \end{equation}
14132
14133 \end_inset
14134
14135
14136 \begin_inset ERT
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140
14141 }}
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \begin_inset ERT
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151
14152
14153 \backslash
14154 fboxrule 0.4pt 
14155 \backslash
14156 fboxsep 3pt
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \begin_layout Standard
14165 \begin_inset VSpace medskip
14166 \end_inset
14167
14168
14169 \series bold
14170
14171 \backslash
14172 fbox
14173 \series default
14174 の引数としてparboxが使われているので,この場合には,
14175 \series bold
14176
14177 \backslash
14178 fbox
14179 \series default
14180 を使おうが
14181 \series bold
14182
14183 \backslash
14184 boxed
14185 \series default
14186 を使おうが,差は生じません.
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \begin_inset VSpace bigskip
14191 \end_inset
14192
14193 段落ボックスは,数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
14194 \series bold
14195
14196 \backslash
14197 parbox
14198 \series default
14199
14200 \series bold
14201
14202 \backslash
14203 tag
14204 \series default
14205 コマンドといっしょに使います(
14206 \series bold
14207
14208 \backslash
14209 tag
14210 \series default
14211 についての詳細は,第
14212 \begin_inset CommandInset ref
14213 LatexCommand ref
14214 reference "subsec:自己定義番号"
14215
14216 \end_inset
14217
14218 節をご参照下さい)
14219 \end_layout
14220
14221 \begin_layout Standard
14222 以下は,
14223 \series bold
14224
14225 \backslash
14226 parbox
14227 \series default
14228 を使ってコメントを付けた数式の例です.
14229 \end_layout
14230
14231 \begin_layout Standard
14232 \begin_inset ERT
14233 status collapsed
14234
14235 \begin_layout Plain Layout
14236
14237
14238 \backslash
14239 [5x-7b=3b
14240 \backslash
14241 tag*{
14242 \backslash
14243 parbox{5cm}{
14244 \end_layout
14245
14246 \end_inset
14247
14248 これは説明です.数式や多行数式本体からはっきりと離れています.
14249 \begin_inset ERT
14250 status collapsed
14251
14252 \begin_layout Plain Layout
14253
14254 }}
14255 \backslash
14256 ]
14257 \end_layout
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \begin_layout Standard
14265 \SpecialChar LyX
14266 は,まだ数式中での
14267 \series bold
14268
14269 \backslash
14270 parbox
14271 \series default
14272 コマンドをサポートしていないので,上のような数式は,完全に\SpecialChar TeX
14273 モードで挿入しなくてはなりません.この数式は,以下のようなコマンド列を使って作ってあります.
14274 \end_layout
14275
14276 \begin_layout Standard
14277 まず,
14278 \series bold
14279
14280 \backslash
14281 [5x-7b=3b
14282 \backslash
14283 tag*
14284 \backslash
14285 {
14286 \backslash
14287 parbox{5cm}{
14288 \series default
14289 というコマンドを\SpecialChar TeX
14290 モードで挿入します
14291 \begin_inset Foot
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296 \series bold
14297 行頭下げ
14298 \series default
14299 数式様式を使用している時には,
14300 \series bold
14301
14302 \backslash
14303 tag*
14304 \backslash
14305 {
14306 \series default
14307 の代わりに
14308 \series bold
14309
14310 \backslash
14311 hfill
14312 \series default
14313 を用いることもできます(数式様式に関しては,第
14314 \begin_inset CommandInset ref
14315 LatexCommand ref
14316 reference "sec:数式様式"
14317
14318 \end_inset
14319
14320 節をご参照下さい).
14321 \end_layout
14322
14323 \end_inset
14324
14325 .それから,説明を通常のテキストとして入れ,最後に
14326 \series bold
14327 }}
14328 \backslash
14329 ]
14330 \series default
14331 を\SpecialChar TeX
14332 モードで挿入します.ここで
14333 \series bold
14334
14335 \backslash
14336 [
14337 \series default
14338 および
14339 \series bold
14340
14341 \backslash
14342 ]
14343 \series default
14344 コマンドは別行立て数式を作るためのものです.
14345 \end_layout
14346
14347 \begin_layout Standard
14348
14349 \series bold
14350
14351 \backslash
14352 parbox
14353 \series default
14354 を使う利点は,数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,よくわかるでしょう.
14355 \begin_inset Formula 
14356 \[
14357 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14358 \]
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \begin_layout Section
14366 演算子
14367 \begin_inset Index idx
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 えんざんし@演算子
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Subsection
14380 大演算子
14381 \begin_inset CommandInset label
14382 LatexCommand label
14383 name "subsec:大演算子"
14384
14385 \end_inset
14386
14387
14388 \begin_inset Index idx
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392 えんざんし@演算子 ! だい@大
14393 \begin_inset space \thinspace{}
14394 \end_inset
14395
14396 ——
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \begin_inset Index idx
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 わ@和
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \begin_inset Index idx
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 せきぶんきごう@積分記号
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 ここに挙げた積分演算子をすべて使えるようにするには,文書設定の
14426 \family sans
14427 数式オプション
14428 \family default
14429 の面にある
14430 \family sans
14431 esintパッケージを自動的に使う
14432 \family default
14433 オプションを有効にしなくてはなりません.
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \begin_inset space \hfill{}
14438 \end_inset
14439
14440
14441 \begin_inset Tabular
14442 <lyxtabular version="3" rows="11" columns="2">
14443 <features booktabs="true" tabularvalignment="middle">
14444 <column alignment="center" valignment="top" width="0pt">
14445 <column alignment="center" valignment="top" width="0pt">
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 コマンド
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 出力
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \backslash
14473 int
14474 \begin_inset Index idx
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478 こまんど@コマンド ! I ! 
14479 \backslash
14480 int
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset Formula $\int$
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 <row>
14504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \backslash
14510 oint
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519 \begin_inset Formula $\oint$
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 </row>
14528 <row>
14529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533
14534 \backslash
14535 ointctrclockwise
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 \begin_inset Formula $\ointctrclockwise$
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 <row>
14554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558
14559 \backslash
14560 ointclockwise
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 \begin_inset Formula $\ointclockwise$
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 </row>
14578 <row>
14579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583
14584 \backslash
14585 sqint
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 \begin_inset Formula $\sqint$
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 </row>
14603 <row>
14604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \backslash
14610 fint
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619  
14620 \begin_inset Formula $\fint$
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 <row>
14630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634
14635 \backslash
14636 landupint
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645  
14646 \begin_inset Formula $\landupint$
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660
14661 \backslash
14662 landdownint
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671  
14672 \begin_inset Formula $\landdownint$
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 bigcap
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 \begin_inset Formula $\bigcap$
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 bigcup
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Formula $\bigcup$
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 </row>
14731 </lyxtabular>
14732
14733 \end_inset
14734
14735
14736 \begin_inset space \hfill{}
14737 \end_inset
14738
14739
14740 \begin_inset Tabular
14741 <lyxtabular version="3" rows="11" columns="2">
14742 <features booktabs="true" tabularvalignment="middle">
14743 <column alignment="center" valignment="top" width="0pt">
14744 <column alignment="center" valignment="top" width="0pt">
14745 <row>
14746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 コマンド
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 出力
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 <row>
14766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \backslash
14772 sum
14773 \begin_inset Index idx
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 こまんど@コマンド ! S ! 
14778 \backslash
14779 sum
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Formula $\sum$
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 prod
14810 \begin_inset Index idx
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 こまんど@コマンド ! P ! 
14815 \backslash
14816 prod
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset Formula $\prod$
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 </row>
14839 <row>
14840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \backslash
14846 coprod
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 \begin_inset Formula $\coprod$
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row>
14865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \backslash
14871 bigodot
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 \begin_inset Formula $\bigodot$
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \backslash
14896 bigotimes
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 \begin_inset Formula $\bigotimes$
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \backslash
14921 bigoplus
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 \begin_inset Formula $\bigoplus$
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \backslash
14946 bigwedge
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 \begin_inset Formula $\bigwedge$
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row>
14965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969
14970 \backslash
14971 bigvee
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 \begin_inset Formula $\bigvee$
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row>
14990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \backslash
14996 bigsqcup
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset Formula $\bigsqcup$
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row>
15015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019
15020 \backslash
15021 biguplus
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Formula $\biguplus$
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 </lyxtabular>
15040
15041 \end_inset
15042
15043
15044 \begin_inset space \hfill{}
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 すべての大演算子は,数式ツールバーボタンの
15052 \begin_inset Info
15053 type  "icon"
15054 arg   "math-insert \\intop"
15055 \end_inset
15056
15057 でも挿入することができます.
15058 \end_layout
15059
15060 \begin_layout Standard
15061 これらの演算子は,よく見ないと同じように見える二項演算子よりも大きいので,大演算子と呼ばれます.大演算子はすべて,次小節で説明する「範囲」をとることができます.
15062 \end_layout
15063
15064 \begin_layout Standard
15065 積分演算子はすべて,
15066 \series bold
15067
15068 \backslash
15069 intop
15070 \series default
15071
15072 \series bold
15073
15074 \backslash
15075 ointop
15076 \series default
15077 のように,
15078 \series bold
15079 op
15080 \series default
15081 で終わる別バージョンがあります.これらの演算子は,
15082 \series bold
15083
15084 \backslash
15085 int
15086 \series default
15087 とは範囲の表示のしかたが異なります.第
15088 \begin_inset CommandInset ref
15089 LatexCommand ref
15090 reference "subsec:演算子の範囲"
15091
15092 \end_inset
15093
15094 節をご参照下さい.
15095 \end_layout
15096
15097 \begin_layout Subsubsection*
15098 積分の子細
15099 \end_layout
15100
15101 \begin_layout Standard
15102 積分中で用いられる文字
15103 \emph on
15104 d
15105 \emph default
15106 は演算子なので,アップライト体で組まれなくてはなりません.これを行うには
15107 \emph on
15108 d
15109 \emph default
15110 を選択して,
15111 \begin_inset Flex Ruby
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115 捷径
15116 \begin_inset Argument post:1
15117 status collapsed
15118
15119 \begin_layout Plain Layout
15120 ショートカット
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \begin_inset Info
15132 type  "shortcut"
15133 arg   "font-roman"
15134 \end_inset
15135
15136 を用います
15137 \begin_inset Foot
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141 文字様式については,第
15142 \begin_inset CommandInset ref
15143 LatexCommand ref
15144 reference "subsec:書体様式"
15145
15146 \end_inset
15147
15148 節参照.
15149 \end_layout
15150
15151 \end_inset
15152
15153 .最後に,演算子の慣例に倣って,
15154 \emph on
15155 d
15156 \emph default
15157 の前に最小空白を挿入しなくてはなりません.たとえば,
15158 \end_layout
15159
15160 \begin_layout Standard
15161 正しくない例:
15162 \begin_inset Formula $\int A(x)dx$
15163 \end_inset
15164
15165
15166 \begin_inset Newline newline
15167 \end_inset
15168
15169 正しい
15170 \begin_inset Phantom HPhantom
15171 status open
15172
15173 \begin_layout Plain Layout
15174 ない
15175 \end_layout
15176
15177 \end_inset
15178
15179 例:
15180 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Standard
15187 多重積分に関しては,以下のコマンドがあります.
15188 \begin_inset VSpace medskip
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \begin_layout Standard
15195 \begin_inset space \hfill{}
15196 \end_inset
15197
15198
15199 \begin_inset Tabular
15200 <lyxtabular version="3" rows="4" columns="2">
15201 <features booktabs="true" tabularvalignment="middle">
15202 <column alignment="center" valignment="top" width="0pt">
15203 <column alignment="center" valignment="top" width="0pt">
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 コマンド
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218 出力
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row bottomspace="1mm">
15225 <cell alignment="center" valignment="top" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 iint
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\iint$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row bottomspace="1mm">
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 oiint
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 \begin_inset Formula $\oiint$
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 <row bottomspace="1mm">
15275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279
15280 \backslash
15281 sqiint
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\sqiint$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 </lyxtabular>
15300
15301 \end_inset
15302
15303
15304 \begin_inset space \hfill{}
15305 \end_inset
15306
15307
15308 \begin_inset Tabular
15309 <lyxtabular version="3" rows="4" columns="2">
15310 <features booktabs="true" tabularvalignment="middle">
15311 <column alignment="center" valignment="top" width="0pt">
15312 <column alignment="center" valignment="top" width="0pt">
15313 <row>
15314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 コマンド
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 出力
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row bottomspace="1mm">
15334 <cell alignment="center" valignment="top" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \backslash
15340 iiint
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 \begin_inset Formula $\iiint$
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 <row bottomspace="1mm">
15359 <cell alignment="center" valignment="top" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363
15364 \backslash
15365 iiiint
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell alignment="center" valignment="top" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374 \begin_inset Formula $\iiiint$
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row bottomspace="1mm">
15384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \backslash
15390 dotsint
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 \begin_inset Formula $\dotsint$
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 </lyxtabular>
15409
15410 \end_inset
15411
15412
15413 \begin_inset space \hfill{}
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \begin_layout Subsection
15420 演算子の範囲
15421 \begin_inset CommandInset label
15422 LatexCommand label
15423 name "subsec:演算子の範囲"
15424
15425 \end_inset
15426
15427
15428 \begin_inset Index idx
15429 status collapsed
15430
15431 \begin_layout Plain Layout
15432 えんざんし@演算子 ! はんい@範囲
15433 \end_layout
15434
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \begin_layout Standard
15441 範囲は,上付き文字と下付き文字とで作成することができます.
15442 \end_layout
15443
15444 \begin_layout Standard
15445 \align center
15446 \begin_inset Tabular
15447 <lyxtabular version="3" rows="2" columns="2">
15448 <features booktabs="true" tabularvalignment="middle">
15449 <column alignment="center" valignment="top" width="0pt">
15450 <column alignment="center" valignment="top" width="0pt">
15451 <row>
15452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 コマンド
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 出力
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 <row>
15472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \backslash
15478 prod^
15479 \backslash
15480 infty
15481 \begin_inset space \textvisiblespace{}
15482 \end_inset
15483
15484
15485 \begin_inset Formula $\to$
15486 \end_inset
15487
15488 _0
15489 \begin_inset Formula $\to$
15490 \end_inset
15491
15492 A(x)
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 </row>
15510 </lyxtabular>
15511
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \begin_layout Standard
15518 行内数式では,範囲は演算子の右横に表示されます.別行立て数式での範囲は,積分範囲を除き,演算子の上と下に表示されます.
15519 \end_layout
15520
15521 \begin_layout Standard
15522 範囲が演算子の横に表示されるように強制するには,カーソルを当該演算子の直後において,
15523 \family sans
15524 編集\SpecialChar menuseparator
15525 数式\SpecialChar menuseparator
15526 範囲の表記を変更
15527 \family default
15528 メニューで
15529 \family sans
15530 \series bold
15531 行内形式
15532 \family default
15533 \series default
15534 (
15535 \begin_inset Flex Ruby
15536 status collapsed
15537
15538 \begin_layout Plain Layout
15539 捷径
15540 \begin_inset Argument post:1
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544 ショートカット
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \begin_inset Info
15556 type  "shortcut"
15557 arg   "math-limits"
15558 \end_inset
15559
15560 )を選択することで範囲形式を変更することができます.以下はその用例です.
15561 \end_layout
15562
15563 \begin_layout Standard
15564 既定の範囲形式は,以下のようになっています.
15565 \begin_inset Formula 
15566 \[
15567 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15568 \]
15569
15570 \end_inset
15571
15572 以下は,範囲形式を
15573 \family sans
15574 \series bold
15575 行内形式
15576 \family default
15577 \series default
15578 に変更したときの表示です.
15579 \begin_inset Formula 
15580 \[
15581 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15582 \]
15583
15584 \end_inset
15585
15586
15587 \series bold
15588
15589 \backslash
15590 intop
15591 \series default
15592
15593 \series bold
15594
15595 \backslash
15596 ointop
15597 \series default
15598 などのように
15599 \series bold
15600 op
15601 \series default
15602 で終わるもの以外の積分記号では,範囲は,既定で演算子の横に設定されます.しかし,多重積分においては,範囲を演算子の下に置くべきときがあります.このことから,以下
15603 の例では,範囲形式を
15604 \series bold
15605 別行立て形式
15606 \series default
15607 にして積分記号の下に置くようにしています.
15608 \begin_inset Formula 
15609 \begin{equation}
15610 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15611 \end{equation}
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace medskip
15620 \end_inset
15621
15622 範囲に条件を指定したい場合には,
15623 \series bold
15624
15625 \backslash
15626 subarray
15627 \series default
15628
15629 \begin_inset Index idx
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 こまんど@コマンド ! S ! 
15634 \backslash
15635 subarray
15636 \end_layout
15637
15638 \end_inset
15639
15640 コマンドや
15641 \series bold
15642
15643 \backslash
15644 substack
15645 \series default
15646
15647 \begin_inset Index idx
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651 こまんど@コマンド ! S ! 
15652 \backslash
15653 substack
15654 \end_layout
15655
15656 \end_inset
15657
15658 コマンドを使用します.たとえば,以下の表記 
15659 \begin_inset Formula 
15660 \begin{equation}
15661 \sum_{\begin{subarray}{c}
15662 0<k<1000\\
15663 \\
15664 k\,\in\,\mathbb{N}
15665 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15666 \end{equation}
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \begin_layout Standard
15674 を作成するには,以下のようにしなくてはなりません.
15675 \begin_inset Newline newline
15676 \end_inset
15677
15678 まず,
15679 \series bold
15680
15681 \backslash
15682 sum
15683 \series default
15684 ^
15685 \series bold
15686 n
15687 \begin_inset space \textvisiblespace{}
15688 \end_inset
15689
15690 _
15691 \series default
15692 というコマンドを入力します.すると,和演算子の下の青枠に移動するので,ここに
15693 \series bold
15694
15695 \backslash
15696 subarray
15697 \begin_inset space \textvisiblespace{}
15698 \end_inset
15699
15700
15701 \series default
15702 コマンドを挿入します.すると,青枠が紫枠の中に入って,ここに複数の行を書き込むことができるようになります.新しい行は,改行(
15703 \begin_inset Info
15704 type  "shortcut"
15705 arg   "newline-insert newline"
15706 \end_inset
15707
15708 )を挿入することで作ることができます.ここに
15709 \begin_inset Newline newline
15710 \end_inset
15711
15712
15713 \series bold
15714 0
15715 \begin_inset Formula $\boldsymbol{<}$
15716 \end_inset
15717
15718 k
15719 \begin_inset Formula $\boldsymbol{<}$
15720 \end_inset
15721
15722 1000 Ctrl+Return
15723 \begin_inset Newline newline
15724 \end_inset
15725
15726
15727 \series default
15728 と入力すると,新規行のための新しい枠が現れます.
15729 \end_layout
15730
15731 \begin_layout Standard
15732 各行の揃え方は,
15733 \family sans
15734 表ツールバー
15735 \family default
15736
15737 \family sans
15738 編集\SpecialChar menuseparator
15739 行と列
15740 \family default
15741 メニューで変更することができますが,右揃えにするには,行頭に
15742 \series bold
15743
15744 \backslash
15745 hfill
15746 \begin_inset space \textvisiblespace{}
15747 \end_inset
15748
15749
15750 \series default
15751 を挿入しなくてはなりません.
15752 \end_layout
15753
15754 \begin_layout Standard
15755
15756 \series bold
15757
15758 \backslash
15759 substack
15760 \series default
15761 コマンドは,各行がつねに中央揃えになることを除いては,
15762 \series bold
15763
15764 \backslash
15765 subarray
15766 \series default
15767 と同じです.
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \begin_inset VSpace bigskip
15772 \end_inset
15773
15774 演算子の後に来る文字は,範囲の横に来るので,
15775 \begin_inset CommandInset ref
15776 LatexCommand eqref
15777 reference "eq:substack"
15778
15779 \end_inset
15780
15781 式のように,演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,コマンド
15782 \series bold
15783
15784 \backslash
15785 smashoperator
15786 \series default
15787
15788 \begin_inset Index idx
15789 status collapsed
15790
15791 \begin_layout Plain Layout
15792 こまんど@コマンド ! S ! 
15793 \backslash
15794 smashoperator
15795 \end_layout
15796
15797 \end_inset
15798
15799 を使うことができます.これを有効化するには,文書設定の
15800 \family sans
15801 数式オプション
15802 \family default
15803 で,
15804 \series bold
15805 mathtools
15806 \series default
15807 パッケージ
15808 \begin_inset Index idx
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 ぱっけーじ@パッケージ ! mathtools
15813 \end_layout
15814
15815 \end_inset
15816
15817
15818 \family sans
15819 常に読み込み
15820 \family default
15821 オプションを指定してください.
15822 \series bold
15823
15824 \backslash
15825 smashoperator
15826 \series default
15827 は,内容物の幅を0
15828 \lang english
15829
15830 \begin_inset space \thinspace{}
15831 \end_inset
15832
15833
15834 \lang japanese
15835 ptに設定します.
15836 \lang english
15837
15838 \begin_inset Newline newline
15839 \end_inset
15840
15841
15842 \lang japanese
15843 これを
15844 \begin_inset CommandInset ref
15845 LatexCommand eqref
15846 reference "eq:substack"
15847
15848 \end_inset
15849
15850 式に応用してみると,コマンド
15851 \end_layout
15852
15853 \begin_layout Standard
15854
15855 \series bold
15856
15857 \backslash
15858 smashoperator{
15859 \end_layout
15860
15861 \begin_layout Standard
15862 の波括弧の中に,範囲付きの演算子を挿入することになります.波括弧を閉じた後に,数式を続けます.例:
15863 \begin_inset Formula 
15864 \[
15865 \sum_{\mathclap{\substack{0<k<1000\\
15866 \\
15867 k\,\in\,\mathbb{N}
15868 }
15869 }}^{n}k^{-2}
15870 \]
15871
15872 \end_inset
15873
15874 演算子の片側だけ,空白を0
15875 \lang english
15876
15877 \begin_inset space \thinspace{}
15878 \end_inset
15879
15880
15881 \lang japanese
15882 ptにすることも可能です.そのためには,
15883 \series bold
15884
15885 \backslash
15886 smashoperator
15887 \series default
15888 と付属する波括弧の間に,
15889 \series bold
15890 [l]
15891 \series default
15892 または
15893 \series bold
15894 [r]
15895 \series default
15896 と書き込みます.下記は,
15897 \series bold
15898
15899 \backslash
15900 smashoperator
15901 \series default
15902 のとりうる形の例です.
15903 \end_layout
15904
15905 \begin_layout Standard
15906 \begin_inset Formula 
15907 \[
15908 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}
15909 \]
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset VSpace bigskip
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 範囲を持つ演算子が続くとき,出力での,範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
15925 \begin_inset Formula 
15926 \[
15927 \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}
15928 \]
15929
15930 \end_inset
15931
15932 組版を改善するには,文書設定の
15933 \family sans
15934 数式オプション
15935 \family default
15936 で,
15937 \series bold
15938 mathtools
15939 \series default
15940 パッケージ
15941 \begin_inset Index idx
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945 ぱっけーじ@パッケージ ! mathtools
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \family sans
15952 常に読み込み
15953 \family default
15954 オプションを指定してください.その上で,数式中の最初の演算子の前に直接,
15955 \series bold
15956
15957 \backslash
15958 adjustlimits
15959 \series default
15960 コマンド
15961 \begin_inset Index idx
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965 こまんど@コマンド ! A ! 
15966 \backslash
15967 adjustlimits
15968 \end_layout
15969
15970 \end_inset
15971
15972 を置いてください.そうすると,上記の例はこのようになります.
15973 \begin_inset Formula 
15974 \[
15975 \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}
15976 \]
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Standard
15984 \begin_inset VSpace bigskip
15985 \end_inset
15986
15987 一つの範囲を複数の演算子に用いる方法が,第
15988 \begin_inset CommandInset ref
15989 LatexCommand ref
15990 reference "subsec:自己定義演算子"
15991
15992 \end_inset
15993
15994 節に述べられています.
15995 \end_layout
15996
15997 \begin_layout Subsection
15998 演算子の修飾
15999 \begin_inset Index idx
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 えんざんし@演算子 ! しゅうしょく@修飾
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \begin_layout Standard
16012
16013 \series bold
16014
16015 \backslash
16016 overset
16017 \series default
16018
16019 \begin_inset Index idx
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023 こまんど@コマンド ! O ! 
16024 \backslash
16025 overset
16026 \end_layout
16027
16028 \end_inset
16029
16030 コマンドや
16031 \series bold
16032
16033 \backslash
16034 underset
16035 \series default
16036
16037 \begin_inset Index idx
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041 こまんど@コマンド ! U ! 
16042 \backslash
16043 underset
16044 \end_layout
16045
16046 \end_inset
16047
16048 コマンドを使うと,それぞれ演算子の上や下に,文字をアクセントとして付けることができます.また,
16049 \series bold
16050
16051 \backslash
16052 sideset
16053 \series default
16054
16055 \begin_inset Index idx
16056 status collapsed
16057
16058 \begin_layout Plain Layout
16059 こまんど@コマンド ! S ! 
16060 \backslash
16061 sideset
16062 \end_layout
16063
16064 \end_inset
16065
16066 コマンドを使うと,文字を演算子の前や後ろに付けることができます.
16067 \end_layout
16068
16069 \begin_layout Standard
16070
16071 \series bold
16072
16073 \backslash
16074 sideset
16075 \series default
16076 には4つの派生版があります.
16077 \end_layout
16078
16079 \begin_layout Itemize
16080
16081 \series bold
16082
16083 \backslash
16084 sideset
16085 \series default
16086 は,演算子の隅に文字を置くのに用います.
16087 \end_layout
16088
16089 \begin_layout Itemize
16090
16091 \series bold
16092
16093 \backslash
16094 sidesetn
16095 \series default
16096 は,演算子の前後に文字を置くのに用います(この派生版は,\SpecialChar LaTeX
16097 の元々の
16098 \series bold
16099
16100 \backslash
16101 sideset
16102 \series default
16103 コマンドを表します).
16104 \end_layout
16105
16106 \begin_layout Itemize
16107
16108 \series bold
16109
16110 \backslash
16111 sidesetl
16112 \series default
16113 は,演算子の左隅と後ろに文字を置くのに用います.
16114 \end_layout
16115
16116 \begin_layout Itemize
16117
16118 \series bold
16119
16120 \backslash
16121 sidesetr
16122 \series default
16123 は,演算子の右隅と前に文字を置くのに用います.
16124 \end_layout
16125
16126 \begin_layout Standard
16127 たとえば,
16128 \series bold
16129
16130 \backslash
16131 sidesetn
16132 \begin_inset space \textvisiblespace{}
16133 \end_inset
16134
16135
16136 \backslash
16137 sum
16138 \begin_inset space \textvisiblespace{}
16139 \end_inset
16140
16141
16142 \begin_inset Formula $\to$
16143 \end_inset
16144
16145 '
16146 \begin_inset Formula $\to$
16147 \end_inset
16148
16149 _k=1
16150 \begin_inset space \textvisiblespace{}
16151 \end_inset
16152
16153
16154 \series default
16155 ^
16156 \series bold
16157 n
16158 \series default
16159 というコマンドを入力すると,
16160 \begin_inset Formula 
16161 \[
16162 \sideset{}{'}\sum_{k=1}^{n}
16163 \]
16164
16165 \end_inset
16166
16167 のようになります.
16168 \end_layout
16169
16170 \begin_layout Standard
16171 \begin_inset Note Greyedout
16172 status open
16173
16174 \begin_layout Plain Layout
16175
16176 \series bold
16177 【註】
16178 \backslash
16179 sideset
16180 \series default
16181 は,大演算子を修飾するためだけに用いることができ,二項演算子には用いることができません.
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \begin_layout Standard
16190 のようになります.最後の例からわかるように,
16191 \series bold
16192
16193 \backslash
16194 overset
16195 \series default
16196
16197 \series bold
16198
16199 \backslash
16200 underset
16201 \series default
16202 では,記号や文字にアクセントをつけることもできます.一方. また,
16203 \series bold
16204
16205 \backslash
16206 overset
16207 \begin_inset space \textvisiblespace{}
16208 \end_inset
16209
16210
16211 \backslash
16212 maltese
16213 \begin_inset space \textvisiblespace{}
16214 \end_inset
16215
16216
16217 \series default
16218
16219 \begin_inset Formula $\uparrow$
16220 \end_inset
16221
16222
16223 \series bold
16224 a
16225 \series default
16226 というコマンドならば,
16227 \begin_inset Formula 
16228 \[
16229 \overset{a}{\maltese}
16230 \]
16231
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \begin_layout Subsection
16238 二項演算子
16239 \begin_inset CommandInset label
16240 LatexCommand label
16241 name "subsec:二項演算子"
16242
16243 \end_inset
16244
16245
16246 \begin_inset Index idx
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 えんざんし@演算子 ! にこう@二項
16251 \begin_inset space \thinspace{}
16252 \end_inset
16253
16254 ——
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Standard
16263 二項演算子は,前後に文字がある場合,周囲に余白が入ります.
16264 \begin_inset VSpace medskip
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \begin_layout Standard
16271 \begin_inset Tabular
16272 <lyxtabular version="3" rows="13" columns="2">
16273 <features booktabs="true" tabularvalignment="middle">
16274 <column alignment="center" valignment="top" width="0pt">
16275 <column alignment="center" valignment="top" width="0pt">
16276 <row>
16277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 コマンド
16282 \begin_inset Note Note
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286 ここで
16287 \series bold
16288
16289 \backslash
16290 raisebox
16291 \series default
16292 はスペーサーとして使用しているだけです.
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 出力
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row>
16313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 +
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 \begin_inset Formula $+$
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 </row>
16335 <row>
16336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 -
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Formula $-$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \backslash
16365 pm
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 \begin_inset Formula $\pm$
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388
16389 \backslash
16390 mp
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Formula $\mp$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413
16414 \backslash
16415 cdot
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 \begin_inset Formula $\cdot$
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \backslash
16440 times
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Formula $\times$
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \backslash
16465 div
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Formula $\div$
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 \begin_inset ERT
16489 status collapsed
16490
16491 \begin_layout Plain Layout
16492
16493
16494 \backslash
16495 raisebox{-1.2mm}{
16496 \end_layout
16497
16498 \end_inset
16499
16500 *
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506 }
16507 \end_layout
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $*$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 star
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\star$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 circ
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\circ$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 diamond
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\diamond$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 bullet
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\bullet$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 </lyxtabular>
16630
16631 \end_inset
16632
16633
16634 \begin_inset space \hfill{}
16635 \end_inset
16636
16637
16638 \begin_inset Tabular
16639 <lyxtabular version="3" rows="13" columns="2">
16640 <features booktabs="true" tabularvalignment="middle">
16641 <column alignment="center" valignment="top" width="0pt">
16642 <column alignment="center" valignment="top" width="0pt">
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 コマンド
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 出力
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \backslash
16670 nabla
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\nabla$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \backslash
16695 bigtriangledown
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Formula $\bigtriangledown$
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718
16719 \backslash
16720 bigtriangleup
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Formula $\bigtriangleup$
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row>
16739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \backslash
16745 Box
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $\Box$
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 cap 
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\cap$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 cup
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\cup$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 dagger
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\dagger$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 ddagger
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\ddagger$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 wr
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\wr$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 bigcirc
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\bigcirc$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 wedge
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\wedge$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 vee
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\vee$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 </lyxtabular>
16964
16965 \end_inset
16966
16967
16968 \begin_inset space \hfill{}
16969 \end_inset
16970
16971
16972 \begin_inset Tabular
16973 <lyxtabular version="3" rows="13" columns="2">
16974 <features booktabs="true" tabularvalignment="middle">
16975 <column alignment="center" valignment="top" width="0pt">
16976 <column alignment="center" valignment="top" width="0pt">
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 コマンド
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 出力
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 oplus
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\oplus$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 ominus
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\ominus$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 otimes
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\otimes$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 oslash
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\oslash$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 odot
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\odot$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \backslash
17129 amalg
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\amalg$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \backslash
17154 uplus
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Formula $\uplus$
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \backslash
17179 setminus
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\setminus$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 sqcap
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\sqcap$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 sqcup
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\sqcup$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 triangleleft
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\triangleleft$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 triangleright
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\triangleright$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 </lyxtabular>
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \begin_layout Standard
17305 二項演算子は,すべて数式ツールバーボタンの
17306 \begin_inset Info
17307 type  "icon"
17308 arg   "math-insert \\pm"
17309 \end_inset
17310
17311 から挿入することもできます.
17312 \end_layout
17313
17314 \begin_layout Standard
17315 ラプラス演算子を組版するには,
17316 \series bold
17317
17318 \backslash
17319 bigtriangleup
17320 \series default
17321 以外に,
17322 \series bold
17323
17324 \backslash
17325 Delta
17326 \series default
17327
17328 \series bold
17329
17330 \backslash
17331 nabla
17332 \series default
17333 ^
17334 \series bold
17335 2
17336 \series default
17337 (
17338 \begin_inset Formula $\nabla^{2}$
17339 \end_inset
17340
17341 )を使用することもできます.
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \family sans
17347 挿入\SpecialChar menuseparator
17348 特殊文字
17349 \family default
17350 メニューの
17351 \family sans
17352 メニュー区切り
17353 \family default
17354 で入力される文字は,
17355 \series bold
17356
17357 \backslash
17358 triangleright
17359 \series default
17360 演算子です.
17361 \end_layout
17362
17363 \begin_layout Subsection
17364 自己定義演算子
17365 \begin_inset CommandInset label
17366 LatexCommand label
17367 name "subsec:自己定義演算子"
17368
17369 \end_inset
17370
17371
17372 \begin_inset Index idx
17373 status collapsed
17374
17375 \begin_layout Plain Layout
17376 えんざんし@演算子 ! じこていぎ@自己定義
17377 \begin_inset space \thinspace{}
17378 \end_inset
17379
17380 ——
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \SpecialChar LaTeX
17390 プリアンブルで
17391 \series bold
17392
17393 \backslash
17394 DeclareMathOperator
17395 \series default
17396
17397 \begin_inset Index idx
17398 status collapsed
17399
17400 \begin_layout Plain Layout
17401 こまんど@コマンド ! D ! 
17402 \backslash
17403 dbinom@
17404 \backslash
17405 DeclareMathOperator
17406 \end_layout
17407
17408 \end_inset
17409
17410 コマンドを使用すると,自己定義演算子を定義することができます.このコマンドの書式は
17411 \end_layout
17412
17413 \begin_layout Standard
17414
17415 \series bold
17416
17417 \backslash
17418 DeclareMathOperator{新規コマンド}{表示}
17419 \end_layout
17420
17421 \begin_layout Standard
17422 です.「表示」は,出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,コマンドの後に「*」を置きます.自己定義の大演算子は,すべて第
17423 \begin_inset CommandInset ref
17424 LatexCommand ref
17425 reference "subsec:演算子の範囲"
17426
17427 \end_inset
17428
17429 節で述べられた範囲を指定することができます.
17430 \end_layout
17431
17432 \begin_layout Standard
17433 たとえば,以下のような\SpecialChar LaTeX
17434 プリアンブル行
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 DeclareMathOperator*{
17443 \backslash
17444 Lozenge}{
17445 \backslash
17446 blacklozenge}
17447 \end_layout
17448
17449 \begin_layout Standard
17450 は,第
17451 \begin_inset CommandInset ref
17452 LatexCommand ref
17453 reference "subsec:その他の記号"
17454
17455 \end_inset
17456
17457 節にある菱形記号を使った大演算子を挿入する,以下のようなコマンド
17458 \series bold
17459
17460 \backslash
17461 Lozenge
17462 \series default
17463 を定義します.
17464 \begin_inset Formula 
17465 \[
17466 \Lozenge_{n=1}^{\infty}
17467 \]
17468
17469 \end_inset
17470
17471 上記の数式を作るコマンドは,
17472 \series bold
17473
17474 \backslash
17475 Lozenge
17476 \series default
17477 ^
17478 \series bold
17479
17480 \backslash
17481 infty
17482 \begin_inset Formula $\to$
17483 \end_inset
17484
17485 _n=1
17486 \series default
17487 です.
17488 \end_layout
17489
17490 \begin_layout Standard
17491 \begin_inset VSpace bigskip
17492 \end_inset
17493
17494 自己定義演算子を,同一文書内で複数回用いない時には,以下の書式を持つ
17495 \series bold
17496
17497 \backslash
17498 mathop
17499 \series default
17500
17501 \begin_inset Index idx
17502 status collapsed
17503
17504 \begin_layout Plain Layout
17505 こまんど@コマンド ! M ! 
17506 \backslash
17507 mathop
17508 \end_layout
17509
17510 \end_inset
17511
17512 コマンドおよび
17513 \series bold
17514
17515 \backslash
17516 mathbin
17517 \series default
17518
17519 \begin_inset Index idx
17520 status collapsed
17521
17522 \begin_layout Plain Layout
17523 こまんど@コマンド ! M ! 
17524 \backslash
17525 mathbin
17526 \end_layout
17527
17528 \end_inset
17529
17530 コマンドを用いて定義を行うこともできます.
17531 \end_layout
17532
17533 \begin_layout Standard
17534 (書式)
17535 \series bold
17536
17537 \backslash
17538 mathop{表示}
17539 \series default
17540 および
17541 \series bold
17542
17543 \backslash
17544 mathbin{表示}
17545 \end_layout
17546
17547 \begin_layout Standard
17548
17549 \series bold
17550
17551 \backslash
17552 mathop
17553 \series default
17554 は大演算子を定義し,
17555 \series bold
17556
17557 \backslash
17558 mathbin
17559 \series default
17560 は二項演算子を定義します.
17561 \end_layout
17562
17563 \begin_layout Standard
17564 たとえば
17565 \series bold
17566
17567 \backslash
17568 mathop
17569 \series default
17570 は,以下のように,複数の演算子に共通の範囲指定を行うのに用いることができます.
17571 \end_layout
17572
17573 \begin_layout Standard
17574 \begin_inset Formula 
17575 \[
17576 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17577 \]
17578
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \begin_layout Standard
17585 上記の数式では
17586 \begin_inset Newline newline
17587 \end_inset
17588
17589
17590 \series bold
17591
17592 \backslash
17593 mathop{
17594 \backslash
17595 sum
17596 \backslash
17597 negmedspace
17598 \backslash
17599 sum
17600 \series default
17601
17602 \begin_inset space \textvisiblespace{}
17603 \end_inset
17604
17605
17606 \series bold
17607
17608 \begin_inset Formula $\to$
17609 \end_inset
17610
17611 ^N
17612 \series default
17613
17614 \begin_inset space \textvisiblespace{}
17615 \end_inset
17616
17617
17618 \series bold
17619 _i,j=1
17620 \begin_inset Newline newline
17621 \end_inset
17622
17623
17624 \series default
17625 というコマンドを用いています.
17626 \end_layout
17627
17628 \begin_layout Section
17629 書体
17630 \begin_inset Index idx
17631 status collapsed
17632
17633 \begin_layout Plain Layout
17634 しょたい@書体
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \begin_inset Index idx
17641 status collapsed
17642
17643 \begin_layout Plain Layout
17644 ふぉんと@フォント
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650 |see{
17651 \end_layout
17652
17653 \end_inset
17654
17655 書体
17656 \begin_inset ERT
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660
17661 }
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Subsection
17675 書体様式
17676 \begin_inset CommandInset label
17677 LatexCommand label
17678 name "subsec:書体様式"
17679
17680 \end_inset
17681
17682
17683 \begin_inset Index idx
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687 しょたい@書体 ! ようしき@様式
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Standard
17696 数式中のラテン文字は,以下の書体様式のうちいずれかに設定することができます.
17697 \end_layout
17698
17699 \begin_layout Standard
17700 \align center
17701 \begin_inset Tabular
17702 <lyxtabular version="3" rows="6" columns="3">
17703 <features booktabs="true" tabularvalignment="middle">
17704 <column alignment="center" valignment="top" width="0pt">
17705 <column alignment="center" valignment="top">
17706 <column alignment="center" valignment="top">
17707 <row>
17708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 コマンド
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721 出力
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \lang english
17732 Shortcut
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 <row>
17739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743
17744 \backslash
17745 mathbb
17746 \series bold
17747
17748 \begin_inset space \textvisiblespace{}
17749 \end_inset
17750
17751
17752 \series default
17753 ABC
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 \begin_inset Formula $\mathbb{ABC}$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell alignment="center" valignment="top" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 -
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 </row>
17780 <row>
17781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785
17786 \backslash
17787 mathbf
17788 \series bold
17789
17790 \begin_inset space \textvisiblespace{}
17791 \end_inset
17792
17793
17794 \series default
17795 AbC
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 \begin_inset Formula $\mathbf{AbC}$
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 \begin_inset Info
17817 type  "shortcut"
17818 arg   "font-bold"
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 </row>
17827 <row>
17828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \backslash
17834 boldsymbol
17835 \series bold
17836
17837 \begin_inset space \textvisiblespace{}
17838 \end_inset
17839
17840
17841 \series default
17842 AbC
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851 \begin_inset Formula $\boldsymbol{AbC}$
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 \begin_inset Info
17864 type  "shortcut"
17865 arg   "font-boldsymbol"
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 </row>
17874 <row>
17875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879
17880 \backslash
17881 mathcal
17882 \series bold
17883
17884 \begin_inset space \textvisiblespace{}
17885 \end_inset
17886
17887
17888 \series default
17889 ABC
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 \begin_inset Formula $\mathcal{ABC}$
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 -
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \backslash
17923 mathfrak
17924 \series bold
17925
17926 \begin_inset space \textvisiblespace{}
17927 \end_inset
17928
17929
17930 \series default
17931 AbC
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 \begin_inset Formula $\mathfrak{AbC}$
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 -
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 </lyxtabular>
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \begin_layout Standard
17966 \align center
17967 \begin_inset Tabular
17968 <lyxtabular version="3" rows="6" columns="3">
17969 <features booktabs="true" tabularvalignment="middle">
17970 <column alignment="center" valignment="top" width="0pt">
17971 <column alignment="center" valignment="top">
17972 <column alignment="center" valignment="top">
17973 <row>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 コマンド
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 出力
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \lang english
17998 Shortcut
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathit
18012 \series bold
18013
18014 \begin_inset space \textvisiblespace{}
18015 \end_inset
18016
18017
18018 \series default
18019 AbC
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Formula $\mathit{AbC}$
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 -
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051
18052 \backslash
18053 mathrm
18054 \series bold
18055
18056 \begin_inset space \textvisiblespace{}
18057 \end_inset
18058
18059
18060 \series default
18061 AbC
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Formula $\mathrm{AbC}$
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 \begin_inset Info
18083 type  "shortcut"
18084 arg   "font-roman"
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 mathsf
18101 \series bold
18102
18103 \begin_inset space \textvisiblespace{}
18104 \end_inset
18105
18106
18107 \series default
18108 AbC
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 \begin_inset Formula $\mathsf{AbC}$
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 \begin_inset Info
18130 type  "shortcut"
18131 arg   "font-sans"
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \backslash
18147 mathtt
18148 \series bold
18149
18150 \begin_inset space \textvisiblespace{}
18151 \end_inset
18152
18153
18154 \series default
18155 AbC
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 \begin_inset Formula $\mathtt{AbC}$
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 \begin_inset Info
18177 type  "shortcut"
18178 arg   "font-typewriter"
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row>
18188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \backslash
18194 mathscr
18195 \series bold
18196
18197 \begin_inset space \textvisiblespace{}
18198 \end_inset
18199
18200
18201 \series default
18202 ABC
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Formula $\mathscr{ABC}$
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 -
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 </lyxtabular>
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset Note Greyedout
18238 status open
18239
18240 \begin_layout Plain Layout
18241
18242 \series bold
18243 【註】
18244 \backslash
18245 mathbb
18246 \series default
18247
18248 \series bold
18249 mathcal
18250 \series default
18251 様式と
18252 \series bold
18253
18254 \backslash
18255 mathscr
18256 \series default
18257 様式は,大文字にのみ使用することができます.
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 既定では,
18267 \series bold
18268
18269 \backslash
18270 mathnormal
18271 \series default
18272 様式に設定されています.
18273 \end_layout
18274
18275 \begin_layout Standard
18276 書体様式コマンドは,以下のように数式構成要素内の文字に対しても機能します.
18277 \begin_inset Formula 
18278 \[
18279 \mathfrak{A=\frac{b}{C}}
18280 \]
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 数式テキストに含まれる文字に対しては,数式書体様式は反映せず,
18289 \series bold
18290
18291 \backslash
18292 textrm
18293 \series default
18294 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,\SpecialChar LyX
18295 のバグです
18296 \begin_inset Foot
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300 \begin_inset CommandInset href
18301 LatexCommand href
18302 name "LyX-bug #4629"
18303 target "https://www.lyx.org/trac/ticket/4629"
18304 literal "false"
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 書体様式コマンドの代わりに,
18318 \family sans
18319 編集\SpecialChar menuseparator
18320 数学\SpecialChar menuseparator
18321 文字様式
18322 \family default
18323 ダイアログや,
18324 \begin_inset Info
18325 type  "icon"
18326 arg   "math-insert \\font"
18327 \end_inset
18328
18329 を使用することもできます.
18330 \end_layout
18331
18332 \begin_layout Subsection
18333 ボールド体の数式
18334 \begin_inset CommandInset label
18335 LatexCommand label
18336 name "subsec:ボールド体の数式"
18337
18338 \end_inset
18339
18340
18341 \begin_inset Index idx
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345 すうしき@数式 ! ぼーるどたい@ボールド体
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 数式全体をボールド体にしようとすると,前節の
18355 \series bold
18356
18357 \backslash
18358 mathbf
18359 \series default
18360 コマンドは,ギリシャ文字の小文字に対しては機能しないので,使用することができません.さらにこのコマンドは,以下の式のように,ラテン文字をつねにアップライト体に印
18361 字してしまいます.
18362 \end_layout
18363
18364 \begin_layout Standard
18365 \begin_inset Formula 
18366 \[
18367 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18368 \]
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 この数式を正しく表示するには,以下のように,
18377 \series bold
18378
18379 \backslash
18380 boldsymbol
18381 \series default
18382 コマンドを使用します.
18383 \begin_inset Formula 
18384 \[
18385 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18386 \]
18387
18388 \end_inset
18389
18390 また,数式を
18391 \series bold
18392 boldmath環境
18393 \series default
18394 に設定する方法もあります.この環境は,\SpecialChar TeX
18395 モードで
18396 \series bold
18397
18398 \backslash
18399 boldmath
18400 \begin_inset Index idx
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404 こまんど@コマンド ! B ! 
18405 \backslash
18406 boldmath
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \series default
18413 コマンドを挿入することによって作ることができます.環境を閉じるには,
18414 \series bold
18415
18416 \backslash
18417 unboldmath
18418 \begin_inset Index idx
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 こまんど@コマンド ! U ! 
18423 \backslash
18424 unboldmath
18425 \end_layout
18426
18427 \end_inset
18428
18429
18430 \series default
18431 コマンドを\SpecialChar TeX
18432 モードで挿入します.
18433 \begin_inset ERT
18434 status collapsed
18435
18436 \begin_layout Plain Layout
18437
18438
18439 \backslash
18440 boldmath 
18441 \end_layout
18442
18443 \end_inset
18444
18445
18446 \begin_inset Formula 
18447 \[
18448 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18449 \]
18450
18451 \end_inset
18452
18453
18454 \begin_inset ERT
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458
18459
18460 \backslash
18461 unboldmath 
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Subsection
18470 色付きの数式
18471 \begin_inset Index idx
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475 すうしき@数式 ! いろつき@色付き
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 数式も,通常の本文と同様,色を付けることができます.数式あるいは数式の一部を選択して,文字様式ダイアログを使用して下さい.下記は,マゼンタ色にした数式です.
18485 \begin_inset Formula 
18486 \[
18487 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18488 \]
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \begin_inset CommandInset ref
18498 LatexCommand ref
18499 reference "subsec:色付きボックス"
18500
18501 \end_inset
18502
18503 節に述べられているように,自己定義の色を定義することもできます.自己定義の色は,以下の書式を持つ
18504 \series bold
18505
18506 \backslash
18507 textcolor
18508 \series default
18509
18510 \begin_inset Index idx
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514 こまんど@コマンド ! T ! 
18515 \backslash
18516 textcolor
18517 \end_layout
18518
18519 \end_inset
18520
18521 \SpecialChar TeX
18522 コードコマンドで適用することができます.
18523 \end_layout
18524
18525 \begin_layout Standard
18526
18527 \series bold
18528
18529 \backslash
18530 textcolor{色}{文字ないし数式}
18531 \end_layout
18532
18533 \begin_layout Standard
18534 下記の例は,全体を濃緑にし,一部を赤にしています.
18535 \end_layout
18536
18537 \begin_layout Standard
18538 \begin_inset ERT
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542
18543
18544 \backslash
18545 textcolor{darkgreen}{
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \begin_inset Formula 
18552 \[
18553 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18554 \]
18555
18556 \end_inset
18557
18558
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564 }
18565 \end_layout
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \begin_layout Standard
18573 \SpecialChar LyX
18574 のバグのため,自己定義色は数式全体に対してしか使用することができません
18575 \begin_inset Foot
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset href
18580 LatexCommand href
18581 name "LyX-bug #5269"
18582 target "https://www.lyx.org/trac/ticket/5269"
18583 literal "false"
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Subsection
18596 書体寸法
18597 \begin_inset CommandInset label
18598 LatexCommand label
18599 name "subsec:書体寸法"
18600
18601 \end_inset
18602
18603
18604 \begin_inset Index idx
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608 しょたい@書体 ! すんぽう@寸法
18609 \end_layout
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \begin_layout Standard
18617 数式内の文字については,本文中の文字同様,以下の書体寸法設定コマンドがあります.
18618 \end_layout
18619
18620 \begin_layout Standard
18621
18622 \series bold
18623
18624 \backslash
18625 Huge
18626 \series default
18627
18628 \series bold
18629
18630 \backslash
18631 huge
18632 \series default
18633
18634 \series bold
18635
18636 \backslash
18637 LARGE
18638 \series default
18639
18640 \series bold
18641
18642 \backslash
18643 Large
18644 \series default
18645
18646 \series bold
18647
18648 \backslash
18649 large
18650 \series default
18651
18652 \series bold
18653
18654 \backslash
18655 normalsize
18656 \series default
18657
18658 \series bold
18659
18660 \backslash
18661 small
18662 \series default
18663 ,
18664 \begin_inset Newline newline
18665 \end_inset
18666
18667
18668 \series bold
18669
18670 \backslash
18671 footnotesize
18672 \series default
18673
18674 \series bold
18675
18676 \backslash
18677 scriptsize
18678 \series default
18679 ,および
18680 \series bold
18681
18682 \backslash
18683 tiny
18684 \end_layout
18685
18686 \begin_layout Standard
18687 これらのコマンドによって生成される実際の書体寸法は,文書の書体寸法に依存し,文書の書体寸法が
18688 \series bold
18689
18690 \backslash
18691 normalsize
18692 \series default
18693 コマンドに設定されます.他のコマンドは,
18694 \series bold
18695
18696 \backslash
18697 normalsize
18698 \series default
18699 を基準として拡大ないし縮小されます.しかしながら,書体寸法は一定の値を越えることができないようになっています.たとえば,文書書体寸法が12
18700 \begin_inset space \thinspace{}
18701 \end_inset
18702
18703 ptであるならば,
18704 \series bold
18705
18706 \backslash
18707 Huge
18708 \series default
18709 コマンドは
18710 \series bold
18711
18712 \backslash
18713 huge
18714 \series default
18715 コマンドと同じ大きさに落とされます.
18716 \end_layout
18717
18718 \begin_layout Standard
18719 ある場所以降のすべての数式と本文文字を変更するには,書体寸法コマンドを\SpecialChar TeX
18720 モードで挿入します.元の書体寸法に戻すには,数式の後に\SpecialChar TeX
18721 モードで
18722 \series bold
18723
18724 \backslash
18725 normalsize
18726 \series default
18727 コマンドを挿入します.
18728 \end_layout
18729
18730 \begin_layout Standard
18731 数式内では,以下の寸法コマンドまたはツールバーボタン
18732 \begin_inset Info
18733 type  "icon"
18734 arg   "math-insert \\style"
18735 \end_inset
18736
18737 を使用して,寸法を変更することができます.
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \noindent
18742 \align center
18743 \begin_inset Tabular
18744 <lyxtabular version="3" rows="5" columns="2">
18745 <features booktabs="true" tabularvalignment="middle">
18746 <column alignment="center" valignment="top" width="0pt">
18747 <column alignment="center" valignment="top">
18748 <row>
18749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 コマンド
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 出力
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 </row>
18768 <row>
18769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \backslash
18775 displaystyle
18776 \begin_inset Index idx
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780 こまんど@コマンド ! D ! 
18781 \backslash
18782 displaystyle
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 <row topspace="1mm">
18806 <cell alignment="center" valignment="top" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \backslash
18812 textstyle
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 <row>
18831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \backslash
18837 scriptstyle
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \backslash
18862 scriptscriptstyle
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 </lyxtabular>
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 これらのコマンドを入力すると,青いボックスが現れるので,そこに数式のパーツを入れることができます.
18889 \end_layout
18890
18891 \begin_layout Standard
18892 フォント寸法を変更するにはもう一つの方法がありますが,これは記号と数式内テキストのみに使うことができます.これを使うには,書体寸法コマンドを数式テキスト内に挿入
18893 します.数式テキストの終わりか,別の書体寸法コマンドが現れるまでの文字すべてが,選択した寸法になります.以下に二つの例を挙げます.
18894 \begin_inset VSpace -2mm
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \begin_layout Standard
18901 \begin_inset ERT
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905
18906
18907 \backslash
18908 huge 
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \begin_inset Formula 
18915 \[
18916 A=\frac{B}{c}\cdot\maltese
18917 \]
18918
18919 \end_inset
18920
18921
18922 \begin_inset Formula 
18923 \[
18924 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18925 \]
18926
18927 \end_inset
18928
18929
18930 \begin_inset ERT
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934
18935
18936 \backslash
18937 normalsize 
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 \begin_inset VSpace medskip
18947 \end_inset
18948
18949 二つの式の前には,
18950 \series bold
18951
18952 \backslash
18953 huge
18954 \series default
18955 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
18956 \begin_inset Newline newline
18957 \end_inset
18958
18959
18960 \series bold
18961
18962 \backslash
18963 maltese
18964 \begin_inset space \textvisiblespace{}
18965 \end_inset
18966
18967 A Alt+M M 
18968 \backslash
18969 Large
18970 \begin_inset space \textvisiblespace{}
18971 \end_inset
18972
18973
18974 \backslash
18975 maltese
18976 \begin_inset space \textvisiblespace{}
18977 \end_inset
18978
18979
18980 \backslash
18981 textit
18982 \begin_inset space \textvisiblespace{}
18983 \end_inset
18984
18985 A
18986 \begin_inset Formula $\to$
18987 \end_inset
18988
18989
18990 \begin_inset Formula $\to$
18991 \end_inset
18992
18993
18994 \begin_inset Newline newline
18995 \end_inset
18996
18997
18998 \begin_inset space \hspace*{}
18999 \length 1cm
19000 \end_inset
19001
19002 Alt+M
19003 \series default
19004  
19005 \series bold
19006
19007 \backslash
19008 tiny
19009 \begin_inset space \textvisiblespace{}
19010 \end_inset
19011
19012
19013 \backslash
19014 maltese
19015 \begin_inset space \textvisiblespace{}
19016 \end_inset
19017
19018
19019 \backslash
19020 textit
19021 \begin_inset space \textvisiblespace{}
19022 \end_inset
19023
19024 A
19025 \begin_inset Newline newline
19026 \end_inset
19027
19028
19029 \series default
19030 のようになります.
19031 \end_layout
19032
19033 \begin_layout Standard
19034 ある記号を別の寸法で表示することができないときには,その記号はつねに既定寸法で表示されます.
19035 \end_layout
19036
19037 \begin_layout Section
19038 ギリシャ文字
19039 \begin_inset Index idx
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043 ぎりしゃもじ@ギリシャ文字
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 すべてのギリシャ文字は,ツールバーボタンの
19053 \begin_inset Info
19054 type  "icon"
19055 arg   "math-insert \\alpha"
19056 \end_inset
19057
19058 からでも挿入することができます.各国の組版規則では,数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,フランス語やロ
19059 シア語などいくつかの言語では,それにもかかわらず立体で組版されることがあります.
19060 \end_layout
19061
19062 \begin_layout Subsection
19063 小文字
19064 \begin_inset Index idx
19065 status collapsed
19066
19067 \begin_layout Plain Layout
19068 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Standard
19077 \begin_inset space \hfill{}
19078 \end_inset
19079
19080
19081 \begin_inset Tabular
19082 <lyxtabular version="3" rows="11" columns="2">
19083 <features booktabs="true" tabularvalignment="middle">
19084 <column alignment="center" valignment="top" width="0pt">
19085 <column alignment="center" valignment="top" width="0pt">
19086 <row>
19087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091 コマンド
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 出力
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 <row>
19107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \backslash
19113 alpha
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Formula $\alpha$
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \backslash
19138 beta
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset Formula $\beta$
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \backslash
19163 gamma
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\gamma$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \backslash
19188 delta
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset Formula $\delta$
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 <row>
19207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 epsilon
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset Formula $\epsilon$
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 varepsilon
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\varepsilon$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 zeta
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\zeta$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 eta
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\eta$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 theta
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\theta$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 vartheta
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\vartheta$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 </lyxtabular>
19357
19358 \end_inset
19359
19360
19361 \begin_inset space \hfill{}
19362 \end_inset
19363
19364
19365 \begin_inset Tabular
19366 <lyxtabular version="3" rows="12" columns="2">
19367 <features booktabs="true" tabularvalignment="middle">
19368 <column alignment="center" valignment="top" width="0pt">
19369 <column alignment="center" valignment="top" width="0pt">
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 コマンド
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 出力
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \backslash
19397 iota
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\iota$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 kappa
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\kappa$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 varkappa
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\varkappa$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \backslash
19472 lambda
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\lambda$
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 <row>
19491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \backslash
19497 mu
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 \begin_inset Formula $\mu$
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row>
19516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \backslash
19522 nu
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Formula $\nu$
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \backslash
19547 xi
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 \begin_inset Formula $\xi$
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 o
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $o$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 pi
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\pi$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 varpi
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\varpi$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 rho
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\rho$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 </lyxtabular>
19664
19665 \end_inset
19666
19667
19668 \begin_inset space \hfill{}
19669 \end_inset
19670
19671
19672 \begin_inset Tabular
19673 <lyxtabular version="3" rows="11" columns="2">
19674 <features booktabs="true" tabularvalignment="middle">
19675 <column alignment="center" valignment="top" width="0pt">
19676 <column alignment="center" valignment="top" width="0pt">
19677 <row>
19678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 コマンド
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 出力
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 </row>
19697 <row>
19698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702
19703 \backslash
19704 varrho
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset Formula $\varrho$
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 </row>
19722 <row>
19723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \backslash
19729 sigma
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 \begin_inset Formula $\sigma$
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \backslash
19754 varsigma
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $\varsigma$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \backslash
19779 tau
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Formula $\tau$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row>
19798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \backslash
19804 upsilon
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Formula $\upsilon$
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 phi
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\phi$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 varphi
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\varphi$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 chi
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\chi$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 psi
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\psi$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 omega
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\omega$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 </lyxtabular>
19948
19949 \end_inset
19950
19951
19952 \begin_inset space \hfill{}
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \begin_layout Standard
19959 \begin_inset VSpace medskip
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 アップライト体のギリシャ文字を作成する方法は,第
19967 \begin_inset CommandInset ref
19968 LatexCommand ref
19969 reference "subsec:アップライト体ギリシャ小文字"
19970
19971 \end_inset
19972
19973 節に説明されています.
19974 \end_layout
19975
19976 \begin_layout Subsection
19977 大文字
19978 \begin_inset Index idx
19979 status collapsed
19980
19981 \begin_layout Plain Layout
19982 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Standard
19991 \begin_inset space \hfill{}
19992 \end_inset
19993
19994
19995 \begin_inset Tabular
19996 <lyxtabular version="3" rows="7" columns="2">
19997 <features booktabs="true" tabularvalignment="middle">
19998 <column alignment="center" valignment="top" width="0pt">
19999 <column alignment="center" valignment="top" width="0pt">
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 コマンド
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 出力
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 Gamma
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\Gamma$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 Delta
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\Delta$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 Theta
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\Theta$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 Lambda
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\Lambda$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 Xi
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\Xi$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 Pi
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\Pi$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 </lyxtabular>
20171
20172 \end_inset
20173
20174
20175 \begin_inset space \hfill{}
20176 \end_inset
20177
20178
20179 \begin_inset Tabular
20180 <lyxtabular version="3" rows="6" columns="2">
20181 <features booktabs="true" tabularvalignment="middle">
20182 <column alignment="center" valignment="top" width="0pt">
20183 <column alignment="center" valignment="top" width="0pt">
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 コマンド
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 出力
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 Sigma
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\Sigma$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 Upsilon
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\Upsilon$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 Phi
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\Phi$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 Psi
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\Psi$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 Omega
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\Omega$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 </lyxtabular>
20330
20331 \end_inset
20332
20333
20334 \begin_inset space \hfill{}
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 \begin_inset VSpace medskip
20342 \end_inset
20343
20344 大文字のギリシャ文字が立体で表示されるのは,\SpecialChar TeX
20345 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,各コマンドの頭に
20346 \series bold
20347 var
20348 \series default
20349 を付けてください.たとえば,
20350 \series bold
20351
20352 \backslash
20353 varGamma
20354 \series default
20355 コマンドは,
20356 \begin_inset Formula $\varGamma$
20357 \end_inset
20358
20359 を生成します.もう一つの方法は,パッケージ
20360 \series bold
20361 fixmath
20362 \series default
20363
20364 \begin_inset Foot
20365 status collapsed
20366
20367 \begin_layout Plain Layout
20368
20369 \series bold
20370 fixmath
20371 \series default
20372 は,\SpecialChar LaTeX
20373 パッケージ
20374 \series bold
20375 was
20376 \series default
20377
20378 \begin_inset Index idx
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382 ぱっけーじ@パッケージ ! was
20383 \begin_inset ERT
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387
20388
20389 \backslash
20390 vspace{4mm}
20391 \end_layout
20392
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399
20400 に含まれています.
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \begin_inset Index idx
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 ぱっけーじ@パッケージ ! fixmath
20411 \end_layout
20412
20413 \end_inset
20414
20415 を\SpecialChar LaTeX
20416 プリアンブル行に
20417 \end_layout
20418
20419 \begin_layout Standard
20420
20421 \series bold
20422
20423 \backslash
20424 usepackage{fixmath}
20425 \end_layout
20426
20427 \begin_layout Standard
20428 と書いて読み込む方法です.すると,文書中の大きなギリシャ文字は,すべて自動的にイタリック体として組版されます.
20429 \end_layout
20430
20431 \begin_layout Subsection
20432 ボールド体
20433 \begin_inset Index idx
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 ギリシャ文字は,ラテン文字のようには,多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
20447 \series bold
20448
20449 \backslash
20450 boldsymbol
20451 \series default
20452 コマンドのみです
20453 \begin_inset Index idx
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 こまんど@コマンド ! B ! 
20458 \backslash
20459 boldsymbol
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 \align center
20469 \begin_inset Tabular
20470 <lyxtabular version="3" rows="3" columns="2">
20471 <features booktabs="true" tabularvalignment="middle">
20472 <column alignment="center" valignment="top" width="0pt">
20473 <column alignment="center" valignment="top">
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 コマンド
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 出力
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 Upsilon
20502 \backslash
20503 boldsymbol
20504 \backslash
20505 Upsilon
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 theta
20531 \backslash
20532 boldsymbol
20533 \backslash
20534 theta
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543 \begin_inset Formula $\theta\boldsymbol{\theta}$
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 </lyxtabular>
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \begin_layout Section
20560 記号
20561 \begin_inset ERT
20562 status collapsed
20563
20564 \begin_layout Plain Layout
20565
20566
20567 \backslash
20568 texorpdfstring{
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \begin_inset Foot
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 各\SpecialChar LaTeX
20579 パッケージに含まれる全記号をほとんど網羅した一覧が,
20580 \begin_inset CommandInset citation
20581 LatexCommand cite
20582 key "Symbols"
20583 literal "true"
20584
20585 \end_inset
20586
20587 にあります.
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \begin_inset ERT
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597
20598 }{}
20599 \end_layout
20600
20601 \end_inset
20602
20603
20604 \begin_inset Note Note
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608
20609 \backslash
20610 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
20611 \end_layout
20612
20613 \begin_layout Plain Layout
20614
20615 \backslash
20616 texorpdfstringについての詳細は,第
20617 \begin_inset CommandInset ref
20618 LatexCommand ref
20619 reference "subsec:節見出し中の数式"
20620
20621 \end_inset
20622
20623 節にあります.
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \begin_inset Index idx
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633 きごう@記号
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \begin_layout Standard
20642 本節に掲げてある各記号の多くは,ツールバーボタンの
20643 \begin_inset Info
20644 type  "icon"
20645 arg   "math-insert \\nabla"
20646 \end_inset
20647
20648
20649 \begin_inset Info
20650 type  "icon"
20651 arg   "math-insert \\digamma"
20652 \end_inset
20653
20654 でも挿入することができます.
20655 \end_layout
20656
20657 \begin_layout Subsection
20658 数学記号
20659 \begin_inset CommandInset label
20660 LatexCommand label
20661 name "subsec:数学記号"
20662
20663 \end_inset
20664
20665
20666 \begin_inset Index idx
20667 status collapsed
20668
20669 \begin_layout Plain Layout
20670 きごう@記号 ! すうがく@数学
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Standard
20679 \begin_inset Tabular
20680 <lyxtabular version="3" rows="10" columns="2">
20681 <features booktabs="true" tabularvalignment="middle">
20682 <column alignment="center" valignment="top" width="0pt">
20683 <column alignment="center" valignment="top" width="0pt">
20684 <row>
20685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 コマンド
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 出力
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 neg
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\neg$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 Im
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\Im$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 Re
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\Re$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 aleph
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\aleph$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 partial
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\partial$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 infty
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\infty$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 wp
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\wp$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 imath
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\imath$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 jmath
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 \begin_inset Formula $\jmath$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 </lyxtabular>
20930
20931 \end_inset
20932
20933
20934 \begin_inset space \hfill{}
20935 \end_inset
20936
20937
20938 \begin_inset Tabular
20939 <lyxtabular version="3" rows="10" columns="2">
20940 <features booktabs="true" tabularvalignment="middle">
20941 <column alignment="center" valignment="top" width="0pt">
20942 <column alignment="center" valignment="top" width="0pt">
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 コマンド
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 出力
20958 \begin_inset Note Note
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962 ここで
20963 \series bold
20964
20965 \backslash
20966 raisebox
20967 \series default
20968 はスペーサーとして使用しているだけです.
20969 \end_layout
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 forall
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Formula $\forall$
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \backslash
21011 exists
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Formula $\exists$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \backslash
21036 nexists
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 \begin_inset Formula $\nexists$
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 <row>
21055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059
21060 \backslash
21061 emptyset
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 \begin_inset Formula $\emptyset$
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \backslash
21086 varnothing
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 \begin_inset Formula $\varnothing$
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 </row>
21104 <row>
21105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109
21110 \backslash
21111 dag
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $\dag$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 <row>
21130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \backslash
21136 ddag
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Formula $\ddag$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 </row>
21154 <row>
21155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159
21160 \backslash
21161 complement
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 \begin_inset ERT
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174
21175
21176 \backslash
21177 raisebox{-0.8mm}{
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \begin_inset Formula $\complement$
21184 \end_inset
21185
21186
21187 \begin_inset ERT
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191
21192 }
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 Bbbk
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\Bbbk$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 </lyxtabular>
21229
21230 \end_inset
21231
21232
21233 \begin_inset space \hfill{}
21234 \end_inset
21235
21236
21237 \begin_inset Tabular
21238 <lyxtabular version="3" rows="10" columns="2">
21239 <features booktabs="true" tabularvalignment="middle">
21240 <column alignment="center" valignment="top" width="0pt">
21241 <column alignment="center" valignment="top" width="0pt">
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 コマンド
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 出力
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 prime
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\prime$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 backprime
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\backprime$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 mho
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\mho$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 triangle
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\triangle$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 angle
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\angle$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 measuredangle
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\measuredangle$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 sphericalangle
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\sphericalangle$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 top
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\top$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 bot
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\bot$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 </lyxtabular>
21488
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \begin_layout Subsection
21495 その他の記号
21496 \begin_inset CommandInset label
21497 LatexCommand label
21498 name "subsec:その他の記号"
21499
21500 \end_inset
21501
21502
21503 \begin_inset Index idx
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507 きごう@記号 ! そのた@その他
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Standard
21516 \noindent
21517 \align center
21518 \begin_inset Tabular
21519 <lyxtabular version="3" rows="10" columns="2">
21520 <features booktabs="true" tabularvalignment="middle">
21521 <column alignment="center" valignment="top" width="0pt">
21522 <column alignment="center" valignment="top" width="0pt">
21523 <row>
21524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 コマンド
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 出力
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 flat
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\flat$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573
21574 \backslash
21575 natural
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 \begin_inset Formula $\natural$
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 <row>
21594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598
21599 \backslash
21600 sharp
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset Formula $\sharp$
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 surd
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\surd$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 checkmark
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\checkmark$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 <row>
21669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673
21674 \backslash
21675 yen
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $\yen$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \backslash
21700 pounds
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $\pounds$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 $
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Formula $\$$
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 </row>
21741 <row>
21742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 §
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $§$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 </lyxtabular>
21765
21766 \end_inset
21767
21768
21769 \begin_inset space \hfill{}
21770 \end_inset
21771
21772
21773 \begin_inset Tabular
21774 <lyxtabular version="3" rows="10" columns="2">
21775 <features booktabs="true" tabularvalignment="middle">
21776 <column alignment="center" valignment="top" width="0pt">
21777 <column alignment="center" valignment="top">
21778 <row>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 コマンド
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 出力
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 hbar
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Formula $\hbar$
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \backslash
21830 hslash
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Formula $\hslash$
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \backslash
21855 clubsuit
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Formula $\clubsuit$
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 spadesuit
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\spadesuit$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 bigstar
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\bigstar$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 blacklozenge
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\blacklozenge$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 blacktriangle
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\blacktriangle$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 blacktiangledown
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\blacktriangledown$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 bullet
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\bullet$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 </lyxtabular>
22024
22025 \end_inset
22026
22027
22028 \begin_inset space \hfill{}
22029 \end_inset
22030
22031
22032 \begin_inset Tabular
22033 <lyxtabular version="3" rows="10" columns="2">
22034 <features booktabs="true" tabularvalignment="middle">
22035 <column alignment="center" valignment="top" width="0pt">
22036 <column alignment="center" valignment="top" width="0pt">
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 コマンド
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 出力
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \backslash
22064 diamondsuit
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 \begin_inset Formula $\diamondsuit$
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \backslash
22089 Diamond
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Formula $\Diamond$
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 heartsuit
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\heartsuit$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 P
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\P$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 copyright
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\copyright$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 circledR
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\circledR$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 maltese
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\maltese$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 diagup
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\diagup$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 diagdown
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\diagdown$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 </lyxtabular>
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Standard
22290 \begin_inset VSpace medskip
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \begin_layout Standard
22297 寸法を変えて表示することのできる記号もあります.第
22298 \begin_inset CommandInset ref
22299 LatexCommand ref
22300 reference "subsec:書体寸法"
22301
22302 \end_inset
22303
22304 節をご参照下さい.
22305 \end_layout
22306
22307 \begin_layout Subsection
22308 ユーロ通貨記号
22309 \begin_inset Index idx
22310 status collapsed
22311
22312 \begin_layout Plain Layout
22313 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22314 \end_layout
22315
22316 \end_inset
22317
22318
22319 \begin_inset Index idx
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323 E@
22324 \begin_inset ERT
22325 status collapsed
22326
22327 \begin_layout Plain Layout
22328
22329
22330 \backslash
22331 officialeuro
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \begin_layout Standard
22345 ユーロ通貨記号を数式で使用するには,\SpecialChar LaTeX
22346 パッケージ
22347 \series bold
22348 eurosym
22349 \series default
22350
22351 \begin_inset Index idx
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355 ぱっけーじ@パッケージ ! eurosym
22356 \end_layout
22357
22358 \end_inset
22359
22360 が導入されていて,以下のような\SpecialChar LaTeX
22361 プリアンブル行によって読み込まれていなくてはなりません.
22362 \end_layout
22363
22364 \begin_layout Standard
22365
22366 \series bold
22367
22368 \backslash
22369 usepackage[gennarrow]{eurosym}
22370 \end_layout
22371
22372 \begin_layout Standard
22373 すると,ユーロ通貨記号を
22374 \series bold
22375
22376 \backslash
22377 euro
22378 \series default
22379
22380 \begin_inset Index idx
22381 status collapsed
22382
22383 \begin_layout Plain Layout
22384 こまんど@コマンド ! E ! 
22385 \backslash
22386 euro
22387 \end_layout
22388
22389 \end_inset
22390
22391 コマンドで挿入することができるようになります.
22392 \end_layout
22393
22394 \begin_layout Standard
22395 数式テキストには,
22396 \series bold
22397 eurosym
22398 \series default
22399 が導入されていなくても,ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
22400 \series bold
22401 eurosym
22402 \series default
22403 が導入されていれば,
22404 \series bold
22405
22406 \backslash
22407 euro
22408 \series default
22409 は\SpecialChar TeX
22410 モードでも挿入することができます.また,正式な通貨記号を
22411 \series bold
22412
22413 \backslash
22414 officialeuro
22415 \series default
22416
22417 \begin_inset Index idx
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421 こまんど@コマンド ! O ! 
22422 \backslash
22423 officialeuro
22424 \end_layout
22425
22426 \end_inset
22427
22428 コマンド(これは\SpecialChar TeX
22429 モードでのみ使用することができます)で挿入することができます.
22430 \end_layout
22431
22432 \begin_layout Standard
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 ifeurosym 
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \begin_inset Note Note
22447 status open
22448
22449 \begin_layout Plain Layout
22450 以下の表は,\SpecialChar LaTeX
22451 パッケージ
22452 \series bold
22453 eurosym
22454 \series default
22455 が導入済みのときのみ表示されます.
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Standard
22464 以下は,各ユーロ通貨記号のまとめです.
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \align center
22469 \begin_inset Tabular
22470 <lyxtabular version="3" rows="4" columns="3">
22471 <features booktabs="true" tabularvalignment="middle">
22472 <column alignment="center" valignment="top" width="0pt">
22473 <column alignment="center" valignment="top" width="0pt">
22474 <column alignment="center" valignment="top" width="0pt">
22475 <row>
22476 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 \begin_inset ERT
22481 status collapsed
22482
22483 \begin_layout Plain Layout
22484
22485
22486 \backslash
22487 cmidrule[0.08em]{2-3}
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 コマンド
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 出力
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 数式
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 euro
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\euro$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 数式テキスト
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 (ユーロ記号)
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 (ユーロ記号)
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 \SpecialChar TeX
22585 モード
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 officialeuro
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset ERT
22606 status collapsed
22607
22608 \begin_layout Plain Layout
22609
22610
22611 \backslash
22612 officialeuro
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 </lyxtabular>
22624
22625 \end_inset
22626
22627
22628 \begin_inset Note Note
22629 status collapsed
22630
22631 \begin_layout Plain Layout
22632 ここでは,
22633 \series bold
22634
22635 \backslash
22636 cmidrule
22637 \series default
22638 は表罫線のためだけに用いられています.詳細については,取扱説明書
22639 \emph on
22640 埋込オブジェクト篇
22641 \emph default
22642
22643 \family sans
22644 フォーマル形式の表
22645 \family default
22646 の節をご覧下さい.
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 else 
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \begin_inset Note Note
22669 status open
22670
22671 \begin_layout Plain Layout
22672 以下は,\SpecialChar LaTeX
22673 パッケージ
22674 \series bold
22675 eurosym
22676 \series default
22677 が導入されていないときのみ表示されます.
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \begin_layout Standard
22686 本節の残りを出力としてみるためには,\SpecialChar LaTeX
22687 パッケージ
22688 \series bold
22689 eurosym
22690 \series default
22691 を導入する必要があります.
22692 \end_layout
22693
22694 \begin_layout Standard
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 fi 
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Section
22711 関係子
22712 \begin_inset CommandInset label
22713 LatexCommand label
22714 name "sec:関係子"
22715
22716 \end_inset
22717
22718
22719 \begin_inset Index idx
22720 status collapsed
22721
22722 \begin_layout Plain Layout
22723 かんけいし@関係子
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \begin_inset Index idx
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 ひかくし@比較子
22734 \begin_inset ERT
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738
22739 |see{
22740 \end_layout
22741
22742 \end_inset
22743
22744 関係子
22745 \begin_inset ERT
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749
22750 }
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Standard
22764 関係子はすべて,ツールバーボタンの
22765 \begin_inset Info
22766 type  "icon"
22767 arg   "math-insert \\leq"
22768 \end_inset
22769
22770 でも挿入することができます.
22771 \end_layout
22772
22773 \begin_layout Standard
22774 \begin_inset Tabular
22775 <lyxtabular version="3" rows="17" columns="2">
22776 <features booktabs="true" tabularvalignment="middle">
22777 <column alignment="center" valignment="top" width="0pt">
22778 <column alignment="center" valignment="top" width="0pt">
22779 <row>
22780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 コマンド
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 出力
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 <
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $<$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 le
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\le$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 ll
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Formula $\ll$
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 prec
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\prec$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 <row>
22898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902
22903 \backslash
22904 preceq
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 \begin_inset Formula $\preceq$
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 <row>
22923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927
22928 \backslash
22929 subset
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 \begin_inset Formula $\subset$
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \backslash
22954 subseteq
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 \begin_inset Formula $\subseteq$
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 </row>
22972 <row>
22973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977
22978 \backslash
22979 sqsubseteq
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 \begin_inset Formula $\sqsubseteq$
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 <row>
22998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \backslash
23004 in
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 \begin_inset Formula $\in$
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 </row>
23022 <row>
23023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \backslash
23029 vdash
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038 \begin_inset Formula $\vdash$
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \backslash
23054 smile
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 \begin_inset Formula $\smile$
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 </row>
23072 <row>
23073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077
23078 \backslash
23079 lhd
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 \begin_inset Formula $\lhd$
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 </row>
23097 <row>
23098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \backslash
23104 unlhd
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 \begin_inset Formula $\unlhd$
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 </row>
23122 <row>
23123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127
23128 \backslash
23129 gtrless
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 \begin_inset Formula $\gtrless$
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 </row>
23147 <row>
23148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \backslash
23154 mid
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 \begin_inset Formula $\mid$
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 </row>
23172 <row>
23173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177
23178 \backslash
23179 nmid
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188 \begin_inset Formula $\nmid$
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 </row>
23197 </lyxtabular>
23198
23199 \end_inset
23200
23201
23202 \begin_inset space \hfill{}
23203 \end_inset
23204
23205
23206 \begin_inset Tabular
23207 <lyxtabular version="3" rows="17" columns="2">
23208 <features booktabs="true" tabularvalignment="middle">
23209 <column alignment="center" valignment="top" width="0pt">
23210 <column alignment="center" valignment="top" width="0pt">
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 コマンド
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 出力
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 =
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 \begin_inset Formula $=$
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 <row>
23255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259
23260 \backslash
23261 not=
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270 \begin_inset Formula $\not=$
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 </row>
23279 <row>
23280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284
23285 \backslash
23286 equiv
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295 \begin_inset Formula $\equiv$
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 </row>
23304 <row>
23305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309
23310 \backslash
23311 sim
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Formula $\sim$
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 </row>
23329 <row>
23330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334
23335 \backslash
23336 simeq
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 \begin_inset Formula $\simeq$
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 </row>
23354 <row>
23355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359
23360 \backslash
23361 approx
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 \begin_inset Formula $\approx$
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 </row>
23379 <row>
23380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384
23385 \backslash
23386 cong
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Formula $\cong$
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409
23410 \backslash
23411 bowtie
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset Formula $\bowtie$
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \backslash
23436 notin
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 \begin_inset Formula $\notin$
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 </row>
23454 <row>
23455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459
23460 \backslash
23461 perp
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \begin_inset Formula $\perp$
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \backslash
23486 propto
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Formula $\propto$
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \backslash
23511 asymp
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 \begin_inset Formula $\asymp$
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 </row>
23529 <row>
23530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \backslash
23536 doteq
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 \begin_inset Formula $\doteq$
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \backslash
23561 circeq
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 \begin_inset Formula $\circeq$
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 </row>
23579 <row>
23580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584
23585 \backslash
23586 models
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 \begin_inset Formula $\models$
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 </row>
23604 <row>
23605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609
23610 \backslash
23611 widehat=
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 \begin_inset Formula $\widehat{=}$
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 </row>
23629 </lyxtabular>
23630
23631 \end_inset
23632
23633
23634 \begin_inset space \hfill{}
23635 \end_inset
23636
23637
23638 \begin_inset Tabular
23639 <lyxtabular version="3" rows="17" columns="2">
23640 <features booktabs="true" tabularvalignment="middle">
23641 <column alignment="center" valignment="top" width="0pt">
23642 <column alignment="center" valignment="top" width="0pt">
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 コマンド
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 出力
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 >
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $>$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 ge
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\ge$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 gg
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\gg$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \backslash
23743 succ
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 \begin_inset Formula $\succ$
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 </row>
23761 <row>
23762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \backslash
23768 succeq
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\succeq$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \backslash
23793 supset
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $\supset$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 <row>
23812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816
23817 \backslash
23818 supseteq
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Formula $\supseteq$
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841
23842 \backslash
23843 sqsupseteq
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Formula $\sqsupseteq$
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 ni
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\ni$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 dashv
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\dashv$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 frown
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\frown$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 rhd
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\rhd$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 unrhd
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\unrhd$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 lessgtr
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\lessgtr$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 parallel
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Formula $\parallel$
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 nparallel
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\nparallel$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 </lyxtabular>
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Standard
24069 \begin_inset VSpace medskip
24070 \end_inset
24071
24072
24073 \series bold
24074
24075 \backslash
24076 lhd
24077 \series default
24078
24079 \series bold
24080
24081 \backslash
24082 rhd
24083 \series default
24084 の文字は,同じように見える演算子
24085 \series bold
24086
24087 \backslash
24088 triangleleft
24089 \series default
24090 および
24091 \series bold
24092
24093 \backslash
24094 triangleright
24095 \series default
24096 よりも大きくなっています.
24097 \end_layout
24098
24099 \begin_layout Standard
24100 \SpecialChar LyX
24101 は,特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,ツールバーボタン
24102 \begin_inset Info
24103 type  "icon"
24104 arg   "math-insert \\leqq"
24105 \end_inset
24106
24107 をご覧ください.
24108 \end_layout
24109
24110 \begin_layout Standard
24111 関係子は,記号とは違って,つねに前後に余白が置かれます.
24112 \end_layout
24113
24114 \begin_layout Standard
24115
24116 \series bold
24117
24118 \backslash
24119 stackrel
24120 \series default
24121
24122 \begin_inset Index idx
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126 こまんど@コマンド ! S ! 
24127 \backslash
24128 stackrel
24129 \end_layout
24130
24131 \end_inset
24132
24133 コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \align center
24138 \begin_inset Tabular
24139 <lyxtabular version="3" rows="2" columns="2">
24140 <features booktabs="true" tabularvalignment="middle">
24141 <column alignment="center" valignment="top" width="0pt">
24142 <column alignment="center" valignment="top">
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 コマンド
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 出力
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 <row topspace="1.5mm">
24164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 A(r)
24169 \backslash
24170 stackrel
24171 \begin_inset space \textvisiblespace{}
24172 \end_inset
24173
24174 r
24175 \backslash
24176 to
24177 \backslash
24178 infty
24179 \begin_inset space \textvisiblespace{}
24180 \end_inset
24181
24182
24183 \begin_inset Formula $\downarrow$
24184 \end_inset
24185
24186
24187 \backslash
24188 approx
24189 \begin_inset space \textvisiblespace{}
24190 \end_inset
24191
24192
24193 \begin_inset space \textvisiblespace{}
24194 \end_inset
24195
24196 B
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 </lyxtabular>
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Section
24222 関数
24223 \end_layout
24224
24225 \begin_layout Subsection
24226 定義済み関数
24227 \begin_inset CommandInset label
24228 LatexCommand label
24229 name "subsec:定義済み函数"
24230
24231 \end_inset
24232
24233
24234 \begin_inset Index idx
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238 かんすう@関数 ! ていぎずみ@定義済み
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Standard
24247 一般的に,数式表現では変数は
24248 \shape italic
24249 イタリック体
24250 \shape default
24251 に設定されますが,関数名はイタリック体にしません.なぜなら,
24252 \begin_inset Formula $sin$
24253 \end_inset
24254
24255
24256 \begin_inset Formula $s\cdot i\cdot n$
24257 \end_inset
24258
24259 であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
24260 ックスラッシュを加えたコマンドとして挿入します.
24261 \end_layout
24262
24263 \begin_layout Standard
24264 \align center
24265 \begin_inset Tabular
24266 <lyxtabular version="3" rows="2" columns="2">
24267 <features booktabs="true" tabularvalignment="middle">
24268 <column alignment="center" valignment="top" width="0pt">
24269 <column alignment="center" valignment="top" width="0pt">
24270 <row>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 コマンド
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 出力
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 <row>
24291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 Asin(x)+B
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Formula $Asin(x)+B$
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 </row>
24313 </lyxtabular>
24314
24315 \end_inset
24316
24317
24318 \begin_inset space \quad{}
24319 \end_inset
24320
24321
24322 \begin_inset Tabular
24323 <lyxtabular version="3" rows="2" columns="2">
24324 <features booktabs="true" tabularvalignment="middle">
24325 <column alignment="center" valignment="top" width="0pt">
24326 <column alignment="center" valignment="top" width="0pt">
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 コマンド
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 出力
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 <row>
24348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352 A
24353 \backslash
24354 sin(x)+B
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 \begin_inset Formula $A\sin(x)+B$
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 </lyxtabular>
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 以下の関数が定義済みです.
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset VSpace -2mm
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \align center
24392 \begin_inset Tabular
24393 <lyxtabular version="3" rows="9" columns="4">
24394 <features booktabs="true" tabularvalignment="middle">
24395 <column alignment="center" valignment="top" width="0pt">
24396 <column alignment="center" valignment="top" width="0pt">
24397 <column alignment="center" valignment="top" width="0pt">
24398 <column alignment="center" valignment="top" width="0pt">
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 コマンド
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 コマンド
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 コマンド
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 コマンド
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row>
24438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 sin
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 sinh
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 arcsin
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 sup
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 </row>
24483 <row>
24484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \backslash
24490 cos
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 cosh
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 arccos
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 inf
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 <row>
24530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 tan
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 tanh
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \backslash
24558 arctan
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 lim
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 cot
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 coth
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 arg
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 liminf
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 <row>
24622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626
24627 \backslash
24628 sec
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 min
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 deg
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 limsup
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 </row>
24667 <row>
24668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672
24673 \backslash
24674 csc
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683
24684 \backslash
24685 max
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694
24695 \backslash
24696 det
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \backslash
24707 Pr
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 </row>
24713 <row>
24714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718
24719 \backslash
24720 ln
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729
24730 \backslash
24731 exp
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 dim
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 hom
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 </row>
24759 <row>
24760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \backslash
24766 lg
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 log
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786
24787 \backslash
24788 ker
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797
24798 \backslash
24799 gcd
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 </lyxtabular>
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \begin_layout Standard
24813 上記は,数式ツールバーボタンの
24814 \begin_inset Info
24815 type  "icon"
24816 arg   "math-insert \\functions"
24817 \end_inset
24818
24819 でも挿入することができます.
24820 \end_layout
24821
24822 \begin_layout Subsection
24823 自己定義関数
24824 \begin_inset Index idx
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 かんすう@関数 ! じこていぎ@自己定義
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 たとえば符号関数sgn(x)のように,定義済みでない関数を使うには,二つの方法があります.
24838 \end_layout
24839
24840 \begin_layout Itemize
24841 以下の行を\SpecialChar LaTeX
24842 プリアンブルに加えることによって関数を定義します.
24843 \begin_inset Foot
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848 \series bold
24849
24850 \backslash
24851 DeclareMathOperator
24852 \series default
24853 についての詳細は,第
24854 \begin_inset CommandInset ref
24855 LatexCommand ref
24856 reference "subsec:自己定義演算子"
24857
24858 \end_inset
24859
24860 節をご参照下さい.
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset Newline newline
24867 \end_inset
24868
24869
24870 \begin_inset VSpace -3mm
24871 \end_inset
24872
24873
24874 \begin_inset Newline newline
24875 \end_inset
24876
24877
24878 \series bold
24879
24880 \backslash
24881 DeclareMathOperator{
24882 \backslash
24883 sgn}{sgn}
24884 \series default
24885
24886 \begin_inset Index idx
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890 こまんど@コマンド ! D ! 
24891 \backslash
24892 dbinom@
24893 \backslash
24894 DeclareMathOperator
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \begin_inset Newline newline
24901 \end_inset
24902
24903
24904 \begin_inset VSpace -2mm
24905 \end_inset
24906
24907
24908 \begin_inset Newline newline
24909 \end_inset
24910
24911 これによって,新しく定義された関数を
24912 \series bold
24913
24914 \backslash
24915 sgn
24916 \series default
24917 コマンドで呼び出すことができるようになります.
24918 \end_layout
24919
24920 \begin_layout Itemize
24921 数式を普通に書き下し,関数名を選択して(上記の例では
24922 \emph on
24923 sgn
24924 \emph default
24925 の文字),それを数式テキストに変更します.最後に,空白を先行する要素と関数の間に入れます.
24926 \end_layout
24927
24928 \begin_layout Standard
24929 双方とも定義済み関数と同等の出力をもたらします
24930 \begin_inset Foot
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934 \SpecialChar LyX
24935 上では,自己定義関数は赤で表示され,定義済み関数は黒で表示されます.
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \align center
24945 \begin_inset Tabular
24946 <lyxtabular version="3" rows="3" columns="2">
24947 <features booktabs="true" tabularvalignment="middle">
24948 <column alignment="center" valignment="top" width="0pt">
24949 <column alignment="center" valignment="top" width="0pt">
24950 <row>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 コマンド
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 出力
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 <row>
24971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 A
24976 \backslash
24977 sgn(x)+B
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 \begin_inset Formula $A\sgn(x)+B$
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000 A
25001 \backslash
25002 ,
25003 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25004 \end_inset
25005
25006 (x)+B
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 </row>
25024 </lyxtabular>
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 自己定義関数を何回か使用する場合には,一番目の方法の方が適切です.
25033 \end_layout
25034
25035 \begin_layout Subsection
25036 極限
25037 \begin_inset Index idx
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041 きょくげん@極限
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 極限用には,
25051 \series bold
25052
25053 \backslash
25054 lim
25055 \series default
25056
25057 \begin_inset Index idx
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061 こまんど@コマンド ! L ! 
25062 \backslash
25063 lim
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \series bold
25070
25071 \backslash
25072 liminf
25073 \series default
25074
25075 \series bold
25076
25077 \backslash
25078 limsup
25079 \series default
25080 の他に,以下の関数があります.
25081 \end_layout
25082
25083 \begin_layout Standard
25084 \align center
25085 \begin_inset Tabular
25086 <lyxtabular version="3" rows="5" columns="2">
25087 <features booktabs="true" tabularvalignment="middle">
25088 <column alignment="center" valignment="top" width="0pt">
25089 <column alignment="center" valignment="top" width="0pt">
25090 <row>
25091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 コマンド
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104 出力
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 </row>
25110 <row>
25111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 varliminf
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126 \begin_inset Formula $\varliminf$
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 <row topspace="1.5mm">
25136 <cell alignment="center" valignment="top" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140
25141 \backslash
25142 varlimsup
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151 \begin_inset Formula $\varlimsup$
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 </row>
25160 <row topspace="1.5mm">
25161 <cell alignment="center" valignment="top" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 varprojlim
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176 \begin_inset Formula $\varprojlim$
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 </row>
25185 <row topspace="1.5mm" bottomspace="1mm">
25186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 varinjlim
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Formula $\varinjlim$
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 </row>
25210 </lyxtabular>
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \begin_inset VSpace medskip
25219 \end_inset
25220
25221 極限は,下付き文字を挿入することによって示されます.行内数式では,極限は,以下のように関数の横に置かれます.
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \align center
25226 \begin_inset Tabular
25227 <lyxtabular version="3" rows="2" columns="2">
25228 <features booktabs="true" tabularvalignment="middle">
25229 <column alignment="center" valignment="top" width="0pt">
25230 <column alignment="center" valignment="top" width="0pt">
25231 <row>
25232 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236 コマンド
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 出力
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 <row>
25252 <cell alignment="center" valignment="top" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \backslash
25258 lim_x
25259 \backslash
25260 to
25261 \begin_inset space \textvisiblespace{}
25262 \end_inset
25263
25264 A
25265 \begin_inset space \textvisiblespace{}
25266 \end_inset
25267
25268 x=B
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 \begin_inset Formula $\lim_{x\to A}x=B$
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 </lyxtabular>
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 別行立て数式では,極限は,以下のように通常どおり下に置かれます.
25295 \begin_inset Formula 
25296 \[
25297 \lim_{x\to A}x=B
25298 \]
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset VSpace medskip
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 極限の組版を調整する仕方については,第
25314 \begin_inset CommandInset ref
25315 LatexCommand ref
25316 reference "subsec:演算子の範囲"
25317
25318 \end_inset
25319
25320 節をご覧ください.
25321 \end_layout
25322
25323 \begin_layout Subsection
25324 剰余関数
25325 \begin_inset Index idx
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 かんすう@関数 ! じょうよ@剰余
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \begin_inset Index idx
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339 かんすう@関数 ! もじゅらす@モジュラス
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344
25345 |see{
25346 \end_layout
25347
25348 \end_inset
25349
25350 剰余
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356 }
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \begin_layout Standard
25370 剰余関数は,特別に4つの派生型があります.
25371 \end_layout
25372
25373 \begin_layout Standard
25374 以下は,別行立て数式での派生型です.
25375 \begin_inset Formula 
25376 \begin{align*}
25377 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25378 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25379 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25380 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25381 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25382 \end{align*}
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Standard
25390 行内数式では,すべての派生型で,関数名の前の余白がすこし小さく設定されます.既定では,剰余関数は,続く一文字目だけを考慮します.二文字以上を使いたい時には,下記
25391 のように文字を\SpecialChar TeX
25392 括弧で囲みます.
25393 \begin_inset Formula 
25394 \begin{align*}
25395 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25396 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25397 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25398 \end{align*}
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Section
25406 特殊文字
25407 \begin_inset Index idx
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 とくしゅもじ@特殊文字
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \begin_layout Standard
25420 ^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
25421 \backslash
25422 を付けなくてはなりません.
25423 \end_layout
25424
25425 \begin_layout Standard
25426 \noindent
25427 \align center
25428 \begin_inset Tabular
25429 <lyxtabular version="3" rows="3" columns="2">
25430 <features booktabs="true" tabularvalignment="middle">
25431 <column alignment="left" valignment="top" width="0pt">
25432 <column alignment="block" valignment="top">
25433 <row>
25434 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 コマンド
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 出力
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 </row>
25453 <row>
25454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 ^
25461 \begin_inset space \textvisiblespace{}
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 \begin_inset Formula $\mathcircumflex$
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 </row>
25482 <row>
25483 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 _
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498 \begin_inset Formula $\_$
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 </row>
25507 </lyxtabular>
25508
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \begin_layout Subsection
25515 数式テキストにおける特殊文字
25516 \end_layout
25517
25518 \begin_layout Standard
25519 以下の各コマンドは,数式テキストか\SpecialChar TeX
25520 モード中でのみ使用することができます.
25521 \end_layout
25522
25523 \begin_layout Standard
25524 \begin_inset space \hfill{}
25525 \end_inset
25526
25527
25528 \begin_inset Tabular
25529 <lyxtabular version="3" rows="8" columns="2">
25530 <features booktabs="true" tabularvalignment="middle">
25531 <column alignment="left" valignment="top" width="0pt">
25532 <column alignment="block" valignment="top">
25533 <row>
25534 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538 コマンド
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547 出力
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558
25559 \backslash
25560 oe
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 \begin_inset Formula $\textrm{œ}$
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 OE
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{Œ}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 ae
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\textrm{æ}$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 AE
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Formula $\textrm{Æ}$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660 aa
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 \begin_inset Formula $\textrm{å}$
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 <row>
25679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \backslash
25685 AA
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694 \begin_inset Formula $\textrm{Å}$
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 </row>
25703 <row>
25704 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \backslash
25710 i
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 \begin_inset Formula $\textrm{ı}$
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 </row>
25728 </lyxtabular>
25729
25730 \end_inset
25731
25732
25733 \begin_inset space \hfill{}
25734 \end_inset
25735
25736
25737 \begin_inset Tabular
25738 <lyxtabular version="3" rows="8" columns="2">
25739 <features booktabs="true" tabularvalignment="middle">
25740 <column alignment="left" valignment="top" width="0pt">
25741 <column alignment="center" valignment="top">
25742 <row>
25743 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 コマンド
25748 \begin_inset Note Note
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752 0
25753 \begin_inset space \thinspace{}
25754 \end_inset
25755
25756 mm空白を分離用に使っているのは,そうしないと出力が¡や¿になってしまうためです.
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 出力
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row>
25777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783 o
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Formula $\textrm{ø}$
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 </row>
25801 <row>
25802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806
25807 \backslash
25808 O
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 \begin_inset Formula $\textrm{Ø}$
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833 l
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 \begin_inset Formula $\textrm{ł}$
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 <row>
25852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858 L
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset Formula $\textrm{Ł}$
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 <row>
25877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 !
25882 \begin_inset space \hspace{}
25883 \length 0mm
25884 \end_inset
25885
25886 `
25887 \begin_inset space \textvisiblespace{}
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25896 \begin_inset Text
25897
25898 \begin_layout Plain Layout
25899 \begin_inset Formula $\textrm{!`}$
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 </row>
25908 <row>
25909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 ?
25914 \begin_inset space \hspace{}
25915 \length 0mm
25916 \end_inset
25917
25918 `
25919 \begin_inset space \textvisiblespace{}
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 \begin_inset Formula $\textrm{?`}$
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945
25946 \backslash
25947 j
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 \begin_inset Formula $\textrm{ȷ}$
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 </row>
25965 </lyxtabular>
25966
25967 \end_inset
25968
25969
25970 \begin_inset space \hfill{}
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset Formula $\textrm{\textrm{Å}}$
25978 \end_inset
25979
25980
25981 \begin_inset Formula $\textrm{\textrm{Ø}}$
25982 \end_inset
25983
25984 の各文字は,数式ツールバーボタンの
25985 \begin_inset Info
25986 type  "icon"
25987 arg   "math-insert \\digamma"
25988 \end_inset
25989
25990 からも挿入することができます.
25991 \end_layout
25992
25993 \begin_layout Standard
25994 例外は,
25995 \series bold
25996 !
25997 \begin_inset space \hspace{}
25998 \length 0mm
25999 \end_inset
26000
26001 `
26002 \series default
26003
26004 \series bold
26005 ?
26006 \begin_inset space \hspace{}
26007 \length 0mm
26008 \end_inset
26009
26010 `
26011 \series default
26012 の各コマンドで,これらは直接\SpecialChar LyX
26013 中の本文に入れることができます.
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 文章中のアクセント
26018 \begin_inset CommandInset label
26019 LatexCommand label
26020 name "subsec:文章中のアクセント"
26021
26022 \end_inset
26023
26024
26025 \begin_inset Index idx
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 以下に挙げる各コマンドを使えば,すべての文字にアクセントを付けることができます.これらのコマンドは,\SpecialChar TeX
26039 モードで入れなくてはなりません.
26040 \end_layout
26041
26042 \begin_layout Standard
26043 \begin_inset space \hfill{}
26044 \end_inset
26045
26046
26047 \begin_inset Tabular
26048 <lyxtabular version="3" rows="8" columns="2">
26049 <features booktabs="true" tabularvalignment="middle">
26050 <column alignment="left" valignment="top" width="0pt">
26051 <column alignment="block" valignment="top">
26052 <row>
26053 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057 コマンド
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 出力
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079
26080 \begin_inset Quotes grd
26081 \end_inset
26082
26083 e
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 "e
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 <row>
26111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115
26116 \backslash
26117 `e
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 \begin_inset ERT
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130
26131
26132 \backslash
26133 `e
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 </row>
26144 <row>
26145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149
26150 \backslash
26151 ^
26152 \begin_inset space \textvisiblespace{}
26153 \end_inset
26154
26155 e
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 \begin_inset ERT
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168
26169
26170 \backslash
26171 ^e
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 =e
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 =e
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \backslash
26223 u
26224 \begin_inset space \textvisiblespace{}
26225 \end_inset
26226
26227 e
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset ERT
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240
26241
26242 \backslash
26243 u e
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 b
26262 \begin_inset space \textvisiblespace{}
26263 \end_inset
26264
26265 e
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 \begin_inset ERT
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279
26280 \backslash
26281 b e
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row>
26293 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297
26298 \backslash
26299 t
26300 \begin_inset space \textvisiblespace{}
26301 \end_inset
26302
26303 ee
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317
26318 \backslash
26319 t ee
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 </lyxtabular>
26331
26332 \end_inset
26333
26334
26335 \begin_inset space \hfill{}
26336 \end_inset
26337
26338
26339 \begin_inset Tabular
26340 <lyxtabular version="3" rows="8" columns="2">
26341 <features booktabs="true" tabularvalignment="middle">
26342 <column alignment="left" valignment="top" width="0pt">
26343 <column alignment="center" valignment="top">
26344 <row>
26345 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 コマンド
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 出力
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 <row>
26365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369
26370 \backslash
26371 H
26372 \begin_inset space \textvisiblespace{}
26373 \end_inset
26374
26375 e
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389
26390 \backslash
26391 H e
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 </row>
26402 <row>
26403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407
26408 \backslash
26409 'e
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422
26423
26424 \backslash
26425 'e
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row>
26437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441
26442 \backslash
26443 ~e
26444 \begin_inset Index idx
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448 ちるだ@チルダ
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 \begin_inset ERT
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466
26467
26468 \backslash
26469 ~e
26470 \end_layout
26471
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487 .e
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 .e
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 <row>
26515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519
26520 \backslash
26521 v
26522 \begin_inset space \textvisiblespace{}
26523 \end_inset
26524
26525 e
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset ERT
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538
26539
26540 \backslash
26541 v e
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 </row>
26552 <row>
26553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557
26558 \backslash
26559 d
26560 \begin_inset space \textvisiblespace{}
26561 \end_inset
26562
26563 e
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Plain Layout
26572 \begin_inset ERT
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576
26577
26578 \backslash
26579 d e
26580 \end_layout
26581
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row>
26591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595
26596 \backslash
26597 c
26598 \begin_inset space \textvisiblespace{}
26599 \end_inset
26600
26601 e
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 c e
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 </lyxtabular>
26629
26630 \end_inset
26631
26632
26633 \begin_inset space \hfill{}
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset VSpace medskip
26641 \end_inset
26642
26643
26644 \series bold
26645
26646 \backslash
26647 t
26648 \series default
26649 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,コマンド
26650 \series bold
26651
26652 \backslash
26653 t
26654 \begin_inset space \textvisiblespace{}
26655 \end_inset
26656
26657 sz
26658 \series default
26659 は,
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 t sz
26668 \end_layout
26669
26670 \end_inset
26671
26672 となります.
26673 \end_layout
26674
26675 \begin_layout Standard
26676
26677 \series bold
26678 `
26679 \series default
26680  ・
26681 \series bold
26682  '
26683 \series default
26684  ・ 
26685 \series bold
26686 ^
26687 \series default
26688  の各アクセントは,\SpecialChar TeX
26689 モードを使わなくても,母音といっしょに直接キーボードから入力することもできます.チルダ
26690 \begin_inset Foot
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694 これは,チルダがアクセントとして定義されているキーボードのみに適用されます.
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \series bold
26701 ~
26702 \series default
26703 を,
26704 \emph on
26705 a
26706 \emph default
26707
26708 \emph on
26709 n
26710 \emph default
26711
26712 \emph on
26713 o
26714 \emph default
26715 といっしょに使うときも同様です.
26716 \end_layout
26717
26718 \begin_layout Standard
26719
26720 \series bold
26721
26722 \backslash
26723 b
26724 \series default
26725
26726 \series bold
26727
26728 \backslash
26729 c
26730 \series default
26731
26732 \series bold
26733
26734 \backslash
26735 d
26736 \series default
26737
26738 \series bold
26739
26740 \backslash
26741 H
26742 \series default
26743
26744 \series bold
26745
26746 \backslash
26747 t
26748 \series default
26749
26750 \series bold
26751
26752 \backslash
26753 u
26754 \series default
26755
26756 \series bold
26757
26758 \backslash
26759 v
26760 \series default
26761 の各コマンドと,キーボードから直接挿入するアクセントは,数式テキスト中でも使うことができます.他のアクセントについては,数式内向けの特別な数式コマンドがあります
26762 .第
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "subsec:一文字に付けるアクセント"
26766
26767 \end_inset
26768
26769 節をご参照下さい.
26770 \end_layout
26771
26772 \begin_layout Standard
26773 \begin_inset VSpace bigskip
26774 \end_inset
26775
26776 さらに,
26777 \series bold
26778
26779 \backslash
26780 textcircled
26781 \series default
26782
26783 \begin_inset Index idx
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787 こまんど@コマンド ! T ! 
26788 \backslash
26789 textcircled
26790 \end_layout
26791
26792 \end_inset
26793
26794 コマンドを使えば,著作権マークのように,あらゆる数字や文字を丸で囲む—敢えて言えば,丸囲みでアクセントを付けるようなものといえるでしょう—ことができます.
26795 \end_layout
26796
26797 \begin_layout Standard
26798 \align center
26799 \begin_inset Tabular
26800 <lyxtabular version="3" rows="3" columns="2">
26801 <features booktabs="true" tabularvalignment="middle">
26802 <column alignment="center" valignment="top" width="0pt">
26803 <column alignment="center" valignment="top">
26804 <row>
26805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Plain Layout
26809 コマンド
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818 出力
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 textcircled{w}
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 \begin_inset ERT
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844
26845
26846 \backslash
26847 textcircled{w}
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 </row>
26858 <row topspace="1mm">
26859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863
26864 \backslash
26865 Large 
26866 \backslash
26867 textcircled{
26868 \backslash
26869 normalsize
26870 \backslash
26871 protect
26872 \backslash
26873 raisebox{-1.5pt}{W}}
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 \begin_inset ERT
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886
26887
26888 \backslash
26889 Large 
26890 \backslash
26891 textcircled{
26892 \backslash
26893 normalsize
26894 \backslash
26895 protect
26896 \backslash
26897 raisebox{-1.5pt}W}
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 </row>
26908 </lyxtabular>
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 ここではユーザーが,文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
26917 \series bold
26918
26919 \backslash
26920 Large
26921 \series default
26922
26923 \begin_inset Foot
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928 \begin_inset CommandInset ref
26929 LatexCommand ref
26930 reference "subsec:書体寸法"
26931
26932 \end_inset
26933
26934 節参照のこと.
26935 \end_layout
26936
26937 \end_inset
26938
26939 で丸の大きさを指定しています.そして
26940 \series bold
26941
26942 \backslash
26943 raisebox
26944 \series default
26945
26946 \begin_inset Foot
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950
26951 \begin_inset CommandInset ref
26952 LatexCommand ref
26953 reference "subsec:枠なしボックス"
26954
26955 \end_inset
26956
26957 節参照のこと.
26958 \end_layout
26959
26960 \end_inset
26961
26962 を使って,文字が真ん中にくるようにしています.
26963 \end_layout
26964
26965 \begin_layout Subsection
26966 古式数字
26967 \begin_inset Index idx
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 こしきすうじ@古式数字
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \begin_layout Standard
26980 古式数字は,
26981 \series bold
26982
26983 \backslash
26984 oldstylenums
26985 \series default
26986
26987 \begin_inset Index idx
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 こまんど@コマンド ! O ! 
26992 \backslash
26993 oldstylenums
26994 \end_layout
26995
26996 \end_inset
26997
26998 コマンドで作成することができます.このコマンドは,数式中でも\SpecialChar TeX
26999 モード中でも使うことができます.コマンド書式は,
27000 \end_layout
27001
27002 \begin_layout Standard
27003
27004 \series bold
27005
27006 \backslash
27007 oldstylenums{数字}
27008 \end_layout
27009
27010 \begin_layout Standard
27011 です.
27012 \series bold
27013
27014 \backslash
27015 oldstylenums{0123456789}
27016 \series default
27017 というコマンドは,
27018 \begin_inset Formula $\oldstylenums{0123456789}$
27019 \end_inset
27020
27021 のようになります.
27022 \end_layout
27023
27024 \begin_layout Section
27025 数式様式
27026 \begin_inset CommandInset label
27027 LatexCommand label
27028 name "sec:数式様式"
27029
27030 \end_inset
27031
27032
27033 \begin_inset Index idx
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037 すうしき@数式 ! ようしき@様式
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Itemize
27046 以下の二つの配置様式があります.
27047 \end_layout
27048
27049 \begin_deeper
27050 \begin_layout Description
27051 中央揃え 事前に定義された標準です.
27052 \end_layout
27053
27054 \begin_layout Description
27055 行頭下げ これは
27056 \family sans
27057 文書\SpecialChar menuseparator
27058 設定
27059 \family default
27060 メニューの
27061 \family sans
27062 数式オプション
27063 \family default
27064 で設定することができます.
27065 \end_layout
27066
27067 \begin_layout Standard
27068
27069 \series bold
27070 数式を字下げ
27071 \series default
27072 を指定すると下げ幅を指定することができます.既定値は使用している文書苦楽に依存して変わります.
27073 \end_layout
27074
27075 \end_deeper
27076 \begin_layout Itemize
27077 また,以下の二つの連番様式があり,
27078 \family sans
27079 文書\SpecialChar menuseparator
27080 設定
27081 \family default
27082 メニューの
27083 \family sans
27084 数式オプション
27085 \family default
27086 で設定することができます.
27087 \end_layout
27088
27089 \begin_deeper
27090 \begin_layout Description
27091 右 これが多くの場合既定値です.
27092 \end_layout
27093
27094 \begin_layout Description
27095
27096 \end_layout
27097
27098 \end_deeper
27099 \begin_layout Standard
27100 これで選択した様式は,文書中のすべての別行立て数式に用いられます.もし,中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
27101 \series bold
27102 中央揃え
27103 \series default
27104 様式を指定するようにします.そして,行頭下げにしたい数式は,flalign環境に指定するようにします.第
27105 \begin_inset CommandInset ref
27106 LatexCommand ref
27107 reference "subsec:flalign環境"
27108
27109 \end_inset
27110
27111 節をご覧下さい.
27112 \end_layout
27113
27114 \begin_layout Section
27115 多行数式
27116 \begin_inset CommandInset label
27117 LatexCommand label
27118 name "sec:多行数式"
27119
27120 \end_inset
27121
27122
27123 \begin_inset Index idx
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 すうしき@数式 ! たぎょう@多行
27128 \begin_inset space \thinspace{}
27129 \end_inset
27130
27131 ——
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Subsection
27140 概要
27141 \end_layout
27142
27143 \begin_layout Standard
27144 \SpecialChar LyX
27145 では,多行数式は,数式中で
27146 \begin_inset Info
27147 type  "shortcut"
27148 arg   "newline-insert newline"
27149 \end_inset
27150
27151 を押すことで作られます.この操作によって,第
27152 \begin_inset CommandInset ref
27153 LatexCommand ref
27154 reference "subsec:eqnarray環境"
27155
27156 \end_inset
27157
27158 節に述べられている
27159 \series bold
27160 eqnarray環境
27161 \series default
27162 が作り出されるか,あるいは文書設定で
27163 \family sans
27164 AMS mathパッケージを使う
27165 \family default
27166 オプションが選択されている場合には,第
27167 \begin_inset CommandInset ref
27168 LatexCommand ref
27169 reference "subsec:標準align環境"
27170
27171 \end_inset
27172
27173 節に述べられている
27174 \series bold
27175 align環境
27176 \series default
27177 が作り出されることになります.
27178 \end_layout
27179
27180 \begin_layout Standard
27181 他にも,
27182 \family sans
27183 挿入\SpecialChar menuseparator
27184 数式
27185 \family default
27186 メニューで作ることのできる多行数式環境があります.これらの環境は,以下の各節で説明します.
27187 \end_layout
27188
27189 \begin_layout Standard
27190 すべての多行数式において,新規行は,
27191 \begin_inset Info
27192 type  "shortcut"
27193 arg   "newline-insert newline"
27194 \end_inset
27195
27196 を押すことによって作られます.行を足したり削ったりするには,数式ツールバーボタンの
27197 \begin_inset Info
27198 type  "icon"
27199 arg   "tabular-feature append-row"
27200 \end_inset
27201
27202
27203 \begin_inset Info
27204 type  "icon"
27205 arg   "tabular-feature delete-row"
27206 \end_inset
27207
27208 を使うか,
27209 \family sans
27210 編集\SpecialChar menuseparator
27211 行と列
27212 \family default
27213 メニューを使うことができます.
27214 \end_layout
27215
27216 \begin_layout Subsubsection
27217 行間
27218 \begin_inset CommandInset label
27219 LatexCommand label
27220 name "subsec:行間"
27221
27222 \end_inset
27223
27224
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 すうしき@数式 ! たぎょう@多行
27230 \begin_inset space \thinspace{}
27231 \end_inset
27232
27233 —— ! ぎょうかん@行間
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \begin_layout Standard
27242 以下のように,多行数式において行のあいだの空白が足りないことが,ときどき起こります.
27243 \begin_inset Formula 
27244 \begin{eqnarray*}
27245 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}\\
27246 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
27247 \end{eqnarray*}
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \SpecialChar LaTeX
27256 において行間を付け加えるには,新規行コマンドに非必須の引数をとらせて指定しますが,これはまだ\SpecialChar LyX
27257 には実装されていない
27258 \begin_inset Foot
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 \begin_inset CommandInset href
27263 LatexCommand href
27264 name "LyX-bug #1505"
27265 target "https://www.lyx.org/trac/ticket/1505"
27266 literal "false"
27267
27268 \end_inset
27269
27270 を参照.
27271 \end_layout
27272
27273 \end_inset
27274
27275 ので,数式全体を\SpecialChar TeX
27276 モードで入れなくてはなりません.上記の例の行間を大きくするには,最初の行の最後に
27277 \series bold
27278
27279 \backslash
27280
27281 \backslash
27282 [3mm]
27283 \series default
27284 というコマンドを入れます.すると,次のようになります.
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 begin{eqnarray*}
27293 \end_layout
27294
27295 \begin_layout Plain Layout
27296
27297 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27298  = & 
27299 \backslash
27300 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27301 \backslash
27302
27303 \backslash
27304 [3mm]
27305 \end_layout
27306
27307 \begin_layout Plain Layout
27308
27309 4x^{2}
27310 \backslash
27311 left(B^{2}+x_{0}^{2}
27312 \backslash
27313 right)+4x_{0}x
27314 \backslash
27315 left(D-B^{2}
27316 \backslash
27317 right)+B^{2}
27318 \backslash
27319 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27320 \backslash
27321 right) & = & 0
27322 \end_layout
27323
27324 \begin_layout Plain Layout
27325
27326
27327 \backslash
27328 end{eqnarray*}
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Standard
27337 \begin_inset VSpace bigskip
27338 \end_inset
27339
27340 同一数式内のすべての行の行間を一律に指定するには,
27341 \series bold
27342
27343 \backslash
27344 jot
27345 \series default
27346
27347 \begin_inset Index idx
27348 status collapsed
27349
27350 \begin_layout Plain Layout
27351 こまんど@コマンド ! J ! 
27352 \backslash
27353 jot
27354 \end_layout
27355
27356 \end_inset
27357
27358 変数を変更します.定義は,
27359 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27360 \end_inset
27361
27362 となっています.
27363 \series bold
27364
27365 \backslash
27366 jot
27367 \series default
27368 の既定値は,3
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 ptです.上記の例のように,行間を3
27373 \begin_inset space \thinspace{}
27374 \end_inset
27375
27376 mm追加するには,
27377 \end_layout
27378
27379 \begin_layout Standard
27380
27381 \series bold
27382
27383 \backslash
27384 setlength{
27385 \backslash
27386 jot}{3mm+3pt}
27387 \end_layout
27388
27389 \begin_layout Standard
27390 というコマンドを,数式直前に\SpecialChar TeX
27391 モードで入れておきます.これを行うには,\SpecialChar LaTeX
27392 プリアンブルに
27393 \end_layout
27394
27395 \begin_layout Standard
27396
27397 \series bold
27398
27399 \backslash
27400 usepackage{calc}
27401 \end_layout
27402
27403 \begin_layout Standard
27404 という行を入れて,\SpecialChar LaTeX
27405 パッケージ
27406 \series bold
27407 calc
27408 \series default
27409
27410 \begin_inset Foot
27411 status collapsed
27412
27413 \begin_layout Plain Layout
27414
27415 \series bold
27416 calc
27417 \series default
27418 は標準的な\SpecialChar LaTeX
27419 頒布版のすべてに付属しています.
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \begin_inset Index idx
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 ぱっけーじ@パッケージ ! calc
27430 \end_layout
27431
27432 \end_inset
27433
27434  を読み込んでおく必要があります.すると,
27435 \begin_inset ERT
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440
27441 \backslash
27442 setlength{
27443 \backslash
27444 jot}{3mm+3pt}
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \begin_inset Formula 
27451 \begin{eqnarray*}
27452 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}\\
27453 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
27454 \end{eqnarray*}
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Standard
27462 \begin_inset ERT
27463 status collapsed
27464
27465 \begin_layout Plain Layout
27466
27467
27468 \backslash
27469 setlength{
27470 \backslash
27471 jot}{3pt}
27472 \end_layout
27473
27474 \end_inset
27475
27476 のような結果を得ます.行間を既定値に戻すには,
27477 \series bold
27478
27479 \backslash
27480 jot
27481 \series default
27482 をふたたび3
27483 \begin_inset space \thinspace{}
27484 \end_inset
27485
27486 ptに戻します.
27487 \end_layout
27488
27489 \begin_layout Subsubsection
27490 列間
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "subsec:列間"
27494
27495 \end_inset
27496
27497
27498 \begin_inset Index idx
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 すうしき@数式 ! たぎょう@多行
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 —— ! れつかん@列間
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 多行数式は,行列を形成します.たとえば,eqnarray環境の数式は,3列からなる行列です.この環境で列間を変更すれば,関係子周辺の余白を変更することができます
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 列間は,
27521 \series bold
27522
27523 \backslash
27524 arraycolsep
27525 \series default
27526
27527 \begin_inset Index idx
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 こまんど@コマンド ! A ! 
27532 \backslash
27533 arraycolsep
27534 \end_layout
27535
27536 \end_inset
27537
27538 変数を使って指定し,
27539 \begin_inset Newline newline
27540 \end_inset
27541
27542 列間 = 2
27543 \begin_inset space \thinspace{}
27544 \end_inset
27545
27546
27547 \series bold
27548
27549 \backslash
27550 arraycolsep
27551 \series default
27552
27553 \begin_inset Newline newline
27554 \end_inset
27555
27556 という関係があります.したがって,
27557 \end_layout
27558
27559 \begin_layout Standard
27560
27561 \series bold
27562
27563 \backslash
27564 setlength{
27565 \backslash
27566 arraycolsep}{1cm}
27567 \end_layout
27568
27569 \begin_layout Standard
27570 というコマンドを\SpecialChar TeX
27571 モードで入れると,ここから後のすべての数式の列間が2
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 cmになります.これを既定値に戻すには,
27576 \series bold
27577
27578 \backslash
27579 arraycolsep
27580 \series default
27581 を5
27582 \begin_inset space \thinspace{}
27583 \end_inset
27584
27585 ptに戻して下さい.
27586 \end_layout
27587
27588 \begin_layout Standard
27589 以下は,2
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 cmの列間を持つ数式です.
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598
27599
27600 \backslash
27601 setlength{
27602 \backslash
27603 arraycolsep}{1cm}
27604 \end_layout
27605
27606 \end_inset
27607
27608
27609 \begin_inset Formula 
27610 \begin{eqnarray*}
27611 A & = & B\\
27612 C & \ne & A
27613 \end{eqnarray*}
27614
27615 \end_inset
27616
27617 行列の既定の列間10
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621 ptを持つ数式です.
27622 \begin_inset ERT
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626
27627
27628 \backslash
27629 setlength{
27630 \backslash
27631 arraycolsep}{5pt}
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \begin_inset Formula 
27638 \begin{eqnarray*}
27639 A & = & B\\
27640 C & \ne & A
27641 \end{eqnarray*}
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Subsubsection
27649 長い数式
27650 \begin_inset Index idx
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 すうしき@数式 ! ながい@長い
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 長い数式は,以下の方法を使って組版することができます.
27664 \end_layout
27665
27666 \begin_layout Itemize
27667 左辺ないし右辺の一方が,行幅よりもかなり短いときには,以下のように,短い方を左辺に置き,右辺を二行に分けて組版します.
27668 \begin_inset Formula 
27669 \begin{eqnarray}
27670 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 \\
27671  &  & -\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}
27672 \end{eqnarray}
27673
27674 \end_inset
27675
27676 二行目の最初のマイナス記号は,行頭の文字になってしまうため,通常,表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,分数線からも離れて表
27677 示されません.これを避けるために,マイナス記号の後に
27678 \series bold
27679
27680 \backslash
27681 hspace
27682 \series default
27683 .
27684 \begin_inset Foot
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688
27689 \series bold
27690
27691 \backslash
27692 hspace
27693 \series default
27694 に関しての詳細は,第
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "subsec:可変長の空白"
27698
27699 \end_inset
27700
27701 節をご覧下さい.
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \begin_inset Index idx
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 こまんど@コマンド ! H ! 
27712 \backslash
27713 hspace
27714 \end_layout
27715
27716 \end_inset
27717
27718 コマンドを使って3
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 pt空白を入れてあります.
27723 \end_layout
27724
27725 \begin_layout Itemize
27726 数式の両辺がともに長すぎるときには,
27727 \series bold
27728
27729 \backslash
27730 lefteqn
27731 \series default
27732
27733 \begin_inset Index idx
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 こまんど@コマンド ! L ! 
27738 \backslash
27739 lefteqn
27740 \end_layout
27741
27742 \end_inset
27743
27744 コマンドを使います.これを最初の行の第一列に入れると,以下のように,続きの内容が他の列にかかって表示されます.
27745 \begin_inset Formula 
27746 \begin{eqnarray}
27747 \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 \\
27748  &  & -\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 \\
27749  &  & =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}
27750 \end{eqnarray}
27751
27752 \end_inset
27753
27754
27755 \series bold
27756
27757 \backslash
27758 lefteqn
27759 \series default
27760 を入力すると,青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,ここに数式を入力します.
27761 \begin_inset Newline newline
27762 \end_inset
27763
27764 二行め以降の行の内容は,二列め以降の列に挿入します.挿入する列が右になるほど,字下げの量が大きくなります.
27765 \begin_inset VSpace medskip
27766 \end_inset
27767
27768
27769 \begin_inset Newline newline
27770 \end_inset
27771
27772
27773 \begin_inset Note Greyedout
27774 status open
27775
27776 \begin_layout Plain Layout
27777
27778 \series bold
27779
27780 \backslash
27781 lefteqn
27782 \series default
27783 を使用する際には,以下のことにご注意下さい.
27784 \end_layout
27785
27786 \begin_layout Itemize
27787 数式では,ページ幅全部を使うことはしません.たとえば,上記の例で,最初の行に
27788 \begin_inset Formula $-B^{2}$
27789 \end_inset
27790
27791 という項を置いたとすると,ページ余白の領域に出てしまいますが,これはよくありません.幅をうまく使うには,最初の行の行頭に負の空白を入れる方法もあります.
27792 \end_layout
27793
27794 \begin_layout Itemize
27795 \SpecialChar LyX
27796 のバグによって,最初の行にマウスでカーソルを入れることはできません
27797 \begin_inset Foot
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 \begin_inset CommandInset href
27802 LatexCommand href
27803 name "LyX-bug #1429"
27804 target "https://www.lyx.org/trac/ticket/1429"
27805 literal "false"
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \end_inset
27813
27814 .カーソルを行頭に合わせて,矢印
27815 \begin_inset Flex Ruby
27816 status collapsed
27817
27818 \begin_layout Plain Layout
27819
27820 \begin_inset Argument post:1
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824 キー
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833
27834 で移動するしかありません.
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Itemize
27843 長い数式を組む他の方法として,第
27844 \begin_inset CommandInset ref
27845 LatexCommand ref
27846 reference "subsec:multline環境"
27847
27848 \end_inset
27849
27850 節と第
27851 \begin_inset CommandInset ref
27852 LatexCommand ref
27853 reference "subsec:数式の一部の多行化"
27854
27855 \end_inset
27856
27857 節で述べられている環境を用いる方法があります.
27858 \end_layout
27859
27860 \begin_layout Subsubsection
27861 多行にわたる分数
27862 \begin_inset CommandInset label
27863 LatexCommand label
27864 name "subsec:多行にわたる分数"
27865
27866 \end_inset
27867
27868
27869 \begin_inset Index idx
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 分数の分母もしくは分子が長すぎて,一行に入りきらないことがあります.この場合には,分数内で改行をしなくてはなりません.これを行うには,
27883 \series bold
27884
27885 \backslash
27886 splitfrac
27887 \series default
27888 コマンド
27889 \begin_inset Index idx
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893 こまんど@コマンド ! S ! 
27894 \backslash
27895 splitfrac
27896 \end_layout
27897
27898 \end_inset
27899
27900 を使うことができます.これを有効化するには,文書設定の
27901 \family sans
27902 数式オプション
27903 \family default
27904 で,
27905 \series bold
27906 mathtools
27907 \series default
27908 パッケージ
27909 \begin_inset Index idx
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913 ぱっけーじ@パッケージ ! mathtools
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \family sans
27920 常に読み込み
27921 \family default
27922 オプションを指定してください.
27923 \series bold
27924
27925 \backslash
27926 splitfrac
27927 \series default
27928 のスキームは
27929 \end_layout
27930
27931 \begin_layout Standard
27932
27933 \series bold
27934
27935 \backslash
27936 splitfrac{1行目}{2行目}
27937 \end_layout
27938
27939 \begin_layout Standard
27940 となっており,分母にも分子にも使うことができます.
27941 \end_layout
27942
27943 \begin_layout Standard
27944 \begin_inset Formula 
27945 \[
27946 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}
27947 \]
27948
27949 \end_inset
27950
27951 上記の最初の分子に使われているコマンドは,
27952 \end_layout
27953
27954 \begin_layout Standard
27955
27956 \series bold
27957
27958 \backslash
27959 splitfrac{xy+xy+xy+xy+xy
27960 \begin_inset space \textvisiblespace{}
27961 \end_inset
27962
27963
27964 \backslash
27965 {+wy+wy+wy+wy
27966 \end_layout
27967
27968 \begin_layout Standard
27969 です.
27970 \end_layout
27971
27972 \begin_layout Subsubsection
27973 多行にわたる括弧
27974 \begin_inset CommandInset label
27975 LatexCommand label
27976 name "subsec:多行にわたる括弧"
27977
27978 \end_inset
27979
27980
27981 \begin_inset Index idx
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Standard
27994 多行にわたる括弧を作ろうとすると,以下のような問題が生じます.
27995 \begin_inset Formula 
27996 \begin{eqnarray*}
27997 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27998  &  & \left.\cdots+B-D\right]
27999 \end{eqnarray*}
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 可変寸法の括弧は多行にわたることができないので,閉じ括弧が初めの括弧よりも小さくなってしまっています.
28008 \end_layout
28009
28010 \begin_layout Standard
28011 二行めの括弧の大きさを正しく設定するには,最初の行の終わりを
28012 \series bold
28013
28014 \backslash
28015 right.
28016 \series default
28017
28018 \begin_inset Index idx
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 こまんど@コマンド ! R ! 
28023 \backslash
28024 right
28025 \end_layout
28026
28027 \end_inset
28028
28029 とし,二行めの始めを
28030 \series bold
28031
28032 \backslash
28033 left.
28034 \begin_inset Foot
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039 \series bold
28040
28041 \backslash
28042 left
28043 \series default
28044
28045 \series bold
28046
28047 \backslash
28048 right
28049 \series default
28050 に関する詳細は,第
28051 \begin_inset CommandInset ref
28052 LatexCommand ref
28053 reference "subsec:自動の括弧丈"
28054
28055 \end_inset
28056
28057 節をご覧下さい.
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \series default
28064
28065 \begin_inset Index idx
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069 こまんど@コマンド ! L ! 
28070 \backslash
28071 left
28072 \end_layout
28073
28074 \end_inset
28075
28076 とします.一行めにおいては,範囲付き積演算子がもっとも大きな記号であり,これが二行めの括弧の大きさにならなくてはならないので,
28077 \series bold
28078
28079 \backslash
28080 left.
28081 \series default
28082 の後に,
28083 \series bold
28084
28085 \backslash
28086 vphantom
28087 \series default
28088
28089 \begin_inset space \textvisiblespace{}
28090 \end_inset
28091
28092
28093 \series bold
28094
28095 \backslash
28096 prod
28097 \series default
28098 ^
28099 \begin_inset space \textvisiblespace{}
28100 \end_inset
28101
28102
28103 \series bold
28104
28105 \backslash
28106 infty
28107 \series default
28108
28109 \begin_inset space \textvisiblespace{}
28110 \end_inset
28111
28112
28113 \series bold
28114
28115 \begin_inset Formula $\downarrow$
28116 \end_inset
28117
28118 _R=1}
28119 \series default
28120
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 こまんど@コマンド ! V ! 
28126 \backslash
28127 vphantom
28128 \end_layout
28129
28130 \end_inset
28131
28132 というコマンドを挿入します.
28133 \end_layout
28134
28135 \begin_layout Standard
28136 その結果が以下の数式です.
28137 \begin_inset Formula 
28138 \begin{eqnarray*}
28139 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28140  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28141 \end{eqnarray*}
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Subsection
28149 align環境
28150 \end_layout
28151
28152 \begin_layout Standard
28153 align環境は,すべての型の多行数式に使うことができ,とくに,いくつかの数式を並べて表示させるのに便利です.
28154 \end_layout
28155
28156 \begin_layout Standard
28157 align環境には列があり,奇数列は右揃え,偶数列は左揃えに設定されます.align環境の行にはすべて,付番することができます.
28158 \end_layout
28159
28160 \begin_layout Standard
28161 align環境は,
28162 \family sans
28163 挿入\SpecialChar menuseparator
28164 数式
28165 \family default
28166 メニューから作ることができます.
28167 \family sans
28168 編集\SpecialChar menuseparator
28169 数式\SpecialChar menuseparator
28170 数式の表記を変更
28171 \family default
28172 メニューを使えば,既存の数式をalign環境に変更することができます.
28173 \end_layout
28174
28175 \begin_layout Standard
28176 列を追加したり削除したりするには,数式ツールバーボタンの
28177 \begin_inset Info
28178 type  "icon"
28179 arg   "tabular-feature append-column"
28180 \end_inset
28181
28182
28183 \begin_inset Info
28184 type  "icon"
28185 arg   "tabular-feature delete-column"
28186 \end_inset
28187
28188 を使うか,
28189 \family sans
28190 編集\SpecialChar menuseparator
28191 行と列
28192 \family default
28193 メニューを使います.
28194 \end_layout
28195
28196 \begin_layout Subsubsection
28197 標準align環境
28198 \begin_inset CommandInset label
28199 LatexCommand label
28200 name "subsec:標準align環境"
28201
28202 \end_inset
28203
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 すうしき@数式 ! たぎょう@多行
28210 \begin_inset space \thinspace{}
28211 \end_inset
28212
28213 —— ! alignかんきょう@align環境
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Standard
28222 このalign環境は,数式中で
28223 \begin_inset Info
28224 type  "shortcut"
28225 arg   "newline-insert newline"
28226 \end_inset
28227
28228 を押すか,
28229 \family sans
28230 挿入\SpecialChar menuseparator
28231 数式\SpecialChar menuseparator
28232 AMS align環境
28233 \family default
28234 メニューで作ることができます.
28235 \end_layout
28236
28237 \begin_layout Standard
28238 以下は,二つの数式を横に並べた例ですが,これは4列からなるalign環境として作ります.
28239 \begin_inset Formula 
28240 \begin{align*}
28241 A & =\sin(B) & C & =D\\
28242 C & \ne A & B & \ne D
28243 \end{align*}
28244
28245 \end_inset
28246
28247 ご覧になって分かるように,この環境の数式は,一列めの前と偶数列の後に
28248 \series bold
28249
28250 \backslash
28251 hfill
28252 \begin_inset Foot
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256
28257 \series bold
28258
28259 \backslash
28260 hfill
28261 \series default
28262 に関する詳細は,第
28263 \begin_inset CommandInset ref
28264 LatexCommand ref
28265 reference "subsec:可変長の空白"
28266
28267 \end_inset
28268
28269 節をご覧下さい.
28270 \end_layout
28271
28272 \end_inset
28273
28274
28275 \series default
28276 があるかのように配置されます.数式様式として
28277 \series bold
28278 行頭下げ
28279 \begin_inset Foot
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283
28284 \series bold
28285 数式様式については,第
28286 \series default
28287
28288 \begin_inset CommandInset ref
28289 LatexCommand ref
28290 reference "sec:数式様式"
28291
28292 \end_inset
28293
28294 節をご覧下さい.
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \series default
28301 を使う場合には,第一列の前の
28302 \series bold
28303
28304 \backslash
28305 hfill
28306 \series default
28307 はない形で数式が設定されます.
28308 \end_layout
28309
28310 \begin_layout Subsubsection
28311 alignat環境
28312 \begin_inset Index idx
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316 すうしき@数式 ! たぎょう@多行
28317 \begin_inset space \thinspace{}
28318 \end_inset
28319
28320 —— ! alignatかんきょう@alignat環境
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 alignat環境には,事前に設定された列間が存在しません.列間は,必要ならば,第
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "subsec:空白"
28333
28334 \end_inset
28335
28336 節に述べられている空白を使用して手動で入れます.
28337 \end_layout
28338
28339 \begin_layout Standard
28340 以下は,上記の例をalignat環境に設定し,二つめの数式の頭に1
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344 cmの空白を入れたものです.
28345 \begin_inset Formula 
28346 \begin{alignat*}{2}
28347 A & =\sin(B) & \hspace{1cm}C & =D\\
28348 C & \ne A & B & \ne D
28349 \end{alignat*}
28350
28351 \end_inset
28352
28353 列間を各列ごとに設定することができるので,この環境は,とくに三つないし四つの数式を横に並べるのに向いています.
28354 \end_layout
28355
28356 \begin_layout Subsubsection
28357 flalign環境
28358 \begin_inset CommandInset label
28359 LatexCommand label
28360 name "subsec:flalign環境"
28361
28362 \end_inset
28363
28364
28365 \begin_inset Index idx
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 すうしき@数式 ! たぎょう@多行
28370 \begin_inset space \thinspace{}
28371 \end_inset
28372
28373 —— ! flalignかんきょう@flalign環境
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \begin_layout Standard
28382 この環境では,つねに,最初の二列をできるだけ左寄せにし,最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
28383 \begin_inset Formula 
28384 \begin{flalign*}
28385 A & =1 & B & =2 & C & =3\\
28386 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28387 \end{flalign*}
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395 奇数列のflalign環境を作成し,最後の列に空の\SpecialChar TeX
28396 括弧を入れておくと,数式様式として
28397 \series bold
28398 中央揃え
28399 \series default
28400 が用いられているときでも,一部の数式を左寄せにすることができます.以下は,例として
28401 \begin_inset CommandInset ref
28402 LatexCommand eqref
28403 reference "eq:VolInt"
28404
28405 \end_inset
28406
28407 式を行頭下げにしたものです.
28408 \begin_inset Formula 
28409 \begin{flalign}
28410 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28411 \end{flalign}
28412
28413 \end_inset
28414
28415 ここで,最初の二列には数式が入れられており,行頭下げ数式様式と同等の字下げを行うために,30
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 ptの空白が第1列の頭に入れてあります.
28420 \end_layout
28421
28422 \begin_layout Subsection
28423 eqnarray環境
28424 \begin_inset CommandInset label
28425 LatexCommand label
28426 name "subsec:eqnarray環境"
28427
28428 \end_inset
28429
28430
28431 \begin_inset Index idx
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 すうしき@数式 ! たぎょう@多行
28436 \begin_inset space \thinspace{}
28437 \end_inset
28438
28439 —— ! eqnarrayかんきょう@eqnarray環境
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 この環境を作成すると,三つの青枠が現れます.最初の枠の内容は右寄せに設定され,最後の枠の内容は左寄せに設定されます.中央の枠は,関係子のみを入れることを想定して
28449 いるので,その内容は中央揃えで少し小さく設定されます.
28450 \begin_inset Formula 
28451 \begin{eqnarray*}
28452 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28453 AB & AB & AB\\
28454 A & = & A
28455 \end{eqnarray*}
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Subsection
28463 gather環境
28464 \begin_inset Index idx
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468 すうしき@数式 ! たぎょう@多行
28469 \begin_inset space \thinspace{}
28470 \end_inset
28471
28472 —— ! gatherかんきょう@gather環境
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Standard
28481 この環境には,中央揃えに設定された列一つしかありません.行はすべて付番することができます.
28482 \begin_inset Formula 
28483 \begin{gather}
28484 A=1\\
28485 X=\textrm{-}1
28486 \end{gather}
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Subsection
28494 multline環境
28495 \begin_inset CommandInset label
28496 LatexCommand label
28497 name "subsec:multline環境"
28498
28499 \end_inset
28500
28501
28502 \begin_inset Index idx
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506 すうしき@数式 ! たぎょう@多行
28507 \begin_inset space \thinspace{}
28508 \end_inset
28509
28510 —— ! multlineかんきょう@multpline環境
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 gather環境同様,multline環境には,中央揃えに設定された列一つしかありません.ただし,一行めが左揃えに設定され,最終行が右揃えに設定されるのです.他
28520 の行はすべて中央揃えになります.このことから,この環境は,長い数式に使うのに向いています.用例として,
28521 \begin_inset CommandInset ref
28522 LatexCommand eqref
28523 reference "eq:lefteqn"
28524
28525 \end_inset
28526
28527 式をmultline環境に置いたものを示します.
28528 \begin_inset Formula 
28529 \begin{multline}
28530 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}\\
28531 -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}\\
28532 =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}}
28533 \end{multline}
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 文書の付番設定が右寄せ(左寄せ)になっているときには,出力では,multline環境の最後(最初)の行だけが付番されます
28542 \begin_inset Foot
28543 status collapsed
28544
28545 \begin_layout Plain Layout
28546 付番様式については,第
28547 \begin_inset CommandInset ref
28548 LatexCommand ref
28549 reference "sec:数式様式"
28550
28551 \end_inset
28552
28553 節を参照.
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \series bold
28564
28565 \backslash
28566 shoveright
28567 \begin_inset Index idx
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 こまんど@コマンド ! S ! 
28572 \backslash
28573 shoveright
28574 \end_layout
28575
28576 \end_inset
28577
28578 コマンドや
28579 \backslash
28580 shoveleft
28581 \begin_inset Index idx
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585 こまんど@コマンド ! S ! 
28586 \backslash
28587 shoveleft
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \series default
28594 コマンドを使えば,中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,以下のようにして使います.
28595 \end_layout
28596
28597 \begin_layout Standard
28598
28599 \series bold
28600
28601 \backslash
28602 shoveright{行の内容}
28603 \series default
28604 あるいは
28605 \series bold
28606
28607 \backslash
28608 shoveleft{行の内容}
28609 \end_layout
28610
28611 \begin_layout Standard
28612 \begin_inset VSpace medskip
28613 \end_inset
28614
28615
28616 \series bold
28617
28618 \backslash
28619 multlinegap
28620 \begin_inset Index idx
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 こまんど@コマンド ! M ! 
28625 \backslash
28626 multlinegap
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \series default
28633 長は,一行めの左ページ余白からの距離を指定します.既定値は0
28634 \begin_inset space \thinspace{}
28635 \end_inset
28636
28637 ptの長さです.
28638 \end_layout
28639
28640 \begin_layout Standard
28641 以下は,上記の数式に
28642 \end_layout
28643
28644 \begin_layout Standard
28645
28646 \series bold
28647
28648 \backslash
28649 setlength{
28650 \backslash
28651 multlinegap}{2cm}
28652 \end_layout
28653
28654 \begin_layout Standard
28655 というコマンドを,\SpecialChar TeX
28656 モードで直前に挿入した例です.
28657 \begin_inset ERT
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661
28662
28663 \backslash
28664 setlength{
28665 \backslash
28666 multlinegap}{2cm}
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \begin_inset Formula 
28673 \begin{multline}
28674 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}\\
28675 \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}}\\
28676 =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}}
28677 \end{multline}
28678
28679 \end_inset
28680
28681
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 setlength{
28690 \backslash
28691 multlinegap}{0pt}
28692 \end_layout
28693
28694 \end_inset
28695
28696 二行めは,
28697 \series bold
28698
28699 \backslash
28700 shoveleft
28701 \series default
28702 を使って左揃えにしています.
28703 \end_layout
28704
28705 \begin_layout Subsection
28706 数式の一部の多行化
28707 \begin_inset CommandInset label
28708 LatexCommand label
28709 name "subsec:数式の一部の多行化"
28710
28711 \end_inset
28712
28713
28714 \begin_inset Index idx
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 すうしき@数式 ! たぎょう@多行
28719 \begin_inset space \thinspace{}
28720 \end_inset
28721
28722 —— ! すうしきのいちぶ@数式の一部
28723 \end_layout
28724
28725 \end_inset
28726
28727
28728 \end_layout
28729
28730 \begin_layout Standard
28731 数式の一部分のみを多行表示したい場合には,
28732 \series bold
28733 aligned
28734 \series default
28735
28736 \series bold
28737 alignedat
28738 \series default
28739
28740 \series bold
28741 gathered
28742 \series default
28743
28744 \series bold
28745 split
28746 \series default
28747 のうちのいずれかの環境を使用します.これらは,
28748 \family sans
28749 挿入\SpecialChar menuseparator
28750 数式
28751 \family default
28752 メニューか,本節で解説している各コマンドを使用して挿入することができます.
28753 \end_layout
28754
28755 \begin_layout Standard
28756 最初の三つの環境は,環境名から
28757 \series bold
28758 ed
28759 \series default
28760 を省いた同名の多行数式環境と同じ性格を持ちますが,環境の前後に数式を続けることが可能です.たとえば,
28761 \begin_inset Formula 
28762 \[
28763 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28764 \Delta E\Delta t & \ge\frac{\hbar}{2}
28765 \end{aligned}
28766 \right\} \textrm{不確定性原理}
28767 \]
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 この数式を作るには,別行立て数式をまず作っておいて,そこに
28776 \series bold
28777
28778 \backslash
28779 aligned
28780 \begin_inset Index idx
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784 こまんど@コマンド ! A ! 
28785 \backslash
28786 aligned
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \series default
28793 コマンドを挿入しています.紫枠の中に青枠が現れるので,そこに必要に応じて,列や行を加えていきます.この多行環境の外には,括弧などの他の数式要素を入れることができ
28794 ます.
28795 \end_layout
28796
28797 \begin_layout Standard
28798 aligned環境は,長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,数式番号を行末の,数式全高の中心
28799 に配置できる利点があります.以下に例として,
28800 \begin_inset CommandInset ref
28801 LatexCommand eqref
28802 reference "eq:shortlong"
28803
28804 \end_inset
28805
28806 式にaligned環境を適用したものを示します.
28807 \begin_inset Formula 
28808 \begin{equation}
28809 \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}|}\\
28810  & -\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}|}
28811 \end{aligned}
28812 \end{equation}
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820
28821 \series bold
28822 alignedat
28823 \series default
28824
28825 \series bold
28826 gathered
28827 \series default
28828
28829 \series bold
28830 split
28831 \series default
28832 の各環境を使うには,それぞれ
28833 \series bold
28834
28835 \backslash
28836 alignedat
28837 \series default
28838
28839 \begin_inset Index idx
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843 こまんど@コマンド ! A ! 
28844 \backslash
28845 alignedat
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \series bold
28852
28853 \backslash
28854 gathered
28855 \series default
28856
28857 \begin_inset Index idx
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 こまんど@コマンド ! G ! 
28862 \backslash
28863 gathered
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \series bold
28870
28871 \backslash
28872 split
28873 \series default
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 こまんど@コマンド ! S ! 
28880 \backslash
28881 split
28882 \end_layout
28883
28884 \end_inset
28885
28886 の各コマンドを挿入します.split環境は,aligned環境と同じ性格を持ちますが,二つの列しか作ることができません.
28887 \end_layout
28888
28889 \begin_layout Subsection
28890 多行数式中のテキスト
28891 \begin_inset CommandInset label
28892 LatexCommand label
28893 name "subsec:多行数式中のテキスト"
28894
28895 \end_inset
28896
28897
28898 \begin_inset Index idx
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \begin_inset Index idx
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 すうしき @ 数式 ! たぎょう @ 多行
28913 \begin_inset space \thinspace{}
28914 \end_inset
28915
28916 —— ! てきすと @ テキスト
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 各align系環境およびmultline・gather環境では,独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,以下の書
28926 式を持つ
28927 \series bold
28928
28929 \backslash
28930 intertext
28931 \series default
28932
28933 \begin_inset Index idx
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 こまんど@コマンド ! I ! 
28938 \backslash
28939 intertext
28940 \end_layout
28941
28942 \end_inset
28943
28944 コマンドを使います.
28945 \end_layout
28946
28947 \begin_layout Standard
28948
28949 \series bold
28950
28951 \backslash
28952 intertext{テキスト}
28953 \end_layout
28954
28955 \begin_layout Standard
28956 テキストのハイフネーションを行うことはできないので,テキストは一行に収めなくてはなりません.\SpecialChar LyX
28957 は,現時点では
28958 \series bold
28959
28960 \backslash
28961 intertext
28962 \series default
28963 を直接サポートしていないので,テキストは数式テキストとして書き入れます.ここで,
28964 \series bold
28965
28966 \backslash
28967 intertext
28968 \series default
28969 は行頭になくてはならず,当該行の上に出力されます.以下は,二行めの行頭にテキストを入れた例です.
28970 \begin_inset Formula 
28971 \begin{align}
28972 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28973 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28974 \end{align}
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982
28983 \series bold
28984
28985 \backslash
28986 intertext
28987 \series default
28988 は,文と数式行の間に,常に縦空白を生み出します.この空白を抑制するには,文書設定の
28989 \family sans
28990 数式オプション
28991 \family default
28992
28993 \series bold
28994 mathtools
28995 \series default
28996
28997 \begin_inset Index idx
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 ぱっけーじ@パッケージ ! mathtools
29002 \end_layout
29003
29004 \end_inset
29005
29006 パッケージを
29007 \family sans
29008 常に読み込み
29009 \family default
29010 に設定してください.そうすると,以下のように,
29011 \series bold
29012
29013 \backslash
29014 intertext
29015 \series default
29016 の代わりに
29017 \series bold
29018
29019 \backslash
29020 shortintertext
29021 \series default
29022
29023 \begin_inset Index idx
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 こまんど@コマンド ! S ! 
29028 \backslash
29029 shortintertext
29030 \end_layout
29031
29032 \end_inset
29033
29034 コマンドを使うことができます.
29035 \begin_inset Formula 
29036 \begin{align}
29037 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29038 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29039 \end{align}
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \begin_layout Section
29047 数式番号
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 すうしきばんごう@数式番号
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \begin_inset Index idx
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 すうしき@数式 ! ばんごう@番号
29063 \begin_inset ERT
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067
29068 |see{
29069 \end_layout
29070
29071 \end_inset
29072
29073 数式番号
29074 \begin_inset ERT
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078
29079 }
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \end_layout
29091
29092 \begin_layout Subsection
29093 概要
29094 \end_layout
29095
29096 \begin_layout Standard
29097 付番数式は,
29098 \family sans
29099 挿入\SpecialChar menuseparator
29100 数式\SpecialChar menuseparator
29101 付番数式
29102 \family default
29103 メニュー(
29104 \begin_inset Flex Ruby
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 捷径
29109 \begin_inset Argument post:1
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 ショートカット
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \family sans
29125 Ctrl+Alt
29126 \begin_inset space ~
29127 \end_inset
29128
29129 N
29130 \family default
29131 )で作ることができます.既存の数式に番号を振るには,
29132 \family sans
29133 編集\SpecialChar menuseparator
29134 数式\SpecialChar menuseparator
29135 数式全体を付番
29136 \family default
29137 メニュー(捷径:
29138 \begin_inset Info
29139 type  "shortcut"
29140 arg   "math-number-toggle"
29141 \end_inset
29142
29143 )を使います.\SpecialChar LyX
29144 中において数式番号は,数式の後に括弧に囲まれた「#」で表されます.「#」は,実際の出力では数式番号に置き換えられます.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 多行数式で付番が有効になっているときには,すべての行に番号が振られます.ただし,
29149 \family sans
29150 編集\SpecialChar menuseparator
29151 数式\SpecialChar menuseparator
29152 この行を付番
29153 \family default
29154 メニュー(捷径:
29155 \begin_inset Info
29156 type  "shortcut"
29157 arg   "math-number-line-toggle"
29158 \end_inset
29159
29160 )を使用すれば,各行毎に付番するかどうか指定することができます.
29161 \end_layout
29162
29163 \begin_layout Standard
29164 行内数式を除いて,すべての数式は二通りの様式で番号を振ることができます.第
29165 \begin_inset CommandInset ref
29166 LatexCommand ref
29167 reference "sec:数式様式"
29168
29169 \end_inset
29170
29171 節をご覧下さい.
29172 \end_layout
29173
29174 \begin_layout Subsection
29175 相互参照
29176 \begin_inset Index idx
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 そうごさんしょう@相互参照 ! すうしきへの@数式への
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 ラベルを付けた数式は,すべて相互参照することができます.ラベルは,
29190 \family sans
29191 挿入\SpecialChar menuseparator
29192 ラベル
29193 \family default
29194 メニューか,ツールバーボタンの
29195 \begin_inset Info
29196 type  "icon"
29197 arg   "label-insert"
29198 \end_inset
29199
29200 で付けることができます.このとき,カーソルは別行立て数式の中になくてはなりません.すると,テキストフィールドの中に
29201 \series bold
29202 eq:と
29203 \series default
29204 いう接頭語の入ったダイアログが現れるので,接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,こうして数式ラベルであるとの標
29205 を付けることによって,節ラベルなどから区別し,大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
29206 \family sans
29207 挿入\SpecialChar menuseparator
29208 ラベル
29209 \family default
29210 メニューをもういちど使って下さい.
29211 \end_layout
29212
29213 \begin_layout Standard
29214 \SpecialChar LyX
29215 中でラベル名は,数式の後ろに,二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
29216 \end_layout
29217
29218 \begin_layout Standard
29219 相互参照は,
29220 \family sans
29221 挿入\SpecialChar menuseparator
29222 相互参照
29223 \family default
29224 メニューかツールバーボタンの
29225 \begin_inset Info
29226 type  "icon"
29227 arg   "dialog-show-new-inset ref"
29228 \end_inset
29229
29230 を使って挿入します.数式相互参照は,出力では数式番号として表示されます.相互参照ダイアログで「
29231 \series bold
29232 (<参照>)
29233 \series default
29234 」書式を選択した場合には,出力での相互参照は,括弧に囲まれた数式番号として表示されます.
29235 \begin_inset Newline newline
29236 \end_inset
29237
29238 \SpecialChar LyX
29239 中で相互参照を右クリックすると,参照先の数式に移動することができます.
29240 \end_layout
29241
29242 \begin_layout Standard
29243 以下は,後の各小節に現れる数式への相互参照を含む例です.
29244 \begin_inset Note Note
29245 status open
29246
29247 \begin_layout Plain Layout
29248 相互参照の型の違いに留意してください.
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 \begin_inset CommandInset ref
29258 LatexCommand eqref
29259 reference "eq:tag"
29260
29261 \end_inset
29262
29263 式と
29264 \begin_inset CommandInset ref
29265 LatexCommand eqref
29266 reference "eq:c"
29267
29268 \end_inset
29269
29270 式は,等価です.(
29271 \begin_inset CommandInset ref
29272 LatexCommand ref
29273 reference "eq:Rom"
29274
29275 \end_inset
29276
29277 )式とは異なり,(
29278 \begin_inset CommandInset ref
29279 LatexCommand ref
29280 reference "eq:Lat"
29281
29282 \end_inset
29283
29284 )式では,付番にラテン数字を使用しています.
29285 \end_layout
29286
29287 \begin_layout Standard
29288 \begin_inset VSpace medskip
29289 \end_inset
29290
29291
29292 \series bold
29293
29294 \backslash
29295 tag
29296 \begin_inset Foot
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301 \series bold
29302
29303 \backslash
29304 tag
29305 \series default
29306 は,第
29307 \begin_inset CommandInset ref
29308 LatexCommand ref
29309 reference "subsec:自己定義番号"
29310
29311 \end_inset
29312
29313 節に説明があります.
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \series default
29320 の引数が,第
29321 \begin_inset CommandInset ref
29322 LatexCommand ref
29323 reference "subsec:段落ボックス"
29324
29325 \end_inset
29326
29327 節で述べたボックスを含んでいるときには,その数式を参照することはできません.
29328 \end_layout
29329
29330 \begin_layout Subsection
29331 細目番号
29332 \begin_inset Index idx
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345
29346 \lang english
29347 Formulas can be numbered as subequations.
29348  To activate this feature, add the module 
29349 \family sans
29350 Subequations
29351 \family default
29352  to the document in the menu 
29353 \family sans
29354 Document\SpecialChar menuseparator
29355 Settings\SpecialChar menuseparator
29356 Modules
29357 \family default
29358 .
29359  To insert subequations use the menu 
29360 \family sans
29361 Insert\SpecialChar menuseparator
29362 Custom Insets\SpecialChar menuseparator
29363 Subequations
29364 \family default
29365 .
29366 \end_layout
29367
29368 \begin_layout Standard
29369
29370 \lang english
29371 The equations to be subnumbered are put into the 
29372 \family sans
29373 Subequations
29374 \family default
29375  inset
29376 \lang japanese
29377 .たとえば,
29378 \begin_inset Formula 
29379 \begin{equation}
29380 A=C-B
29381 \end{equation}
29382
29383 \end_inset
29384
29385
29386 \begin_inset VSpace -5mm
29387 \end_inset
29388
29389
29390 \begin_inset Flex Subequations
29391 status open
29392
29393 \begin_layout Plain Layout
29394 \begin_inset Formula 
29395 \begin{equation}
29396 B=C-A\label{eq:b}
29397 \end{equation}
29398
29399 \end_inset
29400
29401
29402 \begin_inset Formula 
29403 \begin{equation}
29404 C=A+B\label{eq:c}
29405 \end{equation}
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Standard
29418
29419 \lang english
29420 Every formula in the 
29421 \family sans
29422 Subequations
29423 \family default
29424  inset will be subnumbered with 
29425 \lang japanese
29426 a・b・c\SpecialChar ldots
29427 のように細目番号が振られます.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 細目番号への参照は,
29432 \begin_inset CommandInset ref
29433 LatexCommand eqref
29434 reference "eq:b"
29435
29436 \end_inset
29437
29438
29439 \begin_inset CommandInset ref
29440 LatexCommand eqref
29441 reference "eq:c"
29442
29443 \end_inset
29444
29445
29446 \lang english
29447 If you want to reference the subequations collectively, insert a label as
29448  first thing in the 
29449 \family sans
29450 Subequations
29451 \family default
29452  inset
29453 \lang japanese
29454 .数式
29455 \begin_inset CommandInset ref
29456 LatexCommand eqref
29457 reference "eq:以下は"
29458
29459 \end_inset
29460
29461 はその例です.
29462 \end_layout
29463
29464 \begin_layout Standard
29465
29466 \lang english
29467 By inserting subequations vertical space is added before it
29468 \lang japanese
29469 .これを戻すために,-5
29470 \begin_inset space \thinspace{}
29471 \end_inset
29472
29473 mm
29474 \lang english
29475 vertical space right before the 
29476 \family sans
29477 Subequations
29478 \family default
29479  inset
29480 \lang japanese
29481 .数式様式として
29482 \series bold
29483 行頭下げ
29484 \begin_inset Foot
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488 数式様式に関しては,第
29489 \begin_inset CommandInset ref
29490 LatexCommand ref
29491 reference "sec:数式様式"
29492
29493 \end_inset
29494
29495 節を参照.
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \series default
29502 を用いているときには,これを-7
29503 \begin_inset space \thinspace{}
29504 \end_inset
29505
29506 mm空白にしてください.
29507 \end_layout
29508
29509 \begin_layout Standard
29510
29511 \lang english
29512 To get another subnumber instead of small Latin letters, insert this command
29513  as \SpecialChar TeX
29514  code before the equations in the 
29515 \family sans
29516 Subequations
29517 \family default
29518  inset:
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523 \series bold
29524
29525 \backslash
29526 renewcommand{
29527 \backslash
29528 theequation}{
29529 \backslash
29530 theparentequation -
29531 \backslash
29532 roman{equation}}
29533 \end_layout
29534
29535 \begin_layout Standard
29536 ここで,
29537 \backslash
29538 theparentequationは親番号を生成し,
29539 \backslash
29540 roman{equation}は細目番号として小文字ローマ数字を生成します.番号付けの調整について,詳しくは第
29541 \begin_inset CommandInset ref
29542 LatexCommand ref
29543 reference "subsec:ローマ数字や文字を使った付番"
29544
29545 \end_inset
29546
29547 節を参照してください.
29548 \end_layout
29549
29550 \begin_layout Standard
29551 下記は,番号付けを調整済みで,2行目の付番を消した多行数式の例です.
29552 \begin_inset Flex Subequations
29553 status open
29554
29555 \begin_layout Plain Layout
29556 \begin_inset CommandInset label
29557 LatexCommand label
29558 name "eq:以下は"
29559
29560 \end_inset
29561
29562
29563 \begin_inset ERT
29564 status open
29565
29566 \begin_layout Plain Layout
29567
29568
29569 \backslash
29570 renewcommand{
29571 \backslash
29572 theequation}{
29573 \backslash
29574 theparentequation -
29575 \backslash
29576 roman{equation}}
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \begin_inset Formula 
29583 \begin{eqnarray}
29584 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
29585  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29586  & = & B^{2}-2BZ+Z^{2}
29587 \end{eqnarray}
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Subsection
29600 ローマ数字や文字を使った付番
29601 \begin_inset CommandInset label
29602 LatexCommand label
29603 name "subsec:ローマ数字や文字を使った付番"
29604
29605 \end_inset
29606
29607
29608 \begin_inset Index idx
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Index idx
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 数式は,ローマ数字やラテン文字を使って付番することもできます.たとえば,小文字のローマ数字を使って付番するには,数式の前に\SpecialChar TeX
29632 モードで
29633 \end_layout
29634
29635 \begin_layout Standard
29636
29637 \series bold
29638
29639 \backslash
29640 renewcommand{
29641 \backslash
29642 theequation}{
29643 \backslash
29644 roman{equation}}
29645 \end_layout
29646
29647 \begin_layout Standard
29648 というコマンドを入れます.
29649 \series bold
29650
29651 \backslash
29652 renewcommand
29653 \series default
29654
29655 \begin_inset Index idx
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 こまんど@コマンド ! R ! 
29660 \backslash
29661 renewcommand
29662 \end_layout
29663
29664 \end_inset
29665
29666 は,定義済みのコマンド
29667 \series bold
29668
29669 \backslash
29670 theequation
29671 \series default
29672 をコマンド
29673 \series bold
29674
29675 \backslash
29676 roman{equation}
29677 \series default
29678 に再定義します
29679 \begin_inset Foot
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684 \series bold
29685
29686 \backslash
29687 renewcommand
29688 \series default
29689 コマンドは,第
29690 \begin_inset CommandInset ref
29691 LatexCommand ref
29692 reference "subsec:newcommandコマンド"
29693
29694 \end_inset
29695
29696 節に述べられている
29697 \series bold
29698
29699 \backslash
29700 newcommand
29701 \series default
29702 コマンドと同じ書式を持ちます.
29703 \end_layout
29704
29705 \end_inset
29706
29707 .ここで,
29708 \series bold
29709 equation
29710 \series default
29711 は数式カウンタです.コマンド
29712 \series bold
29713
29714 \backslash
29715 the
29716 \series default
29717 をカウンタの接頭辞として使用すると,カウンタの値がアラビア数字として出力されます.数式に番号を振ると,\SpecialChar LaTeX
29718 は,内部的に
29719 \series bold
29720
29721 \backslash
29722 theequation
29723 \series default
29724 コマンドを数式の後ろに置くのです.
29725 \series bold
29726
29727 \backslash
29728 roman{equation}
29729 \begin_inset Index idx
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733 こまんど@コマンド ! R ! 
29734 \backslash
29735 roman
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \series default
29742 は,カウンタを小文字のローマ数字として出力します.
29743 \end_layout
29744
29745 \begin_layout Standard
29746 こうして,
29747 \series bold
29748
29749 \backslash
29750 renew
29751 \series default
29752 c
29753 \series bold
29754 ommand
29755 \series default
29756 コマンド以降の数式はすべて,ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,同じコマンドの
29757 \series bold
29758
29759 \backslash
29760 roman
29761 \series default
29762 の部分を
29763 \series bold
29764
29765 \backslash
29766 Roman
29767 \series default
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 こまんど@コマンド ! R ! 
29774 \backslash
29775 roman@
29776 \backslash
29777 Roman
29778 \end_layout
29779
29780 \end_inset
29781
29782 に変えて挿入します.また,小文字ラテン文字を使って「付番」したいときのために,
29783 \series bold
29784
29785 \backslash
29786 alph
29787 \series default
29788
29789 \begin_inset Index idx
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 こまんど@コマンド ! A ! 
29794 \backslash
29795 alph
29796 \end_layout
29797
29798 \end_inset
29799
29800 コマンドがあり,大文字ラテン文字を使って付番したいときのためには,
29801 \series bold
29802
29803 \backslash
29804 Alph
29805 \series default
29806
29807 \begin_inset Index idx
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 こまんど@コマンド ! A ! 
29812 \backslash
29813 alph@
29814 \backslash
29815 Alph
29816 \end_layout
29817
29818 \end_inset
29819
29820 コマンドがあります.
29821 \end_layout
29822
29823 \begin_layout Standard
29824 \begin_inset Note Greyedout
29825 status open
29826
29827 \begin_layout Plain Layout
29828
29829 \series bold
29830 【註】
29831 \series default
29832 ラテン文字を使うと,一つの文書の中で,最大26個の数式しか番号を振ることができません.
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \begin_inset Newpage newpage
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \begin_layout Standard
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850
29851 \backslash
29852 renewcommand{
29853 \backslash
29854 theequation}{
29855 \backslash
29856 roman{equation}}
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 \begin_inset Formula 
29866 \begin{equation}
29867 A=\textrm{小文字ローマ数字}
29868 \end{equation}
29869
29870 \end_inset
29871
29872
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 renewcommand{
29881 \backslash
29882 theequation}{
29883 \backslash
29884 Roman{equation}}
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \begin_inset Formula 
29891 \begin{equation}
29892 B=\textrm{大文字ローマ数字}\label{eq:Rom}
29893 \end{equation}
29894
29895 \end_inset
29896
29897
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903
29904 \backslash
29905 renewcommand{
29906 \backslash
29907 theequation}{
29908 \backslash
29909 alph{equation}}
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \begin_inset Formula 
29916 \begin{equation}
29917 C=\textrm{小文字ラテン文字}
29918 \end{equation}
29919
29920 \end_inset
29921
29922
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 renewcommand{
29931 \backslash
29932 theequation}{
29933 \backslash
29934 Alph{equation}}
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \begin_inset Formula 
29941 \begin{equation}
29942 D=\textrm{大文字ラテン文字}\label{eq:Lat}
29943 \end{equation}
29944
29945 \end_inset
29946
29947
29948 \end_layout
29949
29950 \begin_layout Standard
29951 既定の付番方式に戻すには,以下のコマンドを挿入してください.
29952 \end_layout
29953
29954 \begin_layout Standard
29955
29956 \series bold
29957
29958 \backslash
29959 renewcommand{
29960 \backslash
29961 theequation}{
29962 \backslash
29963 arabic{equation}}
29964 \begin_inset Index idx
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968 こまんど@コマンド ! A ! 
29969 \backslash
29970 arabic
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Standard
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 renewcommand{
29987 \backslash
29988 theequation}{
29989 \backslash
29990 arabic{equation}}
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \begin_inset Formula 
29997 \begin{equation}
29998 E=\textrm{アラビア数字}
29999 \end{equation}
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace medskip
30008 \end_inset
30009
30010 以上からわかるとおり,付番様式の違いに関わらず,数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,新しい数式カウンタを定義しなく
30011 てはなりません.この点に関する説明は,ファイル
30012 \begin_inset CommandInset href
30013 LatexCommand href
30014 name "Formula-numbering.lyx"
30015 target "run:Formula-numbering.lyx"
30016 literal "false"
30017
30018 \end_inset
30019
30020 にあります.
30021 \end_layout
30022
30023 \begin_layout Subsection
30024 自己定義番号
30025 \begin_inset CommandInset label
30026 LatexCommand label
30027 name "subsec:自己定義番号"
30028
30029 \end_inset
30030
30031
30032 \begin_inset Index idx
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \end_layout
30043
30044 \begin_layout Standard
30045 \begin_inset Note Greyedout
30046 status open
30047
30048 \begin_layout Plain Layout
30049
30050 \series bold
30051 【註】
30052 \series default
30053 \lang english
30054 If the document language is a right-to-left language such as Arabic, you
30055  must add this to the to the \SpecialChar LaTeX
30056 -preamble to be able to use the commands described
30057  in this section:
30058 \lang japanese
30059
30060 \begin_inset Newline newline
30061 \end_inset
30062
30063
30064 \series bold
30065
30066 \backslash
30067 AtBeginDocument{
30068 \begin_inset Newline newline
30069 \end_inset
30070
30071
30072 \begin_inset Phantom HPhantom
30073 status open
30074
30075 \begin_layout Plain Layout
30076 \begin_inset space ~
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \backslash
30086 def
30087 \backslash
30088 tagform@#1{
30089 \backslash
30090 maketag@@@{(
30091 \backslash
30092 ignorespaces#1
30093 \backslash
30094 unskip)}} }
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 \begin_inset Index idx
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30108 \end_layout
30109
30110 \end_inset
30111
30112 標準の付番では,数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,\SpecialChar LaTeX
30113 プリアンブルに以下の行を付け加えます.
30114 \end_layout
30115
30116 \begin_layout Standard
30117
30118 \series bold
30119
30120 \backslash
30121 AtBeginDocument{
30122 \begin_inset Newline newline
30123 \end_inset
30124
30125
30126 \begin_inset Phantom HPhantom
30127 status open
30128
30129 \begin_layout Plain Layout
30130 \begin_inset space ~
30131 \end_inset
30132
30133
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \backslash
30140 def
30141 \backslash
30142 tagform@#1{
30143 \backslash
30144 maketag@@@{
30145 \series default
30146
30147 \begin_inset Formula $\boldsymbol{|}$
30148 \end_inset
30149
30150
30151 \series bold
30152 #1
30153 \series default
30154
30155 \begin_inset Formula $\boldsymbol{|}$
30156 \end_inset
30157
30158
30159 \series bold
30160 }}
30161 \series default
30162  }
30163 \begin_inset Note Note
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 このマクロは,テスト用に\SpecialChar LaTeX
30168 プリアンブルで既に宣言されています.これを有効にするには,最初のパーセント記号を取り除いて下さい.
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 他の記号を使いたいときには,
30178 \series bold
30179 #1
30180 \series default
30181 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,縦棒を削除して下さい.
30182 \end_layout
30183
30184 \begin_layout Standard
30185 \begin_inset VSpace bigskip
30186 \end_inset
30187
30188 数式の後ろに,括弧に囲まれた連番の代わりに,何かしらの表現が欲しいときには,以下のように
30189 \series bold
30190
30191 \backslash
30192 tag
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 こまんど@コマンド ! T ! 
30200 \backslash
30201 tag
30202 \end_layout
30203
30204 \end_inset
30205
30206 コマンドを使います.
30207 \begin_inset Formula 
30208 \begin{equation}
30209 A+B=C\tag{何とかかんとか}\label{eq:tag}
30210 \end{equation}
30211
30212 \end_inset
30213
30214 上記の例では,
30215 \series bold
30216
30217 \backslash
30218 tag
30219 \begin_inset space \textvisiblespace{}
30220 \end_inset
30221
30222 何とかかんとか
30223 \series default
30224 というコマンドを数式に打ち込んでいます.
30225 \end_layout
30226
30227 \begin_layout Standard
30228 代わりに
30229 \series bold
30230
30231 \backslash
30232 tag*
30233 \begin_inset space \textvisiblespace{}
30234 \end_inset
30235
30236 何とかかんとか
30237 \series default
30238 というコマンドを使うと,星印は表現の周りの括弧を抑制するので,以下のようになります.
30239 \begin_inset Formula 
30240 \[
30241 A+B=C\tag*{something}
30242 \]
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 \begin_inset VSpace bigskip
30251 \end_inset
30252
30253 数式番号を,文書中の新しい部門や節ごとに振りなおしたいときには,部に関しては
30254 \begin_inset Newline newline
30255 \end_inset
30256
30257
30258 \series bold
30259
30260 \backslash
30261 @addtoreset{equation}{part}
30262 \series default
30263
30264 \begin_inset Index idx
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268 こまんど@コマンド ! 
30269 \backslash
30270 @記号 ! 
30271 \backslash
30272
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 "
30279 \end_layout
30280
30281 \end_inset
30282
30283 @
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288
30289 "
30290 \end_layout
30291
30292 \end_inset
30293
30294 addtoreset
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset Newline newline
30301 \end_inset
30302
30303 節に関しては
30304 \begin_inset Newline newline
30305 \end_inset
30306
30307
30308 \series bold
30309
30310 \backslash
30311 @addtoreset{equation}{section}
30312 \begin_inset Newline newline
30313 \end_inset
30314
30315
30316 \series default
30317 というコマンドを使います.
30318 \end_layout
30319
30320 \begin_layout Standard
30321 これらのコマンドを\SpecialChar TeX
30322 モードで使えるようにするためには,
30323 \series bold
30324
30325 \backslash
30326 makeatletter
30327 \series default
30328 コマンドで「@」字を\SpecialChar LaTeX
30329 中で「有効」にしてやらなくてはなりません.一方,
30330 \series bold
30331
30332 \backslash
30333 makeatother
30334 \series default
30335 コマンドはこれを無効にします.したがって,\SpecialChar TeX
30336 モード中での上記コマンド列は,
30337 \end_layout
30338
30339 \begin_layout Standard
30340
30341 \series bold
30342
30343 \backslash
30344 makeatletter
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \backslash
30350 @addtoreset{equation}{section}
30351 \begin_inset Newline newline
30352 \end_inset
30353
30354
30355 \backslash
30356 makeatother
30357 \begin_inset Newline newline
30358 \end_inset
30359
30360
30361 \series default
30362 のようにならなくてはなりません.
30363 \end_layout
30364
30365 \begin_layout Standard
30366 \SpecialChar LaTeX
30367 プリアンブル中では,
30368 \series bold
30369
30370 \backslash
30371 makeatletter
30372 \series default
30373
30374 \series bold
30375
30376 \backslash
30377 makeatother
30378 \series default
30379 は,\SpecialChar LyX
30380 が内部的に自動で挿入するので省略してかまいません.
30381 \end_layout
30382
30383 \begin_layout Standard
30384
30385 \series bold
30386
30387 \backslash
30388 @addtoreset
30389 \series default
30390 を戻すには,まず\SpecialChar LaTeX
30391 プリアンブル中に
30392 \end_layout
30393
30394 \begin_layout Standard
30395
30396 \series bold
30397
30398 \backslash
30399 usepackage{remreset}
30400 \end_layout
30401
30402 \begin_layout Standard
30403 という行を入れて,
30404 \series bold
30405 remreset.sty
30406 \series default
30407
30408 \begin_inset Foot
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413 \series bold
30414 remreset
30415 \series default
30416 は,\SpecialChar LaTeX
30417 パッケージの
30418 \series bold
30419 carlisle
30420 \series default
30421
30422 \begin_inset Index idx
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426 ぱっけーじ@パッケージ ! carlisle
30427 \end_layout
30428
30429 \end_inset
30430
30431 の一部として含まれており,\SpecialChar LaTeX
30432 標準頒布版には含まれています.
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \begin_inset Index idx
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 ぱっけーじ@パッケージ ! remreset
30443 \end_layout
30444
30445 \end_inset
30446
30447 ファイルを読み込んでおかなくてはなりません.その後
30448 \begin_inset Newline newline
30449 \end_inset
30450
30451
30452 \series bold
30453
30454 \backslash
30455 @removefromreset
30456 \series default
30457
30458 \begin_inset Index idx
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 こまんど@コマンド ! 
30463 \backslash
30464 @記号 ! 
30465 \backslash
30466
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472 "
30473 \end_layout
30474
30475 \end_inset
30476
30477 @
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 "
30484 \end_layout
30485
30486 \end_inset
30487
30488 removefromreset
30489 \end_layout
30490
30491 \end_inset
30492
30493 コマンドを
30494 \series bold
30495
30496 \backslash
30497 @addtoreset
30498 \series default
30499 と同じ書式で使用すると,
30500 \series bold
30501
30502 \backslash
30503 @addtoreset
30504 \series default
30505 を戻すことができます.
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace bigskip
30510 \end_inset
30511
30512 ときには,数式を
30513 \end_layout
30514
30515 \begin_layout Standard
30516
30517 \family typewriter
30518 (節番号.数式番号)
30519 \end_layout
30520
30521 \begin_layout Standard
30522 のような形で付番し,節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
30523 \end_layout
30524
30525 \begin_layout Standard
30526 このような場合のために,
30527 \series bold
30528
30529 \backslash
30530 numberwithin
30531 \series default
30532
30533 \begin_inset Index idx
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537 こまんど@コマンド ! N ! 
30538 \backslash
30539 numberwithin
30540 \end_layout
30541
30542 \end_inset
30543
30544 というコマンドがあり,
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 numberwithin{カウンタ}{節階層}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 という書式で用います.「カウンタ」は,どの番号を制御するかを表し,「節階層」は点の前に何の番号を振るのかを表します.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 したがって,ここでは\SpecialChar LaTeX
30561 プリアンブルか\SpecialChar TeX
30562 コードで
30563 \end_layout
30564
30565 \begin_layout Standard
30566
30567 \series bold
30568
30569 \backslash
30570 numberwithin{equation}{section}
30571 \end_layout
30572
30573 \begin_layout Standard
30574 という行を用いることにしましょう.その結果がこれです.
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 numberwithin{equation}{section}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Formula 
30589 \begin{equation}
30590 A+B=C
30591 \end{equation}
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 たとえば,部番号を節階層として使用して,表に付番を施すときには
30600 \begin_inset Newline newline
30601 \end_inset
30602
30603
30604 \series bold
30605
30606 \backslash
30607 numberwithin{table}{part}
30608 \series default
30609 を用います.
30610 \end_layout
30611
30612 \begin_layout Standard
30613 標準の付番方式に戻したいときや,この種の付番が文書クラスで定義されているときに,それを止めさせたい場合には,
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 renewcommand{
30622 \backslash
30623 theequation}{
30624 \backslash
30625 arabic{equation}}
30626 \begin_inset Index idx
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 こまんど@コマンド ! A ! 
30631 \backslash
30632 arabic
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \series default
30639
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 renewcommand{
30648 \backslash
30649 theequation}{
30650 \backslash
30651 arabic{equation}}
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \series bold
30658
30659 \begin_inset Newline newline
30660 \end_inset
30661
30662
30663 \series default
30664 あるいは
30665 \series bold
30666
30667 \begin_inset Newline newline
30668 \end_inset
30669
30670
30671 \backslash
30672 renewcommand{
30673 \backslash
30674 thetable}{
30675 \backslash
30676 arabic{table}}
30677 \end_layout
30678
30679 \begin_layout Standard
30680 というコマンドを\SpecialChar TeX
30681 コードとして入れるか,\SpecialChar LaTeX
30682 プリアンブルに入れます.
30683 \series bold
30684
30685 \backslash
30686 numberwithin
30687 \series default
30688 は,内部的に上記で述べた
30689 \series bold
30690
30691 \backslash
30692 @addtoreset
30693 \series default
30694 コマンドを使用しているので,これも使用後は戻しておかなくてはなりません.
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 makeatletter
30703 \end_layout
30704
30705 \begin_layout Plain Layout
30706
30707
30708 \backslash
30709 @removefromreset{equation}{section}
30710 \end_layout
30711
30712 \begin_layout Plain Layout
30713
30714
30715 \backslash
30716 makeatother
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \end_layout
30723
30724 \begin_layout Section
30725 化学記号と化学式
30726 \begin_inset CommandInset label
30727 LatexCommand label
30728 name "subsec:化学記号と化学式"
30729
30730 \end_inset
30731
30732
30733 \begin_inset Index idx
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737 かがくきごう@化学記号 ! きごう@記号
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \begin_inset Index idx
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 かがくしき@化学式
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \begin_inset Index idx
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 きごう@記号 ! かがく@化学
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \begin_layout Standard
30766 以下は,化学関係の文章の例です.
30767 \end_layout
30768
30769 \begin_layout Quote
30770 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30771 \end_inset
30772
30773 イオンは,2つの
30774 \begin_inset Formula $\mathrm{Na^{+}}$
30775 \end_inset
30776
30777 イオンと反応して,硫酸化塩
30778 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30779 \end_inset
30780
30781 を形成します.この化学式は以下のようになります.
30782 \begin_inset Formula 
30783 \begin{equation}
30784 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30785 \end{equation}
30786
30787 \end_inset
30788
30789
30790 \end_layout
30791
30792 \begin_layout Standard
30793 この化学式は,直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,全体を選択してから
30794 \begin_inset Flex Ruby
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798 捷径
30799 \begin_inset Argument post:1
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 ショートカット
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Info
30815 type  "shortcut"
30816 arg   "font-roman"
30817 \end_inset
30818
30819 を押せば,アップライトフォント様式に変更することができます
30820 \begin_inset Foot
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 フォント様式に関しては,第
30825 \begin_inset CommandInset ref
30826 LatexCommand ref
30827 reference "subsec:書体様式"
30828
30829 \end_inset
30830
30831 節を参照のこと.
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Standard
30840 化学式を組版するのにもう少し便利な方法は,\SpecialChar LaTeX
30841 パッケージ
30842 \series bold
30843 mhchem
30844 \series default
30845
30846 \begin_inset Index idx
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 ぱっけーじ@パッケージ ! mhchem
30851 \end_layout
30852
30853 \end_inset
30854
30855 が導入されているときに使用することができる
30856 \series bold
30857
30858 \backslash
30859 ce
30860 \series default
30861
30862 \begin_inset Index idx
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 こまんど@コマンド ! C ! 
30867 \backslash
30868 ce
30869 \end_layout
30870
30871 \end_inset
30872
30873 コマンドを使用することです.
30874 \series bold
30875
30876 \backslash
30877 ce
30878 \series default
30879 を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \align center
30884 \begin_inset Tabular
30885 <lyxtabular version="3" rows="10" columns="2">
30886 <features booktabs="true" tabularvalignment="middle">
30887 <column alignment="center" valignment="top" width="0pt">
30888 <column alignment="center" valignment="top">
30889 <row>
30890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894 コマンド
30895 \end_layout
30896
30897 \end_inset
30898 </cell>
30899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30900 \begin_inset Text
30901
30902 \begin_layout Plain Layout
30903 出力
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 </row>
30909 <row>
30910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30911 \begin_inset Text
30912
30913 \begin_layout Plain Layout
30914
30915 \backslash
30916 ce
30917 \begin_inset space \textvisiblespace{}
30918 \end_inset
30919
30920 H2CO3
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30926 \begin_inset Text
30927
30928 \begin_layout Plain Layout
30929 \begin_inset Formula $\ce{H2CO3}$
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \end_inset
30936 </cell>
30937 </row>
30938 <row topspace="1.5mm">
30939 <cell alignment="center" valignment="top" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \backslash
30945 ce
30946 \begin_inset space \textvisiblespace{}
30947 \end_inset
30948
30949 SO4^2-
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958 \begin_inset Formula $\ce{SO4^{2-}}$
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \end_inset
30965 </cell>
30966 </row>
30967 <row topspace="1.5mm">
30968 <cell alignment="center" valignment="top" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972
30973 \backslash
30974 ce
30975 \begin_inset space \textvisiblespace{}
30976 \end_inset
30977
30978 (NH4)2S
30979 \end_layout
30980
30981 \end_inset
30982 </cell>
30983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30984 \begin_inset Text
30985
30986 \begin_layout Plain Layout
30987 \begin_inset Formula $\ce{(NH4)2S}$
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \end_inset
30994 </cell>
30995 </row>
30996 <row topspace="1.5mm">
30997 <cell alignment="center" valignment="top" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001
31002 \backslash
31003 ce
31004 \begin_inset space \textvisiblespace{}
31005 \end_inset
31006
31007 KCr(SO4)2.12H2O
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Plain Layout
31016 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 </row>
31025 <row topspace="1.5mm">
31026 <cell alignment="center" valignment="top" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030
31031 \backslash
31032 ce
31033 \begin_inset space \textvisiblespace{}
31034 \end_inset
31035
31036 A-B
31037 \backslash
31038 dbond
31039 \begin_inset space \textvisiblespace{}
31040 \end_inset
31041
31042 C
31043 \backslash
31044 tbond
31045 \begin_inset space \textvisiblespace{}
31046 \end_inset
31047
31048 D
31049 \end_layout
31050
31051 \end_inset
31052 </cell>
31053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31054 \begin_inset Text
31055
31056 \begin_layout Plain Layout
31057 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 </row>
31066 <row topspace="1.5mm">
31067 <cell alignment="center" valignment="top" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071
31072 \backslash
31073 ce
31074 \begin_inset space \textvisiblespace{}
31075 \end_inset
31076
31077 ^227
31078 \begin_inset Formula $\downarrow$
31079 \end_inset
31080
31081 _90
31082 \begin_inset Formula $\to$
31083 \end_inset
31084
31085 Th+
31086 \end_layout
31087
31088 \end_inset
31089 </cell>
31090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31091 \begin_inset Text
31092
31093 \begin_layout Plain Layout
31094 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 </row>
31103 <row>
31104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108
31109 \backslash
31110 ce
31111 \begin_inset space \textvisiblespace{}
31112 \end_inset
31113
31114
31115 \backslash
31116 mu
31117 \begin_inset space \textvisiblespace{}
31118 \end_inset
31119
31120
31121 \backslash
31122 hyphen
31123 \begin_inset space \textvisiblespace{}
31124 \end_inset
31125
31126 Cl
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 </row>
31144 <row>
31145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31146 \begin_inset Text
31147
31148 \begin_layout Plain Layout
31149
31150 \backslash
31151 ce
31152 \begin_inset space \textvisiblespace{}
31153 \end_inset
31154
31155 CO2
31156 \begin_inset space \textvisiblespace{}
31157 \end_inset
31158
31159 +
31160 \begin_inset space \textvisiblespace{}
31161 \end_inset
31162
31163 C
31164 \begin_inset space \textvisiblespace{}
31165 \end_inset
31166
31167 <=>
31168 \begin_inset space \textvisiblespace{}
31169 \end_inset
31170
31171 2CO
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31177 \begin_inset Text
31178
31179 \begin_layout Plain Layout
31180 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31181 \end_inset
31182
31183
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 </row>
31189 <row topspace="1.5mm">
31190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194
31195 \backslash
31196 ce
31197 \begin_inset space \textvisiblespace{}
31198 \end_inset
31199
31200 CO2
31201 \begin_inset space \textvisiblespace{}
31202 \end_inset
31203
31204 +
31205 \begin_inset space \textvisiblespace{}
31206 \end_inset
31207
31208 C
31209 \begin_inset space \textvisiblespace{}
31210 \end_inset
31211
31212 ->[
31213 \backslash
31214 alpha][
31215 \backslash
31216 beta]
31217 \begin_inset space \textvisiblespace{}
31218 \end_inset
31219
31220 2CO}
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 </row>
31238 </lyxtabular>
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Standard
31246 \begin_inset Note Greyedout
31247 status open
31248
31249 \begin_layout Plain Layout
31250
31251 \series bold
31252 【註】
31253 \series default
31254 \SpecialChar LyX
31255 では,
31256 \series bold
31257 mhchem
31258 \series default
31259 の説明書通りに上矢印を得ようと^文字を使用しても,うまく行きません.代わりに,次のように,負の小空白の後に
31260 \series bold
31261
31262 \backslash
31263 uparrow
31264 \series default
31265 コマンドを続けます.
31266 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278
31279 \series bold
31280
31281 \backslash
31282 ce
31283 \series default
31284 を使うと
31285 \begin_inset CommandInset ref
31286 LatexCommand eqref
31287 reference "eq:chem-reaction"
31288
31289 \end_inset
31290
31291 式のコマンドは
31292 \begin_inset Newline newline
31293 \end_inset
31294
31295
31296 \series bold
31297  
31298 \backslash
31299 ce
31300 \begin_inset space \textvisiblespace{}
31301 \end_inset
31302
31303 2Na+
31304 \begin_inset space \textvisiblespace{}
31305 \end_inset
31306
31307 +
31308 \begin_inset space \textvisiblespace{}
31309 \end_inset
31310
31311 SO4^2-
31312 \begin_inset space \textvisiblespace{}
31313 \end_inset
31314
31315
31316 \begin_inset space \textvisiblespace{}
31317 \end_inset
31318
31319 ->
31320 \begin_inset space \textvisiblespace{}
31321 \end_inset
31322
31323 Na2SO4
31324 \begin_inset Newline newline
31325 \end_inset
31326
31327
31328 \series default
31329 のようになります.
31330 \end_layout
31331
31332 \begin_layout Standard
31333 複数行の化学式を作るには,第
31334 \begin_inset CommandInset ref
31335 LatexCommand ref
31336 reference "sec:多行数式"
31337
31338 \end_inset
31339
31340 節に述べられている方法で,多行数式をまず作ります.その後,数式の小さな青いボックスそれぞれに
31341 \series bold
31342
31343 \backslash
31344 ce
31345 \series default
31346 コマンドを使用します.
31347 \begin_inset CommandInset ref
31348 LatexCommand eqref
31349 reference "eq:TEOS-reaction-1"
31350
31351 \end_inset
31352
31353 式と
31354 \begin_inset CommandInset ref
31355 LatexCommand eqref
31356 reference "eq:TEOS-reaction-2"
31357
31358 \end_inset
31359
31360 式は,多段化学反応式の例で,一つの式毎に番号が振られています.
31361 \begin_inset Formula 
31362 \begin{eqnarray}
31363 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31364 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31365 \end{eqnarray}
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \series bold
31375 mhchem
31376 \series default
31377 パッケージは,
31378 \series bold
31379
31380 \backslash
31381 ce
31382 \series default
31383 の他に,特殊ケースに使用する
31384 \series bold
31385
31386 \backslash
31387 cf
31388 \series default
31389
31390 \begin_inset Index idx
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394 こまんど@コマンド ! C ! 
31395 \backslash
31396 cf
31397 \end_layout
31398
31399 \end_inset
31400
31401 コマンドを提供しています.
31402 \series bold
31403
31404 \backslash
31405 cf
31406 \series default
31407 の詳しい情報と例示については,
31408 \series bold
31409 mhchem
31410 \series default
31411
31412 \begin_inset CommandInset citation
31413 LatexCommand cite
31414 key "mhchem"
31415 literal "true"
31416
31417 \end_inset
31418
31419 の取扱説明書をご覧ください.
31420 \end_layout
31421
31422 \begin_layout Section
31423 図解
31424 \end_layout
31425
31426 \begin_layout Standard
31427 \SpecialChar LyX
31428 は,二つの型の可換図
31429 \series bold
31430 amscd
31431 \series default
31432 および
31433 \series bold
31434 xymatrix
31435 \series default
31436 をサポートしており,以下でこれらの説明をします.
31437 \end_layout
31438
31439 \begin_layout Subsection
31440 amscd図解
31441 \begin_inset Index idx
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 ずかい@図解 ! amscd
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 この型の図解は,以下のように,関係を縦横の線や矢印で図示します.
31455 \begin_inset Formula 
31456 \[
31457 \begin{CD}A@>>>B@>>>C\\
31458 @AAA@.@VVV\\
31459 F@<<<E@<<<D
31460 \end{CD}
31461 \]
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 これを作るには,数式に
31470 \series bold
31471
31472 \backslash
31473 CD
31474 \begin_inset Index idx
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 こまんど@コマンド ! C ! 
31479 \backslash
31480 CD
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \series default
31487 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,ここにコマンドを入れていきます.
31488 \begin_inset Info
31489 type  "shortcut"
31490 arg   "newline-insert newline"
31491 \end_inset
31492
31493 を押すと,新しい行が作られます.水平方向の関係は奇数行に入れ,垂直方向の関係は偶数行に入れます.
31494 \end_layout
31495
31496 \begin_layout Standard
31497 関係を作るには,以下のコマンドがあります.
31498 \end_layout
31499
31500 \begin_layout Itemize
31501 \begin_inset Formula $\boldsymbol{@<<<}$
31502 \end_inset
31503
31504 は左矢印,
31505 \begin_inset Formula $\boldsymbol{@>>>}$
31506 \end_inset
31507
31508 は右矢印,
31509 \series bold
31510 @=
31511 \series default
31512 は長い等号を生成します.
31513 \end_layout
31514
31515 \begin_layout Itemize
31516
31517 \series bold
31518 @AAA
31519 \series default
31520 は上矢印,
31521 \series bold
31522 @VVV
31523 \series default
31524 は下矢印,
31525 \begin_inset Formula $\boldsymbol{@|}$
31526 \end_inset
31527
31528 は縦向きの等号を生成します.
31529 \end_layout
31530
31531 \begin_layout Itemize
31532
31533 \series bold
31534 @.
31535 \series default
31536 は関係が存在しない部分に置きます.
31537 \end_layout
31538
31539 \begin_layout Standard
31540 矢印はすべて,以下のようにラベル付けをすることができます.
31541 \end_layout
31542
31543 \begin_layout Itemize
31544 文章を,第1と第2の「
31545 \begin_inset Formula $<$
31546 \end_inset
31547
31548 」ないし「
31549 \begin_inset Formula $>$
31550 \end_inset
31551
31552 」のあいだに入れると,この文章は矢印の上に表示されます.第2・第3の「
31553 \begin_inset Formula $<$
31554 \end_inset
31555
31556 」ないし「
31557 \begin_inset Formula $>$
31558 \end_inset
31559
31560 」のあいだに入れると,矢印の下に表示されます.
31561 \end_layout
31562
31563 \begin_layout Itemize
31564 縦矢印に付ける文章を,第1・第2の「A」ないし「V」のあいだに入れると,この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,矢印の右に表示され
31565 ます.文章中に「A」や「V」の文字があるときには,これらは\SpecialChar TeX
31566 括弧の中に入れなくてはなりません.
31567 \end_layout
31568
31569 \begin_layout Standard
31570 以下は,上記のすべての関係を使った例です.
31571 \end_layout
31572
31573 \begin_layout Standard
31574 \begin_inset Formula 
31575 \[
31576 \begin{CD}A@>j>>B@>>k>C@=F\\
31577 @AmAA@.@VV{V}V@|\\
31578 D@<<j<E@>k>>F@=C
31579 \end{CD}
31580 \]
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 これを作るコマンドは,以下のとおりです.
31589 \begin_inset Newline newline
31590 \end_inset
31591
31592
31593 \series bold
31594
31595 \backslash
31596 CD
31597 \begin_inset space \textvisiblespace{}
31598 \end_inset
31599
31600 A
31601 \begin_inset Formula $\boldsymbol{@>}$
31602 \end_inset
31603
31604 j
31605 \begin_inset Formula $\boldsymbol{>>}$
31606 \end_inset
31607
31608 B
31609 \begin_inset Formula $\boldsymbol{@>>}$
31610 \end_inset
31611
31612 k
31613 \begin_inset Formula $\boldsymbol{>}$
31614 \end_inset
31615
31616 C@=F Ctrl+Return
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620
31621 \begin_inset Phantom HPhantom
31622 status open
31623
31624 \begin_layout Plain Layout
31625
31626 \series bold
31627
31628 \backslash
31629 CD
31630 \begin_inset space \textvisiblespace{}
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \end_inset
31637
31638 @AmAA@.@VV
31639 \backslash
31640 {V
31641 \series default
31642
31643 \begin_inset Formula $\to$
31644 \end_inset
31645
31646
31647 \series bold
31648 V
31649 \begin_inset Formula $\boldsymbol{@|}$
31650 \end_inset
31651
31652  Ctrl+Return
31653 \begin_inset Newline newline
31654 \end_inset
31655
31656
31657 \begin_inset Phantom HPhantom
31658 status open
31659
31660 \begin_layout Plain Layout
31661
31662 \series bold
31663
31664 \backslash
31665 CD
31666 \begin_inset space \textvisiblespace{}
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \end_inset
31673
31674 D
31675 \begin_inset Formula $\boldsymbol{@<<}$
31676 \end_inset
31677
31678 j
31679 \begin_inset Formula $\boldsymbol{<}$
31680 \end_inset
31681
31682 E
31683 \begin_inset Formula $\boldsymbol{@>}$
31684 \end_inset
31685
31686 k
31687 \begin_inset Formula $\boldsymbol{>>}$
31688 \end_inset
31689
31690 F@=C
31691 \end_layout
31692
31693 \begin_layout Subsection
31694 xymatrix図解
31695 \begin_inset Index idx
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699 ずかい@図解 ! xymatrix
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Standard
31708 xymatricesを使うには,\SpecialChar LaTeX
31709 パッケージの
31710 \series bold
31711 xypic
31712 \series default
31713 が導入済みである必要があります.xymatrixは,数式中に
31714 \series bold
31715
31716 \backslash
31717 xymatrix
31718 \series default
31719 コマンドを入れることで作ることができます.すると,通常の行列と同じようにして,列や行を付け加えることができます.第
31720 \begin_inset CommandInset ref
31721 LatexCommand ref
31722 reference "sec:行列"
31723
31724 \end_inset
31725
31726 節をご参照下さい.
31727 \end_layout
31728
31729 \begin_layout Standard
31730 amscd図解とは異なり,xymatricesは,対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
31731 \family sans
31732 ヘルプ\SpecialChar menuseparator
31733 用途別説明書\SpecialChar menuseparator
31734 XY-pic説明書
31735 \family default
31736 メニューにある
31737 \emph on
31738 XY-pic説明書
31739 \emph default
31740 で詳しく網羅しています.
31741 \end_layout
31742
31743 \begin_layout Subsection
31744 ファインマン図
31745 \series medium
31746
31747 \begin_inset Index idx
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751 ずかい@図解 ! ファインマン
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Standard
31760 ファインマン図を使うには,\SpecialChar LaTeX
31761 パッケージ
31762 \series bold
31763 feyn
31764 \series default
31765 を導入しておかなくてはなりません.すると,ファインマン図は,数式中で
31766 \series bold
31767
31768 \backslash
31769 Diagram
31770 \series default
31771 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31772 \begin_inset CommandInset ref
31773 LatexCommand ref
31774 reference "sec:行列"
31775
31776 \end_inset
31777
31778 節参照).
31779 \end_layout
31780
31781 \begin_layout Standard
31782 \SpecialChar LyX
31783 でのファインマン図の作り方は,メニュー
31784 \family sans
31785 ヘルプ\SpecialChar menuseparator
31786 用途別説明書
31787 \family default
31788 内の『
31789 \emph on
31790 ファインマン図
31791 \emph default
31792 』にあります.
31793 \end_layout
31794
31795 \begin_layout Section
31796 自己定義コマンド
31797 \begin_inset Index idx
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801 じこていぎこまんど@自己定義コマンド
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset Note Greyedout
31811 status open
31812
31813 \begin_layout Plain Layout
31814 【註】自己定義コマンド名及びマクロ名には,ラテン文字しか使用することができません.
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \end_layout
31821
31822 \begin_layout Subsection
31823
31824 \backslash
31825 newcommandコマンド
31826 \begin_inset CommandInset label
31827 LatexCommand label
31828 name "subsec:newcommandコマンド"
31829
31830 \end_inset
31831
31832
31833 \begin_inset Index idx
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 じこていぎこまんど@自己定義コマンド ! 
31838 \backslash
31839 newcommand
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \begin_inset Index idx
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 こまんど@コマンド ! N ! 
31850 \backslash
31851 newcommand
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \end_layout
31858
31859 \begin_layout Standard
31860 頻繁に用いるには,長すぎる\SpecialChar LaTeX
31861 コマンドはたくさんありますが,
31862 \series bold
31863
31864 \backslash
31865 newcommand
31866 \series default
31867 コマンドを使えば,新しい短縮コマンドを定義することが可能です.
31868 \end_layout
31869
31870 \begin_layout Standard
31871
31872 \series bold
31873
31874 \backslash
31875 newcommand
31876 \series default
31877 コマンドの書式は,
31878 \end_layout
31879
31880 \begin_layout Standard
31881
31882 \series bold
31883
31884 \backslash
31885 newcommand{新コマンド名}[引数の数][オプションの値]
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889
31890 \begin_inset Phantom HPhantom
31891 status open
31892
31893 \begin_layout Plain Layout
31894
31895 \series bold
31896
31897 \backslash
31898 newcommand
31899 \end_layout
31900
31901 \end_inset
31902
31903 {コマンド定義}
31904 \end_layout
31905
31906 \begin_layout Standard
31907 です.
31908 \end_layout
31909
31910 \begin_layout Standard
31911 \begin_inset Note Greyedout
31912 status open
31913
31914 \begin_layout Plain Layout
31915
31916 \series bold
31917 【註】
31918 \series default
31919 新コマンド名が,使用中の文書や呼び出している\SpecialChar LaTeX
31920 パッケージで,既に使用されていないことを確認して下さい.たとえば,
31921 \series bold
31922
31923 \backslash
31924 Leftarrow
31925 \series default
31926 の短縮のつもりで
31927 \series bold
31928
31929 \backslash
31930 le
31931 \series default
31932 というコマンドを定義したとすると,
31933 \series bold
31934
31935 \backslash
31936 le
31937 \series default
31938 は既に「
31939 \begin_inset Formula $\le$
31940 \end_inset
31941
31942 」を表すコマンドとして定義されてしまっているので,エラーメッセージが表示されます.
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \begin_layout Standard
31951 「引数の数」は,0
31952 \begin_inset space \thinspace{}
31953 \end_inset
31954
31955 -
31956 \begin_inset space \thinspace{}
31957 \end_inset
31958
31959 9の範囲の整数であり,新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,非必須の引数の既定値を定義できます.これを指定すると,新コマン
31960 ドの
31961 \emph on
31962 最初の
31963 \emph default
31964 引数は,自動的に非必須の引数になります.
31965 \end_layout
31966
31967 \begin_layout Standard
31968 以下にいくつかの例を挙げます.
31969 \end_layout
31970
31971 \begin_layout Itemize
31972
31973 \series bold
31974
31975 \backslash
31976 Longrightarrow
31977 \series default
31978 の短縮形として
31979 \series bold
31980
31981 \backslash
31982 gr
31983 \series default
31984 というコマンドを定義するには,\SpecialChar LaTeX
31985 プリアンブルに以下の行を加えます.
31986 \begin_inset VSpace medskip
31987 \end_inset
31988
31989
31990 \begin_inset Newline newline
31991 \end_inset
31992
31993
31994 \series bold
31995
31996 \backslash
31997 newcommand{
31998 \backslash
31999 gr}{
32000 \backslash
32001 Longrightarrow}
32002 \end_layout
32003
32004 \begin_layout Itemize
32005
32006 \series bold
32007
32008 \backslash
32009 underline
32010 \series default
32011 の短縮形として
32012 \series bold
32013
32014 \backslash
32015 us
32016 \series default
32017 というコマンドを定義するには,(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,以下のようなプリアンブル行を入れます.
32018 \begin_inset VSpace medskip
32019 \end_inset
32020
32021
32022 \begin_inset Newline newline
32023 \end_inset
32024
32025
32026 \series bold
32027
32028 \backslash
32029 newcommand{
32030 \backslash
32031 us}[1]{
32032 \backslash
32033 underline{#1}}
32034 \series default
32035
32036 \begin_inset VSpace medskip
32037 \end_inset
32038
32039
32040 \begin_inset Newline newline
32041 \end_inset
32042
32043
32044 \series bold
32045 #
32046 \series default
32047 」という文字は,引数の入る場所を示し,その後ろの「
32048 \series bold
32049 1
32050 \series default
32051 」は,これが第1引数の入る場所であることを示します.
32052 \end_layout
32053
32054 \begin_layout Itemize
32055
32056 \series bold
32057
32058 \backslash
32059 framebox
32060 \series default
32061 の短縮形として,たとえば
32062 \series bold
32063
32064 \backslash
32065 fb
32066 \series default
32067 というコマンドを定義するには,
32068 \begin_inset VSpace medskip
32069 \end_inset
32070
32071
32072 \begin_inset Newline newline
32073 \end_inset
32074
32075
32076 \series bold
32077
32078 \backslash
32079 newcommand{
32080 \backslash
32081 fb}[3]{
32082 \backslash
32083 framebox#1#2{$#3$}}
32084 \series default
32085
32086 \begin_inset VSpace medskip
32087 \end_inset
32088
32089
32090 \begin_inset Newline newline
32091 \end_inset
32092
32093 二つのドルマークは,
32094 \series bold
32095
32096 \backslash
32097 framebox
32098 \series default
32099 が必要とする内部の数式を作り出します.第
32100 \begin_inset CommandInset ref
32101 LatexCommand ref
32102 reference "subsec:枠付きボックス"
32103
32104 \end_inset
32105
32106 節をご参照下さい.
32107 \end_layout
32108
32109 \begin_layout Itemize
32110 ボックスの色を指定する必要がない
32111 \series bold
32112
32113 \backslash
32114 fcolorbox
32115 \series default
32116 用の新コマンドを作るには,以下のように,色を示す引数を非必須として定義します.
32117 \begin_inset VSpace medskip
32118 \end_inset
32119
32120
32121 \begin_inset Newline newline
32122 \end_inset
32123
32124
32125 \series bold
32126
32127 \backslash
32128 newcommand{
32129 \backslash
32130 cb}[3][white]{
32131 \backslash
32132 fcolorbox{#2}{#1}{$#3$}}
32133 \series default
32134
32135 \begin_inset VSpace medskip
32136 \end_inset
32137
32138
32139 \begin_inset Newline newline
32140 \end_inset
32141
32142
32143 \series bold
32144
32145 \backslash
32146 cb
32147 \series default
32148 を使うときに色が指定されなければ,事前に定義された色である
32149 \series bold
32150 white
32151 \series default
32152 が使用されます.
32153 \end_layout
32154
32155 \begin_layout Standard
32156 以下は,上で定義したコマンドの動作テストです.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 \align center
32161 \begin_inset Tabular
32162 <lyxtabular version="3" rows="6" columns="2">
32163 <features booktabs="true" tabularvalignment="middle">
32164 <column alignment="center" valignment="top" width="0pt">
32165 <column alignment="center" valignment="top">
32166 <row>
32167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171 コマンド
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 出力
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 </row>
32186 <row>
32187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32188 \begin_inset Text
32189
32190 \begin_layout Plain Layout
32191 A
32192 \backslash
32193 gr
32194 \begin_inset space \textvisiblespace{}
32195 \end_inset
32196
32197 B
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206 \begin_inset Formula $A\gr B$
32207 \end_inset
32208
32209
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 </row>
32215 <row>
32216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220
32221 \backslash
32222 us{ABcd
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 \begin_inset Formula $\us{ABcd}$
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 </row>
32240 <row topspace="1mm">
32241 <cell alignment="center" valignment="top" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245
32246 \backslash
32247 fb{[2cm]
32248 \begin_inset Formula $\to$
32249 \end_inset
32250
32251
32252 \backslash
32253 {
32254 \begin_inset Formula $\to$
32255 \end_inset
32256
32257
32258 \backslash
32259 {
32260 \backslash
32261 int
32262 \begin_inset space \textvisiblespace{}
32263 \end_inset
32264
32265 A=B
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 </row>
32283 <row topspace="1.5mm">
32284 <cell alignment="center" valignment="top" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288
32289 \backslash
32290 cb{red
32291 \begin_inset Formula $\to$
32292 \end_inset
32293
32294
32295 \backslash
32296 {
32297 \backslash
32298 int
32299 \begin_inset space \textvisiblespace{}
32300 \end_inset
32301
32302 A=B
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 \begin_inset Formula $\cb{red}{\int A=B}$
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 <row topspace="1.5mm" bottomspace="1mm">
32321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325
32326 \backslash
32327 cb[green]
32328 \backslash
32329 {red
32330 \begin_inset Formula $\to$
32331 \end_inset
32332
32333
32334 \backslash
32335 {
32336 \backslash
32337 int
32338 \begin_inset space \textvisiblespace{}
32339 \end_inset
32340
32341 A=B
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 </row>
32359 </lyxtabular>
32360
32361 \end_inset
32362
32363
32364 \end_layout
32365
32366 \begin_layout Subsection
32367 数式マクロ
32368 \begin_inset Index idx
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \begin_inset Index idx
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 まくろ@マクロ
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 自己定義コマンドは,複雑な表現を使うときに特に便利です.たとえば,文書中で二次方程式を扱っているとすると,同じような解の形が何度も出てきます.二次方程式の一般型
32392 は,
32393 \begin_inset Formula 
32394 \[
32395 0=\lambda^{2}+p\lambda+q
32396 \]
32397
32398 \end_inset
32399
32400 であり,その解の一般型は
32401 \begin_inset Formula 
32402 \[
32403 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32404 \]
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \begin_layout Standard
32412 です.
32413 \begin_inset Formula $\lambda$
32414 \end_inset
32415
32416
32417 \begin_inset Formula $p$
32418 \end_inset
32419
32420
32421 \begin_inset Formula $q$
32422 \end_inset
32423
32424 の3つのパラメータを指定することが必須であり,
32425 \begin_inset Formula $\lambda$
32426 \end_inset
32427
32428 の指数をオプションとして与えることができるような,解の公式のコマンドを定義するには,以下のような\SpecialChar LaTeX
32429 プリアンブル行を加えます.
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \series bold
32435
32436 \backslash
32437 newcommand{
32438 \backslash
32439 qG}[4][1,
32440 \backslash
32441 ,2]{#2_{#1}=-
32442 \backslash
32443 frac{#3}{2}
32444 \backslash
32445 pm
32446 \begin_inset Newline newline
32447 \end_inset
32448
32449
32450 \begin_inset Phantom HPhantom
32451 status open
32452
32453 \begin_layout Plain Layout
32454
32455 \series bold
32456
32457 \backslash
32458 newcommand
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \backslash
32465 sqrt{
32466 \backslash
32467 frac{#3^{2}}{4}-#4}}
32468 \end_layout
32469
32470 \begin_layout Standard
32471 これを使って解の公式を作るには,
32472 \begin_inset Newline newline
32473 \end_inset
32474
32475
32476 \series bold
32477
32478 \backslash
32479 qG{
32480 \backslash
32481 lambda
32482 \begin_inset Formula $\to$
32483 \end_inset
32484
32485
32486 \backslash
32487 {p
32488 \begin_inset Formula $\to$
32489 \end_inset
32490
32491
32492 \backslash
32493 {q
32494 \series default
32495 というコマンドを数式に入れます.
32496 \end_layout
32497
32498 \begin_layout Standard
32499 新コマンドを定義する方法は,たとえば\SpecialChar LaTeX
32500 中で分数は
32501 \series bold
32502
32503 \backslash
32504 frac{分子}{分母}
32505 \series default
32506 の形で入れなくてはならないことなど,使用するすべての\SpecialChar LaTeX
32507 コマンドの書式を知っている必要があるので,直感的ではありません.さらに,定義中で中括弧を入れ忘れることはよく
32508 あり,それをやってしまうと,\SpecialChar LyX
32509 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,\SpecialChar LyX
32510 は,
32511 \series bold
32512
32513 \backslash
32514 newcommand
32515 \series default
32516 コマンドの代わりに,数式マクロを使う方法を提供しています.
32517 \end_layout
32518
32519 \begin_layout Standard
32520 数式マクロは,
32521 \family sans
32522 挿入\SpecialChar menuseparator
32523 数式\SpecialChar menuseparator
32524 マクロ
32525 \family default
32526 メニューか,ツールバーボタンの
32527 \begin_inset Info
32528 type  "icon"
32529 arg   "math-macro newmacroname_newcommand"
32530 \end_inset
32531
32532 で作ることができます.すると,数式マクロツールバーが表示されるとともに,マクロを定義した箇所に以下のようなボックスが現れます.
32533 \begin_inset Newline newline
32534 \end_inset
32535
32536
32537 \begin_inset space \hspace*{\fill}
32538 \end_inset
32539
32540
32541 \begin_inset Graphics
32542         filename clipart/macrobox.png
32543         scale 95
32544
32545 \end_inset
32546
32547
32548 \begin_inset space \hspace*{\fill}
32549 \end_inset
32550
32551
32552 \begin_inset Newline newline
32553 \end_inset
32554
32555
32556 \begin_inset FormulaMacro
32557 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32558 \end_inset
32559
32560
32561 \backslash
32562 newmacronameが既定のマクロ名として現れますが,意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
32563 \series bold
32564
32565 \backslash
32566 #1
32567 \series default
32568 のように
32569 \series bold
32570
32571 \backslash
32572 #引数番号
32573 \series default
32574 というコマンドで入力するか,マクロツールバーボタンの
32575 \begin_inset Info
32576 type  "icon"
32577 arg   "math-macro-add-param"
32578 \end_inset
32579
32580 を使用します.引数位置は赤で表示されます.引数は,最大で9つまでとることができます.非必須引数は,ツールバーボタンの
32581 \begin_inset Info
32582 type  "icon"
32583 arg   "math-macro-add-optional-param"
32584 \end_inset
32585
32586 で作ることができます.最初の必須引数は,ツールバーボタンの
32587 \begin_inset Info
32588 type  "icon"
32589 arg   "math-macro-make-optional"
32590 \end_inset
32591
32592 を使って,非必須引数にすることができます.二つ目の青枠には,\SpecialChar LyX
32593 中でのマクロの表示のしかたを定義することができます.通常は,定義したとおりに表示された方が便利なので
32594 ,この枠は空白にしておきます.しかし,画面の過半を占拠してしまうようなマクロを作ってしまった場合には,たとえばこの枠に
32595 \begin_inset Newline newline
32596 \end_inset
32597
32598
32599 \series bold
32600 qG: 
32601 \backslash
32602 #1
32603 \series default
32604  
32605 \series bold
32606 ,
32607 \series default
32608  
32609 \series bold
32610
32611 \backslash
32612 #2
32613 \series default
32614  
32615 \series bold
32616 ,
32617 \series default
32618  
32619 \series bold
32620
32621 \backslash
32622 #3, 
32623 \backslash
32624 #4
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \series default
32630 のように入れることができます.このようにすると,マクロ名と引数のみが\SpecialChar LyX
32631 上に表示され,見通しが良くなります.一方,出力での数式は,最初の枠で定義したように表示されま
32632 す.
32633 \begin_inset Newline newline
32634 \end_inset
32635
32636 さらに,数式中のマクロ表示は,マクロの中にカーソルを置いて,
32637 \family sans
32638 表示\SpecialChar menuseparator
32639 数式マクロを展開(畳む)
32640 \family default
32641 メニューを使うことで,マクロ毎に変えることができます.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 マクロを使うには,数式中にマクロ名をコマンドとして入れます.上記の例では,
32646 \series bold
32647
32648 \backslash
32649 qG
32650 \series default
32651 とします.このマクロは,\SpecialChar LyX
32652 中では以下のように表示されます.
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656
32657 \begin_inset space \hspace*{\fill}
32658 \end_inset
32659
32660
32661 \begin_inset Graphics
32662         filename ../clipart/macrouse.png
32663         scale 95
32664
32665 \end_inset
32666
32667
32668 \begin_inset space \hspace*{\fill}
32669 \end_inset
32670
32671
32672 \begin_inset Newline newline
32673 \end_inset
32674
32675 以下は,上記の例に,引数
32676 \begin_inset Formula $x$
32677 \end_inset
32678
32679
32680 \begin_inset Formula $\ln(x)$
32681 \end_inset
32682
32683
32684 \begin_inset Formula $B$
32685 \end_inset
32686
32687 を指定したものです.
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \begin_inset Formula 
32692 \[
32693 \qG x{\ln(x)}B
32694 \]
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Standard
32702 \SpecialChar LyX
32703 は,
32704 \family sans
32705 ツール\SpecialChar menuseparator
32706 設定\SpecialChar menuseparator
32707 編集\SpecialChar menuseparator
32708 制御
32709 \family default
32710 メニューで,マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,様式を選択してから,違いを見るために数式マクロにカーソルを合わ
32711 せてみてください.
32712 \end_layout
32713
32714 \begin_layout Standard
32715 数式マクロは,文書書き出し時に,内部的に
32716 \series bold
32717
32718 \backslash
32719 newcommand
32720 \series default
32721 コマンドに変換されます.こうして生成された
32722 \series bold
32723
32724 \backslash
32725 newcommand
32726 \series default
32727 コマンドは,\SpecialChar LaTeX
32728 プリアンブルには置かれませんので,マクロは,文書中,マクロ定義ボックスよりも後の数式でのみ使うことができます.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 数式マクロは,
32733 \series bold
32734
32735 \backslash
32736 newcommand
32737 \series default
32738 コマンドから直接作ることもできます.たとえば,\SpecialChar LyX
32739 中に通常の文章として,
32740 \series bold
32741
32742 \begin_inset Newline newline
32743 \end_inset
32744
32745
32746 \backslash
32747 newcommand{
32748 \backslash
32749 larrow}[2]{
32750 \backslash
32751 xleftarrow[#2]{#1}}
32752 \begin_inset Newline newline
32753 \end_inset
32754
32755
32756 \series default
32757 というコマンドを書き入れ,この全体を選択して,
32758 \begin_inset Flex Ruby
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762 捷径
32763 \begin_inset Argument post:1
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767 ショートカット
32768 \end_layout
32769
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \family sans
32779 Ctrl+M
32780 \family default
32781 を押すと,このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
32782 \series bold
32783
32784 \backslash
32785 newcommand
32786 \series default
32787 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,間違ったマクロが作られてしまって,\SpecialChar LaTeX
32788 エラーが発生します.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 数式マクロには,まだ,マクロ定義中に再帰的に数式を入れてしまうと,正しく処理されないという問題が残っています.したがって,第
32793 \begin_inset CommandInset ref
32794 LatexCommand ref
32795 reference "subsec:newcommandコマンド"
32796
32797 \end_inset
32798
32799 節で例として作った
32800 \series bold
32801
32802 \backslash
32803 fb
32804 \series default
32805 は,マクロとしては作ることができません.
32806 \end_layout
32807
32808 \begin_layout Standard
32809 カーソルがマクロ定義ボックスの中にあるとき,\SpecialChar LyX
32810 中に以下のようなマクロツールバーが表示されます.
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \begin_inset VSpace defskip
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 \begin_inset Graphics
32822         filename ../clipart/MacroToolbar.png
32823
32824 \end_inset
32825
32826
32827 \begin_inset Index idx
32828 status collapsed
32829
32830 \begin_layout Plain Layout
32831 まくろ@マクロ ! つーるばー@ツールバー
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \begin_inset VSpace defskip
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 マクロツールバーは,左から右に,以下の各ボタンがあります.
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \begin_inset VSpace defskip
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 \begin_inset Tabular
32859 <lyxtabular version="3" rows="9" columns="2">
32860 <features islongtable="true" longtabularalignment="center">
32861 <column alignment="left" valignment="top">
32862 <column alignment="left" valignment="top" width="85col%">
32863 <row interlinespace="2.5mm">
32864 <cell alignment="center" valignment="top" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 \begin_inset Info
32869 type  "icon"
32870 arg   "math-macro-remove-param"
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 <cell alignment="center" valignment="top" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882
32883 \family sans
32884 編集\SpecialChar menuseparator
32885 数式\SpecialChar menuseparator
32886 マクロ定義\SpecialChar menuseparator
32887 最後の引数を削除
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row interlinespace="2.5mm">
32894 <cell alignment="center" valignment="top" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 \begin_inset Info
32899 type  "icon"
32900 arg   "math-macro-add-param"
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912
32913 \family sans
32914 編集\SpecialChar menuseparator
32915 数式\SpecialChar menuseparator
32916 マクロ定義\SpecialChar menuseparator
32917 引数を追加
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 </row>
32923 <row interlinespace="2.5mm">
32924 <cell alignment="center" valignment="top" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 \begin_inset Info
32929 type  "icon"
32930 arg   "math-macro-make-optional"
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942
32943 \family sans
32944 編集\SpecialChar menuseparator
32945 数式\SpecialChar menuseparator
32946 マクロ定義\SpecialChar menuseparator
32947 最初の必須引数を
32948 \begin_inset Newline newline
32949 \end_inset
32950
32951
32952 \begin_inset Phantom HPhantom
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \family sans
32958 編集\SpecialChar menuseparator
32959 数式\SpecialChar menuseparator
32960 マクロ定義\SpecialChar menuseparator
32961
32962 \end_layout
32963
32964 \end_inset
32965
32966 非必須引数にする
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 <row interlinespace="2.5mm">
32973 <cell alignment="center" valignment="top" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 \begin_inset Info
32978 type  "icon"
32979 arg   "math-macro-make-nonoptional"
32980 \end_inset
32981
32982
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 <cell alignment="center" valignment="top" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991
32992 \family sans
32993 編集\SpecialChar menuseparator
32994 数式\SpecialChar menuseparator
32995 マクロ定義\SpecialChar menuseparator
32996 最後の非必須引数を
32997 \begin_inset Newline newline
32998 \end_inset
32999
33000
33001 \begin_inset Phantom HPhantom
33002 status open
33003
33004 \begin_layout Plain Layout
33005
33006 \family sans
33007 編集\SpecialChar menuseparator
33008 数式\SpecialChar menuseparator
33009 マクロ定義\SpecialChar menuseparator
33010
33011 \end_layout
33012
33013 \end_inset
33014
33015 必須引数にする
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 </row>
33021 <row interlinespace="2.5mm">
33022 <cell alignment="center" valignment="top" usebox="none">
33023 \begin_inset Text
33024
33025 \begin_layout Plain Layout
33026 \begin_inset Info
33027 type  "icon"
33028 arg   "math-macro-remove-optional-param"
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 <cell alignment="center" valignment="top" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040
33041 \family sans
33042 編集\SpecialChar menuseparator
33043 数式\SpecialChar menuseparator
33044 マクロ定義\SpecialChar menuseparator
33045 非必須引数を削除
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 <row interlinespace="2.5mm">
33052 <cell alignment="center" valignment="top" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 \begin_inset Info
33057 type  "icon"
33058 arg   "math-macro-add-optional-param"
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070
33071 \family sans
33072 編集\SpecialChar menuseparator
33073 数式\SpecialChar menuseparator
33074 マクロ定義\SpecialChar menuseparator
33075 非必須引数を挿入
33076 \end_layout
33077
33078 \end_inset
33079 </cell>
33080 </row>
33081 <row interlinespace="2.5mm">
33082 <cell alignment="center" valignment="top" usebox="none">
33083 \begin_inset Text
33084
33085 \begin_layout Plain Layout
33086 \begin_inset Info
33087 type  "icon"
33088 arg   "math-macro-remove-greedy-param"
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100
33101 \family sans
33102 編集\SpecialChar menuseparator
33103 数式\SpecialChar menuseparator
33104 マクロ定義\SpecialChar menuseparator
33105 右に吐き出す形で
33106 \begin_inset Newline newline
33107 \end_inset
33108
33109
33110 \begin_inset Phantom HPhantom
33111 status open
33112
33113 \begin_layout Plain Layout
33114
33115 \family sans
33116 編集\SpecialChar menuseparator
33117 数式\SpecialChar menuseparator
33118 マクロ定義\SpecialChar menuseparator
33119
33120 \end_layout
33121
33122 \end_inset
33123
33124 最後の引数を削除
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 </row>
33130 <row interlinespace="2.5mm">
33131 <cell alignment="center" valignment="top" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 \begin_inset Info
33136 type  "icon"
33137 arg   "math-macro-append-greedy-param"
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149
33150 \family sans
33151 編集\SpecialChar menuseparator
33152 数式\SpecialChar menuseparator
33153 マクロ定義\SpecialChar menuseparator
33154 右から喰う形で
33155 \begin_inset Newline newline
33156 \end_inset
33157
33158
33159 \begin_inset Phantom HPhantom
33160 status open
33161
33162 \begin_layout Plain Layout
33163
33164 \family sans
33165 編集\SpecialChar menuseparator
33166 数式\SpecialChar menuseparator
33167 マクロ定義\SpecialChar menuseparator
33168
33169 \end_layout
33170
33171 \end_inset
33172
33173 引数を追加
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 </row>
33179 <row interlinespace="2.5mm">
33180 <cell alignment="center" valignment="top" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 \begin_inset Info
33185 type  "icon"
33186 arg   "math-macro-add-greedy-optional-param"
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198
33199 \family sans
33200 編集\SpecialChar menuseparator
33201 数式\SpecialChar menuseparator
33202 マクロ定義\SpecialChar menuseparator
33203 右から喰う形で
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207
33208 \begin_inset Phantom HPhantom
33209 status open
33210
33211 \begin_layout Plain Layout
33212
33213 \family sans
33214 編集\SpecialChar menuseparator
33215 数式\SpecialChar menuseparator
33216 マクロ定義\SpecialChar menuseparator
33217
33218 \end_layout
33219
33220 \end_inset
33221
33222 非必須引数を追加
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 </lyxtabular>
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Section
33236 コンピュータ代数システム
33237 \end_layout
33238
33239 \begin_layout Standard
33240 \SpecialChar LyX
33241 では,\SpecialChar LyX
33242 の数式エディタで書かれた数式表現と,外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
33243 \family sans
33244 Maple
33245 \family default
33246
33247 \family sans
33248 Mathematica
33249 \family default
33250
33251 \family sans
33252 Maxima
33253 \family default
33254
33255 \family sans
33256 Octave
33257 \family default
33258 です.サポートされている数式表現は,非常に単純なものに限られていますので,ご注意ください.
33259 \end_layout
33260
33261 \begin_layout Subsection
33262 使用法
33263 \end_layout
33264
33265 \begin_layout Standard
33266 数式表現を書いた後,
33267 \family sans
33268 編集\SpecialChar menuseparator
33269 数式\SpecialChar menuseparator
33270 コンピュータ代数システムを使用
33271 \family default
33272 メニューで,コンピュータに導入済みのプログラムを選択します.その後,計算結果が,数式表現の右に「=」演算子とともに表示されます.
33273 \end_layout
33274
33275 \begin_layout Standard
33276 下記は,どのような計算が可能かをいくつか例示したものです(出力は
33277 \family typewriter
33278 Maxima
33279 \family default
33280 です).
33281 \end_layout
33282
33283 \begin_layout Itemize
33284 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33285 \end_inset
33286
33287
33288 \end_layout
33289
33290 \begin_layout Itemize
33291 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Itemize
33298 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Itemize
33305 \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}$
33306 \end_inset
33307
33308
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312
33313 \begin_inset Note Greyedout
33314 status open
33315
33316 \begin_layout Plain Layout
33317
33318 \series bold
33319 【註】
33320 \series default
33321 単純な「(」「)」文字ではなく,適切な区切り差込枠
33322 \begin_inset Formula $\left(\right)$
33323 \end_inset
33324
33325 を使わなくてはなりません.
33326 \end_layout
33327
33328 \end_inset
33329
33330  
33331 \end_layout
33332
33333 \begin_layout Itemize
33334 \begin_inset Formula $\det\left[\begin{array}{ccc}
33335 1 & 6 & 7\\
33336 2 & 5 & 8\\
33337 3 & 4 & 17
33338 \end{array}\right]=-56$
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Itemize
33345 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Itemize
33352 \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$
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Itemize
33359 \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]$
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Subsection
33366 捷径
33367 \end_layout
33368
33369 \begin_layout Standard
33370 現在のところ,代数プログラムを呼び出すための
33371 \begin_inset Flex Ruby
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375 捷径
33376 \begin_inset Argument post:1
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380 ショートカット
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389
33390 はありません.しかし,捷径を
33391 \family sans
33392 math-extern
33393 \family default
33394  \SpecialChar LyX
33395 関数にバインドすることは容易です(取扱説明書『
33396 \family sans
33397 \emph on
33398 \SpecialChar LyX
33399 関数篇
33400 \family default
33401 \emph default
33402 』参照).例えば,数式エディタ中で
33403 \family sans
33404 リターン
33405 \family default
33406
33407 \begin_inset Flex Ruby
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411
33412 \begin_inset Argument post:1
33413 status collapsed
33414
33415 \begin_layout Plain Layout
33416 キー
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \end_inset
33425
33426 をバインドさせることもできます.それを
33427 \family typewriter
33428 Maxima
33429 \family default
33430 にバインドするには,下記の捷径定義コマンドを使用します.
33431 \end_layout
33432
33433 \begin_layout Standard
33434
33435 \series bold
33436 command-alternatives paragraph-break;math-extern maxima
33437 \end_layout
33438
33439 \begin_layout Section
33440 補遺
33441 \begin_inset Index idx
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445 ほい@補遺
33446 \end_layout
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Subsection
33454 負の数
33455 \begin_inset Index idx
33456 status collapsed
33457
33458 \begin_layout Plain Layout
33459 かず@数 ! ふの@負の
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 数式中の負の数は,数の前の負符号が,差演算子記号と同じ長さに設定されてしまうために,汚く見えてしまうことがあります.負の数を通常の文章として書くと,負符号は正し
33469 く表示されます.
33470 \end_layout
33471
33472 \begin_layout Standard
33473 したがって,この問題は,負符号を数式テキストに変換することによって,解消されます.
33474 \end_layout
33475
33476 \begin_layout Standard
33477 以下は,この問題を示す例です.
33478 \end_layout
33479
33480 \begin_layout Standard
33481 \align center
33482 \begin_inset Tabular
33483 <lyxtabular version="3" rows="3" columns="2">
33484 <features booktabs="true" tabularvalignment="middle">
33485 <column alignment="right" valignment="top" width="0pt">
33486 <column alignment="left" valignment="top">
33487 <row>
33488 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492 通常の文章:
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33498 \begin_inset Text
33499
33500 \begin_layout Plain Layout
33501 x = -2
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 </row>
33507 <row>
33508 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512 数式:
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521 \begin_inset Formula $x=-2$
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 <row>
33531 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535 解決策:
33536 \end_layout
33537
33538 \end_inset
33539 </cell>
33540 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 \begin_inset Formula $x=\textrm{-}2$
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \end_inset
33551 </cell>
33552 </row>
33553 </lyxtabular>
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \begin_layout Subsection
33561 位区切りとしてのコンマ
33562 \begin_inset Index idx
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 こんま@コンマ
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \begin_inset Index idx
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 かんま@カンマ
33577 \begin_inset ERT
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581
33582 |see{
33583 \end_layout
33584
33585 \end_inset
33586
33587 コンマ
33588 \begin_inset ERT
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593 }
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 \SpecialChar LaTeX
33608 では,英語の慣習にしたがい,数式中のコンマを数字の位区切りに使用します.よって,数式中のコンマの後ろには,つねに空白が加わります.
33609 \end_layout
33610
33611 \begin_layout Standard
33612 これを回避するためには,コンマを選択して,数式テキストに変更して下さい(
33613 \begin_inset Flex Ruby
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 捷径
33618 \begin_inset Argument post:1
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 ショートカット
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \begin_inset Info
33634 type  "shortcut"
33635 arg   "math-mode"
33636 \end_inset
33637
33638 ).
33639 \end_layout
33640
33641 \begin_layout Standard
33642 文書中の数式コンマを,すべて小数点として使うには,\SpecialChar LaTeX
33643 プリアンブルに
33644 \end_layout
33645
33646 \begin_layout Standard
33647
33648 \series bold
33649
33650 \backslash
33651 usepackage{icomma}
33652 \end_layout
33653
33654 \begin_layout Standard
33655 という行を加えて,
33656 \series bold
33657 icomma.sty
33658 \series default
33659
33660 \begin_inset Foot
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664
33665 \series bold
33666 icomma
33667 \series default
33668 は,\SpecialChar LaTeX
33669 パッケージ
33670 \series bold
33671 was
33672 \series default
33673
33674 \begin_inset Index idx
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 ぱっけーじ@パッケージ ! was
33679 \begin_inset ERT
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684
33685 \backslash
33686 vspace{4mm}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695
33696 に含まれています.
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \begin_inset Index idx
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 ぱっけーじ@パッケージ ! icomma
33707 \end_layout
33708
33709 \end_inset
33710
33711 ファイルを読み込みます.
33712 \end_layout
33713
33714 \begin_layout Subsection
33715 物理ベクトル
33716 \begin_inset CommandInset label
33717 LatexCommand label
33718 name "subsec:物理ベクトル"
33719
33720 \end_inset
33721
33722
33723 \begin_inset Index idx
33724 status collapsed
33725
33726 \begin_layout Plain Layout
33727 べくとる@ベクトル ! ぶつり@物理
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 ——
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \SpecialChar LaTeX
33741 パッケージ
33742 \series bold
33743 braket
33744 \series default
33745
33746 \begin_inset Foot
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750
33751 \series bold
33752 braket
33753 \series default
33754  は標準的\SpecialChar LaTeX
33755 頒布版のすべてに含まれています.
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \begin_inset Index idx
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 ぱっけーじ@パッケージ ! braket
33766 \end_layout
33767
33768 \end_inset
33769
33770 には,定義済みのベクトルが提供されており,
33771 \end_layout
33772
33773 \begin_layout Standard
33774
33775 \series bold
33776
33777 \backslash
33778 usepackage{braket}
33779 \end_layout
33780
33781 \begin_layout Standard
33782 という\SpecialChar LaTeX
33783 プリアンブル行で読み込むことができます.
33784 \end_layout
33785
33786 \begin_layout Standard
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792
33793 \backslash
33794 ifbraket 
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \begin_inset Note Note
33801 status open
33802
33803 \begin_layout Plain Layout
33804 以下の表は,
33805 \series bold
33806 braket
33807 \series default
33808  \SpecialChar LaTeX
33809 パッケージが導入済みのときのみ表示されます.
33810 \end_layout
33811
33812 \end_inset
33813
33814 以下のコマンドが定義されています.
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \align center
33819 \begin_inset Tabular
33820 <lyxtabular version="3" rows="4" columns="2">
33821 <features booktabs="true" tabularvalignment="middle">
33822 <column alignment="center" valignment="top" width="0pt">
33823 <column alignment="center" valignment="top">
33824 <row>
33825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 コマンド
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 出力
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 </row>
33844 <row>
33845 <cell alignment="center" valignment="top" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849
33850 \backslash
33851 Bra{
33852 \backslash
33853 psi
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 <cell alignment="center" valignment="top" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 \begin_inset Formula $\Bra{\psi}$
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \end_inset
33869 </cell>
33870 </row>
33871 <row>
33872 <cell alignment="center" valignment="top" usebox="none">
33873 \begin_inset Text
33874
33875 \begin_layout Plain Layout
33876
33877 \backslash
33878 Ket{
33879 \backslash
33880 psi
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 <cell alignment="center" valignment="top" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 \begin_inset Formula $\Ket{\psi}$
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 </row>
33898 <row>
33899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903
33904 \backslash
33905 Braket{
33906 \backslash
33907 psi|
33908 \backslash
33909 phi
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 \begin_inset Formula $\Braket{\psi|\phi}$
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 </row>
33927 </lyxtabular>
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Standard
33935
33936 \series bold
33937
33938 \backslash
33939 Braket
33940 \series default
33941 コマンドを使うと,以下のように,すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
33942 \begin_inset Formula 
33943 \[
33944 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
33945 \]
33946
33947 \end_inset
33948
33949
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955
33956 \backslash
33957 else 
33958 \end_layout
33959
33960 \end_inset
33961
33962
33963 \begin_inset Note Note
33964 status open
33965
33966 \begin_layout Plain Layout
33967
33968 \series bold
33969 braket
33970 \series default
33971  \SpecialChar LaTeX
33972 パッケージが導入されていないときには,以下が表示されます.
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Standard
33981 本小節の全体を出力で見るためには,
33982 \series bold
33983 braket
33984 \series default
33985  \SpecialChar LaTeX
33986 パッケージを導入する必要があります.
33987 \end_layout
33988
33989 \begin_layout Standard
33990 \begin_inset ERT
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994
33995
33996 \backslash
33997 fi 
33998 \end_layout
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \begin_layout Standard
34006
34007 \series bold
34008
34009 \backslash
34010 Braket
34011 \series default
34012 と同じ効果は,第
34013 \begin_inset CommandInset ref
34014 LatexCommand ref
34015 reference "subsec:自動の括弧丈"
34016
34017 \end_inset
34018
34019 節に説明されているとおり,
34020 \series bold
34021
34022 \backslash
34023 middle
34024 \series default
34025 コマンドを用いることによっても実現できます.
34026 \end_layout
34027
34028 \begin_layout Subsection
34029 自己定義の分数
34030 \begin_inset CommandInset label
34031 LatexCommand label
34032 name "subsec:自己定義の分数"
34033
34034 \end_inset
34035
34036
34037 \begin_inset Index idx
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 ぶんすう@分数 ! じこていぎの@自己定義の
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 分数用の自己定義コマンドを定義するには,以下の書式を持つ
34051 \series bold
34052
34053 \backslash
34054 genfrac
34055 \series default
34056
34057 \begin_inset Index idx
34058 status collapsed
34059
34060 \begin_layout Plain Layout
34061 こまんど@コマンド ! G ! 
34062 \backslash
34063 genfrac
34064 \end_layout
34065
34066 \end_inset
34067
34068 コマンドを使います.
34069 \end_layout
34070
34071 \begin_layout Standard
34072
34073 \series bold
34074
34075 \backslash
34076 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34077 \begin_inset Newline newline
34078 \end_inset
34079
34080
34081 \begin_inset Phantom HPhantom
34082 status open
34083
34084 \begin_layout Plain Layout
34085
34086 \series bold
34087
34088 \backslash
34089 genfrac
34090 \end_layout
34091
34092 \end_inset
34093
34094 {分子}{分母}
34095 \end_layout
34096
34097 \begin_layout Standard
34098 ここで「様式」は,0
34099 \begin_inset space \thinspace{}
34100 \end_inset
34101
34102 -
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 3の範囲の数字です.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \align center
34111 \begin_inset Tabular
34112 <lyxtabular version="3" rows="5" columns="2">
34113 <features booktabs="true" tabularvalignment="middle">
34114 <column alignment="center" valignment="top" width="0pt">
34115 <column alignment="center" valignment="top">
34116 <row>
34117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121 数字
34122 \end_layout
34123
34124 \end_inset
34125 </cell>
34126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130 様式(大きさ)
34131 \end_layout
34132
34133 \end_inset
34134 </cell>
34135 </row>
34136 <row>
34137 <cell alignment="center" valignment="top" usebox="none">
34138 \begin_inset Text
34139
34140 \begin_layout Plain Layout
34141 0
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 <cell alignment="center" valignment="top" usebox="none">
34147 \begin_inset Text
34148
34149 \begin_layout Plain Layout
34150 別行立て様式の数式
34151 \end_layout
34152
34153 \end_inset
34154 </cell>
34155 </row>
34156 <row>
34157 <cell alignment="center" valignment="top" usebox="none">
34158 \begin_inset Text
34159
34160 \begin_layout Plain Layout
34161 1
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 <cell alignment="center" valignment="top" usebox="none">
34167 \begin_inset Text
34168
34169 \begin_layout Plain Layout
34170 行内数式
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 </row>
34176 <row>
34177 <cell alignment="center" valignment="top" usebox="none">
34178 \begin_inset Text
34179
34180 \begin_layout Plain Layout
34181 2
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 やや小(small)
34191 \end_layout
34192
34193 \end_inset
34194 </cell>
34195 </row>
34196 <row>
34197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34198 \begin_inset Text
34199
34200 \begin_layout Plain Layout
34201 3
34202 \end_layout
34203
34204 \end_inset
34205 </cell>
34206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210 最小(tiny)
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 </lyxtabular>
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 「様式」を指定しないときには,
34225 \series bold
34226
34227 \backslash
34228 frac
34229 \series default
34230 コマンドのように,大きさは周囲の環境に合わせて調節されます. 
34231 \end_layout
34232
34233 \begin_layout Standard
34234 「分数線の厚み」を指定しないときには,既定値である0.4
34235 \begin_inset space \thinspace{}
34236 \end_inset
34237
34238 ptが用いられます.
34239 \end_layout
34240
34241 \begin_layout Standard
34242 \begin_inset VSpace medskip
34243 \end_inset
34244
34245 たとえば,第
34246 \begin_inset CommandInset ref
34247 LatexCommand ref
34248 reference "subsec:分数"
34249
34250 \end_inset
34251
34252 節の
34253 \series bold
34254
34255 \backslash
34256 dfrac
34257 \series default
34258 コマンドおよび
34259 \series bold
34260
34261 \backslash
34262 tbinom
34263 \series default
34264 コマンドは,
34265 \end_layout
34266
34267 \begin_layout Standard
34268
34269 \series bold
34270
34271 \backslash
34272 newcommand{
34273 \backslash
34274 dfrac}[2]{
34275 \backslash
34276 genfrac{}{}{}{0}{#1}{#2}}
34277 \end_layout
34278
34279 \begin_layout Standard
34280 あるいは
34281 \end_layout
34282
34283 \begin_layout Standard
34284
34285 \series bold
34286
34287 \backslash
34288 newcommand{
34289 \backslash
34290 tbinom}[2]{
34291 \backslash
34292 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34293 \end_layout
34294
34295 \begin_layout Standard
34296 というコマンドで定義できます.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 \begin_inset VSpace medskip
34301 \end_inset
34302
34303 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,\SpecialChar LaTeX
34304 プリアンブルに
34305 \end_layout
34306
34307 \begin_layout Standard
34308
34309 \series bold
34310
34311 \backslash
34312 newcommand{
34313 \backslash
34314 fracS}[3][]{
34315 \backslash
34316 genfrac{}{}{#1}{}{#2}{#3}}
34317 \end_layout
34318
34319 \begin_layout Standard
34320 という行を入れます.
34321 \end_layout
34322
34323 \begin_layout Standard
34324 以下は,そのテストです.
34325 \begin_inset Formula 
34326 \begin{align*}
34327 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34328 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34329 \end{align*}
34330
34331 \end_inset
34332
34333 ご覧になってわかるように,分子や分母から分数線までの距離は,分数線の厚みの約3倍になります.
34334 \end_layout
34335
34336 \begin_layout Subsection
34337 数式の消去
34338 \begin_inset Index idx
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 すうしき@数式 ! しょうきょ@消去
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 数式の全体もしくは一部を消去するには,4つの方法があります.
34352 \end_layout
34353
34354 \begin_layout Standard
34355 \align center
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 ifcancel 
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \begin_inset Note Note
34370 status open
34371
34372 \begin_layout Plain Layout
34373 下記の表は,\SpecialChar LaTeX
34374 パッケージ
34375 \series bold
34376 cancel
34377 \series default
34378 が導入済みの時のみ表示されます.
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Standard
34387 \align center
34388 \begin_inset Tabular
34389 <lyxtabular version="3" rows="5" columns="2">
34390 <features booktabs="true" tabularvalignment="middle">
34391 <column alignment="center" valignment="top" width="0pt">
34392 <column alignment="center" valignment="top">
34393 <row>
34394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398 コマンド
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34404 \begin_inset Text
34405
34406 \begin_layout Plain Layout
34407 出力
34408 \end_layout
34409
34410 \end_inset
34411 </cell>
34412 </row>
34413 <row>
34414 <cell alignment="center" valignment="top" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418
34419 \backslash
34420 cancel
34421 \begin_inset space \textvisiblespace{}
34422 \end_inset
34423
34424
34425 \backslash
34426 int
34427 \begin_inset space \textvisiblespace{}
34428 \end_inset
34429
34430 A=B
34431 \end_layout
34432
34433 \end_inset
34434 </cell>
34435 <cell alignment="center" valignment="top" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 \begin_inset Formula $\cancel{\int A=B}$
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 </row>
34448 <row topspace="1.5mm">
34449 <cell alignment="center" valignment="top" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453
34454 \backslash
34455 bcancel
34456 \begin_inset space \textvisiblespace{}
34457 \end_inset
34458
34459
34460 \backslash
34461 int
34462 \begin_inset space \textvisiblespace{}
34463 \end_inset
34464
34465 A=B
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 <cell alignment="center" valignment="top" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474 \begin_inset Formula $\bcancel{\int A=B}$
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 </row>
34483 <row topspace="1.5mm">
34484 <cell alignment="center" valignment="top" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488
34489 \backslash
34490 xcancel
34491 \begin_inset space \textvisiblespace{}
34492 \end_inset
34493
34494
34495 \backslash
34496 int
34497 \begin_inset space \textvisiblespace{}
34498 \end_inset
34499
34500 A=B
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 <cell alignment="center" valignment="top" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509 \begin_inset Formula $\xcancel{\int A=B}$
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 </row>
34518 <row>
34519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523
34524 \backslash
34525 cancelto
34526 \begin_inset space \textvisiblespace{}
34527 \end_inset
34528
34529
34530 \backslash
34531 int
34532 \begin_inset space \textvisiblespace{}
34533 \end_inset
34534
34535 A=B
34536 \begin_inset Formula $\to$
34537 \end_inset
34538
34539 1
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555 </cell>
34556 </row>
34557 </lyxtabular>
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565
34566 \series bold
34567
34568 \backslash
34569 cancelto
34570 \series default
34571 は,以下のように,とくに数式中の分数の約分を表示するのに適しています.
34572 \begin_inset Formula 
34573 \[
34574 \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}}}
34575 \]
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583
34584 \series bold
34585
34586 \backslash
34587 cancelto
34588 \series default
34589 の「下付き文字」寸法の大きさを変えるには,
34590 \end_layout
34591
34592 \begin_layout Standard
34593
34594 \series bold
34595
34596 \backslash
34597 PassOptionsToPackage{オプション}{cancel}
34598 \end_layout
34599
34600 \begin_layout Standard
34601 という行を\SpecialChar LaTeX
34602 プリアンブルに書き加えてください.ここで,
34603 \series bold
34604 オプション
34605 \series default
34606
34607 \series bold
34608 samesize
34609 \series default
34610 にすると,取り消した部分と同じ寸法になり,
34611 \series bold
34612 Smaller
34613 \series default
34614 にすると,通常よりも少し小さくなります.
34615 \end_layout
34616
34617 \begin_layout Standard
34618 取り消し線に色を付けるには,\SpecialChar TeX
34619 コードで以下のコマンドを書き加えてください.
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 renewcommand{
34628 \backslash
34629 CancelColor}{
34630 \backslash
34631 color{red}}
34632 \end_layout
34633
34634 \begin_layout Standard
34635 ここで
34636 \series bold
34637 red
34638 \series default
34639 は,お好みの色に変更することができます.
34640 \end_layout
34641
34642 \begin_layout Standard
34643 \begin_inset ERT
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647
34648
34649 \backslash
34650 renewcommand{
34651 \backslash
34652 CancelColor}{
34653 \backslash
34654 color{red}}
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 \begin_inset Formula 
34664 \[
34665 \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}}}
34666 \]
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Standard
34674 \begin_inset ERT
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678
34679
34680 \backslash
34681 renewcommand{
34682 \backslash
34683 CancelColor}{
34684 \backslash
34685 color{black}}
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \begin_inset Note Note
34692 status open
34693
34694 \begin_layout Plain Layout
34695 色をリセット
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \begin_layout Standard
34704 他の微調整については,
34705 \series bold
34706 cancel
34707 \series default
34708 パッケージの取扱説明書
34709 \begin_inset CommandInset citation
34710 LatexCommand cite
34711 key "cancel"
34712 literal "true"
34713
34714 \end_inset
34715
34716 をご覧ください.
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 ぱっけーじ@パッケージ ! cancel
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset ERT
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735
34736 \backslash
34737 else 
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \begin_inset Note Note
34744 status open
34745
34746 \begin_layout Plain Layout
34747 下記の表は,\SpecialChar LaTeX
34748 パッケージ
34749 \series bold
34750 cancel
34751 \series default
34752 が導入済みの時のみ表示されます.
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761 本小節の続きを見るには,\SpecialChar LaTeX
34762 パッケージ
34763 \series bold
34764 cancel
34765 \series default
34766 を導入する必要があります.
34767 \end_layout
34768
34769 \begin_layout Standard
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775
34776 \backslash
34777 fi 
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Subsection
34786 節見出し中の数式
34787 \begin_inset CommandInset label
34788 LatexCommand label
34789 name "subsec:節見出し中の数式"
34790
34791 \end_inset
34792
34793
34794 \begin_inset Index idx
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798 すうしき@数式 ! せつみだしちゅうの@節見出し中の
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 数式を節見出し中で使う際には,以下のことに留意しなくてはなりません.
34808 \end_layout
34809
34810 \begin_layout Standard
34811 \begin_inset Note Greyedout
34812 status open
34813
34814 \begin_layout Plain Layout
34815 文書設定ダイアログの
34816 \family sans
34817 PDF特性
34818 \family default
34819
34820 \series bold
34821 hyperref
34822 \series default
34823
34824 \begin_inset Index idx
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828 ぱっけーじ@パッケージ ! hyperref
34829 \end_layout
34830
34831 \end_inset
34832
34833 サポートが有効になっている場合,PDFのしおりが,目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,節見
34834 出しに数式が含まれている場合,数式はしおり中に誤った文字列として表示されます.
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 これらの問題は,
34844 \family sans
34845 挿入\SpecialChar menuseparator
34846 短縮タイトル
34847 \family default
34848 メニューを使って,問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,目次が美しく整形されるように,多行にわたる節見出し
34849 に別名を付けるものです.目次中には,短縮タイトルのみが表示され,したがってPDFしおり中にも短縮タイトルのみが表示されます.
34850 \end_layout
34851
34852 \begin_layout Standard
34853 数式を目次中でも使わなくてもならないが,
34854 \series bold
34855 hyperref
34856 \series default
34857 も使用しなくてはならないときには,
34858 \end_layout
34859
34860 \begin_layout Standard
34861
34862 \series bold
34863
34864 \backslash
34865 texorpdfstring{部分}{代替文字列}
34866 \begin_inset Index idx
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 こまんど@コマンド ! T ! 
34871 \backslash
34872 texorpdfstring
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Standard
34881 というコマンドを\SpecialChar TeX
34882 モードで使う方法があります.
34883 \end_layout
34884
34885 \begin_layout Standard
34886 「部分」は,見出し中,PDFしおりに表示したくない部分です.これは,文字・数式・脚註のほかに相互参照をとることもできます.しおりには,この部分の代わりに,「代替
34887 文字列」が用いられます.
34888 \end_layout
34889
34890 \begin_layout Standard
34891 以下の二つは,見出しの例です.
34892 \begin_inset VSpace -3mm
34893 \end_inset
34894
34895
34896 \begin_inset ERT
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900
34901
34902 \backslash
34903 boldmath 
34904 \end_layout
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \begin_layout Subsubsection
34912 目次中では数式を使わない見出し
34913 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34914 \end_inset
34915
34916
34917 \begin_inset Argument 1
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 目次中では数式を使わない見出し
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Subsubsection
34930 目次中で数式を使う見出し
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936
34937 \backslash
34938 texorpdfstring{
34939 \end_layout
34940
34941 \end_inset
34942
34943  
34944 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34945 \end_inset
34946
34947
34948 \begin_inset ERT
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952
34953 }{}
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 \begin_inset ERT
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966
34967
34968 \backslash
34969 unboldmath 
34970 \end_layout
34971
34972 \end_inset
34973
34974 一つめの見出しでは短縮タイトルが使われており,二つめの見出しでは
34975 \series bold
34976
34977 \backslash
34978 texorpdfstring
34979 \series default
34980 が使われています.
34981 \end_layout
34982
34983 \begin_layout Standard
34984 他の節見出しと同じ書式を得るために,上の見出し全体は
34985 \series bold
34986 boldmath
34987 \series default
34988 環境に設定してあります
34989 \begin_inset Foot
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993
34994 \begin_inset CommandInset ref
34995 LatexCommand ref
34996 reference "subsec:ボールド体の数式"
34997
34998 \end_inset
34999
35000 節参照.
35001 \end_layout
35002
35003 \end_inset
35004
35005
35006 \end_layout
35007
35008 \begin_layout Subsection
35009 多段組文中の数式
35010 \begin_inset Index idx
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Standard
35023 多段組文中に数式を作ると,段の中に収まりきらないことも多く,ページ幅全体に広がるようにする必要があることがあります.これは,
35024 \series bold
35025 multicol
35026 \series default
35027
35028 \begin_inset Foot
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032
35033 \series bold
35034 multicol
35035 \series default
35036 は,標準的\SpecialChar LaTeX
35037 頒布版のすべてに含まれています.
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \begin_inset Index idx
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047 ぱっけーじ@パッケージ ! multicol
35048 \end_layout
35049
35050 \end_inset
35051
35052  \SpecialChar LaTeX
35053 パッケージを,
35054 \end_layout
35055
35056 \begin_layout Standard
35057
35058 \series bold
35059
35060 \backslash
35061 usepackage{multicol}
35062 \end_layout
35063
35064 \begin_layout Standard
35065 という\SpecialChar LaTeX
35066 プリアンブル行を書いて読み込むことで,実現できます.
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset Note Greyedout
35071 status open
35072
35073 \begin_layout Plain Layout
35074 ここで,
35075 \family sans
35076 文書\SpecialChar menuseparator
35077 設定
35078 \family default
35079 メニューの
35080 \family sans
35081 本文レイアウト
35082 \family default
35083 で,
35084 \family sans
35085 二段組文書
35086 \family default
35087 の設定を
35088 \emph on
35089 有効にしてはならない
35090 \emph default
35091 ことに注意してください.
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 多段組文の前に
35101 \end_layout
35102
35103 \begin_layout Standard
35104
35105 \series bold
35106
35107 \backslash
35108 begin{multicols}{段数}
35109 \end_layout
35110
35111 \begin_layout Standard
35112 というコマンドを\SpecialChar TeX
35113 モードで書き入れます.「段数」は,2
35114 \begin_inset space \thinspace{}
35115 \end_inset
35116
35117 -
35118 \begin_inset space \thinspace{}
35119 \end_inset
35120
35121 10のあいだの数字です.多段組文の終わる数式の前には,
35122 \end_layout
35123
35124 \begin_layout Standard
35125
35126 \series bold
35127
35128 \backslash
35129 end{multicols}
35130 \end_layout
35131
35132 \begin_layout Standard
35133 というコマンドを\SpecialChar TeX
35134 モードで入れます.
35135 \end_layout
35136
35137 \begin_layout Standard
35138 このコマンドによって,数式の前にいくらかの余白が,自動的に作られます.これをなくすには,数式の前に-6
35139 \begin_inset space \thinspace{}
35140 \end_inset
35141
35142 mmの垂直空白を入れて下さい.数式様式
35143 \series bold
35144
35145 \begin_inset Foot
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149 数式様式に関しては,第
35150 \begin_inset CommandInset ref
35151 LatexCommand ref
35152 reference "sec:数式様式"
35153
35154 \end_inset
35155
35156 節をご覧下さい.
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \series default
35163 として
35164 \series bold
35165 行頭下げ
35166 \series default
35167 を使用している場合には,代わりに-9
35168 \begin_inset space \thinspace{}
35169 \end_inset
35170
35171 mmの垂直空白を入れて下さい.
35172 \end_layout
35173
35174 \begin_layout Standard
35175 以下は,別行立て数式を含む,多段組文の例です.
35176 \end_layout
35177
35178 \begin_layout Standard
35179 \begin_inset ERT
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183
35184
35185 \backslash
35186 begin{multicols}{2}
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \lang ngerman
35193 Das Spektrum wird fouriertransformiert.
35194  Die Fouriertransformation wird verwendet, um die  überlagerten Signale
35195  (Netzwerk, Lösungsmittel) zu trennen.
35196  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35197  nun das Aussehen des Ausgangssignals.
35198  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35199  über alle Phasen integrieren muss.
35200  Sei nun 
35201 \begin_inset Formula $S$
35202 \end_inset
35203
35204  unser normiertes Ausgangssignal und 
35205 \begin_inset Formula $P$
35206 \end_inset
35207
35208  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35209 \lang japanese
35210
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216
35217 \backslash
35218 end{multicols}
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \begin_inset VSpace -6mm
35225 \end_inset
35226
35227
35228 \begin_inset Formula 
35229 \begin{equation}
35230 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35231 \end{equation}
35232
35233 \end_inset
35234
35235
35236 \begin_inset ERT
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240
35241
35242 \backslash
35243 begin{multicols}{2}
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \lang ngerman
35250 wobei 
35251 \begin_inset Formula $S_{0}$
35252 \end_inset
35253
35254  das Signal ohne Gradient ist und die Normierungsbedingung 
35255 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35256 \end_inset
35257
35258  gilt.
35259  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35260  Direkt nach dem 
35261 \begin_inset Formula $\nicefrac{\pi}{2}$
35262 \end_inset
35263
35264
35265 \begin_inset space \thinspace{}
35266 \end_inset
35267
35268 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35269  das Signal zusätzlich abschwächt.
35270  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35271  
35272 \begin_inset Formula $T_{2}$
35273 \end_inset
35274
35275 -Zeit.
35276 \end_layout
35277
35278 \begin_layout Standard
35279 \begin_inset ERT
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283
35284
35285 \backslash
35286 end{multicols}
35287 \end_layout
35288
35289 \end_inset
35290
35291  
35292 \end_layout
35293
35294 \begin_layout Subsection
35295 変数の説明付き数式
35296 \begin_inset Index idx
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Standard
35309 \begin_inset CommandInset ref
35310 LatexCommand eqref
35311 reference "eq:within"
35312
35313 \end_inset
35314
35315 式のように,数式内で変数の説明をするには,
35316 \begin_inset Formula $n$
35317 \end_inset
35318
35319 個の変数が使われている場合,左寄せの列を持つ
35320 \begin_inset Formula $2\times n$
35321 \end_inset
35322
35323 行列を使用します
35324 \begin_inset Foot
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328 行列に関しては,第
35329 \begin_inset CommandInset ref
35330 LatexCommand ref
35331 reference "sec:行列"
35332
35333 \end_inset
35334
35335 節参照.
35336 \end_layout
35337
35338 \end_inset
35339
35340 .説明を小さな文字にするには,行列の前に,たとえば
35341 \series bold
35342
35343 \backslash
35344 footnotesize
35345 \series default
35346 コマンドを挿入します
35347 \begin_inset Foot
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351 フォント寸法に関しては,第
35352 \begin_inset CommandInset ref
35353 LatexCommand ref
35354 reference "subsec:書体寸法"
35355
35356 \end_inset
35357
35358 節参照.
35359 \end_layout
35360
35361 \end_inset
35362
35363
35364 \end_layout
35365
35366 \begin_layout Standard
35367 数式様式に
35368 \series bold
35369 行頭下げ
35370 \begin_inset Foot
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374 数式様式に関しては,第
35375 \begin_inset CommandInset ref
35376 LatexCommand ref
35377 reference "sec:数式様式"
35378
35379 \end_inset
35380
35381 節参照.
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \series default
35388 を使っている場合,行列を数式とページ余白から等距離に置くために,行列の前後に
35389 \series bold
35390
35391 \backslash
35392 hfill
35393 \series default
35394
35395 \begin_inset Foot
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400 \series bold
35401
35402 \backslash
35403 hfill
35404 \series default
35405 は,
35406 \series bold
35407 行頭下げ
35408 \series default
35409 様式のときのみ機能します.第
35410 \begin_inset CommandInset ref
35411 LatexCommand ref
35412 reference "subsec:可変長の空白"
35413
35414 \end_inset
35415
35416 節をご覧下さい.
35417 \end_layout
35418
35419 \end_inset
35420
35421 を入れます.
35422 \end_layout
35423
35424 \begin_layout Standard
35425 数式様式に
35426 \series bold
35427 中央揃え
35428 \series default
35429 を使っている場合,数式を字下げするには,第
35430 \begin_inset CommandInset ref
35431 LatexCommand ref
35432 reference "subsec:flalign環境"
35433
35434 \end_inset
35435
35436 節で述べた方法を使用します.
35437 \begin_inset CommandInset ref
35438 LatexCommand eqref
35439 reference "eq:within"
35440
35441 \end_inset
35442
35443 式には5列があり,最初の2列には数式,3列めには行列,最終列には空の\SpecialChar TeX
35444 括弧が入っています.
35445 \begin_inset Formula 
35446 \begin{flalign}
35447 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35448 \rho & \textrm{density}\\
35449 V & \textrm{volume}\\
35450 g & \textrm{gravitational acceleration}
35451 \end{array} &  & {}\label{eq:within}
35452 \end{flalign}
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Subsection
35460 アップライト体のギリシャ小文字
35461 \begin_inset CommandInset label
35462 LatexCommand label
35463 name "subsec:アップライト体ギリシャ小文字"
35464
35465 \end_inset
35466
35467
35468 \begin_inset Index idx
35469 status collapsed
35470
35471 \begin_layout Plain Layout
35472 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 ほとんどの数式書体は,イタリック体のギリシャ小文字しか提供していません.しかし,
35482 \begin_inset Formula $\pi$
35483 \end_inset
35484
35485 中間子やニュートリノのような素粒子の記号には,アップライト体のギリシャ文字が必要とされます.
35486 \series bold
35487 upgreek.sty
35488 \series default
35489
35490 \begin_inset Foot
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494
35495 \series bold
35496 upgreek
35497 \series default
35498 は,
35499 \series bold
35500 was
35501 \series default
35502
35503 \begin_inset Index idx
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 ぱっけーじ@パッケージ ! was
35508 \begin_inset ERT
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513
35514 \backslash
35515 vspace{4mm}
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \end_inset
35524
35525  \SpecialChar LaTeX
35526 パッケージの一部です.
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 ぱっけーじ@パッケージ ! upgreek
35537 \end_layout
35538
35539 \end_inset
35540
35541  ファイルを
35542 \end_layout
35543
35544 \begin_layout Standard
35545
35546 \series bold
35547
35548 \backslash
35549 usepackage{upgreek}
35550 \end_layout
35551
35552 \begin_layout Standard
35553 という\SpecialChar LaTeX
35554 プリアンブル行で読み込めば,これらが提供されるようになります.
35555 \begin_inset ERT
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559
35560
35561 \backslash
35562 ifupgreek 
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \begin_inset Note Note
35569 status open
35570
35571 \begin_layout Plain Layout
35572 以下の表は,
35573 \series bold
35574 upgreek
35575 \series default
35576  \SpecialChar LaTeX
35577 パッケージが導入済みのときのみ表示されます.
35578 \end_layout
35579
35580 \end_inset
35581
35582 アップライト体のギリシャ小文字は,ギリシャ小文字のコマンド名の前に
35583 \series bold
35584 up
35585 \series default
35586 を付けると作ることができます.たとえば
35587 \series bold
35588
35589 \backslash
35590 uptau
35591 \series default
35592 コマンドは,
35593 \begin_inset Formula $\uptau$
35594 \end_inset
35595
35596 のようになります.
35597 \end_layout
35598
35599 \begin_layout Standard
35600 これらのコマンドを使えば,以下のような素粒子の反応を組版することができるようになります.
35601 \begin_inset Formula 
35602 \[
35603 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35604 \]
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Standard
35612 アップライト体の文字は,イタリック体のものよりも太く幅広です.したがって,これらを「
35613 \begin_inset Formula $\mu m$
35614 \end_inset
35615
35616 」のような単位に使うべきではありません.
35617 \end_layout
35618
35619 \begin_layout Standard
35620 \begin_inset ERT
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624
35625
35626 \backslash
35627 else 
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \begin_inset Note Note
35634 status open
35635
35636 \begin_layout Plain Layout
35637 以下は,
35638 \series bold
35639 upgreek
35640 \series default
35641  \SpecialChar LaTeX
35642 パッケージが導入されていないときのみ表示されます.
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \end_layout
35649
35650 \begin_layout Standard
35651 この小節のすべてを出力で見るには,
35652 \series bold
35653 upgreek
35654 \series default
35655  \SpecialChar LaTeX
35656 パッケージを導入する必要があります.
35657 \end_layout
35658
35659 \begin_layout Standard
35660 \begin_inset ERT
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664
35665
35666 \backslash
35667 fi 
35668 \end_layout
35669
35670 \end_inset
35671
35672
35673 \end_layout
35674
35675 \begin_layout Subsection
35676 数式中のテキスト文字
35677 \begin_inset Index idx
35678 status collapsed
35679
35680 \begin_layout Plain Layout
35681 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \begin_layout Standard
35690 折にふれて,テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,中黒「·」を
35691 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35692 \end_inset
35693
35694 のように数式中で頻繁に用いようとすると,この中黒はすべてのエンコーディングでテキスト文字として定義されているために,代わりに
35695 \series bold
35696
35697 \backslash
35698 cdot
35699 \series default
35700
35701 \begin_inset Foot
35702 status collapsed
35703
35704 \begin_layout Plain Layout
35705
35706 \begin_inset CommandInset ref
35707 LatexCommand ref
35708 reference "subsec:二項演算子"
35709
35710 \end_inset
35711
35712 節参照.
35713 \end_layout
35714
35715 \end_inset
35716
35717 コマンドを挿入しなくてはならなくなることでしょう.しかし,
35718 \end_layout
35719
35720 \begin_layout Standard
35721
35722 \series bold
35723
35724 \backslash
35725 Declare Inputtext{183}{
35726 \backslash
35727 ifmmode
35728 \backslash
35729 cdot
35730 \backslash
35731 else
35732 \backslash
35733 textperiodcentered
35734 \backslash
35735 f\SpecialChar ligaturebreak
35736 i}
35737 \end_layout
35738
35739 \begin_layout Standard
35740 という\SpecialChar LaTeX
35741 プリアンブル行を使えば,エンコーディングに変更を加えることができます.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 文字エンコーディング(
35746 \family sans
35747 文書\SpecialChar menuseparator
35748 設定\SpecialChar menuseparator
35749 言語
35750 \family default
35751 メニュー)は,キーボード上の
35752 \begin_inset Flex Ruby
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757 \begin_inset Argument post:1
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761 キー
35762 \end_layout
35763
35764 \end_inset
35765
35766
35767 \end_layout
35768
35769 \end_inset
35770
35771 が押されたときにどの文字が表示されるかを指定します.「·」文字に対応する鍵が押されると,内部的には
35772 \series bold
35773
35774 \backslash
35775 textperiodcentered
35776 \series default
35777 コマンドが使用されます.しかし,このコマンドは数式中では使えないので,\SpecialChar LaTeX
35778 エラーが発生するのです.変更後のエンコーディングでは,文字が数式中に挿入されたか否かによっ
35779 て,正しいコマンドが自動的に選択されます.
35780 \end_layout
35781
35782 \begin_layout Standard
35783 定義ファイル中には,複数の文字のエンコーディングが保管されています.たとえば,
35784 \series bold
35785 latin9
35786 \series default
35787 エンコーディングは,\SpecialChar LaTeX
35788 がインストールされたフォルダにある
35789 \series bold
35790 latin9.def
35791 \series default
35792 ファイルに定義されています.エンコーディングは,\SpecialChar LaTeX
35793 プリアンブルで変更するべきであって,定義ファイルを変更してはなりません.さもないと,自分の作成した文書は,他のコ
35794 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
35795 \end_layout
35796
35797 \begin_layout Standard
35798 \begin_inset VSpace medskip
35799 \end_inset
35800
35801 中黒の他にこの文書では,角度記号「
35802 \begin_inset Formula $^{\circ}$
35803 \end_inset
35804
35805 」が,数式に直接入れることができるよう,以下のような\SpecialChar LaTeX
35806 プリアンブル行で定義されています
35807 \begin_inset Foot
35808 status collapsed
35809
35810 \begin_layout Plain Layout
35811 【訳註】p\SpecialChar LaTeX
35812 では,これらの定義は必要ないので,コメントアウトして無効にしてあります.
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \begin_layout Standard
35821
35822 \series bold
35823
35824 \backslash
35825 DeclareInputtext{176}{
35826 \backslash
35827 ifmmode^
35828 \backslash
35829 circ
35830 \backslash
35831 else
35832 \backslash
35833 textdegree
35834 \backslash
35835 f\SpecialChar ligaturebreak
35836 i}
35837 \end_layout
35838
35839 \begin_layout Subsection
35840 数式中の\SpecialChar LaTeX
35841 コメント
35842 \begin_inset Index idx
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846 L atexこめんと@\SpecialChar LaTeX
35847 コメント
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \begin_layout Standard
35856 本文中では,ファイルの\SpecialChar LaTeX
35857 ソースコードでのみ見ることのできるコメントを,
35858 \family sans
35859 挿入
35860 \lang english
35861 \SpecialChar menuseparator
35862
35863 \lang japanese
35864 註釈
35865 \lang english
35866 \SpecialChar menuseparator
35867
35868 \lang japanese
35869 コメント
35870 \family default
35871 メニューで挿入することができます.これと同じことは,数式中ではできませんが,
35872 \end_layout
35873
35874 \begin_layout Standard
35875
35876 \series bold
35877
35878 \backslash
35879 %
35880 \end_layout
35881
35882 \begin_layout Standard
35883 というコマンドを使えば,\SpecialChar LaTeX
35884 コメントを挿入することができます.このコマンドを打ち込むと,コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
35885 のバグのせいで
35886 \begin_inset Foot
35887 status collapsed
35888
35889 \begin_layout Plain Layout
35890 \begin_inset CommandInset href
35891 LatexCommand href
35892 name "LyX-bug #9002"
35893 target "https://www.lyx.org/trac/ticket/9002"
35894 literal "false"
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \end_inset
35902
35903 ,コメント中に,通常の本文や数式内本文そのものを書くことはできませんが,\SpecialChar LaTeX
35904 出力中に,\SpecialChar LaTeX
35905 コマンドの形では見ることができます.
35906 \lang english
35907
35908 \begin_inset Newline newline
35909 \end_inset
35910
35911
35912 \lang japanese
35913 下記は,\SpecialChar LaTeX
35914 コメントを持つ数式の例です.
35915 \begin_inset Formula 
35916 \[
35917 A=B%\text{これはコメントです。}
35918 \]
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \begin_layout Section
35926 \start_of_appendix
35927 組版上の助言
35928 \begin_inset Index idx
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932 くみばんじょうのじょげん@組版上の助言
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941 この節は,ISO規範に掲げてある,もっとも重要な組版ルールの要約です
35942 \begin_inset Foot
35943 status collapsed
35944
35945 \begin_layout Plain Layout
35946 この要約の一部は,ISO規則を取り上げている「Duden」
35947 \begin_inset CommandInset citation
35948 LatexCommand cite
35949 key "Duden"
35950 literal "true"
35951
35952 \end_inset
35953
35954 と呼ばれるドイツの半公的辞書から採られています.
35955 \end_layout
35956
35957 \end_inset
35958
35959
35960 \end_layout
35961
35962 \begin_layout Itemize
35963 物理単位は,つねに(イタリック文中にあるときも)アップライト体にします
35964 \begin_inset Foot
35965 status collapsed
35966
35967 \begin_layout Plain Layout
35968 書体様式で指定します.第
35969 \begin_inset CommandInset ref
35970 LatexCommand ref
35971 reference "subsec:書体様式"
35972
35973 \end_inset
35974
35975 節を参照.
35976 \end_layout
35977
35978 \end_inset
35979
35980 :30
35981 \begin_inset space \thinspace{}
35982 \end_inset
35983
35984 km/h
35985 \begin_inset Newline newline
35986 \end_inset
35987
35988 値と単位の間には,最小空白を入れます.第
35989 \begin_inset CommandInset ref
35990 LatexCommand ref
35991 reference "subsec:定義済みの空白"
35992
35993 \end_inset
35994
35995 節を参照.
35996 \begin_inset Newline newline
35997 \end_inset
35998
35999 この慣習は,
36000 \series bold
36001
36002 \backslash
36003 unittwo
36004 \series default
36005 コマンドを使用すると,つねに満たされます.このコマンドを数式に入れると,二つの枠が現れます.最初の枠には値をいれ,第二の枠に単位を入れると,上記と同じような結果
36006 が得られます:
36007 \begin_inset Formula $\unit[30]{km/h}$
36008 \end_inset
36009
36010
36011 \begin_inset space \thinspace{}
36012 \end_inset
36013
36014 .実は,
36015 \series bold
36016
36017 \backslash
36018 unittwo
36019 \series default
36020 は,\SpecialChar LaTeX
36021 コマンドの実体ではなく,
36022 \series bold
36023
36024 \backslash
36025 unit[値]{単位}
36026 \series default
36027 というコマンドです.したがって,これを\SpecialChar TeX
36028 コード中で使用することはできません.
36029 \end_layout
36030
36031 \begin_layout Itemize
36032 百分率記号と千分率記号は,物理単位と同様に組みます:
36033 \begin_inset Newline newline
36034 \end_inset
36035
36036 血中アルコール1,2
36037 \begin_inset space \thinspace{}
36038 \end_inset
36039
36040
36041 \end_layout
36042
36043 \begin_layout Itemize
36044 角度記号は値の直後に置きます:
36045 \begin_inset Formula $15^{\circ}$
36046 \end_inset
36047
36048 .しかし,単位として用いられるときは別です:15
36049 \begin_inset space \thinspace{}
36050 \end_inset
36051
36052
36053 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Itemize
36060 4桁以上の数は,3桁ごとに最小空白を直前に挿入して,グループ化します:18
36061 \begin_inset space \thinspace{}
36062 \end_inset
36063
36064 473
36065 \begin_inset space \thinspace{}
36066 \end_inset
36067
36068 588
36069 \end_layout
36070
36071 \begin_layout Itemize
36072 \begin_inset Formula $120\times90\times40$
36073 \end_inset
36074
36075
36076 \begin_inset space \thinspace{}
36077 \end_inset
36078
36079 cmのような寸法には,積記号「
36080 \begin_inset Formula $\times$
36081 \end_inset
36082
36083 」を用います.これは,
36084 \series bold
36085
36086 \backslash
36087 times
36088 \series default
36089 コマンドか,
36090 \family sans
36091 挿入\SpecialChar menuseparator
36092 特殊文字\SpecialChar menuseparator
36093 記号
36094 \family default
36095 メニューから入れることができます.
36096 \end_layout
36097
36098 \begin_layout Itemize
36099 いくつかの文字を含む関数名は,混乱を防ぐためにアップライト体にします.第
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "subsec:定義済み函数"
36103
36104 \end_inset
36105
36106 節を参照.
36107 \end_layout
36108
36109 \begin_layout Itemize
36110 複数の文字を含む指数は,アップライト体にします:
36111 \begin_inset Formula $E_{\mathrm{kin}}$
36112 \end_inset
36113
36114
36115 \begin_inset Newline newline
36116 \end_inset
36117
36118 行列要素はイタリック体にします:
36119 \begin_inset Formula $\hat{H}_{kl}$
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Itemize
36126 微分作用素・積分作用素「d」,オイラー数「e」,虚数単位「i」は,他の変数と間違えることを避けるために,アップライト体にします.
36127 \end_layout
36128
36129 \begin_layout Itemize
36130
36131 \noun on
36132 フーリエ
36133 \noun default
36134 変換を表す文字は,
36135 \series bold
36136
36137 \backslash
36138 mathscr
36139 \begin_inset space \textvisiblespace{}
36140 \end_inset
36141
36142 {F
36143 \series default
36144 コマンド
36145 \begin_inset Index idx
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149 こまんど@コマンド! M ! 
36150 \backslash
36151 mathscr
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \family sans
36158 挿入\SpecialChar menuseparator
36159 特殊文字\SpecialChar menuseparator
36160 記号\SpecialChar menuseparator
36161 文字様記号
36162 \family default
36163 メニューの
36164 \begin_inset Formula $\mathscr{F}$
36165 \end_inset
36166
36167 で入れることができます.
36168 \end_layout
36169
36170 \begin_layout Standard
36171 \begin_inset Newpage newpage
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \begin_layout Section
36178 同義語
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 どうぎご@同義語
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Standard
36192 いくつかの文字や記号は,複数のコマンドから作ることができます.以下は,同義のコマンドの一覧です.
36193 \end_layout
36194
36195 \begin_layout Standard
36196 \begin_inset VSpace bigskip
36197 \end_inset
36198
36199
36200 \begin_inset space \hfill{}
36201 \end_inset
36202
36203
36204 \begin_inset Tabular
36205 <lyxtabular version="3" rows="12" columns="2">
36206 <features booktabs="true" tabularvalignment="middle">
36207 <column alignment="center" valignment="top" width="0pt">
36208 <column alignment="center" valignment="top" width="0pt">
36209 <row>
36210 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214 コマンド
36215 \end_layout
36216
36217 \end_inset
36218 </cell>
36219 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36220 \begin_inset Text
36221
36222 \begin_layout Plain Layout
36223 同義のコマンド
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 </row>
36229 <row>
36230 <cell alignment="center" valignment="top" usebox="none">
36231 \begin_inset Text
36232
36233 \begin_layout Plain Layout
36234
36235 \backslash
36236 ast
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245 *
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 </row>
36251 <row>
36252 <cell alignment="center" valignment="top" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256
36257 \backslash
36258 choose
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 <cell alignment="center" valignment="top" usebox="none">
36264 \begin_inset Text
36265
36266 \begin_layout Plain Layout
36267
36268 \backslash
36269 binom
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 </row>
36275 <row>
36276 <cell alignment="center" valignment="top" usebox="none">
36277 \begin_inset Text
36278
36279 \begin_layout Plain Layout
36280
36281 \backslash
36282 geq
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 <cell alignment="center" valignment="top" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291
36292 \backslash
36293 ge
36294 \end_layout
36295
36296 \end_inset
36297 </cell>
36298 </row>
36299 <row>
36300 <cell alignment="center" valignment="top" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304
36305 \backslash
36306 lbrace
36307 \end_layout
36308
36309 \end_inset
36310 </cell>
36311 <cell alignment="center" valignment="top" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315 {
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 </row>
36321 <row>
36322 <cell alignment="center" valignment="top" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326
36327 \backslash
36328 lbracket
36329 \end_layout
36330
36331 \end_inset
36332 </cell>
36333 <cell alignment="center" valignment="top" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337 [
36338 \end_layout
36339
36340 \end_inset
36341 </cell>
36342 </row>
36343 <row>
36344 <cell alignment="center" valignment="top" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348
36349 \backslash
36350 leftarrow
36351 \end_layout
36352
36353 \end_inset
36354 </cell>
36355 <cell alignment="center" valignment="top" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359
36360 \backslash
36361 gets
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 </row>
36367 <row>
36368 <cell alignment="center" valignment="top" usebox="none">
36369 \begin_inset Text
36370
36371 \begin_layout Plain Layout
36372
36373 \backslash
36374 leq
36375 \end_layout
36376
36377 \end_inset
36378 </cell>
36379 <cell alignment="center" valignment="top" usebox="none">
36380 \begin_inset Text
36381
36382 \begin_layout Plain Layout
36383
36384 \backslash
36385 le
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 </row>
36391 <row>
36392 <cell alignment="center" valignment="top" usebox="none">
36393 \begin_inset Text
36394
36395 \begin_layout Plain Layout
36396
36397 \backslash
36398 lor
36399 \end_layout
36400
36401 \end_inset
36402 </cell>
36403 <cell alignment="center" valignment="top" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407
36408 \backslash
36409 vee
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 </row>
36415 <row>
36416 <cell alignment="center" valignment="top" usebox="none">
36417 \begin_inset Text
36418
36419 \begin_layout Plain Layout
36420
36421 \backslash
36422 neq
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 <cell alignment="center" valignment="top" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431
36432 \backslash
36433 not=
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 </row>
36439 <row>
36440 <cell alignment="center" valignment="top" usebox="none">
36441 \begin_inset Text
36442
36443 \begin_layout Plain Layout
36444
36445 \backslash
36446 slash
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 <cell alignment="center" valignment="top" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455 /
36456 \end_layout
36457
36458 \end_inset
36459 </cell>
36460 </row>
36461 <row>
36462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466
36467 \backslash
36468 vert
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477 |
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 </row>
36483 </lyxtabular>
36484
36485 \end_inset
36486
36487
36488 \begin_inset space \hfill{}
36489 \end_inset
36490
36491
36492 \begin_inset Tabular
36493 <lyxtabular version="3" rows="12" columns="2">
36494 <features booktabs="true" tabularvalignment="middle">
36495 <column alignment="center" valignment="top" width="0pt">
36496 <column alignment="center" valignment="top" width="0pt">
36497 <row>
36498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36499 \begin_inset Text
36500
36501 \begin_layout Plain Layout
36502 コマンド
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511 同義のコマンド
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 </row>
36517 <row>
36518 <cell alignment="center" valignment="top" usebox="none">
36519 \begin_inset Text
36520
36521 \begin_layout Plain Layout
36522
36523 \backslash
36524 backslash
36525 \end_layout
36526
36527 \end_inset
36528 </cell>
36529 <cell alignment="center" valignment="top" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533
36534 \backslash
36535
36536 \backslash
36537
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 </row>
36543 <row>
36544 <cell alignment="center" valignment="top" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548
36549 \backslash
36550 dasharrow
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 <cell alignment="center" valignment="top" usebox="none">
36556 \begin_inset Text
36557
36558 \begin_layout Plain Layout
36559
36560 \backslash
36561 dashrightarrow
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 </row>
36567 <row>
36568 <cell alignment="center" valignment="top" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Plain Layout
36572
36573 \backslash
36574 land
36575 \end_layout
36576
36577 \end_inset
36578 </cell>
36579 <cell alignment="center" valignment="top" usebox="none">
36580 \begin_inset Text
36581
36582 \begin_layout Plain Layout
36583
36584 \backslash
36585 wedge
36586 \end_layout
36587
36588 \end_inset
36589 </cell>
36590 </row>
36591 <row>
36592 <cell alignment="center" valignment="top" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596
36597 \backslash
36598 rbrace
36599 \end_layout
36600
36601 \end_inset
36602 </cell>
36603 <cell alignment="center" valignment="top" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607 }
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 </row>
36613 <row>
36614 <cell alignment="center" valignment="top" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618
36619 \backslash
36620 rbracket
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 <cell alignment="center" valignment="top" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629 ]
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 </row>
36635 <row>
36636 <cell alignment="center" valignment="top" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640
36641 \backslash
36642 rightarrow
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 <cell alignment="center" valignment="top" usebox="none">
36648 \begin_inset Text
36649
36650 \begin_layout Plain Layout
36651
36652 \backslash
36653 to
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 </row>
36659 <row>
36660 <cell alignment="center" valignment="top" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664
36665 \backslash
36666 lnot
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 <cell alignment="center" valignment="top" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Plain Layout
36675
36676 \backslash
36677 neg
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 </row>
36683 <row>
36684 <cell alignment="center" valignment="top" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688
36689 \backslash
36690 ne
36691 \end_layout
36692
36693 \end_inset
36694 </cell>
36695 <cell alignment="center" valignment="top" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699
36700 \backslash
36701 not=
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 </row>
36707 <row>
36708 <cell alignment="center" valignment="top" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712
36713 \backslash
36714 owns
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 <cell alignment="center" valignment="top" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723
36724 \backslash
36725 ni
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736
36737 \backslash
36738 square
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 <cell alignment="center" valignment="top" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747
36748 \backslash
36749 Box
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 </row>
36755 <row>
36756 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760
36761 \backslash
36762 Vert
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771
36772 \backslash
36773 |
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 </row>
36779 </lyxtabular>
36780
36781 \end_inset
36782
36783
36784 \begin_inset space \hfill{}
36785 \end_inset
36786
36787
36788 \end_layout
36789
36790 \begin_layout Standard
36791 \begin_inset Newpage newpage
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Bibliography
36798 \begin_inset CommandInset bibitem
36799 LatexCommand bibitem
36800 key "TLC2"
36801 literal "true"
36802
36803 \end_inset
36804
36805
36806 \shape smallcaps
36807 F.
36808  Mittelbach; M.
36809  Goossens
36810 \shape default
36811
36812 \shape italic
36813 The \SpecialChar LaTeX
36814  Companion
36815 \shape default
36816 , 2nd ed.
36817  Addison Wesley, 2004
36818 \end_layout
36819
36820 \begin_layout Bibliography
36821 \begin_inset CommandInset bibitem
36822 LatexCommand bibitem
36823 key "Mathmode"
36824 literal "true"
36825
36826 \end_inset
36827
36828 \SpecialChar LaTeX
36829 の数式能力の
36830 \begin_inset CommandInset href
36831 LatexCommand href
36832 name "説明"
36833 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
36834 literal "false"
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Bibliography
36842 \begin_inset CommandInset bibitem
36843 LatexCommand bibitem
36844 key "AMS"
36845 literal "true"
36846
36847 \end_inset
36848
36849
36850 \begin_inset ERT
36851 status collapsed
36852
36853 \begin_layout Plain Layout
36854
36855
36856 \backslash
36857 AmS
36858 \end_layout
36859
36860 \end_inset
36861
36862 -\SpecialChar LaTeX
36863
36864 \begin_inset CommandInset href
36865 LatexCommand href
36866 name "説明"
36867 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
36868 literal "false"
36869
36870 \end_inset
36871
36872
36873 \end_layout
36874
36875 \begin_layout Bibliography
36876 \begin_inset CommandInset bibitem
36877 LatexCommand bibitem
36878 key "Symbols"
36879 literal "true"
36880
36881 \end_inset
36882
36883 \SpecialChar LaTeX
36884 パッケージで利用できる記号の
36885 \begin_inset CommandInset href
36886 LatexCommand href
36887 name "全覧"
36888 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36889 literal "false"
36890
36891 \end_inset
36892
36893
36894 \end_layout
36895
36896 \begin_layout Bibliography
36897 \begin_inset CommandInset bibitem
36898 LatexCommand bibitem
36899 key "cancel"
36900 literal "true"
36901
36902 \end_inset
36903
36904 \SpecialChar LaTeX
36905  
36906 \series bold
36907 cancel
36908 \series default
36909
36910 \begin_inset Index idx
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914 ぱっけーじ@パッケージ ! cancel
36915 \end_layout
36916
36917 \end_inset
36918
36919 パッケージの
36920 \begin_inset CommandInset href
36921 LatexCommand href
36922 name "取扱説明書"
36923 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
36924 literal "false"
36925
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \begin_layout Bibliography
36932 \begin_inset CommandInset bibitem
36933 LatexCommand bibitem
36934 key "hyperref"
36935 literal "true"
36936
36937 \end_inset
36938
36939 \SpecialChar LaTeX
36940  
36941 \series bold
36942 hyperref
36943 \series default
36944
36945 \begin_inset Index idx
36946 status collapsed
36947
36948 \begin_layout Plain Layout
36949 ぱっけーじ@パッケージ ! hyperref
36950 \end_layout
36951
36952 \end_inset
36953
36954 パッケージの
36955 \begin_inset CommandInset href
36956 LatexCommand href
36957 name "取扱説明書"
36958 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
36959 literal "false"
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Bibliography
36967 \begin_inset CommandInset bibitem
36968 LatexCommand bibitem
36969 key "mhchem"
36970 literal "true"
36971
36972 \end_inset
36973
36974 \SpecialChar LaTeX
36975  
36976 \series bold
36977 mhchem
36978 \series default
36979
36980 \begin_inset Index idx
36981 status collapsed
36982
36983 \begin_layout Plain Layout
36984 ぱっけーじ@パッケージ ! mhchem
36985 \end_layout
36986
36987 \end_inset
36988
36989 パッケージの
36990 \begin_inset CommandInset href
36991 LatexCommand href
36992 name "取扱説明書"
36993 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36994 literal "false"
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Bibliography
37002 \begin_inset CommandInset bibitem
37003 LatexCommand bibitem
37004 key "Duden"
37005 literal "true"
37006
37007 \end_inset
37008
37009
37010 \emph on
37011 Duden Band
37012 \begin_inset space ~
37013 \end_inset
37014
37015 1
37016 \emph default
37017 .
37018  22.
37019 \begin_inset space ~
37020 \end_inset
37021
37022 Auflage, Dudenverlag, 2000
37023 \end_layout
37024
37025 \begin_layout Bibliography
37026 \begin_inset CommandInset bibitem
37027 LatexCommand bibitem
37028 key "Checklist"
37029 literal "true"
37030
37031 \end_inset
37032
37033 原稿見直しの
37034 \begin_inset CommandInset href
37035 LatexCommand href
37036 name "チェックリスト"
37037 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37038 literal "false"
37039
37040 \end_inset
37041
37042
37043 \end_layout
37044
37045 \begin_layout Standard
37046 \begin_inset CommandInset index_print
37047 LatexCommand printindex
37048 type "idx"
37049 name "索引"
37050 literal "false"
37051
37052 \end_inset
37053
37054
37055 \end_layout
37056
37057 \end_body
37058 \end_document