]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
doc/template/examples files: port recent changes
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
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 %\def\tagform@#1{\maketag@@@{|#1|}}
93
94
95 % ------------------------------------
96 % used to check for needed LaTeX packages
97 \usepackage{ifthen}
98
99 % check for package undertilde
100 % used for the command \utilde
101 \newboolean{undertilde}
102 \IfFileExists{undertilde.sty}
103  {\usepackage{undertilde}
104   \setboolean{undertilde}{true}}
105  {\setboolean{undertilde}{false}}
106
107 % check for package eurosym
108 % used for the Euro symbol
109 \newboolean{eurosym}
110 \IfFileExists{eurosym.sty}
111  {\usepackage[gennarrow]{eurosym}
112   \setboolean{eurosym}{true}}
113  {\setboolean{eurosym}{false}}
114
115 % needed in sec. 22.4
116 % check for package braket
117 \newboolean{braket}
118 \IfFileExists{braket.sty}
119  {\usepackage{braket}
120   \setboolean{braket}{true}}
121  {\setboolean{braket}{false}}
122
123 % check for package cancel
124 \newboolean{cancel}
125 \IfFileExists{cancel.sty}
126  {\usepackage{cancel}
127   \setboolean{cancel}{true}}
128  {\setboolean{cancel}{false}}
129
130 % needed in sec. 22.10
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137
138 % make pdf bookmark sane with Japanese
139 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
140
141 \renewcommand{\seename}{→}
142 \end_preamble
143 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
144 \use_default_options true
145 \maintain_unincluded_children false
146 \begin_local_layout
147 InsetLayout             Flex:Ruby
148 LyxType         charstyle
149 LatexType               command
150 LatexName               ruby
151 BgColor         none
152 LabelString             "ルビ"
153 Decoration              Conglomerate
154 Argument post:1
155 LabelString     "ルビ文"
156 MenuString      "ルビ文(S)|S"
157 Decoration      Conglomerate
158 Font
159 Size            tiny
160 EndFont
161 LabelFont
162 Size            tiny
163 EndFont
164 Mandatory       1
165 EndArgument
166 Preamble
167 \IfFileExists{okumacro.sty}
168 {\usepackage{okumacro}}
169 {\newcommand{\ruby}[2]{#2}}
170 EndPreamble
171 End
172 \end_local_layout
173 \language japanese
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman "default" "default"
178 \font_sans "default" "default"
179 \font_typewriter "default" "default"
180 \font_math "auto" "auto"
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100 100
186 \font_tt_scale 100 100
187 \graphics default
188 \default_output_format pdf3
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize default
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Math Manual"
196 \pdf_author "LyX Team, Uwe Stohr"
197 \pdf_subject "LyX-documentation about math"
198 \pdf_keywords "LyX, Mathed"
199 \pdf_bookmarks false
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize a4paper
210 \use_geometry true
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 1
215 \use_package mathdots 1
216 \use_package mathtools 2
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index 索引
232 \shortcut idx
233 \color #008000
234 \end_index
235 \leftmargin 3.5cm
236 \topmargin 3cm
237 \rightmargin 3cm
238 \bottommargin 3.5cm
239 \secnumdepth 4
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language english
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle plain
247 \tracking_changes false
248 \output_changes true
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 \SpecialChar LyX
258 の数式詳細説明書
259 \end_layout
260
261 \begin_layout Author
262 \SpecialChar LyX
263 プロジェクトチーム
264 \begin_inset Foot
265 status collapsed
266
267 \begin_layout Plain Layout
268 \noindent
269 コメントや誤りの修正などがございましたら,\SpecialChar LyX
270 文書化メーリングリスト
271 \family typewriter
272
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
277 type "mailto:"
278
279 \end_inset
280
281
282 \family default
283 までお知らせください.
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 著者:Uwe Stöhr
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 第2.2.x版
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 この文書をPDFやPS,DVIに書き出すには,\SpecialChar LaTeX
326 パッケージの
327 \series bold
328 braket
329 \series default
330
331 \series bold
332 cancel
333 \series default
334
335 \series bold
336 eurosym
337 \series default
338
339 \series bold
340 mathdots
341 \series default
342
343 \series bold
344 mhchem
345 \series default
346
347 \series bold
348 undertilde
349 \series default
350
351 \series bold
352 was
353 \series default
354 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,パッケージを必要とする節は出力には現れません.また,
355 \series bold
356 mhchem
357 \series default
358 が導入されていないと,本ファイルを書き出すことができません.
359 \end_layout
360
361 \begin_layout Plain Layout
362 この文書の最新のPDF版は
363 \begin_inset Newline newline
364 \end_inset
365
366
367 \series bold
368 http://wiki.lyx.org/\SpecialChar LyX
369 /DocumentationDevelopment#Math
370 \begin_inset Newline newline
371 \end_inset
372
373
374 \series default
375 にあります.
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \begin_layout Standard
384 \begin_inset Newpage newpage
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 はじめに
392 \end_layout
393
394 \begin_layout Standard
395 この文書は,\SpecialChar LyX
396 の数式機能の説明書であると同時に,なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
397 コマンドのコレクションでもあります.説明は,コマンドの使用を念頭に置い
398 ています.したがって,ユーザーの手引きの
399 \family typewriter
400 数式
401 \family default
402 の節をすでにお読みになっていることを前提としています.
403 \end_layout
404
405 \begin_layout Standard
406 この説明書で説明されている,ほとんどの数式記号と,数式要素の多くは,
407 \family sans
408 挿入\SpecialChar menuseparator
409 数式
410 \family default
411 メニューか
412 \family sans
413 数式ツールバー
414 \family default
415 からアクセスすることが可能です.しかし,たくさんの数式を書かなくてはならない人はみな,数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
416 なるのです.したがって,この説明書はコマンドに焦点を当てますが,対応するツールバーボタンが利用可能なときには,それにも言及することにします.
417 \end_layout
418
419 \begin_layout Standard
420 とくに断らなければ,コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,文書設定(
421 \family sans
422 文書\SpecialChar menuseparator
423 設定\SpecialChar menuseparator
424 数式オプション
425 \family default
426 メニュー)で
427 \family sans
428 AMS mathパッケージを使う
429 \family default
430 オプションを有効にしなくてはなりません
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435
436 \family sans
437 AMS mathパッケージを自動的に使う
438 \family default
439 オプションは,\SpecialChar LyX
440 でサポートされている数式要素が見つかったときのみ,
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -mathパッケージを使用します.
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Standard
462 説明を明瞭にするために,この文書はすべての
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 -mathコマンド
476 \begin_inset Foot
477 status collapsed
478
479 \begin_layout Plain Layout
480 すべての
481 \begin_inset ERT
482 status collapsed
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 AmS
489 \end_layout
490
491 \end_inset
492
493 -mathコマンドの一覧は,
494 \family sans
495
496 \begin_inset CommandInset href
497 LatexCommand href
498 name "amsguide.ps"
499 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
500
501 \end_inset
502
503
504 \family default
505 ファイルに収録されています.このファイルは,すべての\SpecialChar LaTeX
506 標準頒布版に含まれています.
507 \end_layout
508
509 \end_inset
510
511 を列挙はしません.
512 \end_layout
513
514 \begin_layout Section
515 一般的な説明
516 \end_layout
517
518 \begin_layout Standard
519 本文に埋め込まれた行内数式
520 \begin_inset Index idx
521 status collapsed
522
523 \begin_layout Plain Layout
524 すうしき @ 数式 ! ぎょうない @ 行内
525 \end_layout
526
527 \end_inset
528
529 を作成するには,
530 \begin_inset Flex Ruby
531 status collapsed
532
533 \begin_layout Plain Layout
534 捷径
535 \begin_inset Argument post:1
536 status collapsed
537
538 \begin_layout Plain Layout
539 ショートカット
540 \end_layout
541
542 \end_inset
543
544
545 \end_layout
546
547 \end_inset
548
549
550 \begin_inset Info
551 type  "shortcuts"
552 arg   "math-mode"
553 \end_inset
554
555 のうちのいずれか,あるいはツールバーボタン
556 \begin_inset Info
557 type  "icon"
558 arg   "math-mode"
559 \end_inset
560
561 を使用してください.
562 \begin_inset Newline newline
563 \end_inset
564
565 大きく別の段落として表示される別行立て数式
566 \begin_inset Index idx
567 status collapsed
568
569 \begin_layout Plain Layout
570 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
571 \end_layout
572
573 \end_inset
574
575 を作成するには,
576 \begin_inset Info
577 type  "shortcuts"
578 arg   "math-display"
579 \end_inset
580
581 のうちいずれかの捷径を使用して下さい.
582 \end_layout
583
584 \begin_layout Standard
585 別行立て様式の数式を行内数式に変更するには,カーソルを数式内に合わせて
586 \begin_inset Info
587 type  "shortcuts"
588 arg   "math-mode"
589 \end_inset
590
591 のいずれかの捷径か,
592 \family sans
593 編集\SpecialChar menuseparator
594 数式\SpecialChar menuseparator
595 数式の表記を変更
596 \family default
597 メニューを使用して下さい.同じ方法が,行内数式を別行立て数式に変更するのにも使用できます.
598 \end_layout
599
600 \begin_layout Standard
601 行内数式の一部を別行立て数式の大きさで表示するには,
602 \series bold
603
604 \backslash
605 displaystyle
606 \begin_inset Index idx
607 status collapsed
608
609 \begin_layout Plain Layout
610
611 \size normal
612 こまんど@コマンド ! D ! 
613 \backslash
614 displaystyle
615 \end_layout
616
617 \end_inset
618
619
620 \series default
621 を数式に入力して下さい.すると,青いボックスが新規に現れて,希望する数式の箇所を挿入することができます.
622 \end_layout
623
624 \begin_layout Standard
625 表の中では,行内数式のみの使用が許されています.
626 \end_layout
627
628 \begin_layout Standard
629
630 \family sans
631 数式ツールバー
632 \family default
633 は,
634 \family sans
635 表示\SpecialChar menuseparator
636 ツールバー
637 \family default
638 メニューで表示することができます.そのメニューで「数式」をクリックすると,ツールバーが下部に永続的に表示されます.この状態は,
639 \family sans
640 ツールバー
641 \family default
642 メニューの中ではチェック印で表されます.この状態から,
643 \family sans
644 ツールバー
645 \family default
646 メニューの「数式」をもう一度クリックすると,数式ツールバーは,カーソルが数式内部にあるときのみ表示されるようになります.この状態は,メニュー項目が「数式」から「
647 数式(自動)」に変わることで表されます.
648 \end_layout
649
650 \begin_layout Standard
651 \SpecialChar TeX
652 モード
653 \begin_inset Index idx
654 status collapsed
655
656 \begin_layout Plain Layout
657 T exもーど@\SpecialChar TeX
658 モード
659 \end_layout
660
661 \end_inset
662
663 は,ツールバーボタン
664 \begin_inset Info
665 type  "icon"
666 arg   "ert-insert"
667 \end_inset
668
669 を押すか,
670 \family sans
671 挿入\SpecialChar menuseparator
672 Te
673 \begin_inset ERT
674 status collapsed
675
676 \begin_layout Plain Layout
677
678 {}
679 \end_layout
680
681 \end_inset
682
683 Xコード
684 \family default
685 (捷径:
686 \begin_inset Info
687 type  "shortcut"
688 arg   "ert-insert"
689 \end_inset
690
691 )メニューを使うことで,起動できます.
692 \begin_inset Note Note
693 status collapsed
694
695 \begin_layout Plain Layout
696 \SpecialChar LyX
697 には,出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」,\SpecialChar TeX
698 ・\SpecialChar LaTeX
699 ・\SpecialChar LyX
700 があります.これらの名称が,固有名詞として認識されるのを防ぐために,ここでは\SpecialChar TeX
701 括弧
702 が挿入されています.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 \SpecialChar LaTeX
712 プリアンブル
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 L atexぷりあんぶる@\SpecialChar LaTeX
718 プリアンブル
719 \end_layout
720
721 \end_inset
722
723 を変更するには,
724 \family sans
725 文書\SpecialChar menuseparator
726 設定\SpecialChar menuseparator
727 LaT
728 \begin_inset ERT
729 status collapsed
730
731 \begin_layout Plain Layout
732
733 {}
734 \end_layout
735
736 \end_inset
737
738 eXプリアンブル
739 \family default
740 メニューを使用してください.
741 \end_layout
742
743 \begin_layout Standard
744 行列や場合分け,多行数式を続けて編集するには,
745 \family sans
746 編集\SpecialChar menuseparator
747 数式
748 \family default
749 メニューと
750 \family sans
751 編集\SpecialChar menuseparator
752 行と列
753 \family default
754 メニューを使うか,表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,カーソルのある列や行は,それぞれ右側の列や下の行と
755 交換されます.カーソルが最後の列や行にあるときには,左の列や上の行と交換されることになります.
756 \end_layout
757
758 \begin_layout Standard
759 数式内で文章を書く
760 \begin_inset Foot
761 status collapsed
762
763 \begin_layout Plain Layout
764 多行数式では,
765 \series bold
766
767 \backslash
768 intertext
769 \series default
770 コマンドが使用されます.
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "subsec:多行数式中のテキスト"
774
775 \end_inset
776
777 を参照のこと.
778 \end_layout
779
780 \end_inset
781
782 には,
783 \emph on
784 数式テキスト
785 \emph default
786
787 \begin_inset Index idx
788 status collapsed
789
790 \begin_layout Plain Layout
791 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
792 \end_layout
793
794 \end_inset
795
796
797 \begin_inset Index idx
798 status collapsed
799
800 \begin_layout Plain Layout
801 すうしきてきすと @ 数式テキスト
802 \end_layout
803
804 \end_inset
805
806 が使用されます.このモードには,捷径
807 \begin_inset Info
808 type  "shortcut"
809 arg   "math-mode"
810 \end_inset
811
812 を使うか,
813 \series bold
814
815 \backslash
816 text
817 \series default
818
819 \begin_inset Index idx
820 status collapsed
821
822 \begin_layout Plain Layout
823 こまんど @ コマンド ! T ! 
824 \backslash
825 text
826 \end_layout
827
828 \end_inset
829
830 コマンドを挿入することで入ることができます.テキストは,\SpecialChar LyX
831 中では黒字で表示されるので,青字で表示される他の数式部分とは区別することができます.出力においては,数式
832 テキストは,他の数式部分とは違って,アップライト体に組まれます.
833 \end_layout
834
835 \begin_layout Subsection*
836 コマンドの構成
837 \end_layout
838
839 \begin_layout Standard
840 数式要素に使われるほとんどの\SpecialChar LaTeX
841 コマンドは,以下のような構成になっています.
842 \end_layout
843
844 \begin_layout Standard
845
846 \series bold
847
848 \backslash
849 コマンド名[非必須引数]{必須引数}
850 \end_layout
851
852 \begin_layout Standard
853 コマンドは,つねにバックスラッシュ「
854 \series bold
855
856 \backslash
857
858 \series default
859 」で始まります.非必須の引数を省略するときには,随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,この文書中では,\SpecialChar TeX
860 括弧
861 \begin_inset Index idx
862 status collapsed
863
864 \begin_layout Plain Layout
865 T exかっこ@\SpecialChar TeX
866 括弧
867 \end_layout
868
869 \end_inset
870
871 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,\SpecialChar LyX
872 は自動的に\SpecialChar TeX
873 括弧を生成します.数式中ではそれ以外に,
874 \series bold
875
876 \backslash
877 {
878 \series default
879 コマンドを使えば,つねに\SpecialChar TeX
880 括弧を生成することができます.\SpecialChar LyX
881 中で,青字で表示される通常の括弧とは違って,\SpecialChar TeX
882 括弧は赤字で表示されます.\SpecialChar TeX
883 モード中では,\SpecialChar TeX
884 括弧を得るのに,とくに
885 コマンドは必要としません.また,\SpecialChar TeX
886 括弧は出力中では表示されません.
887 \end_layout
888
889 \begin_layout Standard
890 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
891 モードに入力するときには,コマンドの終わりを表すために,コマンドの後に空白が
892 \emph on
893 かならず
894 \emph default
895 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,空白の後に,通常テキストモードの保護された空白が来なくてはなりませ
896 ん.
897 \end_layout
898
899 \begin_layout Standard
900 保護された空白は,
901 \begin_inset Info
902 type  "shortcuts"
903 arg   "command-alternatives space-insert protected ; math-space"
904 \end_inset
905
906  
907 \begin_inset Flex Ruby
908 status collapsed
909
910 \begin_layout Plain Layout
911
912 \begin_inset Argument post:1
913 status collapsed
914
915 \begin_layout Plain Layout
916 キー
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926 で入力できます.
927 \end_layout
928
929 \begin_layout Subsection*
930 \begin_inset Newpage newpage
931 \end_inset
932
933 文法の説明
934 \end_layout
935
936 \begin_layout Itemize
937 記号 
938 \begin_inset space \textvisiblespace{}
939 \end_inset
940
941  は,空白文字を入力することを表します.
942 \end_layout
943
944 \begin_layout Itemize
945 \begin_inset Formula $\to$
946 \end_inset
947
948 のような矢印は,キーボードから対応する矢印
949 \begin_inset Flex Ruby
950 status collapsed
951
952 \begin_layout Plain Layout
953
954 \begin_inset Argument post:1
955 status collapsed
956
957 \begin_layout Plain Layout
958 キー
959 \end_layout
960
961 \end_inset
962
963
964 \end_layout
965
966 \end_inset
967
968 を押すことを表します.
969 \end_layout
970
971 \begin_layout Subsection*
972 使用できる単位
973 \end_layout
974
975 \begin_layout Standard
976 \align center
977 \begin_inset Float table
978 placement H
979 wide false
980 sideways false
981 status open
982
983 \begin_layout Plain Layout
984 \align center
985 \begin_inset Caption Standard
986
987 \begin_layout Plain Layout
988 \begin_inset CommandInset label
989 LatexCommand label
990 name "tab:使用できる単位"
991
992 \end_inset
993
994 使用できる単位
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout Plain Layout
1003 \align center
1004 \begin_inset Tabular
1005 <lyxtabular version="3" rows="13" columns="2">
1006 <features booktabs="true" tabularvalignment="middle">
1007 <column alignment="center" valignment="top" width="0pt">
1008 <column alignment="center" valignment="top">
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 単位
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 名称/摘要
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 mm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 ミリメートル
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 cm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 センチメートル
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 in
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 インチ
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 pt
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 ポイント (72.27
1104 \begin_inset Formula $\,$
1105 \end_inset
1106
1107 pt = 1
1108 \begin_inset Formula $\,$
1109 \end_inset
1110
1111 in)
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 pc
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 パイカ (1
1132 \begin_inset Formula $\,$
1133 \end_inset
1134
1135 pc = 12
1136 \begin_inset Formula $\,$
1137 \end_inset
1138
1139 pt)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 sp
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 スケールポイント (65536
1160 \begin_inset Formula $\,$
1161 \end_inset
1162
1163 sp = 1
1164 \begin_inset Formula $\,$
1165 \end_inset
1166
1167 pt)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 bp
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 ビッグポイント (72
1188 \begin_inset Formula $\,$
1189 \end_inset
1190
1191 bp = 1
1192 \begin_inset Formula $\,$
1193 \end_inset
1194
1195 in)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 dd
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 ディドー (72
1216 \begin_inset Formula $\,$
1217 \end_inset
1218
1219 dd 
1220 \begin_inset Formula $\approx$
1221 \end_inset
1222
1223  37.6
1224 \begin_inset Formula $\,$
1225 \end_inset
1226
1227 mm)
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 </row>
1233 <row>
1234 <cell alignment="center" valignment="top" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 cc
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 <cell alignment="center" valignment="top" usebox="none">
1244 \begin_inset Text
1245
1246 \begin_layout Plain Layout
1247 シセロ (1
1248 \begin_inset Formula $\,$
1249 \end_inset
1250
1251 cc = 12
1252 \begin_inset Formula $\,$
1253 \end_inset
1254
1255 dd)
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 </row>
1261 <row>
1262 <cell alignment="center" valignment="top" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 ex
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 現在のフォントの文字「x」の高さ
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 em
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 現在のフォントの文字「M」の幅
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 mu
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 数式単位(1
1316 \begin_inset space \thinspace{}
1317 \end_inset
1318
1319 mu = 
1320 \begin_inset Formula $\nicefrac{1}{18}$
1321 \end_inset
1322
1323
1324 \begin_inset space \thinspace{}
1325 \end_inset
1326
1327 em)
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 </lyxtabular>
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \begin_layout Standard
1346 \begin_inset Newpage newpage
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \begin_layout Section
1353 基礎的な関数
1354 \end_layout
1355
1356 \begin_layout Subsection
1357 指数
1358 \begin_inset Index idx
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 しすう@指数
1363 \end_layout
1364
1365 \end_inset
1366
1367 および添字
1368 \begin_inset Index idx
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 そえじ@添字
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 うえつきもじ@上付き文字
1383 \begin_inset ERT
1384 status open
1385
1386 \begin_layout Plain Layout
1387
1388 |see{
1389 \end_layout
1390
1391 \end_inset
1392
1393 指数
1394 \begin_inset ERT
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398
1399 }
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 したつきもじ@下付き文字
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 |see{
1421 \end_layout
1422
1423 \end_inset
1424
1425 添字
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 }
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \begin_layout Standard
1445 添字は,アンダースコア「_」を打鍵するか,数式ツールバーボタン
1446 \begin_inset Info
1447 type  "icon"
1448 arg   "math-subscript"
1449 \end_inset
1450
1451 を使って入力することができ,指数は,キャレット「^」を打鍵するか,数式ツールバーボタン
1452 \begin_inset Info
1453 type  "icon"
1454 arg   "math-superscript"
1455 \end_inset
1456
1457 を使って入力することができます.
1458 \end_layout
1459
1460 \begin_layout Standard
1461 \align center
1462 \begin_inset Tabular
1463 <lyxtabular version="3" rows="4" columns="2">
1464 <features booktabs="true" tabularvalignment="middle">
1465 <column alignment="center" valignment="top" width="0pt">
1466 <column alignment="center" valignment="top" width="0pt">
1467 <row>
1468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1469 \begin_inset Text
1470
1471 \begin_layout Plain Layout
1472 コマンド
1473 \end_layout
1474
1475 \end_inset
1476 </cell>
1477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1478 \begin_inset Text
1479
1480 \begin_layout Plain Layout
1481 出力
1482 \end_layout
1483
1484 \end_inset
1485 </cell>
1486 </row>
1487 <row>
1488 <cell alignment="center" valignment="top" usebox="none">
1489 \begin_inset Text
1490
1491 \begin_layout Plain Layout
1492 B_V
1493 \end_layout
1494
1495 \end_inset
1496 </cell>
1497 <cell alignment="center" valignment="top" usebox="none">
1498 \begin_inset Text
1499
1500 \begin_layout Plain Layout
1501 \begin_inset Formula $B_{V}$
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508 </cell>
1509 </row>
1510 <row topspace="1.5mm">
1511 <cell alignment="center" valignment="top" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 B^V
1516 \end_layout
1517
1518 \end_inset
1519 </cell>
1520 <cell alignment="center" valignment="top" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 \begin_inset Formula $B^{V}$
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row topspace="1.5mm">
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 B^
1539 \begin_inset space \textvisiblespace{}
1540 \end_inset
1541
1542 A
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $B^{A}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 </lyxtabular>
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \begin_layout Standard
1568 キャレットは,言語によってはアクセント記号として使用されているので,そのような場合には,母音字の後でキャレットを押すと,指数にならずにアクセントをつけることにな
1569 ってしまいます
1570 \begin_inset Foot
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 使用しているキーボード設定によっては,同様のことが母音以外の文字でも起こることがあります.
1575 \end_layout
1576
1577 \end_inset
1578
1579 .この場合に指数を作るには,上記の最後の例のように,キャレットの後に
1580 \family sans
1581 Space
1582 \family default
1583 を押してください.
1584 \end_layout
1585
1586 \begin_layout Subsection
1587 分数
1588 \begin_inset CommandInset label
1589 LatexCommand label
1590 name "subsec:分数"
1591
1592 \end_inset
1593
1594
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 ぶんすう@分数
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Standard
1608 分数は,コマンド
1609 \series bold
1610
1611 \backslash
1612 frac
1613 \series default
1614
1615 \begin_inset Index idx
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 こまんど@コマンド ! F ! 
1620 \backslash
1621 frac
1622 \end_layout
1623
1624 \end_inset
1625
1626 か数式ツールバーボタン
1627 \begin_inset Info
1628 type  "icon"
1629 arg   "math-insert \\frac"
1630 \end_inset
1631
1632 で作ることができます.フォント寸法は,分数が行内数式にあるか別行立て数式にあるかに応じて,自動的に調整されます.数式ツールバーボタン
1633 \begin_inset Info
1634 type  "icon"
1635 arg   "math-insert \\frac-square"
1636 \end_inset
1637
1638 を使えば,分数の種類を選ぶことができます.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 コマンド
1643 \series bold
1644
1645 \backslash
1646 dfrac
1647 \series default
1648
1649 \begin_inset Index idx
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 こまんど@コマンド ! D ! 
1654 \backslash
1655 dfrac
1656 \end_layout
1657
1658 \end_inset
1659
1660 を使えば,つねに別行立て数式の大きさを持つ分数を作成することができます.また,コマンド
1661 \series bold
1662
1663 \backslash
1664 tfrac
1665 \series default
1666
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 こまんど@コマンド ! T ! 
1672 \backslash
1673 tfrac
1674 \end_layout
1675
1676 \end_inset
1677
1678 では,つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
1679 \end_layout
1680
1681 \begin_layout Standard
1682 これは,コマンド
1683 \series bold
1684
1685 \backslash
1686 frac
1687 \series default
1688 を使用して作った分数
1689 \begin_inset Formula $\frac{1}{2}$
1690 \end_inset
1691
1692 を含む行です.
1693 \end_layout
1694
1695 \begin_layout Standard
1696 これは,コマンド
1697 \series bold
1698
1699 \backslash
1700 dfrac
1701 \series default
1702 を使用して作った分数
1703 \begin_inset Formula $\dfrac{1}{2}$
1704 \end_inset
1705
1706 を含む行です.
1707 \end_layout
1708
1709 \begin_layout Standard
1710 \align center
1711 \begin_inset Tabular
1712 <lyxtabular version="3" rows="4" columns="2">
1713 <features booktabs="true" tabularvalignment="middle">
1714 <column alignment="center" valignment="top" width="0pt">
1715 <column alignment="center" valignment="top" width="0pt">
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721 コマンド
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Plain Layout
1730 出力
1731 \end_layout
1732
1733 \end_inset
1734 </cell>
1735 </row>
1736 <row topspace="1.5mm">
1737 <cell alignment="center" valignment="top" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \backslash
1743 frac
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 $\frac{A}{B}$
1761 \end_inset
1762
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 </row>
1769 <row topspace="2mm">
1770 <cell alignment="center" valignment="top" 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 A
1781 \begin_inset Formula $\downarrow$
1782 \end_inset
1783
1784 B
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 \begin_inset Formula $\dfrac{A}{B}$
1794 \end_inset
1795
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 </row>
1802 <row topspace="2mm" bottomspace="1mm">
1803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \backslash
1809 dfrac
1810 \begin_inset space \textvisiblespace{}
1811 \end_inset
1812
1813 e^
1814 \backslash
1815 frac
1816 \begin_inset space \textvisiblespace{}
1817 \end_inset
1818
1819 1
1820 \begin_inset Formula $\downarrow$
1821 \end_inset
1822
1823 2
1824 \begin_inset Formula $\downarrow\downarrow$
1825 \end_inset
1826
1827 3
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 </lyxtabular>
1846
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \begin_inset VSpace bigskip
1854 \end_inset
1855
1856
1857 \begin_inset Newpage newpage
1858 \end_inset
1859
1860 入れ子の分数を作るには,コマンド
1861 \series bold
1862
1863 \backslash
1864 cfrac
1865 \series default
1866
1867 \begin_inset Index idx
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 こまんど@コマンド ! C ! 
1872 \backslash
1873 cfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878 が使えます.以下がその例です.
1879 \begin_inset VSpace -3mm
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 \begin_inset Formula 
1887 \begin{align*}
1888 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1889 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1890 \end{align*}
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 上記の例で使用したコマンドは,
1899 \end_layout
1900
1901 \begin_layout Standard
1902
1903 \series bold
1904
1905 \backslash
1906 cfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 space 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B+
1924 \backslash
1925 cfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 space 
1934 \end_layout
1935
1936 \end_inset
1937
1938 C+
1939 \backslash
1940 cfrac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 space 
1949 \end_layout
1950
1951 \end_inset
1952
1953 E
1954 \begin_inset Formula $\downarrow$
1955 \end_inset
1956
1957 F
1958 \begin_inset Formula $\downarrow$
1959 \end_inset
1960
1961 D
1962 \end_layout
1963
1964 \begin_layout Standard
1965 です.
1966 \end_layout
1967
1968 \begin_layout Standard
1969 \begin_inset VSpace medskip
1970 \end_inset
1971
1972
1973 \end_layout
1974
1975 \begin_layout Standard
1976
1977 \series bold
1978
1979 \backslash
1980 cfrac
1981 \series default
1982 は,他の分数中に入れ子になっている場合も含め,分数をつねに別行立て数式の大きさに設定します.
1983 \end_layout
1984
1985 \begin_layout Standard
1986 分子の揃え方は,指定することができます.
1987 \series bold
1988
1989 \backslash
1990 cfracleft
1991 \series default
1992 コマンドは左揃えにし,
1993 \series bold
1994
1995 \backslash
1996 cfracright
1997 \series default
1998 は右揃えにします.
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004 は中央揃えです.以下の各分数は,それぞれの揃え位置を示しています.
2005 \series bold
2006
2007 \begin_inset Formula 
2008 \[
2009 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2010 \]
2011
2012 \end_inset
2013
2014
2015 \end_layout
2016
2017 \begin_layout Standard
2018 \begin_inset Note Greyedout
2019 status open
2020
2021 \begin_layout Plain Layout
2022
2023 \series bold
2024 【註】
2025 \backslash
2026 cfracleft
2027 \series default
2028
2029 \series bold
2030
2031 \backslash
2032 cfracright
2033 \series default
2034 は,生粋の\SpecialChar LaTeX
2035 コマンドではなく,実体は,コマンド
2036 \series bold
2037
2038 \backslash
2039 cfrac[揃え位置]{分子}{分母}
2040 \series default
2041 です.したがって,これらを\SpecialChar TeX
2042 モードで使うことはできません.
2043 \end_layout
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset VSpace medskip
2052 \end_inset
2053
2054 ときに,以下のように
2055 \series bold
2056
2057 \backslash
2058 cfrac
2059 \series default
2060
2061 \series bold
2062
2063 \backslash
2064 frac
2065 \series default
2066 を組み合わせて使うと便利です.
2067 \begin_inset Formula 
2068 \[
2069 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2070 \]
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 斜めの分数線を持つ行内分数を作るには,コマンド
2079 \series bold
2080
2081 \backslash
2082 nicefrac
2083 \series default
2084
2085 \begin_inset Index idx
2086 status collapsed
2087
2088 \begin_layout Plain Layout
2089 こまんど@コマンド ! N ! 
2090 \backslash
2091 nicefrac
2092 \end_layout
2093
2094 \end_inset
2095
2096 (例:
2097 \begin_inset Formula $\nicefrac{5}{31}$
2098 \end_inset
2099
2100 )を使うか,コマンド
2101 \series bold
2102
2103 \backslash
2104 unitfrac
2105 \series default
2106
2107 \begin_inset Index idx
2108 status collapsed
2109
2110 \begin_layout Plain Layout
2111 こまんど@コマンド ! U ! 
2112 \backslash
2113 unitfrac
2114 \end_layout
2115
2116 \end_inset
2117
2118 (例:
2119 \begin_inset Formula $\unitfrac{5}{31}$
2120 \end_inset
2121
2122 )を使います.さらに,
2123 \begin_inset Formula $\unitfrac[2]{1}{3}$
2124 \end_inset
2125
2126 のような帯分数を作るコマンド
2127 \series bold
2128
2129 \backslash
2130 unitfracthree
2131 \series default
2132 もあります.
2133 \end_layout
2134
2135 \begin_layout Standard
2136 \begin_inset Note Greyedout
2137 status open
2138
2139 \begin_layout Plain Layout
2140
2141 \series bold
2142 【註】
2143 \series default
2144 実は,
2145 \series bold
2146
2147 \backslash
2148 unitfracthree
2149 \series default
2150 は生粋の\SpecialChar LaTeX
2151 コマンドではなく,実体は
2152 \begin_inset Newline newline
2153 \end_inset
2154
2155
2156 \series bold
2157
2158 \backslash
2159 unitfrac[自然数]{分子}{分母}
2160 \series default
2161 というコマンドなので,\SpecialChar TeX
2162 コードでは使用できません.
2163 \end_layout
2164
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 分数線を変更できるような独自の分数の定義のしかたは,第
2172 \begin_inset CommandInset ref
2173 LatexCommand ref
2174 reference "subsec:自己定義の分数"
2175
2176 \end_inset
2177
2178 節に説明があります.
2179 \end_layout
2180
2181 \begin_layout Standard
2182 多行分数の説明は,第
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "subsec:多行にわたる分数"
2186
2187 \end_inset
2188
2189 節にあります.
2190 \end_layout
2191
2192 \begin_layout Subsection
2193 根号
2194 \begin_inset Index idx
2195 status collapsed
2196
2197 \begin_layout Plain Layout
2198 こんごう@根号
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \begin_inset Index idx
2205 status collapsed
2206
2207 \begin_layout Plain Layout
2208 るーと@ルート
2209 \begin_inset ERT
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213
2214 |see{
2215 \end_layout
2216
2217 \end_inset
2218
2219 根号
2220 \begin_inset ERT
2221 status collapsed
2222
2223 \begin_layout Plain Layout
2224
2225 }
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \end_inset
2234
2235
2236 \end_layout
2237
2238 \begin_layout Standard
2239 平方根は,
2240 \series bold
2241
2242 \backslash
2243 sqrt
2244 \series default
2245
2246 \begin_inset Index idx
2247 status collapsed
2248
2249 \begin_layout Plain Layout
2250 こまんど@コマンド ! S ! 
2251 \backslash
2252 sqrt
2253 \end_layout
2254
2255 \end_inset
2256
2257 か数式ツールバーボタン
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "math-insert \\sqrt"
2261 \end_inset
2262
2263 で作成することができ,他のすべての根号は,コマンド
2264 \series bold
2265
2266 \backslash
2267 root
2268 \series default
2269
2270 \begin_inset Index idx
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 こまんど@コマンド ! R ! 
2275 \backslash
2276 root
2277 \end_layout
2278
2279 \end_inset
2280
2281 か数式ツールバーボタン
2282 \begin_inset Info
2283 type  "icon"
2284 arg   "math-insert \\root"
2285 \end_inset
2286
2287 で作成することができます.
2288 \end_layout
2289
2290 \begin_layout Standard
2291 \align center
2292 \begin_inset Tabular
2293 <lyxtabular version="3" rows="3" columns="2">
2294 <features booktabs="true" tabularvalignment="middle">
2295 <column alignment="center" valignment="top" width="0pt">
2296 <column alignment="center" valignment="top" width="0pt">
2297 <row>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302 コマンド
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 出力
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 </row>
2317 <row topspace="1mm">
2318 <cell alignment="center" valignment="top" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322
2323 \backslash
2324 sqrt
2325 \begin_inset space \textvisiblespace{}
2326 \end_inset
2327
2328 A-B
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 \begin_inset Formula $\sqrt{A-B}$
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 <row topspace="1mm">
2347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \backslash
2353 root
2354 \begin_inset space \textvisiblespace{}
2355 \end_inset
2356
2357 3
2358 \begin_inset Formula $\downarrow$
2359 \end_inset
2360
2361 A-B
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370 \begin_inset Formula $\sqrt[3]{A-B}$
2371 \end_inset
2372
2373
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 </row>
2379 </lyxtabular>
2380
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \begin_layout Standard
2387 平方根は,根号指数フィールドを空白のままにしておけば,
2388 \series bold
2389
2390 \backslash
2391 root
2392 \series default
2393 でも作成することができます.
2394 \end_layout
2395
2396 \begin_layout Standard
2397 \begin_inset Formula $\sqrt[\beta]{B}$
2398 \end_inset
2399
2400 の例のように,指数のとる値によっては,根号への距離が近すぎることがあります.
2401 \begin_inset Newline newline
2402 \end_inset
2403
2404 この場合には,
2405 \begin_inset Formula $\beta$
2406 \end_inset
2407
2408 が根号に触れてしまいます.これを避けるためには,以下のようなコマンド書式で,コマンド
2409 \series bold
2410
2411 \backslash
2412 leftroot
2413 \series default
2414
2415 \begin_inset Index idx
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419 こまんど@コマンド ! L ! 
2420 \backslash
2421 leftroot
2422 \end_layout
2423
2424 \end_inset
2425
2426
2427 \series bold
2428
2429 \backslash
2430 uproot
2431 \series default
2432
2433 \begin_inset Index idx
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 こまんど@コマンド ! U ! 
2438 \backslash
2439 uproot
2440 \end_layout
2441
2442 \end_inset
2443
2444 を使います.
2445 \end_layout
2446
2447 \begin_layout Standard
2448
2449 \series bold
2450
2451 \backslash
2452 leftroot{距離}
2453 \series default
2454 および
2455 \series bold
2456
2457 \backslash
2458 uproot{距離}
2459 \end_layout
2460
2461 \begin_layout Standard
2462 ここで「距離」は,指数を左あるいは上に動かす,Big Point(単位bp;
2463 \begin_inset Formula $\mathrm{72\,bp=1}$
2464 \end_inset
2465
2466 インチ)での数値です.これらのコマンドは,指数に書き込みます.このようにして,コマンド
2467 \begin_inset Newline newline
2468 \end_inset
2469
2470
2471 \series bold
2472
2473 \backslash
2474 root
2475 \backslash
2476 leftroot{-1
2477 \begin_inset Formula $\to$
2478 \end_inset
2479
2480
2481 \backslash
2482 uproot{2
2483 \begin_inset Formula $\to$
2484 \end_inset
2485
2486
2487 \backslash
2488 beta
2489 \begin_inset space \textvisiblespace{}
2490 \end_inset
2491
2492
2493 \begin_inset Formula $\to$
2494 \end_inset
2495
2496 B
2497 \begin_inset Newline newline
2498 \end_inset
2499
2500
2501 \series default
2502 は,正しく組版された数式
2503 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2504 \end_inset
2505
2506 を生成します.
2507 \end_layout
2508
2509 \begin_layout Subsection
2510 二項係数
2511 \begin_inset Index idx
2512 status collapsed
2513
2514 \begin_layout Plain Layout
2515 にこうけいすう@二項係数
2516 \end_layout
2517
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Standard
2524 二項係数は,コマンド
2525 \series bold
2526
2527 \backslash
2528 binom
2529 \series default
2530
2531 \begin_inset Index idx
2532 status collapsed
2533
2534 \begin_layout Plain Layout
2535 こまんど@コマンド ! B ! 
2536 \backslash
2537 binom
2538 \end_layout
2539
2540 \end_inset
2541
2542 か数式ツールバーボタン
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "math-insert \\frac-square"
2546 \end_inset
2547
2548 の小メニューを使って挿入することができます.分数(
2549 \series bold
2550
2551 \backslash
2552 frac
2553 \series default
2554 )と同様に,
2555 \series bold
2556
2557 \backslash
2558 binom
2559 \series default
2560 の他に,コマンド
2561 \series bold
2562
2563 \backslash
2564 dbinom
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 こまんど@コマンド ! D ! 
2570 \backslash
2571 dbinom
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \series default
2578 および
2579 \series bold
2580
2581 \backslash
2582 tbinom
2583 \series default
2584
2585 \begin_inset Index idx
2586 status collapsed
2587
2588 \begin_layout Plain Layout
2589 こまんど@コマンド ! T ! 
2590 \backslash
2591 tbinom
2592 \end_layout
2593
2594 \end_inset
2595
2596 があります.二項係数のまわりの括弧に,他の括弧を使うには,コマンド
2597 \series bold
2598
2599 \backslash
2600 brace
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 こまんど@コマンド ! B ! 
2608 \backslash
2609 brace
2610 \end_layout
2611
2612 \end_inset
2613
2614
2615 \series bold
2616
2617 \backslash
2618 brack
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 こまんど@コマンド ! B ! 
2626 \backslash
2627 brack
2628 \end_layout
2629
2630 \end_inset
2631
2632 があります.
2633 \end_layout
2634
2635 \begin_layout Standard
2636 \align center
2637 \begin_inset Tabular
2638 <lyxtabular version="3" rows="6" columns="2">
2639 <features booktabs="true" tabularvalignment="middle">
2640 <column alignment="center" valignment="top" width="0pt">
2641 <column alignment="center" valignment="top" width="0pt">
2642 <row>
2643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647 コマンド
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656 出力
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 </row>
2662 <row topspace="1mm">
2663 <cell alignment="center" valignment="top" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667
2668 \backslash
2669 binom
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 $\binom{A}{B}$
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 </row>
2695 <row topspace="2mm">
2696 <cell alignment="center" valignment="top" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700
2701 \backslash
2702 dbinom
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 $\dbinom{A}{B}$
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row topspace="2mm" bottomspace="0.5mm">
2729 <cell alignment="center" valignment="top" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733
2734 \backslash
2735 tbinom
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" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 \begin_inset Formula $\tbinom{A}{B}$
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 </row>
2761 <row topspace="1mm">
2762 <cell alignment="center" valignment="top" topline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Plain Layout
2766
2767 \backslash
2768 brack
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" topline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 \begin_inset Formula ${A \brack B}$
2786 \end_inset
2787
2788
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 </row>
2794 <row topspace="2mm" bottomspace="0.5mm">
2795 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \backslash
2801 brace
2802 \begin_inset space \textvisiblespace{}
2803 \end_inset
2804
2805 A
2806 \begin_inset Formula $\downarrow$
2807 \end_inset
2808
2809 B
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818 \begin_inset Formula ${A \brace B}$
2819 \end_inset
2820
2821
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 </row>
2827 </lyxtabular>
2828
2829 \end_inset
2830
2831
2832 \end_layout
2833
2834 \begin_layout Subsection
2835 場合分け
2836 \begin_inset Index idx
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840 ばあいわけ@場合分け
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \begin_layout Standard
2849 \align center
2850 \begin_inset Tabular
2851 <lyxtabular version="3" rows="3" columns="2">
2852 <features booktabs="true" tabularvalignment="middle">
2853 <column alignment="center" valignment="top" width="0pt">
2854 <column alignment="center" valignment="top" width="0pt">
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860 コマンド
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869 出力
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 </row>
2875 <row>
2876 <cell alignment="center" valignment="top" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \backslash
2882 cases
2883 \begin_inset space \textvisiblespace{}
2884 \end_inset
2885
2886 A
2887 \begin_inset Formula $\to$
2888 \end_inset
2889
2890 B
2891 \begin_inset Formula $>$
2892 \end_inset
2893
2894 0
2895 \begin_inset Index idx
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 こまんど@コマンド ! C ! 
2900 \backslash
2901 cases
2902 \end_layout
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\begin{cases}
2916 A & B>0\end{cases}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row topspace="1.5mm">
2926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 cases
2933 \begin_inset space \textvisiblespace{}
2934 \end_inset
2935
2936
2937 \begin_inset Info
2938 type  "shortcut"
2939 arg   "newline-insert newline"
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 \begin_inset Formula $\begin{cases}
2952 A & \textrm{for }x>0\\
2953 B & \textrm{for }x=0
2954 \end{cases}$
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 </row>
2963 </lyxtabular>
2964
2965 \end_inset
2966
2967
2968 \end_layout
2969
2970 \begin_layout Standard
2971
2972 \series bold
2973
2974 \backslash
2975 cases
2976 \series default
2977 を挿入するか数式ツールバーボタン
2978 \begin_inset Info
2979 type  "icon"
2980 arg   "math-insert \\cases"
2981 \end_inset
2982
2983 を使用した後では,
2984 \begin_inset Flex Ruby
2985 status collapsed
2986
2987 \begin_layout Plain Layout
2988 捷径
2989 \begin_inset Argument post:1
2990 status collapsed
2991
2992 \begin_layout Plain Layout
2993 ショートカット
2994 \end_layout
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \end_inset
3002
3003
3004 \begin_inset Info
3005 type  "shortcut"
3006 arg   "newline-insert newline"
3007 \end_inset
3008
3009 か表ツールバーボタン
3010 \begin_inset Info
3011 type  "icon"
3012 arg   "tabular-feature append-row"
3013 \end_inset
3014
3015 を使えば,新しい行を作ることができます.
3016 \end_layout
3017
3018 \begin_layout Standard
3019 コマンド
3020 \series bold
3021
3022 \backslash
3023 cases
3024 \series default
3025 は,
3026 \family sans
3027 挿入\SpecialChar menuseparator
3028 数式\SpecialChar menuseparator
3029 Cases環境
3030 \family default
3031 メニューで挿入することもできます.
3032 \end_layout
3033
3034 \begin_layout Subsection
3035 否定
3036 \begin_inset Index idx
3037 status collapsed
3038
3039 \begin_layout Plain Layout
3040 ひてい@否定
3041 \end_layout
3042
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \begin_layout Standard
3049
3050 \series bold
3051
3052 \backslash
3053 not
3054 \series default
3055
3056 \begin_inset Index idx
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060 こまんど@コマンド ! N ! 
3061 \backslash
3062 not
3063 \end_layout
3064
3065 \end_inset
3066
3067 を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
3068 \end_layout
3069
3070 \begin_layout Standard
3071 \align center
3072 \begin_inset Tabular
3073 <lyxtabular version="3" rows="4" columns="2">
3074 <features booktabs="true" tabularvalignment="middle">
3075 <column alignment="center" valignment="top" width="0pt">
3076 <column alignment="center" valignment="top" width="0pt">
3077 <row>
3078 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 コマンド
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091 出力
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 not=
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 \begin_inset Formula $\not=$
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 </row>
3122 <row>
3123 <cell alignment="center" valignment="top" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \backslash
3129 not 
3130 \backslash
3131 le
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\not\le$
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \backslash
3156 not 
3157 \backslash
3158 parallel
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\not\parallel$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 </lyxtabular>
3177
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \begin_layout Standard
3184 最後の例が示すように,すべての否定形がきれいに出力されるわけではありません.このことから,否定形に専用のコマンドを持つものもあります(第
3185 \begin_inset CommandInset ref
3186 LatexCommand ref
3187 reference "subsec:数学記号"
3188
3189 \end_inset
3190
3191 節および第
3192 \begin_inset CommandInset ref
3193 LatexCommand ref
3194 reference "sec:関係子"
3195
3196 \end_inset
3197
3198 節を参照).
3199 \end_layout
3200
3201 \begin_layout Subsection
3202 埋め草
3203 \begin_inset CommandInset label
3204 LatexCommand label
3205 name "subsec:埋め草"
3206
3207 \end_inset
3208
3209
3210 \begin_inset Index idx
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 うめくさ@埋め草
3215 \end_layout
3216
3217 \end_inset
3218
3219
3220 \begin_inset Index idx
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224 かがくきごう@化学記号 ! どういたい@同位体
3225 \end_layout
3226
3227 \end_inset
3228
3229
3230 \begin_inset Index idx
3231 status collapsed
3232
3233 \begin_layout Plain Layout
3234 どういたい@同位体
3235 \begin_inset ERT
3236 status collapsed
3237
3238 \begin_layout Plain Layout
3239
3240 |see{
3241 \end_layout
3242
3243 \end_inset
3244
3245 化学記号
3246 \begin_inset ERT
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250
3251 }
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \end_inset
3260
3261
3262 \begin_inset Index idx
3263 status collapsed
3264
3265 \begin_layout Plain Layout
3266 あいそとーぷ@アイソトープ
3267 \begin_inset ERT
3268 status collapsed
3269
3270 \begin_layout Plain Layout
3271
3272 |see{
3273 \end_layout
3274
3275 \end_inset
3276
3277 同位体
3278 \begin_inset ERT
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282
3283 }
3284 \end_layout
3285
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \begin_layout Standard
3297 たとえば同位体
3298 \begin_inset Foot
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 同位体と化学記号の組版に関しては,第
3303 \begin_inset CommandInset ref
3304 LatexCommand ref
3305 reference "subsec:化学記号と化学式"
3306
3307 \end_inset
3308
3309 節に記述があります.
3310 \end_layout
3311
3312 \end_inset
3313
3314 を表示しようとすると,次のような問題が起こります.
3315 \end_layout
3316
3317 \begin_layout Standard
3318 \align center
3319 \begin_inset Tabular
3320 <lyxtabular version="3" rows="2" columns="2">
3321 <features booktabs="true" tabularvalignment="middle">
3322 <column alignment="center" valignment="top" width="0pt">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <row>
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 上付き文字と下付き文字を使用して作った指数:
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row topspace="1.5mm">
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 正しい指数:
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 </lyxtabular>
3371
3372 \end_inset
3373
3374
3375 \end_layout
3376
3377 \begin_layout Standard
3378 短い方の指数は,既定で,長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,一文字ないし複数の空の文字を生成するコマンド
3379 \series bold
3380
3381 \backslash
3382 phantom
3383 \series default
3384
3385 \begin_inset Index idx
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 こまんど@コマンド ! P ! 
3390 \backslash
3391 phantom
3392 \end_layout
3393
3394 \end_inset
3395
3396 や数式ツールバーボタン
3397 \begin_inset Foot
3398 status collapsed
3399
3400 \begin_layout Plain Layout
3401 ツールバーボタン
3402 \begin_inset Info
3403 type  "icon"
3404 arg   "math-insert \\space"
3405 \end_inset
3406
3407 の小メニューに入っています.
3408 \end_layout
3409
3410 \end_inset
3411
3412
3413 \begin_inset Info
3414 type  "icon"
3415 arg   "math/phantom"
3416 \end_inset
3417
3418 があります.
3419 \series bold
3420
3421 \backslash
3422 phantom
3423 \series default
3424 を挿入すると,二つの赤い矢印が重なった青枠が表示されます.矢印は,箱の中身の幅と高さの両方が,埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3425 ち文字)として適用されることを示しています.したがって,
3426 \series bold
3427
3428 \backslash
3429 phantom
3430 \series default
3431 の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="4" columns="2">
3438 <features booktabs="true" tabularvalignment="middle">
3439 <column alignment="center" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 コマンド
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 出力
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row topspace="1.5mm">
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 ^19
3467 \begin_inset space \textvisiblespace{}
3468 \end_inset
3469
3470 _
3471 \backslash
3472 phantom
3473 \begin_inset space \textvisiblespace{}
3474 \end_inset
3475
3476 1
3477 \begin_inset Formula $\to$
3478 \end_inset
3479
3480 9
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 F
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row topspace="1.5mm" bottomspace="0.5mm">
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 ^235
3508 \begin_inset space \textvisiblespace{}
3509 \end_inset
3510
3511 _
3512 \backslash
3513 phantom
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 23
3518 \begin_inset Formula $\to$
3519 \end_inset
3520
3521 9
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 F
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row topspace="1.5mm" bottomspace="0.5mm">
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \backslash
3550 Lambda^
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554
3555 \backslash
3556 phantom
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 ii
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 t
3565 \begin_inset space \textvisiblespace{}
3566 \end_inset
3567
3568 _MMt
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \end_layout
3592
3593 \begin_layout Standard
3594 さらに,
3595 \series bold
3596
3597 \backslash
3598 vphantom
3599 \series default
3600
3601 \begin_inset Index idx
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605 こまんど@コマンド ! V ! 
3606 \backslash
3607 vphantom
3608 \end_layout
3609
3610 \end_inset
3611
3612 (ツールバーボタン
3613 \begin_inset space ~
3614 \end_inset
3615
3616
3617 \begin_inset Info
3618 type  "icon"
3619 arg   "math/vphantom"
3620 \end_inset
3621
3622 )および
3623 \series bold
3624
3625 \backslash
3626 hphantom
3627 \series default
3628
3629 \begin_inset Index idx
3630 status collapsed
3631
3632 \begin_layout Plain Layout
3633 こまんど@コマンド ! H ! 
3634 \backslash
3635 hphantom
3636 \end_layout
3637
3638 \end_inset
3639
3640 (ツールバーボタン
3641 \begin_inset space ~
3642 \end_inset
3643
3644
3645 \begin_inset Info
3646 type  "icon"
3647 arg   "math/hphantom"
3648 \end_inset
3649
3650 )というコマンドもあります.
3651 \series bold
3652
3653 \backslash
3654 vphantom
3655 \series default
3656 は,枠内部の文字の最大高のみの空白を作り,幅は考慮しません.
3657 \series bold
3658
3659 \backslash
3660 hphantom
3661 \series default
3662 は,枠の内容の幅のみの空白を作ります.このことから,これらの枠は一本の赤矢印のみで表示されます.
3663 \end_layout
3664
3665 \begin_layout Standard
3666 たとえば,
3667 \series bold
3668
3669 \backslash
3670 vphantom
3671 \series default
3672
3673 \begin_inset space \textvisiblespace{}
3674 \end_inset
3675
3676
3677 \series bold
3678 a
3679 \backslash
3680 int
3681 \series default
3682 は,積分記号
3683 \begin_inset Foot
3684 status collapsed
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689
3690 \backslash
3691 int
3692 \series default
3693 コマンドは,積分記号を生成します.第
3694 \begin_inset CommandInset ref
3695 LatexCommand ref
3696 reference "subsec:大演算子"
3697
3698 \end_inset
3699
3700 節を参照してください.
3701 \end_layout
3702
3703 \end_inset
3704
3705 が最大高の文字なので,積分記号の高さを持つ空白を作ります.実際の適用例については,第
3706 \begin_inset CommandInset ref
3707 LatexCommand ref
3708 reference "subsec:多行にわたる括弧"
3709
3710 \end_inset
3711
3712 節を参照してください.
3713 \end_layout
3714
3715 \begin_layout Standard
3716 埋め草は,メニュー
3717 \family sans
3718 挿入\SpecialChar menuseparator
3719 整形\SpecialChar menuseparator
3720 埋め草
3721 \family default
3722 を使えば,以下のように本文中でも使用することができます.
3723 \end_layout
3724
3725 \begin_layout Standard
3726 これは本文です.
3727 \begin_inset Newline newline
3728 \end_inset
3729
3730
3731 \begin_inset Phantom Phantom
3732 status open
3733
3734 \begin_layout Plain Layout
3735 これは
3736 \end_layout
3737
3738 \end_inset
3739
3740 本文です.
3741 \end_layout
3742
3743 \begin_layout Subsection
3744 横線
3745 \begin_inset Index idx
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749 よこせん@横線
3750 \end_layout
3751
3752 \end_inset
3753
3754
3755 \begin_inset Index idx
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759 すうしき@数式 ! かせん@下線
3760 \end_layout
3761
3762 \end_inset
3763
3764
3765 \begin_inset Index idx
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769 ぼうせん@棒線
3770 \begin_inset ERT
3771 status collapsed
3772
3773 \begin_layout Plain Layout
3774
3775 |see{
3776 \end_layout
3777
3778 \end_inset
3779
3780 横線
3781 \begin_inset ERT
3782 status collapsed
3783
3784 \begin_layout Plain Layout
3785
3786 }
3787 \end_layout
3788
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795
3796
3797 \end_layout
3798
3799 \begin_layout Standard
3800 \align center
3801 \begin_inset Tabular
3802 <lyxtabular version="3" rows="4" columns="2">
3803 <features booktabs="true" tabularvalignment="middle">
3804 <column alignment="center" valignment="top" width="0pt">
3805 <column alignment="center" valignment="top" width="0pt">
3806 <row>
3807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 コマンド
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 出力
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row topspace="2mm">
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831
3832 \backslash
3833 overline
3834 \begin_inset space \textvisiblespace{}
3835 \end_inset
3836
3837 A+B
3838 \begin_inset Index idx
3839 status collapsed
3840
3841 \begin_layout Plain Layout
3842 こまんど@コマンド ! O ! 
3843 \backslash
3844 overline
3845 \end_layout
3846
3847 \end_inset
3848
3849
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 \begin_inset Formula $\overline{A+B}$
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 </row>
3867 <row bottomspace="1mm">
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872
3873 \backslash
3874 underline
3875 \begin_inset space \textvisiblespace{}
3876 \end_inset
3877
3878 A+B
3879 \begin_inset Index idx
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883 こまんど@コマンド ! U ! 
3884 \backslash
3885 underline
3886 \end_layout
3887
3888 \end_inset
3889
3890
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 \begin_inset Formula $\underline{A+B}$
3900 \end_inset
3901
3902
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row topspace="2mm" bottomspace="1mm">
3909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \backslash
3915 overline
3916 \begin_inset space \textvisiblespace{}
3917 \end_inset
3918
3919
3920 \backslash
3921 underline
3922 \begin_inset space \textvisiblespace{}
3923 \end_inset
3924
3925 A+B
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 \begin_inset Formula $\overline{\underline{A+B}}$
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 </lyxtabular>
3944
3945 \end_inset
3946
3947
3948 \end_layout
3949
3950 \begin_layout Standard
3951 上記最後の例では,先に
3952 \series bold
3953
3954 \backslash
3955 overline
3956 \series default
3957 が来ようが
3958 \series bold
3959
3960 \backslash
3961 underline
3962 \series default
3963 が来ようが,関係ありません.
3964 \end_layout
3965
3966 \begin_layout Standard
3967 二重下線を引くには,
3968 \series bold
3969
3970 \backslash
3971 underline
3972 \series default
3973 を二回使います.
3974 \end_layout
3975
3976 \begin_layout Standard
3977 文字の上下6本の線まで引くことができます.
3978 \end_layout
3979
3980 \begin_layout Standard
3981 \begin_inset VSpace bigskip
3982 \end_inset
3983
3984 自己定義の線は,以下の書式を持つ
3985 \series bold
3986
3987 \backslash
3988 rule
3989 \series default
3990
3991 \begin_inset Index idx
3992 status collapsed
3993
3994 \begin_layout Plain Layout
3995 こまんど@コマンド ! R ! 
3996 \backslash
3997 rule
3998 \end_layout
3999
4000 \end_inset
4001
4002 コマンドで作成することができます.
4003 \end_layout
4004
4005 \begin_layout Standard
4006
4007 \series bold
4008
4009 \backslash
4010 rule[垂直オフセット幅]{長さ}{厚み}
4011 \end_layout
4012
4013 \begin_layout Standard
4014 オプションの
4015 \series bold
4016 「垂直オフセット幅
4017 \series default
4018 」は,行を上方に(値が負であれば下方に)移動させます.値としては,第
4019 \begin_inset CommandInset ref
4020 LatexCommand ref
4021 reference "tab:使用できる単位"
4022
4023 \end_inset
4024
4025 表に掲げてある単位を用いることができます.以下に,
4026 \begin_inset Newline newline
4027 \end_inset
4028
4029
4030 \series bold
4031
4032 \backslash
4033 rule[-2ex]{3cm}{2pt}
4034 \series default
4035  および 
4036 \series bold
4037
4038 \backslash
4039 rule{2cm}{1pt}
4040 \begin_inset Newline newline
4041 \end_inset
4042
4043
4044 \series default
4045 というコマンドを用いて作成したふたつの例を例示します.
4046 \end_layout
4047
4048 \begin_layout Standard
4049 この行には,
4050 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4051 \end_inset
4052
4053 二本の線があります.
4054 \end_layout
4055
4056 \begin_layout Standard
4057
4058 \backslash
4059 ruleは,メニュー
4060 \family sans
4061 挿入\SpecialChar menuseparator
4062 整形\SpecialChar menuseparator
4063 水平線
4064 \family default
4065 を使っても,本文に挿入することができます.
4066 \end_layout
4067
4068 \begin_layout Standard
4069 これは一行の
4070 \begin_inset CommandInset line
4071 LatexCommand rule
4072 offset "0.5ex"
4073 width "3cm"
4074 height "1pt"
4075
4076 \end_inset
4077
4078 文章です.
4079 \end_layout
4080
4081 \begin_layout Subsection
4082 省略符号
4083 \begin_inset CommandInset label
4084 LatexCommand label
4085 name "subsec:省略符号"
4086
4087 \end_inset
4088
4089
4090 \begin_inset Index idx
4091 status collapsed
4092
4093 \begin_layout Plain Layout
4094 しょうりゃくふごう@省略符号
4095 \end_layout
4096
4097 \end_inset
4098
4099
4100 \end_layout
4101
4102 \begin_layout Standard
4103 省略符号には,いくつかの種類が使用できます
4104 \begin_inset Foot
4105 status collapsed
4106
4107 \begin_layout Plain Layout
4108 数式ツールバー中の
4109 \begin_inset Info
4110 type  "icon"
4111 arg   "math-insert \\ldots"
4112 \end_inset
4113
4114 ボタンで表示されている小メニューです.
4115 \end_layout
4116
4117 \end_inset
4118
4119 .列挙のためには,ベースラインの点々(
4120 \series bold
4121
4122 \backslash
4123 ldots
4124 \series default
4125
4126 \begin_inset Index idx
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130 こまんど@コマンド ! L ! 
4131 \backslash
4132 ldots
4133 \end_layout
4134
4135 \end_inset
4136
4137 )を使用しますが,演算子の場合は,演算子と同じ高さの点々(
4138 \series bold
4139
4140 \backslash
4141 cdots
4142 \series default
4143
4144 \begin_inset Index idx
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 こまんど@コマンド ! C ! 
4149 \backslash
4150 cdots
4151 \end_layout
4152
4153 \end_inset
4154
4155 )が必要です.
4156 \series bold
4157
4158 \backslash
4159 dots
4160 \series default
4161
4162 \begin_inset Index idx
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166 こまんど@コマンド ! D ! 
4167 \backslash
4168 dots
4169 \end_layout
4170
4171 \end_inset
4172
4173 コマンドを使うと,\SpecialChar LaTeX
4174 は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
4175 \end_layout
4176
4177 \begin_layout Standard
4178 \align center
4179 \begin_inset Tabular
4180 <lyxtabular version="3" rows="9" columns="2">
4181 <features booktabs="true" tabularvalignment="middle">
4182 <column alignment="center" valignment="top" width="0pt">
4183 <column alignment="center" valignment="top" width="0pt">
4184 <row>
4185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 コマンド
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
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 dots
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}+\dots+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" 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 ldots
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" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 \begin_inset Formula $A_{1},\ldots,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" bottomline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 A_1
4309 \begin_inset space \textvisiblespace{}
4310 \end_inset
4311
4312 +
4313 \backslash
4314 cdots
4315 \begin_inset space \textvisiblespace{}
4316 \end_inset
4317
4318 +A_n
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \backslash
4343 vdots
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 \begin_inset Formula $\vdots$
4353 \end_inset
4354
4355
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366
4367 \backslash
4368 ddots
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 \begin_inset Formula $\ddots$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \backslash
4393 iddots
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $\iddots$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 いろいろな点々を使った
4417 \begin_inset Formula $3\times3$
4418 \end_inset
4419
4420 行列
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 \begin_inset Formula $\begin{array}{ccc}
4430 A_{11} & \cdots & A_{1m}\\
4431 \vdots & \ddots & \vdots\\
4432 A_{n1} & \cdots & A_{nm}
4433 \end{array}$
4434 \end_inset
4435
4436
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 </lyxtabular>
4443
4444 \end_inset
4445
4446
4447 \end_layout
4448
4449 \begin_layout Standard
4450
4451 \family sans
4452 挿入\SpecialChar menuseparator
4453 省略符号
4454 \family default
4455 メニューで挿入される省略符号は
4456 \series bold
4457
4458 \backslash
4459 ldots
4460 \series default
4461 です.
4462 \end_layout
4463
4464 \begin_layout Standard
4465 \begin_inset VSpace medskip
4466 \end_inset
4467
4468
4469 \series bold
4470
4471 \backslash
4472 iddots
4473 \series default
4474 を使うには,文書設定の
4475 \family sans
4476 数式オプション
4477 \family default
4478 にある
4479 \family sans
4480 mathdotsパッケージを(自動的に)使う
4481 \family default
4482 オプションのうちいずれかを有効にしなくてはなりません.
4483 \begin_inset Newline newline
4484 \end_inset
4485
4486
4487 \family sans
4488 mathdotsパッケージを使う
4489 \family default
4490 オプションを使用すると,文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
4491 \end_layout
4492
4493 \begin_layout Standard
4494 \begin_inset VSpace medskip
4495 \end_inset
4496
4497 とくに行列には,複数列にわたることのできる省略符号があります.これは,以下の書式を持つ
4498 \series bold
4499
4500 \backslash
4501 hdotsfor
4502 \series default
4503
4504 \begin_inset Index idx
4505 status collapsed
4506
4507 \begin_layout Plain Layout
4508 こまんど@コマンド ! H ! 
4509 \backslash
4510 hdotsfor
4511 \end_layout
4512
4513 \end_inset
4514
4515 コマンドで作ることができます.
4516 \end_layout
4517
4518 \begin_layout Standard
4519
4520 \series bold
4521
4522 \backslash
4523 hdotsfor[距離]{列数}
4524 \end_layout
4525
4526 \begin_layout Standard
4527 ここで「列数」は,何列に広げるかを指定します.「距離」は,点々のあいだの距離を示す因子です.
4528 \end_layout
4529
4530 \begin_layout Standard
4531 以下の行列では,2行目の1つ目の枠に
4532 \series bold
4533
4534 \backslash
4535 hdotsfor[2]{4}
4536 \series default
4537 を挿入して,
4538 \series bold
4539
4540 \backslash
4541 dots
4542 \series default
4543 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
4544 \begin_inset Formula 
4545 \[
4546 \left(\begin{array}{cccc}
4547 A & B & C & D\\
4548 \hdotsfor[2]{4}\\
4549 q & w & e & r
4550 \end{array}\right)
4551 \]
4552
4553 \end_inset
4554
4555 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
4556 エラーが発生します.
4557 \end_layout
4558
4559 \begin_layout Standard
4560 \begin_inset VSpace bigskip
4561 \end_inset
4562
4563 さらに,
4564 \series bold
4565
4566 \backslash
4567 dotfill
4568 \series default
4569
4570 \begin_inset Index idx
4571 status collapsed
4572
4573 \begin_layout Plain Layout
4574 こまんど@コマンド ! D ! 
4575 \backslash
4576 dotfill
4577 \end_layout
4578
4579 \end_inset
4580
4581 コマンドを使えば,行の残りを点々で埋めることもできます.このコマンドの働きは,
4582 \series bold
4583
4584 \backslash
4585 hfill
4586 \series default
4587 と同様のものです.第
4588 \begin_inset CommandInset ref
4589 LatexCommand ref
4590 reference "subsec:可変長の空白"
4591
4592 \end_inset
4593
4594 節をご参照下さい.
4595 \end_layout
4596
4597 \begin_layout Standard
4598 たとえば,
4599 \series bold
4600 A
4601 \backslash
4602 dotfill
4603 \begin_inset space \textvisiblespace{}
4604 \end_inset
4605
4606 B
4607 \series default
4608 コマンドは,
4609 \end_layout
4610
4611 \begin_layout Standard
4612 \begin_inset Formula $A\dotfill B$
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \begin_layout Standard
4619 のようになります.点々を使う
4620 \series bold
4621
4622 \backslash
4623 dotfill
4624 \series default
4625 の直線版として,
4626 \series bold
4627
4628 \backslash
4629 hrulefill
4630 \series default
4631
4632 \begin_inset Index idx
4633 status collapsed
4634
4635 \begin_layout Plain Layout
4636 こまんど@コマンド ! H ! 
4637 \backslash
4638 hrulefill
4639 \end_layout
4640
4641 \end_inset
4642
4643
4644 \end_layout
4645
4646 \begin_layout Standard
4647 \begin_inset Formula $A\hrulefill B$
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \begin_layout Standard
4654 があります.これらのコマンドを本文で使用するには,これらのコマンドは\SpecialChar TeX
4655 モードで挿入される必要があります.
4656 \end_layout
4657
4658 \begin_layout Section
4659 行列
4660 \begin_inset CommandInset label
4661 LatexCommand label
4662 name "sec:行列"
4663
4664 \end_inset
4665
4666
4667 \begin_inset Index idx
4668 status collapsed
4669
4670 \begin_layout Plain Layout
4671 ぎょうれつ@行列
4672 \end_layout
4673
4674 \end_inset
4675
4676
4677 \end_layout
4678
4679 \begin_layout Standard
4680 行列は,数式ツールバーボタンの
4681 \begin_inset Info
4682 type  "icon"
4683 arg   "dialog-show mathmatrix"
4684 \end_inset
4685
4686
4687 \family sans
4688 挿入\SpecialChar menuseparator
4689 数式\SpecialChar menuseparator
4690 行列
4691 \family default
4692 メニューで挿入することができます.すると,行列の行数・列数・配置方法・装飾を尋ねられます.ここで垂直配置は,行内数式内の行列でのみ意味を持ちます.
4693 \end_layout
4694
4695 \begin_layout Standard
4696 最初の行列は「上」配置
4697 \begin_inset Formula $\begin{array}[t]{cccc}
4698 A & D & G & J\\
4699 B & E & H & K\\
4700 C & F & I & L
4701 \end{array}$
4702 \end_inset
4703
4704 で,二番目は「中央」配置
4705 \begin_inset Formula $\begin{array}{cccc}
4706 A & D & G & J\\
4707 B & E & H & K\\
4708 C & F & I & L
4709 \end{array}$
4710 \end_inset
4711
4712 ,三番目は「下」配置
4713 \begin_inset Formula $\begin{array}[b]{cccc}
4714 A & D & G & J\\
4715 B & E & H & K\\
4716 C & F & I & L
4717 \end{array}$
4718 \end_inset
4719
4720 です.
4721 \end_layout
4722
4723 \begin_layout Standard
4724 水平配置は,各列がどのように配置されるべきかを指定します.これは,各列に対応した文字を一つずつ入力することによって設定します.
4725 \emph on
4726 l
4727 \emph default
4728 は左寄せ,
4729 \emph on
4730 c
4731 \emph default
4732 は中央揃え,
4733 \emph on
4734 r
4735 \emph default
4736 は右寄せを意味します.たとえば,第1列が左寄せで第2列と第3列が中央揃え,第4列が右揃えの
4737 \begin_inset Formula $4\times4$
4738 \end_inset
4739
4740 行列を作成するには,水平配置のところに
4741 \series bold
4742 lccr
4743 \series default
4744 と入力します.通常,行列では各列は中央揃えですから,各列の既定値は
4745 \series bold
4746 c
4747 \series default
4748 です.
4749 \end_layout
4750
4751 \begin_layout Standard
4752 水平行列の例です.
4753 \end_layout
4754
4755 \begin_layout Standard
4756
4757 \series bold
4758 lll
4759 \series default
4760  : 
4761 \begin_inset Formula $\begin{array}{lll}
4762 10000 & D & G\\
4763 B & 10000 & H\\
4764 C & F & 10000
4765 \end{array}$
4766 \end_inset
4767
4768  , 
4769 \series bold
4770 ccc
4771 \series default
4772  : 
4773 \begin_inset Formula $\begin{array}{ccc}
4774 10000 & D & G\\
4775 B & 10000 & H\\
4776 C & F & 10000
4777 \end{array}$
4778 \end_inset
4779
4780  , 
4781 \series bold
4782 rrr
4783 \series default
4784  : 
4785 \begin_inset Formula $\begin{array}{rrr}
4786 10000 & D & G\\
4787 B & 10000 & H\\
4788 C & F & 10000
4789 \end{array}$
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \begin_layout Standard
4796 つづいて行や列を追加したり削除したりするには,数式ツールバーボタンの
4797 \begin_inset Info
4798 type  "icon"
4799 arg   "tabular-feature append-row"
4800 \end_inset
4801
4802
4803 \begin_inset Info
4804 type  "icon"
4805 arg   "tabular-feature delete-row"
4806 \end_inset
4807
4808 などや
4809 \family sans
4810 編集\SpecialChar menuseparator
4811 行と列
4812 \family default
4813 メニューを使用することができます.また,行は
4814 \begin_inset Info
4815 type  "shortcut"
4816 arg   "newline-insert newline"
4817 \end_inset
4818
4819 で作成することもできます.
4820 \end_layout
4821
4822 \begin_layout Standard
4823 \begin_inset VSpace bigskip
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \begin_layout Standard
4830
4831 \family sans
4832 装飾
4833 \family default
4834 は,行列の前後に選択した様式の括弧を加えます.他にも括弧は,
4835 \series bold
4836
4837 \backslash
4838 left
4839 \series default
4840
4841 \begin_inset Index idx
4842 status collapsed
4843
4844 \begin_layout Plain Layout
4845 こまんど@コマンド ! L ! 
4846 \backslash
4847 left
4848 \end_layout
4849
4850 \end_inset
4851
4852 コマンドや
4853 \series bold
4854
4855 \backslash
4856 right
4857 \series default
4858
4859 \begin_inset Index idx
4860 status collapsed
4861
4862 \begin_layout Plain Layout
4863 こまんど@コマンド ! R ! 
4864 \backslash
4865 right
4866 \end_layout
4867
4868 \end_inset
4869
4870 コマンドで作成することもできます(
4871 \begin_inset Flex Ruby
4872 status collapsed
4873
4874 \begin_layout Plain Layout
4875 捷径
4876 \begin_inset Argument post:1
4877 status collapsed
4878
4879 \begin_layout Plain Layout
4880 ショートカット
4881 \end_layout
4882
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889
4890
4891 \family sans
4892 Alt+M
4893 \begin_inset space ~
4894 \end_inset
4895
4896 括弧
4897 \family default
4898 ).第
4899 \begin_inset CommandInset ref
4900 LatexCommand ref
4901 reference "subsec:自動の括弧丈"
4902
4903 \end_inset
4904
4905 節を参照してください.あるいは,以下のコマンドを使うこともできます.
4906 \begin_inset VSpace medskip
4907 \end_inset
4908
4909
4910 \end_layout
4911
4912 \begin_layout Standard
4913 \begin_inset space \hfill{}
4914 \end_inset
4915
4916
4917 \begin_inset Tabular
4918 <lyxtabular version="3" rows="4" columns="2">
4919 <features booktabs="true" tabularvalignment="middle">
4920 <column alignment="center" valignment="top" width="0pt">
4921 <column alignment="center" valignment="top">
4922 <row>
4923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 コマンド
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 出力
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row topspace="1.5mm">
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \backslash
4949 bmatrix
4950 \begin_inset space \textvisiblespace{}
4951 \end_inset
4952
4953
4954 \begin_inset Formula $2\times2$
4955 \end_inset
4956
4957 行列
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4967 0 & \textrm{-}\mathrm{i}\\
4968 \mathrm{i} & 0
4969 \end{array}\end{bmatrix}$
4970 \end_inset
4971
4972
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row topspace="1.5mm" bottomspace="0.5mm">
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \backslash
4985 Bmatrix
4986 \begin_inset space \textvisiblespace{}
4987 \end_inset
4988
4989
4990 \begin_inset Formula $2\times2$
4991 \end_inset
4992
4993 行列
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5003 0 & \textrm{-}\mathrm{i}\\
5004 \mathrm{i} & 0
5005 \end{array}\end{Bmatrix}$
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \backslash
5021 pmatrix
5022 \begin_inset space \textvisiblespace{}
5023 \end_inset
5024
5025
5026 \begin_inset Formula $2\times2$
5027 \end_inset
5028
5029 行列
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5039 0 & \textrm{-}\mathrm{i}\\
5040 \mathrm{i} & 0
5041 \end{array}\end{pmatrix}$
5042 \end_inset
5043
5044
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 </lyxtabular>
5051
5052 \end_inset
5053
5054
5055 \begin_inset space \hfill{}
5056 \end_inset
5057
5058
5059 \begin_inset Tabular
5060 <lyxtabular version="3" rows="4" columns="2">
5061 <features booktabs="true" tabularvalignment="middle">
5062 <column alignment="center" valignment="top" width="0pt">
5063 <column alignment="center" valignment="top">
5064 <row>
5065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 コマンド
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 出力
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row topspace="1.5mm">
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \backslash
5091 vmatrix
5092 \begin_inset space \textvisiblespace{}
5093 \end_inset
5094
5095
5096 \begin_inset Formula $2\times2$
5097 \end_inset
5098
5099 行列
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5109 0 & \textrm{-}\mathrm{i}\\
5110 \mathrm{i} & 0
5111 \end{array}\end{vmatrix}$
5112 \end_inset
5113
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row topspace="1.5mm" bottomspace="0.5mm">
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \backslash
5127 Vmatrix
5128 \begin_inset space \textvisiblespace{}
5129 \end_inset
5130
5131
5132 \begin_inset Formula $2\times2$
5133 \end_inset
5134
5135 行列
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5145 0 & \textrm{-}\mathrm{i}\\
5146 \mathrm{i} & 0
5147 \end{array}\end{Vmatrix}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \backslash
5163 matrix
5164 \begin_inset space \textvisiblespace{}
5165 \end_inset
5166
5167
5168 \begin_inset Formula $2\times2$
5169 \end_inset
5170
5171 行列
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5181 0 & \textrm{-}\mathrm{i}\\
5182 \mathrm{i} & 0
5183 \end{array}\end{matrix}$
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 </lyxtabular>
5193
5194 \end_inset
5195
5196
5197 \begin_inset space \hfill{}
5198 \end_inset
5199
5200
5201 \end_layout
5202
5203 \begin_layout Standard
5204 \begin_inset VSpace medskip
5205 \end_inset
5206
5207 たとえば
5208 \series bold
5209
5210 \backslash
5211 vmatrix
5212 \series default
5213 などを挿入すると,青枠が二つの垂直線のあいだに現れるので,そこに行列を挿入することができます.
5214 \end_layout
5215
5216 \begin_layout Standard
5217 \begin_inset VSpace bigskip
5218 \end_inset
5219
5220 じつは多行数式はすべて行列なので,行列の各列の間隔を変更するには,第
5221 \begin_inset CommandInset ref
5222 LatexCommand ref
5223 reference "subsec:列間"
5224
5225 \end_inset
5226
5227 節に説明されている距離
5228 \series bold
5229
5230 \backslash
5231 arraycolsep
5232 \series default
5233
5234 \begin_inset Index idx
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238 こまんど@コマンド ! A ! 
5239 \backslash
5240 arraycolsep
5241 \end_layout
5242
5243 \end_inset
5244
5245 をここでも使用することができます.
5246 \end_layout
5247
5248 \begin_layout Standard
5249 行間隔を変更するには,
5250 \series bold
5251
5252 \backslash
5253 arraystretch
5254 \series default
5255
5256 \begin_inset Index idx
5257 status collapsed
5258
5259 \begin_layout Plain Layout
5260 こまんど@コマンド ! A ! 
5261 \backslash
5262 arraystretch
5263 \end_layout
5264
5265 \end_inset
5266
5267 コマンドを使用します.以下のようにして使用します.
5268 \end_layout
5269
5270 \begin_layout Standard
5271
5272 \series bold
5273
5274 \backslash
5275 renewcommand{
5276 \backslash
5277 arraystretch}{伸長因子}
5278 \begin_inset Index idx
5279 status collapsed
5280
5281 \begin_layout Plain Layout
5282 こまんど@コマンド ! R ! 
5283 \backslash
5284 renewcommand
5285 \end_layout
5286
5287 \end_inset
5288
5289
5290 \end_layout
5291
5292 \begin_layout Standard
5293
5294 \series bold
5295
5296 \backslash
5297 renewcommand
5298 \series default
5299 コマンドは,伸長因子を定義済みの
5300 \series bold
5301
5302 \backslash
5303 arraystretch
5304 \series default
5305 コマンドに割り当てます.たとえば行間隔を2倍にするには,因子として2を指定して下さい.すると,以降の行列すべてにこれが使用されるようになります.元の間隔に戻すに
5306 は,
5307 \series bold
5308
5309 \backslash
5310 arraystretch
5311 \series default
5312 に因子1を割り当てて下さい.
5313 \end_layout
5314
5315 \begin_layout Standard
5316 本文行中に行列を入れるには,
5317 \series bold
5318
5319 \backslash
5320 smallmatrix
5321 \series default
5322
5323 \begin_inset Index idx
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327 こまんど@コマンド ! S ! 
5328 \backslash
5329 smallmatrix
5330 \end_layout
5331
5332 \end_inset
5333
5334 コマンドを使います.これを挿入すると,二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
5335 \end_layout
5336
5337 \begin_layout Standard
5338 これは,本文行中の行列
5339 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5340 C & D
5341 \end{smallmatrix}\right)$
5342 \end_inset
5343
5344 です.
5345 \end_layout
5346
5347 \begin_layout Section
5348 括弧と区分記号
5349 \begin_inset Index idx
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353 かっこ@括弧
5354 \end_layout
5355
5356 \end_inset
5357
5358
5359 \begin_inset Index idx
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 くぶんきごう@区分記号
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Subsection
5372 垂直括弧と区分記号
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 かっこ@括弧 ! すいちょく@垂直
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 ——
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \end_layout
5388
5389 \begin_layout Standard
5390 \begin_inset space \hfill{}
5391 \end_inset
5392
5393
5394 \begin_inset Tabular
5395 <lyxtabular version="3" rows="9" columns="2">
5396 <features booktabs="true" tabularvalignment="middle">
5397 <column alignment="center" valignment="top" width="0pt">
5398 <column alignment="center" valignment="top" width="0pt">
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 コマンド
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 出力
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row>
5420 <cell alignment="center" valignment="top" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 (
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 \begin_inset Formula $($
5434 \end_inset
5435
5436
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 <row>
5443 <cell alignment="center" valignment="top" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 {
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 \begin_inset Formula $\{$
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 [
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 \begin_inset Formula $[$
5480 \end_inset
5481
5482
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \backslash
5495 langle
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 \begin_inset Formula $\langle$
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 </row>
5513 <row>
5514 <cell alignment="center" valignment="top" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518
5519 \backslash
5520 lceil
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 \begin_inset Formula $\lceil$
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543
5544 \backslash
5545 lfloor
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 \begin_inset Formula $\lfloor$
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 /
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 \begin_inset Formula $/$
5578 \end_inset
5579
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 <row>
5587 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 |
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $|$
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 </lyxtabular>
5610
5611 \end_inset
5612
5613
5614 \begin_inset space \hfill{}
5615 \end_inset
5616
5617
5618 \begin_inset Tabular
5619 <lyxtabular version="3" rows="9" columns="2">
5620 <features booktabs="true" tabularvalignment="middle">
5621 <column alignment="center" valignment="top" width="0pt">
5622 <column alignment="center" valignment="top" width="0pt">
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 コマンド
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 出力
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 <row>
5644 <cell alignment="center" valignment="top" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 )
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 \begin_inset Formula $)$
5658 \end_inset
5659
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 </row>
5666 <row>
5667 <cell alignment="center" valignment="top" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 }
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 \begin_inset Formula $\}$
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 ]
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $]$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717
5718 \backslash
5719 rangle
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $\rangle$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742
5743 \backslash
5744 rceil
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 \begin_inset Formula $\rceil$
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767
5768 \backslash
5769 rfloor
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 \begin_inset Formula $\rfloor$
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 </row>
5787 <row>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \backslash
5794
5795 \backslash
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 \begin_inset Formula $\backslash$
5806 \end_inset
5807
5808
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819
5820 \backslash
5821 |
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 \begin_inset Formula $\|$
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 </lyxtabular>
5840
5841 \end_inset
5842
5843
5844 \begin_inset space \hfill{}
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \begin_layout Standard
5851 \begin_inset Note Greyedout
5852 status open
5853
5854 \begin_layout Plain Layout
5855
5856 \series bold
5857 【註】
5858 \series default
5859 \SpecialChar TeX
5860 モードでは,
5861 \backslash
5862
5863 \backslash
5864 コマンドはその場所に改行を入れてしまうので,バックスラッシュを入力するには
5865 \series bold
5866
5867 \backslash
5868 textbackslash
5869 \series default
5870
5871 \begin_inset Index idx
5872 status collapsed
5873
5874 \begin_layout Plain Layout
5875 こまんど@コマンド! T ! 
5876 \backslash
5877 textbackslash
5878 \end_layout
5879
5880 \end_inset
5881
5882 を使わなくてはなりません.
5883 \end_layout
5884
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \begin_layout Standard
5891 上に列挙した文字すべてについて,以下の二小節で説明されているコマンドを使って,大きさを調整することができます.これらのコマンドを使用するにあたっては,
5892 \series bold
5893
5894 \backslash
5895 langle
5896 \series default
5897
5898 \series bold
5899
5900 \backslash
5901 rangle
5902 \series default
5903 コマンドを使用せずに
5904 \begin_inset Formula $<$
5905 \end_inset
5906
5907
5908 \begin_inset Formula $>$
5909 \end_inset
5910
5911 の文字を直接使用することができます.
5912 \end_layout
5913
5914 \begin_layout Subsubsection
5915 手動の括弧丈
5916 \begin_inset CommandInset label
5917 LatexCommand label
5918 name "subsec:手動の括弧丈"
5919
5920 \end_inset
5921
5922
5923 \begin_inset Index idx
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927 かっこたけ@括弧丈 ! しゅどう@手動
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Standard
5936 括弧の丈は,\SpecialChar LaTeX
5937 コマンドの
5938 \series bold
5939
5940 \backslash
5941 big
5942 \series default
5943
5944 \begin_inset Index idx
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948 こまんど@コマンド ! B ! 
5949 \backslash
5950 big
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \series bold
5957
5958 \backslash
5959 Big
5960 \series default
5961
5962 \series bold
5963
5964 \backslash
5965 bigg
5966 \series default
5967 および
5968 \series bold
5969
5970 \backslash
5971 Bigg
5972 \series default
5973 を使って,手動で指定することができます.
5974 \series bold
5975
5976 \backslash
5977 big
5978 \series default
5979 が最小の大きさであり,
5980 \series bold
5981
5982 \backslash
5983 Bigg
5984 \series default
5985 が最大の括弧丈になります.
5986 \end_layout
5987
5988 \begin_layout Standard
5989 これらのコマンドは,括弧の階層を強調するのに使われます.
5990 \end_layout
5991
5992 \begin_layout Standard
5993 \align center
5994 \begin_inset Tabular
5995 <lyxtabular version="3" rows="2" columns="2">
5996 <features booktabs="true" tabularvalignment="middle">
5997 <column alignment="center" valignment="top" width="0pt">
5998 <column alignment="center" valignment="top" width="0pt">
5999 <row>
6000 <cell alignment="center" valignment="top" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 すべての括弧が同じ大きさ:
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $((A+B)(A-B))^{C}$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row topspace="2mm">
6023 <cell alignment="center" valignment="top" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 こちらの方が良い:
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 </lyxtabular>
6046
6047 \end_inset
6048
6049
6050 \end_layout
6051
6052 \begin_layout Standard
6053 二つ目の数式では,
6054 \series bold
6055
6056 \backslash
6057 Big((A+B)(A-B)
6058 \backslash
6059 Big)^
6060 \begin_inset space \textvisiblespace{}
6061 \end_inset
6062
6063 C
6064 \series default
6065 というコマンドが使われています.
6066 \end_layout
6067
6068 \begin_layout Standard
6069 以下は,すべての括弧丈の羅列です.
6070 \end_layout
6071
6072 \begin_layout Standard
6073 \align center
6074
6075 \backslash
6076 Bigg(
6077 \backslash
6078 exp
6079 \backslash
6080 bigg
6081 \begin_inset Formula $<$
6082 \end_inset
6083
6084
6085 \backslash
6086 Big[
6087 \backslash
6088 big{
6089 \backslash
6090 ln(3x)
6091 \backslash
6092 big}^2
6093 \begin_inset space \textvisiblespace{}
6094 \end_inset
6095
6096
6097 \backslash
6098 sin(x)
6099 \backslash
6100 Big]^
6101 \begin_inset space \textvisiblespace{}
6102 \end_inset
6103
6104 A
6105 \begin_inset space \textvisiblespace{}
6106 \end_inset
6107
6108
6109 \backslash
6110 bigg
6111 \begin_inset Formula $>$
6112 \end_inset
6113
6114
6115 \backslash
6116 Bigg)^0,5
6117 \end_layout
6118
6119 \begin_layout Standard
6120 \align center
6121 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \begin_layout Standard
6128
6129 \series bold
6130
6131 \backslash
6132 big
6133 \series default
6134 型コマンドの他に,括弧と中身のあいだにもう少し空白を加える
6135 \series bold
6136
6137 \backslash
6138 bigm
6139 \series default
6140
6141 \begin_inset Index idx
6142 status collapsed
6143
6144 \begin_layout Plain Layout
6145 こまんど@コマンド ! B ! 
6146 \backslash
6147 bigm
6148 \end_layout
6149
6150 \end_inset
6151
6152 という派生型と,空白を追加しない
6153 \series bold
6154
6155 \backslash
6156 bigl
6157 \series default
6158 -
6159 \series bold
6160
6161 \backslash
6162 bigr
6163 \series default
6164
6165 \begin_inset Index idx
6166 status collapsed
6167
6168 \begin_layout Plain Layout
6169 こまんど@コマンド ! B ! 
6170 \backslash
6171 bigl - 
6172 \backslash
6173 bigr
6174 \end_layout
6175
6176 \end_inset
6177
6178 派生型があります.
6179 \series bold
6180
6181 \backslash
6182 bigl
6183 \series default
6184 コマンドの最後の
6185 \emph on
6186 l
6187 \emph default
6188 は,左括弧であることを示し,右括弧の場合には,
6189 \emph on
6190 l
6191 \emph default
6192 の代わりに
6193 \emph on
6194 r
6195 \emph default
6196 を用います.左括弧と右括弧は,それぞれ括弧の開始と終了に用いられます.
6197 \end_layout
6198
6199 \begin_layout Standard
6200 以下の表は,これらの派生型の比較です.
6201 \end_layout
6202
6203 \begin_layout Standard
6204 \align center
6205 \begin_inset Tabular
6206 <lyxtabular version="3" rows="5" columns="2">
6207 <features booktabs="true" tabularvalignment="middle">
6208 <column alignment="center" valignment="top" width="0pt">
6209 <column alignment="center" valignment="middle">
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 コマンド
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 出力
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row topspace="2mm">
6231 <cell alignment="center" valignment="top" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235
6236 \backslash
6237 Bigm(
6238 \backslash
6239 bigm(
6240 \backslash
6241 ln(3x)
6242 \backslash
6243 bigm)^2
6244 \begin_inset space \textvisiblespace{}
6245 \end_inset
6246
6247
6248 \backslash
6249 Bigm)
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row topspace="2mm">
6268 <cell alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \backslash
6274 Big(
6275 \backslash
6276 big(
6277 \backslash
6278 ln(3x)
6279 \backslash
6280 big)^2
6281 \begin_inset space \textvisiblespace{}
6282 \end_inset
6283
6284
6285 \backslash
6286 Big)
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row topspace="2mm" bottomspace="0.5mm">
6305 <cell alignment="center" valignment="top" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309
6310 \backslash
6311 Bigl(
6312 \backslash
6313 bigl(
6314 \backslash
6315 ln(3x)
6316 \backslash
6317 bigr)^2
6318 \begin_inset space \textvisiblespace{}
6319 \end_inset
6320
6321
6322 \backslash
6323 Bigr)
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 </row>
6341 <row topspace="1.5mm" bottomspace="0.5mm">
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346
6347 \backslash
6348 bigl)
6349 \backslash
6350 ln(3x)
6351 \backslash
6352 bigr(
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 </row>
6370 </lyxtabular>
6371
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \begin_layout Subsubsection
6378 自動の括弧丈
6379 \begin_inset CommandInset label
6380 LatexCommand label
6381 name "subsec:自動の括弧丈"
6382
6383 \end_inset
6384
6385
6386 \begin_inset Index idx
6387 status collapsed
6388
6389 \begin_layout Plain Layout
6390 かっこたけ@括弧丈 ! じどう@自動
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \begin_layout Standard
6399 可変の丈を持つ括弧は,
6400 \series bold
6401
6402 \backslash
6403 left
6404 \series default
6405
6406 \begin_inset Index idx
6407 status collapsed
6408
6409 \begin_layout Plain Layout
6410 こまんど@コマンド ! L ! 
6411 \backslash
6412 left
6413 \end_layout
6414
6415 \end_inset
6416
6417 コマンドおよび
6418 \series bold
6419
6420 \backslash
6421 right
6422 \series default
6423
6424 \begin_inset Index idx
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428 こまんど@コマンド ! R ! 
6429 \backslash
6430 right
6431 \end_layout
6432
6433 \end_inset
6434
6435 コマンド,あるいは数式ツールバーボタンの
6436 \begin_inset Info
6437 type  "icon"
6438 arg   "dialog-show mathdelimiter"
6439 \end_inset
6440
6441 で挿入することができます.
6442 \series bold
6443
6444 \backslash
6445 left
6446 \series default
6447 および
6448 \series bold
6449
6450 \backslash
6451 right
6452 \series default
6453 の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧丈は出力時に自動的に計算されます.
6454 \end_layout
6455
6456 \begin_layout Standard
6457 \align center
6458 通常の括弧:
6459 \series bold
6460
6461 \backslash
6462 ln(
6463 \backslash
6464 frac
6465 \begin_inset space \textvisiblespace{}
6466 \end_inset
6467
6468 A
6469 \begin_inset Formula $\downarrow$
6470 \end_inset
6471
6472 C
6473 \begin_inset space \textvisiblespace{}
6474 \end_inset
6475
6476 )
6477 \series default
6478 というコマンドは
6479 \begin_inset Formula 
6480 \[
6481 \ln(\frac{A}{C})
6482 \]
6483
6484 \end_inset
6485
6486 を生成します.
6487 \end_layout
6488
6489 \begin_layout Standard
6490 \align center
6491 複数行の括弧:
6492 \series bold
6493
6494 \backslash
6495 ln
6496 \backslash
6497 left(
6498 \backslash
6499 frac
6500 \begin_inset space \textvisiblespace{}
6501 \end_inset
6502
6503 A
6504 \begin_inset Formula $\downarrow$
6505 \end_inset
6506
6507 C
6508 \begin_inset space \textvisiblespace{}
6509 \end_inset
6510
6511
6512 \backslash
6513 right)
6514 \series default
6515 というコマンドは
6516 \begin_inset Formula 
6517 \[
6518 \ln\left(\frac{A}{C}\right)
6519 \]
6520
6521 \end_inset
6522
6523 を生成します.
6524 \end_layout
6525
6526 \begin_layout Standard
6527
6528 \series bold
6529
6530 \backslash
6531 left
6532 \series default
6533
6534 \series bold
6535
6536 \backslash
6537 right
6538 \series default
6539 の代わりに,
6540 \begin_inset Flex Ruby
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 捷径
6545 \begin_inset Argument post:1
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 ショートカット
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \family sans
6561 Alt+M
6562 \begin_inset space ~
6563 \end_inset
6564
6565 括弧
6566 \family default
6567 を使うこともできます.これを使うと,\SpecialChar LyX
6568 中で即座に実際の括弧丈を確認することができるという利点と,対応する右括弧も生成されるという利点があります.
6569 \begin_inset Newline newline
6570 \end_inset
6571
6572 すると,先ほどの例を作るコマンドは
6573 \series bold
6574
6575 \backslash
6576 ln Alt+M
6577 \series default
6578  
6579 \series bold
6580 (
6581 \backslash
6582 frac
6583 \begin_inset space \textvisiblespace{}
6584 \end_inset
6585
6586 A
6587 \begin_inset Formula $\downarrow$
6588 \end_inset
6589
6590 C
6591 \series default
6592 となります.
6593 \end_layout
6594
6595 \begin_layout Standard
6596 左括弧あるいは右括弧を省略するには,ドットを挿入します.たとえば,
6597 \series bold
6598
6599 \backslash
6600 left.
6601 \backslash
6602 frac
6603 \begin_inset space \textvisiblespace{}
6604 \end_inset
6605
6606 A
6607 \begin_inset Formula $\downarrow$
6608 \end_inset
6609
6610 B
6611 \begin_inset space \textvisiblespace{}
6612 \end_inset
6613
6614
6615 \backslash
6616 right}
6617 \series default
6618 というコマンドは
6619 \series bold
6620
6621 \begin_inset Formula 
6622 \[
6623 \left.\frac{A}{B}\right\} 
6624 \]
6625
6626 \end_inset
6627
6628
6629 \series default
6630 を生成します.
6631 \series bold
6632
6633 \backslash
6634 left
6635 \series default
6636 コマンドおよび
6637 \series bold
6638
6639 \backslash
6640 right
6641 \series default
6642 コマンドは,文書が再度読み込まれたときには,\SpecialChar LyX
6643 によって正しい丈の括弧に変換され,省略された括弧は,点線として表示されます.
6644 \end_layout
6645
6646 \begin_layout Standard
6647 \begin_inset VSpace bigskip
6648 \end_inset
6649
6650 著名な\SpecialChar LaTeX
6651 頒布版は,すべて\SpecialChar LaTeX
6652 の拡張であるe\SpecialChar TeX
6653 を使用しているので,これらの頒布版では,すべての括弧および極限に対して
6654 \series bold
6655
6656 \backslash
6657 middle
6658 \series default
6659
6660 \begin_inset Index idx
6661 status collapsed
6662
6663 \begin_layout Plain Layout
6664 こまんど@コマンド ! M ! 
6665 \backslash
6666 middle
6667 \end_layout
6668
6669 \end_inset
6670
6671 コマンドも使用することができます
6672 \begin_inset Foot
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676
6677 \series bold
6678 【訳註】
6679 \series default
6680 p\SpecialChar LaTeX
6681 では,標準では
6682 \series bold
6683
6684 \backslash
6685 middle
6686 \series default
6687 コマンドは使えません.よって,以下の例では「
6688 \series bold
6689
6690 \backslash
6691 middle
6692 \series default
6693
6694 \begin_inset Formula $|$
6695 \end_inset
6696
6697 」の代わりに「
6698 \series bold
6699
6700 \backslash
6701 biggm
6702 \series default
6703
6704 \begin_inset Formula $|$
6705 \end_inset
6706
6707 」を用いています.
6708 \end_layout
6709
6710 \end_inset
6711
6712 .このコマンドでは,物理ベクトル
6713 \begin_inset Formula 
6714 \[
6715 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6716 \]
6717
6718 \end_inset
6719
6720 で必要とされるように,次に続く文字の高さは,囲まれる括弧の高さに調節されます.物理ベクトルに関しては,第
6721 \begin_inset CommandInset ref
6722 LatexCommand ref
6723 reference "subsec:物理ベクトル"
6724
6725 \end_inset
6726
6727 節に説明されているように特殊な\SpecialChar LaTeX
6728 パッケージがあります.
6729 \end_layout
6730
6731 \begin_layout Subsection
6732 水平括弧
6733 \begin_inset Index idx
6734 status collapsed
6735
6736 \begin_layout Plain Layout
6737 かっこ@括弧 ! すいへい@水平
6738 \begin_inset space \thinspace{}
6739 \end_inset
6740
6741 ——
6742 \end_layout
6743
6744 \end_inset
6745
6746
6747 \end_layout
6748
6749 \begin_layout Standard
6750 \align center
6751 \begin_inset Tabular
6752 <lyxtabular version="3" rows="4" columns="2">
6753 <features booktabs="true" tabularvalignment="middle">
6754 <column alignment="center" valignment="top" width="0pt">
6755 <column alignment="center" valignment="top" width="0pt">
6756 <row>
6757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 コマンド
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 出力
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 </row>
6776 <row>
6777 <cell alignment="center" valignment="top" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781
6782 \backslash
6783 overbrace
6784 \begin_inset space \textvisiblespace{}
6785 \end_inset
6786
6787 A+B
6788 \begin_inset space \textvisiblespace{}
6789 \end_inset
6790
6791 ^
6792 \begin_inset space \textvisiblespace{}
6793 \end_inset
6794
6795 3
6796 \begin_inset Index idx
6797 status collapsed
6798
6799 \begin_layout Plain Layout
6800 こまんど@コマンド ! O ! 
6801 \backslash
6802 overbrace
6803 \end_layout
6804
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Formula $\overbrace{A+B}^{3}$
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row topspace="2mm">
6826 <cell alignment="center" valignment="top" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \backslash
6832 underbrace
6833 \begin_inset space \textvisiblespace{}
6834 \end_inset
6835
6836 A+B
6837 \begin_inset space \textvisiblespace{}
6838 \end_inset
6839
6840 _5
6841 \begin_inset Index idx
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845 こまんど@コマンド ! U ! 
6846 \backslash
6847 underbrace
6848 \end_layout
6849
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 \begin_inset Formula $\underbrace{A+B}_{5}$
6862 \end_inset
6863
6864
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 </row>
6870 <row>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875
6876 \backslash
6877 overbrace
6878 \begin_inset space \textvisiblespace{}
6879 \end_inset
6880
6881
6882 \backslash
6883 underbrace
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887 A+B_w
6888 \begin_inset space \textvisiblespace{}
6889 \end_inset
6890
6891
6892 \begin_inset space \textvisiblespace{}
6893 \end_inset
6894
6895 _7
6896 \begin_inset space \textvisiblespace{}
6897 \end_inset
6898
6899
6900 \begin_inset space \textvisiblespace{}
6901 \end_inset
6902
6903 ^
6904 \begin_inset space \textvisiblespace{}
6905 \end_inset
6906
6907 C
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 </lyxtabular>
6926
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \begin_layout Standard
6933 最後の例では,
6934 \series bold
6935
6936 \backslash
6937 overbrace
6938 \series default
6939 が先に挿入されようが
6940 \series bold
6941
6942 \backslash
6943 underbrace
6944 \series default
6945 が先に挿入されようが代わりはありません.
6946 \end_layout
6947
6948 \begin_layout Standard
6949 \begin_inset VSpace medskip
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \begin_layout Standard
6956 文書設定の
6957 \family sans
6958 数式オプション
6959 \family default
6960 で,
6961 \series bold
6962 mathtools
6963 \series default
6964
6965 \begin_inset Index idx
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969 ぱっけーじ@パッケージ ! mathtools
6970 \end_layout
6971
6972 \end_inset
6973
6974 パッケージに
6975 \family sans
6976 常に読み込み
6977 \family default
6978 オプションを設定すると,以下のような角括弧が利用可能になります.
6979 \end_layout
6980
6981 \begin_layout Standard
6982 \align center
6983 \begin_inset Tabular
6984 <lyxtabular version="3" rows="4" columns="2">
6985 <features booktabs="true" tabularvalignment="middle">
6986 <column alignment="center" valignment="top" width="0pt">
6987 <column alignment="center" valignment="top" width="0pt">
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 コマンド
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 出力
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \backslash
7015 overbracket{A+B
7016 \begin_inset space \textvisiblespace{}
7017 \end_inset
7018
7019 ^3
7020 \begin_inset Index idx
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024 こまんど@コマンド ! O ! 
7025 \backslash
7026 overbracket
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 \begin_inset Formula $\overbracket{A+B}^{3}$
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 </row>
7049 <row topspace="2mm">
7050 <cell alignment="center" valignment="top" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \backslash
7056 underbracket{A+B
7057 \begin_inset space \textvisiblespace{}
7058 \end_inset
7059
7060 _5
7061 \begin_inset Index idx
7062 status collapsed
7063
7064 \begin_layout Plain Layout
7065 こまんど@コマンド ! U ! 
7066 \backslash
7067 under
7068 \size normal
7069 bracket
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 \begin_inset Formula $\underbracket{A+B}_{5}$
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097
7098 \backslash
7099 overbracket{
7100 \backslash
7101 underbracket{A+B_w
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105
7106 \begin_inset space \textvisiblespace{}
7107 \end_inset
7108
7109 _7
7110 \begin_inset space \textvisiblespace{}
7111 \end_inset
7112
7113
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117 ^
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121 C
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7131 \end_inset
7132
7133
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 </lyxtabular>
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \begin_layout Standard
7147
7148 \series bold
7149
7150 \backslash
7151 overbracket
7152 \series default
7153
7154 \series bold
7155
7156 \backslash
7157 underbracket
7158 \series default
7159 に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
7160 \end_layout
7161
7162 \begin_layout Standard
7163 \align center
7164 \begin_inset Tabular
7165 <lyxtabular version="3" rows="3" columns="2">
7166 <features booktabs="true" tabularvalignment="middle">
7167 <column alignment="center" valignment="top" width="0pt">
7168 <column alignment="center" valignment="top" width="0pt">
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 コマンド
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 出力
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194
7195 \backslash
7196 overbracket[3pt]
7197 \backslash
7198 {A+B
7199 \begin_inset space \textvisiblespace{}
7200 \end_inset
7201
7202 ^3
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 </row>
7220 <row topspace="2mm">
7221 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225
7226 \backslash
7227 underbracket[1pt]
7228 \backslash
7229 {A+B
7230 \begin_inset space \textvisiblespace{}
7231 \end_inset
7232
7233 _5
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7243 \end_inset
7244
7245
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 </lyxtabular>
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 \begin_inset VSpace bigskip
7260 \end_inset
7261
7262 括弧をお互いに重ねる必要がある場合には,第
7263 \begin_inset CommandInset ref
7264 LatexCommand ref
7265 reference "sec:多行数式"
7266
7267 \end_inset
7268
7269 節に説明されているように,次のような多行数式を使わなくてはなりません.
7270 \begin_inset Formula 
7271 \begin{eqnarray*}
7272 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7273  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7274 \end{eqnarray*}
7275
7276 \end_inset
7277
7278 一行目には,数式が一つめの括弧とともに挿入されています.ここで,空白コマンド
7279 \begin_inset Foot
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 空白コマンドは第
7284 \begin_inset CommandInset ref
7285 LatexCommand ref
7286 reference "subsec:定義済みの空白"
7287
7288 \end_inset
7289
7290 章に説明があります.
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \series bold
7297
7298 \backslash
7299 :
7300 \series default
7301 を最初の
7302 \begin_inset Formula $d$
7303 \end_inset
7304
7305 の前に挿入しておくことが重要です.さもないと,
7306 \begin_inset Formula $q$
7307 \end_inset
7308
7309 の後ろで終わる括弧のせいで,直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7310 \begin_inset Foot
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314 これは,括弧が文字として取り扱われないためです.第
7315 \begin_inset CommandInset ref
7316 LatexCommand ref
7317 reference "subsec:二項演算子"
7318
7319 \end_inset
7320
7321 章参照.
7322 \end_layout
7323
7324 \end_inset
7325
7326 ためです.二行目には,二つめの括弧が挿入されています.
7327 \begin_inset Formula $b$
7328 \end_inset
7329
7330 の直前から始まるようにするために,まず
7331 \series bold
7332
7333 \backslash
7334 hphantom{gggg+
7335 \backslash
7336 :}
7337 \series default
7338 というコマンド
7339 \begin_inset Foot
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344 \series bold
7345
7346 \backslash
7347 hphantom
7348 \series default
7349 に関する詳細は,第
7350 \begin_inset CommandInset ref
7351 LatexCommand ref
7352 reference "subsec:埋め草"
7353
7354 \end_inset
7355
7356 章を参照してください.
7357 \end_layout
7358
7359 \end_inset
7360
7361 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,この空白コマンドが必要になっています.二つめの括弧は
7362 \series bold
7363
7364 \backslash
7365 hphantom{bbqq+dddd}
7366 \series default
7367 コマンドの下に置きます.
7368 \end_layout
7369
7370 \begin_layout Standard
7371 以下の例のように,括弧が反対側に重なる場合には,もっと複雑になります.
7372 \begin_inset ERT
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376
7377
7378 \backslash
7379 setlength{
7380 \backslash
7381 jot}{-6pt}
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \begin_inset Formula 
7388 \begin{eqnarray*}
7389  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7390 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7391 \end{eqnarray*}
7392
7393 \end_inset
7394
7395
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 setlength{
7404 \backslash
7405 jot}{3pt}
7406 \end_layout
7407
7408 \end_inset
7409
7410 最初の数式行は,括弧が上に来ていること以外は,先の例の第二行と同じです.二行目には,二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入
7411 ることを防ぐために,行間を減らさなくてはならないのですが,これは\SpecialChar LyX
7412 のバグ
7413 \begin_inset Foot
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417 \begin_inset CommandInset href
7418 LatexCommand href
7419 name "LyX-bug #1505"
7420 target "http://www.lyx.org/trac/ticket/1505"
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428
7429 のせいで簡単にはできません.この問題を回避するためには,数式直前に\SpecialChar TeX
7430 モードで
7431 \series bold
7432 setlength{
7433 \backslash
7434 jot}{-6pt}
7435 \series default
7436 というコマンドを入れて,大域的な数式行間
7437 \series bold
7438
7439 \backslash
7440 jot
7441 \series default
7442
7443 \begin_inset Index idx
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447 こまんど@コマンド ! J ! 
7448 \backslash
7449 jot
7450 \end_layout
7451
7452 \end_inset
7453
7454 を-6
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 ptに変更しなくてはなりません.
7459 \series bold
7460
7461 \backslash
7462 jot
7463 \series default
7464 は,数式直後に同様のコマンドを使って標準値の3
7465 \begin_inset space \thinspace{}
7466 \end_inset
7467
7468 ptに戻します.数式中の行間について,詳しくは第
7469 \begin_inset CommandInset ref
7470 LatexCommand ref
7471 reference "subsec:行間"
7472
7473 \end_inset
7474
7475 章に説明があります.
7476 \end_layout
7477
7478 \begin_layout Section
7479 矢印
7480 \begin_inset Index idx
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 やじるし@矢印
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \begin_layout Standard
7493 矢印は,数式ツールバーボタンの
7494 \begin_inset Info
7495 type  "icon"
7496 arg   "math-insert \\leftarrow"
7497 \end_inset
7498
7499 か,以下の各小節に列挙してあるコマンドで挿入することができます.
7500 \end_layout
7501
7502 \begin_layout Subsection
7503 水平矢印
7504 \begin_inset Index idx
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508 やじるし@矢印 ! すいへい@水平
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \begin_layout Standard
7517 \begin_inset space \hfill{}
7518 \end_inset
7519
7520
7521 \begin_inset Tabular
7522 <lyxtabular version="3" rows="8" columns="2">
7523 <features booktabs="true" tabularvalignment="middle">
7524 <column alignment="center" valignment="top" width="0pt">
7525 <column alignment="center" valignment="top" width="0pt">
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 コマンド
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 出力
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \backslash
7553 gets
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset Formula $\gets$
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \backslash
7578 Leftarrow
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Formula $\Leftarrow$
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \backslash
7603 longleftarrow
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset Formula $\longleftarrow$
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \backslash
7628 Longleftarrow
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset Formula $\Longleftarrow$
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="center" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \backslash
7653 leftharpoonup
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\leftharpoonup$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \backslash
7678 leftharpoondown
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 \begin_inset Formula $\leftharpoondown$
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row>
7697 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \backslash
7703 hookleftarrow
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset Formula $\hookleftarrow$
7713 \end_inset
7714
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 </row>
7721 </lyxtabular>
7722
7723 \end_inset
7724
7725
7726 \begin_inset space \hfill{}
7727 \end_inset
7728
7729
7730 \begin_inset Tabular
7731 <lyxtabular version="3" rows="8" columns="2">
7732 <features booktabs="true" tabularvalignment="middle">
7733 <column alignment="center" valignment="top" width="0pt">
7734 <column alignment="center" valignment="top" width="0pt">
7735 <row>
7736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 コマンド
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 出力
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 to
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 \begin_inset Formula $\to$
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \backslash
7787 Rightarrow
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset Formula $\Rightarrow$
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \backslash
7812 longrightarrow
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Formula $\longrightarrow$
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \backslash
7837 Longrightarrow
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Formula $\Longrightarrow$
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \backslash
7862 rightharpoonup
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 \begin_inset Formula $\rightharpoonup$
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \backslash
7887 rightharpoondown
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 \begin_inset Formula $\rightharpoondown$
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \backslash
7912 hookrightarrow
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 \begin_inset Formula $\hookrightarrow$
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 </lyxtabular>
7931
7932 \end_inset
7933
7934
7935 \begin_inset space \hfill{}
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \begin_layout Standard
7942 \begin_inset space \hfill{}
7943 \end_inset
7944
7945
7946 \begin_inset Tabular
7947 <lyxtabular version="3" rows="6" columns="2">
7948 <features booktabs="true" tabularvalignment="middle">
7949 <column alignment="center" valignment="top" width="0pt">
7950 <column alignment="center" valignment="top" width="0pt">
7951 <row>
7952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 コマンド
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 出力
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 leftrightarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\leftrightarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 Leftrightarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\Leftrightarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 longleftrightarrow
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\longleftrightarrow$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \backslash
8053 Longleftrightarrow
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 \begin_inset Formula $\Longleftrightarrow$
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \backslash
8078 rightleftharpoons
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 \begin_inset Formula $\rightleftharpoons$
8088 \end_inset
8089
8090
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 </lyxtabular>
8097
8098 \end_inset
8099
8100
8101 \begin_inset space \hspace{}
8102 \length 25pt
8103 \end_inset
8104
8105
8106 \begin_inset space \hfill{}
8107 \end_inset
8108
8109
8110 \begin_inset Tabular
8111 <lyxtabular version="3" rows="5" columns="2">
8112 <features booktabs="true" tabularvalignment="middle">
8113 <column alignment="center" valignment="top" width="0pt">
8114 <column alignment="center" valignment="top" width="0pt">
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 コマンド
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 出力
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 mapsto
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\mapsto$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 longmapsto
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\longmapsto$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 leadsto
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\leadsto$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 dasharrow
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\dasharrow$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 </lyxtabular>
8236
8237 \end_inset
8238
8239
8240 \begin_inset space \hfill{}
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \begin_layout Standard
8247 \begin_inset VSpace medskip
8248 \end_inset
8249
8250 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,第
8251 \begin_inset CommandInset ref
8252 LatexCommand ref
8253 reference "sec:アクセント"
8254
8255 \end_inset
8256
8257 節に一覧があります.
8258 \end_layout
8259
8260 \begin_layout Standard
8261 \begin_inset VSpace bigskip
8262 \end_inset
8263
8264 さらに,ラベル付き矢印
8265 \begin_inset Index idx
8266 status collapsed
8267
8268 \begin_layout Plain Layout
8269 やじるし@矢印 ! らべるつき@ラベル付き
8270 \end_layout
8271
8272 \end_inset
8273
8274 として,
8275 \series bold
8276
8277 \backslash
8278 xleftarrow
8279 \series default
8280
8281 \begin_inset Index idx
8282 status collapsed
8283
8284 \begin_layout Plain Layout
8285 こまんど@コマンド ! X ! 
8286 \backslash
8287 xleftarrow
8288 \end_layout
8289
8290 \end_inset
8291
8292
8293 \series bold
8294
8295 \backslash
8296 xrightarrow
8297 \series default
8298
8299 \begin_inset Index idx
8300 status collapsed
8301
8302 \begin_layout Plain Layout
8303 こまんど@コマンド ! X ! 
8304 \backslash
8305 xrightarrow
8306 \begin_inset ERT
8307 status collapsed
8308
8309 \begin_layout Plain Layout
8310
8311
8312 \backslash
8313 vspace{4mm}
8314 \end_layout
8315
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \end_inset
8322
8323 があります.これらのコマンドを数式に挿入すると,二つの青枠のついた矢印が現れるので,そこにラベルを入れることができます.矢印の長さは,ラベルの幅に応じて調整され
8324 ます.
8325 \end_layout
8326
8327 \begin_layout Standard
8328 \align center
8329 \begin_inset Tabular
8330 <lyxtabular version="3" rows="3" columns="2">
8331 <features booktabs="true" tabularvalignment="middle">
8332 <column alignment="center" valignment="top" width="0pt">
8333 <column alignment="center" valignment="top" width="0pt">
8334 <row>
8335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 コマンド
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 出力
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 F(a)
8360 \backslash
8361 xleftarrow
8362 \begin_inset space \textvisiblespace{}
8363 \end_inset
8364
8365 x=a
8366 \begin_inset Formula $\downarrow$
8367 \end_inset
8368
8369 x>0
8370 \begin_inset Formula $\to$
8371 \end_inset
8372
8373 F(x)
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8383 \end_inset
8384
8385
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row topspace="2mm">
8392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 F(x)
8397 \backslash
8398 xrightarrow
8399 \begin_inset space \textvisiblespace{}
8400 \end_inset
8401
8402 x=a
8403 \begin_inset Formula $\downarrow$
8404 \end_inset
8405
8406 x>0
8407 \begin_inset Formula $\to$
8408 \end_inset
8409
8410 F(a)
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8420 \end_inset
8421
8422
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 </lyxtabular>
8429
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \begin_layout Standard
8436 \begin_inset VSpace medskip
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \begin_layout Standard
8443 文書設定の
8444 \family sans
8445 数式オプション
8446 \family default
8447 で,
8448 \series bold
8449 mathtools
8450 \series default
8451
8452 \begin_inset Index idx
8453 status collapsed
8454
8455 \begin_layout Plain Layout
8456 ぱっけーじ@パッケージ ! mathtools
8457 \end_layout
8458
8459 \end_inset
8460
8461 パッケージに
8462 \family sans
8463 常に読み込み
8464 \family default
8465 オプションを設定すると,以下のようなラベル付き矢印が利用可能になります.
8466 \end_layout
8467
8468 \begin_layout Standard
8469 \begin_inset Newpage newpage
8470 \end_inset
8471
8472
8473 \end_layout
8474
8475 \begin_layout Standard
8476 \align center
8477 \begin_inset space \hspace*{\fill}
8478 \end_inset
8479
8480
8481 \begin_inset Tabular
8482 <lyxtabular version="3" rows="7" columns="2">
8483 <features booktabs="true" tabularvalignment="middle">
8484 <column alignment="center" valignment="top" width="0pt">
8485 <column alignment="center" valignment="top" width="0pt">
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 コマンド
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Example
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \backslash
8513 xleftrightarrow
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row topspace="2mm">
8532 <cell alignment="center" valignment="top" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \backslash
8538 xLeftarrow
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row topspace="2mm">
8557 <cell alignment="center" valignment="top" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \backslash
8563 xRightarrow
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row topspace="2mm">
8582 <cell alignment="center" valignment="top" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 xLeftrightarrow
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row topspace="2mm">
8607 <cell alignment="center" valignment="top" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 xhookleftarrow
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row topspace="2mm">
8632 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \backslash
8638 xhookrightarrow
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 </lyxtabular>
8657
8658 \end_inset
8659
8660
8661 \begin_inset space \hspace*{\fill}
8662 \end_inset
8663
8664
8665 \begin_inset Tabular
8666 <lyxtabular version="3" rows="7" columns="2">
8667 <features booktabs="true" tabularvalignment="middle">
8668 <column alignment="center" valignment="top" width="0pt">
8669 <column alignment="center" valignment="top" width="0pt">
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 コマンド
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Example
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="center" valignment="top" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \backslash
8697 xleftharpoondown
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row topspace="2mm">
8716 <cell alignment="center" valignment="top" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \backslash
8722 xleftharpoonup
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row topspace="2mm">
8741 <cell alignment="center" valignment="top" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \backslash
8747 xrightharpoondown
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8757 \end_inset
8758
8759
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row topspace="2mm">
8766 <cell alignment="center" valignment="top" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \backslash
8772 xrightharpoonup
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row topspace="2mm">
8791 <cell alignment="center" valignment="top" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \backslash
8797 xleftrightharpoons
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8807 \end_inset
8808
8809
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row topspace="2mm">
8816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \backslash
8822 xrightleftharpoons
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 </lyxtabular>
8841
8842 \end_inset
8843
8844
8845 \begin_inset space \hspace*{\fill}
8846 \end_inset
8847
8848
8849 \end_layout
8850
8851 \begin_layout Standard
8852 これらの矢印は,すべて以下のようなコマンドスキームを取ります.
8853 \end_layout
8854
8855 \begin_layout Standard
8856 \align center
8857 \begin_inset Tabular
8858 <lyxtabular version="3" rows="2" columns="2">
8859 <features booktabs="true" tabularvalignment="middle">
8860 <column alignment="center" valignment="top" width="0pt">
8861 <column alignment="center" valignment="top" width="0pt">
8862 <row>
8863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 コマンド
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 出力
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row bottomspace="0.5mm">
8883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 F(a)
8888 \backslash
8889 xleftrightarrow[x=a]
8890 \backslash
8891 {x>0
8892 \begin_inset Formula $\to$
8893 \end_inset
8894
8895 F(x)
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8905 \end_inset
8906
8907
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 </lyxtabular>
8914
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \begin_layout Subsection
8921 垂直矢印および対角矢印
8922 \begin_inset Index idx
8923 status collapsed
8924
8925 \begin_layout Plain Layout
8926 やじるし@矢印 ! たいかく@対角
8927 \end_layout
8928
8929 \end_inset
8930
8931
8932 \begin_inset Index idx
8933 status collapsed
8934
8935 \begin_layout Plain Layout
8936 やじるし@矢印 ! すいちょく@垂直
8937 \end_layout
8938
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \begin_layout Standard
8945 \begin_inset space \hfill{}
8946 \end_inset
8947
8948
8949 \begin_inset Tabular
8950 <lyxtabular version="3" rows="7" columns="2">
8951 <features booktabs="true" tabularvalignment="middle">
8952 <column alignment="center" valignment="top" width="0pt">
8953 <column alignment="center" valignment="top" width="0pt">
8954 <row>
8955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 コマンド
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 出力
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981 uparrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\uparrow$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 Uparrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\Uparrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 updownarrow
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 \begin_inset Formula $\updownarrow$
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \backslash
9056 Updownarrow
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 \begin_inset Formula $\Updownarrow$
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \backslash
9081 Downarrow
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\Downarrow$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \backslash
9106 downarrow
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 \begin_inset Formula $\downarrow$
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 </lyxtabular>
9125
9126 \end_inset
9127
9128
9129 \begin_inset space \hfill{}
9130 \end_inset
9131
9132
9133 \begin_inset Tabular
9134 <lyxtabular version="3" rows="5" columns="2">
9135 <features booktabs="true" tabularvalignment="middle">
9136 <column alignment="center" valignment="top" width="0pt">
9137 <column alignment="center" valignment="top" width="0pt">
9138 <row>
9139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 コマンド
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 出力
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165 nearrow
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\nearrow$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 searrow
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\searrow$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 swarrow
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 \begin_inset Formula $\swarrow$
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \backslash
9240 nwarrow
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\nwarrow$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 </lyxtabular>
9259
9260 \end_inset
9261
9262
9263 \begin_inset space \hfill{}
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \begin_layout Standard
9270 \begin_inset VSpace medskip
9271 \end_inset
9272
9273 垂直矢印は,第
9274 \begin_inset CommandInset ref
9275 LatexCommand ref
9276 reference "subsec:手動の括弧丈"
9277
9278 \end_inset
9279
9280 節および第
9281 \begin_inset CommandInset ref
9282 LatexCommand ref
9283 reference "subsec:自動の括弧丈"
9284
9285 \end_inset
9286
9287 節に述べられているコマンドを使うと,区分記号として使用することもできます.
9288 \end_layout
9289
9290 \begin_layout Section
9291 アクセント
9292 \begin_inset CommandInset label
9293 LatexCommand label
9294 name "sec:アクセント"
9295
9296 \end_inset
9297
9298
9299 \begin_inset Index idx
9300 status collapsed
9301
9302 \begin_layout Plain Layout
9303 あくせんと@アクセント
9304 \end_layout
9305
9306 \end_inset
9307
9308
9309 \end_layout
9310
9311 \begin_layout Standard
9312 アクセントは,数式ツールバーボタンの
9313 \begin_inset Info
9314 type  "icon"
9315 arg   "math-insert \\hat"
9316 \end_inset
9317
9318 か,以下の各小節に列挙してあるコマンドで入力することができます.
9319 \end_layout
9320
9321 \begin_layout Subsection
9322 一文字に付けるアクセント
9323 \begin_inset ERT
9324 status collapsed
9325
9326 \begin_layout Plain Layout
9327
9328
9329 \backslash
9330 texorpdfstring{
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \begin_inset Foot
9337 status collapsed
9338
9339 \begin_layout Plain Layout
9340 本文中のアクセントについては,第
9341 \begin_inset CommandInset ref
9342 LatexCommand ref
9343 reference "subsec:文章中のアクセント"
9344
9345 \end_inset
9346
9347 節を参照.
9348 \end_layout
9349
9350 \end_inset
9351
9352
9353 \begin_inset ERT
9354 status collapsed
9355
9356 \begin_layout Plain Layout
9357
9358 }{}
9359 \end_layout
9360
9361 \end_inset
9362
9363
9364 \begin_inset Note Note
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370
9371 \backslash
9372 texorpdfstring
9373 \series default
9374 は,PDFのしおりに脚註が現れるのを防ぐために使われています.
9375 \end_layout
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380
9381 \backslash
9382 texorpdfstring
9383 \series default
9384 についての詳細は,第
9385 \begin_inset CommandInset ref
9386 LatexCommand ref
9387 reference "subsec:節見出し中の数式"
9388
9389 \end_inset
9390
9391 節にあります.
9392 \end_layout
9393
9394 \end_inset
9395
9396
9397 \begin_inset CommandInset label
9398 LatexCommand label
9399 name "subsec:一文字に付けるアクセント"
9400
9401 \end_inset
9402
9403
9404 \begin_inset Index idx
9405 status collapsed
9406
9407 \begin_layout Plain Layout
9408 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9409 \end_layout
9410
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \begin_layout Standard
9417 \begin_inset space \hfill{}
9418 \end_inset
9419
9420
9421 \begin_inset Tabular
9422 <lyxtabular version="3" rows="8" columns="2">
9423 <features booktabs="true" tabularvalignment="middle">
9424 <column alignment="center" valignment="top" width="0pt">
9425 <column alignment="center" valignment="top" width="0pt">
9426 <row>
9427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 コマンド
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 出力
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row topspace="1.5mm">
9447 <cell alignment="center" valignment="top" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \backslash
9453 dot
9454 \begin_inset space \textvisiblespace{}
9455 \end_inset
9456
9457 A
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset Formula $\dot{A}$
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row topspace="1.5mm">
9476 <cell alignment="center" valignment="top" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 ddot
9483 \begin_inset space \textvisiblespace{}
9484 \end_inset
9485
9486 A
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\ddot{A}$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row topspace="1.5mm">
9505 <cell alignment="center" valignment="top" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 dddot
9512 \begin_inset space \textvisiblespace{}
9513 \end_inset
9514
9515 A
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 \begin_inset Formula $\dddot{A}$
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row topspace="1.5mm">
9534 <cell alignment="center" valignment="top" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \backslash
9540 ddddot
9541 \begin_inset space \textvisiblespace{}
9542 \end_inset
9543
9544 A
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Formula $\ddddot{A}$
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row topspace="1.5mm">
9563 <cell alignment="center" valignment="top" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \backslash
9569 vec
9570 \begin_inset space \textvisiblespace{}
9571 \end_inset
9572
9573 A
9574 \begin_inset Index idx
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578 べくとる@ベクトル
9579 \end_layout
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 \begin_inset Formula $\vec{A}$
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row topspace="1.5mm">
9602 <cell alignment="center" valignment="top" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \backslash
9608 bar
9609 \begin_inset space \textvisiblespace{}
9610 \end_inset
9611
9612 A
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 \begin_inset Formula $\bar{A}$
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row topspace="1.5mm">
9631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 mathring
9638 \begin_inset space \textvisiblespace{}
9639 \end_inset
9640
9641 A
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 \begin_inset Formula $\mathring{A}$
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 </lyxtabular>
9660
9661 \end_inset
9662
9663
9664 \begin_inset space \hfill{}
9665 \end_inset
9666
9667
9668 \begin_inset Tabular
9669 <lyxtabular version="3" rows="7" columns="2">
9670 <features booktabs="true" tabularvalignment="middle">
9671 <column alignment="center" valignment="top" width="0pt">
9672 <column alignment="center" valignment="top" width="0pt">
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 コマンド
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 出力
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row topspace="1.5mm">
9694 <cell alignment="center" valignment="top" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 tilde
9701 \begin_inset space \textvisiblespace{}
9702 \end_inset
9703
9704 A
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 \begin_inset Formula $\tilde{A}$
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row topspace="1.5mm">
9723 <cell alignment="center" valignment="top" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \backslash
9729 hat
9730 \begin_inset space \textvisiblespace{}
9731 \end_inset
9732
9733 A
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\hat{A}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row topspace="1.5mm">
9752 <cell alignment="center" valignment="top" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \backslash
9758 check
9759 \begin_inset space \textvisiblespace{}
9760 \end_inset
9761
9762 A
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 \begin_inset Formula $\check{A}$
9772 \end_inset
9773
9774
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row topspace="1.5mm">
9781 <cell alignment="center" valignment="top" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \backslash
9787 acute
9788 \begin_inset space \textvisiblespace{}
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\acute{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row topspace="1.5mm">
9810 <cell alignment="center" valignment="top" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 grave
9817 \begin_inset space \textvisiblespace{}
9818 \end_inset
9819
9820 A
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 \begin_inset Formula $\grave{A}$
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row topspace="1.5mm">
9839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \backslash
9845 breve
9846 \begin_inset space \textvisiblespace{}
9847 \end_inset
9848
9849 A
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 \begin_inset Formula $\breve{A}$
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 </lyxtabular>
9868
9869 \end_inset
9870
9871
9872 \begin_inset space \hfill{}
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \begin_layout Standard
9879 \begin_inset VSpace bigskip
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \begin_layout Standard
9886 \begin_inset ERT
9887 status collapsed
9888
9889 \begin_layout Plain Layout
9890
9891
9892 \backslash
9893 '{e}
9894 \end_layout
9895
9896 \end_inset
9897
9898 のようなアクセントは,数式に直接入れることができます.\SpecialChar LyX
9899 は,それを対応するアクセントコマンドに変換します.ウムラウト
9900 \begin_inset Index idx
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904 うむらうと@ウムラウト
9905 \end_layout
9906
9907 \end_inset
9908
9909 に関しては,母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,\SpecialChar LaTeX
9910 は,引用符と母音をまとめて一つの文字として取り
9911 扱います.
9912 \series bold
9913
9914 \backslash
9915 ddot
9916 \series default
9917 と違い,この方法では,以下の例に示すように「本物の」ウムラウトが作られます.
9918 \end_layout
9919
9920 \begin_layout Standard
9921 \begin_inset VSpace -2mm
9922 \end_inset
9923
9924
9925 \end_layout
9926
9927 \begin_layout Standard
9928 \align center
9929 \begin_inset Tabular
9930 <lyxtabular version="3" rows="3" columns="2">
9931 <features booktabs="true" tabularvalignment="middle">
9932 <column alignment="center" valignment="top" width="0pt">
9933 <column alignment="center" valignment="top">
9934 <row>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 コマンド
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 出力
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 \begin_inset Quotes grd
9960 \end_inset
9961
9962 i
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \lang ngerman
9973 \begin_inset space \hspace{}
9974 \length 0pt
9975 \end_inset
9976
9977
9978 \begin_inset Formula $"i$
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row topspace="1.5mm">
9988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \backslash
9994 ddot
9995 \begin_inset space \textvisiblespace{}
9996 \end_inset
9997
9998 i
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 \begin_inset Formula $\ddot{i}$
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 </lyxtabular>
10017
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \begin_layout Standard
10024
10025 \series bold
10026
10027 \backslash
10028 ddot
10029 \series default
10030 に比べて良いもう一つの利点は,上記のアクセントコマンドが
10031 \emph on
10032 数式中テキストでは使用できない
10033 \emph default
10034 のに対し,ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,アクセントの下にある文
10035 字しか変換されません.これは,たとえばイタリック体やボールド体への変換など,他のすべての変換に関しても言えることです.
10036 \end_layout
10037
10038 \begin_layout Standard
10039 ウムラウトと他のアクセント付き文字は,数式中テキストに直接入れることができます.
10040 \end_layout
10041
10042 \begin_layout Standard
10043 \begin_inset VSpace bigskip
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \begin_layout Standard
10050 \SpecialChar LyX
10051 は,\SpecialChar LaTeX
10052 パッケージ
10053 \series bold
10054 undertilde
10055 \series default
10056
10057 \begin_inset Index idx
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061 ぱっけーじ@パッケージ ! upgreek
10062 \end_layout
10063
10064 \end_inset
10065
10066 がシステム上に導入されていれば,文字下のティルダもサポートします.
10067 \end_layout
10068
10069 \begin_layout Standard
10070 \begin_inset ERT
10071 status collapsed
10072
10073 \begin_layout Plain Layout
10074
10075
10076 \backslash
10077 ifundertilde 
10078 \end_layout
10079
10080 \end_inset
10081
10082
10083 \begin_inset Note Note
10084 status open
10085
10086 \begin_layout Plain Layout
10087 以下の表は,
10088 \series bold
10089 undertilde
10090 \series default
10091  \SpecialChar LaTeX
10092 パッケージが導入済みのときのみ表示されます.
10093 \end_layout
10094
10095 \end_inset
10096
10097
10098 \end_layout
10099
10100 \begin_layout Standard
10101 \noindent
10102 \align center
10103 \begin_inset Tabular
10104 <lyxtabular version="3" rows="2" columns="2">
10105 <features booktabs="true" tabularvalignment="middle">
10106 <column alignment="center" valignment="top" width="0pt">
10107 <column alignment="center" valignment="top" width="0pt">
10108 <row>
10109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 コマンド
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 出力
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \backslash
10135 utilde
10136 \begin_inset space \textvisiblespace{}
10137 \end_inset
10138
10139 A
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 \begin_inset Formula $\utilde{A}$
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 </lyxtabular>
10158
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 \begin_inset ERT
10166 status collapsed
10167
10168 \begin_layout Plain Layout
10169
10170
10171 \backslash
10172 else 
10173 \end_layout
10174
10175 \end_inset
10176
10177
10178 \begin_inset Note Note
10179 status open
10180
10181 \begin_layout Plain Layout
10182 以下は,
10183 \series bold
10184 undertilde
10185 \series default
10186  \SpecialChar LaTeX
10187 パッケージが導入されていないときのみ表示されます.
10188 \end_layout
10189
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \begin_layout Standard
10196 この小節のすべてを出力で見るには,
10197 \series bold
10198 undertilde
10199 \series default
10200  \SpecialChar LaTeX
10201 パッケージを導入する必要があります.
10202 \end_layout
10203
10204 \begin_layout Standard
10205 \begin_inset ERT
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209
10210
10211 \backslash
10212 fi 
10213 \end_layout
10214
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \begin_layout Standard
10221 \begin_inset Newpage newpage
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Subsection
10228 複数の文字に付けるアクセント
10229 \begin_inset Index idx
10230 status collapsed
10231
10232 \begin_layout Plain Layout
10233 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10234 \end_layout
10235
10236 \end_inset
10237
10238
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \begin_inset space \hfill{}
10243 \end_inset
10244
10245
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="5" columns="2">
10248 <features booktabs="true" tabularvalignment="middle">
10249 <column alignment="center" valignment="top" width="0pt">
10250 <column alignment="center" valignment="top" width="0pt">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 コマンド
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 出力
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row topspace="1.5mm">
10272 <cell alignment="center" valignment="top" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \backslash
10278 overleftarrow
10279 \begin_inset space \textvisiblespace{}
10280 \end_inset
10281
10282 A=B
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 \begin_inset Formula $\overleftarrow{A=B}$
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row topspace="1.5mm">
10301 <cell alignment="center" valignment="top" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 underleftarrow
10308 \begin_inset space \textvisiblespace{}
10309 \end_inset
10310
10311 A=B
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 \begin_inset Formula $\underleftarrow{A=B}$
10321 \end_inset
10322
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row topspace="1.5mm">
10330 <cell alignment="center" valignment="top" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \backslash
10336 overleftrightarrow
10337 \begin_inset space \textvisiblespace{}
10338 \end_inset
10339
10340 A=B
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 \begin_inset Formula $\overleftrightarrow{A=B}$
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row topspace="1.5mm" bottomspace="1mm">
10359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \backslash
10365 underleftrightarrow
10366 \begin_inset space \textvisiblespace{}
10367 \end_inset
10368
10369 A=B
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 \begin_inset Formula $\underleftrightarrow{A=B}$
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 </lyxtabular>
10388
10389 \end_inset
10390
10391
10392 \begin_inset space \hfill{}
10393 \end_inset
10394
10395
10396 \begin_inset Tabular
10397 <lyxtabular version="3" rows="5" columns="2">
10398 <features booktabs="true" tabularvalignment="middle">
10399 <column alignment="center" valignment="top" width="0pt">
10400 <column alignment="center" valignment="top" width="0pt">
10401 <row>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 コマンド
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 出力
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row topspace="1.5mm">
10422 <cell alignment="center" valignment="top" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \backslash
10428 overrightarrow
10429 \begin_inset space \textvisiblespace{}
10430 \end_inset
10431
10432 A=B
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 \begin_inset Formula $\overrightarrow{A=B}$
10442 \end_inset
10443
10444
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row topspace="1.5mm">
10451 <cell alignment="center" valignment="top" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \backslash
10457 underrightarrow
10458 \begin_inset space \textvisiblespace{}
10459 \end_inset
10460
10461 A=B
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 \begin_inset Formula $\underrightarrow{A=B}$
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row topspace="1.5mm">
10480 <cell alignment="center" valignment="top" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 widetilde
10487 \begin_inset space \textvisiblespace{}
10488 \end_inset
10489
10490 A=B
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 \begin_inset Formula $\widetilde{A=B}$
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row topspace="1.5mm" bottomspace="1mm">
10509 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \backslash
10515 widehat
10516 \begin_inset space \textvisiblespace{}
10517 \end_inset
10518
10519 A=B
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 \begin_inset Formula $\widehat{A=B}$
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 </lyxtabular>
10538
10539 \end_inset
10540
10541
10542 \begin_inset space \hfill{}
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \begin_layout Standard
10549 \begin_inset VSpace medskip
10550 \end_inset
10551
10552 これらのコマンドでは,好きなだけ多くの文字にアクセントを付けることができます.しかし,
10553 \series bold
10554
10555 \backslash
10556 widetilde
10557 \series default
10558 および
10559 \series bold
10560
10561 \backslash
10562 widehat
10563 \series default
10564 のアクセントは,以下の例のように,出力では3文字分の長さにしかなりません.
10565 \begin_inset Formula 
10566 \[
10567 \widetilde{A+B=C-D}
10568 \]
10569
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \begin_layout Standard
10576 前小節で述べた
10577 \series bold
10578
10579 \backslash
10580 overset
10581 \series default
10582
10583 \begin_inset Index idx
10584 status collapsed
10585
10586 \begin_layout Plain Layout
10587 こまんど@コマンド ! O ! 
10588 \backslash
10589 overset
10590 \end_layout
10591
10592 \end_inset
10593
10594 コマンドと
10595 \series bold
10596
10597 \backslash
10598 underset
10599 \series default
10600
10601 \begin_inset Index idx
10602 status collapsed
10603
10604 \begin_layout Plain Layout
10605 こまんど@コマンド ! U ! 
10606 \backslash
10607 underset
10608 \end_layout
10609
10610 \end_inset
10611
10612 コマンドを使っても,複数の文字にアクセントを付けることができます.
10613 \series bold
10614
10615 \backslash
10616 underset
10617 \begin_inset space \textvisiblespace{}
10618 \end_inset
10619
10620 A=B
10621 \begin_inset Formula $\downarrow$
10622 \end_inset
10623
10624 ***
10625 \series default
10626 というコマンドは,
10627 \begin_inset Formula 
10628 \[
10629 \underset{***}{A=B}
10630 \]
10631
10632 \end_inset
10633
10634 のようになります.
10635 \end_layout
10636
10637 \begin_layout Section
10638 空白
10639 \begin_inset CommandInset label
10640 LatexCommand label
10641 name "subsec:空白"
10642
10643 \end_inset
10644
10645
10646 \begin_inset Index idx
10647 status collapsed
10648
10649 \begin_layout Plain Layout
10650 くうはく@空白 ! すいへい@水平
10651 \begin_inset space \thinspace{}
10652 \end_inset
10653
10654 ——
10655 \end_layout
10656
10657 \end_inset
10658
10659
10660 \end_layout
10661
10662 \begin_layout Subsection
10663 定義済みの空白
10664 \begin_inset CommandInset label
10665 LatexCommand label
10666 name "subsec:定義済みの空白"
10667
10668 \end_inset
10669
10670
10671 \begin_inset Index idx
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675 くうはく@空白 ! すいへい@水平
10676 \begin_inset space \thinspace{}
10677 \end_inset
10678
10679 —— ! ていぎずみ@定義済み
10680 \end_layout
10681
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \begin_layout Standard
10688 数式に水平方向の空白を挿入することが,必要になることがあります.これは,保護された空白(
10689 \begin_inset Flex Ruby
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693 捷径
10694 \begin_inset Argument post:1
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698 ショートカット
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \end_inset
10707
10708
10709 \begin_inset Info
10710 type  "shortcut"
10711 arg   "command-alternatives space-insert protected ; math-space"
10712 \end_inset
10713
10714 )を挿入することで実現できます.「
10715 \color blue
10716
10717 \begin_inset space \textvisiblespace{}
10718 \end_inset
10719
10720
10721 \color inherit
10722 」が現れるので,
10723 \family sans
10724 Space
10725 \family default
10726 を何回か押すことによって,8種の異なる長さの空白のうち一つを選択することができます.空白は,数式ツールバーボタンの
10727 \begin_inset Info
10728 type  "icon"
10729 arg   "math-insert \\space"
10730 \end_inset
10731
10732 を押すか,特定のコマンドを入力することで,挿入することができます.挿入したコマンド如何に関わらず,直後に
10733 \family sans
10734 Space
10735 \family default
10736 を押すことによって,長さを変更することができます.
10737 \end_layout
10738
10739 \begin_layout Standard
10740 \noindent
10741 \align center
10742 \begin_inset Tabular
10743 <lyxtabular version="3" rows="6" columns="3">
10744 <features booktabs="true" tabularvalignment="middle">
10745 <column alignment="center" valignment="top">
10746 <column alignment="center" valignment="top" width="15col%">
10747 <column alignment="center" valignment="top">
10748 <row>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 コマンド
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 保護された空白を挿入したのち,
10763 \family sans
10764 Space
10765 \family default
10766 を叩く回数
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 出力
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \backslash
10788 ,
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 0
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 \begin_inset Formula $A\,B$
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \backslash
10822 :
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 1
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Formula $A\:B$
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 </row>
10849 <row>
10850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \backslash
10856 ;
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 2
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Formula $A\;B$
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 quad
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 3
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $A\quad B$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 qquad
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 4
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $A\qquad B$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 </lyxtabular>
10952
10953 \end_inset
10954
10955
10956 \begin_inset space \hfill{}
10957 \end_inset
10958
10959
10960 \begin_inset Tabular
10961 <lyxtabular version="3" rows="6" columns="3">
10962 <features booktabs="true" tabularvalignment="middle">
10963 <column alignment="center" valignment="top">
10964 <column alignment="center" valignment="top" width="15col%">
10965 <column alignment="center" valignment="top">
10966 <row>
10967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 コマンド
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 保護された空白を挿入したのち,
10981 \family sans
10982 Space
10983 \family default
10984 を叩く回数
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 出力
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 <row>
11000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004
11005 \backslash
11006 hfill
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 5
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 \begin_inset Formula $A\hfill B$
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \backslash
11040 hspace*{1em}
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 6
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 \begin_inset Formula $A\hspace*{1em}B$
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \backslash
11074 hspace{1em}
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 7
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Formula $A\hspace{1em}B$
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108
11109 \begin_inset space \textvisiblespace{}
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 8
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 \begin_inset Formula $A\ B$
11131 \end_inset
11132
11133
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144
11145 \backslash
11146 !
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 9
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\!B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 </lyxtabular>
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Standard
11181 5
11182 \lang english
11183
11184 \begin_inset space \thinspace{}
11185 \end_inset
11186
11187
11188 \lang japanese
11189
11190 \lang english
11191
11192 \begin_inset space \thinspace{}
11193 \end_inset
11194
11195
11196 \lang japanese
11197 7回
11198 \family sans
11199 Space
11200 \family default
11201 を押した場合は,第
11202 \begin_inset CommandInset ref
11203 LatexCommand ref
11204 reference "subsec:可変長の空白"
11205
11206 \end_inset
11207
11208 節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
11209 中では赤で表示さ
11210 れます.以下のように,他にもう二つ,負の長さの空白があります.
11211 \end_layout
11212
11213 \begin_layout Standard
11214 \align center
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="3" columns="3">
11217 <features booktabs="true" tabularvalignment="middle">
11218 <column alignment="center" valignment="middle" width="6.8cm">
11219 <column alignment="center" valignment="top" width="0pt">
11220 <column alignment="center" valignment="top" width="0pt">
11221 <row>
11222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 コマンド
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \backslash
11237 negmedspace
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 negthickspace
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 保護された空白を挿入したのち,
11260 \family sans
11261 Space
11262 \family default
11263 を叩く回数
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 10
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 11
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 出力
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 \begin_inset Formula $A\negmedspace B$
11302 \end_inset
11303
11304
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Formula $A\negthickspace B$
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 </lyxtabular>
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Standard
11330 負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
11331 \end_layout
11332
11333 \begin_layout Standard
11334 \align center
11335 \begin_inset Tabular
11336 <lyxtabular version="3" rows="3" columns="2">
11337 <features booktabs="true" tabularvalignment="middle">
11338 <column alignment="center" valignment="top" width="0pt">
11339 <column alignment="center" valignment="top">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 コマンド
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 出力
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 sum
11368 \backslash
11369 sum
11370 \begin_inset space \textvisiblespace{}
11371 \end_inset
11372
11373 f_kl
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 \begin_inset Formula $\sum\sum f_{kl}$
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396
11397 \backslash
11398 sum
11399 \backslash
11400 negmedspace
11401 \backslash
11402 sum
11403 \begin_inset space \textvisiblespace{}
11404 \end_inset
11405
11406 f_kl
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 </lyxtabular>
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Standard
11432 \noindent
11433 \begin_inset VSpace medskip
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \begin_layout Standard
11440 \noindent
11441 イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
11442 括弧で囲みます.以下の例にこれを示します.
11443 \end_layout
11444
11445 \begin_layout Standard
11446 \align center
11447 \begin_inset Tabular
11448 <lyxtabular version="3" rows="2" columns="2">
11449 <features booktabs="true" tabularvalignment="middle">
11450 <column alignment="center" valignment="top" width="0pt">
11451 <column alignment="center" valignment="top" width="0pt">
11452 <row>
11453 <cell alignment="center" valignment="top" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 通常の数式
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 \begin_inset Formula $A=B$
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 空白なしの数式
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $A{=}B$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 </lyxtabular>
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Standard
11506 \noindent
11507 二行目の数式を作るコマンドは,
11508 \series bold
11509 A
11510 \backslash
11511 {=
11512 \begin_inset Formula $\to$
11513 \end_inset
11514
11515 B
11516 \series default
11517 です.
11518 \end_layout
11519
11520 \begin_layout Standard
11521 \begin_inset VSpace bigskip
11522 \end_inset
11523
11524 物理単位には,値と単位のあいだに通常の空白ではなく,最小の空白を入れる必要があるために,それに適した空白が必要です.本文中の単位には,挿入\SpecialChar menuseparator
11525 整形\SpecialChar menuseparator
11526 小空白メニュー(
11527 \begin_inset Flex Ruby
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531 捷径
11532 \begin_inset Argument post:1
11533 status collapsed
11534
11535 \begin_layout Plain Layout
11536 ショートカット
11537 \end_layout
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \begin_inset Info
11548 type  "shortcut"
11549 arg   "space-insert thin"
11550 \end_inset
11551
11552 )で,最小の空白を挿入することができます.
11553 \end_layout
11554
11555 \begin_layout Standard
11556 違いを示す例を以下に掲げます.
11557 \end_layout
11558
11559 \begin_layout Standard
11560 \begin_inset Tabular
11561 <lyxtabular version="3" rows="2" columns="2">
11562 <features tabularvalignment="middle">
11563 <column alignment="left" valignment="top">
11564 <column alignment="left" valignment="top">
11565 <row>
11566 <cell alignment="center" valignment="top" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 24 kW
11571 \begin_inset Formula $\cdot$
11572 \end_inset
11573
11574 h
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 値と単位のあいだに通常の空白を入れた例
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 <row>
11590 <cell alignment="center" valignment="top" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 24
11595 \begin_inset space \thinspace{}
11596 \end_inset
11597
11598 kW
11599 \begin_inset Formula $\cdot$
11600 \end_inset
11601
11602 h
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 値と単位のあいだに最小の空白を入れた例
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 </lyxtabular>
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Subsection
11625 可変長の空白
11626 \begin_inset ERT
11627 status collapsed
11628
11629 \begin_layout Plain Layout
11630
11631
11632 \backslash
11633 texorpdfstring{
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \begin_inset Foot
11640 status collapsed
11641
11642 \begin_layout Plain Layout
11643 数式中の垂直方向の空白については,第
11644 \begin_inset CommandInset ref
11645 LatexCommand ref
11646 reference "subsec:行間"
11647
11648 \end_inset
11649
11650 節をご覧下さい.
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \begin_inset ERT
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660
11661 }{}
11662 \end_layout
11663
11664 \end_inset
11665
11666
11667 \begin_inset Note Note
11668 status collapsed
11669
11670 \begin_layout Plain Layout
11671
11672 \backslash
11673 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
11674 \end_layout
11675
11676 \begin_layout Plain Layout
11677
11678 \backslash
11679 texorpdfstringについての詳細は,第
11680 \begin_inset CommandInset ref
11681 LatexCommand ref
11682 reference "subsec:節見出し中の数式"
11683
11684 \end_inset
11685
11686 節にあります.
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \begin_inset CommandInset label
11693 LatexCommand label
11694 name "subsec:可変長の空白"
11695
11696 \end_inset
11697
11698
11699 \begin_inset Index idx
11700 status collapsed
11701
11702 \begin_layout Plain Layout
11703 くうはく@空白 ! すいへい@水平
11704 \begin_inset space \thinspace{}
11705 \end_inset
11706
11707 —— ! かへんちょう@可変長
11708 \end_layout
11709
11710 \end_inset
11711
11712
11713 \end_layout
11714
11715 \begin_layout Standard
11716 指定した長さの空白が,
11717 \series bold
11718
11719 \backslash
11720 hspace
11721 \series default
11722
11723 \begin_inset Index idx
11724 status collapsed
11725
11726 \begin_layout Plain Layout
11727 こまんど@コマンド ! H ! 
11728 \backslash
11729 hspace
11730 \end_layout
11731
11732 \end_inset
11733
11734 コマンドで入力することができます.すると,ながい「
11735 \color blue
11736
11737 \begin_inset space \textvisiblespace{}
11738 \end_inset
11739
11740
11741 \color inherit
11742 」が現れます.長さは,「
11743 \color blue
11744
11745 \begin_inset space \textvisiblespace{}
11746 \end_inset
11747
11748
11749 \color inherit
11750 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,それは無視されます.この場合でも,空白出力を強制
11751 させたいときには,
11752 \series bold
11753
11754 \backslash
11755 hspace
11756 \series default
11757 コマンドの代わりに
11758 \series bold
11759
11760 \backslash
11761 hspace*
11762 \series default
11763 コマンドを使用するか,「
11764 \color blue
11765 \lang english
11766
11767 \begin_inset space \textvisiblespace{}
11768 \end_inset
11769
11770
11771 \color inherit
11772 \lang japanese
11773 」の上を左クリックして,
11774 \family sans
11775 保護
11776 \family default
11777 オプションをチェックしてください.
11778 \begin_inset Newline newline
11779 \end_inset
11780
11781 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
11782 \series bold
11783
11784 \backslash
11785 hfill
11786 \series default
11787
11788 \begin_inset Index idx
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 こまんど@コマンド ! H ! 
11793 \backslash
11794 hfill
11795 \end_layout
11796
11797 \end_inset
11798
11799 コマンドを使用します.
11800 \end_layout
11801
11802 \begin_layout Standard
11803 \align center
11804 \begin_inset Tabular
11805 <lyxtabular version="3" rows="4" columns="2">
11806 <features booktabs="true" tabularvalignment="middle">
11807 <column alignment="center" valignment="top" width="0pt">
11808 <column alignment="center" valignment="top">
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 コマンド(
11815 \backslash
11816 hspace 長さ)
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 出力
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 <row>
11832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 A=B
11837 \backslash
11838 hspace
11839 \begin_inset space \textvisiblespace{}
11840 \end_inset
11841
11842 A
11843 \backslash
11844 not=C (3
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm)
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 </row>
11866 <row>
11867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 A
11872 \backslash
11873 hspace
11874 \begin_inset space \textvisiblespace{}
11875 \end_inset
11876
11877 A
11878 \backslash
11879 not=A (-1
11880 \begin_inset space \thinspace{}
11881 \end_inset
11882
11883 mm)
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 </row>
11901 <row>
11902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 A=A
11907 \backslash
11908 hfill
11909 \begin_inset space \textvisiblespace{}
11910 \end_inset
11911
11912 B=B
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 \begin_inset Formula $A=A\hfill B=B$
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 </lyxtabular>
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Standard
11938 上記の最後の例では,使用できる空白は,表の列中もっとも長い要素によって規定されます.行内数式では,空白は,
11939 \series bold
11940
11941 \backslash
11942 hfill
11943 \series default
11944 が挿入された行の長さに依存します.つまり,その行が全幅を使用している場合,空白はまったく作られません.また
11945 \series bold
11946
11947 \backslash
11948 hfill
11949 \series default
11950 は,別行立て数式中では,
11951 \series bold
11952 行頭下げ
11953 \series default
11954 数式スタイルが使われているときのみ,意味を持ちます(数式スタイルは第
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "sec:数式様式"
11958
11959 \end_inset
11960
11961 節で説明されています).
11962 \end_layout
11963
11964 \begin_layout Standard
11965
11966 \series bold
11967
11968 \backslash
11969 hfill
11970 \series default
11971 の他にも,空白を模様で埋める
11972 \series bold
11973
11974 \backslash
11975 dotfill
11976 \series default
11977
11978 \series bold
11979
11980 \backslash
11981 hrulefill
11982 \series default
11983 といったコマンドがあります.用例については第
11984 \begin_inset CommandInset ref
11985 LatexCommand ref
11986 reference "subsec:省略符号"
11987
11988 \end_inset
11989
11990 節をご参照下さい.
11991 \end_layout
11992
11993 \begin_layout Standard
11994 本文中では,可変長空白は,
11995 \family sans
11996 挿入\SpecialChar menuseparator
11997 整形\SpecialChar menuseparator
11998 水平方向の空白
11999 \family default
12000 メニューで挿入することができます.
12001 \end_layout
12002
12003 \begin_layout Standard
12004 (例)
12005 \end_layout
12006
12007 \begin_layout Standard
12008 この行には,
12009 \begin_inset space \hspace{}
12010 \length 2cm
12011 \end_inset
12012
12013 2
12014 \begin_inset space \thinspace{}
12015 \end_inset
12016
12017 cmの空白が入っています.
12018 \end_layout
12019
12020 \begin_layout Standard
12021 この行には,
12022 \begin_inset space \hfill{}
12023 \end_inset
12024
12025 最大の空白が入っています.
12026 \end_layout
12027
12028 \begin_layout Subsection
12029 行内数式周りの空白
12030 \begin_inset Index idx
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 行内数式前後の空白は,長さ
12044 \series bold
12045
12046 \backslash
12047 mathsurround
12048 \begin_inset Index idx
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 こまんど@コマンド ! M ! 
12053 \backslash
12054 mathsurround
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \series default
12061 を使って調節することができます.長さの値は,以下の書式を持つ
12062 \series bold
12063
12064 \backslash
12065 setlength
12066 \begin_inset Index idx
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 こまんど@コマンド ! S ! 
12071 \backslash
12072 setlength
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \series default
12079 コマンドを使って設定することができます.
12080 \end_layout
12081
12082 \begin_layout Standard
12083
12084 \series bold
12085
12086 \backslash
12087 setlength{長さ名}{値}
12088 \end_layout
12089
12090 \begin_layout Standard
12091
12092 \series bold
12093
12094 \backslash
12095 mathsurround
12096 \series default
12097 を5
12098 \begin_inset space \thinspace{}
12099 \end_inset
12100
12101 mmの値に設定するには,以下のコマンド
12102 \end_layout
12103
12104 \begin_layout Standard
12105
12106 \series bold
12107
12108 \backslash
12109 setlength{
12110 \backslash
12111 mathsurround}{5mm}
12112 \end_layout
12113
12114 \begin_layout Standard
12115 を\SpecialChar TeX
12116 モードで挿入します.すると,5
12117 \begin_inset space \thinspace{}
12118 \end_inset
12119
12120 mmの空白がすべての行内数式の前後に設定されることになります.
12121 \begin_inset ERT
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125
12126
12127 \backslash
12128 setlength{
12129 \backslash
12130 mathsurround}{5mm}
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 この行には,周囲に5
12140 \begin_inset space \thinspace{}
12141 \end_inset
12142
12143 mmの余白を設定した行内数式
12144 \begin_inset Formula $A=B$
12145 \end_inset
12146
12147 があります.
12148 \begin_inset ERT
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152
12153
12154 \backslash
12155 setlength{
12156 \backslash
12157 mathsurround}{0pt}
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 既定値に戻すには,
12167 \series bold
12168
12169 \backslash
12170 mathsurround
12171 \series default
12172 を0
12173 \begin_inset space \thinspace{}
12174 \end_inset
12175
12176 ptの値に戻して下さい.
12177 \end_layout
12178
12179 \begin_layout Section
12180 ボックスと枠
12181 \begin_inset Index idx
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185 ぼっくす@ボックス
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \begin_inset Index idx
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 わく@枠
12196 \begin_inset ERT
12197 status collapsed
12198
12199 \begin_layout Plain Layout
12200
12201 |see{
12202 \end_layout
12203
12204 \end_inset
12205
12206 ボックス
12207 \begin_inset ERT
12208 status collapsed
12209
12210 \begin_layout Plain Layout
12211
12212 }
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 本文中のボックスについては,取扱説明書
12227 \family typewriter
12228 埋め込みオブジェクト篇
12229 \family default
12230
12231 \family typewriter
12232 ボックス
12233 \family default
12234 の章に述べられています.
12235 \end_layout
12236
12237 \begin_layout Subsection
12238 枠付きボックス
12239 \begin_inset CommandInset label
12240 LatexCommand label
12241 name "subsec:枠付きボックス"
12242
12243 \end_inset
12244
12245
12246 \begin_inset Index idx
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 ぼっくす@ボックス ! わくつき@枠付き
12251 \begin_inset space \thinspace{}
12252 \end_inset
12253
12254 ——
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \begin_layout Standard
12263
12264 \series bold
12265
12266 \backslash
12267 fbox
12268 \series default
12269
12270 \begin_inset Index idx
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 こまんど@コマンド ! F ! 
12275 \backslash
12276 fbox
12277 \end_layout
12278
12279 \end_inset
12280
12281 コマンドや
12282 \series bold
12283
12284 \backslash
12285 boxed
12286 \series default
12287
12288 \begin_inset Index idx
12289 status collapsed
12290
12291 \begin_layout Plain Layout
12292 こまんど@コマンド ! B ! 
12293 \backslash
12294 boxed
12295 \end_layout
12296
12297 \end_inset
12298
12299 コマンドを使えば,数式やその一部を枠の中に入れることができます.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 どちらかのコマンドを数式に挿入すると,枠の中に青枠が現れ,数式の断片を入れることができます.
12304 \series bold
12305
12306 \backslash
12307 fbox
12308 \series default
12309 の場合には,そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
12310 \family sans
12311 Ctrl+M
12312 \family default
12313 を使って,このボックスの中にもう一度数式を作らなくてはなりません.
12314 \series bold
12315
12316 \backslash
12317 boxed
12318 \series default
12319 を使った場合には,新しい数式が自動的に枠内に作られます.
12320 \end_layout
12321
12322 \begin_layout Standard
12323
12324 \series bold
12325
12326 \backslash
12327 fbox
12328 \series default
12329 コマンドは,数式がつねに本文の大きさに設定されてしまうので,別行立て数式に枠を付けるのには適していません.逆に
12330 \series bold
12331
12332 \backslash
12333 boxed
12334 \series default
12335 は,数式がつねに別行立て数式の大きさに設定されてしまうので,行内数式に枠をつけるのには適していません.
12336 \end_layout
12337
12338 \begin_layout Standard
12339
12340 \series bold
12341
12342 \backslash
12343 fbox
12344 \series default
12345 の拡張として,枠幅と配置も指定することができる
12346 \series bold
12347
12348 \backslash
12349 framebox
12350 \series default
12351
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 こまんど@コマンド ! F ! 
12357 \backslash
12358 framebox
12359 \end_layout
12360
12361 \end_inset
12362
12363 コマンドがあります.
12364 \series bold
12365
12366 \backslash
12367 framebox
12368 \series default
12369 は,以下の書式を持ちます.
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 framebox[枠幅][位置]{ボックスの内容}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 「位置」は,
12382 \emph on
12383 l
12384 \emph default
12385
12386 \emph on
12387 r
12388 \emph default
12389 の値をとります.
12390 \emph on
12391 l
12392 \emph default
12393 は,ボックス中で数式を左寄せ,
12394 \emph on
12395 r
12396 \emph default
12397 は右寄せにします.位置を指定しない時には,数式は中央揃えになります.
12398 \begin_inset Newline newline
12399 \end_inset
12400
12401 「枠幅」を指定しない時には,位置を指定することができません.この場合には,
12402 \series bold
12403
12404 \backslash
12405 fbox
12406 \series default
12407 と同様,枠幅がボックスの内容に応じて調節されるのです.
12408 \end_layout
12409
12410 \begin_layout Standard
12411
12412 \series bold
12413
12414 \backslash
12415 framebox
12416 \series default
12417 コマンドを挿入すると,三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,二つとも非必須の変数であることを意味します.三つ目の枠は,
12418 \series bold
12419
12420 \backslash
12421 fbox
12422 \series default
12423 同様,数式の断片を入れるためのものです.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 \align center
12428 \begin_inset Tabular
12429 <lyxtabular version="3" rows="5" columns="2">
12430 <features booktabs="true" tabularvalignment="middle">
12431 <column alignment="center" valignment="top" width="0pt">
12432 <column alignment="center" valignment="top">
12433 <row>
12434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 コマンド
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 出力
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 <row topspace="1.5mm">
12454 <cell alignment="center" valignment="top" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458
12459 \backslash
12460 fbox
12461 \begin_inset space \textvisiblespace{}
12462 \end_inset
12463
12464
12465 \family sans
12466 Ctrl+M
12467 \family default
12468  
12469 \backslash
12470 int
12471 \begin_inset space \textvisiblespace{}
12472 \end_inset
12473
12474 A=B
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12484 \end_inset
12485
12486
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row topspace="1.5mm">
12493 <cell alignment="center" valignment="top" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497
12498 \backslash
12499 boxed
12500 \begin_inset space \textvisiblespace{}
12501 \end_inset
12502
12503
12504 \backslash
12505 int
12506 \begin_inset space \textvisiblespace{}
12507 \end_inset
12508
12509 A=B
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 \begin_inset Formula $\boxed{\int A=B}$
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row topspace="1.5mm">
12528 <cell alignment="center" valignment="top" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 A+
12533 \backslash
12534 fbox
12535 \begin_inset space \textvisiblespace{}
12536 \end_inset
12537
12538 B
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 \begin_inset Formula $A+\fbox{B}$
12548 \end_inset
12549
12550
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 </row>
12556 <row topspace="1.5mm" bottomspace="1mm">
12557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561
12562 \backslash
12563 framebox
12564 \begin_inset space \textvisiblespace{}
12565 \end_inset
12566
12567 20mm
12568 \begin_inset Formula $\to$
12569 \end_inset
12570
12571
12572 \begin_inset Formula $\to$
12573 \end_inset
12574
12575
12576 \family sans
12577 Ctrl+M
12578 \family default
12579  
12580 \backslash
12581 frac
12582 \begin_inset space \textvisiblespace{}
12583 \end_inset
12584
12585 A
12586 \begin_inset Formula $\downarrow$
12587 \end_inset
12588
12589 B
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 </row>
12607 </lyxtabular>
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \begin_layout Standard
12615 枠の厚みも調節可能です.そのためには,以下のコマンドを数式の前に\SpecialChar TeX
12616 モードで挿入しなくてはなりません.
12617 \end_layout
12618
12619 \begin_layout Standard
12620
12621 \series bold
12622
12623 \backslash
12624 fboxrule
12625 \series default
12626  
12627 \series bold
12628
12629 \begin_inset Quotes eld
12630 \end_inset
12631
12632 厚み
12633 \begin_inset Quotes erd
12634 \end_inset
12635
12636
12637 \series default
12638  
12639 \series bold
12640
12641 \backslash
12642 fboxsep
12643 \series default
12644  
12645 \series bold
12646
12647 \begin_inset Quotes eld
12648 \end_inset
12649
12650 距離
12651 \begin_inset Quotes erd
12652 \end_inset
12653
12654
12655 \end_layout
12656
12657 \begin_layout Standard
12658 \begin_inset Quotes eld
12659 \end_inset
12660
12661 距離
12662 \begin_inset Quotes erd
12663 \end_inset
12664
12665 は,枠とボックス内の一文字目との間の距離を示します.これを使った例として,以下の枠付き数式をご覧下さい.
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 fboxrule 2mm 
12674 \backslash
12675 fboxsep 3mm
12676 \end_layout
12677
12678 \end_inset
12679
12680
12681 \begin_inset Formula 
12682 \[
12683 \boxed{A+B=C}
12684 \]
12685
12686 \end_inset
12687
12688 この数式の直前には,
12689 \end_layout
12690
12691 \begin_layout Standard
12692
12693 \series bold
12694
12695 \backslash
12696 fboxrule
12697 \series default
12698  
12699 \series bold
12700 2mm
12701 \series default
12702  
12703 \series bold
12704
12705 \backslash
12706 fboxsep
12707 \series default
12708  
12709 \series bold
12710 3mm
12711 \end_layout
12712
12713 \begin_layout Standard
12714 というコマンドが,\SpecialChar TeX
12715 モードで挿入されています.ここで与えられた値は,以後のすべてのボックスに適用されます.
12716 \end_layout
12717
12718 \begin_layout Standard
12719 標準の枠寸法に戻すには,
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \series bold
12725
12726 \backslash
12727 fboxrule
12728 \series default
12729  
12730 \series bold
12731 0.4pt
12732 \series default
12733  
12734 \series bold
12735
12736 \backslash
12737 fboxsep
12738 \series default
12739  
12740 \series bold
12741 3pt
12742 \series default
12743
12744 \begin_inset ERT
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749
12750 \backslash
12751 fboxrule 0.4pt 
12752 \backslash
12753 fboxsep 3pt
12754 \end_layout
12755
12756 \end_inset
12757
12758
12759 \end_layout
12760
12761 \begin_layout Standard
12762 というコマンドを,次の数式が始まる前に\SpecialChar TeX
12763 モードで挿入しておきます.
12764 \end_layout
12765
12766 \begin_layout Subsection
12767 枠なしボックス
12768 \begin_inset CommandInset label
12769 LatexCommand label
12770 name "subsec:枠なしボックス"
12771
12772 \end_inset
12773
12774
12775 \begin_inset Index idx
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779 ぼっくす@ボックス ! わくなし@枠なし
12780 \begin_inset space \thinspace{}
12781 \end_inset
12782
12783 ——
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \begin_layout Standard
12792 枠のないボックスを作るには,
12793 \series bold
12794
12795 \backslash
12796 mbox
12797 \series default
12798
12799 \begin_inset Index idx
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803 こまんど@コマンド ! M ! 
12804 \backslash
12805 mbox
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \series bold
12812
12813 \backslash
12814 makebox
12815 \series default
12816
12817 \begin_inset Index idx
12818 status collapsed
12819
12820 \begin_layout Plain Layout
12821 こまんど@コマンド ! M ! 
12822 \backslash
12823 makebox
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \series bold
12830
12831 \backslash
12832 raisebox
12833 \series default
12834
12835 \begin_inset Index idx
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839 こまんど@コマンド ! R ! 
12840 \backslash
12841 raisebox
12842 \end_layout
12843
12844 \end_inset
12845
12846 の三つのコマンドがあります.
12847 \end_layout
12848
12849 \begin_layout Standard
12850
12851 \series bold
12852
12853 \backslash
12854 raisebox
12855 \series default
12856 を使うと,ボックスを上付きにしたり下付きにしたりすることができます.しかし,通常の上付き文字・下付き文字とは違い,ボックス内の文字寸法はそのまま保たれます.
12857 \series bold
12858
12859 \backslash
12860 raisebox
12861 \series default
12862 は,以下の書式で用いられます.
12863 \end_layout
12864
12865 \begin_layout Standard
12866
12867 \series bold
12868
12869 \backslash
12870 raisebox{高さ}{ボックスの内容}
12871 \end_layout
12872
12873 \begin_layout Standard
12874
12875 \series bold
12876
12877 \backslash
12878 fbox
12879 \series default
12880 と同様,ボックスに数式を入れる際には,明示的に数式として入れる必要があります.
12881 \begin_inset Note Greyedout
12882 status open
12883
12884 \begin_layout Plain Layout
12885
12886 \series bold
12887 【註】
12888 \series default
12889 下の最後の
12890 \series bold
12891
12892 \backslash
12893 raisebox
12894 \series default
12895 のところで,
12896 \family sans
12897 Ctrl+M
12898 \family default
12899 を一回でなく二回押すことによって,もう一段数式をいれています.これは,\SpecialChar LyX
12900
12901 \series bold
12902
12903 \backslash
12904 raisebox
12905 \series default
12906 を直接サポートしていないためです.
12907 \end_layout
12908
12909 \end_inset
12910
12911
12912 \end_layout
12913
12914 \begin_layout Standard
12915 \align center
12916 \begin_inset Tabular
12917 <lyxtabular version="3" rows="4" columns="2">
12918 <features booktabs="true" tabularvalignment="middle">
12919 <column alignment="center" valignment="top" width="0pt">
12920 <column alignment="center" valignment="top">
12921 <row>
12922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 コマンド
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 出力
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 <row>
12942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 H
12947 \backslash
12948 raisebox{2mm
12949 \begin_inset Formula $\to$
12950 \end_inset
12951
12952
12953 \backslash
12954 {al
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958  lo
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12968 \end_inset
12969
12970
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 </row>
12976 <row>
12977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 H
12982 \backslash
12983 raisebox{-2mm
12984 \begin_inset Formula $\to$
12985 \end_inset
12986
12987
12988 \backslash
12989 {al
12990 \begin_inset Formula $\to$
12991 \end_inset
12992
12993 lo
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 A=
13017 \backslash
13018 raisebox{-2mm
13019 \begin_inset Formula $\to$
13020 \end_inset
13021
13022
13023 \backslash
13024 {
13025 \family sans
13026 Ctrl+M Ctrl+M
13027 \family default
13028  
13029 \backslash
13030 sqrt
13031 \begin_inset space \textvisiblespace{}
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 </lyxtabular>
13053
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \begin_layout Standard
13060 枠がないことを除けば,
13061 \series bold
13062
13063 \backslash
13064 mbox
13065 \series default
13066 コマンドは
13067 \series bold
13068
13069 \backslash
13070 fbox
13071 \series default
13072 と同じであり,
13073 \series bold
13074
13075 \backslash
13076 makebox
13077 \series default
13078
13079 \series bold
13080
13081 \backslash
13082 framebox
13083 \series default
13084 と同じです.
13085 \end_layout
13086
13087 \begin_layout Subsection
13088 色付きボックス
13089 \begin_inset CommandInset label
13090 LatexCommand label
13091 name "subsec:色付きボックス"
13092
13093 \end_inset
13094
13095
13096 \begin_inset Index idx
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100 ぼっくす@ボックス ! いろつき@色付き
13101 \begin_inset space \thinspace{}
13102 \end_inset
13103
13104 ——
13105 \end_layout
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \begin_layout Standard
13113 本節で説明されているコマンドをすべて使えるようにするためには,\SpecialChar LaTeX
13114 プリアンブルに
13115 \end_layout
13116
13117 \begin_layout Standard
13118
13119 \series bold
13120
13121 \backslash
13122 usepackage{color}
13123 \end_layout
13124
13125 \begin_layout Standard
13126 という行
13127 \begin_inset Foot
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 定義済みの色を使って,文書中のどこかで文章に色を付けてある場合,\SpecialChar LyX
13132 は,自動的に\SpecialChar LaTeX
13133 パッケージ
13134 \series bold
13135 color
13136 \series default
13137 を読み込みます.したがって,本パッケージが二度読み込まれる可能性があるわけですが,そうなったとしても問題は生じません.
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \begin_inset Note Note
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147 本パッケージが二度読み込まれることを防ぐために,\SpecialChar LaTeX
13148 プリアンブルにマクロを挿入してあります.
13149 \end_layout
13150
13151 \end_inset
13152
13153 を書き加えて,\SpecialChar LaTeX
13154 パッケージの
13155 \series bold
13156 color
13157 \series default
13158
13159 \begin_inset Foot
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163 \SpecialChar LaTeX
13164 パッケージ
13165 \series bold
13166 color
13167 \series default
13168 は,すべての標準的な\SpecialChar LaTeX
13169 頒布版に含まれています.
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \begin_inset Index idx
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179 ぱっけーじ@パッケージ ! color
13180 \end_layout
13181
13182 \end_inset
13183
13184 を読み込む必要があります.
13185 \end_layout
13186
13187 \begin_layout Standard
13188 \begin_inset VSpace medskip
13189 \end_inset
13190
13191 ボックスに色を付けるには,
13192 \series bold
13193
13194 \backslash
13195 colorbox
13196 \series default
13197
13198 \begin_inset Index idx
13199 status collapsed
13200
13201 \begin_layout Plain Layout
13202 こまんど@コマンド ! C ! 
13203 \backslash
13204 colorbox
13205 \end_layout
13206
13207 \end_inset
13208
13209 コマンドを以下の書式で使用します.
13210 \end_layout
13211
13212 \begin_layout Standard
13213
13214 \series bold
13215
13216 \backslash
13217 colorbox{色}{ボックスの内容}
13218 \end_layout
13219
13220 \begin_layout Standard
13221 ボックスの内容には,別のボックスが含まれても構いませんし,
13222 \series bold
13223
13224 \backslash
13225 colorbox
13226 \series default
13227 自体も,別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
13228 \series bold
13229
13230 \backslash
13231 raisebox
13232 \series default
13233 と同様,明示的に数式を作らなくてはなりません
13234 \begin_inset Foot
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238 これは,
13239 \series bold
13240
13241 \backslash
13242 fcolorbox
13243 \series default
13244 コマンドにも当てはまります.
13245 \end_layout
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 選択できる定義済みの色としては,
13254 \end_layout
13255
13256 \begin_layout Standard
13257
13258 \series bold
13259 black
13260 \series default
13261 (黒)・
13262 \series bold
13263 blue
13264 \series default
13265 (青)・
13266 \series bold
13267 cyan
13268 \series default
13269 (シアン)・
13270 \series bold
13271 green
13272 \series default
13273 (緑)・
13274 \series bold
13275 magenta
13276 \series default
13277 (マゼンタ)・
13278 \series bold
13279 red
13280 \series default
13281 (赤)・
13282 \series bold
13283 white
13284 \series default
13285 (白)・
13286 \series bold
13287 yellow
13288 \series default
13289 (黄)
13290 \end_layout
13291
13292 \begin_layout Standard
13293 があります.
13294 \end_layout
13295
13296 \begin_layout Standard
13297 \align center
13298 \begin_inset Tabular
13299 <lyxtabular version="3" rows="4" columns="2">
13300 <features booktabs="true" tabularvalignment="middle">
13301 <column alignment="center" valignment="top" width="0pt">
13302 <column alignment="center" valignment="top">
13303 <row>
13304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 コマンド
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 出力
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 </row>
13323 <row>
13324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328
13329 \backslash
13330 colorbox{yellow
13331 \begin_inset Formula $\to$
13332 \end_inset
13333
13334
13335 \backslash
13336 {A=B
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 \begin_inset Formula $\colorbox{yellow}{A=B}$
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row topspace="1.5mm">
13355 <cell alignment="center" valignment="top" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359
13360 \backslash
13361 colorbox{green
13362 \begin_inset Formula $\to$
13363 \end_inset
13364
13365
13366 \backslash
13367 {
13368 \backslash
13369 fbox
13370 \begin_inset space \textvisiblespace{}
13371 \end_inset
13372
13373 A=B
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row topspace="1.5mm" bottomspace="1mm">
13392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396
13397 \backslash
13398 fbox
13399 \begin_inset space \textvisiblespace{}
13400 \end_inset
13401
13402
13403 \backslash
13404 colorbox{green
13405 \begin_inset Formula $\to$
13406 \end_inset
13407
13408
13409 \backslash
13410 {
13411 \family sans
13412 Ctrl+M
13413 \family default
13414  
13415 \family sans
13416 Ctrl+M
13417 \family default
13418  
13419 \backslash
13420 int
13421 \begin_inset space \textvisiblespace{}
13422 \end_inset
13423
13424 C=D
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 </lyxtabular>
13443
13444 \end_inset
13445
13446
13447 \end_layout
13448
13449 \begin_layout Standard
13450
13451 \series bold
13452
13453 \backslash
13454 colorbox
13455 \series default
13456 は,ボックスに色をつけるだけで,ボックス内の文字には色付けをしません.すべての文字に色付けするには,数式全体を選択し,
13457 \family sans
13458 文字様式
13459 \family default
13460 ダイアログで欲しい色を選択します.このダイアログは,ツールバーボタン
13461 \begin_inset Info
13462 type  "icon"
13463 arg   "dialog-show character"
13464 \end_inset
13465
13466
13467 \family sans
13468 編集\SpecialChar menuseparator
13469 文字様式\SpecialChar menuseparator
13470 任意設定
13471 \family default
13472 メニューで開くことができます.すると,数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,数式内部で色を変えなくてはなりません
13473
13474 \end_layout
13475
13476 \begin_layout Standard
13477 たとえば,
13478 \end_layout
13479
13480 \begin_layout Standard
13481
13482 \color red
13483 \begin_inset Formula 
13484 \begin{equation}
13485 \int A=B\label{eq:red}
13486 \end{equation}
13487
13488 \end_inset
13489
13490
13491 \color green
13492
13493 \begin_inset Formula 
13494 \begin{equation}
13495 \textcolor{red}{\int A=B}\label{eq:redgreen}
13496 \end{equation}
13497
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \begin_layout Standard
13504 数式
13505 \begin_inset CommandInset ref
13506 LatexCommand eqref
13507 reference "eq:red"
13508
13509 \end_inset
13510
13511 は,全体が赤色です.
13512 \begin_inset Newline newline
13513 \end_inset
13514
13515 数式
13516 \begin_inset CommandInset ref
13517 LatexCommand eqref
13518 reference "eq:redgreen"
13519
13520 \end_inset
13521
13522 は,数式番号を緑色にするために,まず全体を緑色にします.その後,数式内の文字を赤色にします.
13523 \end_layout
13524
13525 \begin_layout Standard
13526 \begin_inset VSpace bigskip
13527 \end_inset
13528
13529 ボックスの枠だけ別の色にするには,
13530 \series bold
13531
13532 \backslash
13533 fcolorbox
13534 \series default
13535
13536 \begin_inset Index idx
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540 こまんど@コマンド ! F ! 
13541 \backslash
13542 fcolorbox
13543 \end_layout
13544
13545 \end_inset
13546
13547 コマンドを以下の書式で使用します.
13548 \end_layout
13549
13550 \begin_layout Standard
13551
13552 \series bold
13553
13554 \backslash
13555 fcolorbox{枠の色}{色}{ボックスの内容}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 つまり,
13560 \series bold
13561
13562 \backslash
13563 fcolorbox
13564 \series default
13565
13566 \series bold
13567
13568 \backslash
13569 colorbox
13570 \series default
13571 コマンドの拡張です.
13572 \series bold
13573
13574 \backslash
13575 framebox
13576 \series default
13577 と同様に,枠の厚みは
13578 \series bold
13579
13580 \backslash
13581 fboxrule
13582 \series default
13583
13584 \series bold
13585
13586 \backslash
13587 fboxsep
13588 \series default
13589 で設定します.たとえば,
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595
13596 \backslash
13597 fboxrule 1mm 
13598 \backslash
13599 fboxsep 1mm
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \begin_inset Formula 
13606 \[
13607 \fcolorbox{cyan}{magenta}{A=B}
13608 \]
13609
13610 \end_inset
13611
13612
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618
13619 \backslash
13620 fboxrule 0.4pt 
13621 \backslash
13622 fboxsep 3pt
13623 \end_layout
13624
13625 \end_inset
13626
13627 のようにします.
13628 \end_layout
13629
13630 \begin_layout Standard
13631 上記の数式は,以下のコマンドで作成されています.
13632 \begin_inset Newline newline
13633 \end_inset
13634
13635
13636 \series bold
13637
13638 \backslash
13639 fcolorbox{cyan
13640 \begin_inset Formula $\to$
13641 \end_inset
13642
13643
13644 \backslash
13645 {magenta
13646 \begin_inset Formula $\to$
13647 \end_inset
13648
13649
13650 \backslash
13651 {A=B
13652 \series default
13653 .
13654 \end_layout
13655
13656 \begin_layout Standard
13657 \begin_inset VSpace bigskip
13658 \end_inset
13659
13660 定義済みの色以外の色を使いたい場合には,まずその色を定義しなくてはなりません.
13661 \end_layout
13662
13663 \begin_layout Standard
13664 たとえば,「
13665 \series bold
13666 darkgreen
13667 \series default
13668 」という色を定義するには,\SpecialChar LaTeX
13669 プリアンブルに
13670 \end_layout
13671
13672 \begin_layout Standard
13673
13674 \series bold
13675
13676 \backslash
13677 definecolor{darkgreen}{cmyk}{0.5,
13678 \series default
13679  
13680 \series bold
13681 0,
13682 \series default
13683  
13684 \series bold
13685 1,
13686 \series default
13687  
13688 \series bold
13689 0.5}
13690 \series default
13691
13692 \begin_inset Index idx
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696 こまんど@コマンド ! D ! 
13697 \backslash
13698 definecolor
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \begin_layout Standard
13707 という行を書き加えます.
13708 \end_layout
13709
13710 \begin_layout Standard
13711
13712 \series bold
13713 cmyk
13714 \series default
13715 とは,
13716 \series bold
13717 cyan
13718 \series default
13719 (シアン)・
13720 \series bold
13721 magenta
13722 \series default
13723 (マゼンタ)・
13724 \series bold
13725 yellow
13726 \series default
13727 (黄)・
13728 \series bold
13729 black
13730 \series default
13731 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,この色空間における各色の出力強度です.強度は,0
13732 \begin_inset space \thinspace{}
13733 \end_inset
13734
13735 -
13736 \begin_inset space \thinspace{}
13737 \end_inset
13738
13739 1の範囲をとることができます.定義には,
13740 \series bold
13741 cmyk
13742 \series default
13743 の他に,
13744 \series bold
13745 rgb
13746 \series default
13747 という色空間を使うこともできます.
13748 \series bold
13749 rgb
13750 \series default
13751 とは,
13752 \series bold
13753 red
13754 \series default
13755 (赤)・
13756 \series bold
13757 green
13758 \series default
13759 (緑)・
13760 \series bold
13761 blue
13762 \series default
13763 (青)の各色を意味し,この場合には,各色に対応した三つの出力強度を指定します.さらに,灰色の出力強度のみをとる
13764 \series bold
13765 gray
13766 \series default
13767 という色空間もあります.
13768 \end_layout
13769
13770 \begin_layout Standard
13771 例として,文字が
13772 \series bold
13773 yellow
13774 \series default
13775 に色付けされ,新しく定義した
13776 \series bold
13777 darkgreen
13778 \series default
13779 という色を持つ枠付きボックスを挙げておきます.
13780 \begin_inset Formula 
13781 \begin{equation}
13782 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13783 \end{equation}
13784
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \series bold
13793
13794 \backslash
13795 textcolor
13796 \series default
13797 コマンドを使うと,以下のように,自前で定義した色をテキスト中でも使用することができます.
13798 \begin_inset Index idx
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802 てきすと@テキスト ! いろつき@色付き
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Standard
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816
13817 \backslash
13818 textcolor{darkgreen}{
13819 \end_layout
13820
13821 \end_inset
13822
13823 この文は「darkgreen」です.
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829 }
13830 \end_layout
13831
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \begin_layout Standard
13838
13839 \series bold
13840
13841 \backslash
13842 textcolor
13843 \series default
13844
13845 \begin_inset Index idx
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849 こまんど@コマンド ! T ! 
13850 \backslash
13851 textcolor
13852 \end_layout
13853
13854 \end_inset
13855
13856 は,
13857 \series bold
13858
13859 \backslash
13860 textcolor{色}{色付けをする文}
13861 \series default
13862 という書式で使用することができます.
13863 \end_layout
13864
13865 \begin_layout Subsection
13866 段落ボックス
13867 \begin_inset CommandInset label
13868 LatexCommand label
13869 name "subsec:段落ボックス"
13870
13871 \end_inset
13872
13873
13874 \begin_inset Index idx
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878 ぼっくす@ボックス ! だんらく@段落
13879 \begin_inset space \thinspace{}
13880 \end_inset
13881
13882 ——
13883 \end_layout
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891 いくつかの行や段落を含む,いわゆる段落ボックス(parbox)は,
13892 \family sans
13893 挿入\SpecialChar menuseparator
13894 ボックス
13895 \family default
13896 メニューかツールバーボタン
13897 \begin_inset Info
13898 type  "icon"
13899 arg   "box-insert"
13900 \end_inset
13901
13902 で作成することができます.
13903 \end_layout
13904
13905 \begin_layout Standard
13906 以下の例は,行中の枠付きparboxを示したものです.
13907 \end_layout
13908
13909 \begin_layout Standard
13910 \begin_inset VSpace medskip
13911 \end_inset
13912
13913 この行は,
13914 \begin_inset Box Boxed
13915 position "c"
13916 hor_pos "c"
13917 has_inner_box 1
13918 inner_pos "t"
13919 use_parbox 1
13920 use_makebox 0
13921 width "5cm"
13922 special "none"
13923 height "1in"
13924 height_special "totalheight"
13925 thickness "0.4pt"
13926 separation "3pt"
13927 shadowsize "4pt"
13928 framecolor "black"
13929 backgroundcolor "none"
13930 status open
13931
13932 \begin_layout Plain Layout
13933 これは段落ボックスです.これはちょうど5
13934 \begin_inset space \thinspace{}
13935 \end_inset
13936
13937 cmの幅になっており,以下のように数式を含めることもできます.
13938 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \end_inset
13945
13946 parboxの入った行です.
13947 \end_layout
13948
13949 \begin_layout Standard
13950 \begin_inset VSpace medskip
13951 \end_inset
13952
13953
13954 \end_layout
13955
13956 \begin_layout Standard
13957 このようなボックスは,灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,ボックスの特性を表示したダイアログが現れます.上の例では,
13958 \emph on
13959 装飾
13960 \emph default
13961 :簡素な長方形の箱型,
13962 \emph on
13963 内部ボックス
13964 \emph default
13965 :parboxコマンド,
13966 \emph on
13967
13968 \emph default
13969 :5
13970 \begin_inset space \thinspace{}
13971 \end_inset
13972
13973 cm,
13974 \emph on
13975 垂直ボックス配置
13976 \emph default
13977 :中央,に設定されています.
13978 \end_layout
13979
13980 \begin_layout Standard
13981 \begin_inset VSpace medskip
13982 \end_inset
13983
13984 \SpecialChar LaTeX
13985 では,parboxは,以下の書式を持つ
13986 \series bold
13987
13988 \backslash
13989 parbox
13990 \series default
13991
13992 \begin_inset Index idx
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 こまんど@コマンド ! P ! 
13997 \backslash
13998 parbox
13999 \end_layout
14000
14001 \end_inset
14002
14003 コマンドによって作られます.
14004 \end_layout
14005
14006 \begin_layout Standard
14007
14008 \series bold
14009
14010 \backslash
14011 parbox[位置]{幅}{ボックスの内容}
14012 \end_layout
14013
14014 \begin_layout Standard
14015 「位置」は,
14016 \emph on
14017 b
14018 \emph default
14019
14020 \emph on
14021 t
14022 \emph default
14023 の値をとることができます.下揃えを意味する
14024 \emph on
14025 b
14026 \emph default
14027 (bottom)は,ボックスを,周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
14028 \emph on
14029 t
14030 \emph default
14031 (top)は,これを最初の行に合わせます.位置を指定しない時には,ボックスは事実上中央揃えになります.用例については,取扱説明書埋込オブジェクト篇の
14032 \emph on
14033 ボックス
14034 \emph default
14035 の節をご参照下さい.
14036 \end_layout
14037
14038 \begin_layout Standard
14039 \begin_inset VSpace bigskip
14040 \end_inset
14041
14042 数式番号を含めて,数式を完全に枠で囲むためには,数式をparbox内に収めなくてはなりません.こうするには,数式前に\SpecialChar TeX
14043 モードで
14044 \series bold
14045 parbox{
14046 \backslash
14047 linewidth-2
14048 \backslash
14049 fboxsep-2
14050 \backslash
14051 fboxrule}{
14052 \series default
14053 というコマンドを挿入します.ここで
14054 \series bold
14055
14056 \backslash
14057 linewidth
14058 \begin_inset Index idx
14059 status collapsed
14060
14061 \begin_layout Plain Layout
14062 こまんど@コマンド ! L ! 
14063 \backslash
14064 linewidth
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \series default
14071 は,使用中の文書に設定されている行幅です.枠は,parboxの外側にあるので,枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行
14072 うためには,\SpecialChar LaTeX
14073 パッケージの
14074 \series bold
14075 calc
14076 \series default
14077
14078 \begin_inset Foot
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082
14083 \series bold
14084 calc
14085 \series default
14086 は,標準的\SpecialChar LaTeX
14087 頒布版のすべてに含まれています.
14088 \end_layout
14089
14090 \end_inset
14091
14092
14093 \begin_inset Index idx
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097 ぱっけーじ@パッケージ ! calc
14098 \end_layout
14099
14100 \end_inset
14101
14102 を,\SpecialChar LaTeX
14103 プリアンブル中で
14104 \end_layout
14105
14106 \begin_layout Standard
14107
14108 \series bold
14109
14110 \backslash
14111 usepackage{calc}
14112 \end_layout
14113
14114 \begin_layout Standard
14115 のように読み込んでおく必要があります.数式の後では,\SpecialChar TeX
14116 モードで
14117 \series bold
14118 }}
14119 \series default
14120 を入力して,二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 fboxsep 5mm 
14129 \backslash
14130 fboxrule 5mm
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \begin_layout Standard
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 fbox{
14147 \backslash
14148 parbox{
14149 \backslash
14150 linewidth-2
14151 \backslash
14152 fboxsep-2
14153 \backslash
14154 fboxrule}{
14155 \end_layout
14156
14157 \end_inset
14158
14159
14160 \begin_inset Formula 
14161 \begin{equation}
14162 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14163 \end{equation}
14164
14165 \end_inset
14166
14167
14168 \begin_inset ERT
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172
14173 }}
14174 \end_layout
14175
14176 \end_inset
14177
14178
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184
14185 \backslash
14186 fboxrule 0.4pt 
14187 \backslash
14188 fboxsep 3pt
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset VSpace medskip
14198 \end_inset
14199
14200
14201 \series bold
14202
14203 \backslash
14204 fbox
14205 \series default
14206 の引数としてparboxが使われているので,この場合には,
14207 \series bold
14208
14209 \backslash
14210 fbox
14211 \series default
14212 を使おうが
14213 \series bold
14214
14215 \backslash
14216 boxed
14217 \series default
14218 を使おうが,差は生じません.
14219 \end_layout
14220
14221 \begin_layout Standard
14222 \begin_inset VSpace bigskip
14223 \end_inset
14224
14225 段落ボックスは,数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
14226 \series bold
14227
14228 \backslash
14229 parbox
14230 \series default
14231
14232 \series bold
14233
14234 \backslash
14235 tag
14236 \series default
14237 コマンドといっしょに使います(
14238 \series bold
14239
14240 \backslash
14241 tag
14242 \series default
14243 についての詳細は,第
14244 \begin_inset CommandInset ref
14245 LatexCommand ref
14246 reference "subsec:自己定義番号"
14247
14248 \end_inset
14249
14250 節をご参照下さい)
14251 \end_layout
14252
14253 \begin_layout Standard
14254 以下は,
14255 \series bold
14256
14257 \backslash
14258 parbox
14259 \series default
14260 を使ってコメントを付けた数式の例です.
14261 \end_layout
14262
14263 \begin_layout Standard
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269
14270 \backslash
14271 [5x-7b=3b
14272 \backslash
14273 tag*{
14274 \backslash
14275 parbox{5cm}{
14276 \end_layout
14277
14278 \end_inset
14279
14280 これは説明です.数式や多行数式本体からはっきりと離れています.
14281 \begin_inset ERT
14282 status collapsed
14283
14284 \begin_layout Plain Layout
14285
14286 }}
14287 \backslash
14288 ]
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \SpecialChar LyX
14298 は,まだ数式中での
14299 \series bold
14300
14301 \backslash
14302 parbox
14303 \series default
14304 コマンドをサポートしていないので,上のような数式は,完全に\SpecialChar TeX
14305 モードで挿入しなくてはなりません.この数式は,以下のようなコマンド列を使って作ってあります.
14306 \end_layout
14307
14308 \begin_layout Standard
14309 まず,
14310 \series bold
14311
14312 \backslash
14313 [5x-7b=3b
14314 \backslash
14315 tag*
14316 \backslash
14317 {
14318 \backslash
14319 parbox{5cm}{
14320 \series default
14321 というコマンドを\SpecialChar TeX
14322 モードで挿入します
14323 \begin_inset Foot
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328 \series bold
14329 行頭下げ
14330 \series default
14331 数式様式を使用している時には,
14332 \series bold
14333
14334 \backslash
14335 tag*
14336 \backslash
14337 {
14338 \series default
14339 の代わりに
14340 \series bold
14341
14342 \backslash
14343 hfill
14344 \series default
14345 を用いることもできます(数式様式に関しては,第
14346 \begin_inset CommandInset ref
14347 LatexCommand ref
14348 reference "sec:数式様式"
14349
14350 \end_inset
14351
14352 節をご参照下さい).
14353 \end_layout
14354
14355 \end_inset
14356
14357 .それから,説明を通常のテキストとして入れ,最後に
14358 \series bold
14359 }}
14360 \backslash
14361 ]
14362 \series default
14363 を\SpecialChar TeX
14364 モードで挿入します.ここで
14365 \series bold
14366
14367 \backslash
14368 [
14369 \series default
14370 および
14371 \series bold
14372
14373 \backslash
14374 ]
14375 \series default
14376 コマンドは別行立て数式を作るためのものです.
14377 \end_layout
14378
14379 \begin_layout Standard
14380
14381 \series bold
14382
14383 \backslash
14384 parbox
14385 \series default
14386 を使う利点は,数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,よくわかるでしょう.
14387 \begin_inset Formula 
14388 \[
14389 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14390 \]
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Section
14398 演算子
14399 \begin_inset Index idx
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 えんざんし@演算子
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Subsection
14412 大演算子
14413 \begin_inset CommandInset label
14414 LatexCommand label
14415 name "subsec:大演算子"
14416
14417 \end_inset
14418
14419
14420 \begin_inset Index idx
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 えんざんし@演算子 ! だい@大
14425 \begin_inset space \thinspace{}
14426 \end_inset
14427
14428 ——
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \begin_inset Index idx
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438 わ@和
14439 \end_layout
14440
14441 \end_inset
14442
14443
14444 \begin_inset Index idx
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448 せきぶんきごう@積分記号
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Standard
14457 ここに挙げた積分演算子をすべて使えるようにするには,文書設定の
14458 \family sans
14459 数式オプション
14460 \family default
14461 の面にある
14462 \family sans
14463 esintパッケージを自動的に使う
14464 \family default
14465 オプションを有効にしなくてはなりません.
14466 \end_layout
14467
14468 \begin_layout Standard
14469 \begin_inset space \hfill{}
14470 \end_inset
14471
14472
14473 \begin_inset Tabular
14474 <lyxtabular version="3" rows="11" columns="2">
14475 <features booktabs="true" tabularvalignment="middle">
14476 <column alignment="center" valignment="top" width="0pt">
14477 <column alignment="center" valignment="top" width="0pt">
14478 <row>
14479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 コマンド
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 出力
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 </row>
14498 <row>
14499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \backslash
14505 int
14506 \begin_inset Index idx
14507 status collapsed
14508
14509 \begin_layout Plain Layout
14510 こまんど@コマンド ! I ! 
14511 \backslash
14512 int
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 \begin_inset Formula $\int$
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \backslash
14542 oint
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 \begin_inset Formula $\oint$
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \backslash
14567 ointctrclockwise
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 \begin_inset Formula $\ointctrclockwise$
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590
14591 \backslash
14592 ointclockwise
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 \begin_inset Formula $\ointclockwise$
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 </row>
14610 <row>
14611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615
14616 \backslash
14617 sqint
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 \begin_inset Formula $\sqint$
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 </row>
14635 <row>
14636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640
14641 \backslash
14642 fint
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651  
14652 \begin_inset Formula $\fint$
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 </row>
14661 <row>
14662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666
14667 \backslash
14668 landupint
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677  
14678 \begin_inset Formula $\landupint$
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 </row>
14687 <row>
14688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692
14693 \backslash
14694 landdownint
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703  
14704 \begin_inset Formula $\landdownint$
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 </row>
14713 <row>
14714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \backslash
14720 bigcap
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 \begin_inset Formula $\bigcap$
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 <row>
14739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743
14744 \backslash
14745 bigcup
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 \begin_inset Formula $\bigcup$
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 </row>
14763 </lyxtabular>
14764
14765 \end_inset
14766
14767
14768 \begin_inset space \hfill{}
14769 \end_inset
14770
14771
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="11" columns="2">
14774 <features booktabs="true" tabularvalignment="middle">
14775 <column alignment="center" valignment="top" width="0pt">
14776 <column alignment="center" valignment="top" width="0pt">
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 コマンド
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 出力
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 </row>
14797 <row>
14798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802
14803 \backslash
14804 sum
14805 \begin_inset Index idx
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809 こまんど@コマンド ! S ! 
14810 \backslash
14811 sum
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 \begin_inset Formula $\sum$
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 </row>
14834 <row>
14835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839
14840 \backslash
14841 prod
14842 \begin_inset Index idx
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 こまんど@コマンド ! P ! 
14847 \backslash
14848 prod
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 \begin_inset Formula $\prod$
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 </row>
14871 <row>
14872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876
14877 \backslash
14878 coprod
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 \begin_inset Formula $\coprod$
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 </row>
14896 <row>
14897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901
14902 \backslash
14903 bigodot
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 \begin_inset Formula $\bigodot$
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \backslash
14928 bigotimes
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 \begin_inset Formula $\bigotimes$
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \backslash
14953 bigoplus
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 \begin_inset Formula $\bigoplus$
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 <row>
14972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \backslash
14978 bigwedge
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 \begin_inset Formula $\bigwedge$
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 bigvee
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\bigvee$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 bigsqcup
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\bigsqcup$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \backslash
15053 biguplus
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Formula $\biguplus$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 </lyxtabular>
15072
15073 \end_inset
15074
15075
15076 \begin_inset space \hfill{}
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 すべての大演算子は,数式ツールバーボタンの
15084 \begin_inset Info
15085 type  "icon"
15086 arg   "math-insert \\intop"
15087 \end_inset
15088
15089 でも挿入することができます.
15090 \end_layout
15091
15092 \begin_layout Standard
15093 これらの演算子は,よく見ないと同じように見える二項演算子よりも大きいので,大演算子と呼ばれます.大演算子はすべて,次小節で説明する「範囲」をとることができます.
15094 \end_layout
15095
15096 \begin_layout Standard
15097 積分演算子はすべて,
15098 \series bold
15099
15100 \backslash
15101 intop
15102 \series default
15103
15104 \series bold
15105
15106 \backslash
15107 ointop
15108 \series default
15109 のように,
15110 \series bold
15111 op
15112 \series default
15113 で終わる別バージョンがあります.これらの演算子は,
15114 \series bold
15115
15116 \backslash
15117 int
15118 \series default
15119 とは範囲の表示のしかたが異なります.第
15120 \begin_inset CommandInset ref
15121 LatexCommand ref
15122 reference "subsec:演算子の範囲"
15123
15124 \end_inset
15125
15126 節をご参照下さい.
15127 \end_layout
15128
15129 \begin_layout Subsubsection*
15130 積分の子細
15131 \end_layout
15132
15133 \begin_layout Standard
15134 積分中で用いられる文字
15135 \emph on
15136 d
15137 \emph default
15138 は演算子なので,アップライト体で組まれなくてはなりません.これを行うには
15139 \emph on
15140 d
15141 \emph default
15142 を選択して,
15143 \begin_inset Flex Ruby
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 捷径
15148 \begin_inset Argument post:1
15149 status collapsed
15150
15151 \begin_layout Plain Layout
15152 ショートカット
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \begin_inset Info
15164 type  "shortcut"
15165 arg   "font-roman"
15166 \end_inset
15167
15168 を用います
15169 \begin_inset Foot
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 文字様式については,第
15174 \begin_inset CommandInset ref
15175 LatexCommand ref
15176 reference "subsec:書体様式"
15177
15178 \end_inset
15179
15180 節参照.
15181 \end_layout
15182
15183 \end_inset
15184
15185 .最後に,演算子の慣例に倣って,
15186 \emph on
15187 d
15188 \emph default
15189 の前に最小空白を挿入しなくてはなりません.たとえば,
15190 \end_layout
15191
15192 \begin_layout Standard
15193 正しくない例:
15194 \begin_inset Formula $\int A(x)dx$
15195 \end_inset
15196
15197
15198 \begin_inset Newline newline
15199 \end_inset
15200
15201 正しい
15202 \begin_inset Phantom HPhantom
15203 status open
15204
15205 \begin_layout Plain Layout
15206 ない
15207 \end_layout
15208
15209 \end_inset
15210
15211 例:
15212 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \begin_layout Standard
15219 多重積分に関しては,以下のコマンドがあります.
15220 \begin_inset VSpace medskip
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Standard
15227 \begin_inset space \hfill{}
15228 \end_inset
15229
15230
15231 \begin_inset Tabular
15232 <lyxtabular version="3" rows="4" columns="2">
15233 <features booktabs="true" tabularvalignment="middle">
15234 <column alignment="center" valignment="top" width="0pt">
15235 <column alignment="center" valignment="top" width="0pt">
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 コマンド
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 出力
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row bottomspace="1mm">
15257 <cell alignment="center" valignment="top" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 iint
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\iint$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row bottomspace="1mm">
15282 <cell alignment="center" valignment="top" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 oiint
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 \begin_inset Formula $\oiint$
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row bottomspace="1mm">
15307 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \backslash
15313 sqiint
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\sqiint$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 </lyxtabular>
15332
15333 \end_inset
15334
15335
15336 \begin_inset space \hfill{}
15337 \end_inset
15338
15339
15340 \begin_inset Tabular
15341 <lyxtabular version="3" rows="4" columns="2">
15342 <features booktabs="true" tabularvalignment="middle">
15343 <column alignment="center" valignment="top" width="0pt">
15344 <column alignment="center" valignment="top" width="0pt">
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 コマンド
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 出力
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row bottomspace="1mm">
15366 <cell alignment="center" valignment="top" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 iiint
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\iiint$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row bottomspace="1mm">
15391 <cell alignment="center" valignment="top" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 iiiint
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\iiiint$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row bottomspace="1mm">
15416 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \backslash
15422 dotsint
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 \begin_inset Formula $\dotsint$
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 </lyxtabular>
15441
15442 \end_inset
15443
15444
15445 \begin_inset space \hfill{}
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Subsection
15452 演算子の範囲
15453 \begin_inset CommandInset label
15454 LatexCommand label
15455 name "subsec:演算子の範囲"
15456
15457 \end_inset
15458
15459
15460 \begin_inset Index idx
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464 えんざんし@演算子 ! はんい@範囲
15465 \end_layout
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 範囲は,上付き文字と下付き文字とで作成することができます.
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \align center
15478 \begin_inset Tabular
15479 <lyxtabular version="3" rows="2" columns="2">
15480 <features booktabs="true" tabularvalignment="middle">
15481 <column alignment="center" valignment="top" width="0pt">
15482 <column alignment="center" valignment="top" width="0pt">
15483 <row>
15484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 コマンド
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 出力
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \backslash
15510 prod^
15511 \backslash
15512 infty
15513 \begin_inset space \textvisiblespace{}
15514 \end_inset
15515
15516
15517 \begin_inset Formula $\to$
15518 \end_inset
15519
15520 _0
15521 \begin_inset Formula $\to$
15522 \end_inset
15523
15524 A(x)
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 </lyxtabular>
15543
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 行内数式では,範囲は演算子の右横に表示されます.別行立て数式での範囲は,積分範囲を除き,演算子の上と下に表示されます.
15551 \end_layout
15552
15553 \begin_layout Standard
15554 範囲が演算子の横に表示されるように強制するには,カーソルを当該演算子の直後において,
15555 \family sans
15556 編集\SpecialChar menuseparator
15557 数式\SpecialChar menuseparator
15558 範囲の表記を変更
15559 \family default
15560 メニューで
15561 \family sans
15562 \series bold
15563 行内形式
15564 \family default
15565 \series default
15566 (
15567 \begin_inset Flex Ruby
15568 status collapsed
15569
15570 \begin_layout Plain Layout
15571 捷径
15572 \begin_inset Argument post:1
15573 status collapsed
15574
15575 \begin_layout Plain Layout
15576 ショートカット
15577 \end_layout
15578
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \begin_inset Info
15588 type  "shortcut"
15589 arg   "math-limits"
15590 \end_inset
15591
15592 )を選択することで範囲形式を変更することができます.以下はその用例です.
15593 \end_layout
15594
15595 \begin_layout Standard
15596 既定の範囲形式は,以下のようになっています.
15597 \begin_inset Formula 
15598 \[
15599 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15600 \]
15601
15602 \end_inset
15603
15604 以下は,範囲形式を
15605 \family sans
15606 \series bold
15607 行内形式
15608 \family default
15609 \series default
15610 に変更したときの表示です.
15611 \begin_inset Formula 
15612 \[
15613 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15614 \]
15615
15616 \end_inset
15617
15618
15619 \series bold
15620
15621 \backslash
15622 intop
15623 \series default
15624
15625 \series bold
15626
15627 \backslash
15628 ointop
15629 \series default
15630 などのように
15631 \series bold
15632 op
15633 \series default
15634 で終わるもの以外の積分記号では,範囲は,既定で演算子の横に設定されます.しかし,多重積分においては,範囲を演算子の下に置くべきときがあります.このことから,以下
15635 の例では,範囲形式を
15636 \series bold
15637 別行立て形式
15638 \series default
15639 にして積分記号の下に置くようにしています.
15640 \begin_inset Formula 
15641 \begin{equation}
15642 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15643 \end{equation}
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset VSpace medskip
15652 \end_inset
15653
15654 範囲に条件を指定したい場合には,
15655 \series bold
15656
15657 \backslash
15658 subarray
15659 \series default
15660
15661 \begin_inset Index idx
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665 こまんど@コマンド ! S ! 
15666 \backslash
15667 subarray
15668 \end_layout
15669
15670 \end_inset
15671
15672 コマンドや
15673 \series bold
15674
15675 \backslash
15676 substack
15677 \series default
15678
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 こまんど@コマンド ! S ! 
15684 \backslash
15685 substack
15686 \end_layout
15687
15688 \end_inset
15689
15690 コマンドを使用します.たとえば,以下の表記 
15691 \begin_inset Formula 
15692 \begin{equation}
15693 \sum_{\begin{subarray}{c}
15694 0<k<1000\\
15695 \\
15696 k\,\in\,\mathbb{N}
15697 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15698 \end{equation}
15699
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \begin_layout Standard
15706 を作成するには,以下のようにしなくてはなりません.
15707 \begin_inset Newline newline
15708 \end_inset
15709
15710 まず,
15711 \series bold
15712
15713 \backslash
15714 sum
15715 \series default
15716 ^
15717 \series bold
15718 n
15719 \begin_inset space \textvisiblespace{}
15720 \end_inset
15721
15722 _
15723 \series default
15724 というコマンドを入力します.すると,和演算子の下の青枠に移動するので,ここに
15725 \series bold
15726
15727 \backslash
15728 subarray
15729 \begin_inset space \textvisiblespace{}
15730 \end_inset
15731
15732
15733 \series default
15734 コマンドを挿入します.すると,青枠が紫枠の中に入って,ここに複数の行を書き込むことができるようになります.新しい行は,改行(
15735 \begin_inset Info
15736 type  "shortcut"
15737 arg   "newline-insert newline"
15738 \end_inset
15739
15740 )を挿入することで作ることができます.ここに
15741 \begin_inset Newline newline
15742 \end_inset
15743
15744
15745 \series bold
15746 0
15747 \begin_inset Formula $\boldsymbol{<}$
15748 \end_inset
15749
15750 k
15751 \begin_inset Formula $\boldsymbol{<}$
15752 \end_inset
15753
15754 1000 Ctrl+Return
15755 \begin_inset Newline newline
15756 \end_inset
15757
15758
15759 \series default
15760 と入力すると,新規行のための新しい枠が現れます.
15761 \end_layout
15762
15763 \begin_layout Standard
15764 各行の揃え方は,
15765 \family sans
15766 表ツールバー
15767 \family default
15768
15769 \family sans
15770 編集\SpecialChar menuseparator
15771 行と列
15772 \family default
15773 メニューで変更することができますが,右揃えにするには,行頭に
15774 \series bold
15775
15776 \backslash
15777 hfill
15778 \begin_inset space \textvisiblespace{}
15779 \end_inset
15780
15781
15782 \series default
15783 を挿入しなくてはなりません.
15784 \end_layout
15785
15786 \begin_layout Standard
15787
15788 \series bold
15789
15790 \backslash
15791 substack
15792 \series default
15793 コマンドは,各行がつねに中央揃えになることを除いては,
15794 \series bold
15795
15796 \backslash
15797 subarray
15798 \series default
15799 と同じです.
15800 \end_layout
15801
15802 \begin_layout Standard
15803 \begin_inset VSpace bigskip
15804 \end_inset
15805
15806 演算子の後に来る文字は,範囲の横に来るので,
15807 \begin_inset CommandInset ref
15808 LatexCommand eqref
15809 reference "eq:substack"
15810
15811 \end_inset
15812
15813 式のように,演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,コマンド
15814 \series bold
15815
15816 \backslash
15817 smashoperator
15818 \series default
15819
15820 \begin_inset Index idx
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 こまんど@コマンド ! S ! 
15825 \backslash
15826 smashoperator
15827 \end_layout
15828
15829 \end_inset
15830
15831 を使うことができます.これを有効化するには,文書設定の
15832 \family sans
15833 数式オプション
15834 \family default
15835 で,
15836 \series bold
15837 mathtools
15838 \series default
15839 パッケージ
15840 \begin_inset Index idx
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844 ぱっけーじ@パッケージ ! mathtools
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \family sans
15851 常に読み込み
15852 \family default
15853 オプションを指定してください.
15854 \series bold
15855
15856 \backslash
15857 smashoperator
15858 \series default
15859 は,内容物の幅を0
15860 \lang english
15861
15862 \begin_inset space \thinspace{}
15863 \end_inset
15864
15865
15866 \lang japanese
15867 ptに設定します.
15868 \lang english
15869
15870 \begin_inset Newline newline
15871 \end_inset
15872
15873
15874 \lang japanese
15875 これを
15876 \begin_inset CommandInset ref
15877 LatexCommand eqref
15878 reference "eq:substack"
15879
15880 \end_inset
15881
15882 式に応用してみると,コマンド
15883 \end_layout
15884
15885 \begin_layout Standard
15886
15887 \series bold
15888
15889 \backslash
15890 smashoperator{
15891 \end_layout
15892
15893 \begin_layout Standard
15894 の波括弧の中に,範囲付きの演算子を挿入することになります.波括弧を閉じた後に,数式を続けます.例:
15895 \begin_inset Formula 
15896 \[
15897 \sum_{\mathclap{\substack{0<k<1000\\
15898 \\
15899 k\,\in\,\mathbb{N}
15900 }
15901 }}^{n}k^{-2}
15902 \]
15903
15904 \end_inset
15905
15906 演算子の片側だけ,空白を0
15907 \lang english
15908
15909 \begin_inset space \thinspace{}
15910 \end_inset
15911
15912
15913 \lang japanese
15914 ptにすることも可能です.そのためには,
15915 \series bold
15916
15917 \backslash
15918 smashoperator
15919 \series default
15920 と付属する波括弧の間に,
15921 \series bold
15922 [l]
15923 \series default
15924 または
15925 \series bold
15926 [r]
15927 \series default
15928 と書き込みます.下記は,
15929 \series bold
15930
15931 \backslash
15932 smashoperator
15933 \series default
15934 のとりうる形の例です.
15935 \end_layout
15936
15937 \begin_layout Standard
15938 \begin_inset Formula 
15939 \[
15940 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}
15941 \]
15942
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \begin_layout Standard
15949 \begin_inset VSpace bigskip
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \begin_layout Standard
15956 範囲を持つ演算子が続くとき,出力での,範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
15957 \begin_inset Formula 
15958 \[
15959 \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}
15960 \]
15961
15962 \end_inset
15963
15964 組版を改善するには,文書設定の
15965 \family sans
15966 数式オプション
15967 \family default
15968 で,
15969 \series bold
15970 mathtools
15971 \series default
15972 パッケージ
15973 \begin_inset Index idx
15974 status collapsed
15975
15976 \begin_layout Plain Layout
15977 ぱっけーじ@パッケージ ! mathtools
15978 \end_layout
15979
15980 \end_inset
15981
15982
15983 \family sans
15984 常に読み込み
15985 \family default
15986 オプションを指定してください.その上で,数式中の最初の演算子の前に直接,
15987 \series bold
15988
15989 \backslash
15990 adjustlimits
15991 \series default
15992 コマンド
15993 \begin_inset Index idx
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 こまんど@コマンド ! A ! 
15998 \backslash
15999 adjustlimits
16000 \end_layout
16001
16002 \end_inset
16003
16004 を置いてください.そうすると,上記の例はこのようになります.
16005 \begin_inset Formula 
16006 \[
16007 \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}
16008 \]
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Standard
16016 \begin_inset VSpace bigskip
16017 \end_inset
16018
16019 一つの範囲を複数の演算子に用いる方法が,第
16020 \begin_inset CommandInset ref
16021 LatexCommand ref
16022 reference "subsec:自己定義演算子"
16023
16024 \end_inset
16025
16026 節に述べられています.
16027 \end_layout
16028
16029 \begin_layout Subsection
16030 演算子の修飾
16031 \begin_inset Index idx
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035 えんざんし@演算子 ! しゅうしょく@修飾
16036 \end_layout
16037
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Standard
16044
16045 \series bold
16046
16047 \backslash
16048 overset
16049 \series default
16050
16051 \begin_inset Index idx
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055 こまんど@コマンド ! O ! 
16056 \backslash
16057 overset
16058 \end_layout
16059
16060 \end_inset
16061
16062 コマンドや
16063 \series bold
16064
16065 \backslash
16066 underset
16067 \series default
16068
16069 \begin_inset Index idx
16070 status collapsed
16071
16072 \begin_layout Plain Layout
16073 こまんど@コマンド ! U ! 
16074 \backslash
16075 underset
16076 \end_layout
16077
16078 \end_inset
16079
16080 コマンドを使うと,それぞれ演算子の上や下に,文字をアクセントとして付けることができます.また,
16081 \series bold
16082
16083 \backslash
16084 sideset
16085 \series default
16086
16087 \begin_inset Index idx
16088 status collapsed
16089
16090 \begin_layout Plain Layout
16091 こまんど@コマンド ! S ! 
16092 \backslash
16093 sideset
16094 \end_layout
16095
16096 \end_inset
16097
16098 コマンドを使うと,文字を演算子の前や後ろに付けることができます.
16099 \end_layout
16100
16101 \begin_layout Standard
16102
16103 \series bold
16104
16105 \backslash
16106 sideset
16107 \series default
16108 には4つの派生版があります.
16109 \end_layout
16110
16111 \begin_layout Itemize
16112
16113 \series bold
16114
16115 \backslash
16116 sideset
16117 \series default
16118 は,演算子の隅に文字を置くのに用います.
16119 \end_layout
16120
16121 \begin_layout Itemize
16122
16123 \series bold
16124
16125 \backslash
16126 sidesetn
16127 \series default
16128 は,演算子の前後に文字を置くのに用います(この派生版は,\SpecialChar LaTeX
16129 の元々の
16130 \series bold
16131
16132 \backslash
16133 sideset
16134 \series default
16135 コマンドを表します).
16136 \end_layout
16137
16138 \begin_layout Itemize
16139
16140 \series bold
16141
16142 \backslash
16143 sidesetl
16144 \series default
16145 は,演算子の左隅と後ろに文字を置くのに用います.
16146 \end_layout
16147
16148 \begin_layout Itemize
16149
16150 \series bold
16151
16152 \backslash
16153 sidesetr
16154 \series default
16155 は,演算子の右隅と前に文字を置くのに用います.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 たとえば,
16160 \series bold
16161
16162 \backslash
16163 sidesetn
16164 \begin_inset space \textvisiblespace{}
16165 \end_inset
16166
16167
16168 \backslash
16169 sum
16170 \begin_inset space \textvisiblespace{}
16171 \end_inset
16172
16173
16174 \begin_inset Formula $\to$
16175 \end_inset
16176
16177 '
16178 \begin_inset Formula $\to$
16179 \end_inset
16180
16181 _k=1
16182 \begin_inset space \textvisiblespace{}
16183 \end_inset
16184
16185
16186 \series default
16187 ^
16188 \series bold
16189 n
16190 \series default
16191 というコマンドを入力すると,
16192 \begin_inset Formula 
16193 \[
16194 \sideset{}{'}\sum_{k=1}^{n}
16195 \]
16196
16197 \end_inset
16198
16199 のようになります.
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset Note Greyedout
16204 status open
16205
16206 \begin_layout Plain Layout
16207
16208 \series bold
16209 【註】
16210 \backslash
16211 sideset
16212 \series default
16213 は,大演算子を修飾するためだけに用いることができ,二項演算子には用いることができません.
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \begin_layout Standard
16222 のようになります.最後の例からわかるように,
16223 \series bold
16224
16225 \backslash
16226 overset
16227 \series default
16228
16229 \series bold
16230
16231 \backslash
16232 underset
16233 \series default
16234 では,記号や文字にアクセントをつけることもできます.一方. また,
16235 \series bold
16236
16237 \backslash
16238 overset
16239 \begin_inset space \textvisiblespace{}
16240 \end_inset
16241
16242
16243 \backslash
16244 maltese
16245 \begin_inset space \textvisiblespace{}
16246 \end_inset
16247
16248
16249 \series default
16250
16251 \begin_inset Formula $\uparrow$
16252 \end_inset
16253
16254
16255 \series bold
16256 a
16257 \series default
16258 というコマンドならば,
16259 \begin_inset Formula 
16260 \[
16261 \overset{a}{\maltese}
16262 \]
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Subsection
16270 二項演算子
16271 \begin_inset CommandInset label
16272 LatexCommand label
16273 name "subsec:二項演算子"
16274
16275 \end_inset
16276
16277
16278 \begin_inset Index idx
16279 status collapsed
16280
16281 \begin_layout Plain Layout
16282 えんざんし@演算子 ! にこう@二項
16283 \begin_inset space \thinspace{}
16284 \end_inset
16285
16286 ——
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \begin_layout Standard
16295 二項演算子は,前後に文字がある場合,周囲に余白が入ります.
16296 \begin_inset VSpace medskip
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset Tabular
16304 <lyxtabular version="3" rows="13" columns="2">
16305 <features booktabs="true" tabularvalignment="middle">
16306 <column alignment="center" valignment="top" width="0pt">
16307 <column alignment="center" valignment="top" width="0pt">
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 コマンド
16314 \begin_inset Note Note
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 ここで
16319 \series bold
16320
16321 \backslash
16322 raisebox
16323 \series default
16324 はスペーサーとして使用しているだけです.
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 出力
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row>
16345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 +
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 \begin_inset Formula $+$
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 -
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Formula $-$
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \backslash
16397 pm
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Formula $\pm$
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \backslash
16422 mp
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 \begin_inset Formula $\mp$
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \backslash
16447 cdot
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Formula $\cdot$
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \backslash
16472 times
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\times$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \backslash
16497 div
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\div$
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 <row>
16516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset ERT
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524
16525
16526 \backslash
16527 raisebox{-1.2mm}{
16528 \end_layout
16529
16530 \end_inset
16531
16532 *
16533 \begin_inset ERT
16534 status collapsed
16535
16536 \begin_layout Plain Layout
16537
16538 }
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $*$
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566
16567 \backslash
16568 star
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Formula $\star$
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \backslash
16593 circ
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\circ$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 diamond
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\diamond$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 bullet
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\bullet$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 </lyxtabular>
16662
16663 \end_inset
16664
16665
16666 \begin_inset space \hfill{}
16667 \end_inset
16668
16669
16670 \begin_inset Tabular
16671 <lyxtabular version="3" rows="13" columns="2">
16672 <features booktabs="true" tabularvalignment="middle">
16673 <column alignment="center" valignment="top" width="0pt">
16674 <column alignment="center" valignment="top" width="0pt">
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 コマンド
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 出力
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 <row>
16696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700
16701 \backslash
16702 nabla
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 \begin_inset Formula $\nabla$
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 </row>
16720 <row>
16721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \backslash
16727 bigtriangledown
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 \begin_inset Formula $\bigtriangledown$
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row>
16746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \backslash
16752 bigtriangleup
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $\bigtriangleup$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \backslash
16777 Box
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\Box$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 cap 
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\cap$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 cup
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\cup$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 dagger
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\dagger$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 ddagger
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\ddagger$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 wr
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\wr$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 bigcirc
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\bigcirc$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 wedge
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\wedge$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 vee
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\vee$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 </lyxtabular>
16996
16997 \end_inset
16998
16999
17000 \begin_inset space \hfill{}
17001 \end_inset
17002
17003
17004 \begin_inset Tabular
17005 <lyxtabular version="3" rows="13" columns="2">
17006 <features booktabs="true" tabularvalignment="middle">
17007 <column alignment="center" valignment="top" width="0pt">
17008 <column alignment="center" valignment="top" width="0pt">
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 コマンド
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 出力
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \backslash
17036 oplus
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 \begin_inset Formula $\oplus$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \backslash
17061 ominus
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset Formula $\ominus$
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \backslash
17086 otimes
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\otimes$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 oslash
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\oslash$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 odot
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\odot$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 amalg
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\amalg$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 uplus
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\uplus$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 setminus
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\setminus$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 sqcap
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\sqcap$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 sqcup
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\sqcup$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 triangleleft
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\triangleleft$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 triangleright
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\triangleright$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 </lyxtabular>
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \begin_layout Standard
17337 二項演算子は,すべて数式ツールバーボタンの
17338 \begin_inset Info
17339 type  "icon"
17340 arg   "math-insert \\pm"
17341 \end_inset
17342
17343 から挿入することもできます.
17344 \end_layout
17345
17346 \begin_layout Standard
17347 ラプラス演算子を組版するには,
17348 \series bold
17349
17350 \backslash
17351 bigtriangleup
17352 \series default
17353 以外に,
17354 \series bold
17355
17356 \backslash
17357 Delta
17358 \series default
17359
17360 \series bold
17361
17362 \backslash
17363 nabla
17364 \series default
17365 ^
17366 \series bold
17367 2
17368 \series default
17369 (
17370 \begin_inset Formula $\nabla^{2}$
17371 \end_inset
17372
17373 )を使用することもできます.
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \family sans
17379 挿入\SpecialChar menuseparator
17380 特殊文字
17381 \family default
17382 メニューの
17383 \family sans
17384 メニュー区切り
17385 \family default
17386 で入力される文字は,
17387 \series bold
17388
17389 \backslash
17390 triangleright
17391 \series default
17392 演算子です.
17393 \end_layout
17394
17395 \begin_layout Subsection
17396 自己定義演算子
17397 \begin_inset CommandInset label
17398 LatexCommand label
17399 name "subsec:自己定義演算子"
17400
17401 \end_inset
17402
17403
17404 \begin_inset Index idx
17405 status collapsed
17406
17407 \begin_layout Plain Layout
17408 えんざんし@演算子 ! じこていぎ@自己定義
17409 \begin_inset space \thinspace{}
17410 \end_inset
17411
17412 ——
17413 \end_layout
17414
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \SpecialChar LaTeX
17422 プリアンブルで
17423 \series bold
17424
17425 \backslash
17426 DeclareMathOperator
17427 \series default
17428
17429 \begin_inset Index idx
17430 status collapsed
17431
17432 \begin_layout Plain Layout
17433 こまんど@コマンド ! D ! 
17434 \backslash
17435 dbinom@
17436 \backslash
17437 DeclareMathOperator
17438 \end_layout
17439
17440 \end_inset
17441
17442 コマンドを使用すると,自己定義演算子を定義することができます.このコマンドの書式は
17443 \end_layout
17444
17445 \begin_layout Standard
17446
17447 \series bold
17448
17449 \backslash
17450 DeclareMathOperator{新規コマンド}{表示}
17451 \end_layout
17452
17453 \begin_layout Standard
17454 です.「表示」は,出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,コマンドの後に「*」を置きます.自己定義の大演算子は,すべて第
17455 \begin_inset CommandInset ref
17456 LatexCommand ref
17457 reference "subsec:演算子の範囲"
17458
17459 \end_inset
17460
17461 節で述べられた範囲を指定することができます.
17462 \end_layout
17463
17464 \begin_layout Standard
17465 たとえば,以下のような\SpecialChar LaTeX
17466 プリアンブル行
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472
17473 \backslash
17474 DeclareMathOperator*{
17475 \backslash
17476 Lozenge}{
17477 \backslash
17478 blacklozenge}
17479 \end_layout
17480
17481 \begin_layout Standard
17482 は,第
17483 \begin_inset CommandInset ref
17484 LatexCommand ref
17485 reference "subsec:その他の記号"
17486
17487 \end_inset
17488
17489 節にある菱形記号を使った大演算子を挿入する,以下のようなコマンド
17490 \series bold
17491
17492 \backslash
17493 Lozenge
17494 \series default
17495 を定義します.
17496 \begin_inset Formula 
17497 \[
17498 \Lozenge_{n=1}^{\infty}
17499 \]
17500
17501 \end_inset
17502
17503 上記の数式を作るコマンドは,
17504 \series bold
17505
17506 \backslash
17507 Lozenge
17508 \series default
17509 ^
17510 \series bold
17511
17512 \backslash
17513 infty
17514 \begin_inset Formula $\to$
17515 \end_inset
17516
17517 _n=1
17518 \series default
17519 です.
17520 \end_layout
17521
17522 \begin_layout Standard
17523 \begin_inset VSpace bigskip
17524 \end_inset
17525
17526 自己定義演算子を,同一文書内で複数回用いない時には,以下の書式を持つ
17527 \series bold
17528
17529 \backslash
17530 mathop
17531 \series default
17532
17533 \begin_inset Index idx
17534 status collapsed
17535
17536 \begin_layout Plain Layout
17537 こまんど@コマンド ! M ! 
17538 \backslash
17539 mathop
17540 \end_layout
17541
17542 \end_inset
17543
17544 コマンドおよび
17545 \series bold
17546
17547 \backslash
17548 mathbin
17549 \series default
17550
17551 \begin_inset Index idx
17552 status collapsed
17553
17554 \begin_layout Plain Layout
17555 こまんど@コマンド ! M ! 
17556 \backslash
17557 mathbin
17558 \end_layout
17559
17560 \end_inset
17561
17562 コマンドを用いて定義を行うこともできます.
17563 \end_layout
17564
17565 \begin_layout Standard
17566 (書式)
17567 \series bold
17568
17569 \backslash
17570 mathop{表示}
17571 \series default
17572 および
17573 \series bold
17574
17575 \backslash
17576 mathbin{表示}
17577 \end_layout
17578
17579 \begin_layout Standard
17580
17581 \series bold
17582
17583 \backslash
17584 mathop
17585 \series default
17586 は大演算子を定義し,
17587 \series bold
17588
17589 \backslash
17590 mathbin
17591 \series default
17592 は二項演算子を定義します.
17593 \end_layout
17594
17595 \begin_layout Standard
17596 たとえば
17597 \series bold
17598
17599 \backslash
17600 mathop
17601 \series default
17602 は,以下のように,複数の演算子に共通の範囲指定を行うのに用いることができます.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset Formula 
17607 \[
17608 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17609 \]
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617 上記の数式では
17618 \begin_inset Newline newline
17619 \end_inset
17620
17621
17622 \series bold
17623
17624 \backslash
17625 mathop{
17626 \backslash
17627 sum
17628 \backslash
17629 negmedspace
17630 \backslash
17631 sum
17632 \series default
17633
17634 \begin_inset space \textvisiblespace{}
17635 \end_inset
17636
17637
17638 \series bold
17639
17640 \begin_inset Formula $\to$
17641 \end_inset
17642
17643 ^N
17644 \series default
17645
17646 \begin_inset space \textvisiblespace{}
17647 \end_inset
17648
17649
17650 \series bold
17651 _i,j=1
17652 \begin_inset Newline newline
17653 \end_inset
17654
17655
17656 \series default
17657 というコマンドを用いています.
17658 \end_layout
17659
17660 \begin_layout Section
17661 書体
17662 \begin_inset Index idx
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666 しょたい@書体
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \begin_inset Index idx
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676 ふぉんと@フォント
17677 \begin_inset ERT
17678 status collapsed
17679
17680 \begin_layout Plain Layout
17681
17682 |see{
17683 \end_layout
17684
17685 \end_inset
17686
17687 書体
17688 \begin_inset ERT
17689 status collapsed
17690
17691 \begin_layout Plain Layout
17692
17693 }
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \begin_layout Subsection
17707 書体様式
17708 \begin_inset CommandInset label
17709 LatexCommand label
17710 name "subsec:書体様式"
17711
17712 \end_inset
17713
17714
17715 \begin_inset Index idx
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719 しょたい@書体 ! ようしき@様式
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \begin_layout Standard
17728 数式中のラテン文字は,以下の書体様式のうちいずれかに設定することができます.
17729 \end_layout
17730
17731 \begin_layout Standard
17732 \align center
17733 \begin_inset space \hfill{}
17734 \end_inset
17735
17736
17737 \begin_inset Tabular
17738 <lyxtabular version="3" rows="6" columns="2">
17739 <features booktabs="true" tabularvalignment="middle">
17740 <column alignment="center" valignment="top" width="0pt">
17741 <column alignment="center" valignment="top">
17742 <row>
17743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 コマンド
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 出力
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 </row>
17762 <row>
17763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \backslash
17769 mathbb
17770 \series bold
17771
17772 \begin_inset space \textvisiblespace{}
17773 \end_inset
17774
17775
17776 \series default
17777 ABC
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\mathbb{ABC}$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 </row>
17795 <row>
17796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \backslash
17802 mathbf
17803 \series bold
17804
17805 \begin_inset space \textvisiblespace{}
17806 \end_inset
17807
17808
17809 \series default
17810 AbC
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 \begin_inset Formula $\mathbf{AbC}$
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 </row>
17828 <row>
17829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833
17834 \backslash
17835 boldsymbol
17836 \series bold
17837
17838 \begin_inset space \textvisiblespace{}
17839 \end_inset
17840
17841
17842 \series default
17843 AbC
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $\boldsymbol{AbC}$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \backslash
17868 mathcal
17869 \series bold
17870
17871 \begin_inset space \textvisiblespace{}
17872 \end_inset
17873
17874
17875 \series default
17876 ABC
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 \begin_inset Formula $\mathcal{ABC}$
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \backslash
17901 mathfrak
17902 \series bold
17903
17904 \begin_inset space \textvisiblespace{}
17905 \end_inset
17906
17907
17908 \series default
17909 AbC
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 \begin_inset Formula $\mathfrak{AbC}$
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 </row>
17927 </lyxtabular>
17928
17929 \end_inset
17930
17931
17932 \begin_inset space \hfill{}
17933 \end_inset
17934
17935
17936 \begin_inset Tabular
17937 <lyxtabular version="3" rows="6" columns="2">
17938 <features booktabs="true" tabularvalignment="middle">
17939 <column alignment="center" valignment="top" width="0pt">
17940 <column alignment="center" valignment="top">
17941 <row>
17942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 コマンド
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955 出力
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 <row>
17962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \backslash
17968 mathit
17969 \series bold
17970
17971 \begin_inset space \textvisiblespace{}
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathit{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 mathrm
18002 \series bold
18003
18004 \begin_inset space \textvisiblespace{}
18005 \end_inset
18006
18007
18008 \series default
18009 AbC
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Formula $\mathrm{AbC}$
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 <row>
18028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \backslash
18034 mathsf
18035 \series bold
18036
18037 \begin_inset space \textvisiblespace{}
18038 \end_inset
18039
18040
18041 \series default
18042 AbC
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 \begin_inset Formula $\mathsf{AbC}$
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathtt
18068 \series bold
18069
18070 \begin_inset space \textvisiblespace{}
18071 \end_inset
18072
18073
18074 \series default
18075 AbC
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 \begin_inset Formula $\mathtt{AbC}$
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 mathscr
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" bottomline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 \begin_inset Formula $\mathscr{ABC}$
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 </lyxtabular>
18127
18128 \end_inset
18129
18130
18131 \begin_inset space \hfill{}
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 \begin_inset Note Greyedout
18139 status open
18140
18141 \begin_layout Plain Layout
18142
18143 \series bold
18144 【註】
18145 \backslash
18146 mathbb
18147 \series default
18148
18149 \series bold
18150 mathcal
18151 \series default
18152 様式と
18153 \series bold
18154
18155 \backslash
18156 mathscr
18157 \series default
18158 様式は,大文字にのみ使用することができます.
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 既定では,
18168 \series bold
18169
18170 \backslash
18171 mathnormal
18172 \series default
18173 様式に設定されています.
18174 \end_layout
18175
18176 \begin_layout Standard
18177 書体様式コマンドは,以下のように数式構成要素内の文字に対しても機能します.
18178 \begin_inset Formula 
18179 \[
18180 \mathfrak{A=\frac{b}{C}}
18181 \]
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 数式テキストに含まれる文字に対しては,数式書体様式は反映せず,
18190 \series bold
18191
18192 \backslash
18193 textrm
18194 \series default
18195 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,\SpecialChar LyX
18196 のバグです
18197 \begin_inset Foot
18198 status collapsed
18199
18200 \begin_layout Plain Layout
18201 \begin_inset CommandInset href
18202 LatexCommand href
18203 name "LyX-bug #4629"
18204 target "http://www.lyx.org/trac/ticket/4629"
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 書体様式コマンドの代わりに,
18218 \family sans
18219 編集\SpecialChar menuseparator
18220 数学\SpecialChar menuseparator
18221 文字様式
18222 \family default
18223 ダイアログや,
18224 \begin_inset Info
18225 type  "icon"
18226 arg   "math-insert \\font"
18227 \end_inset
18228
18229 を使用することもできます.
18230 \end_layout
18231
18232 \begin_layout Subsection
18233 ボールド体の数式
18234 \begin_inset CommandInset label
18235 LatexCommand label
18236 name "subsec:ボールド体の数式"
18237
18238 \end_inset
18239
18240
18241 \begin_inset Index idx
18242 status collapsed
18243
18244 \begin_layout Plain Layout
18245 すうしき@数式 ! ぼーるどたい@ボールド体
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Standard
18254 数式全体をボールド体にしようとすると,前節の
18255 \series bold
18256
18257 \backslash
18258 mathbf
18259 \series default
18260 コマンドは,ギリシャ文字の小文字に対しては機能しないので,使用することができません.さらにこのコマンドは,以下の式のように,ラテン文字をつねにアップライト体に印
18261 字してしまいます.
18262 \end_layout
18263
18264 \begin_layout Standard
18265 \begin_inset Formula 
18266 \[
18267 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18268 \]
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Standard
18276 この数式を正しく表示するには,以下のように,
18277 \series bold
18278
18279 \backslash
18280 boldsymbol
18281 \series default
18282 コマンドを使用します.
18283 \begin_inset Formula 
18284 \[
18285 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18286 \]
18287
18288 \end_inset
18289
18290 また,数式を
18291 \series bold
18292 boldmath環境
18293 \series default
18294 に設定する方法もあります.この環境は,\SpecialChar TeX
18295 モードで
18296 \series bold
18297
18298 \backslash
18299 boldmath
18300 \begin_inset Index idx
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304 こまんど@コマンド ! B ! 
18305 \backslash
18306 boldmath
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \series default
18313 コマンドを挿入することによって作ることができます.環境を閉じるには,
18314 \series bold
18315
18316 \backslash
18317 unboldmath
18318 \begin_inset Index idx
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 こまんど@コマンド ! U ! 
18323 \backslash
18324 unboldmath
18325 \end_layout
18326
18327 \end_inset
18328
18329
18330 \series default
18331 コマンドを\SpecialChar TeX
18332 モードで挿入します.
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 boldmath 
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \begin_inset Formula 
18347 \[
18348 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18349 \]
18350
18351 \end_inset
18352
18353
18354 \begin_inset ERT
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358
18359
18360 \backslash
18361 unboldmath 
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \begin_layout Subsection
18370 色付きの数式
18371 \begin_inset Index idx
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375 すうしき@数式 ! いろつき@色付き
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 数式も,通常の本文と同様,色を付けることができます.数式あるいは数式の一部を選択して,文字様式ダイアログを使用して下さい.下記は,マゼンタ色にした数式です.
18385 \begin_inset Formula 
18386 \[
18387 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18388 \]
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396
18397 \begin_inset CommandInset ref
18398 LatexCommand ref
18399 reference "subsec:色付きボックス"
18400
18401 \end_inset
18402
18403 節に述べられているように,自己定義の色を定義することもできます.自己定義の色は,以下の書式を持つ
18404 \series bold
18405
18406 \backslash
18407 textcolor
18408 \series default
18409
18410 \begin_inset Index idx
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414 こまんど@コマンド ! T ! 
18415 \backslash
18416 textcolor
18417 \end_layout
18418
18419 \end_inset
18420
18421 \SpecialChar TeX
18422 コードコマンドで適用することができます.
18423 \end_layout
18424
18425 \begin_layout Standard
18426
18427 \series bold
18428
18429 \backslash
18430 textcolor{色}{文字ないし数式}
18431 \end_layout
18432
18433 \begin_layout Standard
18434 下記の例は,全体を濃緑にし,一部を赤にしています.
18435 \end_layout
18436
18437 \begin_layout Standard
18438 \begin_inset ERT
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442
18443
18444 \backslash
18445 textcolor{darkgreen}{
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \begin_inset Formula 
18452 \[
18453 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18454 \]
18455
18456 \end_inset
18457
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464 }
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 \SpecialChar LyX
18474 のバグのため,自己定義色は数式全体に対してしか使用することができません
18475 \begin_inset Foot
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479 \begin_inset CommandInset href
18480 LatexCommand href
18481 name "LyX-bug #5269"
18482 target "http://www.lyx.org/trac/ticket/5269"
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Subsection
18495 書体寸法
18496 \begin_inset CommandInset label
18497 LatexCommand label
18498 name "subsec:書体寸法"
18499
18500 \end_inset
18501
18502
18503 \begin_inset Index idx
18504 status collapsed
18505
18506 \begin_layout Plain Layout
18507 しょたい@書体 ! すんぽう@寸法
18508 \end_layout
18509
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \begin_layout Standard
18516 数式内の文字については,本文中の文字同様,以下の書体寸法設定コマンドがあります.
18517 \end_layout
18518
18519 \begin_layout Standard
18520
18521 \series bold
18522
18523 \backslash
18524 Huge
18525 \series default
18526
18527 \series bold
18528
18529 \backslash
18530 huge
18531 \series default
18532
18533 \series bold
18534
18535 \backslash
18536 LARGE
18537 \series default
18538
18539 \series bold
18540
18541 \backslash
18542 Large
18543 \series default
18544
18545 \series bold
18546
18547 \backslash
18548 large
18549 \series default
18550
18551 \series bold
18552
18553 \backslash
18554 normalsize
18555 \series default
18556
18557 \series bold
18558
18559 \backslash
18560 small
18561 \series default
18562 ,
18563 \begin_inset Newline newline
18564 \end_inset
18565
18566
18567 \series bold
18568
18569 \backslash
18570 footnotesize
18571 \series default
18572
18573 \series bold
18574
18575 \backslash
18576 scriptsize
18577 \series default
18578 ,および
18579 \series bold
18580
18581 \backslash
18582 tiny
18583 \end_layout
18584
18585 \begin_layout Standard
18586 これらのコマンドによって生成される実際の書体寸法は,文書の書体寸法に依存し,文書の書体寸法が
18587 \series bold
18588
18589 \backslash
18590 normalsize
18591 \series default
18592 コマンドに設定されます.他のコマンドは,
18593 \series bold
18594
18595 \backslash
18596 normalsize
18597 \series default
18598 を基準として拡大ないし縮小されます.しかしながら,書体寸法は一定の値を越えることができないようになっています.たとえば,文書書体寸法が12
18599 \begin_inset space \thinspace{}
18600 \end_inset
18601
18602 ptであるならば,
18603 \series bold
18604
18605 \backslash
18606 Huge
18607 \series default
18608 コマンドは
18609 \series bold
18610
18611 \backslash
18612 huge
18613 \series default
18614 コマンドと同じ大きさに落とされます.
18615 \end_layout
18616
18617 \begin_layout Standard
18618 ある場所以降のすべての数式と本文文字を変更するには,書体寸法コマンドを\SpecialChar TeX
18619 モードで挿入します.元の書体寸法に戻すには,数式の後に\SpecialChar TeX
18620 モードで
18621 \series bold
18622
18623 \backslash
18624 normalsize
18625 \series default
18626 コマンドを挿入します.
18627 \end_layout
18628
18629 \begin_layout Standard
18630 数式内では,以下の寸法コマンドまたはツールバーボタン
18631 \begin_inset Info
18632 type  "icon"
18633 arg   "math-insert \\style"
18634 \end_inset
18635
18636 を使用して,寸法を変更することができます.
18637 \end_layout
18638
18639 \begin_layout Standard
18640 \noindent
18641 \align center
18642 \begin_inset Tabular
18643 <lyxtabular version="3" rows="5" columns="2">
18644 <features booktabs="true" tabularvalignment="middle">
18645 <column alignment="center" valignment="top" width="0pt">
18646 <column alignment="center" valignment="top">
18647 <row>
18648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 コマンド
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 出力
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \backslash
18674 displaystyle
18675 \begin_inset Index idx
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679 こまんど@コマンド ! D ! 
18680 \backslash
18681 displaystyle
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row topspace="1mm">
18705 <cell alignment="center" valignment="top" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709
18710 \backslash
18711 textstyle
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 <row>
18730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \backslash
18736 scriptstyle
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 </row>
18754 <row>
18755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \backslash
18761 scriptscriptstyle
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 </row>
18779 </lyxtabular>
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \begin_layout Standard
18787 これらのコマンドを入力すると,青いボックスが現れるので,そこに数式のパーツを入れることができます.
18788 \end_layout
18789
18790 \begin_layout Standard
18791 フォント寸法を変更するにはもう一つの方法がありますが,これは記号と数式内テキストのみに使うことができます.これを使うには,書体寸法コマンドを数式テキスト内に挿入
18792 します.数式テキストの終わりか,別の書体寸法コマンドが現れるまでの文字すべてが,選択した寸法になります.以下に二つの例を挙げます.
18793 \begin_inset VSpace -2mm
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 \begin_inset ERT
18801 status collapsed
18802
18803 \begin_layout Plain Layout
18804
18805
18806 \backslash
18807 huge 
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \begin_inset Formula 
18814 \[
18815 A=\frac{B}{c}\cdot\maltese
18816 \]
18817
18818 \end_inset
18819
18820
18821 \begin_inset Formula 
18822 \[
18823 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18824 \]
18825
18826 \end_inset
18827
18828
18829 \begin_inset ERT
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833
18834
18835 \backslash
18836 normalsize 
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 \begin_inset VSpace medskip
18846 \end_inset
18847
18848 二つの式の前には,
18849 \series bold
18850
18851 \backslash
18852 huge
18853 \series default
18854 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
18855 \begin_inset Newline newline
18856 \end_inset
18857
18858
18859 \series bold
18860
18861 \backslash
18862 maltese
18863 \begin_inset space \textvisiblespace{}
18864 \end_inset
18865
18866 A Alt+M M 
18867 \backslash
18868 Large
18869 \begin_inset space \textvisiblespace{}
18870 \end_inset
18871
18872
18873 \backslash
18874 maltese
18875 \begin_inset space \textvisiblespace{}
18876 \end_inset
18877
18878
18879 \backslash
18880 textit
18881 \begin_inset space \textvisiblespace{}
18882 \end_inset
18883
18884 A
18885 \begin_inset Formula $\to$
18886 \end_inset
18887
18888
18889 \begin_inset Formula $\to$
18890 \end_inset
18891
18892
18893 \begin_inset Newline newline
18894 \end_inset
18895
18896
18897 \begin_inset space \hspace*{}
18898 \length 1cm
18899 \end_inset
18900
18901 Alt+M
18902 \series default
18903  
18904 \series bold
18905
18906 \backslash
18907 tiny
18908 \begin_inset space \textvisiblespace{}
18909 \end_inset
18910
18911
18912 \backslash
18913 maltese
18914 \begin_inset space \textvisiblespace{}
18915 \end_inset
18916
18917
18918 \backslash
18919 textit
18920 \begin_inset space \textvisiblespace{}
18921 \end_inset
18922
18923 A
18924 \begin_inset Newline newline
18925 \end_inset
18926
18927
18928 \series default
18929 のようになります.
18930 \end_layout
18931
18932 \begin_layout Standard
18933 ある記号を別の寸法で表示することができないときには,その記号はつねに既定寸法で表示されます.
18934 \end_layout
18935
18936 \begin_layout Section
18937 ギリシャ文字
18938 \begin_inset Index idx
18939 status collapsed
18940
18941 \begin_layout Plain Layout
18942 ぎりしゃもじ@ギリシャ文字
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \begin_layout Standard
18951 すべてのギリシャ文字は,ツールバーボタンの
18952 \begin_inset Info
18953 type  "icon"
18954 arg   "math-insert \\alpha"
18955 \end_inset
18956
18957 からでも挿入することができます.各国の組版規則では,数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,フランス語やロ
18958 シア語などいくつかの言語では,それにもかかわらず立体で組版されることがあります.
18959 \end_layout
18960
18961 \begin_layout Subsection
18962 小文字
18963 \begin_inset Index idx
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18968 \end_layout
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \begin_layout Standard
18976 \begin_inset space \hfill{}
18977 \end_inset
18978
18979
18980 \begin_inset Tabular
18981 <lyxtabular version="3" rows="11" columns="2">
18982 <features booktabs="true" tabularvalignment="middle">
18983 <column alignment="center" valignment="top" width="0pt">
18984 <column alignment="center" valignment="top" width="0pt">
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 コマンド
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 出力
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \backslash
19012 alpha
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Formula $\alpha$
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 <row>
19031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \backslash
19037 beta
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset Formula $\beta$
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 </row>
19055 <row>
19056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \backslash
19062 gamma
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 \begin_inset Formula $\gamma$
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 <row>
19081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \backslash
19087 delta
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 \begin_inset Formula $\delta$
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \backslash
19112 epsilon
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Formula $\epsilon$
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \backslash
19137 varepsilon
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset Formula $\varepsilon$
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 <row>
19156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160
19161 \backslash
19162 zeta
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 \begin_inset Formula $\zeta$
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 eta
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\eta$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \backslash
19212 theta
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\theta$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 vartheta
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\vartheta$
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 </lyxtabular>
19256
19257 \end_inset
19258
19259
19260 \begin_inset space \hfill{}
19261 \end_inset
19262
19263
19264 \begin_inset Tabular
19265 <lyxtabular version="3" rows="12" columns="2">
19266 <features booktabs="true" tabularvalignment="middle">
19267 <column alignment="center" valignment="top" width="0pt">
19268 <column alignment="center" valignment="top" width="0pt">
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 コマンド
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 出力
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 iota
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $\iota$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 kappa
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $\kappa$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 varkappa
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\varkappa$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 lambda
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\lambda$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 mu
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\mu$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 nu
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\nu$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 <row>
19440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444
19445 \backslash
19446 xi
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 \begin_inset Formula $\xi$
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 </row>
19464 <row>
19465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 o
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Formula $o$
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 pi
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\pi$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 varpi
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\varpi$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row>
19538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \backslash
19544 rho
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Formula $\rho$
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 </lyxtabular>
19563
19564 \end_inset
19565
19566
19567 \begin_inset space \hfill{}
19568 \end_inset
19569
19570
19571 \begin_inset Tabular
19572 <lyxtabular version="3" rows="11" columns="2">
19573 <features booktabs="true" tabularvalignment="middle">
19574 <column alignment="center" valignment="top" width="0pt">
19575 <column alignment="center" valignment="top" width="0pt">
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 コマンド
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 出力
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 varrho
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Formula $\varrho$
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 <row>
19622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626
19627 \backslash
19628 sigma
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 \begin_inset Formula $\sigma$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \backslash
19653 varsigma
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $\varsigma$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 tau
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\tau$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 upsilon
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\upsilon$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 phi
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\phi$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 varphi
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\varphi$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 chi
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\chi$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 psi
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\psi$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \backslash
19828 omega
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset Formula $\omega$
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 </lyxtabular>
19847
19848 \end_inset
19849
19850
19851 \begin_inset space \hfill{}
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \begin_layout Standard
19858 \begin_inset VSpace medskip
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \begin_layout Standard
19865 アップライト体のギリシャ文字を作成する方法は,第
19866 \begin_inset CommandInset ref
19867 LatexCommand ref
19868 reference "subsec:アップライト体ギリシャ小文字"
19869
19870 \end_inset
19871
19872 節に説明されています.
19873 \end_layout
19874
19875 \begin_layout Subsection
19876 大文字
19877 \begin_inset Index idx
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 \begin_inset space \hfill{}
19891 \end_inset
19892
19893
19894 \begin_inset Tabular
19895 <lyxtabular version="3" rows="7" columns="2">
19896 <features booktabs="true" tabularvalignment="middle">
19897 <column alignment="center" valignment="top" width="0pt">
19898 <column alignment="center" valignment="top" width="0pt">
19899 <row>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 コマンド
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 出力
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 Gamma
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\Gamma$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 Delta
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\Delta$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 <row>
19970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974
19975 \backslash
19976 Theta
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 \begin_inset Formula $\Theta$
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \backslash
20001 Lambda
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\Lambda$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 <row>
20020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \backslash
20026 Xi
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $\Xi$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 </row>
20044 <row>
20045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049
20050 \backslash
20051 Pi
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Formula $\Pi$
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 </lyxtabular>
20070
20071 \end_inset
20072
20073
20074 \begin_inset space \hfill{}
20075 \end_inset
20076
20077
20078 \begin_inset Tabular
20079 <lyxtabular version="3" rows="6" columns="2">
20080 <features booktabs="true" tabularvalignment="middle">
20081 <column alignment="center" valignment="top" width="0pt">
20082 <column alignment="center" valignment="top" width="0pt">
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 コマンド
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 出力
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 Sigma
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\Sigma$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 Upsilon
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\Upsilon$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 Phi
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\Phi$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 Psi
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\Psi$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 Omega
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\Omega$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 </lyxtabular>
20229
20230 \end_inset
20231
20232
20233 \begin_inset space \hfill{}
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Standard
20240 \begin_inset VSpace medskip
20241 \end_inset
20242
20243 大文字のギリシャ文字が立体で表示されるのは,\SpecialChar TeX
20244 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,各コマンドの頭に
20245 \series bold
20246 var
20247 \series default
20248 を付けてください.たとえば,
20249 \series bold
20250
20251 \backslash
20252 varGamma
20253 \series default
20254 コマンドは,
20255 \begin_inset Formula $\varGamma$
20256 \end_inset
20257
20258 を生成します.もう一つの方法は,パッケージ
20259 \series bold
20260 fixmath
20261 \series default
20262
20263 \begin_inset Foot
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267
20268 \series bold
20269 fixmath
20270 \series default
20271 は,\SpecialChar LaTeX
20272 パッケージ
20273 \series bold
20274 was
20275 \series default
20276
20277 \begin_inset Index idx
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 ぱっけーじ@パッケージ ! was
20282 \begin_inset ERT
20283 status collapsed
20284
20285 \begin_layout Plain Layout
20286
20287
20288 \backslash
20289 vspace{4mm}
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298
20299 に含まれています.
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \begin_inset Index idx
20306 status collapsed
20307
20308 \begin_layout Plain Layout
20309 ぱっけーじ@パッケージ ! fixmath
20310 \end_layout
20311
20312 \end_inset
20313
20314 を\SpecialChar LaTeX
20315 プリアンブル行に
20316 \end_layout
20317
20318 \begin_layout Standard
20319
20320 \series bold
20321
20322 \backslash
20323 usepackage{fixmath}
20324 \end_layout
20325
20326 \begin_layout Standard
20327 と書いて読み込む方法です.すると,文書中の大きなギリシャ文字は,すべて自動的にイタリック体として組版されます.
20328 \end_layout
20329
20330 \begin_layout Subsection
20331 ボールド体
20332 \begin_inset Index idx
20333 status collapsed
20334
20335 \begin_layout Plain Layout
20336 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20337 \end_layout
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Standard
20345 ギリシャ文字は,ラテン文字のようには,多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
20346 \series bold
20347
20348 \backslash
20349 boldsymbol
20350 \series default
20351 コマンドのみです
20352 \begin_inset Index idx
20353 status collapsed
20354
20355 \begin_layout Plain Layout
20356 こまんど@コマンド ! B ! 
20357 \backslash
20358 boldsymbol
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout Standard
20367 \align center
20368 \begin_inset Tabular
20369 <lyxtabular version="3" rows="3" columns="2">
20370 <features booktabs="true" tabularvalignment="middle">
20371 <column alignment="center" valignment="top" width="0pt">
20372 <column alignment="center" valignment="top">
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 コマンド
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 出力
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 Upsilon
20401 \backslash
20402 boldsymbol
20403 \backslash
20404 Upsilon
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 theta
20430 \backslash
20431 boldsymbol
20432 \backslash
20433 theta
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset Formula $\theta\boldsymbol{\theta}$
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 </lyxtabular>
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Section
20459 記号
20460 \begin_inset ERT
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464
20465
20466 \backslash
20467 texorpdfstring{
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \begin_inset Foot
20474 status collapsed
20475
20476 \begin_layout Plain Layout
20477 各\SpecialChar LaTeX
20478 パッケージに含まれる全記号をほとんど網羅した一覧が,
20479 \begin_inset CommandInset citation
20480 LatexCommand cite
20481 key "Symbols"
20482
20483 \end_inset
20484
20485 にあります.
20486 \end_layout
20487
20488 \end_inset
20489
20490
20491 \begin_inset ERT
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495
20496 }{}
20497 \end_layout
20498
20499 \end_inset
20500
20501
20502 \begin_inset Note Note
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
20509 \end_layout
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 texorpdfstringについての詳細は,第
20515 \begin_inset CommandInset ref
20516 LatexCommand ref
20517 reference "subsec:節見出し中の数式"
20518
20519 \end_inset
20520
20521 節にあります.
20522 \end_layout
20523
20524 \end_inset
20525
20526
20527 \begin_inset Index idx
20528 status collapsed
20529
20530 \begin_layout Plain Layout
20531 きごう@記号
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \begin_layout Standard
20540 本節に掲げてある各記号の多くは,ツールバーボタンの
20541 \begin_inset Info
20542 type  "icon"
20543 arg   "math-insert \\nabla"
20544 \end_inset
20545
20546
20547 \begin_inset Info
20548 type  "icon"
20549 arg   "math-insert \\digamma"
20550 \end_inset
20551
20552 でも挿入することができます.
20553 \end_layout
20554
20555 \begin_layout Subsection
20556 数学記号
20557 \begin_inset CommandInset label
20558 LatexCommand label
20559 name "subsec:数学記号"
20560
20561 \end_inset
20562
20563
20564 \begin_inset Index idx
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 きごう@記号 ! すうがく@数学
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Standard
20577 \begin_inset Tabular
20578 <lyxtabular version="3" rows="10" columns="2">
20579 <features booktabs="true" tabularvalignment="middle">
20580 <column alignment="center" valignment="top" width="0pt">
20581 <column alignment="center" valignment="top" width="0pt">
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 コマンド
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 出力
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 <row>
20603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \backslash
20609 neg
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 \begin_inset Formula $\neg$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 </row>
20627 <row>
20628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632
20633 \backslash
20634 Im
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643 \begin_inset Formula $\Im$
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \backslash
20659 Re
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Formula $\Re$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 <row>
20678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \backslash
20684 aleph
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset Formula $\aleph$
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 partial
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 \begin_inset Formula $\partial$
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 infty
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\infty$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 wp
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\wp$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 imath
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Formula $\imath$
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 jmath
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\jmath$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 </lyxtabular>
20828
20829 \end_inset
20830
20831
20832 \begin_inset space \hfill{}
20833 \end_inset
20834
20835
20836 \begin_inset Tabular
20837 <lyxtabular version="3" rows="10" columns="2">
20838 <features booktabs="true" tabularvalignment="middle">
20839 <column alignment="center" valignment="top" width="0pt">
20840 <column alignment="center" valignment="top" width="0pt">
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 コマンド
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 出力
20856 \begin_inset Note Note
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 ここで
20861 \series bold
20862
20863 \backslash
20864 raisebox
20865 \series default
20866 はスペーサーとして使用しているだけです.
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 forall
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\forall$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 exists
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\exists$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 nexists
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\nexists$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 emptyset
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\emptyset$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 varnothing
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\varnothing$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 dag
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\dag$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 ddag
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\ddag$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 complement
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset ERT
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072
21073
21074 \backslash
21075 raisebox{-0.8mm}{
21076 \end_layout
21077
21078 \end_inset
21079
21080
21081 \begin_inset Formula $\complement$
21082 \end_inset
21083
21084
21085 \begin_inset ERT
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089
21090 }
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 Bbbk
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\Bbbk$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 </lyxtabular>
21127
21128 \end_inset
21129
21130
21131 \begin_inset space \hfill{}
21132 \end_inset
21133
21134
21135 \begin_inset Tabular
21136 <lyxtabular version="3" rows="10" columns="2">
21137 <features booktabs="true" tabularvalignment="middle">
21138 <column alignment="center" valignment="top" width="0pt">
21139 <column alignment="center" valignment="top" width="0pt">
21140 <row>
21141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 コマンド
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 出力
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 </row>
21160 <row>
21161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 prime
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\prime$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190
21191 \backslash
21192 backprime
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 \begin_inset Formula $\backprime$
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 <row>
21211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \backslash
21217 mho
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\mho$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 <row>
21236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240
21241 \backslash
21242 triangle
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 \begin_inset Formula $\triangle$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \backslash
21267 angle
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $\angle$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 <row>
21286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290
21291 \backslash
21292 measuredangle
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 \begin_inset Formula $\measuredangle$
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row>
21311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \backslash
21317 sphericalangle
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $\sphericalangle$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 top
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\top$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \backslash
21367 bot
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\bot$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 </lyxtabular>
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \begin_layout Subsection
21393 その他の記号
21394 \begin_inset CommandInset label
21395 LatexCommand label
21396 name "subsec:その他の記号"
21397
21398 \end_inset
21399
21400
21401 \begin_inset Index idx
21402 status collapsed
21403
21404 \begin_layout Plain Layout
21405 きごう@記号 ! そのた@その他
21406 \end_layout
21407
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \begin_layout Standard
21414 \noindent
21415 \align center
21416 \begin_inset Tabular
21417 <lyxtabular version="3" rows="10" columns="2">
21418 <features booktabs="true" tabularvalignment="middle">
21419 <column alignment="center" valignment="top" width="0pt">
21420 <column alignment="center" valignment="top" width="0pt">
21421 <row>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 コマンド
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 出力
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 flat
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\flat$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 natural
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\natural$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 sharp
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\sharp$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 surd
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\surd$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 checkmark
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\checkmark$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 yen
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\yen$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 pounds
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\pounds$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 $
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\$$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 §
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $§$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 </lyxtabular>
21663
21664 \end_inset
21665
21666
21667 \begin_inset space \hfill{}
21668 \end_inset
21669
21670
21671 \begin_inset Tabular
21672 <lyxtabular version="3" rows="10" columns="2">
21673 <features booktabs="true" tabularvalignment="middle">
21674 <column alignment="center" valignment="top" width="0pt">
21675 <column alignment="center" valignment="top">
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 コマンド
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 出力
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 hbar
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\hbar$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 hslash
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\hslash$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 clubsuit
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\clubsuit$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 spadesuit
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\spadesuit$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 bigstar
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\bigstar$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 blacklozenge
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\blacklozenge$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \backslash
21853 blacktriangle
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\blacktriangle$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 <row>
21872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876
21877 \backslash
21878 blacktiangledown
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 \begin_inset Formula $\blacktriangledown$
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 <row>
21897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901
21902 \backslash
21903 bullet
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Formula $\bullet$
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 </row>
21921 </lyxtabular>
21922
21923 \end_inset
21924
21925
21926 \begin_inset space \hfill{}
21927 \end_inset
21928
21929
21930 \begin_inset Tabular
21931 <lyxtabular version="3" rows="10" columns="2">
21932 <features booktabs="true" tabularvalignment="middle">
21933 <column alignment="center" valignment="top" width="0pt">
21934 <column alignment="center" valignment="top" width="0pt">
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 コマンド
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 出力
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 diamondsuit
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\diamondsuit$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 Diamond
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\Diamond$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 heartsuit
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $\heartsuit$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \backslash
22037 P
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Formula $\P$
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \backslash
22062 copyright
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 \begin_inset Formula $\copyright$
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 <row>
22081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \backslash
22087 circledR
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Formula $\circledR$
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 </row>
22105 <row>
22106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \backslash
22112 maltese
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 \begin_inset Formula $\maltese$
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \backslash
22137 diagup
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Formula $\diagup$
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \backslash
22162 diagdown
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Formula $\diagdown$
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 </row>
22180 </lyxtabular>
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 \begin_inset VSpace medskip
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Standard
22195 寸法を変えて表示することのできる記号もあります.第
22196 \begin_inset CommandInset ref
22197 LatexCommand ref
22198 reference "subsec:書体寸法"
22199
22200 \end_inset
22201
22202 節をご参照下さい.
22203 \end_layout
22204
22205 \begin_layout Subsection
22206 ユーロ通貨記号
22207 \begin_inset Index idx
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22212 \end_layout
22213
22214 \end_inset
22215
22216
22217 \begin_inset Index idx
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 E@
22222 \begin_inset ERT
22223 status collapsed
22224
22225 \begin_layout Plain Layout
22226
22227
22228 \backslash
22229 officialeuro
22230 \end_layout
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \begin_layout Standard
22243 ユーロ通貨記号を数式で使用するには,\SpecialChar LaTeX
22244 パッケージ
22245 \series bold
22246 eurosym
22247 \series default
22248
22249 \begin_inset Index idx
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253 ぱっけーじ@パッケージ ! eurosym
22254 \end_layout
22255
22256 \end_inset
22257
22258 が導入されていて,以下のような\SpecialChar LaTeX
22259 プリアンブル行によって読み込まれていなくてはなりません.
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265
22266 \backslash
22267 usepackage[gennarrow]{eurosym}
22268 \end_layout
22269
22270 \begin_layout Standard
22271 すると,ユーロ通貨記号を
22272 \series bold
22273
22274 \backslash
22275 euro
22276 \series default
22277
22278 \begin_inset Index idx
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282 こまんど@コマンド ! E ! 
22283 \backslash
22284 euro
22285 \end_layout
22286
22287 \end_inset
22288
22289 コマンドで挿入することができるようになります.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 数式テキストには,
22294 \series bold
22295 eurosym
22296 \series default
22297 が導入されていなくても,ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
22298 \series bold
22299 eurosym
22300 \series default
22301 が導入されていれば,
22302 \series bold
22303
22304 \backslash
22305 euro
22306 \series default
22307 は\SpecialChar TeX
22308 モードでも挿入することができます.また,正式な通貨記号を
22309 \series bold
22310
22311 \backslash
22312 officialeuro
22313 \series default
22314
22315 \begin_inset Index idx
22316 status collapsed
22317
22318 \begin_layout Plain Layout
22319 こまんど@コマンド ! O ! 
22320 \backslash
22321 officialeuro
22322 \end_layout
22323
22324 \end_inset
22325
22326 コマンド(これは\SpecialChar TeX
22327 モードでのみ使用することができます)で挿入することができます.
22328 \end_layout
22329
22330 \begin_layout Standard
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Plain Layout
22335
22336
22337 \backslash
22338 ifeurosym 
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \begin_inset Note Note
22345 status open
22346
22347 \begin_layout Plain Layout
22348 以下の表は,\SpecialChar LaTeX
22349 パッケージ
22350 \series bold
22351 eurosym
22352 \series default
22353 が導入済みのときのみ表示されます.
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Standard
22362 以下は,各ユーロ通貨記号のまとめです.
22363 \end_layout
22364
22365 \begin_layout Standard
22366 \align center
22367 \begin_inset Tabular
22368 <lyxtabular version="3" rows="4" columns="3">
22369 <features booktabs="true" tabularvalignment="middle">
22370 <column alignment="center" valignment="top" width="0pt">
22371 <column alignment="center" valignment="top" width="0pt">
22372 <column alignment="center" valignment="top" width="0pt">
22373 <row>
22374 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382
22383
22384 \backslash
22385 cmidrule[0.08em]{2-3}
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 コマンド
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 出力
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 </row>
22414 <row>
22415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 数式
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 euro
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\euro$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 数式テキスト
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 (ユーロ記号)
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 (ユーロ記号)
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 <row>
22478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \SpecialChar TeX
22483 モード
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \backslash
22494 officialeuro
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 \begin_inset ERT
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507
22508
22509 \backslash
22510 officialeuro
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 </row>
22521 </lyxtabular>
22522
22523 \end_inset
22524
22525
22526 \begin_inset Note Note
22527 status collapsed
22528
22529 \begin_layout Plain Layout
22530 ここでは,
22531 \series bold
22532
22533 \backslash
22534 cmidrule
22535 \series default
22536 は表罫線のためだけに用いられています.詳細については,取扱説明書
22537 \emph on
22538 埋込オブジェクト篇
22539 \emph default
22540
22541 \family sans
22542 フォーマル形式の表
22543 \family default
22544 の節をご覧下さい.
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \begin_inset ERT
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557
22558
22559 \backslash
22560 else 
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \begin_inset Note Note
22567 status open
22568
22569 \begin_layout Plain Layout
22570 以下は,\SpecialChar LaTeX
22571 パッケージ
22572 \series bold
22573 eurosym
22574 \series default
22575 が導入されていないときのみ表示されます.
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Standard
22584 本節の残りを出力としてみるためには,\SpecialChar LaTeX
22585 パッケージ
22586 \series bold
22587 eurosym
22588 \series default
22589 を導入する必要があります.
22590 \end_layout
22591
22592 \begin_layout Standard
22593 \begin_inset ERT
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597
22598
22599 \backslash
22600 fi 
22601 \end_layout
22602
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \begin_layout Section
22609 関係子
22610 \begin_inset CommandInset label
22611 LatexCommand label
22612 name "sec:関係子"
22613
22614 \end_inset
22615
22616
22617 \begin_inset Index idx
22618 status collapsed
22619
22620 \begin_layout Plain Layout
22621 かんけいし@関係子
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \begin_inset Index idx
22628 status collapsed
22629
22630 \begin_layout Plain Layout
22631 ひかくし@比較子
22632 \begin_inset ERT
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636
22637 |see{
22638 \end_layout
22639
22640 \end_inset
22641
22642 関係子
22643 \begin_inset ERT
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647
22648 }
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 関係子はすべて,ツールバーボタンの
22663 \begin_inset Info
22664 type  "icon"
22665 arg   "math-insert \\leq"
22666 \end_inset
22667
22668 でも挿入することができます.
22669 \end_layout
22670
22671 \begin_layout Standard
22672 \begin_inset Tabular
22673 <lyxtabular version="3" rows="17" columns="2">
22674 <features booktabs="true" tabularvalignment="middle">
22675 <column alignment="center" valignment="top" width="0pt">
22676 <column alignment="center" valignment="top" width="0pt">
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 コマンド
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 出力
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 <
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $<$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 le
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\le$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 ll
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\ll$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 prec
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\prec$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 preceq
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\preceq$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 subset
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\subset$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 subseteq
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\subseteq$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 sqsubseteq
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\sqsubseteq$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 in
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\in$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 vdash
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $\vdash$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 smile
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\smile$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 lhd
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\lhd$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 unlhd
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\unlhd$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 gtrless
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\gtrless$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 mid
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\mid$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 nmid
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\nmid$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 </lyxtabular>
23096
23097 \end_inset
23098
23099
23100 \begin_inset space \hfill{}
23101 \end_inset
23102
23103
23104 \begin_inset Tabular
23105 <lyxtabular version="3" rows="17" columns="2">
23106 <features booktabs="true" tabularvalignment="middle">
23107 <column alignment="center" valignment="top" width="0pt">
23108 <column alignment="center" valignment="top" width="0pt">
23109 <row>
23110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 コマンド
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 出力
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 =
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 \begin_inset Formula $=$
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157
23158 \backslash
23159 not=
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 \begin_inset Formula $\not=$
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 </row>
23177 <row>
23178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \backslash
23184 equiv
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Formula $\equiv$
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207
23208 \backslash
23209 sim
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 \begin_inset Formula $\sim$
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \backslash
23234 simeq
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Formula $\simeq$
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257
23258 \backslash
23259 approx
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Formula $\approx$
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 cong
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\cong$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \backslash
23309 bowtie
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 \begin_inset Formula $\bowtie$
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332
23333 \backslash
23334 notin
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $\notin$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 perp
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\perp$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 propto
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\propto$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 asymp
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\asymp$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 doteq
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\doteq$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 circeq
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\circeq$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 models
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\models$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 widehat=
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\widehat{=}$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 </lyxtabular>
23528
23529 \end_inset
23530
23531
23532 \begin_inset space \hfill{}
23533 \end_inset
23534
23535
23536 \begin_inset Tabular
23537 <lyxtabular version="3" rows="17" columns="2">
23538 <features booktabs="true" tabularvalignment="middle">
23539 <column alignment="center" valignment="top" width="0pt">
23540 <column alignment="center" valignment="top" width="0pt">
23541 <row>
23542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 コマンド
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 出力
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 >
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $>$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589
23590 \backslash
23591 ge
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 \begin_inset Formula $\ge$
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 </row>
23609 <row>
23610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614
23615 \backslash
23616 gg
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 \begin_inset Formula $\gg$
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 </row>
23634 <row>
23635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \backslash
23641 succ
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 \begin_inset Formula $\succ$
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 <row>
23660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664
23665 \backslash
23666 succeq
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Formula $\succeq$
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 </row>
23684 <row>
23685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \backslash
23691 supset
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Formula $\supset$
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 supseteq
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\supseteq$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 sqsupseteq
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $\sqsupseteq$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \backslash
23766 ni
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 \begin_inset Formula $\ni$
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789
23790 \backslash
23791 dashv
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $\dashv$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 <row>
23810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \backslash
23816 frown
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 \begin_inset Formula $\frown$
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 </row>
23834 <row>
23835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839
23840 \backslash
23841 rhd
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $\rhd$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 unrhd
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $\unrhd$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 lessgtr
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\lessgtr$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 parallel
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\parallel$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 nparallel
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\nparallel$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 </lyxtabular>
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 \begin_inset VSpace medskip
23968 \end_inset
23969
23970
23971 \series bold
23972
23973 \backslash
23974 lhd
23975 \series default
23976
23977 \series bold
23978
23979 \backslash
23980 rhd
23981 \series default
23982 の文字は,同じように見える演算子
23983 \series bold
23984
23985 \backslash
23986 triangleleft
23987 \series default
23988 および
23989 \series bold
23990
23991 \backslash
23992 triangleright
23993 \series default
23994 よりも大きくなっています.
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \SpecialChar LyX
23999 は,特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,ツールバーボタン
24000 \begin_inset Info
24001 type  "icon"
24002 arg   "math-insert \\leqq"
24003 \end_inset
24004
24005 をご覧ください.
24006 \end_layout
24007
24008 \begin_layout Standard
24009 関係子は,記号とは違って,つねに前後に余白が置かれます.
24010 \end_layout
24011
24012 \begin_layout Standard
24013
24014 \series bold
24015
24016 \backslash
24017 stackrel
24018 \series default
24019
24020 \begin_inset Index idx
24021 status collapsed
24022
24023 \begin_layout Plain Layout
24024 こまんど@コマンド ! S ! 
24025 \backslash
24026 stackrel
24027 \end_layout
24028
24029 \end_inset
24030
24031 コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
24032 \end_layout
24033
24034 \begin_layout Standard
24035 \align center
24036 \begin_inset Tabular
24037 <lyxtabular version="3" rows="2" columns="2">
24038 <features booktabs="true" tabularvalignment="middle">
24039 <column alignment="center" valignment="top" width="0pt">
24040 <column alignment="center" valignment="top">
24041 <row>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 コマンド
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 出力
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row topspace="1.5mm">
24062 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 A(r)
24067 \backslash
24068 stackrel
24069 \begin_inset space \textvisiblespace{}
24070 \end_inset
24071
24072 r
24073 \backslash
24074 to
24075 \backslash
24076 infty
24077 \begin_inset space \textvisiblespace{}
24078 \end_inset
24079
24080
24081 \begin_inset Formula $\downarrow$
24082 \end_inset
24083
24084
24085 \backslash
24086 approx
24087 \begin_inset space \textvisiblespace{}
24088 \end_inset
24089
24090
24091 \begin_inset space \textvisiblespace{}
24092 \end_inset
24093
24094 B
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 </lyxtabular>
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Section
24120 関数
24121 \end_layout
24122
24123 \begin_layout Subsection
24124 定義済み関数
24125 \begin_inset CommandInset label
24126 LatexCommand label
24127 name "subsec:定義済み函数"
24128
24129 \end_inset
24130
24131
24132 \begin_inset Index idx
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 かんすう@関数 ! ていぎずみ@定義済み
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 一般的に,数式表現では変数は
24146 \shape italic
24147 イタリック体
24148 \shape default
24149 に設定されますが,関数名はイタリック体にしません.なぜなら,
24150 \begin_inset Formula $sin$
24151 \end_inset
24152
24153
24154 \begin_inset Formula $s\cdot i\cdot n$
24155 \end_inset
24156
24157 であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
24158 ックスラッシュを加えたコマンドとして挿入します.
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \align center
24163 \begin_inset Tabular
24164 <lyxtabular version="3" rows="2" columns="2">
24165 <features booktabs="true" tabularvalignment="middle">
24166 <column alignment="center" valignment="top" width="0pt">
24167 <column alignment="center" valignment="top" width="0pt">
24168 <row>
24169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 コマンド
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 出力
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 <row>
24189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 Asin(x)+B
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 \begin_inset Formula $Asin(x)+B$
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 </lyxtabular>
24212
24213 \end_inset
24214
24215
24216 \begin_inset space \quad{}
24217 \end_inset
24218
24219
24220 \begin_inset Tabular
24221 <lyxtabular version="3" rows="2" columns="2">
24222 <features booktabs="true" tabularvalignment="middle">
24223 <column alignment="center" valignment="top" width="0pt">
24224 <column alignment="center" valignment="top" width="0pt">
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 コマンド
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 出力
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 <row>
24246 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 A
24251 \backslash
24252 sin(x)+B
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 \begin_inset Formula $A\sin(x)+B$
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 </lyxtabular>
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 以下の関数が定義済みです.
24279 \end_layout
24280
24281 \begin_layout Standard
24282 \begin_inset VSpace -2mm
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Standard
24289 \align center
24290 \begin_inset Tabular
24291 <lyxtabular version="3" rows="9" columns="4">
24292 <features booktabs="true" tabularvalignment="middle">
24293 <column alignment="center" valignment="top" width="0pt">
24294 <column alignment="center" valignment="top" width="0pt">
24295 <column alignment="center" valignment="top" width="0pt">
24296 <column alignment="center" valignment="top" width="0pt">
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 コマンド
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 コマンド
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 コマンド
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329 コマンド
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 sin
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 sinh
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 arcsin
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 sup
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 cos
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 cosh
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 arccos
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 inf
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 <row>
24428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 tan
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 tanh
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 arctan
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 lim
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 cot
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 coth
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 arg
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511
24512 \backslash
24513 liminf
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 sec
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 min
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 deg
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 limsup
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 <row>
24566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 csc
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 max
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 det
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \backslash
24605 Pr
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 <row>
24612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \backslash
24618 ln
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 exp
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638
24639 \backslash
24640 dim
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649
24650 \backslash
24651 hom
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 </row>
24657 <row>
24658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 lg
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 log
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 ker
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 gcd
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 </lyxtabular>
24704
24705 \end_inset
24706
24707
24708 \end_layout
24709
24710 \begin_layout Standard
24711 上記は,数式ツールバーボタンの
24712 \begin_inset Info
24713 type  "icon"
24714 arg   "math-insert \\functions"
24715 \end_inset
24716
24717 でも挿入することができます.
24718 \end_layout
24719
24720 \begin_layout Subsection
24721 自己定義関数
24722 \begin_inset Index idx
24723 status collapsed
24724
24725 \begin_layout Plain Layout
24726 かんすう@関数 ! じこていぎ@自己定義
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 たとえば符号関数sgn(x)のように,定義済みでない関数を使うには,二つの方法があります.
24736 \end_layout
24737
24738 \begin_layout Itemize
24739 以下の行を\SpecialChar LaTeX
24740 プリアンブルに加えることによって関数を定義します.
24741 \begin_inset Foot
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745
24746 \series bold
24747
24748 \backslash
24749 DeclareMathOperator
24750 \series default
24751 についての詳細は,第
24752 \begin_inset CommandInset ref
24753 LatexCommand ref
24754 reference "subsec:自己定義演算子"
24755
24756 \end_inset
24757
24758 節をご参照下さい.
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \begin_inset Newline newline
24765 \end_inset
24766
24767
24768 \begin_inset VSpace -3mm
24769 \end_inset
24770
24771
24772 \begin_inset Newline newline
24773 \end_inset
24774
24775
24776 \series bold
24777
24778 \backslash
24779 DeclareMathOperator{
24780 \backslash
24781 sgn}{sgn}
24782 \series default
24783
24784 \begin_inset Index idx
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788 こまんど@コマンド ! D ! 
24789 \backslash
24790 dbinom@
24791 \backslash
24792 DeclareMathOperator
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \begin_inset VSpace -2mm
24803 \end_inset
24804
24805
24806 \begin_inset Newline newline
24807 \end_inset
24808
24809 これによって,新しく定義された関数を
24810 \series bold
24811
24812 \backslash
24813 sgn
24814 \series default
24815 コマンドで呼び出すことができるようになります.
24816 \end_layout
24817
24818 \begin_layout Itemize
24819 数式を普通に書き下し,関数名を選択して(上記の例では
24820 \emph on
24821 sgn
24822 \emph default
24823 の文字),それを数式テキストに変更します.最後に,空白を先行する要素と関数の間に入れます.
24824 \end_layout
24825
24826 \begin_layout Standard
24827 双方とも定義済み関数と同等の出力をもたらします
24828 \begin_inset Foot
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 \SpecialChar LyX
24833 上では,自己定義関数は赤で表示され,定義済み関数は黒で表示されます.
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \align center
24843 \begin_inset Tabular
24844 <lyxtabular version="3" rows="3" columns="2">
24845 <features booktabs="true" tabularvalignment="middle">
24846 <column alignment="center" valignment="top" width="0pt">
24847 <column alignment="center" valignment="top" width="0pt">
24848 <row>
24849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 コマンド
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 出力
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 </row>
24868 <row>
24869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873 A
24874 \backslash
24875 sgn(x)+B
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 \begin_inset Formula $A\sgn(x)+B$
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 </row>
24893 <row>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 A
24899 \backslash
24900 ,
24901 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24902 \end_inset
24903
24904 (x)+B
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 </row>
24922 </lyxtabular>
24923
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \begin_layout Standard
24930 自己定義関数を何回か使用する場合には,一番目の方法の方が適切です.
24931 \end_layout
24932
24933 \begin_layout Subsection
24934 極限
24935 \begin_inset Index idx
24936 status collapsed
24937
24938 \begin_layout Plain Layout
24939 きょくげん@極限
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \begin_layout Standard
24948 極限用には,
24949 \series bold
24950
24951 \backslash
24952 lim
24953 \series default
24954
24955 \begin_inset Index idx
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959 こまんど@コマンド ! L ! 
24960 \backslash
24961 lim
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \series bold
24968
24969 \backslash
24970 liminf
24971 \series default
24972
24973 \series bold
24974
24975 \backslash
24976 limsup
24977 \series default
24978 の他に,以下の関数があります.
24979 \end_layout
24980
24981 \begin_layout Standard
24982 \align center
24983 \begin_inset Tabular
24984 <lyxtabular version="3" rows="5" columns="2">
24985 <features booktabs="true" tabularvalignment="middle">
24986 <column alignment="center" valignment="top" width="0pt">
24987 <column alignment="center" valignment="top" width="0pt">
24988 <row>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 コマンド
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 出力
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 </row>
25008 <row>
25009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 varliminf
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Formula $\varliminf$
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 </row>
25033 <row topspace="1.5mm">
25034 <cell alignment="center" valignment="top" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 varlimsup
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 \begin_inset Formula $\varlimsup$
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 <row topspace="1.5mm">
25059 <cell alignment="center" valignment="top" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 varprojlim
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 \begin_inset Formula $\varprojlim$
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 </row>
25083 <row topspace="1.5mm" bottomspace="1mm">
25084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 varinjlim
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 \begin_inset Formula $\varinjlim$
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 </lyxtabular>
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset VSpace medskip
25117 \end_inset
25118
25119 極限は,下付き文字を挿入することによって示されます.行内数式では,極限は,以下のように関数の横に置かれます.
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \align center
25124 \begin_inset Tabular
25125 <lyxtabular version="3" rows="2" columns="2">
25126 <features booktabs="true" tabularvalignment="middle">
25127 <column alignment="center" valignment="top" width="0pt">
25128 <column alignment="center" valignment="top" width="0pt">
25129 <row>
25130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 コマンド
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 出力
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 lim_x
25157 \backslash
25158 to
25159 \begin_inset space \textvisiblespace{}
25160 \end_inset
25161
25162 A
25163 \begin_inset space \textvisiblespace{}
25164 \end_inset
25165
25166 x=B
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175 \begin_inset Formula $\lim_{x\to A}x=B$
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 </lyxtabular>
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Standard
25192 別行立て数式では,極限は,以下のように通常どおり下に置かれます.
25193 \begin_inset Formula 
25194 \[
25195 \lim_{x\to A}x=B
25196 \]
25197
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \begin_inset VSpace medskip
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 極限の組版を調整する仕方については,第
25212 \begin_inset CommandInset ref
25213 LatexCommand ref
25214 reference "subsec:演算子の範囲"
25215
25216 \end_inset
25217
25218 節をご覧ください.
25219 \end_layout
25220
25221 \begin_layout Subsection
25222 剰余関数
25223 \begin_inset Index idx
25224 status collapsed
25225
25226 \begin_layout Plain Layout
25227 かんすう@関数 ! じょうよ@剰余
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \begin_inset Index idx
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237 かんすう@関数 ! もじゅらす@モジュラス
25238 \begin_inset ERT
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242
25243 |see{
25244 \end_layout
25245
25246 \end_inset
25247
25248 剰余
25249 \begin_inset ERT
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253
25254 }
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \begin_layout Standard
25268 剰余関数は,特別に4つの派生型があります.
25269 \end_layout
25270
25271 \begin_layout Standard
25272 以下は,別行立て数式での派生型です.
25273 \begin_inset Formula 
25274 \begin{align*}
25275 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25276 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25277 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25278 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25279 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25280 \end{align*}
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 行内数式では,すべての派生型で,関数名の前の余白がすこし小さく設定されます.既定では,剰余関数は,続く一文字目だけを考慮します.二文字以上を使いたい時には,下記
25289 のように文字を\SpecialChar TeX
25290 括弧で囲みます.
25291 \begin_inset Formula 
25292 \begin{align*}
25293 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25294 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25295 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25296 \end{align*}
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Section
25304 特殊文字
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 とくしゅもじ@特殊文字
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 ^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
25319 \backslash
25320 を付けなくてはなりません.
25321 \end_layout
25322
25323 \begin_layout Standard
25324 \noindent
25325 \align center
25326 \begin_inset Tabular
25327 <lyxtabular version="3" rows="3" columns="2">
25328 <features booktabs="true" tabularvalignment="middle">
25329 <column alignment="left" valignment="top" width="0pt">
25330 <column alignment="block" valignment="top">
25331 <row>
25332 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336 コマンド
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 出力
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 </row>
25351 <row>
25352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356
25357 \backslash
25358 ^
25359 \begin_inset space \textvisiblespace{}
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 \begin_inset Formula $\mathcircumflex$
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 <row>
25381 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 _
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396 \begin_inset Formula $\_$
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 </row>
25405 </lyxtabular>
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Subsection
25413 数式テキストにおける特殊文字
25414 \end_layout
25415
25416 \begin_layout Standard
25417 以下の各コマンドは,数式テキストか\SpecialChar TeX
25418 モード中でのみ使用することができます.
25419 \end_layout
25420
25421 \begin_layout Standard
25422 \begin_inset space \hfill{}
25423 \end_inset
25424
25425
25426 \begin_inset Tabular
25427 <lyxtabular version="3" rows="8" columns="2">
25428 <features booktabs="true" tabularvalignment="middle">
25429 <column alignment="left" valignment="top" width="0pt">
25430 <column alignment="block" valignment="top">
25431 <row>
25432 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436 コマンド
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 出力
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 </row>
25451 <row>
25452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456
25457 \backslash
25458 oe
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467 \begin_inset Formula $\textrm{œ}$
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 </row>
25476 <row>
25477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Plain Layout
25481
25482 \backslash
25483 OE
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492 \begin_inset Formula $\textrm{Œ}$
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 </row>
25501 <row>
25502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Plain Layout
25506
25507 \backslash
25508 ae
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517 \begin_inset Formula $\textrm{æ}$
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 </row>
25526 <row>
25527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \backslash
25533 AE
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset Formula $\textrm{Æ}$
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 <row>
25552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 aa
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 \begin_inset Formula $\textrm{å}$
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 <row>
25577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \backslash
25583 AA
25584 \begin_inset Index idx
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589 \lang english
25590
25591 \backslash
25592 @
25593 \begin_inset ERT
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597
25598
25599 \backslash
25600 textrm{
25601 \backslash
25602 AA}
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 \begin_inset Formula $\textrm{Å}$
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 </row>
25630 <row>
25631 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25632 \begin_inset Text
25633
25634 \begin_layout Plain Layout
25635
25636 \backslash
25637 i
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 \begin_inset Formula $\textrm{ı}$
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 </row>
25655 </lyxtabular>
25656
25657 \end_inset
25658
25659
25660 \begin_inset space \hfill{}
25661 \end_inset
25662
25663
25664 \begin_inset Tabular
25665 <lyxtabular version="3" rows="8" columns="2">
25666 <features booktabs="true" tabularvalignment="middle">
25667 <column alignment="left" valignment="top" width="0pt">
25668 <column alignment="center" valignment="top">
25669 <row>
25670 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 コマンド
25675 \begin_inset Note Note
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679 0
25680 \begin_inset space \thinspace{}
25681 \end_inset
25682
25683 mm空白を分離用に使っているのは,そうしないと出力が¡や¿になってしまうためです.
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 出力
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 </row>
25703 <row>
25704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \backslash
25710 o
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" 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 <row>
25729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733
25734 \backslash
25735 O
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744 \begin_inset Formula $\textrm{Ø}$
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 </row>
25753 <row>
25754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758
25759 \backslash
25760 l
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769 \begin_inset Formula $\textrm{ł}$
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 <row>
25779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 L
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\textrm{Ł}$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 !
25809 \begin_inset space \hspace{}
25810 \length 0mm
25811 \end_inset
25812
25813 `
25814 \begin_inset space \textvisiblespace{}
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 \begin_inset Formula $\textrm{!`}$
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 </row>
25835 <row>
25836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 ?
25841 \begin_inset space \hspace{}
25842 \length 0mm
25843 \end_inset
25844
25845 `
25846 \begin_inset space \textvisiblespace{}
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset Formula $\textrm{?`}$
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 <row>
25868 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872
25873 \backslash
25874 j
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883 \begin_inset Formula $\textrm{ȷ}$
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 </row>
25892 </lyxtabular>
25893
25894 \end_inset
25895
25896
25897 \begin_inset space \hfill{}
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset Formula $\textrm{\textrm{Å}}$
25905 \end_inset
25906
25907
25908 \begin_inset Formula $\textrm{\textrm{Ø}}$
25909 \end_inset
25910
25911 の各文字は,数式ツールバーボタンの
25912 \begin_inset Info
25913 type  "icon"
25914 arg   "math-insert \\digamma"
25915 \end_inset
25916
25917 からも挿入することができます.
25918 \end_layout
25919
25920 \begin_layout Standard
25921 例外は,
25922 \series bold
25923 !
25924 \begin_inset space \hspace{}
25925 \length 0mm
25926 \end_inset
25927
25928 `
25929 \series default
25930
25931 \series bold
25932 ?
25933 \begin_inset space \hspace{}
25934 \length 0mm
25935 \end_inset
25936
25937 `
25938 \series default
25939 の各コマンドで,これらは直接\SpecialChar LyX
25940 中の本文に入れることができます.
25941 \end_layout
25942
25943 \begin_layout Subsection
25944 文章中のアクセント
25945 \begin_inset CommandInset label
25946 LatexCommand label
25947 name "subsec:文章中のアクセント"
25948
25949 \end_inset
25950
25951
25952 \begin_inset Index idx
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \begin_layout Standard
25965 以下に挙げる各コマンドを使えば,すべての文字にアクセントを付けることができます.これらのコマンドは,\SpecialChar TeX
25966 モードで入れなくてはなりません.
25967 \end_layout
25968
25969 \begin_layout Standard
25970 \begin_inset space \hfill{}
25971 \end_inset
25972
25973
25974 \begin_inset Tabular
25975 <lyxtabular version="3" rows="8" columns="2">
25976 <features booktabs="true" tabularvalignment="middle">
25977 <column alignment="left" valignment="top" width="0pt">
25978 <column alignment="block" valignment="top">
25979 <row>
25980 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 コマンド
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 出力
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006
26007 \begin_inset Quotes grd
26008 \end_inset
26009
26010 e
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024
26025 \backslash
26026 "e
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 </row>
26037 <row>
26038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042
26043 \backslash
26044 `e
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053 \begin_inset ERT
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 `e
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 </row>
26071 <row>
26072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Plain Layout
26076
26077 \backslash
26078 ^
26079 \begin_inset space \textvisiblespace{}
26080 \end_inset
26081
26082 e
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 \begin_inset ERT
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095
26096
26097 \backslash
26098 ^e
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 </row>
26109 <row>
26110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114
26115 \backslash
26116 =e
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 =e
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 <row>
26144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \backslash
26150 u
26151 \begin_inset space \textvisiblespace{}
26152 \end_inset
26153
26154 e
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 u e
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 b
26189 \begin_inset space \textvisiblespace{}
26190 \end_inset
26191
26192 e
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 \begin_inset ERT
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205
26206
26207 \backslash
26208 b e
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 <row>
26220 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \backslash
26226 t
26227 \begin_inset space \textvisiblespace{}
26228 \end_inset
26229
26230 ee
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 t ee
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 </lyxtabular>
26258
26259 \end_inset
26260
26261
26262 \begin_inset space \hfill{}
26263 \end_inset
26264
26265
26266 \begin_inset Tabular
26267 <lyxtabular version="3" rows="8" columns="2">
26268 <features booktabs="true" tabularvalignment="middle">
26269 <column alignment="left" valignment="top" width="0pt">
26270 <column alignment="center" valignment="top">
26271 <row>
26272 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 コマンド
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 出力
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 <row>
26292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296
26297 \backslash
26298 H
26299 \begin_inset space \textvisiblespace{}
26300 \end_inset
26301
26302 e
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 \begin_inset ERT
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315
26316
26317 \backslash
26318 H e
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \end_inset
26327 </cell>
26328 </row>
26329 <row>
26330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334
26335 \backslash
26336 'e
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 \begin_inset ERT
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349
26350
26351 \backslash
26352 'e
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 <row>
26364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368
26369 \backslash
26370 ~e
26371 \begin_inset Index idx
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375 ちるだ@チルダ
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 ~e
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 <row>
26408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412
26413 \backslash
26414 .e
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 .e
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 <row>
26442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446
26447 \backslash
26448 v
26449 \begin_inset space \textvisiblespace{}
26450 \end_inset
26451
26452 e
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 \begin_inset ERT
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465
26466
26467 \backslash
26468 v e
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 <row>
26480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484
26485 \backslash
26486 d
26487 \begin_inset space \textvisiblespace{}
26488 \end_inset
26489
26490 e
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 d e
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 c
26525 \begin_inset space \textvisiblespace{}
26526 \end_inset
26527
26528 e
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 c e
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 </lyxtabular>
26556
26557 \end_inset
26558
26559
26560 \begin_inset space \hfill{}
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset VSpace medskip
26568 \end_inset
26569
26570
26571 \series bold
26572
26573 \backslash
26574 t
26575 \series default
26576 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,コマンド
26577 \series bold
26578
26579 \backslash
26580 t
26581 \begin_inset space \textvisiblespace{}
26582 \end_inset
26583
26584 sz
26585 \series default
26586 は,
26587 \begin_inset ERT
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591
26592
26593 \backslash
26594 t sz
26595 \end_layout
26596
26597 \end_inset
26598
26599 となります.
26600 \end_layout
26601
26602 \begin_layout Standard
26603
26604 \series bold
26605 `
26606 \series default
26607  ・
26608 \series bold
26609  '
26610 \series default
26611  ・ 
26612 \series bold
26613 ^
26614 \series default
26615  の各アクセントは,\SpecialChar TeX
26616 モードを使わなくても,母音といっしょに直接キーボードから入力することもできます.チルダ
26617 \begin_inset Foot
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621 これは,チルダがアクセントとして定義されているキーボードのみに適用されます.
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \series bold
26628 ~
26629 \series default
26630 を,
26631 \emph on
26632 a
26633 \emph default
26634
26635 \emph on
26636 n
26637 \emph default
26638
26639 \emph on
26640 o
26641 \emph default
26642 といっしょに使うときも同様です.
26643 \end_layout
26644
26645 \begin_layout Standard
26646
26647 \series bold
26648
26649 \backslash
26650 b
26651 \series default
26652
26653 \series bold
26654
26655 \backslash
26656 c
26657 \series default
26658
26659 \series bold
26660
26661 \backslash
26662 d
26663 \series default
26664
26665 \series bold
26666
26667 \backslash
26668 H
26669 \series default
26670
26671 \series bold
26672
26673 \backslash
26674 t
26675 \series default
26676
26677 \series bold
26678
26679 \backslash
26680 u
26681 \series default
26682
26683 \series bold
26684
26685 \backslash
26686 v
26687 \series default
26688 の各コマンドと,キーボードから直接挿入するアクセントは,数式テキスト中でも使うことができます.他のアクセントについては,数式内向けの特別な数式コマンドがあります
26689 .第
26690 \begin_inset CommandInset ref
26691 LatexCommand ref
26692 reference "subsec:一文字に付けるアクセント"
26693
26694 \end_inset
26695
26696 節をご参照下さい.
26697 \end_layout
26698
26699 \begin_layout Standard
26700 \begin_inset VSpace bigskip
26701 \end_inset
26702
26703 さらに,
26704 \series bold
26705
26706 \backslash
26707 textcircled
26708 \series default
26709
26710 \begin_inset Index idx
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714 こまんど@コマンド ! T ! 
26715 \backslash
26716 textcircled
26717 \end_layout
26718
26719 \end_inset
26720
26721 コマンドを使えば,著作権マークのように,あらゆる数字や文字を丸で囲む—敢えて言えば,丸囲みでアクセントを付けるようなものといえるでしょう—ことができます.
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \align center
26726 \begin_inset Tabular
26727 <lyxtabular version="3" rows="3" columns="2">
26728 <features booktabs="true" tabularvalignment="middle">
26729 <column alignment="center" valignment="top" width="0pt">
26730 <column alignment="center" valignment="top">
26731 <row>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 コマンド
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745 出力
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 </row>
26751 <row>
26752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756
26757 \backslash
26758 textcircled{w}
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 \begin_inset ERT
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771
26772
26773 \backslash
26774 textcircled{w}
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 </row>
26785 <row topspace="1mm">
26786 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790
26791 \backslash
26792 Large 
26793 \backslash
26794 textcircled{
26795 \backslash
26796 normalsize
26797 \backslash
26798 protect
26799 \backslash
26800 raisebox{-1.5pt}{W}}
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Plain Layout
26809 \begin_inset ERT
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813
26814
26815 \backslash
26816 Large 
26817 \backslash
26818 textcircled{
26819 \backslash
26820 normalsize
26821 \backslash
26822 protect
26823 \backslash
26824 raisebox{-1.5pt}W}
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 </lyxtabular>
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Standard
26843 ここではユーザーが,文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
26844 \series bold
26845
26846 \backslash
26847 Large
26848 \series default
26849
26850 \begin_inset Foot
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855 \begin_inset CommandInset ref
26856 LatexCommand ref
26857 reference "subsec:書体寸法"
26858
26859 \end_inset
26860
26861 節参照のこと.
26862 \end_layout
26863
26864 \end_inset
26865
26866 で丸の大きさを指定しています.そして
26867 \series bold
26868
26869 \backslash
26870 raisebox
26871 \series default
26872
26873 \begin_inset Foot
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877
26878 \begin_inset CommandInset ref
26879 LatexCommand ref
26880 reference "subsec:枠なしボックス"
26881
26882 \end_inset
26883
26884 節参照のこと.
26885 \end_layout
26886
26887 \end_inset
26888
26889 を使って,文字が真ん中にくるようにしています.
26890 \end_layout
26891
26892 \begin_layout Subsection
26893 古式数字
26894 \begin_inset Index idx
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 こしきすうじ@古式数字
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Standard
26907 古式数字は,
26908 \series bold
26909
26910 \backslash
26911 oldstylenums
26912 \series default
26913
26914 \begin_inset Index idx
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918 こまんど@コマンド ! O ! 
26919 \backslash
26920 oldstylenums
26921 \end_layout
26922
26923 \end_inset
26924
26925 コマンドで作成することができます.このコマンドは,数式中でも\SpecialChar TeX
26926 モード中でも使うことができます.コマンド書式は,
26927 \end_layout
26928
26929 \begin_layout Standard
26930
26931 \series bold
26932
26933 \backslash
26934 oldstylenums{数字}
26935 \end_layout
26936
26937 \begin_layout Standard
26938 です.
26939 \series bold
26940
26941 \backslash
26942 oldstylenums{0123456789}
26943 \series default
26944 というコマンドは,
26945 \begin_inset Formula $\oldstylenums{0123456789}$
26946 \end_inset
26947
26948 のようになります.
26949 \end_layout
26950
26951 \begin_layout Section
26952 数式様式
26953 \begin_inset CommandInset label
26954 LatexCommand label
26955 name "sec:数式様式"
26956
26957 \end_inset
26958
26959
26960 \begin_inset Index idx
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964 すうしき@数式 ! ようしき@様式
26965 \end_layout
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Itemize
26973 以下の二つの配置様式があります.
26974 \end_layout
26975
26976 \begin_deeper
26977 \begin_layout Description
26978 中央揃え 事前に定義された標準です.
26979 \end_layout
26980
26981 \begin_layout Description
26982 行頭下げ これを使うには,
26983 \family sans
26984 文書\SpecialChar menuseparator
26985 設定
26986 \family default
26987 メニューの
26988 \family sans
26989 文書クラス
26990 \family default
26991 において,
26992 \series bold
26993 fleqn
26994 \series default
26995 オプションを指定しておかなくてはなりません.
26996 \end_layout
26997
26998 \begin_layout Standard
26999
27000 \series bold
27001 行頭下げ
27002 \series default
27003 を用いる場合には,行頭下げの大きさを
27004 \series bold
27005
27006 \backslash
27007 mathindent
27008 \series default
27009
27010 \begin_inset Index idx
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014 こまんど@コマンド ! M ! 
27015 \backslash
27016 mathindent
27017 \end_layout
27018
27019 \end_inset
27020
27021 の値で調整することができます.これを15
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 mmにするには,\SpecialChar LaTeX
27026 プリアンブルに以下のコマンドを入れておきます.
27027 \end_layout
27028
27029 \begin_layout Standard
27030
27031 \series bold
27032
27033 \backslash
27034 setlength{
27035 \backslash
27036 mathindent}{15mm}
27037 \end_layout
27038
27039 \begin_layout Standard
27040
27041 \series bold
27042
27043 \backslash
27044 mathindent
27045 \series default
27046 を明示的に指定しない場合には,事前に定義されている30
27047 \begin_inset space \thinspace{}
27048 \end_inset
27049
27050 ptが適用されます.
27051 \end_layout
27052
27053 \end_deeper
27054 \begin_layout Itemize
27055 また,以下の二つの連番様式があります.
27056 \end_layout
27057
27058 \begin_deeper
27059 \begin_layout Description
27060 右 事前に定義された標準です.
27061 \end_layout
27062
27063 \begin_layout Description
27064 左 これを使うには,
27065 \family sans
27066 文書\SpecialChar menuseparator
27067 設定
27068 \family default
27069 メニューの
27070 \family sans
27071 文書クラス
27072 \family default
27073 において,
27074 \series bold
27075 leqno
27076 \series default
27077 オプションを指定しておかなくてはなりません.
27078 \end_layout
27079
27080 \end_deeper
27081 \begin_layout Standard
27082
27083 \series bold
27084 fleqn
27085 \series default
27086
27087 \series bold
27088 leqno
27089 \series default
27090 は,いっしょに指定することができます.両方のオプションを同時に入れる場合には,コンマで区切って下さい.
27091 \end_layout
27092
27093 \begin_layout Standard
27094 これで選択した様式は,文書中のすべての別行立て数式に用いられます.もし,中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
27095 \series bold
27096 中央揃え
27097 \series default
27098 様式を指定するようにします.そして,行頭下げにしたい数式は,flalign環境に指定するようにします.第
27099 \begin_inset CommandInset ref
27100 LatexCommand ref
27101 reference "subsec:flalign環境"
27102
27103 \end_inset
27104
27105 節をご覧下さい.
27106 \end_layout
27107
27108 \begin_layout Section
27109 多行数式
27110 \begin_inset CommandInset label
27111 LatexCommand label
27112 name "sec:多行数式"
27113
27114 \end_inset
27115
27116
27117 \begin_inset Index idx
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121 すうしき@数式 ! たぎょう@多行
27122 \begin_inset space \thinspace{}
27123 \end_inset
27124
27125 ——
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Subsection
27134 概要
27135 \end_layout
27136
27137 \begin_layout Standard
27138 \SpecialChar LyX
27139 では,多行数式は,数式中で
27140 \begin_inset Info
27141 type  "shortcut"
27142 arg   "newline-insert newline"
27143 \end_inset
27144
27145 を押すことで作られます.この操作によって,第
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "subsec:eqnarray環境"
27149
27150 \end_inset
27151
27152 節に述べられている
27153 \series bold
27154 eqnarray環境
27155 \series default
27156 が作り出されるか,あるいは文書設定で
27157 \family sans
27158 AMS mathパッケージを使う
27159 \family default
27160 オプションが選択されている場合には,第
27161 \begin_inset CommandInset ref
27162 LatexCommand ref
27163 reference "subsec:標準align環境"
27164
27165 \end_inset
27166
27167 節に述べられている
27168 \series bold
27169 align環境
27170 \series default
27171 が作り出されることになります.
27172 \end_layout
27173
27174 \begin_layout Standard
27175 他にも,
27176 \family sans
27177 挿入\SpecialChar menuseparator
27178 数式
27179 \family default
27180 メニューで作ることのできる多行数式環境があります.これらの環境は,以下の各節で説明します.
27181 \end_layout
27182
27183 \begin_layout Standard
27184 すべての多行数式において,新規行は,
27185 \begin_inset Info
27186 type  "shortcut"
27187 arg   "newline-insert newline"
27188 \end_inset
27189
27190 を押すことによって作られます.行を足したり削ったりするには,数式ツールバーボタンの
27191 \begin_inset Info
27192 type  "icon"
27193 arg   "tabular-feature append-row"
27194 \end_inset
27195
27196
27197 \begin_inset Info
27198 type  "icon"
27199 arg   "tabular-feature delete-row"
27200 \end_inset
27201
27202 を使うか,
27203 \family sans
27204 編集\SpecialChar menuseparator
27205 行と列
27206 \family default
27207 メニューを使うことができます.
27208 \end_layout
27209
27210 \begin_layout Subsubsection
27211 行間
27212 \begin_inset CommandInset label
27213 LatexCommand label
27214 name "subsec:行間"
27215
27216 \end_inset
27217
27218
27219 \begin_inset Index idx
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223 すうしき@数式 ! たぎょう@多行
27224 \begin_inset space \thinspace{}
27225 \end_inset
27226
27227 —— ! ぎょうかん@行間
27228 \end_layout
27229
27230 \end_inset
27231
27232
27233 \end_layout
27234
27235 \begin_layout Standard
27236 以下のように,多行数式において行のあいだの空白が足りないことが,ときどき起こります.
27237 \begin_inset Formula 
27238 \begin{eqnarray*}
27239 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}\\
27240 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
27241 \end{eqnarray*}
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Standard
27249 \SpecialChar LaTeX
27250 において行間を付け加えるには,新規行コマンドに非必須の引数をとらせて指定しますが,これはまだ\SpecialChar LyX
27251 には実装されていない
27252 \begin_inset Foot
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256 \begin_inset CommandInset href
27257 LatexCommand href
27258 name "LyX-bug #1505"
27259 target "http://www.lyx.org/trac/ticket/1505"
27260
27261 \end_inset
27262
27263 を参照.
27264 \end_layout
27265
27266 \end_inset
27267
27268 ので,数式全体を\SpecialChar TeX
27269 モードで入れなくてはなりません.上記の例の行間を大きくするには,最初の行の最後に
27270 \series bold
27271
27272 \backslash
27273
27274 \backslash
27275 [3mm]
27276 \series default
27277 というコマンドを入れます.すると,次のようになります.
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 begin{eqnarray*}
27286 \end_layout
27287
27288 \begin_layout Plain Layout
27289
27290 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27291  = & 
27292 \backslash
27293 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27294 \backslash
27295
27296 \backslash
27297 [3mm]
27298 \end_layout
27299
27300 \begin_layout Plain Layout
27301
27302 4x^{2}
27303 \backslash
27304 left(B^{2}+x_{0}^{2}
27305 \backslash
27306 right)+4x_{0}x
27307 \backslash
27308 left(D-B^{2}
27309 \backslash
27310 right)+B^{2}
27311 \backslash
27312 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27313 \backslash
27314 right) & = & 0
27315 \end_layout
27316
27317 \begin_layout Plain Layout
27318
27319
27320 \backslash
27321 end{eqnarray*}
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 \begin_inset VSpace bigskip
27331 \end_inset
27332
27333 同一数式内のすべての行の行間を一律に指定するには,
27334 \series bold
27335
27336 \backslash
27337 jot
27338 \series default
27339
27340 \begin_inset Index idx
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344 こまんど@コマンド ! J ! 
27345 \backslash
27346 jot
27347 \end_layout
27348
27349 \end_inset
27350
27351 変数を変更します.定義は,
27352 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27353 \end_inset
27354
27355 となっています.
27356 \series bold
27357
27358 \backslash
27359 jot
27360 \series default
27361 の既定値は,3
27362 \begin_inset space \thinspace{}
27363 \end_inset
27364
27365 ptです.上記の例のように,行間を3
27366 \begin_inset space \thinspace{}
27367 \end_inset
27368
27369 mm追加するには,
27370 \end_layout
27371
27372 \begin_layout Standard
27373
27374 \series bold
27375
27376 \backslash
27377 setlength{
27378 \backslash
27379 jot}{3mm+3pt}
27380 \end_layout
27381
27382 \begin_layout Standard
27383 というコマンドを,数式直前に\SpecialChar TeX
27384 モードで入れておきます.これを行うには,\SpecialChar LaTeX
27385 プリアンブルに
27386 \end_layout
27387
27388 \begin_layout Standard
27389
27390 \series bold
27391
27392 \backslash
27393 usepackage{calc}
27394 \end_layout
27395
27396 \begin_layout Standard
27397 という行を入れて,\SpecialChar LaTeX
27398 パッケージ
27399 \series bold
27400 calc
27401 \series default
27402
27403 \begin_inset Foot
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407
27408 \series bold
27409 calc
27410 \series default
27411 は標準的な\SpecialChar LaTeX
27412 頒布版のすべてに付属しています.
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \begin_inset Index idx
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422 ぱっけーじ@パッケージ ! calc
27423 \end_layout
27424
27425 \end_inset
27426
27427  を読み込んでおく必要があります.すると,
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 setlength{
27436 \backslash
27437 jot}{3mm+3pt}
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \begin_inset Formula 
27444 \begin{eqnarray*}
27445 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}\\
27446 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
27447 \end{eqnarray*}
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \begin_inset ERT
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459
27460
27461 \backslash
27462 setlength{
27463 \backslash
27464 jot}{3pt}
27465 \end_layout
27466
27467 \end_inset
27468
27469 のような結果を得ます.行間を既定値に戻すには,
27470 \series bold
27471
27472 \backslash
27473 jot
27474 \series default
27475 をふたたび3
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 ptに戻します.
27480 \end_layout
27481
27482 \begin_layout Subsubsection
27483 列間
27484 \begin_inset CommandInset label
27485 LatexCommand label
27486 name "subsec:列間"
27487
27488 \end_inset
27489
27490
27491 \begin_inset Index idx
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 すうしき@数式 ! たぎょう@多行
27496 \begin_inset space \thinspace{}
27497 \end_inset
27498
27499 —— ! れつかん@列間
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 多行数式は,行列を形成します.たとえば,eqnarray環境の数式は,3列からなる行列です.この環境で列間を変更すれば,関係子周辺の余白を変更することができます
27509
27510 \end_layout
27511
27512 \begin_layout Standard
27513 列間は,
27514 \series bold
27515
27516 \backslash
27517 arraycolsep
27518 \series default
27519
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 こまんど@コマンド ! A ! 
27525 \backslash
27526 arraycolsep
27527 \end_layout
27528
27529 \end_inset
27530
27531 変数を使って指定し,
27532 \begin_inset Newline newline
27533 \end_inset
27534
27535 列間 = 2
27536 \begin_inset space \thinspace{}
27537 \end_inset
27538
27539
27540 \series bold
27541
27542 \backslash
27543 arraycolsep
27544 \series default
27545
27546 \begin_inset Newline newline
27547 \end_inset
27548
27549 という関係があります.したがって,
27550 \end_layout
27551
27552 \begin_layout Standard
27553
27554 \series bold
27555
27556 \backslash
27557 setlength{
27558 \backslash
27559 arraycolsep}{1cm}
27560 \end_layout
27561
27562 \begin_layout Standard
27563 というコマンドを\SpecialChar TeX
27564 モードで入れると,ここから後のすべての数式の列間が2
27565 \begin_inset space \thinspace{}
27566 \end_inset
27567
27568 cmになります.これを既定値に戻すには,
27569 \series bold
27570
27571 \backslash
27572 arraycolsep
27573 \series default
27574 を5
27575 \begin_inset space \thinspace{}
27576 \end_inset
27577
27578 ptに戻して下さい.
27579 \end_layout
27580
27581 \begin_layout Standard
27582 以下は,2
27583 \begin_inset space \thinspace{}
27584 \end_inset
27585
27586 cmの列間を持つ数式です.
27587 \begin_inset ERT
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591
27592
27593 \backslash
27594 setlength{
27595 \backslash
27596 arraycolsep}{1cm}
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \begin_inset Formula 
27603 \begin{eqnarray*}
27604 A & = & B\\
27605 C & \ne & A
27606 \end{eqnarray*}
27607
27608 \end_inset
27609
27610 行列の既定の列間10
27611 \begin_inset space \thinspace{}
27612 \end_inset
27613
27614 ptを持つ数式です.
27615 \begin_inset ERT
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619
27620
27621 \backslash
27622 setlength{
27623 \backslash
27624 arraycolsep}{5pt}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \begin_inset Formula 
27631 \begin{eqnarray*}
27632 A & = & B\\
27633 C & \ne & A
27634 \end{eqnarray*}
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Subsubsection
27642 長い数式
27643 \begin_inset Index idx
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 すうしき@数式 ! ながい@長い
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 長い数式は,以下の方法を使って組版することができます.
27657 \end_layout
27658
27659 \begin_layout Itemize
27660 左辺ないし右辺の一方が,行幅よりもかなり短いときには,以下のように,短い方を左辺に置き,右辺を二行に分けて組版します.
27661 \begin_inset Formula 
27662 \begin{eqnarray}
27663 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 \\
27664  &  & -\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}
27665 \end{eqnarray}
27666
27667 \end_inset
27668
27669 二行目の最初のマイナス記号は,行頭の文字になってしまうため,通常,表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,分数線からも離れて表
27670 示されません.これを避けるために,マイナス記号の後に
27671 \series bold
27672
27673 \backslash
27674 hspace
27675 \series default
27676 .
27677 \begin_inset Foot
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682 \series bold
27683
27684 \backslash
27685 hspace
27686 \series default
27687 に関しての詳細は,第
27688 \begin_inset CommandInset ref
27689 LatexCommand ref
27690 reference "subsec:可変長の空白"
27691
27692 \end_inset
27693
27694 節をご覧下さい.
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \begin_inset Index idx
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 こまんど@コマンド ! H ! 
27705 \backslash
27706 hspace
27707 \end_layout
27708
27709 \end_inset
27710
27711 コマンドを使って3
27712 \begin_inset space \thinspace{}
27713 \end_inset
27714
27715 pt空白を入れてあります.
27716 \end_layout
27717
27718 \begin_layout Itemize
27719 数式の両辺がともに長すぎるときには,
27720 \series bold
27721
27722 \backslash
27723 lefteqn
27724 \series default
27725
27726 \begin_inset Index idx
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 こまんど@コマンド ! L ! 
27731 \backslash
27732 lefteqn
27733 \end_layout
27734
27735 \end_inset
27736
27737 コマンドを使います.これを最初の行の第一列に入れると,以下のように,続きの内容が他の列にかかって表示されます.
27738 \begin_inset Formula 
27739 \begin{eqnarray}
27740 \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 \\
27741  &  & -\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 \\
27742  &  & =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}
27743 \end{eqnarray}
27744
27745 \end_inset
27746
27747
27748 \series bold
27749
27750 \backslash
27751 lefteqn
27752 \series default
27753 を入力すると,青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,ここに数式を入力します.
27754 \begin_inset Newline newline
27755 \end_inset
27756
27757 二行め以降の行の内容は,二列め以降の列に挿入します.挿入する列が右になるほど,字下げの量が大きくなります.
27758 \begin_inset VSpace medskip
27759 \end_inset
27760
27761
27762 \begin_inset Newline newline
27763 \end_inset
27764
27765
27766 \begin_inset Note Greyedout
27767 status open
27768
27769 \begin_layout Plain Layout
27770
27771 \series bold
27772
27773 \backslash
27774 lefteqn
27775 \series default
27776 を使用する際には,以下のことにご注意下さい.
27777 \end_layout
27778
27779 \begin_layout Itemize
27780 数式では,ページ幅全部を使うことはしません.たとえば,上記の例で,最初の行に
27781 \begin_inset Formula $-B^{2}$
27782 \end_inset
27783
27784 という項を置いたとすると,ページ余白の領域に出てしまいますが,これはよくありません.幅をうまく使うには,最初の行の行頭に負の空白を入れる方法もあります.
27785 \end_layout
27786
27787 \begin_layout Itemize
27788 \SpecialChar LyX
27789 のバグによって,最初の行にマウスでカーソルを入れることはできません
27790 \begin_inset Foot
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 \begin_inset CommandInset href
27795 LatexCommand href
27796 name "LyX-bug #1429"
27797 target "http://www.lyx.org/trac/ticket/1429"
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \end_inset
27805
27806 .カーソルを行頭に合わせて,矢印
27807 \begin_inset Flex Ruby
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811
27812 \begin_inset Argument post:1
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 キー
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \end_inset
27825
27826 で移動するしかありません.
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Itemize
27835 長い数式を組む他の方法として,第
27836 \begin_inset CommandInset ref
27837 LatexCommand ref
27838 reference "subsec:multline環境"
27839
27840 \end_inset
27841
27842 節と第
27843 \begin_inset CommandInset ref
27844 LatexCommand ref
27845 reference "subsec:数式の一部の多行化"
27846
27847 \end_inset
27848
27849 節で述べられている環境を用いる方法があります.
27850 \end_layout
27851
27852 \begin_layout Subsubsection
27853 多行にわたる分数
27854 \begin_inset CommandInset label
27855 LatexCommand label
27856 name "subsec:多行にわたる分数"
27857
27858 \end_inset
27859
27860
27861 \begin_inset Index idx
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 分数の分母もしくは分子が長すぎて,一行に入りきらないことがあります.この場合には,分数内で改行をしなくてはなりません.これを行うには,
27875 \series bold
27876
27877 \backslash
27878 splitfrac
27879 \series default
27880 コマンド
27881 \begin_inset Index idx
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885 こまんど@コマンド ! S ! 
27886 \backslash
27887 splitfrac
27888 \end_layout
27889
27890 \end_inset
27891
27892 を使うことができます.これを有効化するには,文書設定の
27893 \family sans
27894 数式オプション
27895 \family default
27896 で,
27897 \series bold
27898 mathtools
27899 \series default
27900 パッケージ
27901 \begin_inset Index idx
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 ぱっけーじ@パッケージ ! mathtools
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \family sans
27912 常に読み込み
27913 \family default
27914 オプションを指定してください.
27915 \series bold
27916
27917 \backslash
27918 splitfrac
27919 \series default
27920 のスキームは
27921 \end_layout
27922
27923 \begin_layout Standard
27924
27925 \series bold
27926
27927 \backslash
27928 splitfrac{1行目}{2行目}
27929 \end_layout
27930
27931 \begin_layout Standard
27932 となっており,分母にも分子にも使うことができます.
27933 \end_layout
27934
27935 \begin_layout Standard
27936 \begin_inset Formula 
27937 \[
27938 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}
27939 \]
27940
27941 \end_inset
27942
27943 上記の最初の分子に使われているコマンドは,
27944 \end_layout
27945
27946 \begin_layout Standard
27947
27948 \series bold
27949
27950 \backslash
27951 splitfrac{xy+xy+xy+xy+xy
27952 \begin_inset space \textvisiblespace{}
27953 \end_inset
27954
27955
27956 \backslash
27957 {+wy+wy+wy+wy
27958 \end_layout
27959
27960 \begin_layout Standard
27961 です.
27962 \end_layout
27963
27964 \begin_layout Subsubsection
27965 多行にわたる括弧
27966 \begin_inset CommandInset label
27967 LatexCommand label
27968 name "subsec:多行にわたる括弧"
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 多行にわたる括弧を作ろうとすると,以下のような問題が生じます.
27987 \begin_inset Formula 
27988 \begin{eqnarray*}
27989 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27990  &  & \left.\cdots+B-D\right]
27991 \end{eqnarray*}
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Standard
27999 可変寸法の括弧は多行にわたることができないので,閉じ括弧が初めの括弧よりも小さくなってしまっています.
28000 \end_layout
28001
28002 \begin_layout Standard
28003 二行めの括弧の大きさを正しく設定するには,最初の行の終わりを
28004 \series bold
28005
28006 \backslash
28007 right.
28008 \series default
28009
28010 \begin_inset Index idx
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014 こまんど@コマンド ! R ! 
28015 \backslash
28016 right
28017 \end_layout
28018
28019 \end_inset
28020
28021 とし,二行めの始めを
28022 \series bold
28023
28024 \backslash
28025 left.
28026 \begin_inset Foot
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031 \series bold
28032
28033 \backslash
28034 left
28035 \series default
28036
28037 \series bold
28038
28039 \backslash
28040 right
28041 \series default
28042 に関する詳細は,第
28043 \begin_inset CommandInset ref
28044 LatexCommand ref
28045 reference "subsec:自動の括弧丈"
28046
28047 \end_inset
28048
28049 節をご覧下さい.
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \series default
28056
28057 \begin_inset Index idx
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 こまんど@コマンド ! L ! 
28062 \backslash
28063 left
28064 \end_layout
28065
28066 \end_inset
28067
28068 とします.一行めにおいては,範囲付き積演算子がもっとも大きな記号であり,これが二行めの括弧の大きさにならなくてはならないので,
28069 \series bold
28070
28071 \backslash
28072 left.
28073 \series default
28074 の後に,
28075 \series bold
28076
28077 \backslash
28078 vphantom
28079 \series default
28080
28081 \begin_inset space \textvisiblespace{}
28082 \end_inset
28083
28084
28085 \series bold
28086
28087 \backslash
28088 prod
28089 \series default
28090 ^
28091 \begin_inset space \textvisiblespace{}
28092 \end_inset
28093
28094
28095 \series bold
28096
28097 \backslash
28098 infty
28099 \series default
28100
28101 \begin_inset space \textvisiblespace{}
28102 \end_inset
28103
28104
28105 \series bold
28106
28107 \begin_inset Formula $\downarrow$
28108 \end_inset
28109
28110 _R=1}
28111 \series default
28112
28113 \begin_inset Index idx
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 こまんど@コマンド ! V ! 
28118 \backslash
28119 vphantom
28120 \end_layout
28121
28122 \end_inset
28123
28124 というコマンドを挿入します.
28125 \end_layout
28126
28127 \begin_layout Standard
28128 その結果が以下の数式です.
28129 \begin_inset Formula 
28130 \begin{eqnarray*}
28131 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28132  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28133 \end{eqnarray*}
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Subsection
28141 align環境
28142 \end_layout
28143
28144 \begin_layout Standard
28145 align環境は,すべての型の多行数式に使うことができ,とくに,いくつかの数式を並べて表示させるのに便利です.
28146 \end_layout
28147
28148 \begin_layout Standard
28149 align環境には列があり,奇数列は右揃え,偶数列は左揃えに設定されます.align環境の行にはすべて,付番することができます.
28150 \end_layout
28151
28152 \begin_layout Standard
28153 align環境は,
28154 \family sans
28155 挿入\SpecialChar menuseparator
28156 数式
28157 \family default
28158 メニューから作ることができます.
28159 \family sans
28160 編集\SpecialChar menuseparator
28161 数式\SpecialChar menuseparator
28162 数式の表記を変更
28163 \family default
28164 メニューを使えば,既存の数式をalign環境に変更することができます.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 列を追加したり削除したりするには,数式ツールバーボタンの
28169 \begin_inset Info
28170 type  "icon"
28171 arg   "tabular-feature append-column"
28172 \end_inset
28173
28174
28175 \begin_inset Info
28176 type  "icon"
28177 arg   "tabular-feature delete-column"
28178 \end_inset
28179
28180 を使うか,
28181 \family sans
28182 編集\SpecialChar menuseparator
28183 行と列
28184 \family default
28185 メニューを使います.
28186 \end_layout
28187
28188 \begin_layout Subsubsection
28189 標準align環境
28190 \begin_inset CommandInset label
28191 LatexCommand label
28192 name "subsec:標準align環境"
28193
28194 \end_inset
28195
28196
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 すうしき@数式 ! たぎょう@多行
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205 —— ! alignかんきょう@align環境
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 このalign環境は,数式中で
28215 \begin_inset Info
28216 type  "shortcut"
28217 arg   "newline-insert newline"
28218 \end_inset
28219
28220 を押すか,
28221 \family sans
28222 挿入\SpecialChar menuseparator
28223 数式\SpecialChar menuseparator
28224 AMS align環境
28225 \family default
28226 メニューで作ることができます.
28227 \end_layout
28228
28229 \begin_layout Standard
28230 以下は,二つの数式を横に並べた例ですが,これは4列からなるalign環境として作ります.
28231 \begin_inset Formula 
28232 \begin{align*}
28233 A & =\sin(B) & C & =D\\
28234 C & \ne A & B & \ne D
28235 \end{align*}
28236
28237 \end_inset
28238
28239 ご覧になって分かるように,この環境の数式は,一列めの前と偶数列の後に
28240 \series bold
28241
28242 \backslash
28243 hfill
28244 \begin_inset Foot
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248
28249 \series bold
28250
28251 \backslash
28252 hfill
28253 \series default
28254 に関する詳細は,第
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "subsec:可変長の空白"
28258
28259 \end_inset
28260
28261 節をご覧下さい.
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \series default
28268 があるかのように配置されます.数式様式として
28269 \series bold
28270 行頭下げ
28271 \begin_inset Foot
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275
28276 \series bold
28277 数式様式については,第
28278 \series default
28279
28280 \begin_inset CommandInset ref
28281 LatexCommand ref
28282 reference "sec:数式様式"
28283
28284 \end_inset
28285
28286 節をご覧下さい.
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \series default
28293 を使う場合には,第一列の前の
28294 \series bold
28295
28296 \backslash
28297 hfill
28298 \series default
28299 はない形で数式が設定されます.
28300 \end_layout
28301
28302 \begin_layout Subsubsection
28303 alignat環境
28304 \begin_inset Index idx
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 すうしき@数式 ! たぎょう@多行
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 —— ! alignatかんきょう@alignat環境
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \begin_layout Standard
28321 alignat環境には,事前に設定された列間が存在しません.列間は,必要ならば,第
28322 \begin_inset CommandInset ref
28323 LatexCommand ref
28324 reference "subsec:空白"
28325
28326 \end_inset
28327
28328 節に述べられている空白を使用して手動で入れます.
28329 \end_layout
28330
28331 \begin_layout Standard
28332 以下は,上記の例をalignat環境に設定し,二つめの数式の頭に1
28333 \begin_inset space \thinspace{}
28334 \end_inset
28335
28336 cmの空白を入れたものです.
28337 \begin_inset Formula 
28338 \begin{alignat*}{2}
28339 A & =\sin(B) & \hspace{1cm}C & =D\\
28340 C & \ne A & B & \ne D
28341 \end{alignat*}
28342
28343 \end_inset
28344
28345 列間を各列ごとに設定することができるので,この環境は,とくに三つないし四つの数式を横に並べるのに向いています.
28346 \end_layout
28347
28348 \begin_layout Subsubsection
28349 flalign環境
28350 \begin_inset CommandInset label
28351 LatexCommand label
28352 name "subsec:flalign環境"
28353
28354 \end_inset
28355
28356
28357 \begin_inset Index idx
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 すうしき@数式 ! たぎょう@多行
28362 \begin_inset space \thinspace{}
28363 \end_inset
28364
28365 —— ! flalignかんきょう@flalign環境
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 この環境では,つねに,最初の二列をできるだけ左寄せにし,最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
28375 \begin_inset Formula 
28376 \begin{flalign*}
28377 A & =1 & B & =2 & C & =3\\
28378 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28379 \end{flalign*}
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Standard
28387 奇数列のflalign環境を作成し,最後の列に空の\SpecialChar TeX
28388 括弧を入れておくと,数式様式として
28389 \series bold
28390 中央揃え
28391 \series default
28392 が用いられているときでも,一部の数式を左寄せにすることができます.以下は,例として
28393 \begin_inset CommandInset ref
28394 LatexCommand eqref
28395 reference "eq:VolInt"
28396
28397 \end_inset
28398
28399 式を行頭下げにしたものです.
28400 \begin_inset Formula 
28401 \begin{flalign}
28402 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28403 \end{flalign}
28404
28405 \end_inset
28406
28407 ここで,最初の二列には数式が入れられており,行頭下げ数式様式と同等の字下げを行うために,30
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411 ptの空白が第1列の頭に入れてあります.
28412 \end_layout
28413
28414 \begin_layout Subsection
28415 eqnarray環境
28416 \begin_inset CommandInset label
28417 LatexCommand label
28418 name "subsec:eqnarray環境"
28419
28420 \end_inset
28421
28422
28423 \begin_inset Index idx
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 すうしき@数式 ! たぎょう@多行
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 —— ! eqnarrayかんきょう@eqnarray環境
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 この環境を作成すると,三つの青枠が現れます.最初の枠の内容は右寄せに設定され,最後の枠の内容は左寄せに設定されます.中央の枠は,関係子のみを入れることを想定して
28441 いるので,その内容は中央揃えで少し小さく設定されます.
28442 \begin_inset Formula 
28443 \begin{eqnarray*}
28444 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28445 AB & AB & AB\\
28446 A & = & A
28447 \end{eqnarray*}
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Subsection
28455 gather環境
28456 \begin_inset Index idx
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460 すうしき@数式 ! たぎょう@多行
28461 \begin_inset space \thinspace{}
28462 \end_inset
28463
28464 —— ! gatherかんきょう@gather環境
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 この環境には,中央揃えに設定された列一つしかありません.行はすべて付番することができます.
28474 \begin_inset Formula 
28475 \begin{gather}
28476 A=1\\
28477 X=\textrm{-}1
28478 \end{gather}
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Subsection
28486 multline環境
28487 \begin_inset CommandInset label
28488 LatexCommand label
28489 name "subsec:multline環境"
28490
28491 \end_inset
28492
28493
28494 \begin_inset Index idx
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 すうしき@数式 ! たぎょう@多行
28499 \begin_inset space \thinspace{}
28500 \end_inset
28501
28502 —— ! multlineかんきょう@multpline環境
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 gather環境同様,multline環境には,中央揃えに設定された列一つしかありません.ただし,一行めが左揃えに設定され,最終行が右揃えに設定されるのです.他
28512 の行はすべて中央揃えになります.このことから,この環境は,長い数式に使うのに向いています.用例として,
28513 \begin_inset CommandInset ref
28514 LatexCommand eqref
28515 reference "eq:lefteqn"
28516
28517 \end_inset
28518
28519 式をmultline環境に置いたものを示します.
28520 \begin_inset Formula 
28521 \begin{multline}
28522 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}\\
28523 -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}\\
28524 =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}}
28525 \end{multline}
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \begin_layout Standard
28533 文書の付番設定が右寄せ(左寄せ)になっているときには,出力では,multline環境の最後(最初)の行だけが付番されます
28534 \begin_inset Foot
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 付番様式については,第
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "sec:数式様式"
28542
28543 \end_inset
28544
28545 節を参照.
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 shoveright
28559 \begin_inset Index idx
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 こまんど@コマンド ! S ! 
28564 \backslash
28565 shoveright
28566 \end_layout
28567
28568 \end_inset
28569
28570 コマンドや
28571 \backslash
28572 shoveleft
28573 \begin_inset Index idx
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 こまんど@コマンド ! S ! 
28578 \backslash
28579 shoveleft
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \series default
28586 コマンドを使えば,中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,以下のようにして使います.
28587 \end_layout
28588
28589 \begin_layout Standard
28590
28591 \series bold
28592
28593 \backslash
28594 shoveright{行の内容}
28595 \series default
28596 あるいは
28597 \series bold
28598
28599 \backslash
28600 shoveleft{行の内容}
28601 \end_layout
28602
28603 \begin_layout Standard
28604 \begin_inset VSpace medskip
28605 \end_inset
28606
28607
28608 \series bold
28609
28610 \backslash
28611 multlinegap
28612 \begin_inset Index idx
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616 こまんど@コマンド ! M ! 
28617 \backslash
28618 multlinegap
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \series default
28625 長は,一行めの左ページ余白からの距離を指定します.既定値は0
28626 \begin_inset space \thinspace{}
28627 \end_inset
28628
28629 ptの長さです.
28630 \end_layout
28631
28632 \begin_layout Standard
28633 以下は,上記の数式に
28634 \end_layout
28635
28636 \begin_layout Standard
28637
28638 \series bold
28639
28640 \backslash
28641 setlength{
28642 \backslash
28643 multlinegap}{2cm}
28644 \end_layout
28645
28646 \begin_layout Standard
28647 というコマンドを,\SpecialChar TeX
28648 モードで直前に挿入した例です.
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 setlength{
28657 \backslash
28658 multlinegap}{2cm}
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \begin_inset Formula 
28665 \begin{multline}
28666 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}\\
28667 \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}}\\
28668 =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}}
28669 \end{multline}
28670
28671 \end_inset
28672
28673
28674 \begin_inset ERT
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678
28679
28680 \backslash
28681 setlength{
28682 \backslash
28683 multlinegap}{0pt}
28684 \end_layout
28685
28686 \end_inset
28687
28688 二行めは,
28689 \series bold
28690
28691 \backslash
28692 shoveleft
28693 \series default
28694 を使って左揃えにしています.
28695 \end_layout
28696
28697 \begin_layout Subsection
28698 数式の一部の多行化
28699 \begin_inset CommandInset label
28700 LatexCommand label
28701 name "subsec:数式の一部の多行化"
28702
28703 \end_inset
28704
28705
28706 \begin_inset Index idx
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 すうしき@数式 ! たぎょう@多行
28711 \begin_inset space \thinspace{}
28712 \end_inset
28713
28714 —— ! すうしきのいちぶ@数式の一部
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 数式の一部分のみを多行表示したい場合には,
28724 \series bold
28725 aligned
28726 \series default
28727
28728 \series bold
28729 alignedat
28730 \series default
28731
28732 \series bold
28733 gathered
28734 \series default
28735
28736 \series bold
28737 split
28738 \series default
28739 のうちのいずれかの環境を使用します.これらは,
28740 \family sans
28741 挿入\SpecialChar menuseparator
28742 数式
28743 \family default
28744 メニューか,本節で解説している各コマンドを使用して挿入することができます.
28745 \end_layout
28746
28747 \begin_layout Standard
28748 最初の三つの環境は,環境名から
28749 \series bold
28750 ed
28751 \series default
28752 を省いた同名の多行数式環境と同じ性格を持ちますが,環境の前後に数式を続けることが可能です.たとえば,
28753 \begin_inset Formula 
28754 \[
28755 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28756 \Delta E\Delta t & \ge\frac{\hbar}{2}
28757 \end{aligned}
28758 \right\} \textrm{不確定性原理}
28759 \]
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 この数式を作るには,別行立て数式をまず作っておいて,そこに
28768 \series bold
28769
28770 \backslash
28771 aligned
28772 \begin_inset Index idx
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776 こまんど@コマンド ! A ! 
28777 \backslash
28778 aligned
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \series default
28785 コマンドを挿入しています.紫枠の中に青枠が現れるので,そこに必要に応じて,列や行を加えていきます.この多行環境の外には,括弧などの他の数式要素を入れることができ
28786 ます.
28787 \end_layout
28788
28789 \begin_layout Standard
28790 aligned環境は,長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,数式番号を行末の,数式全高の中心
28791 に配置できる利点があります.以下に例として,
28792 \begin_inset CommandInset ref
28793 LatexCommand eqref
28794 reference "eq:shortlong"
28795
28796 \end_inset
28797
28798 式にaligned環境を適用したものを示します.
28799 \begin_inset Formula 
28800 \begin{equation}
28801 \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}|}\\
28802  & -\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}|}
28803 \end{aligned}
28804 \end{equation}
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Standard
28812
28813 \series bold
28814 alignedat
28815 \series default
28816
28817 \series bold
28818 gathered
28819 \series default
28820
28821 \series bold
28822 split
28823 \series default
28824 の各環境を使うには,それぞれ
28825 \series bold
28826
28827 \backslash
28828 alignedat
28829 \series default
28830
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 こまんど@コマンド ! A ! 
28836 \backslash
28837 alignedat
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \series bold
28844
28845 \backslash
28846 gathered
28847 \series default
28848
28849 \begin_inset Index idx
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 こまんど@コマンド ! G ! 
28854 \backslash
28855 gathered
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \series bold
28862
28863 \backslash
28864 split
28865 \series default
28866
28867 \begin_inset Index idx
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 こまんど@コマンド ! S ! 
28872 \backslash
28873 split
28874 \end_layout
28875
28876 \end_inset
28877
28878 の各コマンドを挿入します.split環境は,aligned環境と同じ性格を持ちますが,二つの列しか作ることができません.
28879 \end_layout
28880
28881 \begin_layout Subsection
28882 多行数式中のテキスト
28883 \begin_inset CommandInset label
28884 LatexCommand label
28885 name "subsec:多行数式中のテキスト"
28886
28887 \end_inset
28888
28889
28890 \begin_inset Index idx
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \begin_inset Index idx
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 すうしき @ 数式 ! たぎょう @ 多行
28905 \begin_inset space \thinspace{}
28906 \end_inset
28907
28908 —— ! てきすと @ テキスト
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 各align系環境およびmultline・gather環境では,独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,以下の書
28918 式を持つ
28919 \series bold
28920
28921 \backslash
28922 intertext
28923 \series default
28924
28925 \begin_inset Index idx
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 こまんど@コマンド ! I ! 
28930 \backslash
28931 intertext
28932 \end_layout
28933
28934 \end_inset
28935
28936 コマンドを使います.
28937 \end_layout
28938
28939 \begin_layout Standard
28940
28941 \series bold
28942
28943 \backslash
28944 intertext{テキスト}
28945 \end_layout
28946
28947 \begin_layout Standard
28948 テキストのハイフネーションを行うことはできないので,テキストは一行に収めなくてはなりません.\SpecialChar LyX
28949 は,現時点では
28950 \series bold
28951
28952 \backslash
28953 intertext
28954 \series default
28955 を直接サポートしていないので,テキストは数式テキストとして書き入れます.ここで,
28956 \series bold
28957
28958 \backslash
28959 intertext
28960 \series default
28961 は行頭になくてはならず,当該行の上に出力されます.以下は,二行めの行頭にテキストを入れた例です.
28962 \begin_inset Formula 
28963 \begin{align}
28964 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28965 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28966 \end{align}
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 intertext
28979 \series default
28980 は,文と数式行の間に,常に縦空白を生み出します.この空白を抑制するには,文書設定の
28981 \family sans
28982 数式オプション
28983 \family default
28984
28985 \series bold
28986 mathtools
28987 \series default
28988
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 ぱっけーじ@パッケージ ! mathtools
28994 \end_layout
28995
28996 \end_inset
28997
28998 パッケージを
28999 \family sans
29000 常に読み込み
29001 \family default
29002 に設定してください.そうすると,以下のように,
29003 \series bold
29004
29005 \backslash
29006 intertext
29007 \series default
29008 の代わりに
29009 \series bold
29010
29011 \backslash
29012 shortintertext
29013 \series default
29014
29015 \begin_inset Index idx
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 こまんど@コマンド ! S ! 
29020 \backslash
29021 shortintertext
29022 \end_layout
29023
29024 \end_inset
29025
29026 コマンドを使うことができます.
29027 \begin_inset Formula 
29028 \begin{align}
29029 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29030 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29031 \end{align}
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Section
29039 数式番号
29040 \begin_inset Index idx
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 すうしきばんごう@数式番号
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \begin_inset Index idx
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054 すうしき@数式 ! ばんごう@番号
29055 \begin_inset ERT
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059
29060 |see{
29061 \end_layout
29062
29063 \end_inset
29064
29065 数式番号
29066 \begin_inset ERT
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070
29071 }
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Subsection
29085 概要
29086 \end_layout
29087
29088 \begin_layout Standard
29089 付番数式は,
29090 \family sans
29091 挿入\SpecialChar menuseparator
29092 数式\SpecialChar menuseparator
29093 付番数式
29094 \family default
29095 メニュー(
29096 \begin_inset Flex Ruby
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 捷径
29101 \begin_inset Argument post:1
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 ショートカット
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \family sans
29117 Ctrl+Alt
29118 \begin_inset space ~
29119 \end_inset
29120
29121 N
29122 \family default
29123 )で作ることができます.既存の数式に番号を振るには,
29124 \family sans
29125 編集\SpecialChar menuseparator
29126 数式\SpecialChar menuseparator
29127 数式全体を付番
29128 \family default
29129 メニュー(捷径:
29130 \begin_inset Info
29131 type  "shortcut"
29132 arg   "math-number-toggle"
29133 \end_inset
29134
29135 )を使います.\SpecialChar LyX
29136 中において数式番号は,数式の後に括弧に囲まれた「#」で表されます.「#」は,実際の出力では数式番号に置き換えられます.
29137 \end_layout
29138
29139 \begin_layout Standard
29140 多行数式で付番が有効になっているときには,すべての行に番号が振られます.ただし,
29141 \family sans
29142 編集\SpecialChar menuseparator
29143 数式\SpecialChar menuseparator
29144 この行を付番
29145 \family default
29146 メニュー(捷径:
29147 \begin_inset Info
29148 type  "shortcut"
29149 arg   "math-number-line-toggle"
29150 \end_inset
29151
29152 )を使用すれば,各行毎に付番するかどうか指定することができます.
29153 \end_layout
29154
29155 \begin_layout Standard
29156 行内数式を除いて,すべての数式は二通りの様式で番号を振ることができます.第
29157 \begin_inset CommandInset ref
29158 LatexCommand ref
29159 reference "sec:数式様式"
29160
29161 \end_inset
29162
29163 節をご覧下さい.
29164 \end_layout
29165
29166 \begin_layout Subsection
29167 相互参照
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 そうごさんしょう@相互参照 ! すうしきへの@数式への
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 ラベルを付けた数式は,すべて相互参照することができます.ラベルは,
29182 \family sans
29183 挿入\SpecialChar menuseparator
29184 ラベル
29185 \family default
29186 メニューか,ツールバーボタンの
29187 \begin_inset Info
29188 type  "icon"
29189 arg   "label-insert"
29190 \end_inset
29191
29192 で付けることができます.このとき,カーソルは別行立て数式の中になくてはなりません.すると,テキストフィールドの中に
29193 \series bold
29194 eq:と
29195 \series default
29196 いう接頭語の入ったダイアログが現れるので,接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,こうして数式ラベルであるとの標
29197 を付けることによって,節ラベルなどから区別し,大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
29198 \family sans
29199 挿入\SpecialChar menuseparator
29200 ラベル
29201 \family default
29202 メニューをもういちど使って下さい.
29203 \end_layout
29204
29205 \begin_layout Standard
29206 \SpecialChar LyX
29207 中でラベル名は,数式の後ろに,二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
29208 \end_layout
29209
29210 \begin_layout Standard
29211 相互参照は,
29212 \family sans
29213 挿入\SpecialChar menuseparator
29214 相互参照
29215 \family default
29216 メニューかツールバーボタンの
29217 \begin_inset Info
29218 type  "icon"
29219 arg   "dialog-show-new-inset ref"
29220 \end_inset
29221
29222 を使って挿入します.数式相互参照は,出力では数式番号として表示されます.相互参照ダイアログで「
29223 \series bold
29224 (<参照>)
29225 \series default
29226 」書式を選択した場合には,出力での相互参照は,括弧に囲まれた数式番号として表示されます.
29227 \begin_inset Newline newline
29228 \end_inset
29229
29230 \SpecialChar LyX
29231 中で相互参照を右クリックすると,参照先の数式に移動することができます.
29232 \end_layout
29233
29234 \begin_layout Standard
29235 以下は,後の各小節に現れる数式への相互参照を含む例です.
29236 \begin_inset Note Note
29237 status open
29238
29239 \begin_layout Plain Layout
29240 相互参照の型の違いに留意してください.
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Standard
29249 \begin_inset CommandInset ref
29250 LatexCommand eqref
29251 reference "eq:tag"
29252
29253 \end_inset
29254
29255 式と
29256 \begin_inset CommandInset ref
29257 LatexCommand eqref
29258 reference "eq:c"
29259
29260 \end_inset
29261
29262 式は,等価です.(
29263 \begin_inset CommandInset ref
29264 LatexCommand ref
29265 reference "eq:Rom"
29266
29267 \end_inset
29268
29269 )式とは異なり,(
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "eq:Lat"
29273
29274 \end_inset
29275
29276 )式では,付番にラテン数字を使用しています.
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace medskip
29281 \end_inset
29282
29283
29284 \series bold
29285
29286 \backslash
29287 tag
29288 \begin_inset Foot
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292
29293 \series bold
29294
29295 \backslash
29296 tag
29297 \series default
29298 は,第
29299 \begin_inset CommandInset ref
29300 LatexCommand ref
29301 reference "subsec:自己定義番号"
29302
29303 \end_inset
29304
29305 節に説明があります.
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \series default
29312 の引数が,第
29313 \begin_inset CommandInset ref
29314 LatexCommand ref
29315 reference "subsec:段落ボックス"
29316
29317 \end_inset
29318
29319 節で述べたボックスを含んでいるときには,その数式を参照することはできません.
29320 \end_layout
29321
29322 \begin_layout Subsection
29323 細目番号
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 begin{subequations}
29342 \series default
29343 および
29344 \series bold
29345
29346 \backslash
29347 end{subequations}
29348 \series default
29349 コマンドを使うと,数式に細目番号を付けることができます.これらのコマンドは,\SpecialChar TeX
29350 モードで入れます.
29351 \end_layout
29352
29353 \begin_layout Standard
29354 たとえば,
29355 \begin_inset Formula 
29356 \begin{equation}
29357 A=C-B
29358 \end{equation}
29359
29360 \end_inset
29361
29362
29363 \begin_inset ERT
29364 status open
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 begin{subequations}
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset VSpace -5mm
29377 \end_inset
29378
29379
29380 \begin_inset Formula 
29381 \begin{equation}
29382 B=C-A\label{eq:b}
29383 \end{equation}
29384
29385 \end_inset
29386
29387
29388 \begin_inset Formula 
29389 \begin{equation}
29390 C=A+B\label{eq:c}
29391 \end{equation}
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset ERT
29400 status open
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 end{subequations}
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 この例を作るには,次のようにします.
29416 \end_layout
29417
29418 \begin_layout Enumerate
29419 一つめの数式を入力します.
29420 \end_layout
29421
29422 \begin_layout Enumerate
29423 一つめの数式の後に
29424 \begin_inset Newline newline
29425 \end_inset
29426
29427
29428 \series bold
29429
29430 \backslash
29431 begin{subequations}
29432 \begin_inset Newline newline
29433 \end_inset
29434
29435
29436 \series default
29437 を入力します.
29438 \end_layout
29439
29440 \begin_layout Enumerate
29441 二つめの数式を入力します.
29442 \end_layout
29443
29444 \begin_layout Enumerate
29445 三つめの数式を入力します.
29446 \end_layout
29447
29448 \begin_layout Enumerate
29449 三つめの数式の後に,
29450 \series bold
29451
29452 \backslash
29453 end{subequations}
29454 \series default
29455 を入力します.
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 begin
29464 \series default
29465 コマンドと
29466 \series bold
29467
29468 \backslash
29469 end
29470 \series default
29471 コマンドのあいだの数式はすべて,出力中ではa・b・c\SpecialChar ldots
29472 のように細目番号が振られます.
29473 \end_layout
29474
29475 \begin_layout Standard
29476 細目番号への参照は,
29477 \begin_inset CommandInset ref
29478 LatexCommand eqref
29479 reference "eq:b"
29480
29481 \end_inset
29482
29483
29484 \begin_inset CommandInset ref
29485 LatexCommand eqref
29486 reference "eq:c"
29487
29488 \end_inset
29489
29490 のように,通常の数式参照同様に動作します.細目数式全体に対する参照が欲しい場合には,
29491 \series bold
29492  
29493 \backslash
29494 begin{subequations}の直後にラベルを挿入して,それを参照してください.
29495 \series default
29496 数式
29497 \begin_inset CommandInset ref
29498 LatexCommand eqref
29499 reference "eq:以下は、二行めのみ付番を無効にしている多行数式の例です。"
29500
29501 \end_inset
29502
29503 はその例です.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 上記のように,コマンドを\SpecialChar TeX
29508 モードで入れると,最初の二つの数式のあいだに空白が生じてしまいます.これを戻すために,-5
29509 \begin_inset space \thinspace{}
29510 \end_inset
29511
29512 mmの垂直空白を
29513 \series bold
29514
29515 \backslash
29516 begin{subequations}
29517 \series default
29518 コマンドの後に入れています.数式様式として
29519 \series bold
29520 行頭下げ
29521 \begin_inset Foot
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526 \series bold
29527 数式様式に関しては,第
29528 \series default
29529
29530 \begin_inset CommandInset ref
29531 LatexCommand ref
29532 reference "sec:数式様式"
29533
29534 \end_inset
29535
29536 節を参照.
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \series default
29543 を用いているときには,これを-7
29544 \begin_inset space \thinspace{}
29545 \end_inset
29546
29547 mm空白にしてください.
29548 \end_layout
29549
29550 \begin_layout Standard
29551 ラテン小文字でない細目番号を得るには,
29552 \series bold
29553
29554 \backslash
29555 begin{subequations}の直後にTeXコードで下記のコマンドを挿入してください.
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 renewcommand{
29564 \backslash
29565 theequation}{
29566 \backslash
29567 theparentequation -
29568 \backslash
29569 roman{equation}}
29570 \end_layout
29571
29572 \begin_layout Standard
29573
29574 \series bold
29575 ここで,
29576 \backslash
29577 theparentequationは親番号を生成し,
29578 \backslash
29579 roman{equation}は細目番号として小文字ローマ数字を生成します.番号付けの調整について,詳しくは
29580 \series default
29581
29582 \begin_inset CommandInset ref
29583 LatexCommand ref
29584 reference "subsec:ローマ数字や文字を使った付番"
29585
29586 \end_inset
29587
29588 を参照してください.
29589 \end_layout
29590
29591 \begin_layout Standard
29592 下記は,番号付けを調整済みで,2行目の付番を消した多行数式の例です.
29593 \begin_inset ERT
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597
29598
29599 \backslash
29600 begin{subequations}
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \begin_inset CommandInset label
29607 LatexCommand label
29608 name "eq:以下は、二行めのみ付番を無効にしている多行数式の例です。"
29609
29610 \end_inset
29611
29612
29613 \begin_inset ERT
29614 status open
29615
29616 \begin_layout Plain Layout
29617
29618
29619 \backslash
29620 renewcommand{
29621 \backslash
29622 theequation}{
29623 \backslash
29624 theparentequation -
29625 \backslash
29626 roman{equation}}
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \begin_inset Formula 
29633 \begin{eqnarray}
29634 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
29635  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29636  & = & B^{2}-2BZ+Z^{2}
29637 \end{eqnarray}
29638
29639 \end_inset
29640
29641
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 end{subequations}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Subsection
29658 自己定義番号
29659 \begin_inset CommandInset label
29660 LatexCommand label
29661 name "subsec:自己定義番号"
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 すうしきばんごう@数式番号 ! じこていぎ@自己定義
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 \begin_inset Index idx
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29684 \end_layout
29685
29686 \end_inset
29687
29688 標準の付番では,数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,\SpecialChar LaTeX
29689 プリアンブルに以下の行を付け加えます.
29690 \end_layout
29691
29692 \begin_layout Standard
29693
29694 \series bold
29695
29696 \backslash
29697 def
29698 \backslash
29699 tagform@#1{
29700 \backslash
29701 maketag@@@{
29702 \series default
29703
29704 \begin_inset Formula $\boldsymbol{|}$
29705 \end_inset
29706
29707
29708 \series bold
29709 #1
29710 \series default
29711
29712 \begin_inset Formula $\boldsymbol{|}$
29713 \end_inset
29714
29715
29716 \series bold
29717 }}
29718 \series default
29719
29720 \begin_inset Note Note
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 このマクロは,テスト用に\SpecialChar LaTeX
29725 プリアンブルで既に宣言されています.これを有効にするには,最初のパーセント記号を取り除いて下さい.
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 他の記号を使いたいときには,
29735 \series bold
29736 #1
29737 \series default
29738 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,縦棒を削除して下さい.
29739 \end_layout
29740
29741 \begin_layout Standard
29742 \begin_inset VSpace bigskip
29743 \end_inset
29744
29745 数式の後ろに,括弧に囲まれた連番の代わりに,何かしらの表現が欲しいときには,以下のように
29746 \series bold
29747
29748 \backslash
29749 tag
29750 \series default
29751
29752 \begin_inset Index idx
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 こまんど@コマンド ! T ! 
29757 \backslash
29758 tag
29759 \end_layout
29760
29761 \end_inset
29762
29763 コマンドを使います.
29764 \begin_inset Formula 
29765 \begin{equation}
29766 A+B=C\tag{何とかかんとか}\label{eq:tag}
29767 \end{equation}
29768
29769 \end_inset
29770
29771 上記の例では,
29772 \series bold
29773
29774 \backslash
29775 tag
29776 \begin_inset space \textvisiblespace{}
29777 \end_inset
29778
29779 何とかかんとか
29780 \series default
29781 というコマンドを数式に打ち込んでいます.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 代わりに
29786 \series bold
29787
29788 \backslash
29789 tag*
29790 \begin_inset space \textvisiblespace{}
29791 \end_inset
29792
29793 何とかかんとか
29794 \series default
29795 というコマンドを使うと,星印は表現の周りの括弧を抑制するので,以下のようになります.
29796 \begin_inset Formula 
29797 \[
29798 A+B=C\tag*{something}
29799 \]
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 \begin_inset VSpace bigskip
29808 \end_inset
29809
29810 数式番号を,文書中の新しい部門や節ごとに振りなおしたいときには,部に関しては
29811 \begin_inset Newline newline
29812 \end_inset
29813
29814
29815 \series bold
29816
29817 \backslash
29818 @addtoreset{equation}{part}
29819 \series default
29820
29821 \begin_inset Index idx
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 こまんど@コマンド ! 
29826 \backslash
29827 @記号 ! 
29828 \backslash
29829
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 "
29836 \end_layout
29837
29838 \end_inset
29839
29840 @
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846 "
29847 \end_layout
29848
29849 \end_inset
29850
29851 addtoreset
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \begin_inset Newline newline
29858 \end_inset
29859
29860 節に関しては
29861 \begin_inset Newline newline
29862 \end_inset
29863
29864
29865 \series bold
29866
29867 \backslash
29868 @addtoreset{equation}{section}
29869 \begin_inset Newline newline
29870 \end_inset
29871
29872
29873 \series default
29874 というコマンドを使います.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 これらのコマンドを\SpecialChar TeX
29879 モードで使えるようにするためには,
29880 \series bold
29881
29882 \backslash
29883 makeatletter
29884 \series default
29885 コマンドで「@」字を\SpecialChar LaTeX
29886 中で「有効」にしてやらなくてはなりません.一方,
29887 \series bold
29888
29889 \backslash
29890 makeatother
29891 \series default
29892 コマンドはこれを無効にします.したがって,\SpecialChar TeX
29893 モード中での上記コマンド列は,
29894 \end_layout
29895
29896 \begin_layout Standard
29897
29898 \series bold
29899
29900 \backslash
29901 makeatletter
29902 \begin_inset Newline newline
29903 \end_inset
29904
29905
29906 \backslash
29907 @addtoreset{equation}{section}
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911
29912 \backslash
29913 makeatother
29914 \begin_inset Newline newline
29915 \end_inset
29916
29917
29918 \series default
29919 のようにならなくてはなりません.
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \SpecialChar LaTeX
29924 プリアンブル中では,
29925 \series bold
29926
29927 \backslash
29928 makeatletter
29929 \series default
29930
29931 \series bold
29932
29933 \backslash
29934 makeatother
29935 \series default
29936 は,\SpecialChar LyX
29937 が内部的に自動で挿入するので省略してかまいません.
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \series bold
29943
29944 \backslash
29945 @addtoreset
29946 \series default
29947 を戻すには,まず\SpecialChar LaTeX
29948 プリアンブル中に
29949 \end_layout
29950
29951 \begin_layout Standard
29952
29953 \series bold
29954
29955 \backslash
29956 usepackage{remreset}
29957 \end_layout
29958
29959 \begin_layout Standard
29960 という行を入れて,
29961 \series bold
29962 remreset.sty
29963 \series default
29964
29965 \begin_inset Foot
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 \series bold
29971 remreset
29972 \series default
29973 は,\SpecialChar LaTeX
29974 パッケージの
29975 \series bold
29976 carlisle
29977 \series default
29978
29979 \begin_inset Index idx
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 ぱっけーじ@パッケージ ! carlisle
29984 \end_layout
29985
29986 \end_inset
29987
29988 の一部として含まれており,\SpecialChar LaTeX
29989 標準頒布版には含まれています.
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Index idx
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 ぱっけーじ@パッケージ ! remreset
30000 \end_layout
30001
30002 \end_inset
30003
30004 ファイルを読み込んでおかなくてはなりません.その後
30005 \begin_inset Newline newline
30006 \end_inset
30007
30008
30009 \series bold
30010
30011 \backslash
30012 @removefromreset
30013 \series default
30014
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 こまんど@コマンド ! 
30020 \backslash
30021 @記号 ! 
30022 \backslash
30023
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029 "
30030 \end_layout
30031
30032 \end_inset
30033
30034 @
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040 "
30041 \end_layout
30042
30043 \end_inset
30044
30045 removefromreset
30046 \end_layout
30047
30048 \end_inset
30049
30050 コマンドを
30051 \series bold
30052
30053 \backslash
30054 @addtoreset
30055 \series default
30056 と同じ書式で使用すると,
30057 \series bold
30058
30059 \backslash
30060 @addtoreset
30061 \series default
30062 を戻すことができます.
30063 \end_layout
30064
30065 \begin_layout Standard
30066 \begin_inset VSpace bigskip
30067 \end_inset
30068
30069 ときには,数式を
30070 \end_layout
30071
30072 \begin_layout Standard
30073
30074 \family typewriter
30075 (節番号.数式番号)
30076 \end_layout
30077
30078 \begin_layout Standard
30079 のような形で付番し,節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 このような場合のために,
30084 \series bold
30085
30086 \backslash
30087 numberwithin
30088 \series default
30089
30090 \begin_inset Index idx
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094 こまんど@コマンド ! N ! 
30095 \backslash
30096 numberwithin
30097 \end_layout
30098
30099 \end_inset
30100
30101 というコマンドがあり,
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 numberwithin{カウンタ}{節階層}
30110 \end_layout
30111
30112 \begin_layout Standard
30113 という書式で用います.「カウンタ」は,どの番号を制御するかを表し,「節階層」は点の前に何の番号を振るのかを表します.
30114 \end_layout
30115
30116 \begin_layout Standard
30117 したがって,ここでは\SpecialChar LaTeX
30118 プリアンブルか\SpecialChar TeX
30119 コードで
30120 \end_layout
30121
30122 \begin_layout Standard
30123
30124 \series bold
30125
30126 \backslash
30127 numberwithin{equation}{section}
30128 \end_layout
30129
30130 \begin_layout Standard
30131 という行を用いることにしましょう.その結果がこれです.
30132 \begin_inset ERT
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136
30137
30138 \backslash
30139 numberwithin{equation}{section}
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \begin_inset Formula 
30146 \begin{equation}
30147 A+B=C
30148 \end{equation}
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Standard
30156 たとえば,部番号を節階層として使用して,表に付番を施すときには
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160
30161 \series bold
30162
30163 \backslash
30164 numberwithin{table}{part}
30165 \series default
30166 を用います.
30167 \end_layout
30168
30169 \begin_layout Standard
30170 標準の付番方式に戻したいときや,この種の付番が文書クラスで定義されているときに,それを止めさせたい場合には,
30171 \end_layout
30172
30173 \begin_layout Standard
30174
30175 \series bold
30176
30177 \backslash
30178 renewcommand{
30179 \backslash
30180 theequation}{
30181 \backslash
30182 arabic{equation}}
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 こまんど@コマンド ! A ! 
30188 \backslash
30189 arabic
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \series default
30196
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 renewcommand{
30205 \backslash
30206 theequation}{
30207 \backslash
30208 arabic{equation}}
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \series bold
30215
30216 \begin_inset Newline newline
30217 \end_inset
30218
30219
30220 \series default
30221 あるいは
30222 \series bold
30223
30224 \begin_inset Newline newline
30225 \end_inset
30226
30227
30228 \backslash
30229 renewcommand{
30230 \backslash
30231 thetable}{
30232 \backslash
30233 arabic{table}}
30234 \end_layout
30235
30236 \begin_layout Standard
30237 というコマンドを\SpecialChar TeX
30238 コードとして入れるか,\SpecialChar LaTeX
30239 プリアンブルに入れます.
30240 \series bold
30241
30242 \backslash
30243 numberwithin
30244 \series default
30245 は,内部的に上記で述べた
30246 \series bold
30247
30248 \backslash
30249 @addtoreset
30250 \series default
30251 コマンドを使用しているので,これも使用後は戻しておかなくてはなりません.
30252 \begin_inset ERT
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256
30257
30258 \backslash
30259 makeatletter
30260 \end_layout
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 @removefromreset{equation}{section}
30267 \end_layout
30268
30269 \begin_layout Plain Layout
30270
30271
30272 \backslash
30273 makeatother
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Subsection
30282 ローマ数字や文字を使った付番
30283 \begin_inset CommandInset label
30284 LatexCommand label
30285 name "subsec:ローマ数字や文字を使った付番"
30286
30287 \end_inset
30288
30289
30290 \begin_inset Index idx
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset Index idx
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 数式は,ローマ数字やラテン文字を使って付番することもできます.たとえば,小文字のローマ数字を使って付番するには,数式の前に\SpecialChar TeX
30314 モードで
30315 \end_layout
30316
30317 \begin_layout Standard
30318
30319 \series bold
30320
30321 \backslash
30322 renewcommand{
30323 \backslash
30324 theequation}{
30325 \backslash
30326 roman{equation}}
30327 \end_layout
30328
30329 \begin_layout Standard
30330 というコマンドを入れます.
30331 \series bold
30332
30333 \backslash
30334 renewcommand
30335 \series default
30336
30337 \begin_inset Index idx
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 こまんど@コマンド ! R ! 
30342 \backslash
30343 renewcommand
30344 \end_layout
30345
30346 \end_inset
30347
30348 は,定義済みのコマンド
30349 \series bold
30350
30351 \backslash
30352 theequation
30353 \series default
30354 をコマンド
30355 \series bold
30356
30357 \backslash
30358 roman{equation}
30359 \series default
30360 に再定義します
30361 \begin_inset Foot
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366 \series bold
30367
30368 \backslash
30369 renewcommand
30370 \series default
30371 コマンドは,第
30372 \begin_inset CommandInset ref
30373 LatexCommand ref
30374 reference "subsec:newcommandコマンド"
30375
30376 \end_inset
30377
30378 節に述べられている
30379 \series bold
30380
30381 \backslash
30382 newcommand
30383 \series default
30384 コマンドと同じ書式を持ちます.
30385 \end_layout
30386
30387 \end_inset
30388
30389 .ここで,
30390 \series bold
30391 equation
30392 \series default
30393 は数式カウンタです.コマンド
30394 \series bold
30395
30396 \backslash
30397 the
30398 \series default
30399 をカウンタの接頭辞として使用すると,カウンタの値がアラビア数字として出力されます.数式に番号を振ると,\SpecialChar LaTeX
30400 は,内部的に
30401 \series bold
30402
30403 \backslash
30404 theequation
30405 \series default
30406 コマンドを数式の後ろに置くのです.
30407 \series bold
30408
30409 \backslash
30410 roman{equation}
30411 \begin_inset Index idx
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 こまんど@コマンド ! R ! 
30416 \backslash
30417 roman
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \series default
30424 は,カウンタを小文字のローマ数字として出力します.
30425 \end_layout
30426
30427 \begin_layout Standard
30428 こうして,
30429 \series bold
30430
30431 \backslash
30432 renew
30433 \series default
30434 c
30435 \series bold
30436 ommand
30437 \series default
30438 コマンド以降の数式はすべて,ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,同じコマンドの
30439 \series bold
30440
30441 \backslash
30442 roman
30443 \series default
30444 の部分を
30445 \series bold
30446
30447 \backslash
30448 Roman
30449 \series default
30450
30451 \begin_inset Index idx
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455 こまんど@コマンド ! R ! 
30456 \backslash
30457 roman@
30458 \backslash
30459 Roman
30460 \end_layout
30461
30462 \end_inset
30463
30464 に変えて挿入します.また,小文字ラテン文字を使って「付番」したいときのために,
30465 \series bold
30466
30467 \backslash
30468 alph
30469 \series default
30470
30471 \begin_inset Index idx
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475 こまんど@コマンド ! A ! 
30476 \backslash
30477 alph
30478 \end_layout
30479
30480 \end_inset
30481
30482 コマンドがあり,大文字ラテン文字を使って付番したいときのためには,
30483 \series bold
30484
30485 \backslash
30486 Alph
30487 \series default
30488
30489 \begin_inset Index idx
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 こまんど@コマンド ! A ! 
30494 \backslash
30495 alph@
30496 \backslash
30497 Alph
30498 \end_layout
30499
30500 \end_inset
30501
30502 コマンドがあります.
30503 \end_layout
30504
30505 \begin_layout Standard
30506 \begin_inset Note Greyedout
30507 status open
30508
30509 \begin_layout Plain Layout
30510
30511 \series bold
30512 【註】
30513 \series default
30514 ラテン文字を使うと,一つの文書の中で,最大26個の数式しか番号を振ることができません.
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset Newpage newpage
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532
30533 \backslash
30534 renewcommand{
30535 \backslash
30536 theequation}{
30537 \backslash
30538 roman{equation}}
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \end_layout
30545
30546 \begin_layout Standard
30547 \begin_inset Formula 
30548 \begin{equation}
30549 A=\textrm{小文字ローマ数字}
30550 \end{equation}
30551
30552 \end_inset
30553
30554
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560
30561 \backslash
30562 renewcommand{
30563 \backslash
30564 theequation}{
30565 \backslash
30566 Roman{equation}}
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \begin_inset Formula 
30573 \begin{equation}
30574 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30575 \end{equation}
30576
30577 \end_inset
30578
30579
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 renewcommand{
30588 \backslash
30589 theequation}{
30590 \backslash
30591 alph{equation}}
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \begin_inset Formula 
30598 \begin{equation}
30599 C=\textrm{小文字ラテン文字}
30600 \end{equation}
30601
30602 \end_inset
30603
30604
30605 \begin_inset ERT
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609
30610
30611 \backslash
30612 renewcommand{
30613 \backslash
30614 theequation}{
30615 \backslash
30616 Alph{equation}}
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \begin_inset Formula 
30623 \begin{equation}
30624 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30625 \end{equation}
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Standard
30633 既定の付番方式に戻すには,以下のコマンドを挿入してください.
30634 \end_layout
30635
30636 \begin_layout Standard
30637
30638 \series bold
30639
30640 \backslash
30641 renewcommand{
30642 \backslash
30643 theequation}{
30644 \backslash
30645 arabic{equation}}
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 こまんど@コマンド ! A ! 
30651 \backslash
30652 arabic
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Standard
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 renewcommand{
30669 \backslash
30670 theequation}{
30671 \backslash
30672 arabic{equation}}
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \begin_inset Formula 
30679 \begin{equation}
30680 E=\textrm{アラビア数字}
30681 \end{equation}
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset VSpace medskip
30690 \end_inset
30691
30692 以上からわかるとおり,付番様式の違いに関わらず,数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,新しい数式カウンタを定義しなく
30693 てはなりません.この点に関する説明は,ファイル
30694 \begin_inset CommandInset href
30695 LatexCommand href
30696 name "Formula-numbering.lyx"
30697 target "run:Formula-numbering.lyx"
30698
30699 \end_inset
30700
30701 にあります.
30702 \end_layout
30703
30704 \begin_layout Section
30705 化学記号と化学式
30706 \begin_inset CommandInset label
30707 LatexCommand label
30708 name "subsec:化学記号と化学式"
30709
30710 \end_inset
30711
30712
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 かがくきごう@化学記号 ! きごう@記号
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 かがくしき@化学式
30728 \end_layout
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 \end_layout
30744
30745 \begin_layout Standard
30746 以下は,化学関係の文章の例です.
30747 \end_layout
30748
30749 \begin_layout Quote
30750 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30751 \end_inset
30752
30753 イオンは,2つの
30754 \begin_inset Formula $\mathrm{Na^{+}}$
30755 \end_inset
30756
30757 イオンと反応して,硫酸化塩
30758 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30759 \end_inset
30760
30761 を形成します.この化学式は以下のようになります.
30762 \begin_inset Formula 
30763 \begin{equation}
30764 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30765 \end{equation}
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 この化学式は,直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,全体を選択してから
30774 \begin_inset Flex Ruby
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778 捷径
30779 \begin_inset Argument post:1
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 ショートカット
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \begin_inset Info
30795 type  "shortcut"
30796 arg   "font-roman"
30797 \end_inset
30798
30799 を押せば,アップライトフォント様式に変更することができます
30800 \begin_inset Foot
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 フォント様式に関しては,第
30805 \begin_inset CommandInset ref
30806 LatexCommand ref
30807 reference "subsec:書体様式"
30808
30809 \end_inset
30810
30811 節を参照のこと.
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Standard
30820 化学式を組版するのにもう少し便利な方法は,\SpecialChar LaTeX
30821 パッケージ
30822 \series bold
30823 mhchem
30824 \series default
30825
30826 \begin_inset Index idx
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830 ぱっけーじ@パッケージ ! mhchem
30831 \end_layout
30832
30833 \end_inset
30834
30835 が導入されているときに使用することができる
30836 \series bold
30837
30838 \backslash
30839 ce
30840 \series default
30841
30842 \begin_inset Index idx
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 こまんど@コマンド ! C ! 
30847 \backslash
30848 ce
30849 \end_layout
30850
30851 \end_inset
30852
30853 コマンドを使用することです.
30854 \series bold
30855
30856 \backslash
30857 ce
30858 \series default
30859 を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \align center
30864 \begin_inset Tabular
30865 <lyxtabular version="3" rows="10" columns="2">
30866 <features booktabs="true" tabularvalignment="middle">
30867 <column alignment="center" valignment="top" width="0pt">
30868 <column alignment="center" valignment="top">
30869 <row>
30870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 コマンド
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883 出力
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 </row>
30889 <row>
30890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894
30895 \backslash
30896 ce
30897 \begin_inset space \textvisiblespace{}
30898 \end_inset
30899
30900 H2CO3
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909 \begin_inset Formula $\ce{H2CO3}$
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \end_inset
30916 </cell>
30917 </row>
30918 <row topspace="1.5mm">
30919 <cell alignment="center" valignment="top" usebox="none">
30920 \begin_inset Text
30921
30922 \begin_layout Plain Layout
30923
30924 \backslash
30925 ce
30926 \begin_inset space \textvisiblespace{}
30927 \end_inset
30928
30929 SO4^2-
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938 \begin_inset Formula $\ce{SO4^{2-}}$
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \end_inset
30945 </cell>
30946 </row>
30947 <row topspace="1.5mm">
30948 <cell alignment="center" valignment="top" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Plain Layout
30952
30953 \backslash
30954 ce
30955 \begin_inset space \textvisiblespace{}
30956 \end_inset
30957
30958 (NH4)2S
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30964 \begin_inset Text
30965
30966 \begin_layout Plain Layout
30967 \begin_inset Formula $\ce{(NH4)2S}$
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 </row>
30976 <row topspace="1.5mm">
30977 <cell alignment="center" valignment="top" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Plain Layout
30981
30982 \backslash
30983 ce
30984 \begin_inset space \textvisiblespace{}
30985 \end_inset
30986
30987 KCr(SO4)2.12H2O
30988 \end_layout
30989
30990 \end_inset
30991 </cell>
30992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30993 \begin_inset Text
30994
30995 \begin_layout Plain Layout
30996 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 </row>
31005 <row topspace="1.5mm">
31006 <cell alignment="center" valignment="top" usebox="none">
31007 \begin_inset Text
31008
31009 \begin_layout Plain Layout
31010
31011 \backslash
31012 ce
31013 \begin_inset space \textvisiblespace{}
31014 \end_inset
31015
31016 A-B
31017 \backslash
31018 dbond
31019 \begin_inset space \textvisiblespace{}
31020 \end_inset
31021
31022 C
31023 \backslash
31024 tbond
31025 \begin_inset space \textvisiblespace{}
31026 \end_inset
31027
31028 D
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \end_inset
31044 </cell>
31045 </row>
31046 <row topspace="1.5mm">
31047 <cell alignment="center" valignment="top" usebox="none">
31048 \begin_inset Text
31049
31050 \begin_layout Plain Layout
31051
31052 \backslash
31053 ce
31054 \begin_inset space \textvisiblespace{}
31055 \end_inset
31056
31057 ^227
31058 \begin_inset Formula $\downarrow$
31059 \end_inset
31060
31061 _90
31062 \begin_inset Formula $\to$
31063 \end_inset
31064
31065 Th+
31066 \end_layout
31067
31068 \end_inset
31069 </cell>
31070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31071 \begin_inset Text
31072
31073 \begin_layout Plain Layout
31074 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \end_inset
31081 </cell>
31082 </row>
31083 <row>
31084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31085 \begin_inset Text
31086
31087 \begin_layout Plain Layout
31088
31089 \backslash
31090 ce
31091 \begin_inset space \textvisiblespace{}
31092 \end_inset
31093
31094
31095 \backslash
31096 mu
31097 \begin_inset space \textvisiblespace{}
31098 \end_inset
31099
31100
31101 \backslash
31102 hyphen
31103 \begin_inset space \textvisiblespace{}
31104 \end_inset
31105
31106 Cl
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 </row>
31124 <row>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Plain Layout
31129
31130 \backslash
31131 ce
31132 \begin_inset space \textvisiblespace{}
31133 \end_inset
31134
31135 CO2
31136 \begin_inset space \textvisiblespace{}
31137 \end_inset
31138
31139 +
31140 \begin_inset space \textvisiblespace{}
31141 \end_inset
31142
31143 C
31144 \begin_inset space \textvisiblespace{}
31145 \end_inset
31146
31147 <=>
31148 \begin_inset space \textvisiblespace{}
31149 \end_inset
31150
31151 2CO
31152 \end_layout
31153
31154 \end_inset
31155 </cell>
31156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31157 \begin_inset Text
31158
31159 \begin_layout Plain Layout
31160 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 </row>
31169 <row topspace="1.5mm">
31170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174
31175 \backslash
31176 ce
31177 \begin_inset space \textvisiblespace{}
31178 \end_inset
31179
31180 CO2
31181 \begin_inset space \textvisiblespace{}
31182 \end_inset
31183
31184 +
31185 \begin_inset space \textvisiblespace{}
31186 \end_inset
31187
31188 C
31189 \begin_inset space \textvisiblespace{}
31190 \end_inset
31191
31192 ->[
31193 \backslash
31194 alpha][
31195 \backslash
31196 beta]
31197 \begin_inset space \textvisiblespace{}
31198 \end_inset
31199
31200 2CO}
31201 \end_layout
31202
31203 \end_inset
31204 </cell>
31205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 </row>
31218 </lyxtabular>
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Standard
31226 \begin_inset Note Greyedout
31227 status open
31228
31229 \begin_layout Plain Layout
31230
31231 \series bold
31232 【註】
31233 \series default
31234 \SpecialChar LyX
31235 では,
31236 \series bold
31237 mhchem
31238 \series default
31239 の説明書通りに上矢印を得ようと^文字を使用しても,うまく行きません.代わりに,次のように,負の小空白の後に
31240 \series bold
31241
31242 \backslash
31243 uparrow
31244 \series default
31245 コマンドを続けます.
31246 \color none
31247
31248 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260
31261 \series bold
31262
31263 \backslash
31264 ce
31265 \series default
31266 を使うと
31267 \begin_inset CommandInset ref
31268 LatexCommand eqref
31269 reference "eq:chem-reaction"
31270
31271 \end_inset
31272
31273 式のコマンドは
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277
31278 \series bold
31279  
31280 \backslash
31281 ce
31282 \begin_inset space \textvisiblespace{}
31283 \end_inset
31284
31285 2Na+
31286 \begin_inset space \textvisiblespace{}
31287 \end_inset
31288
31289 +
31290 \begin_inset space \textvisiblespace{}
31291 \end_inset
31292
31293 SO4^2-
31294 \begin_inset space \textvisiblespace{}
31295 \end_inset
31296
31297
31298 \begin_inset space \textvisiblespace{}
31299 \end_inset
31300
31301 ->
31302 \begin_inset space \textvisiblespace{}
31303 \end_inset
31304
31305 Na2SO4
31306 \begin_inset Newline newline
31307 \end_inset
31308
31309
31310 \series default
31311 のようになります.
31312 \end_layout
31313
31314 \begin_layout Standard
31315 複数行の化学式を作るには,第
31316 \begin_inset CommandInset ref
31317 LatexCommand ref
31318 reference "sec:多行数式"
31319
31320 \end_inset
31321
31322 節に述べられている方法で,多行数式をまず作ります.その後,数式の小さな青いボックスそれぞれに
31323 \series bold
31324
31325 \backslash
31326 ce
31327 \series default
31328 コマンドを使用します.
31329 \begin_inset CommandInset ref
31330 LatexCommand eqref
31331 reference "eq:TEOS-reaction-1"
31332
31333 \end_inset
31334
31335 式と
31336 \begin_inset CommandInset ref
31337 LatexCommand eqref
31338 reference "eq:TEOS-reaction-2"
31339
31340 \end_inset
31341
31342 式は,多段化学反応式の例で,一つの式毎に番号が振られています.
31343 \begin_inset Formula 
31344 \begin{eqnarray}
31345 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31346 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31347 \end{eqnarray}
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \begin_layout Standard
31355
31356 \series bold
31357 mhchem
31358 \series default
31359 パッケージは,
31360 \series bold
31361
31362 \backslash
31363 ce
31364 \series default
31365 の他に,特殊ケースに使用する
31366 \series bold
31367
31368 \backslash
31369 cf
31370 \series default
31371
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 こまんど@コマンド ! C ! 
31377 \backslash
31378 cf
31379 \end_layout
31380
31381 \end_inset
31382
31383 コマンドを提供しています.
31384 \series bold
31385
31386 \backslash
31387 cf
31388 \series default
31389 の詳しい情報と例示については,
31390 \series bold
31391 mhchem
31392 \series default
31393
31394 \begin_inset CommandInset citation
31395 LatexCommand cite
31396 key "mhchem"
31397
31398 \end_inset
31399
31400 の取扱説明書をご覧ください.
31401 \end_layout
31402
31403 \begin_layout Section
31404 図解
31405 \end_layout
31406
31407 \begin_layout Standard
31408 \SpecialChar LyX
31409 は,二つの型の可換図
31410 \series bold
31411 amscd
31412 \series default
31413 および
31414 \series bold
31415 xymatrix
31416 \series default
31417 をサポートしており,以下でこれらの説明をします.
31418 \end_layout
31419
31420 \begin_layout Subsection
31421 amscd図解
31422 \begin_inset Index idx
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426 ずかい@図解 ! amscd
31427 \end_layout
31428
31429 \end_inset
31430
31431
31432 \end_layout
31433
31434 \begin_layout Standard
31435 この型の図解は,以下のように,関係を縦横の線や矢印で図示します.
31436 \begin_inset Formula 
31437 \[
31438 \begin{CD}A@>>>B@>>>C\\
31439 @AAA@.@VVV\\
31440 F@<<<E@<<<D
31441 \end{CD}
31442 \]
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 これを作るには,数式に
31451 \series bold
31452
31453 \backslash
31454 CD
31455 \begin_inset Index idx
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459 こまんど@コマンド ! C ! 
31460 \backslash
31461 CD
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \series default
31468 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,ここにコマンドを入れていきます.
31469 \begin_inset Info
31470 type  "shortcut"
31471 arg   "newline-insert newline"
31472 \end_inset
31473
31474 を押すと,新しい行が作られます.水平方向の関係は奇数行に入れ,垂直方向の関係は偶数行に入れます.
31475 \end_layout
31476
31477 \begin_layout Standard
31478 関係を作るには,以下のコマンドがあります.
31479 \end_layout
31480
31481 \begin_layout Itemize
31482 \begin_inset Formula $\boldsymbol{@<<<}$
31483 \end_inset
31484
31485 は左矢印,
31486 \begin_inset Formula $\boldsymbol{@>>>}$
31487 \end_inset
31488
31489 は右矢印,
31490 \series bold
31491 @=
31492 \series default
31493 は長い等号を生成します.
31494 \end_layout
31495
31496 \begin_layout Itemize
31497
31498 \series bold
31499 @AAA
31500 \series default
31501 は上矢印,
31502 \series bold
31503 @VVV
31504 \series default
31505 は下矢印,
31506 \begin_inset Formula $\boldsymbol{@|}$
31507 \end_inset
31508
31509 は縦向きの等号を生成します.
31510 \end_layout
31511
31512 \begin_layout Itemize
31513
31514 \series bold
31515 @.
31516 \series default
31517 は関係が存在しない部分に置きます.
31518 \end_layout
31519
31520 \begin_layout Standard
31521 矢印はすべて,以下のようにラベル付けをすることができます.
31522 \end_layout
31523
31524 \begin_layout Itemize
31525 文章を,第1と第2の「
31526 \begin_inset Formula $<$
31527 \end_inset
31528
31529 」ないし「
31530 \begin_inset Formula $>$
31531 \end_inset
31532
31533 」のあいだに入れると,この文章は矢印の上に表示されます.第2・第3の「
31534 \begin_inset Formula $<$
31535 \end_inset
31536
31537 」ないし「
31538 \begin_inset Formula $>$
31539 \end_inset
31540
31541 」のあいだに入れると,矢印の下に表示されます.
31542 \end_layout
31543
31544 \begin_layout Itemize
31545 縦矢印に付ける文章を,第1・第2の「A」ないし「V」のあいだに入れると,この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,矢印の右に表示され
31546 ます.文章中に「A」や「V」の文字があるときには,これらは\SpecialChar TeX
31547 括弧の中に入れなくてはなりません.
31548 \end_layout
31549
31550 \begin_layout Standard
31551 以下は,上記のすべての関係を使った例です.
31552 \end_layout
31553
31554 \begin_layout Standard
31555 \begin_inset Formula 
31556 \[
31557 \begin{CD}A@>j>>B@>>k>C@=F\\
31558 @AmAA@.@VV{V}V@|\\
31559 D@<<j<E@>k>>F@=C
31560 \end{CD}
31561 \]
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Standard
31569 これを作るコマンドは,以下のとおりです.
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573
31574 \series bold
31575
31576 \backslash
31577 CD
31578 \begin_inset space \textvisiblespace{}
31579 \end_inset
31580
31581 A
31582 \begin_inset Formula $\boldsymbol{@>}$
31583 \end_inset
31584
31585 j
31586 \begin_inset Formula $\boldsymbol{>>}$
31587 \end_inset
31588
31589 B
31590 \begin_inset Formula $\boldsymbol{@>>}$
31591 \end_inset
31592
31593 k
31594 \begin_inset Formula $\boldsymbol{>}$
31595 \end_inset
31596
31597 C@=F Ctrl+Return
31598 \begin_inset Newline newline
31599 \end_inset
31600
31601
31602 \begin_inset Phantom HPhantom
31603 status open
31604
31605 \begin_layout Plain Layout
31606
31607 \series bold
31608
31609 \backslash
31610 CD
31611 \begin_inset space \textvisiblespace{}
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \end_inset
31618
31619 @AmAA@.@VV
31620 \backslash
31621 {V
31622 \series default
31623
31624 \begin_inset Formula $\to$
31625 \end_inset
31626
31627
31628 \series bold
31629 V
31630 \begin_inset Formula $\boldsymbol{@|}$
31631 \end_inset
31632
31633  Ctrl+Return
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637
31638 \begin_inset Phantom HPhantom
31639 status open
31640
31641 \begin_layout Plain Layout
31642
31643 \series bold
31644
31645 \backslash
31646 CD
31647 \begin_inset space \textvisiblespace{}
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \end_inset
31654
31655 D
31656 \begin_inset Formula $\boldsymbol{@<<}$
31657 \end_inset
31658
31659 j
31660 \begin_inset Formula $\boldsymbol{<}$
31661 \end_inset
31662
31663 E
31664 \begin_inset Formula $\boldsymbol{@>}$
31665 \end_inset
31666
31667 k
31668 \begin_inset Formula $\boldsymbol{>>}$
31669 \end_inset
31670
31671 F@=C
31672 \end_layout
31673
31674 \begin_layout Subsection
31675 xymatrix図解
31676 \begin_inset Index idx
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680 ずかい@図解 ! xymatrix
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \end_layout
31687
31688 \begin_layout Standard
31689 xymatricesを使うには,\SpecialChar LaTeX
31690 パッケージの
31691 \series bold
31692 xypic
31693 \series default
31694 が導入済みである必要があります.xymatrixは,数式中に
31695 \series bold
31696
31697 \backslash
31698 xymatrix
31699 \series default
31700 コマンドを入れることで作ることができます.すると,通常の行列と同じようにして,列や行を付け加えることができます.第
31701 \begin_inset CommandInset ref
31702 LatexCommand ref
31703 reference "sec:行列"
31704
31705 \end_inset
31706
31707 節をご参照下さい.
31708 \end_layout
31709
31710 \begin_layout Standard
31711 amscd図解とは異なり,xymatricesは,対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
31712 \family sans
31713 ヘルプ\SpecialChar menuseparator
31714 用途別説明書\SpecialChar menuseparator
31715 XY-pic説明書
31716 \family default
31717 メニューにある
31718 \emph on
31719 XY-pic説明書
31720 \emph default
31721 で詳しく網羅しています.
31722 \end_layout
31723
31724 \begin_layout Subsection
31725 ファインマン図
31726 \series medium
31727
31728 \begin_inset Index idx
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732 ずかい@図解 ! ファインマン
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 ファインマン図を使うには,\SpecialChar LaTeX
31742 パッケージ
31743 \series bold
31744 feyn
31745 \series default
31746 を導入しておかなくてはなりません.すると,ファインマン図は,数式中で
31747 \series bold
31748
31749 \backslash
31750 Diagram
31751 \series default
31752 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31753 \begin_inset CommandInset ref
31754 LatexCommand ref
31755 reference "sec:行列"
31756
31757 \end_inset
31758
31759 節参照).
31760 \end_layout
31761
31762 \begin_layout Standard
31763 \SpecialChar LyX
31764 でのファインマン図の作り方は,メニュー
31765 \family sans
31766 ヘルプ\SpecialChar menuseparator
31767 用途別説明書
31768 \family default
31769 内の『
31770 \emph on
31771 ファインマン図
31772 \emph default
31773 』にあります.
31774 \end_layout
31775
31776 \begin_layout Section
31777 自己定義コマンド
31778 \begin_inset Index idx
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782 じこていぎこまんど@自己定義コマンド
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \end_layout
31789
31790 \begin_layout Standard
31791 \begin_inset Note Greyedout
31792 status open
31793
31794 \begin_layout Plain Layout
31795 【註】自己定義コマンド名及びマクロ名には,ラテン文字しか使用することができません.
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Subsection
31804
31805 \backslash
31806 newcommandコマンド
31807 \begin_inset CommandInset label
31808 LatexCommand label
31809 name "subsec:newcommandコマンド"
31810
31811 \end_inset
31812
31813
31814 \begin_inset Index idx
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818 じこていぎこまんど@自己定義コマンド ! 
31819 \backslash
31820 newcommand
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \begin_inset Index idx
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 こまんど@コマンド ! N ! 
31831 \backslash
31832 newcommand
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 頻繁に用いるには,長すぎる\SpecialChar LaTeX
31842 コマンドはたくさんありますが,
31843 \series bold
31844
31845 \backslash
31846 newcommand
31847 \series default
31848 コマンドを使えば,新しい短縮コマンドを定義することが可能です.
31849 \end_layout
31850
31851 \begin_layout Standard
31852
31853 \series bold
31854
31855 \backslash
31856 newcommand
31857 \series default
31858 コマンドの書式は,
31859 \end_layout
31860
31861 \begin_layout Standard
31862
31863 \series bold
31864
31865 \backslash
31866 newcommand{新コマンド名}[引数の数][オプションの値]
31867 \begin_inset Newline newline
31868 \end_inset
31869
31870
31871 \begin_inset Phantom HPhantom
31872 status open
31873
31874 \begin_layout Plain Layout
31875
31876 \series bold
31877
31878 \backslash
31879 newcommand
31880 \end_layout
31881
31882 \end_inset
31883
31884 {コマンド定義}
31885 \end_layout
31886
31887 \begin_layout Standard
31888 です.
31889 \end_layout
31890
31891 \begin_layout Standard
31892 \begin_inset Note Greyedout
31893 status open
31894
31895 \begin_layout Plain Layout
31896
31897 \series bold
31898 【註】
31899 \series default
31900 新コマンド名が,使用中の文書や呼び出している\SpecialChar LaTeX
31901 パッケージで,既に使用されていないことを確認して下さい.たとえば,
31902 \series bold
31903
31904 \backslash
31905 Leftarrow
31906 \series default
31907 の短縮のつもりで
31908 \series bold
31909
31910 \backslash
31911 le
31912 \series default
31913 というコマンドを定義したとすると,
31914 \series bold
31915
31916 \backslash
31917 le
31918 \series default
31919 は既に「
31920 \begin_inset Formula $\le$
31921 \end_inset
31922
31923 」を表すコマンドとして定義されてしまっているので,エラーメッセージが表示されます.
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 「引数の数」は,0
31933 \begin_inset space \thinspace{}
31934 \end_inset
31935
31936 -
31937 \begin_inset space \thinspace{}
31938 \end_inset
31939
31940 9の範囲の整数であり,新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,非必須の引数の既定値を定義できます.これを指定すると,新コマン
31941 ドの
31942 \emph on
31943 最初の
31944 \emph default
31945 引数は,自動的に非必須の引数になります.
31946 \end_layout
31947
31948 \begin_layout Standard
31949 以下にいくつかの例を挙げます.
31950 \end_layout
31951
31952 \begin_layout Itemize
31953
31954 \series bold
31955
31956 \backslash
31957 Longrightarrow
31958 \series default
31959 の短縮形として
31960 \series bold
31961
31962 \backslash
31963 gr
31964 \series default
31965 というコマンドを定義するには,\SpecialChar LaTeX
31966 プリアンブルに以下の行を加えます.
31967 \begin_inset VSpace medskip
31968 \end_inset
31969
31970
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974
31975 \series bold
31976
31977 \backslash
31978 newcommand{
31979 \backslash
31980 gr}{
31981 \backslash
31982 Longrightarrow}
31983 \end_layout
31984
31985 \begin_layout Itemize
31986
31987 \series bold
31988
31989 \backslash
31990 underline
31991 \series default
31992 の短縮形として
31993 \series bold
31994
31995 \backslash
31996 us
31997 \series default
31998 というコマンドを定義するには,(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,以下のようなプリアンブル行を入れます.
31999 \begin_inset VSpace medskip
32000 \end_inset
32001
32002
32003 \begin_inset Newline newline
32004 \end_inset
32005
32006
32007 \series bold
32008
32009 \backslash
32010 newcommand{
32011 \backslash
32012 us}[1]{
32013 \backslash
32014 underline{#1}}
32015 \series default
32016
32017 \begin_inset VSpace medskip
32018 \end_inset
32019
32020
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024
32025 \series bold
32026 #
32027 \series default
32028 」という文字は,引数の入る場所を示し,その後ろの「
32029 \series bold
32030 1
32031 \series default
32032 」は,これが第1引数の入る場所であることを示します.
32033 \end_layout
32034
32035 \begin_layout Itemize
32036
32037 \series bold
32038
32039 \backslash
32040 framebox
32041 \series default
32042 の短縮形として,たとえば
32043 \series bold
32044
32045 \backslash
32046 fb
32047 \series default
32048 というコマンドを定義するには,
32049 \begin_inset VSpace medskip
32050 \end_inset
32051
32052
32053 \begin_inset Newline newline
32054 \end_inset
32055
32056
32057 \series bold
32058
32059 \backslash
32060 newcommand{
32061 \backslash
32062 fb}[3]{
32063 \backslash
32064 framebox#1#2{$#3$}}
32065 \series default
32066
32067 \begin_inset VSpace medskip
32068 \end_inset
32069
32070
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074 二つのドルマークは,
32075 \series bold
32076
32077 \backslash
32078 framebox
32079 \series default
32080 が必要とする内部の数式を作り出します.第
32081 \begin_inset CommandInset ref
32082 LatexCommand ref
32083 reference "subsec:枠付きボックス"
32084
32085 \end_inset
32086
32087 節をご参照下さい.
32088 \end_layout
32089
32090 \begin_layout Itemize
32091 ボックスの色を指定する必要がない
32092 \series bold
32093
32094 \backslash
32095 fcolorbox
32096 \series default
32097 用の新コマンドを作るには,以下のように,色を示す引数を非必須として定義します.
32098 \begin_inset VSpace medskip
32099 \end_inset
32100
32101
32102 \begin_inset Newline newline
32103 \end_inset
32104
32105
32106 \series bold
32107
32108 \backslash
32109 newcommand{
32110 \backslash
32111 cb}[3][white]{
32112 \backslash
32113 fcolorbox{#2}{#1}{$#3$}}
32114 \series default
32115
32116 \begin_inset VSpace medskip
32117 \end_inset
32118
32119
32120 \begin_inset Newline newline
32121 \end_inset
32122
32123
32124 \series bold
32125
32126 \backslash
32127 cb
32128 \series default
32129 を使うときに色が指定されなければ,事前に定義された色である
32130 \series bold
32131 white
32132 \series default
32133 が使用されます.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 以下は,上で定義したコマンドの動作テストです.
32138 \end_layout
32139
32140 \begin_layout Standard
32141 \align center
32142 \begin_inset Tabular
32143 <lyxtabular version="3" rows="6" columns="2">
32144 <features booktabs="true" tabularvalignment="middle">
32145 <column alignment="center" valignment="top" width="0pt">
32146 <column alignment="center" valignment="top">
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 コマンド
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161 出力
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 </row>
32167 <row>
32168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 A
32173 \backslash
32174 gr
32175 \begin_inset space \textvisiblespace{}
32176 \end_inset
32177
32178 B
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187 \begin_inset Formula $A\gr B$
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 </row>
32196 <row>
32197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32198 \begin_inset Text
32199
32200 \begin_layout Plain Layout
32201
32202 \backslash
32203 us{ABcd
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 \begin_inset Formula $\us{ABcd}$
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 </row>
32221 <row topspace="1mm">
32222 <cell alignment="center" valignment="top" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \backslash
32228 fb{[2cm]
32229 \begin_inset Formula $\to$
32230 \end_inset
32231
32232
32233 \backslash
32234 {
32235 \begin_inset Formula $\to$
32236 \end_inset
32237
32238
32239 \backslash
32240 {
32241 \backslash
32242 int
32243 \begin_inset space \textvisiblespace{}
32244 \end_inset
32245
32246 A=B
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 </row>
32264 <row topspace="1.5mm">
32265 <cell alignment="center" valignment="top" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269
32270 \backslash
32271 cb{red
32272 \begin_inset Formula $\to$
32273 \end_inset
32274
32275
32276 \backslash
32277 {
32278 \backslash
32279 int
32280 \begin_inset space \textvisiblespace{}
32281 \end_inset
32282
32283 A=B
32284 \end_layout
32285
32286 \end_inset
32287 </cell>
32288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32289 \begin_inset Text
32290
32291 \begin_layout Plain Layout
32292 \begin_inset Formula $\cb{red}{\int A=B}$
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \end_inset
32299 </cell>
32300 </row>
32301 <row topspace="1.5mm" bottomspace="1mm">
32302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306
32307 \backslash
32308 cb[green]
32309 \backslash
32310 {red
32311 \begin_inset Formula $\to$
32312 \end_inset
32313
32314
32315 \backslash
32316 {
32317 \backslash
32318 int
32319 \begin_inset space \textvisiblespace{}
32320 \end_inset
32321
32322 A=B
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 </row>
32340 </lyxtabular>
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Subsection
32348 数式マクロ
32349 \begin_inset Index idx
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \begin_inset Index idx
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 まくろ@マクロ
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \begin_layout Standard
32372 自己定義コマンドは,複雑な表現を使うときに特に便利です.たとえば,文書中で二次方程式を扱っているとすると,同じような解の形が何度も出てきます.二次方程式の一般型
32373 は,
32374 \begin_inset Formula 
32375 \[
32376 0=\lambda^{2}+p\lambda+q
32377 \]
32378
32379 \end_inset
32380
32381 であり,その解の一般型は
32382 \begin_inset Formula 
32383 \[
32384 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32385 \]
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393 です.
32394 \begin_inset Formula $\lambda$
32395 \end_inset
32396
32397
32398 \begin_inset Formula $p$
32399 \end_inset
32400
32401
32402 \begin_inset Formula $q$
32403 \end_inset
32404
32405 の3つのパラメータを指定することが必須であり,
32406 \begin_inset Formula $\lambda$
32407 \end_inset
32408
32409 の指数をオプションとして与えることができるような,解の公式のコマンドを定義するには,以下のような\SpecialChar LaTeX
32410 プリアンブル行を加えます.
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \series bold
32416
32417 \backslash
32418 newcommand{
32419 \backslash
32420 qG}[4][1,
32421 \backslash
32422 ,2]{#2_{#1}=-
32423 \backslash
32424 frac{#3}{2}
32425 \backslash
32426 pm
32427 \begin_inset Newline newline
32428 \end_inset
32429
32430
32431 \begin_inset Phantom HPhantom
32432 status open
32433
32434 \begin_layout Plain Layout
32435
32436 \series bold
32437
32438 \backslash
32439 newcommand
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \backslash
32446 sqrt{
32447 \backslash
32448 frac{#3^{2}}{4}-#4}}
32449 \end_layout
32450
32451 \begin_layout Standard
32452 これを使って解の公式を作るには,
32453 \begin_inset Newline newline
32454 \end_inset
32455
32456
32457 \series bold
32458
32459 \backslash
32460 qG{
32461 \backslash
32462 lambda
32463 \begin_inset Formula $\to$
32464 \end_inset
32465
32466
32467 \backslash
32468 {p
32469 \begin_inset Formula $\to$
32470 \end_inset
32471
32472
32473 \backslash
32474 {q
32475 \series default
32476 というコマンドを数式に入れます.
32477 \end_layout
32478
32479 \begin_layout Standard
32480 新コマンドを定義する方法は,たとえば\SpecialChar LaTeX
32481 中で分数は
32482 \series bold
32483
32484 \backslash
32485 frac{分子}{分母}
32486 \series default
32487 の形で入れなくてはならないことなど,使用するすべての\SpecialChar LaTeX
32488 コマンドの書式を知っている必要があるので,直感的ではありません.さらに,定義中で中括弧を入れ忘れることはよく
32489 あり,それをやってしまうと,\SpecialChar LyX
32490 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,\SpecialChar LyX
32491 は,
32492 \series bold
32493
32494 \backslash
32495 newcommand
32496 \series default
32497 コマンドの代わりに,数式マクロを使う方法を提供しています.
32498 \end_layout
32499
32500 \begin_layout Standard
32501 数式マクロは,
32502 \family sans
32503 挿入\SpecialChar menuseparator
32504 数式\SpecialChar menuseparator
32505 マクロ
32506 \family default
32507 メニューか,ツールバーボタンの
32508 \begin_inset Info
32509 type  "icon"
32510 arg   "math-macro newmacroname_newcommand"
32511 \end_inset
32512
32513 で作ることができます.すると,数式マクロツールバーが表示されるとともに,マクロを定義した箇所に以下のようなボックスが現れます.
32514 \begin_inset Newline newline
32515 \end_inset
32516
32517
32518 \begin_inset space \hspace*{\fill}
32519 \end_inset
32520
32521
32522 \begin_inset Graphics
32523         filename clipart/macrobox.png
32524         scale 50
32525
32526 \end_inset
32527
32528
32529 \begin_inset space \hspace*{\fill}
32530 \end_inset
32531
32532
32533 \begin_inset Newline newline
32534 \end_inset
32535
32536
32537 \begin_inset FormulaMacro
32538 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32539 \end_inset
32540
32541
32542 \backslash
32543 newmacronameが既定のマクロ名として現れますが,意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
32544 \series bold
32545
32546 \backslash
32547 #1
32548 \series default
32549 のように
32550 \series bold
32551
32552 \backslash
32553 #引数番号
32554 \series default
32555 というコマンドで入力するか,マクロツールバーボタンの
32556 \begin_inset Info
32557 type  "icon"
32558 arg   "math-macro-add-param"
32559 \end_inset
32560
32561 を使用します.引数位置は赤で表示されます.引数は,最大で9つまでとることができます.非必須引数は,ツールバーボタンの
32562 \begin_inset Info
32563 type  "icon"
32564 arg   "math-macro-add-optional-param"
32565 \end_inset
32566
32567 で作ることができます.最初の必須引数は,ツールバーボタンの
32568 \begin_inset Info
32569 type  "icon"
32570 arg   "math-macro-make-optional"
32571 \end_inset
32572
32573 を使って,非必須引数にすることができます.二つ目の青枠には,\SpecialChar LyX
32574 中でのマクロの表示のしかたを定義することができます.通常は,定義したとおりに表示された方が便利なので
32575 ,この枠は空白にしておきます.しかし,画面の過半を占拠してしまうようなマクロを作ってしまった場合には,たとえばこの枠に
32576 \begin_inset Newline newline
32577 \end_inset
32578
32579
32580 \series bold
32581 qG: 
32582 \backslash
32583 #1
32584 \series default
32585  
32586 \series bold
32587 ,
32588 \series default
32589  
32590 \series bold
32591
32592 \backslash
32593 #2
32594 \series default
32595  
32596 \series bold
32597 ,
32598 \series default
32599  
32600 \series bold
32601
32602 \backslash
32603 #3, 
32604 \backslash
32605 #4
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609
32610 \series default
32611 のように入れることができます.このようにすると,マクロ名と引数のみが\SpecialChar LyX
32612 上に表示され,見通しが良くなります.一方,出力での数式は,最初の枠で定義したように表示されま
32613 す.
32614 \begin_inset Newline newline
32615 \end_inset
32616
32617 さらに,数式中のマクロ表示は,マクロの中にカーソルを置いて,
32618 \family sans
32619 表示\SpecialChar menuseparator
32620 数式マクロを展開(畳む)
32621 \family default
32622 メニューを使うことで,マクロ毎に変えることができます.
32623 \end_layout
32624
32625 \begin_layout Standard
32626 マクロを使うには,数式中にマクロ名をコマンドとして入れます.上記の例では,
32627 \series bold
32628
32629 \backslash
32630 qG
32631 \series default
32632 とします.このマクロは,\SpecialChar LyX
32633 中では以下のように表示されます.
32634 \begin_inset Newline newline
32635 \end_inset
32636
32637
32638 \begin_inset space \hspace*{\fill}
32639 \end_inset
32640
32641
32642 \begin_inset Graphics
32643         filename ../clipart/macrouse.png
32644         scale 75
32645
32646 \end_inset
32647
32648
32649 \begin_inset space \hspace*{\fill}
32650 \end_inset
32651
32652
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656 以下は,上記の例に,引数
32657 \begin_inset Formula $x$
32658 \end_inset
32659
32660
32661 \begin_inset Formula $\ln(x)$
32662 \end_inset
32663
32664
32665 \begin_inset Formula $B$
32666 \end_inset
32667
32668 を指定したものです.
32669 \end_layout
32670
32671 \begin_layout Standard
32672 \begin_inset Formula 
32673 \[
32674 \qG x{\ln(x)}B
32675 \]
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \SpecialChar LyX
32684 は,
32685 \family sans
32686 ツール\SpecialChar menuseparator
32687 設定\SpecialChar menuseparator
32688 編集\SpecialChar menuseparator
32689 制御
32690 \family default
32691 メニューで,マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,様式を選択してから,違いを見るために数式マクロにカーソルを合わ
32692 せてみてください.
32693 \end_layout
32694
32695 \begin_layout Standard
32696 数式マクロは,文書書き出し時に,内部的に
32697 \series bold
32698
32699 \backslash
32700 newcommand
32701 \series default
32702 コマンドに変換されます.こうして生成された
32703 \series bold
32704
32705 \backslash
32706 newcommand
32707 \series default
32708 コマンドは,\SpecialChar LaTeX
32709 プリアンブルには置かれませんので,マクロは,文書中,マクロ定義ボックスよりも後の数式でのみ使うことができます.
32710 \end_layout
32711
32712 \begin_layout Standard
32713 数式マクロは,
32714 \series bold
32715
32716 \backslash
32717 newcommand
32718 \series default
32719 コマンドから直接作ることもできます.たとえば,\SpecialChar LyX
32720 中に通常の文章として,
32721 \series bold
32722
32723 \begin_inset Newline newline
32724 \end_inset
32725
32726
32727 \backslash
32728 newcommand{
32729 \backslash
32730 larrow}[2]{
32731 \backslash
32732 xleftarrow[#2]{#1}}
32733 \begin_inset Newline newline
32734 \end_inset
32735
32736
32737 \series default
32738 というコマンドを書き入れ,この全体を選択して,
32739 \begin_inset Flex Ruby
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743 捷径
32744 \begin_inset Argument post:1
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 ショートカット
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \family sans
32760 Ctrl+M
32761 \family default
32762 を押すと,このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
32763 \series bold
32764
32765 \backslash
32766 newcommand
32767 \series default
32768 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,間違ったマクロが作られてしまって,\SpecialChar LaTeX
32769 エラーが発生します.
32770 \end_layout
32771
32772 \begin_layout Standard
32773 数式マクロには,まだ,マクロ定義中に再帰的に数式を入れてしまうと,正しく処理されないという問題が残っています.したがって,第
32774 \begin_inset CommandInset ref
32775 LatexCommand ref
32776 reference "subsec:newcommandコマンド"
32777
32778 \end_inset
32779
32780 節で例として作った
32781 \series bold
32782
32783 \backslash
32784 fb
32785 \series default
32786 は,マクロとしては作ることができません.
32787 \end_layout
32788
32789 \begin_layout Standard
32790 カーソルがマクロ定義ボックスの中にあるとき,\SpecialChar LyX
32791 中に以下のようなマクロツールバーが表示されます.
32792 \end_layout
32793
32794 \begin_layout Standard
32795 \begin_inset VSpace defskip
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Standard
32802 \begin_inset Graphics
32803         filename ../clipart/MacroToolbar.png
32804
32805 \end_inset
32806
32807
32808 \begin_inset Index idx
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812 まくろ@マクロ ! つーるばー@ツールバー
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 \begin_inset VSpace defskip
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 マクロツールバーは,左から右に,以下の各ボタンがあります.
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset VSpace defskip
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset Tabular
32840 <lyxtabular version="3" rows="9" columns="2">
32841 <features islongtable="true" longtabularalignment="center">
32842 <column alignment="left" valignment="top">
32843 <column alignment="left" valignment="top" width="85col%">
32844 <row interlinespace="2.5mm">
32845 <cell alignment="center" valignment="top" usebox="none">
32846 \begin_inset Text
32847
32848 \begin_layout Plain Layout
32849 \begin_inset Info
32850 type  "icon"
32851 arg   "math-macro-remove-param"
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863
32864 \family sans
32865 編集\SpecialChar menuseparator
32866 数式\SpecialChar menuseparator
32867 マクロ定義\SpecialChar menuseparator
32868 最後の引数を削除
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row interlinespace="2.5mm">
32875 <cell alignment="center" valignment="top" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 \begin_inset Info
32880 type  "icon"
32881 arg   "math-macro-add-param"
32882 \end_inset
32883
32884
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 <cell alignment="center" valignment="top" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893
32894 \family sans
32895 編集\SpecialChar menuseparator
32896 数式\SpecialChar menuseparator
32897 マクロ定義\SpecialChar menuseparator
32898 引数を追加
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 </row>
32904 <row interlinespace="2.5mm">
32905 <cell alignment="center" valignment="top" usebox="none">
32906 \begin_inset Text
32907
32908 \begin_layout Plain Layout
32909 \begin_inset Info
32910 type  "icon"
32911 arg   "math-macro-make-optional"
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923
32924 \family sans
32925 編集\SpecialChar menuseparator
32926 数式\SpecialChar menuseparator
32927 マクロ定義\SpecialChar menuseparator
32928 最初の必須引数を
32929 \begin_inset Newline newline
32930 \end_inset
32931
32932
32933 \begin_inset Phantom HPhantom
32934 status open
32935
32936 \begin_layout Plain Layout
32937
32938 \family sans
32939 編集\SpecialChar menuseparator
32940 数式\SpecialChar menuseparator
32941 マクロ定義\SpecialChar menuseparator
32942
32943 \end_layout
32944
32945 \end_inset
32946
32947 非必須引数にする
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row interlinespace="2.5mm">
32954 <cell alignment="center" valignment="top" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 \begin_inset Info
32959 type  "icon"
32960 arg   "math-macro-make-nonoptional"
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972
32973 \family sans
32974 編集\SpecialChar menuseparator
32975 数式\SpecialChar menuseparator
32976 マクロ定義\SpecialChar menuseparator
32977 最後の非必須引数を
32978 \begin_inset Newline newline
32979 \end_inset
32980
32981
32982 \begin_inset Phantom HPhantom
32983 status open
32984
32985 \begin_layout Plain Layout
32986
32987 \family sans
32988 編集\SpecialChar menuseparator
32989 数式\SpecialChar menuseparator
32990 マクロ定義\SpecialChar menuseparator
32991
32992 \end_layout
32993
32994 \end_inset
32995
32996 必須引数にする
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 <row interlinespace="2.5mm">
33003 <cell alignment="center" valignment="top" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 \begin_inset Info
33008 type  "icon"
33009 arg   "math-macro-remove-optional-param"
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021
33022 \family sans
33023 編集\SpecialChar menuseparator
33024 数式\SpecialChar menuseparator
33025 マクロ定義\SpecialChar menuseparator
33026 非必須引数を削除
33027 \end_layout
33028
33029 \end_inset
33030 </cell>
33031 </row>
33032 <row interlinespace="2.5mm">
33033 <cell alignment="center" valignment="top" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037 \begin_inset Info
33038 type  "icon"
33039 arg   "math-macro-add-optional-param"
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051
33052 \family sans
33053 編集\SpecialChar menuseparator
33054 数式\SpecialChar menuseparator
33055 マクロ定義\SpecialChar menuseparator
33056 非必須引数を挿入
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row interlinespace="2.5mm">
33063 <cell alignment="center" valignment="top" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 \begin_inset Info
33068 type  "icon"
33069 arg   "math-macro-remove-greedy-param"
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081
33082 \family sans
33083 編集\SpecialChar menuseparator
33084 数式\SpecialChar menuseparator
33085 マクロ定義\SpecialChar menuseparator
33086 右に吐き出す形で
33087 \begin_inset Newline newline
33088 \end_inset
33089
33090
33091 \begin_inset Phantom HPhantom
33092 status open
33093
33094 \begin_layout Plain Layout
33095
33096 \family sans
33097 編集\SpecialChar menuseparator
33098 数式\SpecialChar menuseparator
33099 マクロ定義\SpecialChar menuseparator
33100
33101 \end_layout
33102
33103 \end_inset
33104
33105 最後の引数を削除
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 </row>
33111 <row interlinespace="2.5mm">
33112 <cell alignment="center" valignment="top" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 \begin_inset Info
33117 type  "icon"
33118 arg   "math-macro-append-greedy-param"
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 <cell alignment="center" valignment="top" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130
33131 \family sans
33132 編集\SpecialChar menuseparator
33133 数式\SpecialChar menuseparator
33134 マクロ定義\SpecialChar menuseparator
33135 右から喰う形で
33136 \begin_inset Newline newline
33137 \end_inset
33138
33139
33140 \begin_inset Phantom HPhantom
33141 status open
33142
33143 \begin_layout Plain Layout
33144
33145 \family sans
33146 編集\SpecialChar menuseparator
33147 数式\SpecialChar menuseparator
33148 マクロ定義\SpecialChar menuseparator
33149
33150 \end_layout
33151
33152 \end_inset
33153
33154 引数を追加
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 </row>
33160 <row interlinespace="2.5mm">
33161 <cell alignment="center" valignment="top" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 \begin_inset Info
33166 type  "icon"
33167 arg   "math-macro-add-greedy-optional-param"
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179
33180 \family sans
33181 編集\SpecialChar menuseparator
33182 数式\SpecialChar menuseparator
33183 マクロ定義\SpecialChar menuseparator
33184 右から喰う形で
33185 \begin_inset Newline newline
33186 \end_inset
33187
33188
33189 \begin_inset Phantom HPhantom
33190 status open
33191
33192 \begin_layout Plain Layout
33193
33194 \family sans
33195 編集\SpecialChar menuseparator
33196 数式\SpecialChar menuseparator
33197 マクロ定義\SpecialChar menuseparator
33198
33199 \end_layout
33200
33201 \end_inset
33202
33203 非必須引数を追加
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 </lyxtabular>
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Section
33217 コンピュータ代数システム
33218 \end_layout
33219
33220 \begin_layout Standard
33221 \SpecialChar LyX
33222 では,\SpecialChar LyX
33223 の数式エディタで書かれた数式表現と,外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
33224 \family sans
33225 Maple
33226 \family default
33227
33228 \family sans
33229 Mathematica
33230 \family default
33231
33232 \family sans
33233 Maxima
33234 \family default
33235
33236 \family sans
33237 Octave
33238 \family default
33239 です.サポートされている数式表現は,非常に単純なものに限られていますので,ご注意ください.
33240 \end_layout
33241
33242 \begin_layout Subsection
33243 使用法
33244 \end_layout
33245
33246 \begin_layout Standard
33247 数式表現を書いた後,
33248 \family sans
33249 編集\SpecialChar menuseparator
33250 数式\SpecialChar menuseparator
33251 コンピュータ代数システムを使用
33252 \family default
33253 メニューで,コンピュータに導入済みのプログラムを選択します.その後,計算結果が,数式表現の右に「=」演算子とともに表示されます.
33254 \end_layout
33255
33256 \begin_layout Standard
33257 下記は,どのような計算が可能かをいくつか例示したものです(出力は
33258 \family typewriter
33259 Maxima
33260 \family default
33261 です).
33262 \end_layout
33263
33264 \begin_layout Itemize
33265 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Itemize
33272 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Itemize
33279 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Itemize
33286 \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}$
33287 \end_inset
33288
33289
33290 \begin_inset Newline newline
33291 \end_inset
33292
33293
33294 \lang english
33295
33296 \begin_inset Note Greyedout
33297 status open
33298
33299 \begin_layout Plain Layout
33300
33301 \series bold
33302 \lang english
33303 Note:
33304 \series default
33305  One needs to use proper delimiter insets 
33306 \begin_inset Formula $\left(\right)$
33307 \end_inset
33308
33309  instead of simple '(' ')' characters.
33310 \end_layout
33311
33312 \end_inset
33313
33314  
33315 \end_layout
33316
33317 \begin_layout Itemize
33318 \begin_inset Formula $\det\left[\begin{array}{ccc}
33319 1 & 6 & 7\\
33320 2 & 5 & 8\\
33321 3 & 4 & 17
33322 \end{array}\right]=-56$
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \begin_layout Itemize
33329 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33330 \end_inset
33331
33332
33333 \end_layout
33334
33335 \begin_layout Itemize
33336 \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$
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Itemize
33343 \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]$
33344 \end_inset
33345
33346
33347 \end_layout
33348
33349 \begin_layout Subsection
33350 捷径
33351 \end_layout
33352
33353 \begin_layout Standard
33354 現在のところ,代数プログラムを呼び出すための
33355 \begin_inset Flex Ruby
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359 捷径
33360 \begin_inset Argument post:1
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364 ショートカット
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \end_inset
33373
33374 はありません.しかし,捷径を
33375 \family sans
33376 math-extern
33377 \family default
33378  \SpecialChar LyX
33379 関数にバインドすることは容易です(取扱説明書『
33380 \family sans
33381 \emph on
33382 \SpecialChar LyX
33383 関数篇
33384 \family default
33385 \emph default
33386 』参照).例えば,数式エディタ中で
33387 \family sans
33388 リターン
33389 \family default
33390
33391 \begin_inset Flex Ruby
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395
33396 \begin_inset Argument post:1
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 キー
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409
33410 をバインドさせることもできます.それを
33411 \family typewriter
33412 Maxima
33413 \family default
33414 にバインドするには,下記の捷径定義コマンドを使用します.
33415 \end_layout
33416
33417 \begin_layout Standard
33418
33419 \series bold
33420 command-alternatives paragraph-break;math-extern maxima
33421 \end_layout
33422
33423 \begin_layout Section
33424 補遺
33425 \begin_inset Index idx
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 ほい@補遺
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Subsection
33438 負の数
33439 \begin_inset Index idx
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 かず@数 ! ふの@負の
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Standard
33452 数式中の負の数は,数の前の負符号が,差演算子記号と同じ長さに設定されてしまうために,汚く見えてしまうことがあります.負の数を通常の文章として書くと,負符号は正し
33453 く表示されます.
33454 \end_layout
33455
33456 \begin_layout Standard
33457 したがって,この問題は,負符号を数式テキストに変換することによって,解消されます.
33458 \end_layout
33459
33460 \begin_layout Standard
33461 以下は,この問題を示す例です.
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \align center
33466 \begin_inset Tabular
33467 <lyxtabular version="3" rows="3" columns="2">
33468 <features booktabs="true" tabularvalignment="middle">
33469 <column alignment="right" valignment="top" width="0pt">
33470 <column alignment="left" valignment="top">
33471 <row>
33472 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33473 \begin_inset Text
33474
33475 \begin_layout Plain Layout
33476 通常の文章:
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485 x = -2
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 </row>
33491 <row>
33492 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 数式:
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 \begin_inset Formula $x=-2$
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 解決策:
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 \begin_inset Formula $x=\textrm{-}2$
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 </lyxtabular>
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Subsection
33545 位区切りとしてのコンマ
33546 \begin_inset Index idx
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 こんま@コンマ
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \begin_inset Index idx
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 かんま@カンマ
33561 \begin_inset ERT
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565
33566 |see{
33567 \end_layout
33568
33569 \end_inset
33570
33571 コンマ
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577 }
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Standard
33591 \SpecialChar LaTeX
33592 では,英語の慣習にしたがい,数式中のコンマを数字の位区切りに使用します.よって,数式中のコンマの後ろには,つねに空白が加わります.
33593 \end_layout
33594
33595 \begin_layout Standard
33596 これを回避するためには,コンマを選択して,数式テキストに変更して下さい(
33597 \begin_inset Flex Ruby
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 捷径
33602 \begin_inset Argument post:1
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 ショートカット
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \begin_inset Info
33618 type  "shortcut"
33619 arg   "math-mode"
33620 \end_inset
33621
33622 ).
33623 \end_layout
33624
33625 \begin_layout Standard
33626 文書中の数式コンマを,すべて小数点として使うには,\SpecialChar LaTeX
33627 プリアンブルに
33628 \end_layout
33629
33630 \begin_layout Standard
33631
33632 \series bold
33633
33634 \backslash
33635 usepackage{icomma}
33636 \end_layout
33637
33638 \begin_layout Standard
33639 という行を加えて,
33640 \series bold
33641 icomma.sty
33642 \series default
33643
33644 \begin_inset Foot
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648
33649 \series bold
33650 icomma
33651 \series default
33652 は,\SpecialChar LaTeX
33653 パッケージ
33654 \series bold
33655 was
33656 \series default
33657
33658 \begin_inset Index idx
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662 ぱっけーじ@パッケージ ! was
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 vspace{4mm}
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679
33680 に含まれています.
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \begin_inset Index idx
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690 ぱっけーじ@パッケージ ! icomma
33691 \end_layout
33692
33693 \end_inset
33694
33695 ファイルを読み込みます.
33696 \end_layout
33697
33698 \begin_layout Subsection
33699 物理ベクトル
33700 \begin_inset CommandInset label
33701 LatexCommand label
33702 name "subsec:物理ベクトル"
33703
33704 \end_inset
33705
33706
33707 \begin_inset Index idx
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711 べくとる@ベクトル ! ぶつり@物理
33712 \begin_inset space \thinspace{}
33713 \end_inset
33714
33715 ——
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 \SpecialChar LaTeX
33725 パッケージ
33726 \series bold
33727 braket
33728 \series default
33729
33730 \begin_inset Foot
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734
33735 \series bold
33736 braket
33737 \series default
33738  は標準的\SpecialChar LaTeX
33739 頒布版のすべてに含まれています.
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \begin_inset Index idx
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749 ぱっけーじ@パッケージ ! braket
33750 \end_layout
33751
33752 \end_inset
33753
33754 には,定義済みのベクトルが提供されており,
33755 \end_layout
33756
33757 \begin_layout Standard
33758
33759 \series bold
33760
33761 \backslash
33762 usepackage{braket}
33763 \end_layout
33764
33765 \begin_layout Standard
33766 という\SpecialChar LaTeX
33767 プリアンブル行で読み込むことができます.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \begin_inset ERT
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775
33776
33777 \backslash
33778 ifbraket 
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \begin_inset Note Note
33785 status open
33786
33787 \begin_layout Plain Layout
33788 以下の表は,
33789 \series bold
33790 braket
33791 \series default
33792  \SpecialChar LaTeX
33793 パッケージが導入済みのときのみ表示されます.
33794 \end_layout
33795
33796 \end_inset
33797
33798 以下のコマンドが定義されています.
33799 \end_layout
33800
33801 \begin_layout Standard
33802 \align center
33803 \begin_inset Tabular
33804 <lyxtabular version="3" rows="4" columns="2">
33805 <features booktabs="true" tabularvalignment="middle">
33806 <column alignment="center" valignment="top" width="0pt">
33807 <column alignment="center" valignment="top">
33808 <row>
33809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 コマンド
33814 \end_layout
33815
33816 \end_inset
33817 </cell>
33818 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822 出力
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 </row>
33828 <row>
33829 <cell alignment="center" valignment="top" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \backslash
33835 Bra{
33836 \backslash
33837 psi
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 <cell alignment="center" valignment="top" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 \begin_inset Formula $\Bra{\psi}$
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \end_inset
33853 </cell>
33854 </row>
33855 <row>
33856 <cell alignment="center" valignment="top" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Plain Layout
33860
33861 \backslash
33862 Ket{
33863 \backslash
33864 psi
33865 \end_layout
33866
33867 \end_inset
33868 </cell>
33869 <cell alignment="center" valignment="top" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873 \begin_inset Formula $\Ket{\psi}$
33874 \end_inset
33875
33876
33877 \end_layout
33878
33879 \end_inset
33880 </cell>
33881 </row>
33882 <row>
33883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887
33888 \backslash
33889 Braket{
33890 \backslash
33891 psi|
33892 \backslash
33893 phi
33894 \end_layout
33895
33896 \end_inset
33897 </cell>
33898 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902 \begin_inset Formula $\Braket{\psi|\phi}$
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 </row>
33911 </lyxtabular>
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Standard
33919
33920 \series bold
33921
33922 \backslash
33923 Braket
33924 \series default
33925 コマンドを使うと,以下のように,すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
33926 \begin_inset Formula 
33927 \[
33928 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
33929 \]
33930
33931 \end_inset
33932
33933
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939
33940 \backslash
33941 else 
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \begin_inset Note Note
33948 status open
33949
33950 \begin_layout Plain Layout
33951
33952 \series bold
33953 braket
33954 \series default
33955  \SpecialChar LaTeX
33956 パッケージが導入されていないときには,以下が表示されます.
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 本小節の全体を出力で見るためには,
33966 \series bold
33967 braket
33968 \series default
33969  \SpecialChar LaTeX
33970 パッケージを導入する必要があります.
33971 \end_layout
33972
33973 \begin_layout Standard
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979
33980 \backslash
33981 fi 
33982 \end_layout
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Standard
33990
33991 \series bold
33992
33993 \backslash
33994 Braket
33995 \series default
33996 と同じ効果は,第
33997 \begin_inset CommandInset ref
33998 LatexCommand ref
33999 reference "subsec:自動の括弧丈"
34000
34001 \end_inset
34002
34003 節に説明されているとおり,
34004 \series bold
34005
34006 \backslash
34007 middle
34008 \series default
34009 コマンドを用いることによっても実現できます.
34010 \end_layout
34011
34012 \begin_layout Subsection
34013 自己定義の分数
34014 \begin_inset CommandInset label
34015 LatexCommand label
34016 name "subsec:自己定義の分数"
34017
34018 \end_inset
34019
34020
34021 \begin_inset Index idx
34022 status collapsed
34023
34024 \begin_layout Plain Layout
34025 ぶんすう@分数 ! じこていぎの@自己定義の
34026 \end_layout
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \begin_layout Standard
34034 分数用の自己定義コマンドを定義するには,以下の書式を持つ
34035 \series bold
34036
34037 \backslash
34038 genfrac
34039 \series default
34040
34041 \begin_inset Index idx
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045 こまんど@コマンド ! G ! 
34046 \backslash
34047 genfrac
34048 \end_layout
34049
34050 \end_inset
34051
34052 コマンドを使います.
34053 \end_layout
34054
34055 \begin_layout Standard
34056
34057 \series bold
34058
34059 \backslash
34060 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34061 \begin_inset Newline newline
34062 \end_inset
34063
34064
34065 \begin_inset Phantom HPhantom
34066 status open
34067
34068 \begin_layout Plain Layout
34069
34070 \series bold
34071
34072 \backslash
34073 genfrac
34074 \end_layout
34075
34076 \end_inset
34077
34078 {分子}{分母}
34079 \end_layout
34080
34081 \begin_layout Standard
34082 ここで「様式」は,0
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 -
34087 \begin_inset space \thinspace{}
34088 \end_inset
34089
34090 3の範囲の数字です.
34091 \end_layout
34092
34093 \begin_layout Standard
34094 \align center
34095 \begin_inset Tabular
34096 <lyxtabular version="3" rows="5" columns="2">
34097 <features booktabs="true" tabularvalignment="middle">
34098 <column alignment="center" valignment="top" width="0pt">
34099 <column alignment="center" valignment="top">
34100 <row>
34101 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105 数字
34106 \end_layout
34107
34108 \end_inset
34109 </cell>
34110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34111 \begin_inset Text
34112
34113 \begin_layout Plain Layout
34114 様式(大きさ)
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 </row>
34120 <row>
34121 <cell alignment="center" valignment="top" usebox="none">
34122 \begin_inset Text
34123
34124 \begin_layout Plain Layout
34125 0
34126 \end_layout
34127
34128 \end_inset
34129 </cell>
34130 <cell alignment="center" valignment="top" usebox="none">
34131 \begin_inset Text
34132
34133 \begin_layout Plain Layout
34134 別行立て様式の数式
34135 \end_layout
34136
34137 \end_inset
34138 </cell>
34139 </row>
34140 <row>
34141 <cell alignment="center" valignment="top" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145 1
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 行内数式
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 </row>
34160 <row>
34161 <cell alignment="center" valignment="top" usebox="none">
34162 \begin_inset Text
34163
34164 \begin_layout Plain Layout
34165 2
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 <cell alignment="center" valignment="top" usebox="none">
34171 \begin_inset Text
34172
34173 \begin_layout Plain Layout
34174 やや小(small)
34175 \end_layout
34176
34177 \end_inset
34178 </cell>
34179 </row>
34180 <row>
34181 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34182 \begin_inset Text
34183
34184 \begin_layout Plain Layout
34185 3
34186 \end_layout
34187
34188 \end_inset
34189 </cell>
34190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194 最小(tiny)
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 </row>
34200 </lyxtabular>
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 「様式」を指定しないときには,
34209 \series bold
34210
34211 \backslash
34212 frac
34213 \series default
34214 コマンドのように,大きさは周囲の環境に合わせて調節されます. 
34215 \end_layout
34216
34217 \begin_layout Standard
34218 「分数線の厚み」を指定しないときには,既定値である0.4
34219 \begin_inset space \thinspace{}
34220 \end_inset
34221
34222 ptが用いられます.
34223 \end_layout
34224
34225 \begin_layout Standard
34226 \begin_inset VSpace medskip
34227 \end_inset
34228
34229 たとえば,第
34230 \begin_inset CommandInset ref
34231 LatexCommand ref
34232 reference "subsec:分数"
34233
34234 \end_inset
34235
34236 節の
34237 \series bold
34238
34239 \backslash
34240 dfrac
34241 \series default
34242 コマンドおよび
34243 \series bold
34244
34245 \backslash
34246 tbinom
34247 \series default
34248 コマンドは,
34249 \end_layout
34250
34251 \begin_layout Standard
34252
34253 \series bold
34254
34255 \backslash
34256 newcommand{
34257 \backslash
34258 dfrac}[2]{
34259 \backslash
34260 genfrac{}{}{}{0}{#1}{#2}}
34261 \end_layout
34262
34263 \begin_layout Standard
34264 あるいは
34265 \end_layout
34266
34267 \begin_layout Standard
34268
34269 \series bold
34270
34271 \backslash
34272 newcommand{
34273 \backslash
34274 tbinom}[2]{
34275 \backslash
34276 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34277 \end_layout
34278
34279 \begin_layout Standard
34280 というコマンドで定義できます.
34281 \end_layout
34282
34283 \begin_layout Standard
34284 \begin_inset VSpace medskip
34285 \end_inset
34286
34287 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,\SpecialChar LaTeX
34288 プリアンブルに
34289 \end_layout
34290
34291 \begin_layout Standard
34292
34293 \series bold
34294
34295 \backslash
34296 newcommand{
34297 \backslash
34298 fracS}[3][]{
34299 \backslash
34300 genfrac{}{}{#1}{}{#2}{#3}}
34301 \end_layout
34302
34303 \begin_layout Standard
34304 という行を入れます.
34305 \end_layout
34306
34307 \begin_layout Standard
34308 以下は,そのテストです.
34309 \begin_inset Formula 
34310 \begin{align*}
34311 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34312 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34313 \end{align*}
34314
34315 \end_inset
34316
34317 ご覧になってわかるように,分子や分母から分数線までの距離は,分数線の厚みの約3倍になります.
34318 \end_layout
34319
34320 \begin_layout Subsection
34321 数式の消去
34322 \begin_inset Index idx
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326 すうしき@数式 ! しょうきょ@消去
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 数式の全体もしくは一部を消去するには,4つの方法があります.
34336 \end_layout
34337
34338 \begin_layout Standard
34339 \align center
34340 \begin_inset ERT
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344
34345
34346 \backslash
34347 ifcancel 
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \begin_inset Note Note
34354 status open
34355
34356 \begin_layout Plain Layout
34357 下記の表は,\SpecialChar LaTeX
34358 パッケージ
34359 \series bold
34360 cancel
34361 \series default
34362 が導入済みの時のみ表示されます.
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 \align center
34372 \begin_inset Tabular
34373 <lyxtabular version="3" rows="5" columns="2">
34374 <features booktabs="true" tabularvalignment="middle">
34375 <column alignment="center" valignment="top" width="0pt">
34376 <column alignment="center" valignment="top">
34377 <row>
34378 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 コマンド
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391 出力
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 </row>
34397 <row>
34398 <cell alignment="center" valignment="top" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402
34403 \backslash
34404 cancel
34405 \begin_inset space \textvisiblespace{}
34406 \end_inset
34407
34408
34409 \backslash
34410 int
34411 \begin_inset space \textvisiblespace{}
34412 \end_inset
34413
34414 A=B
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 <cell alignment="center" valignment="top" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 \begin_inset Formula $\cancel{\int A=B}$
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \end_inset
34430 </cell>
34431 </row>
34432 <row topspace="1.5mm">
34433 <cell alignment="center" valignment="top" usebox="none">
34434 \begin_inset Text
34435
34436 \begin_layout Plain Layout
34437
34438 \backslash
34439 bcancel
34440 \begin_inset space \textvisiblespace{}
34441 \end_inset
34442
34443
34444 \backslash
34445 int
34446 \begin_inset space \textvisiblespace{}
34447 \end_inset
34448
34449 A=B
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 <cell alignment="center" valignment="top" usebox="none">
34455 \begin_inset Text
34456
34457 \begin_layout Plain Layout
34458 \begin_inset Formula $\bcancel{\int A=B}$
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 </row>
34467 <row topspace="1.5mm">
34468 <cell alignment="center" valignment="top" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472
34473 \backslash
34474 xcancel
34475 \begin_inset space \textvisiblespace{}
34476 \end_inset
34477
34478
34479 \backslash
34480 int
34481 \begin_inset space \textvisiblespace{}
34482 \end_inset
34483
34484 A=B
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 \begin_inset Formula $\xcancel{\int A=B}$
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 </row>
34502 <row>
34503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34504 \begin_inset Text
34505
34506 \begin_layout Plain Layout
34507
34508 \backslash
34509 cancelto
34510 \begin_inset space \textvisiblespace{}
34511 \end_inset
34512
34513
34514 \backslash
34515 int
34516 \begin_inset space \textvisiblespace{}
34517 \end_inset
34518
34519 A=B
34520 \begin_inset Formula $\to$
34521 \end_inset
34522
34523 1
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34529 \begin_inset Text
34530
34531 \begin_layout Plain Layout
34532 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 </row>
34541 </lyxtabular>
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \begin_layout Standard
34549
34550 \series bold
34551
34552 \backslash
34553 cancelto
34554 \series default
34555 は,以下のように,とくに数式中の分数の約分を表示するのに適しています.
34556 \begin_inset Formula 
34557 \[
34558 \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}}}
34559 \]
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Standard
34567
34568 \series bold
34569
34570 \backslash
34571 cancelto
34572 \series default
34573 の「下付き文字」寸法の大きさを変えるには,
34574 \end_layout
34575
34576 \begin_layout Standard
34577
34578 \series bold
34579
34580 \backslash
34581 PassOptionsToPackage{オプション}{cancel}
34582 \end_layout
34583
34584 \begin_layout Standard
34585 という行を\SpecialChar LaTeX
34586 プリアンブルに書き加えてください.ここで,
34587 \series bold
34588 オプション
34589 \series default
34590
34591 \series bold
34592 samesize
34593 \series default
34594 にすると,取り消した部分と同じ寸法になり,
34595 \series bold
34596 Smaller
34597 \series default
34598 にすると,通常よりも少し小さくなります.
34599 \end_layout
34600
34601 \begin_layout Standard
34602 取り消し線に色を付けるには,\SpecialChar TeX
34603 コードで以下のコマンドを書き加えてください.
34604 \end_layout
34605
34606 \begin_layout Standard
34607
34608 \series bold
34609
34610 \backslash
34611 renewcommand{
34612 \backslash
34613 CancelColor}{
34614 \backslash
34615 color{red}}
34616 \end_layout
34617
34618 \begin_layout Standard
34619 ここで
34620 \series bold
34621 red
34622 \series default
34623 は,お好みの色に変更することができます.
34624 \end_layout
34625
34626 \begin_layout Standard
34627 \begin_inset ERT
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631
34632
34633 \backslash
34634 renewcommand{
34635 \backslash
34636 CancelColor}{
34637 \backslash
34638 color{red}}
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Standard
34647 \begin_inset Formula 
34648 \[
34649 \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}}}
34650 \]
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 renewcommand{
34666 \backslash
34667 CancelColor}{
34668 \backslash
34669 color{black}}
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \begin_inset Note Note
34676 status open
34677
34678 \begin_layout Plain Layout
34679 色をリセット
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \begin_layout Standard
34688 他の微調整については,
34689 \series bold
34690 cancel
34691 \series default
34692 パッケージの取扱説明書
34693 \begin_inset CommandInset citation
34694 LatexCommand cite
34695 key "cancel"
34696
34697 \end_inset
34698
34699 をご覧ください.
34700 \begin_inset Index idx
34701 status collapsed
34702
34703 \begin_layout Plain Layout
34704 ぱっけーじ@パッケージ ! cancel
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \begin_layout Standard
34713 \begin_inset ERT
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717
34718
34719 \backslash
34720 else 
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \begin_inset Note Note
34727 status open
34728
34729 \begin_layout Plain Layout
34730 下記の表は,\SpecialChar LaTeX
34731 パッケージ
34732 \series bold
34733 cancel
34734 \series default
34735 が導入済みの時のみ表示されます.
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Standard
34744 本小節の続きを見るには,\SpecialChar LaTeX
34745 パッケージ
34746 \series bold
34747 cancel
34748 \series default
34749 を導入する必要があります.
34750 \end_layout
34751
34752 \begin_layout Standard
34753 \begin_inset ERT
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757
34758
34759 \backslash
34760 fi 
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Subsection
34769 節見出し中の数式
34770 \begin_inset CommandInset label
34771 LatexCommand label
34772 name "subsec:節見出し中の数式"
34773
34774 \end_inset
34775
34776
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 すうしき@数式 ! せつみだしちゅうの@節見出し中の
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 数式を節見出し中で使う際には,以下のことに留意しなくてはなりません.
34791 \end_layout
34792
34793 \begin_layout Standard
34794 \begin_inset Note Greyedout
34795 status open
34796
34797 \begin_layout Plain Layout
34798 文書設定ダイアログの
34799 \family sans
34800 PDF特性
34801 \family default
34802
34803 \series bold
34804 hyperref
34805 \series default
34806
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 ぱっけーじ@パッケージ ! hyperref
34812 \end_layout
34813
34814 \end_inset
34815
34816 サポートが有効になっている場合,PDFのしおりが,目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,節見
34817 出しに数式が含まれている場合,数式はしおり中に誤った文字列として表示されます.
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826 これらの問題は,
34827 \family sans
34828 挿入\SpecialChar menuseparator
34829 短縮タイトル
34830 \family default
34831 メニューを使って,問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,目次が美しく整形されるように,多行にわたる節見出し
34832 に別名を付けるものです.目次中には,短縮タイトルのみが表示され,したがってPDFしおり中にも短縮タイトルのみが表示されます.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 数式を目次中でも使わなくてもならないが,
34837 \series bold
34838 hyperref
34839 \series default
34840 も使用しなくてはならないときには,
34841 \end_layout
34842
34843 \begin_layout Standard
34844
34845 \series bold
34846
34847 \backslash
34848 texorpdfstring{部分}{代替文字列}
34849 \begin_inset Index idx
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853 こまんど@コマンド ! T ! 
34854 \backslash
34855 texorpdfstring
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 というコマンドを\SpecialChar TeX
34865 モードで使う方法があります.
34866 \end_layout
34867
34868 \begin_layout Standard
34869 「部分」は,見出し中,PDFしおりに表示したくない部分です.これは,文字・数式・脚註のほかに相互参照をとることもできます.しおりには,この部分の代わりに,「代替
34870 文字列」が用いられます.
34871 \end_layout
34872
34873 \begin_layout Standard
34874 以下の二つは,見出しの例です.
34875 \begin_inset VSpace -3mm
34876 \end_inset
34877
34878
34879 \begin_inset ERT
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884
34885 \backslash
34886 boldmath 
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Subsubsection
34895 目次中では数式を使わない見出し
34896 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34897 \end_inset
34898
34899
34900 \begin_inset Argument 1
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904 目次中では数式を使わない見出し
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Subsubsection
34913 目次中で数式を使う見出し
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919
34920 \backslash
34921 texorpdfstring{
34922 \end_layout
34923
34924 \end_inset
34925
34926  
34927 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34928 \end_inset
34929
34930
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936 }{}
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset ERT
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950
34951 \backslash
34952 unboldmath 
34953 \end_layout
34954
34955 \end_inset
34956
34957 一つめの見出しでは短縮タイトルが使われており,二つめの見出しでは
34958 \series bold
34959
34960 \backslash
34961 texorpdfstring
34962 \series default
34963 が使われています.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 他の節見出しと同じ書式を得るために,上の見出し全体は
34968 \series bold
34969 boldmath
34970 \series default
34971 環境に設定してあります
34972 \begin_inset Foot
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "subsec:ボールド体の数式"
34980
34981 \end_inset
34982
34983 節参照.
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Subsection
34992 多段組文中の数式
34993 \begin_inset Index idx
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
34998 \end_layout
34999
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 多段組文中に数式を作ると,段の中に収まりきらないことも多く,ページ幅全体に広がるようにする必要があることがあります.これは,
35007 \series bold
35008 multicol
35009 \series default
35010
35011 \begin_inset Foot
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015
35016 \series bold
35017 multicol
35018 \series default
35019 は,標準的\SpecialChar LaTeX
35020 頒布版のすべてに含まれています.
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 ぱっけーじ@パッケージ ! multicol
35031 \end_layout
35032
35033 \end_inset
35034
35035  \SpecialChar LaTeX
35036 パッケージを,
35037 \end_layout
35038
35039 \begin_layout Standard
35040
35041 \series bold
35042
35043 \backslash
35044 usepackage{multicol}
35045 \end_layout
35046
35047 \begin_layout Standard
35048 という\SpecialChar LaTeX
35049 プリアンブル行を書いて読み込むことで,実現できます.
35050 \end_layout
35051
35052 \begin_layout Standard
35053 \begin_inset Note Greyedout
35054 status open
35055
35056 \begin_layout Plain Layout
35057 ここで,
35058 \family sans
35059 文書\SpecialChar menuseparator
35060 設定
35061 \family default
35062 メニューの
35063 \family sans
35064 本文レイアウト
35065 \family default
35066 で,
35067 \family sans
35068 二段組文書
35069 \family default
35070 の設定を
35071 \emph on
35072 有効にしてはならない
35073 \emph default
35074 ことに注意してください.
35075 \end_layout
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \begin_layout Standard
35083 多段組文の前に
35084 \end_layout
35085
35086 \begin_layout Standard
35087
35088 \series bold
35089
35090 \backslash
35091 begin{multicols}{段数}
35092 \end_layout
35093
35094 \begin_layout Standard
35095 というコマンドを\SpecialChar TeX
35096 モードで書き入れます.「段数」は,2
35097 \begin_inset space \thinspace{}
35098 \end_inset
35099
35100 -
35101 \begin_inset space \thinspace{}
35102 \end_inset
35103
35104 10のあいだの数字です.多段組文の終わる数式の前には,
35105 \end_layout
35106
35107 \begin_layout Standard
35108
35109 \series bold
35110
35111 \backslash
35112 end{multicols}
35113 \end_layout
35114
35115 \begin_layout Standard
35116 というコマンドを\SpecialChar TeX
35117 モードで入れます.
35118 \end_layout
35119
35120 \begin_layout Standard
35121 このコマンドによって,数式の前にいくらかの余白が,自動的に作られます.これをなくすには,数式の前に-6
35122 \begin_inset space \thinspace{}
35123 \end_inset
35124
35125 mmの垂直空白を入れて下さい.数式様式
35126 \series bold
35127
35128 \begin_inset Foot
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 数式様式に関しては,第
35133 \begin_inset CommandInset ref
35134 LatexCommand ref
35135 reference "sec:数式様式"
35136
35137 \end_inset
35138
35139 節をご覧下さい.
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \series default
35146 として
35147 \series bold
35148 行頭下げ
35149 \series default
35150 を使用している場合には,代わりに-9
35151 \begin_inset space \thinspace{}
35152 \end_inset
35153
35154 mmの垂直空白を入れて下さい.
35155 \end_layout
35156
35157 \begin_layout Standard
35158 以下は,別行立て数式を含む,多段組文の例です.
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \begin_inset ERT
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166
35167
35168 \backslash
35169 begin{multicols}{2}
35170 \end_layout
35171
35172 \end_inset
35173
35174
35175 \lang ngerman
35176 Das Spektrum wird fouriertransformiert.
35177  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35178 , Lösungsmittel) zu trennen.
35179  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35180  nun das Aussehen des Ausgangssignals.
35181  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35182  über alle Phasen integrieren muss.
35183  Sei nun 
35184 \begin_inset Formula $S$
35185 \end_inset
35186
35187  unser normiertes Ausgangssignal und 
35188 \begin_inset Formula $P$
35189 \end_inset
35190
35191  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35192 \lang japanese
35193
35194 \begin_inset ERT
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198
35199
35200 \backslash
35201 end{multicols}
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \begin_inset VSpace -6mm
35208 \end_inset
35209
35210
35211 \begin_inset Formula 
35212 \begin{equation}
35213 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35214 \end{equation}
35215
35216 \end_inset
35217
35218
35219 \begin_inset ERT
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223
35224
35225 \backslash
35226 begin{multicols}{2}
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \lang ngerman
35233 wobei 
35234 \begin_inset Formula $S_{0}$
35235 \end_inset
35236
35237  das Signal ohne Gradient ist und die Normierungsbedingung 
35238 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35239 \end_inset
35240
35241  gilt.
35242  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35243  Direkt nach dem 
35244 \begin_inset Formula $\nicefrac{\pi}{2}$
35245 \end_inset
35246
35247
35248 \begin_inset space \thinspace{}
35249 \end_inset
35250
35251 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35252  das Signal zusätzlich abschwächt.
35253  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35254  
35255 \begin_inset Formula $T_{2}$
35256 \end_inset
35257
35258 -Zeit.
35259 \end_layout
35260
35261 \begin_layout Standard
35262 \begin_inset ERT
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266
35267
35268 \backslash
35269 end{multicols}
35270 \end_layout
35271
35272 \end_inset
35273
35274  
35275 \end_layout
35276
35277 \begin_layout Subsection
35278 変数の説明付き数式
35279 \begin_inset Index idx
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \end_layout
35290
35291 \begin_layout Standard
35292 \begin_inset CommandInset ref
35293 LatexCommand eqref
35294 reference "eq:within"
35295
35296 \end_inset
35297
35298 式のように,数式内で変数の説明をするには,
35299 \begin_inset Formula $n$
35300 \end_inset
35301
35302 個の変数が使われている場合,左寄せの列を持つ
35303 \begin_inset Formula $2\times n$
35304 \end_inset
35305
35306 行列を使用します
35307 \begin_inset Foot
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311 行列に関しては,第
35312 \begin_inset CommandInset ref
35313 LatexCommand ref
35314 reference "sec:行列"
35315
35316 \end_inset
35317
35318 節参照.
35319 \end_layout
35320
35321 \end_inset
35322
35323 .説明を小さな文字にするには,行列の前に,たとえば
35324 \series bold
35325
35326 \backslash
35327 footnotesize
35328 \series default
35329 コマンドを挿入します
35330 \begin_inset Foot
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334 フォント寸法に関しては,第
35335 \begin_inset CommandInset ref
35336 LatexCommand ref
35337 reference "subsec:書体寸法"
35338
35339 \end_inset
35340
35341 節参照.
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Standard
35350 数式様式に
35351 \series bold
35352 行頭下げ
35353 \begin_inset Foot
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 数式様式に関しては,第
35358 \begin_inset CommandInset ref
35359 LatexCommand ref
35360 reference "sec:数式様式"
35361
35362 \end_inset
35363
35364 節参照.
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \series default
35371 を使っている場合,行列を数式とページ余白から等距離に置くために,行列の前後に
35372 \series bold
35373
35374 \backslash
35375 hfill
35376 \series default
35377
35378 \begin_inset Foot
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382
35383 \series bold
35384
35385 \backslash
35386 hfill
35387 \series default
35388 は,
35389 \series bold
35390 行頭下げ
35391 \series default
35392 様式のときのみ機能します.第
35393 \begin_inset CommandInset ref
35394 LatexCommand ref
35395 reference "subsec:可変長の空白"
35396
35397 \end_inset
35398
35399 節をご覧下さい.
35400 \end_layout
35401
35402 \end_inset
35403
35404 を入れます.
35405 \end_layout
35406
35407 \begin_layout Standard
35408 数式様式に
35409 \series bold
35410 中央揃え
35411 \series default
35412 を使っている場合,数式を字下げするには,第
35413 \begin_inset CommandInset ref
35414 LatexCommand ref
35415 reference "subsec:flalign環境"
35416
35417 \end_inset
35418
35419 節で述べた方法を使用します.
35420 \begin_inset CommandInset ref
35421 LatexCommand eqref
35422 reference "eq:within"
35423
35424 \end_inset
35425
35426 式には5列があり,最初の2列には数式,3列めには行列,最終列には空の\SpecialChar TeX
35427 括弧が入っています.
35428 \begin_inset Formula 
35429 \begin{flalign}
35430 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35431 \rho & \textrm{density}\\
35432 V & \textrm{volume}\\
35433 g & \textrm{gravitational acceleration}
35434 \end{array} &  & {}\label{eq:within}
35435 \end{flalign}
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Subsection
35443 アップライト体のギリシャ小文字
35444 \begin_inset CommandInset label
35445 LatexCommand label
35446 name "subsec:アップライト体ギリシャ小文字"
35447
35448 \end_inset
35449
35450
35451 \begin_inset Index idx
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Standard
35464 ほとんどの数式書体は,イタリック体のギリシャ小文字しか提供していません.しかし,
35465 \begin_inset Formula $\pi$
35466 \end_inset
35467
35468 中間子やニュートリノのような素粒子の記号には,アップライト体のギリシャ文字が必要とされます.
35469 \series bold
35470 upgreek.sty
35471 \series default
35472
35473 \begin_inset Foot
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477
35478 \series bold
35479 upgreek
35480 \series default
35481 は,
35482 \series bold
35483 was
35484 \series default
35485
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 ぱっけーじ@パッケージ ! was
35491 \begin_inset ERT
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495
35496
35497 \backslash
35498 vspace{4mm}
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \end_inset
35507
35508  \SpecialChar LaTeX
35509 パッケージの一部です.
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 ぱっけーじ@パッケージ ! upgreek
35520 \end_layout
35521
35522 \end_inset
35523
35524  ファイルを
35525 \end_layout
35526
35527 \begin_layout Standard
35528
35529 \series bold
35530
35531 \backslash
35532 usepackage{upgreek}
35533 \end_layout
35534
35535 \begin_layout Standard
35536 という\SpecialChar LaTeX
35537 プリアンブル行で読み込めば,これらが提供されるようになります.
35538 \begin_inset ERT
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542
35543
35544 \backslash
35545 ifupgreek 
35546 \end_layout
35547
35548 \end_inset
35549
35550
35551 \begin_inset Note Note
35552 status open
35553
35554 \begin_layout Plain Layout
35555 以下の表は,
35556 \series bold
35557 upgreek
35558 \series default
35559  \SpecialChar LaTeX
35560 パッケージが導入済みのときのみ表示されます.
35561 \end_layout
35562
35563 \end_inset
35564
35565 アップライト体のギリシャ小文字は,ギリシャ小文字のコマンド名の前に
35566 \series bold
35567 up
35568 \series default
35569 を付けると作ることができます.たとえば
35570 \series bold
35571
35572 \backslash
35573 uptau
35574 \series default
35575 コマンドは,
35576 \begin_inset Formula $\uptau$
35577 \end_inset
35578
35579 のようになります.
35580 \end_layout
35581
35582 \begin_layout Standard
35583 これらのコマンドを使えば,以下のような素粒子の反応を組版することができるようになります.
35584 \begin_inset Formula 
35585 \[
35586 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35587 \]
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 アップライト体の文字は,イタリック体のものよりも太く幅広です.したがって,これらを「
35596 \begin_inset Formula $\mu m$
35597 \end_inset
35598
35599 」のような単位に使うべきではありません.
35600 \end_layout
35601
35602 \begin_layout Standard
35603 \begin_inset ERT
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607
35608
35609 \backslash
35610 else 
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \begin_inset Note Note
35617 status open
35618
35619 \begin_layout Plain Layout
35620 以下は,
35621 \series bold
35622 upgreek
35623 \series default
35624  \SpecialChar LaTeX
35625 パッケージが導入されていないときのみ表示されます.
35626 \end_layout
35627
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \begin_layout Standard
35634 この小節のすべてを出力で見るには,
35635 \series bold
35636 upgreek
35637 \series default
35638  \SpecialChar LaTeX
35639 パッケージを導入する必要があります.
35640 \end_layout
35641
35642 \begin_layout Standard
35643 \begin_inset ERT
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647
35648
35649 \backslash
35650 fi 
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \begin_layout Subsection
35659 数式中のテキスト文字
35660 \begin_inset Index idx
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Standard
35673 折にふれて,テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,中黒「·」を
35674 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35675 \end_inset
35676
35677 のように数式中で頻繁に用いようとすると,この中黒はすべてのエンコーディングでテキスト文字として定義されているために,代わりに
35678 \series bold
35679
35680 \backslash
35681 cdot
35682 \series default
35683
35684 \begin_inset Foot
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "subsec:二項演算子"
35692
35693 \end_inset
35694
35695 節参照.
35696 \end_layout
35697
35698 \end_inset
35699
35700 コマンドを挿入しなくてはならなくなることでしょう.しかし,
35701 \end_layout
35702
35703 \begin_layout Standard
35704
35705 \series bold
35706
35707 \backslash
35708 Declare Inputtext{183}{
35709 \backslash
35710 ifmmode
35711 \backslash
35712 cdot
35713 \backslash
35714 else
35715 \backslash
35716 textperiodcentered
35717 \backslash
35718 f\SpecialChar ligaturebreak
35719 i}
35720 \end_layout
35721
35722 \begin_layout Standard
35723 という\SpecialChar LaTeX
35724 プリアンブル行を使えば,エンコーディングに変更を加えることができます.
35725 \end_layout
35726
35727 \begin_layout Standard
35728 文字エンコーディング(
35729 \family sans
35730 文書\SpecialChar menuseparator
35731 設定\SpecialChar menuseparator
35732 言語
35733 \family default
35734 メニュー)は,キーボード上の
35735 \begin_inset Flex Ruby
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740 \begin_inset Argument post:1
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744 キー
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \end_inset
35753
35754 が押されたときにどの文字が表示されるかを指定します.「·」文字に対応する鍵が押されると,内部的には
35755 \series bold
35756
35757 \backslash
35758 textperiodcentered
35759 \series default
35760 コマンドが使用されます.しかし,このコマンドは数式中では使えないので,\SpecialChar LaTeX
35761 エラーが発生するのです.変更後のエンコーディングでは,文字が数式中に挿入されたか否かによっ
35762 て,正しいコマンドが自動的に選択されます.
35763 \end_layout
35764
35765 \begin_layout Standard
35766 定義ファイル中には,複数の文字のエンコーディングが保管されています.たとえば,
35767 \series bold
35768 latin9
35769 \series default
35770 エンコーディングは,\SpecialChar LaTeX
35771 がインストールされたフォルダにある
35772 \series bold
35773 latin9.def
35774 \series default
35775 ファイルに定義されています.エンコーディングは,\SpecialChar LaTeX
35776 プリアンブルで変更するべきであって,定義ファイルを変更してはなりません.さもないと,自分の作成した文書は,他のコ
35777 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset VSpace medskip
35782 \end_inset
35783
35784 中黒の他にこの文書では,角度記号「
35785 \begin_inset Formula $^{\circ}$
35786 \end_inset
35787
35788 」が,数式に直接入れることができるよう,以下のような\SpecialChar LaTeX
35789 プリアンブル行で定義されています
35790 \begin_inset Foot
35791 status collapsed
35792
35793 \begin_layout Plain Layout
35794 【訳註】p\SpecialChar LaTeX
35795 では,これらの定義は必要ないので,コメントアウトして無効にしてあります.
35796 \end_layout
35797
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \begin_layout Standard
35804
35805 \series bold
35806
35807 \backslash
35808 DeclareInputtext{176}{
35809 \backslash
35810 ifmmode^
35811 \backslash
35812 circ
35813 \backslash
35814 else
35815 \backslash
35816 textdegree
35817 \backslash
35818 f\SpecialChar ligaturebreak
35819 i}
35820 \end_layout
35821
35822 \begin_layout Subsection
35823 数式中の\SpecialChar LaTeX
35824 コメント
35825 \begin_inset Index idx
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829 L atexこめんと@\SpecialChar LaTeX
35830 コメント
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 本文中では,ファイルの\SpecialChar LaTeX
35840 ソースコードでのみ見ることのできるコメントを,
35841 \family sans
35842 挿入
35843 \lang english
35844 \SpecialChar menuseparator
35845
35846 \lang japanese
35847 註釈
35848 \lang english
35849 \SpecialChar menuseparator
35850
35851 \lang japanese
35852 コメント
35853 \family default
35854 メニューで挿入することができます.これと同じことは,数式中ではできませんが,
35855 \end_layout
35856
35857 \begin_layout Standard
35858
35859 \series bold
35860
35861 \backslash
35862 %
35863 \end_layout
35864
35865 \begin_layout Standard
35866 というコマンドを使えば,\SpecialChar LaTeX
35867 コメントを挿入することができます.このコマンドを打ち込むと,コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
35868 のバグのせいで
35869 \begin_inset Foot
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873 \begin_inset CommandInset href
35874 LatexCommand href
35875 name "LyX-bug #9002"
35876 target "http://www.lyx.org/trac/ticket/9002"
35877
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \end_inset
35884
35885 ,コメント中に,通常の本文や数式内本文そのものを書くことはできませんが,\SpecialChar LaTeX
35886 出力中に,\SpecialChar LaTeX
35887 コマンドの形では見ることができます.
35888 \lang english
35889
35890 \begin_inset Newline newline
35891 \end_inset
35892
35893
35894 \lang japanese
35895 下記は,\SpecialChar LaTeX
35896 コメントを持つ数式の例です.
35897 \begin_inset Formula 
35898 \[
35899 A=B%\text{これはコメントです。}
35900 \]
35901
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \begin_layout Section
35908 \start_of_appendix
35909 組版上の助言
35910 \begin_inset Index idx
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914 くみばんじょうのじょげん@組版上の助言
35915 \end_layout
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \begin_layout Standard
35923 この節は,ISO規範に掲げてある,もっとも重要な組版ルールの要約です
35924 \begin_inset Foot
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928 この要約の一部は,ISO規則を取り上げている「Duden」
35929 \begin_inset CommandInset citation
35930 LatexCommand cite
35931 key "Duden"
35932
35933 \end_inset
35934
35935 と呼ばれるドイツの半公的辞書から採られています.
35936 \end_layout
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Itemize
35944 物理単位は,つねに(イタリック文中にあるときも)アップライト体にします
35945 \begin_inset Foot
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949 書体様式で指定します.第
35950 \begin_inset CommandInset ref
35951 LatexCommand ref
35952 reference "subsec:書体様式"
35953
35954 \end_inset
35955
35956 節を参照.
35957 \end_layout
35958
35959 \end_inset
35960
35961 :30
35962 \begin_inset space \thinspace{}
35963 \end_inset
35964
35965 km/h
35966 \begin_inset Newline newline
35967 \end_inset
35968
35969 値と単位の間には,最小空白を入れます.第
35970 \begin_inset CommandInset ref
35971 LatexCommand ref
35972 reference "subsec:定義済みの空白"
35973
35974 \end_inset
35975
35976 節を参照.
35977 \begin_inset Newline newline
35978 \end_inset
35979
35980 この慣習は,
35981 \series bold
35982
35983 \backslash
35984 unittwo
35985 \series default
35986 コマンドを使用すると,つねに満たされます.このコマンドを数式に入れると,二つの枠が現れます.最初の枠には値をいれ,第二の枠に単位を入れると,上記と同じような結果
35987 が得られます:
35988 \begin_inset Formula $\unit[30]{km/h}$
35989 \end_inset
35990
35991
35992 \begin_inset space \thinspace{}
35993 \end_inset
35994
35995 .実は,
35996 \series bold
35997
35998 \backslash
35999 unittwo
36000 \series default
36001 は,\SpecialChar LaTeX
36002 コマンドの実体ではなく,
36003 \series bold
36004
36005 \backslash
36006 unit[値]{単位}
36007 \series default
36008 というコマンドです.したがって,これを\SpecialChar TeX
36009 コード中で使用することはできません.
36010 \end_layout
36011
36012 \begin_layout Itemize
36013 百分率記号と千分率記号は,物理単位と同様に組みます:
36014 \begin_inset Newline newline
36015 \end_inset
36016
36017 血中アルコール1,2
36018 \begin_inset space \thinspace{}
36019 \end_inset
36020
36021
36022 \end_layout
36023
36024 \begin_layout Itemize
36025 角度記号は値の直後に置きます:
36026 \begin_inset Formula $15^{\circ}$
36027 \end_inset
36028
36029 .しかし,単位として用いられるときは別です:15
36030 \begin_inset space \thinspace{}
36031 \end_inset
36032
36033
36034 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Itemize
36041 4桁以上の数は,3桁ごとに最小空白を直前に挿入して,グループ化します:18
36042 \begin_inset space \thinspace{}
36043 \end_inset
36044
36045 473
36046 \begin_inset space \thinspace{}
36047 \end_inset
36048
36049 588
36050 \end_layout
36051
36052 \begin_layout Itemize
36053 \begin_inset Formula $120\times90\times40$
36054 \end_inset
36055
36056
36057 \begin_inset space \thinspace{}
36058 \end_inset
36059
36060 cmのような寸法には,積記号「
36061 \begin_inset Formula $\times$
36062 \end_inset
36063
36064 」を用います.これは,
36065 \series bold
36066
36067 \backslash
36068 times
36069 \series default
36070 コマンドか,
36071 \family sans
36072 挿入\SpecialChar menuseparator
36073 特殊文字\SpecialChar menuseparator
36074 記号
36075 \family default
36076 メニューから入れることができます.
36077 \end_layout
36078
36079 \begin_layout Itemize
36080 いくつかの文字を含む関数名は,混乱を防ぐためにアップライト体にします.第
36081 \begin_inset CommandInset ref
36082 LatexCommand ref
36083 reference "subsec:定義済み函数"
36084
36085 \end_inset
36086
36087 節を参照.
36088 \end_layout
36089
36090 \begin_layout Itemize
36091 複数の文字を含む指数は,アップライト体にします:
36092 \begin_inset Formula $E_{\mathrm{kin}}$
36093 \end_inset
36094
36095
36096 \begin_inset Newline newline
36097 \end_inset
36098
36099 行列要素はイタリック体にします:
36100 \begin_inset Formula $\hat{H}_{kl}$
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Itemize
36107 微分作用素・積分作用素「d」,オイラー数「e」,虚数単位「i」は,他の変数と間違えることを避けるために,アップライト体にします.
36108 \end_layout
36109
36110 \begin_layout Itemize
36111
36112 \noun on
36113 フーリエ
36114 \noun default
36115 変換を表す文字は,
36116 \series bold
36117
36118 \backslash
36119 mathscr
36120 \begin_inset space \textvisiblespace{}
36121 \end_inset
36122
36123 {F
36124 \series default
36125 コマンド
36126 \begin_inset Index idx
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130 こまんど@コマンド! M ! 
36131 \backslash
36132 mathscr
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \family sans
36139 挿入\SpecialChar menuseparator
36140 特殊文字\SpecialChar menuseparator
36141 記号\SpecialChar menuseparator
36142 文字様記号
36143 \family default
36144 メニューの
36145 \begin_inset Formula $\mathscr{F}$
36146 \end_inset
36147
36148 で入れることができます.
36149 \end_layout
36150
36151 \begin_layout Standard
36152 \begin_inset Newpage newpage
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Section
36159 同義語
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 どうぎご@同義語
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \end_layout
36171
36172 \begin_layout Standard
36173 いくつかの文字や記号は,複数のコマンドから作ることができます.以下は,同義のコマンドの一覧です.
36174 \end_layout
36175
36176 \begin_layout Standard
36177 \begin_inset VSpace bigskip
36178 \end_inset
36179
36180
36181 \lang english
36182
36183 \begin_inset space \hfill{}
36184 \end_inset
36185
36186
36187 \lang japanese
36188
36189 \begin_inset Tabular
36190 <lyxtabular version="3" rows="12" columns="2">
36191 <features booktabs="true" tabularvalignment="middle">
36192 <column alignment="center" valignment="top" width="0pt">
36193 <column alignment="center" valignment="top" width="0pt">
36194 <row>
36195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 コマンド
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Plain Layout
36208 同義のコマンド
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 </row>
36214 <row>
36215 <cell alignment="center" valignment="top" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219
36220 \backslash
36221 ast
36222 \end_layout
36223
36224 \end_inset
36225 </cell>
36226 <cell alignment="center" valignment="top" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 *
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 </row>
36236 <row>
36237 <cell alignment="center" valignment="top" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241
36242 \backslash
36243 choose
36244 \end_layout
36245
36246 \end_inset
36247 </cell>
36248 <cell alignment="center" valignment="top" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252
36253 \backslash
36254 binom
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 </row>
36260 <row>
36261 <cell alignment="center" valignment="top" usebox="none">
36262 \begin_inset Text
36263
36264 \begin_layout Plain Layout
36265
36266 \backslash
36267 geq
36268 \end_layout
36269
36270 \end_inset
36271 </cell>
36272 <cell alignment="center" valignment="top" usebox="none">
36273 \begin_inset Text
36274
36275 \begin_layout Plain Layout
36276
36277 \backslash
36278 ge
36279 \end_layout
36280
36281 \end_inset
36282 </cell>
36283 </row>
36284 <row>
36285 <cell alignment="center" valignment="top" usebox="none">
36286 \begin_inset Text
36287
36288 \begin_layout Plain Layout
36289
36290 \backslash
36291 lbrace
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 <cell alignment="center" valignment="top" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300 {
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 </row>
36306 <row>
36307 <cell alignment="center" valignment="top" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311
36312 \backslash
36313 lbracket
36314 \end_layout
36315
36316 \end_inset
36317 </cell>
36318 <cell alignment="center" valignment="top" usebox="none">
36319 \begin_inset Text
36320
36321 \begin_layout Plain Layout
36322 [
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 </row>
36328 <row>
36329 <cell alignment="center" valignment="top" usebox="none">
36330 \begin_inset Text
36331
36332 \begin_layout Plain Layout
36333
36334 \backslash
36335 leftarrow
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 <cell alignment="center" valignment="top" usebox="none">
36341 \begin_inset Text
36342
36343 \begin_layout Plain Layout
36344
36345 \backslash
36346 gets
36347 \end_layout
36348
36349 \end_inset
36350 </cell>
36351 </row>
36352 <row>
36353 <cell alignment="center" valignment="top" usebox="none">
36354 \begin_inset Text
36355
36356 \begin_layout Plain Layout
36357
36358 \backslash
36359 leq
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368
36369 \backslash
36370 le
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 </row>
36376 <row>
36377 <cell alignment="center" valignment="top" usebox="none">
36378 \begin_inset Text
36379
36380 \begin_layout Plain Layout
36381
36382 \backslash
36383 lor
36384 \end_layout
36385
36386 \end_inset
36387 </cell>
36388 <cell alignment="center" valignment="top" usebox="none">
36389 \begin_inset Text
36390
36391 \begin_layout Plain Layout
36392
36393 \backslash
36394 vee
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 </row>
36400 <row>
36401 <cell alignment="center" valignment="top" usebox="none">
36402 \begin_inset Text
36403
36404 \begin_layout Plain Layout
36405
36406 \backslash
36407 neq
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 <cell alignment="center" valignment="top" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Plain Layout
36416
36417 \backslash
36418 not=
36419 \end_layout
36420
36421 \end_inset
36422 </cell>
36423 </row>
36424 <row>
36425 <cell alignment="center" valignment="top" usebox="none">
36426 \begin_inset Text
36427
36428 \begin_layout Plain Layout
36429
36430 \backslash
36431 slash
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 <cell alignment="center" valignment="top" usebox="none">
36437 \begin_inset Text
36438
36439 \begin_layout Plain Layout
36440 /
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 </row>
36446 <row>
36447 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451
36452 \backslash
36453 vert
36454 \end_layout
36455
36456 \end_inset
36457 </cell>
36458 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36459 \begin_inset Text
36460
36461 \begin_layout Plain Layout
36462 |
36463 \end_layout
36464
36465 \end_inset
36466 </cell>
36467 </row>
36468 </lyxtabular>
36469
36470 \end_inset
36471
36472
36473 \begin_inset space \hfill{}
36474 \end_inset
36475
36476
36477 \begin_inset Tabular
36478 <lyxtabular version="3" rows="12" columns="2">
36479 <features booktabs="true" tabularvalignment="middle">
36480 <column alignment="center" valignment="top" width="0pt">
36481 <column alignment="center" valignment="top" width="0pt">
36482 <row>
36483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487 コマンド
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 同義のコマンド
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 </row>
36502 <row>
36503 <cell alignment="center" valignment="top" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \backslash
36509 backslash
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 <cell alignment="center" valignment="top" usebox="none">
36515 \begin_inset Text
36516
36517 \begin_layout Plain Layout
36518
36519 \backslash
36520
36521 \backslash
36522
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 </row>
36528 <row>
36529 <cell alignment="center" valignment="top" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533
36534 \backslash
36535 dasharrow
36536 \end_layout
36537
36538 \end_inset
36539 </cell>
36540 <cell alignment="center" valignment="top" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 dashrightarrow
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 </row>
36552 <row>
36553 <cell alignment="center" valignment="top" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557
36558 \backslash
36559 land
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 <cell alignment="center" valignment="top" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 wedge
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 </row>
36576 <row>
36577 <cell alignment="center" valignment="top" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581
36582 \backslash
36583 rbrace
36584 \end_layout
36585
36586 \end_inset
36587 </cell>
36588 <cell alignment="center" valignment="top" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592 }
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row>
36599 <cell alignment="center" valignment="top" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603
36604 \backslash
36605 rbracket
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 <cell alignment="center" valignment="top" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614 ]
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row>
36621 <cell alignment="center" valignment="top" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625
36626 \backslash
36627 rightarrow
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636
36637 \backslash
36638 to
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 </row>
36644 <row>
36645 <cell alignment="center" valignment="top" usebox="none">
36646 \begin_inset Text
36647
36648 \begin_layout Plain Layout
36649
36650 \backslash
36651 lnot
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 <cell alignment="center" valignment="top" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660
36661 \backslash
36662 neg
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 ne
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686 not=
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 </row>
36692 <row>
36693 <cell alignment="center" valignment="top" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697
36698 \backslash
36699 owns
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708
36709 \backslash
36710 ni
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 </row>
36716 <row>
36717 <cell alignment="center" valignment="top" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721
36722 \backslash
36723 square
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 <cell alignment="center" valignment="top" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734 Box
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 </row>
36740 <row>
36741 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745
36746 \backslash
36747 Vert
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756
36757 \backslash
36758 |
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 </row>
36764 </lyxtabular>
36765
36766 \end_inset
36767
36768
36769 \begin_inset space \hfill{}
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Standard
36776 \begin_inset Newpage newpage
36777 \end_inset
36778
36779
36780 \end_layout
36781
36782 \begin_layout Bibliography
36783 \begin_inset CommandInset bibitem
36784 LatexCommand bibitem
36785 key "TLC2"
36786
36787 \end_inset
36788
36789
36790 \shape smallcaps
36791 Mittelbach, F.
36792  ; Goossens, M.
36793 \shape default
36794
36795 \shape italic
36796 The \SpecialChar LaTeX
36797  Companion
36798 \shape default
36799 , 2nd ed.
36800  Addison Wesley, 2004
36801 \end_layout
36802
36803 \begin_layout Bibliography
36804 \begin_inset CommandInset bibitem
36805 LatexCommand bibitem
36806 key "Mathmode"
36807
36808 \end_inset
36809
36810 \SpecialChar LaTeX
36811 の数式能力の
36812 \begin_inset CommandInset href
36813 LatexCommand href
36814 name "説明"
36815 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36816
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \begin_layout Bibliography
36823 \begin_inset CommandInset bibitem
36824 LatexCommand bibitem
36825 key "AMS"
36826
36827 \end_inset
36828
36829
36830 \begin_inset ERT
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834
36835
36836 \backslash
36837 AmS
36838 \end_layout
36839
36840 \end_inset
36841
36842 -\SpecialChar LaTeX
36843
36844 \begin_inset CommandInset href
36845 LatexCommand href
36846 name "説明"
36847 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36848
36849 \end_inset
36850
36851
36852 \end_layout
36853
36854 \begin_layout Bibliography
36855 \begin_inset CommandInset bibitem
36856 LatexCommand bibitem
36857 key "Symbols"
36858
36859 \end_inset
36860
36861 \SpecialChar LaTeX
36862 パッケージで利用できる記号の
36863 \begin_inset CommandInset href
36864 LatexCommand href
36865 name "全覧"
36866 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Bibliography
36874 \begin_inset CommandInset bibitem
36875 LatexCommand bibitem
36876 key "cancel"
36877
36878 \end_inset
36879
36880 \SpecialChar LaTeX
36881  
36882 \series bold
36883 cancel
36884 \series default
36885
36886 \begin_inset Index idx
36887 status collapsed
36888
36889 \begin_layout Plain Layout
36890 ぱっけーじ@パッケージ ! cancel
36891 \end_layout
36892
36893 \end_inset
36894
36895 パッケージの
36896 \begin_inset CommandInset href
36897 LatexCommand href
36898 name "取扱説明書"
36899 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \begin_layout Bibliography
36907 \begin_inset CommandInset bibitem
36908 LatexCommand bibitem
36909 key "hyperref"
36910
36911 \end_inset
36912
36913 \SpecialChar LaTeX
36914  
36915 \series bold
36916 hyperref
36917 \series default
36918
36919 \begin_inset Index idx
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923 ぱっけーじ@パッケージ ! hyperref
36924 \end_layout
36925
36926 \end_inset
36927
36928 パッケージの
36929 \begin_inset CommandInset href
36930 LatexCommand href
36931 name "取扱説明書"
36932 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36933
36934 \end_inset
36935
36936
36937 \end_layout
36938
36939 \begin_layout Bibliography
36940 \begin_inset CommandInset bibitem
36941 LatexCommand bibitem
36942 key "mhchem"
36943
36944 \end_inset
36945
36946 \SpecialChar LaTeX
36947  
36948 \series bold
36949 mhchem
36950 \series default
36951
36952 \begin_inset Index idx
36953 status collapsed
36954
36955 \begin_layout Plain Layout
36956 ぱっけーじ@パッケージ ! mhchem
36957 \end_layout
36958
36959 \end_inset
36960
36961 パッケージの
36962 \begin_inset CommandInset href
36963 LatexCommand href
36964 name "取扱説明書"
36965 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Bibliography
36973 \begin_inset CommandInset bibitem
36974 LatexCommand bibitem
36975 key "Duden"
36976
36977 \end_inset
36978
36979
36980 \emph on
36981 Duden Band 1
36982 \emph default
36983 .
36984  22.
36985  Auflage, Duden 2001
36986 \end_layout
36987
36988 \begin_layout Bibliography
36989 \begin_inset CommandInset bibitem
36990 LatexCommand bibitem
36991 key "Checklist"
36992
36993 \end_inset
36994
36995 原稿見直しの
36996 \begin_inset CommandInset href
36997 LatexCommand href
36998 name "チェックリスト"
36999 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 \begin_inset CommandInset index_print
37008 LatexCommand printindex
37009 type "idx"
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \end_body
37017 \end_document