]> git.lyx.org Git - features.git/blob - lib/doc/ja/Math.lyx
Update documents and layouts after fd1ee3b4.
[features.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 507
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 default
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 \begin_inset Separator parbreak
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \begin_layout Standard
1465 \align center
1466 \begin_inset Tabular
1467 <lyxtabular version="3" rows="4" columns="2">
1468 <features booktabs="true" tabularvalignment="middle">
1469 <column alignment="center" valignment="top" width="0pt">
1470 <column alignment="center" valignment="top" width="0pt">
1471 <row>
1472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1473 \begin_inset Text
1474
1475 \begin_layout Plain Layout
1476 コマンド
1477 \end_layout
1478
1479 \end_inset
1480 </cell>
1481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1482 \begin_inset Text
1483
1484 \begin_layout Plain Layout
1485 出力
1486 \end_layout
1487
1488 \end_inset
1489 </cell>
1490 </row>
1491 <row>
1492 <cell alignment="center" valignment="top" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 B_V
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 \begin_inset Formula $B_{V}$
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 </row>
1514 <row topspace="1.5mm">
1515 <cell alignment="center" valignment="top" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 B^V
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 \begin_inset Formula $B^{V}$
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row topspace="1.5mm">
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B^
1543 \begin_inset space \textvisiblespace{}
1544 \end_inset
1545
1546 A
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 \begin_inset Formula $B^{A}$
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 </lyxtabular>
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \begin_layout Standard
1572 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1573 ってしまいます
1574 \begin_inset Foot
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1579 \end_layout
1580
1581 \end_inset
1582
1583 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1584 \family sans
1585 Space
1586 \family default
1587 を押してください。
1588 \end_layout
1589
1590 \begin_layout Subsection
1591 分数
1592 \begin_inset CommandInset label
1593 LatexCommand label
1594 name "subsec:分数"
1595
1596 \end_inset
1597
1598
1599 \begin_inset Index idx
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 ぶんすう@分数
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Standard
1612 分数は、コマンド
1613 \series bold
1614
1615 \backslash
1616 frac
1617 \series default
1618
1619 \begin_inset Index idx
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 こまんど@コマンド ! F ! 
1624 \backslash
1625 frac
1626 \end_layout
1627
1628 \end_inset
1629
1630 か数式ツールバーボタン
1631 \begin_inset Info
1632 type  "icon"
1633 arg   "math-insert \\frac"
1634 \end_inset
1635
1636 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1637 \begin_inset Info
1638 type  "icon"
1639 arg   "math-insert \\frac-square"
1640 \end_inset
1641
1642 を使えば、分数の種類を選ぶことができます。
1643 \end_layout
1644
1645 \begin_layout Standard
1646 コマンド
1647 \series bold
1648
1649 \backslash
1650 dfrac
1651 \series default
1652
1653 \begin_inset Index idx
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 こまんど@コマンド ! D ! 
1658 \backslash
1659 dfrac
1660 \end_layout
1661
1662 \end_inset
1663
1664 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1665 \series bold
1666
1667 \backslash
1668 tfrac
1669 \series default
1670
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 こまんど@コマンド ! T ! 
1676 \backslash
1677 tfrac
1678 \end_layout
1679
1680 \end_inset
1681
1682 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1683 \end_layout
1684
1685 \begin_layout Standard
1686 これは、コマンド
1687 \series bold
1688
1689 \backslash
1690 frac
1691 \series default
1692 を使用して作った分数
1693 \begin_inset Formula $\frac{1}{2}$
1694 \end_inset
1695
1696 を含む行です。
1697 \end_layout
1698
1699 \begin_layout Standard
1700 これは、コマンド
1701 \series bold
1702
1703 \backslash
1704 dfrac
1705 \series default
1706 を使用して作った分数
1707 \begin_inset Formula $\dfrac{1}{2}$
1708 \end_inset
1709
1710 を含む行です。
1711 \begin_inset Separator parbreak
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \align center
1719 \begin_inset Tabular
1720 <lyxtabular version="3" rows="4" columns="2">
1721 <features booktabs="true" tabularvalignment="middle">
1722 <column alignment="center" valignment="top" width="0pt">
1723 <column alignment="center" valignment="top" width="0pt">
1724 <row>
1725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729 コマンド
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 出力
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 </row>
1744 <row topspace="1.5mm">
1745 <cell alignment="center" valignment="top" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \backslash
1751 frac
1752 \begin_inset space \textvisiblespace{}
1753 \end_inset
1754
1755 A
1756 \begin_inset Formula $\downarrow$
1757 \end_inset
1758
1759 B
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 <cell alignment="center" valignment="top" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768 \begin_inset Formula $\frac{A}{B}$
1769 \end_inset
1770
1771
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 </row>
1777 <row topspace="2mm">
1778 <cell alignment="center" valignment="top" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \backslash
1784 dfrac
1785 \begin_inset space \textvisiblespace{}
1786 \end_inset
1787
1788 A
1789 \begin_inset Formula $\downarrow$
1790 \end_inset
1791
1792 B
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 \begin_inset Formula $\dfrac{A}{B}$
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 </row>
1810 <row topspace="2mm" bottomspace="1mm">
1811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \backslash
1817 dfrac
1818 \begin_inset space \textvisiblespace{}
1819 \end_inset
1820
1821 e^
1822 \backslash
1823 frac
1824 \begin_inset space \textvisiblespace{}
1825 \end_inset
1826
1827 1
1828 \begin_inset Formula $\downarrow$
1829 \end_inset
1830
1831 2
1832 \begin_inset Formula $\downarrow\downarrow$
1833 \end_inset
1834
1835 3
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 </lyxtabular>
1854
1855 \end_inset
1856
1857
1858 \end_layout
1859
1860 \begin_layout Standard
1861 \begin_inset VSpace bigskip
1862 \end_inset
1863
1864
1865 \begin_inset Newpage newpage
1866 \end_inset
1867
1868 入れ子の分数を作るには、コマンド
1869 \series bold
1870
1871 \backslash
1872 cfrac
1873 \series default
1874
1875 \begin_inset Index idx
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879 こまんど@コマンド ! C ! 
1880 \backslash
1881 cfrac
1882 \end_layout
1883
1884 \end_inset
1885
1886 が使えます。以下がその例です。
1887 \begin_inset VSpace -3mm
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \begin_layout Standard
1894 \begin_inset Formula 
1895 \begin{align*}
1896 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1897 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1898 \end{align*}
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Standard
1906 上記の例で使用したコマンドは、
1907 \end_layout
1908
1909 \begin_layout Standard
1910
1911 \series bold
1912
1913 \backslash
1914 cfrac
1915 \begin_inset ERT
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919
1920
1921 \backslash
1922 space 
1923 \end_layout
1924
1925 \end_inset
1926
1927 A
1928 \begin_inset Formula $\downarrow$
1929 \end_inset
1930
1931 B+
1932 \backslash
1933 cfrac
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 space 
1942 \end_layout
1943
1944 \end_inset
1945
1946 C+
1947 \backslash
1948 cfrac
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 space 
1957 \end_layout
1958
1959 \end_inset
1960
1961 E
1962 \begin_inset Formula $\downarrow$
1963 \end_inset
1964
1965 F
1966 \begin_inset Formula $\downarrow$
1967 \end_inset
1968
1969 D
1970 \end_layout
1971
1972 \begin_layout Standard
1973 です。
1974 \end_layout
1975
1976 \begin_layout Standard
1977 \begin_inset VSpace medskip
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \series default
1990 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
1991 \end_layout
1992
1993 \begin_layout Standard
1994 分子の揃え方は、指定することができます。
1995 \series bold
1996
1997 \backslash
1998 cfracleft
1999 \series default
2000 コマンドは左揃えにし、
2001 \series bold
2002
2003 \backslash
2004 cfracright
2005 \series default
2006 は右揃えにします。
2007 \series bold
2008
2009 \backslash
2010 cfrac
2011 \series default
2012 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2013 \series bold
2014
2015 \begin_inset Formula 
2016 \[
2017 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2018 \]
2019
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 \begin_inset Note Greyedout
2027 status open
2028
2029 \begin_layout Plain Layout
2030
2031 \series bold
2032 【註】
2033 \backslash
2034 cfracleft
2035 \series default
2036
2037 \series bold
2038
2039 \backslash
2040 cfracright
2041 \series default
2042 は、生粋の\SpecialChar LaTeX
2043 コマンドではなく、実体は、コマンド
2044 \series bold
2045
2046 \backslash
2047 cfrac[揃え位置]{分子}{分母}
2048 \series default
2049 です。したがって、これらを\SpecialChar TeX
2050 モードで使うことはできません。
2051 \end_layout
2052
2053 \end_inset
2054
2055
2056 \end_layout
2057
2058 \begin_layout Standard
2059 \begin_inset VSpace medskip
2060 \end_inset
2061
2062 ときに、以下のように
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \series default
2068
2069 \series bold
2070
2071 \backslash
2072 frac
2073 \series default
2074 を組み合わせて使うと便利です。
2075 \begin_inset Formula 
2076 \[
2077 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2078 \]
2079
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086 斜めの分数線を持つ行内分数を作るには、コマンド
2087 \series bold
2088
2089 \backslash
2090 nicefrac
2091 \series default
2092
2093 \begin_inset Index idx
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097 こまんど@コマンド ! N ! 
2098 \backslash
2099 nicefrac
2100 \end_layout
2101
2102 \end_inset
2103
2104 (例:
2105 \begin_inset Formula $\nicefrac{5}{31}$
2106 \end_inset
2107
2108 )を使うか、コマンド
2109 \series bold
2110
2111 \backslash
2112 unitfrac
2113 \series default
2114
2115 \begin_inset Index idx
2116 status collapsed
2117
2118 \begin_layout Plain Layout
2119 こまんど@コマンド ! U ! 
2120 \backslash
2121 unitfrac
2122 \end_layout
2123
2124 \end_inset
2125
2126 (例:
2127 \begin_inset Formula $\unitfrac{5}{31}$
2128 \end_inset
2129
2130 )を使います。さらに、
2131 \begin_inset Formula $\unitfrac[2]{1}{3}$
2132 \end_inset
2133
2134 のような帯分数を作るコマンド
2135 \series bold
2136
2137 \backslash
2138 unitfracthree
2139 \series default
2140 もあります。
2141 \end_layout
2142
2143 \begin_layout Standard
2144 \begin_inset Note Greyedout
2145 status open
2146
2147 \begin_layout Plain Layout
2148
2149 \series bold
2150 【註】
2151 \series default
2152 実は、
2153 \series bold
2154
2155 \backslash
2156 unitfracthree
2157 \series default
2158 は生粋の\SpecialChar LaTeX
2159 コマンドではなく、実体は
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163
2164 \series bold
2165
2166 \backslash
2167 unitfrac[自然数]{分子}{分母}
2168 \series default
2169 というコマンドなので、\SpecialChar TeX
2170 コードでは使用できません。
2171 \end_layout
2172
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 分数線を変更できるような独自の分数の定義のしかたは、第
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "subsec:自己定義の分数"
2183
2184 \end_inset
2185
2186 節に説明があります。
2187 \end_layout
2188
2189 \begin_layout Standard
2190 多行分数の説明は、第
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "subsec:多行にわたる分数"
2194
2195 \end_inset
2196
2197 節にあります。
2198 \end_layout
2199
2200 \begin_layout Subsection
2201 根号
2202 \begin_inset Index idx
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206 こんごう@根号
2207 \end_layout
2208
2209 \end_inset
2210
2211
2212 \begin_inset Index idx
2213 status collapsed
2214
2215 \begin_layout Plain Layout
2216 るーと@ルート
2217 \begin_inset ERT
2218 status collapsed
2219
2220 \begin_layout Plain Layout
2221
2222 |see{
2223 \end_layout
2224
2225 \end_inset
2226
2227 根号
2228 \begin_inset ERT
2229 status collapsed
2230
2231 \begin_layout Plain Layout
2232
2233 }
2234 \end_layout
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 平方根は、
2248 \series bold
2249
2250 \backslash
2251 sqrt
2252 \series default
2253
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 こまんど@コマンド ! S ! 
2259 \backslash
2260 sqrt
2261 \end_layout
2262
2263 \end_inset
2264
2265 か数式ツールバーボタン
2266 \begin_inset Info
2267 type  "icon"
2268 arg   "math-insert \\sqrt"
2269 \end_inset
2270
2271 で作成することができ、他のすべての根号は、コマンド
2272 \series bold
2273
2274 \backslash
2275 root
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 こまんど@コマンド ! R ! 
2283 \backslash
2284 root
2285 \end_layout
2286
2287 \end_inset
2288
2289 か数式ツールバーボタン
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "math-insert \\root"
2293 \end_inset
2294
2295 で作成することができます。
2296 \begin_inset Separator parbreak
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 \align center
2304 \begin_inset Tabular
2305 <lyxtabular version="3" rows="3" columns="2">
2306 <features booktabs="true" tabularvalignment="middle">
2307 <column alignment="center" valignment="top" width="0pt">
2308 <column alignment="center" valignment="top" width="0pt">
2309 <row>
2310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314 コマンド
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Plain Layout
2323 出力
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 </row>
2329 <row topspace="1mm">
2330 <cell alignment="center" valignment="top" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \backslash
2336 sqrt
2337 \begin_inset space \textvisiblespace{}
2338 \end_inset
2339
2340 A-B
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 \begin_inset Formula $\sqrt{A-B}$
2350 \end_inset
2351
2352
2353 \end_layout
2354
2355 \end_inset
2356 </cell>
2357 </row>
2358 <row topspace="1mm">
2359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2360 \begin_inset Text
2361
2362 \begin_layout Plain Layout
2363
2364 \backslash
2365 root
2366 \begin_inset space \textvisiblespace{}
2367 \end_inset
2368
2369 3
2370 \begin_inset Formula $\downarrow$
2371 \end_inset
2372
2373 A-B
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382 \begin_inset Formula $\sqrt[3]{A-B}$
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 </row>
2391 </lyxtabular>
2392
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \begin_layout Standard
2399 平方根は、根号指数フィールドを空白のままにしておけば、
2400 \series bold
2401
2402 \backslash
2403 root
2404 \series default
2405 でも作成することができます。
2406 \end_layout
2407
2408 \begin_layout Standard
2409 \begin_inset Formula $\sqrt[\beta]{B}$
2410 \end_inset
2411
2412 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2413 \begin_inset Newline newline
2414 \end_inset
2415
2416 この場合には、
2417 \begin_inset Formula $\beta$
2418 \end_inset
2419
2420 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2421 \series bold
2422
2423 \backslash
2424 leftroot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 こまんど@コマンド ! L ! 
2432 \backslash
2433 leftroot
2434 \end_layout
2435
2436 \end_inset
2437
2438
2439 \series bold
2440
2441 \backslash
2442 uproot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 こまんど@コマンド ! U ! 
2450 \backslash
2451 uproot
2452 \end_layout
2453
2454 \end_inset
2455
2456 を使います。
2457 \end_layout
2458
2459 \begin_layout Standard
2460
2461 \series bold
2462
2463 \backslash
2464 leftroot{距離}
2465 \series default
2466 および
2467 \series bold
2468
2469 \backslash
2470 uproot{距離}
2471 \end_layout
2472
2473 \begin_layout Standard
2474 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2475 \begin_inset Formula $\mathrm{72\,bp=1}$
2476 \end_inset
2477
2478 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2479 \begin_inset Newline newline
2480 \end_inset
2481
2482
2483 \series bold
2484
2485 \backslash
2486 root
2487 \backslash
2488 leftroot{-1
2489 \begin_inset Formula $\to$
2490 \end_inset
2491
2492
2493 \backslash
2494 uproot{2
2495 \begin_inset Formula $\to$
2496 \end_inset
2497
2498
2499 \backslash
2500 beta
2501 \begin_inset space \textvisiblespace{}
2502 \end_inset
2503
2504
2505 \begin_inset Formula $\to$
2506 \end_inset
2507
2508 B
2509 \begin_inset Newline newline
2510 \end_inset
2511
2512
2513 \series default
2514 は、正しく組版された数式
2515 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2516 \end_inset
2517
2518 を生成します。
2519 \end_layout
2520
2521 \begin_layout Subsection
2522 二項係数
2523 \begin_inset Index idx
2524 status collapsed
2525
2526 \begin_layout Plain Layout
2527 にこうけいすう@二項係数
2528 \end_layout
2529
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \begin_layout Standard
2536 二項係数は、コマンド
2537 \series bold
2538
2539 \backslash
2540 binom
2541 \series default
2542
2543 \begin_inset Index idx
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547 こまんど@コマンド ! B ! 
2548 \backslash
2549 binom
2550 \end_layout
2551
2552 \end_inset
2553
2554 か数式ツールバーボタン
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "math-insert \\frac-square"
2558 \end_inset
2559
2560 の小メニューを使って挿入することができます。分数(
2561 \series bold
2562
2563 \backslash
2564 frac
2565 \series default
2566 )と同様に、
2567 \series bold
2568
2569 \backslash
2570 binom
2571 \series default
2572 の他に、コマンド
2573 \series bold
2574
2575 \backslash
2576 dbinom
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 こまんど@コマンド ! D ! 
2582 \backslash
2583 dbinom
2584 \end_layout
2585
2586 \end_inset
2587
2588
2589 \series default
2590 および
2591 \series bold
2592
2593 \backslash
2594 tbinom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 こまんど@コマンド ! T ! 
2602 \backslash
2603 tbinom
2604 \end_layout
2605
2606 \end_inset
2607
2608 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2609 \series bold
2610
2611 \backslash
2612 brace
2613 \series default
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 こまんど@コマンド ! B ! 
2620 \backslash
2621 brace
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \series bold
2628
2629 \backslash
2630 brack
2631 \series default
2632
2633 \begin_inset Index idx
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637 こまんど@コマンド ! B ! 
2638 \backslash
2639 brack
2640 \end_layout
2641
2642 \end_inset
2643
2644 があります。
2645 \begin_inset Separator parbreak
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \align center
2653 \begin_inset Tabular
2654 <lyxtabular version="3" rows="6" columns="2">
2655 <features booktabs="true" tabularvalignment="middle">
2656 <column alignment="center" valignment="top" width="0pt">
2657 <column alignment="center" valignment="top" width="0pt">
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663 コマンド
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672 出力
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 </row>
2678 <row topspace="1mm">
2679 <cell alignment="center" valignment="top" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \backslash
2685 binom
2686 \begin_inset space \textvisiblespace{}
2687 \end_inset
2688
2689 A
2690 \begin_inset Formula $\downarrow$
2691 \end_inset
2692
2693 B
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702 \begin_inset Formula $\binom{A}{B}$
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row topspace="2mm">
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 dbinom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\dbinom{A}{B}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row topspace="2mm" bottomspace="0.5mm">
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 tbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\tbinom{A}{B}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row topspace="1mm">
2778 <cell alignment="center" valignment="top" topline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 brack
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula ${A \brack B}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row topspace="2mm" bottomspace="0.5mm">
2811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brace
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula ${A \brace B}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 </lyxtabular>
2844
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \begin_layout Subsection
2851 場合分け
2852 \begin_inset Index idx
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856 ばあいわけ@場合分け
2857 \end_layout
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \align center
2866 \begin_inset Tabular
2867 <lyxtabular version="3" rows="3" columns="2">
2868 <features booktabs="true" tabularvalignment="middle">
2869 <column alignment="center" valignment="top" width="0pt">
2870 <column alignment="center" valignment="top" width="0pt">
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 コマンド
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 出力
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 </row>
2891 <row>
2892 <cell alignment="center" valignment="top" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \backslash
2898 cases
2899 \begin_inset space \textvisiblespace{}
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\to$
2904 \end_inset
2905
2906 B
2907 \begin_inset Formula $>$
2908 \end_inset
2909
2910 0
2911 \begin_inset Index idx
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 こまんど@コマンド ! C ! 
2916 \backslash
2917 cases
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\begin{cases}
2932 A & B>0\end{cases}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row topspace="1.5mm">
2942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 cases
2949 \begin_inset space \textvisiblespace{}
2950 \end_inset
2951
2952
2953 \begin_inset Info
2954 type  "shortcut"
2955 arg   "newline-insert newline"
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 \begin_inset Formula $\begin{cases}
2968 A & \textrm{for }x>0\\
2969 B & \textrm{for }x=0
2970 \end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 </lyxtabular>
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987
2988 \series bold
2989
2990 \backslash
2991 cases
2992 \series default
2993 を挿入するか数式ツールバーボタン
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "math-insert \\cases"
2997 \end_inset
2998
2999 を使用した後では、
3000 \begin_inset Flex Ruby
3001 status collapsed
3002
3003 \begin_layout Plain Layout
3004 捷径
3005 \begin_inset Argument post:1
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009 ショートカット
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \begin_inset Info
3021 type  "shortcut"
3022 arg   "newline-insert newline"
3023 \end_inset
3024
3025 か表ツールバーボタン
3026 \begin_inset Info
3027 type  "icon"
3028 arg   "tabular-feature append-row"
3029 \end_inset
3030
3031 を使えば、新しい行を作ることができます。
3032 \end_layout
3033
3034 \begin_layout Standard
3035 コマンド
3036 \series bold
3037
3038 \backslash
3039 cases
3040 \series default
3041 は、
3042 \family sans
3043 挿入\SpecialChar menuseparator
3044 数式\SpecialChar menuseparator
3045 Cases環境
3046 \family default
3047 メニューで挿入することもできます。
3048 \end_layout
3049
3050 \begin_layout Subsection
3051 否定
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 ひてい@否定
3057 \end_layout
3058
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \begin_layout Standard
3065
3066 \series bold
3067
3068 \backslash
3069 not
3070 \series default
3071
3072 \begin_inset Index idx
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076 こまんど@コマンド ! N ! 
3077 \backslash
3078 not
3079 \end_layout
3080
3081 \end_inset
3082
3083 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3084 \begin_inset Separator parbreak
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="4" columns="2">
3094 <features booktabs="true" tabularvalignment="middle">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <column alignment="center" valignment="top" width="0pt">
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 コマンド
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 出力
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \backslash
3124 not=
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 \begin_inset Formula $\not=$
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \backslash
3149 not 
3150 \backslash
3151 le
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 \begin_inset Formula $\not\le$
3161 \end_inset
3162
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 <row>
3170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \backslash
3176 not 
3177 \backslash
3178 parallel
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\not\parallel$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 </lyxtabular>
3197
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \begin_layout Standard
3204 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3205 \begin_inset CommandInset ref
3206 LatexCommand ref
3207 reference "subsec:数学記号"
3208
3209 \end_inset
3210
3211 節および第
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sec:関係子"
3215
3216 \end_inset
3217
3218 節を参照)。
3219 \end_layout
3220
3221 \begin_layout Subsection
3222 埋め草
3223 \begin_inset CommandInset label
3224 LatexCommand label
3225 name "subsec:埋め草"
3226
3227 \end_inset
3228
3229
3230 \begin_inset Index idx
3231 status collapsed
3232
3233 \begin_layout Plain Layout
3234 うめくさ@埋め草
3235 \end_layout
3236
3237 \end_inset
3238
3239
3240 \begin_inset Index idx
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 かがくきごう@化学記号 ! どういたい@同位体
3245 \end_layout
3246
3247 \end_inset
3248
3249
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 どういたい@同位体
3255 \begin_inset ERT
3256 status collapsed
3257
3258 \begin_layout Plain Layout
3259
3260 |see{
3261 \end_layout
3262
3263 \end_inset
3264
3265 化学記号
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 }
3272 \end_layout
3273
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \end_inset
3280
3281
3282 \begin_inset Index idx
3283 status collapsed
3284
3285 \begin_layout Plain Layout
3286 あいそとーぷ@アイソトープ
3287 \begin_inset ERT
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291
3292 |see{
3293 \end_layout
3294
3295 \end_inset
3296
3297 同位体
3298 \begin_inset ERT
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302
3303 }
3304 \end_layout
3305
3306 \end_inset
3307
3308
3309 \end_layout
3310
3311 \end_inset
3312
3313
3314 \end_layout
3315
3316 \begin_layout Standard
3317 たとえば同位体
3318 \begin_inset Foot
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 同位体と化学記号の組版に関しては、第
3323 \begin_inset CommandInset ref
3324 LatexCommand ref
3325 reference "subsec:化学記号と化学式"
3326
3327 \end_inset
3328
3329 節に記述があります。
3330 \end_layout
3331
3332 \end_inset
3333
3334 を表示しようとすると、次のような問題が起こります。
3335 \begin_inset Separator parbreak
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \begin_layout Standard
3342 \align center
3343 \begin_inset Tabular
3344 <lyxtabular version="3" rows="2" columns="2">
3345 <features booktabs="true" tabularvalignment="middle">
3346 <column alignment="center" valignment="top" width="0pt">
3347 <column alignment="center" valignment="top" width="0pt">
3348 <row>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 上付き文字と下付き文字を使用して作った指数:
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row topspace="1.5mm">
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 正しい指数:
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 </lyxtabular>
3395
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \begin_layout Standard
3402 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3403 \series bold
3404
3405 \backslash
3406 phantom
3407 \series default
3408
3409 \begin_inset Index idx
3410 status collapsed
3411
3412 \begin_layout Plain Layout
3413 こまんど@コマンド ! P ! 
3414 \backslash
3415 phantom
3416 \end_layout
3417
3418 \end_inset
3419
3420 や数式ツールバーボタン
3421 \begin_inset Foot
3422 status collapsed
3423
3424 \begin_layout Plain Layout
3425 ツールバーボタン
3426 \begin_inset Info
3427 type  "icon"
3428 arg   "math-insert \\space"
3429 \end_inset
3430
3431 の小メニューに入っています。
3432 \end_layout
3433
3434 \end_inset
3435
3436
3437 \begin_inset Info
3438 type  "icon"
3439 arg   "math/phantom"
3440 \end_inset
3441
3442 があります。
3443 \series bold
3444
3445 \backslash
3446 phantom
3447 \series default
3448 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3449 ち文字)として適用されることを示しています。したがって、
3450 \series bold
3451
3452 \backslash
3453 phantom
3454 \series default
3455 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3456 \begin_inset Separator parbreak
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \begin_layout Standard
3463 \align center
3464 \begin_inset Tabular
3465 <lyxtabular version="3" rows="4" columns="2">
3466 <features booktabs="true" tabularvalignment="middle">
3467 <column alignment="center" valignment="top" width="0pt">
3468 <column alignment="center" valignment="top" width="0pt">
3469 <row>
3470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 コマンド
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 出力
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row topspace="1.5mm">
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 ^19
3495 \begin_inset space \textvisiblespace{}
3496 \end_inset
3497
3498 _
3499 \backslash
3500 phantom
3501 \begin_inset space \textvisiblespace{}
3502 \end_inset
3503
3504 1
3505 \begin_inset Formula $\to$
3506 \end_inset
3507
3508 9
3509 \begin_inset space \textvisiblespace{}
3510 \end_inset
3511
3512 F
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row topspace="1.5mm" bottomspace="0.5mm">
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 ^235
3536 \begin_inset space \textvisiblespace{}
3537 \end_inset
3538
3539 _
3540 \backslash
3541 phantom
3542 \begin_inset space \textvisiblespace{}
3543 \end_inset
3544
3545 23
3546 \begin_inset Formula $\to$
3547 \end_inset
3548
3549 9
3550 \begin_inset space \textvisiblespace{}
3551 \end_inset
3552
3553 F
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3563 \end_inset
3564
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row topspace="1.5mm" bottomspace="0.5mm">
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \backslash
3578 Lambda^
3579 \begin_inset space \textvisiblespace{}
3580 \end_inset
3581
3582
3583 \backslash
3584 phantom
3585 \begin_inset space \textvisiblespace{}
3586 \end_inset
3587
3588 ii
3589 \begin_inset Formula $\to$
3590 \end_inset
3591
3592 t
3593 \begin_inset space \textvisiblespace{}
3594 \end_inset
3595
3596 _MMt
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 </lyxtabular>
3615
3616 \end_inset
3617
3618
3619 \end_layout
3620
3621 \begin_layout Standard
3622 さらに、
3623 \series bold
3624
3625 \backslash
3626 vphantom
3627 \series default
3628
3629 \begin_inset Index idx
3630 status collapsed
3631
3632 \begin_layout Plain Layout
3633 こまんど@コマンド ! V ! 
3634 \backslash
3635 vphantom
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/vphantom"
3648 \end_inset
3649
3650 )および
3651 \series bold
3652
3653 \backslash
3654 hphantom
3655 \series default
3656
3657 \begin_inset Index idx
3658 status collapsed
3659
3660 \begin_layout Plain Layout
3661 こまんど@コマンド ! H ! 
3662 \backslash
3663 hphantom
3664 \end_layout
3665
3666 \end_inset
3667
3668 (ツールバーボタン
3669 \begin_inset space ~
3670 \end_inset
3671
3672
3673 \begin_inset Info
3674 type  "icon"
3675 arg   "math/hphantom"
3676 \end_inset
3677
3678 )というコマンドもあります。
3679 \series bold
3680
3681 \backslash
3682 vphantom
3683 \series default
3684 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3685 \series bold
3686
3687 \backslash
3688 hphantom
3689 \series default
3690 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3691 \end_layout
3692
3693 \begin_layout Standard
3694 たとえば、
3695 \series bold
3696
3697 \backslash
3698 vphantom
3699 \series default
3700
3701 \begin_inset space \textvisiblespace{}
3702 \end_inset
3703
3704
3705 \series bold
3706 a
3707 \backslash
3708 int
3709 \series default
3710 は、積分記号
3711 \begin_inset Foot
3712 status collapsed
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717
3718 \backslash
3719 int
3720 \series default
3721 コマンドは、積分記号を生成します。第
3722 \begin_inset CommandInset ref
3723 LatexCommand ref
3724 reference "subsec:大演算子"
3725
3726 \end_inset
3727
3728 節を参照してください。
3729 \end_layout
3730
3731 \end_inset
3732
3733 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3734 \begin_inset CommandInset ref
3735 LatexCommand ref
3736 reference "subsec:多行にわたる括弧"
3737
3738 \end_inset
3739
3740 節を参照してください。
3741 \end_layout
3742
3743 \begin_layout Standard
3744 埋め草は、メニュー
3745 \family sans
3746 挿入\SpecialChar menuseparator
3747 整形\SpecialChar menuseparator
3748 埋め草
3749 \family default
3750 を使えば、以下のように本文中でも使用することができます。
3751 \end_layout
3752
3753 \begin_layout Standard
3754 これは本文です。
3755 \begin_inset Newline newline
3756 \end_inset
3757
3758
3759 \begin_inset Phantom Phantom
3760 status open
3761
3762 \begin_layout Plain Layout
3763 これは
3764 \end_layout
3765
3766 \end_inset
3767
3768 本文です。
3769 \end_layout
3770
3771 \begin_layout Subsection
3772 横線
3773 \begin_inset Index idx
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777 よこせん@横線
3778 \end_layout
3779
3780 \end_inset
3781
3782
3783 \begin_inset Index idx
3784 status collapsed
3785
3786 \begin_layout Plain Layout
3787 すうしき@数式 ! かせん@下線
3788 \end_layout
3789
3790 \end_inset
3791
3792
3793 \begin_inset Index idx
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797 ぼうせん@棒線
3798 \begin_inset ERT
3799 status collapsed
3800
3801 \begin_layout Plain Layout
3802
3803 |see{
3804 \end_layout
3805
3806 \end_inset
3807
3808 横線
3809 \begin_inset ERT
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813
3814 }
3815 \end_layout
3816
3817 \end_inset
3818
3819
3820 \end_layout
3821
3822 \end_inset
3823
3824
3825 \end_layout
3826
3827 \begin_layout Standard
3828 \align center
3829 \begin_inset Tabular
3830 <lyxtabular version="3" rows="4" columns="2">
3831 <features booktabs="true" tabularvalignment="middle">
3832 <column alignment="center" valignment="top" width="0pt">
3833 <column alignment="center" valignment="top" width="0pt">
3834 <row>
3835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 コマンド
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 出力
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row topspace="2mm">
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \backslash
3861 overline
3862 \begin_inset space \textvisiblespace{}
3863 \end_inset
3864
3865 A+B
3866 \begin_inset Index idx
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 こまんど@コマンド ! O ! 
3871 \backslash
3872 overline
3873 \end_layout
3874
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\overline{A+B}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row bottomspace="1mm">
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \backslash
3902 underline
3903 \begin_inset space \textvisiblespace{}
3904 \end_inset
3905
3906 A+B
3907 \begin_inset Index idx
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 こまんど@コマンド ! U ! 
3912 \backslash
3913 underline
3914 \end_layout
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 \begin_inset Formula $\underline{A+B}$
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row topspace="2mm" bottomspace="1mm">
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \backslash
3943 overline
3944 \begin_inset space \textvisiblespace{}
3945 \end_inset
3946
3947
3948 \backslash
3949 underline
3950 \begin_inset space \textvisiblespace{}
3951 \end_inset
3952
3953 A+B
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 \begin_inset Formula $\overline{\underline{A+B}}$
3963 \end_inset
3964
3965
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 </lyxtabular>
3972
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \begin_layout Standard
3979 上記最後の例では、先に
3980 \series bold
3981
3982 \backslash
3983 overline
3984 \series default
3985 が来ようが
3986 \series bold
3987
3988 \backslash
3989 underline
3990 \series default
3991 が来ようが、関係ありません。
3992 \end_layout
3993
3994 \begin_layout Standard
3995 二重下線を引くには、
3996 \series bold
3997
3998 \backslash
3999 underline
4000 \series default
4001 を二回使います。
4002 \end_layout
4003
4004 \begin_layout Standard
4005 文字の上下6本の線まで引くことができます。
4006 \end_layout
4007
4008 \begin_layout Standard
4009 \begin_inset VSpace bigskip
4010 \end_inset
4011
4012 自己定義の線は、以下の書式を持つ
4013 \series bold
4014
4015 \backslash
4016 rule
4017 \series default
4018
4019 \begin_inset Index idx
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 こまんど@コマンド ! R ! 
4024 \backslash
4025 rule
4026 \end_layout
4027
4028 \end_inset
4029
4030 コマンドで作成することができます。
4031 \end_layout
4032
4033 \begin_layout Standard
4034
4035 \series bold
4036
4037 \backslash
4038 rule[垂直オフセット幅]{長さ}{厚み}
4039 \end_layout
4040
4041 \begin_layout Standard
4042 オプションの
4043 \series bold
4044 「垂直オフセット幅
4045 \series default
4046 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4047 \begin_inset CommandInset ref
4048 LatexCommand ref
4049 reference "tab:使用できる単位"
4050
4051 \end_inset
4052
4053 表に掲げてある単位を用いることができます。以下に、
4054 \begin_inset Newline newline
4055 \end_inset
4056
4057
4058 \series bold
4059
4060 \backslash
4061 rule[-2ex]{3cm}{2pt}
4062 \series default
4063  および 
4064 \series bold
4065
4066 \backslash
4067 rule{2cm}{1pt}
4068 \begin_inset Newline newline
4069 \end_inset
4070
4071
4072 \series default
4073 というコマンドを用いて作成したふたつの例を例示します。
4074 \end_layout
4075
4076 \begin_layout Standard
4077 この行には、
4078 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4079 \end_inset
4080
4081 二本の線があります。
4082 \end_layout
4083
4084 \begin_layout Standard
4085
4086 \backslash
4087 ruleは、メニュー
4088 \family sans
4089 挿入\SpecialChar menuseparator
4090 整形\SpecialChar menuseparator
4091 水平線
4092 \family default
4093 を使っても、本文に挿入することができます。
4094 \end_layout
4095
4096 \begin_layout Standard
4097 これは一行の
4098 \begin_inset CommandInset line
4099 LatexCommand rule
4100 offset "0.5ex"
4101 width "3cm"
4102 height "1pt"
4103
4104 \end_inset
4105
4106 文章です。
4107 \end_layout
4108
4109 \begin_layout Subsection
4110 省略符号
4111 \begin_inset CommandInset label
4112 LatexCommand label
4113 name "subsec:省略符号"
4114
4115 \end_inset
4116
4117
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 しょうりゃくふごう@省略符号
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \begin_layout Standard
4131 省略符号には、いくつかの種類が使用できます
4132 \begin_inset Foot
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 数式ツールバー中の
4137 \begin_inset Info
4138 type  "icon"
4139 arg   "math-insert \\ldots"
4140 \end_inset
4141
4142 ボタンで表示されている小メニューです。
4143 \end_layout
4144
4145 \end_inset
4146
4147 。列挙のためには、ベースラインの点々(
4148 \series bold
4149
4150 \backslash
4151 ldots
4152 \series default
4153
4154 \begin_inset Index idx
4155 status collapsed
4156
4157 \begin_layout Plain Layout
4158 こまんど@コマンド ! L ! 
4159 \backslash
4160 ldots
4161 \end_layout
4162
4163 \end_inset
4164
4165 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4166 \series bold
4167
4168 \backslash
4169 cdots
4170 \series default
4171
4172 \begin_inset Index idx
4173 status collapsed
4174
4175 \begin_layout Plain Layout
4176 こまんど@コマンド ! C ! 
4177 \backslash
4178 cdots
4179 \end_layout
4180
4181 \end_inset
4182
4183 )が必要です。
4184 \series bold
4185
4186 \backslash
4187 dots
4188 \series default
4189
4190 \begin_inset Index idx
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194 こまんど@コマンド ! D ! 
4195 \backslash
4196 dots
4197 \end_layout
4198
4199 \end_inset
4200
4201 コマンドを使うと、\SpecialChar LaTeX
4202 は次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4203 \begin_inset Separator parbreak
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \begin_layout Standard
4210 \align center
4211 \begin_inset Tabular
4212 <lyxtabular version="3" rows="9" columns="2">
4213 <features booktabs="true" tabularvalignment="middle">
4214 <column alignment="center" valignment="top" width="0pt">
4215 <column alignment="center" valignment="top" width="0pt">
4216 <row>
4217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 コマンド
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 出力
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 A_1
4242 \begin_inset space \textvisiblespace{}
4243 \end_inset
4244
4245 ,
4246 \backslash
4247 dots
4248 \begin_inset space \textvisiblespace{}
4249 \end_inset
4250
4251 ,A_n
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 \begin_inset Formula $A_{1},\dots,A_{n}$
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 A_1
4275 \begin_inset space \textvisiblespace{}
4276 \end_inset
4277
4278 +
4279 \backslash
4280 dots
4281 \begin_inset space \textvisiblespace{}
4282 \end_inset
4283
4284 +A_n
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 \begin_inset Formula $A_{1}+\dots+A_{n}$
4294 \end_inset
4295
4296
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 A_1
4308 \begin_inset space \textvisiblespace{}
4309 \end_inset
4310
4311 ,
4312 \backslash
4313 ldots
4314 \begin_inset space \textvisiblespace{}
4315 \end_inset
4316
4317 ,A_n
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 \begin_inset Formula $A_{1},\ldots,A_{n}$
4327 \end_inset
4328
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 A_1
4341 \begin_inset space \textvisiblespace{}
4342 \end_inset
4343
4344 +
4345 \backslash
4346 cdots
4347 \begin_inset space \textvisiblespace{}
4348 \end_inset
4349
4350 +A_n
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4360 \end_inset
4361
4362
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \backslash
4375 vdots
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 \begin_inset Formula $\vdots$
4385 \end_inset
4386
4387
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \backslash
4400 ddots
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 \begin_inset Formula $\ddots$
4410 \end_inset
4411
4412
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \backslash
4425 iddots
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 \begin_inset Formula $\iddots$
4435 \end_inset
4436
4437
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 いろいろな点々を使った
4449 \begin_inset Formula $3\times3$
4450 \end_inset
4451
4452 行列
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 \begin_inset Formula $\begin{array}{ccc}
4462 A_{11} & \cdots & A_{1m}\\
4463 \vdots & \ddots & \vdots\\
4464 A_{n1} & \cdots & A_{nm}
4465 \end{array}$
4466 \end_inset
4467
4468
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 </lyxtabular>
4475
4476 \end_inset
4477
4478
4479 \end_layout
4480
4481 \begin_layout Standard
4482
4483 \family sans
4484 挿入\SpecialChar menuseparator
4485 省略符号
4486 \family default
4487 メニューで挿入される省略符号は
4488 \series bold
4489
4490 \backslash
4491 ldots
4492 \series default
4493 です。
4494 \end_layout
4495
4496 \begin_layout Standard
4497 \begin_inset VSpace medskip
4498 \end_inset
4499
4500
4501 \series bold
4502
4503 \backslash
4504 iddots
4505 \series default
4506 を使うには、文書設定の
4507 \family sans
4508 数式オプション
4509 \family default
4510 にある
4511 \family sans
4512 mathdotsパッケージを(自動的に)使う
4513 \family default
4514 オプションのうちいずれかを有効にしなくてはなりません。
4515 \begin_inset Newline newline
4516 \end_inset
4517
4518
4519 \family sans
4520 mathdotsパッケージを使う
4521 \family default
4522 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4523 \end_layout
4524
4525 \begin_layout Standard
4526 \begin_inset VSpace medskip
4527 \end_inset
4528
4529 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4530 \series bold
4531
4532 \backslash
4533 hdotsfor
4534 \series default
4535
4536 \begin_inset Index idx
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540 こまんど@コマンド ! H ! 
4541 \backslash
4542 hdotsfor
4543 \end_layout
4544
4545 \end_inset
4546
4547 コマンドで作ることができます。
4548 \end_layout
4549
4550 \begin_layout Standard
4551
4552 \series bold
4553
4554 \backslash
4555 hdotsfor[距離]{列数}
4556 \end_layout
4557
4558 \begin_layout Standard
4559 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4560 \end_layout
4561
4562 \begin_layout Standard
4563 以下の行列では、2行目の1つ目の枠に
4564 \series bold
4565
4566 \backslash
4567 hdotsfor[2]{4}
4568 \series default
4569 を挿入して、
4570 \series bold
4571
4572 \backslash
4573 dots
4574 \series default
4575 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4576 \begin_inset Formula 
4577 \[
4578 \left(\begin{array}{cccc}
4579 A & B & C & D\\
4580 \hdotsfor[2]{4}\\
4581 q & w & e & r
4582 \end{array}\right)
4583 \]
4584
4585 \end_inset
4586
4587 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないと\SpecialChar LaTeX
4588 エラーが発生します。
4589 \end_layout
4590
4591 \begin_layout Standard
4592 \begin_inset VSpace bigskip
4593 \end_inset
4594
4595 さらに、
4596 \series bold
4597
4598 \backslash
4599 dotfill
4600 \series default
4601
4602 \begin_inset Index idx
4603 status collapsed
4604
4605 \begin_layout Plain Layout
4606 こまんど@コマンド ! D ! 
4607 \backslash
4608 dotfill
4609 \end_layout
4610
4611 \end_inset
4612
4613 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4614 \series bold
4615
4616 \backslash
4617 hfill
4618 \series default
4619 と同様のものです。第
4620 \begin_inset CommandInset ref
4621 LatexCommand ref
4622 reference "subsec:可変長の空白"
4623
4624 \end_inset
4625
4626 節をご参照下さい。
4627 \end_layout
4628
4629 \begin_layout Standard
4630 たとえば、
4631 \series bold
4632 A
4633 \backslash
4634 dotfill
4635 \begin_inset space \textvisiblespace{}
4636 \end_inset
4637
4638 B
4639 \series default
4640 コマンドは、
4641 \end_layout
4642
4643 \begin_layout Standard
4644 \begin_inset Formula $A\dotfill B$
4645 \end_inset
4646
4647
4648 \end_layout
4649
4650 \begin_layout Standard
4651 のようになります。点々を使う
4652 \series bold
4653
4654 \backslash
4655 dotfill
4656 \series default
4657 の直線版として、
4658 \series bold
4659
4660 \backslash
4661 hrulefill
4662 \series default
4663
4664 \begin_inset Index idx
4665 status collapsed
4666
4667 \begin_layout Plain Layout
4668 こまんど@コマンド ! H ! 
4669 \backslash
4670 hrulefill
4671 \end_layout
4672
4673 \end_inset
4674
4675
4676 \end_layout
4677
4678 \begin_layout Standard
4679 \begin_inset Formula $A\hrulefill B$
4680 \end_inset
4681
4682
4683 \end_layout
4684
4685 \begin_layout Standard
4686 があります。これらのコマンドを本文で使用するには、これらのコマンドは\SpecialChar TeX
4687 モードで挿入される必要があります。
4688 \end_layout
4689
4690 \begin_layout Section
4691 行列
4692 \begin_inset CommandInset label
4693 LatexCommand label
4694 name "sec:行列"
4695
4696 \end_inset
4697
4698
4699 \begin_inset Index idx
4700 status collapsed
4701
4702 \begin_layout Plain Layout
4703 ぎょうれつ@行列
4704 \end_layout
4705
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \begin_layout Standard
4712 行列は、数式ツールバーボタンの
4713 \begin_inset Info
4714 type  "icon"
4715 arg   "dialog-show mathmatrix"
4716 \end_inset
4717
4718
4719 \family sans
4720 挿入\SpecialChar menuseparator
4721 数式\SpecialChar menuseparator
4722 行列
4723 \family default
4724 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4725 \end_layout
4726
4727 \begin_layout Standard
4728 最初の行列は「上」配置
4729 \begin_inset Formula $\begin{array}[t]{cccc}
4730 A & D & G & J\\
4731 B & E & H & K\\
4732 C & F & I & L
4733 \end{array}$
4734 \end_inset
4735
4736 で、二番目は「中央」配置
4737 \begin_inset Formula $\begin{array}{cccc}
4738 A & D & G & J\\
4739 B & E & H & K\\
4740 C & F & I & L
4741 \end{array}$
4742 \end_inset
4743
4744 、三番目は「下」配置
4745 \begin_inset Formula $\begin{array}[b]{cccc}
4746 A & D & G & J\\
4747 B & E & H & K\\
4748 C & F & I & L
4749 \end{array}$
4750 \end_inset
4751
4752 です。
4753 \end_layout
4754
4755 \begin_layout Standard
4756 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4757 \emph on
4758 l
4759 \emph default
4760 は左寄せ、
4761 \emph on
4762 c
4763 \emph default
4764 は中央揃え、
4765 \emph on
4766 r
4767 \emph default
4768 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4769 \begin_inset Formula $4\times4$
4770 \end_inset
4771
4772 行列を作成するには、水平配置のところに
4773 \series bold
4774 lccr
4775 \series default
4776 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4777 \series bold
4778 c
4779 \series default
4780 です。
4781 \end_layout
4782
4783 \begin_layout Standard
4784 水平行列の例です。
4785 \end_layout
4786
4787 \begin_layout Standard
4788
4789 \series bold
4790 lll
4791 \series default
4792  : 
4793 \begin_inset Formula $\begin{array}{lll}
4794 10000 & D & G\\
4795 B & 10000 & H\\
4796 C & F & 10000
4797 \end{array}$
4798 \end_inset
4799
4800  , 
4801 \series bold
4802 ccc
4803 \series default
4804  : 
4805 \begin_inset Formula $\begin{array}{ccc}
4806 10000 & D & G\\
4807 B & 10000 & H\\
4808 C & F & 10000
4809 \end{array}$
4810 \end_inset
4811
4812  , 
4813 \series bold
4814 rrr
4815 \series default
4816  : 
4817 \begin_inset Formula $\begin{array}{rrr}
4818 10000 & D & G\\
4819 B & 10000 & H\\
4820 C & F & 10000
4821 \end{array}$
4822 \end_inset
4823
4824
4825 \end_layout
4826
4827 \begin_layout Standard
4828 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4829 \begin_inset Info
4830 type  "icon"
4831 arg   "tabular-feature append-row"
4832 \end_inset
4833
4834
4835 \begin_inset Info
4836 type  "icon"
4837 arg   "tabular-feature delete-row"
4838 \end_inset
4839
4840 などや
4841 \family sans
4842 編集\SpecialChar menuseparator
4843 行と列
4844 \family default
4845 メニューを使用することができます。また、行は
4846 \begin_inset Info
4847 type  "shortcut"
4848 arg   "newline-insert newline"
4849 \end_inset
4850
4851 で作成することもできます。
4852 \end_layout
4853
4854 \begin_layout Standard
4855 \begin_inset VSpace bigskip
4856 \end_inset
4857
4858
4859 \end_layout
4860
4861 \begin_layout Standard
4862
4863 \family sans
4864 装飾
4865 \family default
4866 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4867 \series bold
4868
4869 \backslash
4870 left
4871 \series default
4872
4873 \begin_inset Index idx
4874 status collapsed
4875
4876 \begin_layout Plain Layout
4877 こまんど@コマンド ! L ! 
4878 \backslash
4879 left
4880 \end_layout
4881
4882 \end_inset
4883
4884 コマンドや
4885 \series bold
4886
4887 \backslash
4888 right
4889 \series default
4890
4891 \begin_inset Index idx
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895 こまんど@コマンド ! R ! 
4896 \backslash
4897 right
4898 \end_layout
4899
4900 \end_inset
4901
4902 コマンドで作成することもできます(
4903 \begin_inset Flex Ruby
4904 status collapsed
4905
4906 \begin_layout Plain Layout
4907 捷径
4908 \begin_inset Argument post:1
4909 status collapsed
4910
4911 \begin_layout Plain Layout
4912 ショートカット
4913 \end_layout
4914
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \end_inset
4921
4922
4923 \family sans
4924 Alt+M
4925 \begin_inset space ~
4926 \end_inset
4927
4928 括弧
4929 \family default
4930 )。第
4931 \begin_inset CommandInset ref
4932 LatexCommand ref
4933 reference "subsec:自動の括弧丈"
4934
4935 \end_inset
4936
4937 節を参照してください。あるいは、以下のコマンドを使うこともできます。
4938 \begin_inset VSpace medskip
4939 \end_inset
4940
4941
4942 \end_layout
4943
4944 \begin_layout Standard
4945 \begin_inset space \hfill{}
4946 \end_inset
4947
4948
4949 \begin_inset Tabular
4950 <lyxtabular version="3" rows="4" columns="2">
4951 <features booktabs="true" tabularvalignment="middle">
4952 <column alignment="center" valignment="top" width="0pt">
4953 <column alignment="center" valignment="top">
4954 <row>
4955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 コマンド
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 出力
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row topspace="1.5mm">
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \backslash
4981 bmatrix
4982 \begin_inset space \textvisiblespace{}
4983 \end_inset
4984
4985
4986 \begin_inset Formula $2\times2$
4987 \end_inset
4988
4989 行列
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4999 0 & \textrm{-}\mathrm{i}\\
5000 \mathrm{i} & 0
5001 \end{array}\end{bmatrix}$
5002 \end_inset
5003
5004
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row topspace="1.5mm" bottomspace="0.5mm">
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015
5016 \backslash
5017 Bmatrix
5018 \begin_inset space \textvisiblespace{}
5019 \end_inset
5020
5021
5022 \begin_inset Formula $2\times2$
5023 \end_inset
5024
5025 行列
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5035 0 & \textrm{-}\mathrm{i}\\
5036 \mathrm{i} & 0
5037 \end{array}\end{Bmatrix}$
5038 \end_inset
5039
5040
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \backslash
5053 pmatrix
5054 \begin_inset space \textvisiblespace{}
5055 \end_inset
5056
5057
5058 \begin_inset Formula $2\times2$
5059 \end_inset
5060
5061 行列
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5071 0 & \textrm{-}\mathrm{i}\\
5072 \mathrm{i} & 0
5073 \end{array}\end{pmatrix}$
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 </lyxtabular>
5083
5084 \end_inset
5085
5086
5087 \begin_inset space \hfill{}
5088 \end_inset
5089
5090
5091 \begin_inset Tabular
5092 <lyxtabular version="3" rows="4" columns="2">
5093 <features booktabs="true" tabularvalignment="middle">
5094 <column alignment="center" valignment="top" width="0pt">
5095 <column alignment="center" valignment="top">
5096 <row>
5097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 コマンド
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 出力
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row topspace="1.5mm">
5117 <cell alignment="center" valignment="top" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \backslash
5123 vmatrix
5124 \begin_inset space \textvisiblespace{}
5125 \end_inset
5126
5127
5128 \begin_inset Formula $2\times2$
5129 \end_inset
5130
5131 行列
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5141 0 & \textrm{-}\mathrm{i}\\
5142 \mathrm{i} & 0
5143 \end{array}\end{vmatrix}$
5144 \end_inset
5145
5146
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 </row>
5152 <row topspace="1.5mm" bottomspace="0.5mm">
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157
5158 \backslash
5159 Vmatrix
5160 \begin_inset space \textvisiblespace{}
5161 \end_inset
5162
5163
5164 \begin_inset Formula $2\times2$
5165 \end_inset
5166
5167 行列
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5177 0 & \textrm{-}\mathrm{i}\\
5178 \mathrm{i} & 0
5179 \end{array}\end{Vmatrix}$
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row>
5189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \backslash
5195 matrix
5196 \begin_inset space \textvisiblespace{}
5197 \end_inset
5198
5199
5200 \begin_inset Formula $2\times2$
5201 \end_inset
5202
5203 行列
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5213 0 & \textrm{-}\mathrm{i}\\
5214 \mathrm{i} & 0
5215 \end{array}\end{matrix}$
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 </lyxtabular>
5225
5226 \end_inset
5227
5228
5229 \begin_inset space \hfill{}
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \begin_layout Standard
5236 \begin_inset VSpace medskip
5237 \end_inset
5238
5239 たとえば
5240 \series bold
5241
5242 \backslash
5243 vmatrix
5244 \series default
5245 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5246 \end_layout
5247
5248 \begin_layout Standard
5249 \begin_inset VSpace bigskip
5250 \end_inset
5251
5252 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5253 \begin_inset CommandInset ref
5254 LatexCommand ref
5255 reference "subsec:列間"
5256
5257 \end_inset
5258
5259 節に説明されている距離
5260 \series bold
5261
5262 \backslash
5263 arraycolsep
5264 \series default
5265
5266 \begin_inset Index idx
5267 status collapsed
5268
5269 \begin_layout Plain Layout
5270 こまんど@コマンド ! A ! 
5271 \backslash
5272 arraycolsep
5273 \end_layout
5274
5275 \end_inset
5276
5277 をここでも使用することができます。
5278 \end_layout
5279
5280 \begin_layout Standard
5281 行間隔を変更するには、
5282 \series bold
5283
5284 \backslash
5285 arraystretch
5286 \series default
5287
5288 \begin_inset Index idx
5289 status collapsed
5290
5291 \begin_layout Plain Layout
5292 こまんど@コマンド ! A ! 
5293 \backslash
5294 arraystretch
5295 \end_layout
5296
5297 \end_inset
5298
5299 コマンドを使用します。以下のようにして使用します。
5300 \end_layout
5301
5302 \begin_layout Standard
5303
5304 \series bold
5305
5306 \backslash
5307 renewcommand{
5308 \backslash
5309 arraystretch}{伸長因子}
5310 \begin_inset Index idx
5311 status collapsed
5312
5313 \begin_layout Plain Layout
5314 こまんど@コマンド ! R ! 
5315 \backslash
5316 renewcommand
5317 \end_layout
5318
5319 \end_inset
5320
5321
5322 \end_layout
5323
5324 \begin_layout Standard
5325
5326 \series bold
5327
5328 \backslash
5329 renewcommand
5330 \series default
5331 コマンドは、伸長因子を定義済みの
5332 \series bold
5333
5334 \backslash
5335 arraystretch
5336 \series default
5337 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5338 は、
5339 \series bold
5340
5341 \backslash
5342 arraystretch
5343 \series default
5344 に因子1を割り当てて下さい。
5345 \end_layout
5346
5347 \begin_layout Standard
5348 本文行中に行列を入れるには、
5349 \series bold
5350
5351 \backslash
5352 smallmatrix
5353 \series default
5354
5355 \begin_inset Index idx
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359 こまんど@コマンド ! S ! 
5360 \backslash
5361 smallmatrix
5362 \end_layout
5363
5364 \end_inset
5365
5366 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5367 \end_layout
5368
5369 \begin_layout Standard
5370 これは、本文行中の行列
5371 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5372 C & D
5373 \end{smallmatrix}\right)$
5374 \end_inset
5375
5376 です。
5377 \end_layout
5378
5379 \begin_layout Section
5380 括弧と区分記号
5381 \begin_inset Index idx
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385 かっこ@括弧
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \begin_inset Index idx
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395 くぶんきごう@区分記号
5396 \end_layout
5397
5398 \end_inset
5399
5400
5401 \end_layout
5402
5403 \begin_layout Subsection
5404 垂直括弧と区分記号
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 かっこ@括弧 ! すいちょく@垂直
5410 \begin_inset space \thinspace{}
5411 \end_inset
5412
5413 ——
5414 \end_layout
5415
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 \begin_inset space \hfill{}
5423 \end_inset
5424
5425
5426 \begin_inset Tabular
5427 <lyxtabular version="3" rows="9" columns="2">
5428 <features booktabs="true" tabularvalignment="middle">
5429 <column alignment="center" valignment="top" width="0pt">
5430 <column alignment="center" valignment="top" width="0pt">
5431 <row>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 コマンド
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 出力
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 (
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 \begin_inset Formula $($
5466 \end_inset
5467
5468
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 {
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 \begin_inset Formula $\{$
5489 \end_inset
5490
5491
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 <row>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 [
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 \begin_inset Formula $[$
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525
5526 \backslash
5527 langle
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 \begin_inset Formula $\langle$
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="center" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550
5551 \backslash
5552 lceil
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 \begin_inset Formula $\lceil$
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 </row>
5570 <row>
5571 <cell alignment="center" valignment="top" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575
5576 \backslash
5577 lfloor
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $\lfloor$
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 </row>
5595 <row>
5596 <cell alignment="center" valignment="top" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 /
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 \begin_inset Formula $/$
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 |
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 \begin_inset Formula $|$
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 </lyxtabular>
5642
5643 \end_inset
5644
5645
5646 \begin_inset space \hfill{}
5647 \end_inset
5648
5649
5650 \begin_inset Tabular
5651 <lyxtabular version="3" rows="9" columns="2">
5652 <features booktabs="true" tabularvalignment="middle">
5653 <column alignment="center" valignment="top" width="0pt">
5654 <column alignment="center" valignment="top" width="0pt">
5655 <row>
5656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 コマンド
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 出力
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 )
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 \begin_inset Formula $)$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 }
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\}$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 ]
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $]$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 rangle
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 \begin_inset Formula $\rangle$
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 <row>
5770 <cell alignment="center" valignment="top" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \backslash
5776 rceil
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 \begin_inset Formula $\rceil$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \backslash
5801 rfloor
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $\rfloor$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826
5827 \backslash
5828
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\backslash$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \backslash
5853 |
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\|$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 </lyxtabular>
5872
5873 \end_inset
5874
5875
5876 \begin_inset space \hfill{}
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \begin_layout Standard
5883 \begin_inset Note Greyedout
5884 status open
5885
5886 \begin_layout Plain Layout
5887
5888 \series bold
5889 【註】
5890 \series default
5891 \SpecialChar TeX
5892 モードでは、
5893 \backslash
5894
5895 \backslash
5896 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
5897 \series bold
5898
5899 \backslash
5900 textbackslash
5901 \series default
5902
5903 \begin_inset Index idx
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907 こまんど@コマンド! T ! 
5908 \backslash
5909 textbackslash
5910 \end_layout
5911
5912 \end_inset
5913
5914 を使わなくてはなりません。
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \begin_layout Standard
5923 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
5924 \series bold
5925
5926 \backslash
5927 langle
5928 \series default
5929
5930 \series bold
5931
5932 \backslash
5933 rangle
5934 \series default
5935 コマンドを使用せずに
5936 \begin_inset Formula $<$
5937 \end_inset
5938
5939
5940 \begin_inset Formula $>$
5941 \end_inset
5942
5943 の文字を直接使用することができます。
5944 \end_layout
5945
5946 \begin_layout Subsubsection
5947 手動の括弧丈
5948 \begin_inset CommandInset label
5949 LatexCommand label
5950 name "subsec:手動の括弧丈"
5951
5952 \end_inset
5953
5954
5955 \begin_inset Index idx
5956 status collapsed
5957
5958 \begin_layout Plain Layout
5959 かっこたけ@括弧丈 ! しゅどう@手動
5960 \end_layout
5961
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \begin_layout Standard
5968 括弧の丈は、\SpecialChar LaTeX
5969 コマンドの
5970 \series bold
5971
5972 \backslash
5973 big
5974 \series default
5975
5976 \begin_inset Index idx
5977 status collapsed
5978
5979 \begin_layout Plain Layout
5980 こまんど@コマンド ! B ! 
5981 \backslash
5982 big
5983 \end_layout
5984
5985 \end_inset
5986
5987
5988 \series bold
5989
5990 \backslash
5991 Big
5992 \series default
5993
5994 \series bold
5995
5996 \backslash
5997 bigg
5998 \series default
5999 および
6000 \series bold
6001
6002 \backslash
6003 Bigg
6004 \series default
6005 を使って、手動で指定することができます。
6006 \series bold
6007
6008 \backslash
6009 big
6010 \series default
6011 が最小の大きさであり、
6012 \series bold
6013
6014 \backslash
6015 Bigg
6016 \series default
6017 が最大の括弧丈になります。
6018 \end_layout
6019
6020 \begin_layout Standard
6021 これらのコマンドは、括弧の階層を強調するのに使われます。
6022 \begin_inset Separator parbreak
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \begin_layout Standard
6029 \align center
6030 \begin_inset Tabular
6031 <lyxtabular version="3" rows="2" columns="2">
6032 <features booktabs="true" tabularvalignment="middle">
6033 <column alignment="center" valignment="top" width="0pt">
6034 <column alignment="center" valignment="top" width="0pt">
6035 <row>
6036 <cell alignment="center" valignment="top" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 すべての括弧が同じ大きさ:
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 \begin_inset Formula $((A+B)(A-B))^{C}$
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 </row>
6058 <row topspace="2mm">
6059 <cell alignment="center" valignment="top" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 こちらの方が良い:
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 </lyxtabular>
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 二つ目の数式では、
6090 \series bold
6091
6092 \backslash
6093 Big((A+B)(A-B)
6094 \backslash
6095 Big)^
6096 \begin_inset space \textvisiblespace{}
6097 \end_inset
6098
6099 C
6100 \series default
6101 というコマンドが使われています。
6102 \end_layout
6103
6104 \begin_layout Standard
6105 以下は、すべての括弧丈の羅列です。
6106 \begin_inset Separator parbreak
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \begin_layout Standard
6113 \align center
6114
6115 \backslash
6116 Bigg(
6117 \backslash
6118 exp
6119 \backslash
6120 bigg
6121 \begin_inset Formula $<$
6122 \end_inset
6123
6124
6125 \backslash
6126 Big[
6127 \backslash
6128 big{
6129 \backslash
6130 ln(3x)
6131 \backslash
6132 big}^2
6133 \begin_inset space \textvisiblespace{}
6134 \end_inset
6135
6136
6137 \backslash
6138 sin(x)
6139 \backslash
6140 Big]^
6141 \begin_inset space \textvisiblespace{}
6142 \end_inset
6143
6144 A
6145 \begin_inset space \textvisiblespace{}
6146 \end_inset
6147
6148
6149 \backslash
6150 bigg
6151 \begin_inset Formula $>$
6152 \end_inset
6153
6154
6155 \backslash
6156 Bigg)^0,5
6157 \end_layout
6158
6159 \begin_layout Standard
6160 \align center
6161 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168
6169 \series bold
6170
6171 \backslash
6172 big
6173 \series default
6174 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6175 \series bold
6176
6177 \backslash
6178 bigm
6179 \series default
6180
6181 \begin_inset Index idx
6182 status collapsed
6183
6184 \begin_layout Plain Layout
6185 こまんど@コマンド ! B ! 
6186 \backslash
6187 bigm
6188 \end_layout
6189
6190 \end_inset
6191
6192 という派生型と、空白を追加しない
6193 \series bold
6194
6195 \backslash
6196 bigl
6197 \series default
6198 -
6199 \series bold
6200
6201 \backslash
6202 bigr
6203 \series default
6204
6205 \begin_inset Index idx
6206 status collapsed
6207
6208 \begin_layout Plain Layout
6209 こまんど@コマンド ! B ! 
6210 \backslash
6211 bigl - 
6212 \backslash
6213 bigr
6214 \end_layout
6215
6216 \end_inset
6217
6218 派生型があります。
6219 \series bold
6220
6221 \backslash
6222 bigl
6223 \series default
6224 コマンドの最後の
6225 \emph on
6226 l
6227 \emph default
6228 は、左括弧であることを示し、右括弧の場合には、
6229 \emph on
6230 l
6231 \emph default
6232 の代わりに
6233 \emph on
6234 r
6235 \emph default
6236 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6237 \end_layout
6238
6239 \begin_layout Standard
6240 以下の表は、これらの派生型の比較です。
6241 \begin_inset Separator parbreak
6242 \end_inset
6243
6244
6245 \end_layout
6246
6247 \begin_layout Standard
6248 \align center
6249 \begin_inset Tabular
6250 <lyxtabular version="3" rows="5" columns="2">
6251 <features booktabs="true" tabularvalignment="middle">
6252 <column alignment="center" valignment="top" width="0pt">
6253 <column alignment="center" valignment="middle">
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 コマンド
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 出力
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row topspace="2mm">
6275 <cell alignment="center" valignment="top" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \backslash
6281 Bigm(
6282 \backslash
6283 bigm(
6284 \backslash
6285 ln(3x)
6286 \backslash
6287 bigm)^2
6288 \begin_inset space \textvisiblespace{}
6289 \end_inset
6290
6291
6292 \backslash
6293 Bigm)
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row topspace="2mm">
6312 <cell alignment="center" valignment="top" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316
6317 \backslash
6318 Big(
6319 \backslash
6320 big(
6321 \backslash
6322 ln(3x)
6323 \backslash
6324 big)^2
6325 \begin_inset space \textvisiblespace{}
6326 \end_inset
6327
6328
6329 \backslash
6330 Big)
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6340 \end_inset
6341
6342
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 </row>
6348 <row topspace="2mm" bottomspace="0.5mm">
6349 <cell alignment="center" valignment="top" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \backslash
6355 Bigl(
6356 \backslash
6357 bigl(
6358 \backslash
6359 ln(3x)
6360 \backslash
6361 bigr)^2
6362 \begin_inset space \textvisiblespace{}
6363 \end_inset
6364
6365
6366 \backslash
6367 Bigr)
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 <row topspace="1.5mm" bottomspace="0.5mm">
6386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \backslash
6392 bigl)
6393 \backslash
6394 ln(3x)
6395 \backslash
6396 bigr(
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6406 \end_inset
6407
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 </row>
6414 </lyxtabular>
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \begin_layout Subsubsection
6422 自動の括弧丈
6423 \begin_inset CommandInset label
6424 LatexCommand label
6425 name "subsec:自動の括弧丈"
6426
6427 \end_inset
6428
6429
6430 \begin_inset Index idx
6431 status collapsed
6432
6433 \begin_layout Plain Layout
6434 かっこたけ@括弧丈 ! じどう@自動
6435 \end_layout
6436
6437 \end_inset
6438
6439
6440 \end_layout
6441
6442 \begin_layout Standard
6443 可変の丈を持つ括弧は、
6444 \series bold
6445
6446 \backslash
6447 left
6448 \series default
6449
6450 \begin_inset Index idx
6451 status collapsed
6452
6453 \begin_layout Plain Layout
6454 こまんど@コマンド ! L ! 
6455 \backslash
6456 left
6457 \end_layout
6458
6459 \end_inset
6460
6461 コマンドおよび
6462 \series bold
6463
6464 \backslash
6465 right
6466 \series default
6467
6468 \begin_inset Index idx
6469 status collapsed
6470
6471 \begin_layout Plain Layout
6472 こまんど@コマンド ! R ! 
6473 \backslash
6474 right
6475 \end_layout
6476
6477 \end_inset
6478
6479 コマンド、あるいは数式ツールバーボタンの
6480 \begin_inset Info
6481 type  "icon"
6482 arg   "dialog-show mathdelimiter"
6483 \end_inset
6484
6485 で挿入することができます。
6486 \series bold
6487
6488 \backslash
6489 left
6490 \series default
6491 および
6492 \series bold
6493
6494 \backslash
6495 right
6496 \series default
6497 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6498 \begin_inset Separator parbreak
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \align center
6506 通常の括弧:
6507 \series bold
6508
6509 \backslash
6510 ln(
6511 \backslash
6512 frac
6513 \begin_inset space \textvisiblespace{}
6514 \end_inset
6515
6516 A
6517 \begin_inset Formula $\downarrow$
6518 \end_inset
6519
6520 C
6521 \begin_inset space \textvisiblespace{}
6522 \end_inset
6523
6524 )
6525 \series default
6526 というコマンドは
6527 \begin_inset Formula 
6528 \[
6529 \ln(\frac{A}{C})
6530 \]
6531
6532 \end_inset
6533
6534 を生成します。
6535 \end_layout
6536
6537 \begin_layout Standard
6538 \align center
6539 複数行の括弧:
6540 \series bold
6541
6542 \backslash
6543 ln
6544 \backslash
6545 left(
6546 \backslash
6547 frac
6548 \begin_inset space \textvisiblespace{}
6549 \end_inset
6550
6551 A
6552 \begin_inset Formula $\downarrow$
6553 \end_inset
6554
6555 C
6556 \begin_inset space \textvisiblespace{}
6557 \end_inset
6558
6559
6560 \backslash
6561 right)
6562 \series default
6563 というコマンドは
6564 \begin_inset Formula 
6565 \[
6566 \ln\left(\frac{A}{C}\right)
6567 \]
6568
6569 \end_inset
6570
6571 を生成します。
6572 \end_layout
6573
6574 \begin_layout Standard
6575
6576 \series bold
6577
6578 \backslash
6579 left
6580 \series default
6581
6582 \series bold
6583
6584 \backslash
6585 right
6586 \series default
6587 の代わりに、
6588 \begin_inset Flex Ruby
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592 捷径
6593 \begin_inset Argument post:1
6594 status collapsed
6595
6596 \begin_layout Plain Layout
6597 ショートカット
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \family sans
6609 Alt+M
6610 \begin_inset space ~
6611 \end_inset
6612
6613 括弧
6614 \family default
6615 を使うこともできます。これを使うと、\SpecialChar LyX
6616 中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6617 \begin_inset Newline newline
6618 \end_inset
6619
6620 すると、先ほどの例を作るコマンドは
6621 \series bold
6622
6623 \backslash
6624 ln Alt+M
6625 \series default
6626  
6627 \series bold
6628 (
6629 \backslash
6630 frac
6631 \begin_inset space \textvisiblespace{}
6632 \end_inset
6633
6634 A
6635 \begin_inset Formula $\downarrow$
6636 \end_inset
6637
6638 C
6639 \series default
6640 となります。
6641 \end_layout
6642
6643 \begin_layout Standard
6644 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6645 \series bold
6646
6647 \backslash
6648 left.
6649 \backslash
6650 frac
6651 \begin_inset space \textvisiblespace{}
6652 \end_inset
6653
6654 A
6655 \begin_inset Formula $\downarrow$
6656 \end_inset
6657
6658 B
6659 \begin_inset space \textvisiblespace{}
6660 \end_inset
6661
6662
6663 \backslash
6664 right}
6665 \series default
6666 というコマンドは
6667 \series bold
6668
6669 \begin_inset Formula 
6670 \[
6671 \left.\frac{A}{B}\right\} 
6672 \]
6673
6674 \end_inset
6675
6676
6677 \series default
6678 を生成します。
6679 \series bold
6680
6681 \backslash
6682 left
6683 \series default
6684 コマンドおよび
6685 \series bold
6686
6687 \backslash
6688 right
6689 \series default
6690 コマンドは、文書が再度読み込まれたときには、\SpecialChar LyX
6691 によって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6692 \end_layout
6693
6694 \begin_layout Standard
6695 \begin_inset VSpace bigskip
6696 \end_inset
6697
6698 著名な\SpecialChar LaTeX
6699 頒布版は、すべて\SpecialChar LaTeX
6700 の拡張であるe\SpecialChar TeX
6701 を使用しているので、これらの頒布版では、すべての括弧および極限に対して
6702 \series bold
6703
6704 \backslash
6705 middle
6706 \series default
6707
6708 \begin_inset Index idx
6709 status collapsed
6710
6711 \begin_layout Plain Layout
6712 こまんど@コマンド ! M ! 
6713 \backslash
6714 middle
6715 \end_layout
6716
6717 \end_inset
6718
6719 コマンドも使用することができます
6720 \begin_inset Foot
6721 status collapsed
6722
6723 \begin_layout Plain Layout
6724
6725 \series bold
6726 【訳註】
6727 \series default
6728 p\SpecialChar LaTeX
6729 では、標準では
6730 \series bold
6731
6732 \backslash
6733 middle
6734 \series default
6735 コマンドは使えません。よって、以下の例では「
6736 \series bold
6737
6738 \backslash
6739 middle
6740 \series default
6741
6742 \begin_inset Formula $|$
6743 \end_inset
6744
6745 」の代わりに「
6746 \series bold
6747
6748 \backslash
6749 biggm
6750 \series default
6751
6752 \begin_inset Formula $|$
6753 \end_inset
6754
6755 」を用いています。
6756 \end_layout
6757
6758 \end_inset
6759
6760 。このコマンドでは、物理ベクトル
6761 \begin_inset Formula 
6762 \[
6763 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6764 \]
6765
6766 \end_inset
6767
6768 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6769 \begin_inset CommandInset ref
6770 LatexCommand ref
6771 reference "subsec:物理ベクトル"
6772
6773 \end_inset
6774
6775 節に説明されているように特殊な\SpecialChar LaTeX
6776 パッケージがあります。
6777 \end_layout
6778
6779 \begin_layout Subsection
6780 水平括弧
6781 \begin_inset Index idx
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785 かっこ@括弧 ! すいへい@水平
6786 \begin_inset space \thinspace{}
6787 \end_inset
6788
6789 ——
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 \begin_inset Tabular
6800 <lyxtabular version="3" rows="4" columns="2">
6801 <features booktabs="true" tabularvalignment="middle">
6802 <column alignment="center" valignment="top" width="0pt">
6803 <column alignment="center" valignment="top" width="0pt">
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 コマンド
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 出力
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 </row>
6824 <row>
6825 <cell alignment="center" valignment="top" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \backslash
6831 overbrace
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835 A+B
6836 \begin_inset space \textvisiblespace{}
6837 \end_inset
6838
6839 ^
6840 \begin_inset space \textvisiblespace{}
6841 \end_inset
6842
6843 3
6844 \begin_inset Index idx
6845 status collapsed
6846
6847 \begin_layout Plain Layout
6848 こまんど@コマンド ! O ! 
6849 \backslash
6850 overbrace
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 \begin_inset Formula $\overbrace{A+B}^{3}$
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row topspace="2mm">
6874 <cell alignment="center" valignment="top" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \backslash
6880 underbrace
6881 \begin_inset space \textvisiblespace{}
6882 \end_inset
6883
6884 A+B
6885 \begin_inset space \textvisiblespace{}
6886 \end_inset
6887
6888 _5
6889 \begin_inset Index idx
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893 こまんど@コマンド ! U ! 
6894 \backslash
6895 underbrace
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 \begin_inset Formula $\underbrace{A+B}_{5}$
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 </row>
6918 <row>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923
6924 \backslash
6925 overbrace
6926 \begin_inset space \textvisiblespace{}
6927 \end_inset
6928
6929
6930 \backslash
6931 underbrace
6932 \begin_inset space \textvisiblespace{}
6933 \end_inset
6934
6935 A+B_w
6936 \begin_inset space \textvisiblespace{}
6937 \end_inset
6938
6939
6940 \begin_inset space \textvisiblespace{}
6941 \end_inset
6942
6943 _7
6944 \begin_inset space \textvisiblespace{}
6945 \end_inset
6946
6947
6948 \begin_inset space \textvisiblespace{}
6949 \end_inset
6950
6951 ^
6952 \begin_inset space \textvisiblespace{}
6953 \end_inset
6954
6955 C
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6965 \end_inset
6966
6967
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 </row>
6973 </lyxtabular>
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \begin_layout Standard
6981 最後の例では、
6982 \series bold
6983
6984 \backslash
6985 overbrace
6986 \series default
6987 が先に挿入されようが
6988 \series bold
6989
6990 \backslash
6991 underbrace
6992 \series default
6993 が先に挿入されようが代わりはありません。
6994 \end_layout
6995
6996 \begin_layout Standard
6997 \begin_inset VSpace medskip
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \begin_layout Standard
7004 文書設定の
7005 \family sans
7006 数式オプション
7007 \family default
7008 で、
7009 \series bold
7010 mathtools
7011 \series default
7012
7013 \begin_inset Index idx
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017 ぱっけーじ@パッケージ ! mathtools
7018 \end_layout
7019
7020 \end_inset
7021
7022 パッケージに
7023 \family sans
7024 常に読み込み
7025 \family default
7026 オプションを設定すると、以下のような角括弧が利用可能になります。
7027 \begin_inset Separator parbreak
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \begin_layout Standard
7034 \align center
7035 \begin_inset Tabular
7036 <lyxtabular version="3" rows="4" columns="2">
7037 <features booktabs="true" tabularvalignment="middle">
7038 <column alignment="center" valignment="top" width="0pt">
7039 <column alignment="center" valignment="top" width="0pt">
7040 <row>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 コマンド
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 出力
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \backslash
7067 overbracket{A+B
7068 \begin_inset space \textvisiblespace{}
7069 \end_inset
7070
7071 ^3
7072 \begin_inset Index idx
7073 status collapsed
7074
7075 \begin_layout Plain Layout
7076 こまんど@コマンド ! O ! 
7077 \backslash
7078 overbracket
7079 \end_layout
7080
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 \begin_inset Formula $\overbracket{A+B}^{3}$
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row topspace="2mm">
7102 <cell alignment="center" valignment="top" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \backslash
7108 underbracket{A+B
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112 _5
7113 \begin_inset Index idx
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117 こまんど@コマンド ! U ! 
7118 \backslash
7119 under
7120 \size normal
7121 bracket
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 \begin_inset Formula $\underbracket{A+B}_{5}$
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 <row>
7145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149
7150 \backslash
7151 overbracket{
7152 \backslash
7153 underbracket{A+B_w
7154 \begin_inset space \textvisiblespace{}
7155 \end_inset
7156
7157
7158 \begin_inset space \textvisiblespace{}
7159 \end_inset
7160
7161 _7
7162 \begin_inset space \textvisiblespace{}
7163 \end_inset
7164
7165
7166 \begin_inset space \textvisiblespace{}
7167 \end_inset
7168
7169 ^
7170 \begin_inset space \textvisiblespace{}
7171 \end_inset
7172
7173 C
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7183 \end_inset
7184
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 </row>
7191 </lyxtabular>
7192
7193 \end_inset
7194
7195
7196 \end_layout
7197
7198 \begin_layout Standard
7199
7200 \series bold
7201
7202 \backslash
7203 overbracket
7204 \series default
7205
7206 \series bold
7207
7208 \backslash
7209 underbracket
7210 \series default
7211 に関しては、コマンドに続く角括弧中に、希望する厚みを指定すれば、以下のように、角括弧の筆跡の厚みに変更を加えることができます。
7212 \begin_inset Separator parbreak
7213 \end_inset
7214
7215
7216 \end_layout
7217
7218 \begin_layout Standard
7219 \align center
7220 \begin_inset Tabular
7221 <lyxtabular version="3" rows="3" columns="2">
7222 <features booktabs="true" tabularvalignment="middle">
7223 <column alignment="center" valignment="top" width="0pt">
7224 <column alignment="center" valignment="top" width="0pt">
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 コマンド
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 出力
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250
7251 \backslash
7252 overbracket[3pt]
7253 \backslash
7254 {A+B
7255 \begin_inset space \textvisiblespace{}
7256 \end_inset
7257
7258 ^3
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7268 \end_inset
7269
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row topspace="2mm">
7277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281
7282 \backslash
7283 underbracket[1pt]
7284 \backslash
7285 {A+B
7286 \begin_inset space \textvisiblespace{}
7287 \end_inset
7288
7289 _5
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 </lyxtabular>
7308
7309 \end_inset
7310
7311
7312 \end_layout
7313
7314 \begin_layout Standard
7315 \begin_inset VSpace bigskip
7316 \end_inset
7317
7318 括弧をお互いに重ねる必要がある場合には、第
7319 \begin_inset CommandInset ref
7320 LatexCommand ref
7321 reference "sec:多行数式"
7322
7323 \end_inset
7324
7325 節に説明されているように、次のような多行数式を使わなくてはなりません。
7326 \begin_inset Formula 
7327 \begin{eqnarray*}
7328 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7329  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7330 \end{eqnarray*}
7331
7332 \end_inset
7333
7334 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7335 \begin_inset Foot
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339 空白コマンドは第
7340 \begin_inset CommandInset ref
7341 LatexCommand ref
7342 reference "subsec:定義済みの空白"
7343
7344 \end_inset
7345
7346 章に説明があります。
7347 \end_layout
7348
7349 \end_inset
7350
7351
7352 \series bold
7353
7354 \backslash
7355 :
7356 \series default
7357 を最初の
7358 \begin_inset Formula $d$
7359 \end_inset
7360
7361 の前に挿入しておくことが重要です。さもないと、
7362 \begin_inset Formula $q$
7363 \end_inset
7364
7365 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7366 \begin_inset Foot
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 これは、括弧が文字として取り扱われないためです。第
7371 \begin_inset CommandInset ref
7372 LatexCommand ref
7373 reference "subsec:二項演算子"
7374
7375 \end_inset
7376
7377 章参照。
7378 \end_layout
7379
7380 \end_inset
7381
7382 ためです。二行目には、二つめの括弧が挿入されています。
7383 \begin_inset Formula $b$
7384 \end_inset
7385
7386 の直前から始まるようにするために、まず
7387 \series bold
7388
7389 \backslash
7390 hphantom{gggg+
7391 \backslash
7392 :}
7393 \series default
7394 というコマンド
7395 \begin_inset Foot
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400 \series bold
7401
7402 \backslash
7403 hphantom
7404 \series default
7405 に関する詳細は、第
7406 \begin_inset CommandInset ref
7407 LatexCommand ref
7408 reference "subsec:埋め草"
7409
7410 \end_inset
7411
7412 章を参照してください。
7413 \end_layout
7414
7415 \end_inset
7416
7417 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7418 \series bold
7419
7420 \backslash
7421 hphantom{bbqq+dddd}
7422 \series default
7423 コマンドの下に置きます。
7424 \end_layout
7425
7426 \begin_layout Standard
7427 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7428 \begin_inset ERT
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432
7433
7434 \backslash
7435 setlength{
7436 \backslash
7437 jot}{-6pt}
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \begin_inset Formula 
7444 \begin{eqnarray*}
7445  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7446 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7447 \end{eqnarray*}
7448
7449 \end_inset
7450
7451
7452 \begin_inset ERT
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456
7457
7458 \backslash
7459 setlength{
7460 \backslash
7461 jot}{3pt}
7462 \end_layout
7463
7464 \end_inset
7465
7466 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7467 ることを防ぐために、行間を減らさなくてはならないのですが、これは\SpecialChar LyX
7468 のバグ
7469 \begin_inset Foot
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473 \begin_inset CommandInset href
7474 LatexCommand href
7475 name "LyX-bug #1505"
7476 target "http://www.lyx.org/trac/ticket/1505"
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \end_inset
7484
7485 のせいで簡単にはできません。この問題を回避するためには、数式直前に\SpecialChar TeX
7486 モードで
7487 \series bold
7488 setlength{
7489 \backslash
7490 jot}{-6pt}
7491 \series default
7492 というコマンドを入れて、大域的な数式行間
7493 \series bold
7494
7495 \backslash
7496 jot
7497 \series default
7498
7499 \begin_inset Index idx
7500 status collapsed
7501
7502 \begin_layout Plain Layout
7503 こまんど@コマンド ! J ! 
7504 \backslash
7505 jot
7506 \end_layout
7507
7508 \end_inset
7509
7510 を-6
7511 \begin_inset space \thinspace{}
7512 \end_inset
7513
7514 ptに変更しなくてはなりません。
7515 \series bold
7516
7517 \backslash
7518 jot
7519 \series default
7520 は、数式直後に同様のコマンドを使って標準値の3
7521 \begin_inset space \thinspace{}
7522 \end_inset
7523
7524 ptに戻します。数式中の行間について、詳しくは第
7525 \begin_inset CommandInset ref
7526 LatexCommand ref
7527 reference "subsec:行間"
7528
7529 \end_inset
7530
7531 章に説明があります。
7532 \end_layout
7533
7534 \begin_layout Section
7535 矢印
7536 \begin_inset Index idx
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540 やじるし@矢印
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \begin_layout Standard
7549 矢印は、数式ツールバーボタンの
7550 \begin_inset Info
7551 type  "icon"
7552 arg   "math-insert \\leftarrow"
7553 \end_inset
7554
7555 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7556 \end_layout
7557
7558 \begin_layout Subsection
7559 水平矢印
7560 \begin_inset Index idx
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564 やじるし@矢印 ! すいへい@水平
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \begin_layout Standard
7573 \begin_inset space \hfill{}
7574 \end_inset
7575
7576
7577 \begin_inset Tabular
7578 <lyxtabular version="3" rows="8" columns="2">
7579 <features booktabs="true" tabularvalignment="middle">
7580 <column alignment="center" valignment="top" width="0pt">
7581 <column alignment="center" valignment="top" width="0pt">
7582 <row>
7583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 コマンド
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 出力
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 </row>
7602 <row>
7603 <cell alignment="center" valignment="top" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \backslash
7609 gets
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 \begin_inset Formula $\gets$
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \backslash
7634 Leftarrow
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 \begin_inset Formula $\Leftarrow$
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \backslash
7659 longleftarrow
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 \begin_inset Formula $\longleftarrow$
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 </row>
7677 <row>
7678 <cell alignment="center" valignment="top" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682
7683 \backslash
7684 Longleftarrow
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 \begin_inset Formula $\Longleftarrow$
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row>
7703 <cell alignment="center" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \backslash
7709 leftharpoonup
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 \begin_inset Formula $\leftharpoonup$
7719 \end_inset
7720
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 </row>
7727 <row>
7728 <cell alignment="center" valignment="top" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \backslash
7734 leftharpoondown
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 \begin_inset Formula $\leftharpoondown$
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 <row>
7753 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \backslash
7759 hookleftarrow
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768 \begin_inset Formula $\hookleftarrow$
7769 \end_inset
7770
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 </lyxtabular>
7778
7779 \end_inset
7780
7781
7782 \begin_inset space \hfill{}
7783 \end_inset
7784
7785
7786 \begin_inset Tabular
7787 <lyxtabular version="3" rows="8" columns="2">
7788 <features booktabs="true" tabularvalignment="middle">
7789 <column alignment="center" valignment="top" width="0pt">
7790 <column alignment="center" valignment="top" width="0pt">
7791 <row>
7792 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 コマンド
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 出力
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \backslash
7818 to
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 \begin_inset Formula $\to$
7828 \end_inset
7829
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row>
7837 <cell alignment="center" valignment="top" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \backslash
7843 Rightarrow
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 \begin_inset Formula $\Rightarrow$
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \backslash
7868 longrightarrow
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 \begin_inset Formula $\longrightarrow$
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \backslash
7893 Longrightarrow
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 \begin_inset Formula $\Longrightarrow$
7903 \end_inset
7904
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \backslash
7918 rightharpoonup
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 \begin_inset Formula $\rightharpoonup$
7928 \end_inset
7929
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \backslash
7943 rightharpoondown
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 \begin_inset Formula $\rightharpoondown$
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \backslash
7968 hookrightarrow
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 \begin_inset Formula $\hookrightarrow$
7978 \end_inset
7979
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 </lyxtabular>
7987
7988 \end_inset
7989
7990
7991 \begin_inset space \hfill{}
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \begin_layout Standard
7998 \begin_inset space \hfill{}
7999 \end_inset
8000
8001
8002 \begin_inset Tabular
8003 <lyxtabular version="3" rows="6" columns="2">
8004 <features booktabs="true" tabularvalignment="middle">
8005 <column alignment="center" valignment="top" width="0pt">
8006 <column alignment="center" valignment="top" width="0pt">
8007 <row>
8008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 コマンド
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 出力
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 leftrightarrow
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\leftrightarrow$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 Leftrightarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\Leftrightarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \backslash
8084 longleftrightarrow
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 \begin_inset Formula $\longleftrightarrow$
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \backslash
8109 Longleftrightarrow
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 \begin_inset Formula $\Longleftrightarrow$
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 rightleftharpoons
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\rightleftharpoons$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 </lyxtabular>
8153
8154 \end_inset
8155
8156
8157 \begin_inset space \hspace{}
8158 \length 25pt
8159 \end_inset
8160
8161
8162 \begin_inset space \hfill{}
8163 \end_inset
8164
8165
8166 \begin_inset Tabular
8167 <lyxtabular version="3" rows="5" columns="2">
8168 <features booktabs="true" tabularvalignment="middle">
8169 <column alignment="center" valignment="top" width="0pt">
8170 <column alignment="center" valignment="top" width="0pt">
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 コマンド
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 出力
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \backslash
8198 mapsto
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 \begin_inset Formula $\mapsto$
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 longmapsto
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\longmapsto$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 leadsto
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\leadsto$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \backslash
8273 dasharrow
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 \begin_inset Formula $\dasharrow$
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 </lyxtabular>
8292
8293 \end_inset
8294
8295
8296 \begin_inset space \hfill{}
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \begin_layout Standard
8303 \begin_inset VSpace medskip
8304 \end_inset
8305
8306 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8307 \begin_inset CommandInset ref
8308 LatexCommand ref
8309 reference "sec:アクセント"
8310
8311 \end_inset
8312
8313 節に一覧があります。
8314 \end_layout
8315
8316 \begin_layout Standard
8317 \begin_inset VSpace bigskip
8318 \end_inset
8319
8320 さらに、ラベル付き矢印
8321 \begin_inset Index idx
8322 status collapsed
8323
8324 \begin_layout Plain Layout
8325 やじるし@矢印 ! らべるつき@ラベル付き
8326 \end_layout
8327
8328 \end_inset
8329
8330 として、
8331 \series bold
8332
8333 \backslash
8334 xleftarrow
8335 \series default
8336
8337 \begin_inset Index idx
8338 status collapsed
8339
8340 \begin_layout Plain Layout
8341 こまんど@コマンド ! X ! 
8342 \backslash
8343 xleftarrow
8344 \end_layout
8345
8346 \end_inset
8347
8348
8349 \series bold
8350
8351 \backslash
8352 xrightarrow
8353 \series default
8354
8355 \begin_inset Index idx
8356 status collapsed
8357
8358 \begin_layout Plain Layout
8359 こまんど@コマンド ! X ! 
8360 \backslash
8361 xrightarrow
8362 \begin_inset ERT
8363 status collapsed
8364
8365 \begin_layout Plain Layout
8366
8367
8368 \backslash
8369 vspace{4mm}
8370 \end_layout
8371
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378
8379 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8380 ます。
8381 \end_layout
8382
8383 \begin_layout Standard
8384 \align center
8385 \begin_inset Tabular
8386 <lyxtabular version="3" rows="3" columns="2">
8387 <features booktabs="true" tabularvalignment="middle">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <column alignment="center" valignment="top" width="0pt">
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 コマンド
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 出力
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 F(a)
8416 \backslash
8417 xleftarrow
8418 \begin_inset space \textvisiblespace{}
8419 \end_inset
8420
8421 x=a
8422 \begin_inset Formula $\downarrow$
8423 \end_inset
8424
8425 x>0
8426 \begin_inset Formula $\to$
8427 \end_inset
8428
8429 F(x)
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row topspace="2mm">
8448 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 F(x)
8453 \backslash
8454 xrightarrow
8455 \begin_inset space \textvisiblespace{}
8456 \end_inset
8457
8458 x=a
8459 \begin_inset Formula $\downarrow$
8460 \end_inset
8461
8462 x>0
8463 \begin_inset Formula $\to$
8464 \end_inset
8465
8466 F(a)
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 </lyxtabular>
8485
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \begin_layout Standard
8492 \begin_inset VSpace medskip
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \begin_layout Standard
8499 文書設定の
8500 \family sans
8501 数式オプション
8502 \family default
8503 で、
8504 \series bold
8505 mathtools
8506 \series default
8507
8508 \begin_inset Index idx
8509 status collapsed
8510
8511 \begin_layout Plain Layout
8512 ぱっけーじ@パッケージ ! mathtools
8513 \end_layout
8514
8515 \end_inset
8516
8517 パッケージに
8518 \family sans
8519 常に読み込み
8520 \family default
8521 オプションを設定すると、以下のようなラベル付き矢印が利用可能になります。
8522 \end_layout
8523
8524 \begin_layout Standard
8525 \begin_inset Newpage newpage
8526 \end_inset
8527
8528
8529 \begin_inset Separator parbreak
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \begin_layout Standard
8536 \align center
8537 \begin_inset space \hspace*{\fill}
8538 \end_inset
8539
8540
8541 \begin_inset Tabular
8542 <lyxtabular version="3" rows="7" columns="2">
8543 <features booktabs="true" tabularvalignment="middle">
8544 <column alignment="center" valignment="top" width="0pt">
8545 <column alignment="center" valignment="top" width="0pt">
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 コマンド
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Example
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \backslash
8573 xleftrightarrow
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row topspace="2mm">
8592 <cell alignment="center" valignment="top" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 xLeftarrow
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row topspace="2mm">
8617 <cell alignment="center" valignment="top" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \backslash
8623 xRightarrow
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row topspace="2mm">
8642 <cell alignment="center" valignment="top" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \backslash
8648 xLeftrightarrow
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8658 \end_inset
8659
8660
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row topspace="2mm">
8667 <cell alignment="center" valignment="top" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \backslash
8673 xhookleftarrow
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row topspace="2mm">
8692 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \backslash
8698 xhookrightarrow
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 </lyxtabular>
8717
8718 \end_inset
8719
8720
8721 \begin_inset space \hspace*{\fill}
8722 \end_inset
8723
8724
8725 \begin_inset Tabular
8726 <lyxtabular version="3" rows="7" columns="2">
8727 <features booktabs="true" tabularvalignment="middle">
8728 <column alignment="center" valignment="top" width="0pt">
8729 <column alignment="center" valignment="top" width="0pt">
8730 <row>
8731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 コマンド
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Example
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="center" valignment="top" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \backslash
8757 xleftharpoondown
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8767 \end_inset
8768
8769
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row topspace="2mm">
8776 <cell alignment="center" valignment="top" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \backslash
8782 xleftharpoonup
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8792 \end_inset
8793
8794
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row topspace="2mm">
8801 <cell alignment="center" valignment="top" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \backslash
8807 xrightharpoondown
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row topspace="2mm">
8826 <cell alignment="center" valignment="top" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \backslash
8832 xrightharpoonup
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row topspace="2mm">
8851 <cell alignment="center" valignment="top" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \backslash
8857 xleftrightharpoons
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row topspace="2mm">
8876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \backslash
8882 xrightleftharpoons
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 </lyxtabular>
8901
8902 \end_inset
8903
8904
8905 \begin_inset space \hspace*{\fill}
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \begin_layout Standard
8912 これらの矢印は、すべて以下のようなコマンドスキームを取ります。
8913 \begin_inset Separator parbreak
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \begin_layout Standard
8920 \align center
8921 \begin_inset Tabular
8922 <lyxtabular version="3" rows="2" columns="2">
8923 <features booktabs="true" tabularvalignment="middle">
8924 <column alignment="center" valignment="top" width="0pt">
8925 <column alignment="center" valignment="top" width="0pt">
8926 <row>
8927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 コマンド
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 出力
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row bottomspace="0.5mm">
8947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 F(a)
8952 \backslash
8953 xleftrightarrow[x=a]
8954 \backslash
8955 {x>0
8956 \begin_inset Formula $\to$
8957 \end_inset
8958
8959 F(x)
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 </lyxtabular>
8978
8979 \end_inset
8980
8981
8982 \end_layout
8983
8984 \begin_layout Subsection
8985 垂直矢印および対角矢印
8986 \begin_inset Index idx
8987 status collapsed
8988
8989 \begin_layout Plain Layout
8990 やじるし@矢印 ! たいかく@対角
8991 \end_layout
8992
8993 \end_inset
8994
8995
8996 \begin_inset Index idx
8997 status collapsed
8998
8999 \begin_layout Plain Layout
9000 やじるし@矢印 ! すいちょく@垂直
9001 \end_layout
9002
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \begin_layout Standard
9009 \begin_inset space \hfill{}
9010 \end_inset
9011
9012
9013 \begin_inset Tabular
9014 <lyxtabular version="3" rows="7" columns="2">
9015 <features booktabs="true" tabularvalignment="middle">
9016 <column alignment="center" valignment="top" width="0pt">
9017 <column alignment="center" valignment="top" width="0pt">
9018 <row>
9019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 コマンド
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 出力
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="center" valignment="top" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \backslash
9045 uparrow
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\uparrow$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \backslash
9070 Uparrow
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 \begin_inset Formula $\Uparrow$
9080 \end_inset
9081
9082
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="center" valignment="top" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \backslash
9095 updownarrow
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 \begin_inset Formula $\updownarrow$
9105 \end_inset
9106
9107
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="center" valignment="top" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \backslash
9120 Updownarrow
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\Updownarrow$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \backslash
9145 Downarrow
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 \begin_inset Formula $\Downarrow$
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \backslash
9170 downarrow
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 \begin_inset Formula $\downarrow$
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 </lyxtabular>
9189
9190 \end_inset
9191
9192
9193 \begin_inset space \hfill{}
9194 \end_inset
9195
9196
9197 \begin_inset Tabular
9198 <lyxtabular version="3" rows="5" columns="2">
9199 <features booktabs="true" tabularvalignment="middle">
9200 <column alignment="center" valignment="top" width="0pt">
9201 <column alignment="center" valignment="top" width="0pt">
9202 <row>
9203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 コマンド
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 出力
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 nearrow
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 \begin_inset Formula $\nearrow$
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \backslash
9254 searrow
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 \begin_inset Formula $\searrow$
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="center" valignment="top" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \backslash
9279 swarrow
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\swarrow$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 nwarrow
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 \begin_inset Formula $\nwarrow$
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 </lyxtabular>
9323
9324 \end_inset
9325
9326
9327 \begin_inset space \hfill{}
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \begin_layout Standard
9334 \begin_inset VSpace medskip
9335 \end_inset
9336
9337 垂直矢印は、第
9338 \begin_inset CommandInset ref
9339 LatexCommand ref
9340 reference "subsec:手動の括弧丈"
9341
9342 \end_inset
9343
9344 節および第
9345 \begin_inset CommandInset ref
9346 LatexCommand ref
9347 reference "subsec:自動の括弧丈"
9348
9349 \end_inset
9350
9351 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9352 \end_layout
9353
9354 \begin_layout Section
9355 アクセント
9356 \begin_inset CommandInset label
9357 LatexCommand label
9358 name "sec:アクセント"
9359
9360 \end_inset
9361
9362
9363 \begin_inset Index idx
9364 status collapsed
9365
9366 \begin_layout Plain Layout
9367 あくせんと@アクセント
9368 \end_layout
9369
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \begin_layout Standard
9376 アクセントは、数式ツールバーボタンの
9377 \begin_inset Info
9378 type  "icon"
9379 arg   "math-insert \\hat"
9380 \end_inset
9381
9382 か、以下の各小節に列挙してあるコマンドで入力することができます。
9383 \end_layout
9384
9385 \begin_layout Subsection
9386 一文字に付けるアクセント
9387 \begin_inset ERT
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391
9392
9393 \backslash
9394 texorpdfstring{
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \begin_inset Foot
9401 status collapsed
9402
9403 \begin_layout Plain Layout
9404 本文中のアクセントについては、第
9405 \begin_inset CommandInset ref
9406 LatexCommand ref
9407 reference "subsec:文章中のアクセント"
9408
9409 \end_inset
9410
9411 節を参照。
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \begin_inset ERT
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421
9422 }{}
9423 \end_layout
9424
9425 \end_inset
9426
9427
9428 \begin_inset Note Note
9429 status collapsed
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434
9435 \backslash
9436 texorpdfstring
9437 \series default
9438 は、PDFのしおりに脚註が現れるのを防ぐために使われています。
9439 \end_layout
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444
9445 \backslash
9446 texorpdfstring
9447 \series default
9448 についての詳細は、第
9449 \begin_inset CommandInset ref
9450 LatexCommand ref
9451 reference "subsec:節見出し中の数式"
9452
9453 \end_inset
9454
9455 節にあります。
9456 \end_layout
9457
9458 \end_inset
9459
9460
9461 \begin_inset CommandInset label
9462 LatexCommand label
9463 name "subsec:一文字に付けるアクセント"
9464
9465 \end_inset
9466
9467
9468 \begin_inset Index idx
9469 status collapsed
9470
9471 \begin_layout Plain Layout
9472 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9473 \end_layout
9474
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \begin_layout Standard
9481 \begin_inset space \hfill{}
9482 \end_inset
9483
9484
9485 \begin_inset Tabular
9486 <lyxtabular version="3" rows="8" columns="2">
9487 <features booktabs="true" tabularvalignment="middle">
9488 <column alignment="center" valignment="top" width="0pt">
9489 <column alignment="center" valignment="top" width="0pt">
9490 <row>
9491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 コマンド
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 出力
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row topspace="1.5mm">
9511 <cell alignment="center" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \backslash
9517 dot
9518 \begin_inset space \textvisiblespace{}
9519 \end_inset
9520
9521 A
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 \begin_inset Formula $\dot{A}$
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row topspace="1.5mm">
9540 <cell alignment="center" valignment="top" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \backslash
9546 ddot
9547 \begin_inset space \textvisiblespace{}
9548 \end_inset
9549
9550 A
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\ddot{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row topspace="1.5mm">
9569 <cell alignment="center" valignment="top" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 dddot
9576 \begin_inset space \textvisiblespace{}
9577 \end_inset
9578
9579 A
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 \begin_inset Formula $\dddot{A}$
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 </row>
9597 <row topspace="1.5mm">
9598 <cell alignment="center" valignment="top" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \backslash
9604 ddddot
9605 \begin_inset space \textvisiblespace{}
9606 \end_inset
9607
9608 A
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 \begin_inset Formula $\ddddot{A}$
9618 \end_inset
9619
9620
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 </row>
9626 <row topspace="1.5mm">
9627 <cell alignment="center" valignment="top" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \backslash
9633 vec
9634 \begin_inset space \textvisiblespace{}
9635 \end_inset
9636
9637 A
9638 \begin_inset Index idx
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 べくとる@ベクトル
9643 \end_layout
9644
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 \begin_inset Formula $\vec{A}$
9657 \end_inset
9658
9659
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row topspace="1.5mm">
9666 <cell alignment="center" valignment="top" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \backslash
9672 bar
9673 \begin_inset space \textvisiblespace{}
9674 \end_inset
9675
9676 A
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset Formula $\bar{A}$
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row topspace="1.5mm">
9695 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \backslash
9701 mathring
9702 \begin_inset space \textvisiblespace{}
9703 \end_inset
9704
9705 A
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 \begin_inset Formula $\mathring{A}$
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 </lyxtabular>
9724
9725 \end_inset
9726
9727
9728 \begin_inset space \hfill{}
9729 \end_inset
9730
9731
9732 \begin_inset Tabular
9733 <lyxtabular version="3" rows="7" columns="2">
9734 <features booktabs="true" tabularvalignment="middle">
9735 <column alignment="center" valignment="top" width="0pt">
9736 <column alignment="center" valignment="top" width="0pt">
9737 <row>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 コマンド
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 出力
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row topspace="1.5mm">
9758 <cell alignment="center" valignment="top" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \backslash
9764 tilde
9765 \begin_inset space \textvisiblespace{}
9766 \end_inset
9767
9768 A
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 \begin_inset Formula $\tilde{A}$
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row topspace="1.5mm">
9787 <cell alignment="center" valignment="top" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \backslash
9793 hat
9794 \begin_inset space \textvisiblespace{}
9795 \end_inset
9796
9797 A
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 \begin_inset Formula $\hat{A}$
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row topspace="1.5mm">
9816 <cell alignment="center" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \backslash
9822 check
9823 \begin_inset space \textvisiblespace{}
9824 \end_inset
9825
9826 A
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Formula $\check{A}$
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row topspace="1.5mm">
9845 <cell alignment="center" valignment="top" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \backslash
9851 acute
9852 \begin_inset space \textvisiblespace{}
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\acute{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row topspace="1.5mm">
9874 <cell alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 grave
9881 \begin_inset space \textvisiblespace{}
9882 \end_inset
9883
9884 A
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 \begin_inset Formula $\grave{A}$
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row topspace="1.5mm">
9903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \backslash
9909 breve
9910 \begin_inset space \textvisiblespace{}
9911 \end_inset
9912
9913 A
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 \begin_inset Formula $\breve{A}$
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 </lyxtabular>
9932
9933 \end_inset
9934
9935
9936 \begin_inset space \hfill{}
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \begin_layout Standard
9943 \begin_inset VSpace bigskip
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \begin_layout Standard
9950 \begin_inset ERT
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955
9956 \backslash
9957 '{e}
9958 \end_layout
9959
9960 \end_inset
9961
9962 のようなアクセントは、数式に直接入れることができます。\SpecialChar LyX
9963 は、それを対応するアクセントコマンドに変換します。ウムラウト
9964 \begin_inset Index idx
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968 うむらうと@ウムラウト
9969 \end_layout
9970
9971 \end_inset
9972
9973 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、\SpecialChar LaTeX
9974 は、引用符と母音をまとめて一つの文字として取り
9975 扱います。
9976 \series bold
9977
9978 \backslash
9979 ddot
9980 \series default
9981 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \begin_inset VSpace -2mm
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \begin_layout Standard
9992 \align center
9993 \begin_inset Tabular
9994 <lyxtabular version="3" rows="3" columns="2">
9995 <features booktabs="true" tabularvalignment="middle">
9996 <column alignment="center" valignment="top" width="0pt">
9997 <column alignment="center" valignment="top">
9998 <row>
9999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 コマンド
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 出力
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Quotes grd
10024 \end_inset
10025
10026 i
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \lang ngerman
10037 \begin_inset space \hspace{}
10038 \length 0pt
10039 \end_inset
10040
10041
10042 \begin_inset Formula $"i$
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row topspace="1.5mm">
10052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \backslash
10058 ddot
10059 \begin_inset space \textvisiblespace{}
10060 \end_inset
10061
10062 i
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 \begin_inset Formula $\ddot{i}$
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 </lyxtabular>
10081
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \begin_layout Standard
10088
10089 \series bold
10090
10091 \backslash
10092 ddot
10093 \series default
10094 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10095 \emph on
10096 数式中テキストでは使用できない
10097 \emph default
10098 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10099 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10100 \end_layout
10101
10102 \begin_layout Standard
10103 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10104 \end_layout
10105
10106 \begin_layout Standard
10107 \begin_inset VSpace bigskip
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \begin_layout Standard
10114 \SpecialChar LyX
10115 は、\SpecialChar LaTeX
10116 パッケージ
10117 \series bold
10118 undertilde
10119 \series default
10120
10121 \begin_inset Index idx
10122 status collapsed
10123
10124 \begin_layout Plain Layout
10125 ぱっけーじ@パッケージ ! upgreek
10126 \end_layout
10127
10128 \end_inset
10129
10130 がシステム上に導入されていれば、文字下のティルダもサポートします。
10131 \end_layout
10132
10133 \begin_layout Standard
10134 \begin_inset ERT
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138
10139
10140 \backslash
10141 ifundertilde 
10142 \end_layout
10143
10144 \end_inset
10145
10146
10147 \begin_inset Note Note
10148 status open
10149
10150 \begin_layout Plain Layout
10151 以下の表は、
10152 \series bold
10153 undertilde
10154 \series default
10155  \SpecialChar LaTeX
10156 パッケージが導入済みのときのみ表示されます。
10157 \end_layout
10158
10159 \end_inset
10160
10161
10162 \begin_inset Separator parbreak
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \begin_layout Standard
10169 \noindent
10170 \align center
10171 \begin_inset Tabular
10172 <lyxtabular version="3" rows="2" columns="2">
10173 <features booktabs="true" tabularvalignment="middle">
10174 <column alignment="center" valignment="top" width="0pt">
10175 <column alignment="center" valignment="top" width="0pt">
10176 <row>
10177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 コマンド
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 出力
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row>
10197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \backslash
10203 utilde
10204 \begin_inset space \textvisiblespace{}
10205 \end_inset
10206
10207 A
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 \begin_inset Formula $\utilde{A}$
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 </lyxtabular>
10226
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \begin_inset ERT
10234 status collapsed
10235
10236 \begin_layout Plain Layout
10237
10238
10239 \backslash
10240 else 
10241 \end_layout
10242
10243 \end_inset
10244
10245
10246 \begin_inset Note Note
10247 status open
10248
10249 \begin_layout Plain Layout
10250 以下は、
10251 \series bold
10252 undertilde
10253 \series default
10254  \SpecialChar LaTeX
10255 パッケージが導入されていないときのみ表示されます。
10256 \end_layout
10257
10258 \end_inset
10259
10260
10261 \end_layout
10262
10263 \begin_layout Standard
10264 この小節のすべてを出力で見るには、
10265 \series bold
10266 undertilde
10267 \series default
10268  \SpecialChar LaTeX
10269 パッケージを導入する必要があります。
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \begin_inset ERT
10274 status collapsed
10275
10276 \begin_layout Plain Layout
10277
10278
10279 \backslash
10280 fi 
10281 \end_layout
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \begin_layout Standard
10289 \begin_inset Newpage newpage
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \begin_layout Subsection
10296 複数の文字に付けるアクセント
10297 \begin_inset Index idx
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10302 \end_layout
10303
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \begin_layout Standard
10310 \begin_inset space \hfill{}
10311 \end_inset
10312
10313
10314 \begin_inset Tabular
10315 <lyxtabular version="3" rows="5" columns="2">
10316 <features booktabs="true" tabularvalignment="middle">
10317 <column alignment="center" valignment="top" width="0pt">
10318 <column alignment="center" valignment="top" width="0pt">
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 コマンド
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 出力
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row topspace="1.5mm">
10340 <cell alignment="center" valignment="top" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \backslash
10346 overleftarrow
10347 \begin_inset space \textvisiblespace{}
10348 \end_inset
10349
10350 A=B
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 \begin_inset Formula $\overleftarrow{A=B}$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row topspace="1.5mm">
10369 <cell alignment="center" valignment="top" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 underleftarrow
10376 \begin_inset space \textvisiblespace{}
10377 \end_inset
10378
10379 A=B
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Formula $\underleftarrow{A=B}$
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row topspace="1.5mm">
10398 <cell alignment="center" valignment="top" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \backslash
10404 overleftrightarrow
10405 \begin_inset space \textvisiblespace{}
10406 \end_inset
10407
10408 A=B
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 \begin_inset Formula $\overleftrightarrow{A=B}$
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row topspace="1.5mm" bottomspace="1mm">
10427 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \backslash
10433 underleftrightarrow
10434 \begin_inset space \textvisiblespace{}
10435 \end_inset
10436
10437 A=B
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 \begin_inset Formula $\underleftrightarrow{A=B}$
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 </lyxtabular>
10456
10457 \end_inset
10458
10459
10460 \begin_inset space \hfill{}
10461 \end_inset
10462
10463
10464 \begin_inset Tabular
10465 <lyxtabular version="3" rows="5" columns="2">
10466 <features booktabs="true" tabularvalignment="middle">
10467 <column alignment="center" valignment="top" width="0pt">
10468 <column alignment="center" valignment="top" width="0pt">
10469 <row>
10470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 コマンド
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 出力
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row topspace="1.5mm">
10490 <cell alignment="center" valignment="top" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \backslash
10496 overrightarrow
10497 \begin_inset space \textvisiblespace{}
10498 \end_inset
10499
10500 A=B
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $\overrightarrow{A=B}$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row topspace="1.5mm">
10519 <cell alignment="center" valignment="top" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 underrightarrow
10526 \begin_inset space \textvisiblespace{}
10527 \end_inset
10528
10529 A=B
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $\underrightarrow{A=B}$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row topspace="1.5mm">
10548 <cell alignment="center" valignment="top" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 widetilde
10555 \begin_inset space \textvisiblespace{}
10556 \end_inset
10557
10558 A=B
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\widetilde{A=B}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row topspace="1.5mm" bottomspace="1mm">
10577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \backslash
10583 widehat
10584 \begin_inset space \textvisiblespace{}
10585 \end_inset
10586
10587 A=B
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 \begin_inset Formula $\widehat{A=B}$
10597 \end_inset
10598
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 </lyxtabular>
10606
10607 \end_inset
10608
10609
10610 \begin_inset space \hfill{}
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 \begin_inset VSpace medskip
10618 \end_inset
10619
10620 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10621 \series bold
10622
10623 \backslash
10624 widetilde
10625 \series default
10626 および
10627 \series bold
10628
10629 \backslash
10630 widehat
10631 \series default
10632 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10633 \begin_inset Formula 
10634 \[
10635 \widetilde{A+B=C-D}
10636 \]
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 前小節で述べた
10645 \series bold
10646
10647 \backslash
10648 overset
10649 \series default
10650
10651 \begin_inset Index idx
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655 こまんど@コマンド ! O ! 
10656 \backslash
10657 overset
10658 \end_layout
10659
10660 \end_inset
10661
10662 コマンドと
10663 \series bold
10664
10665 \backslash
10666 underset
10667 \series default
10668
10669 \begin_inset Index idx
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673 こまんど@コマンド ! U ! 
10674 \backslash
10675 underset
10676 \end_layout
10677
10678 \end_inset
10679
10680 コマンドを使っても、複数の文字にアクセントを付けることができます。
10681 \series bold
10682
10683 \backslash
10684 underset
10685 \begin_inset space \textvisiblespace{}
10686 \end_inset
10687
10688 A=B
10689 \begin_inset Formula $\downarrow$
10690 \end_inset
10691
10692 ***
10693 \series default
10694 というコマンドは、
10695 \begin_inset Formula 
10696 \[
10697 \underset{***}{A=B}
10698 \]
10699
10700 \end_inset
10701
10702 のようになります。
10703 \end_layout
10704
10705 \begin_layout Section
10706 空白
10707 \begin_inset CommandInset label
10708 LatexCommand label
10709 name "subsec:空白"
10710
10711 \end_inset
10712
10713
10714 \begin_inset Index idx
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718 くうはく@空白 ! すいへい@水平
10719 \begin_inset space \thinspace{}
10720 \end_inset
10721
10722 ——
10723 \end_layout
10724
10725 \end_inset
10726
10727
10728 \end_layout
10729
10730 \begin_layout Subsection
10731 定義済みの空白
10732 \begin_inset CommandInset label
10733 LatexCommand label
10734 name "subsec:定義済みの空白"
10735
10736 \end_inset
10737
10738
10739 \begin_inset Index idx
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743 くうはく@空白 ! すいへい@水平
10744 \begin_inset space \thinspace{}
10745 \end_inset
10746
10747 —— ! ていぎずみ@定義済み
10748 \end_layout
10749
10750 \end_inset
10751
10752
10753 \end_layout
10754
10755 \begin_layout Standard
10756 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10757 \begin_inset Flex Ruby
10758 status collapsed
10759
10760 \begin_layout Plain Layout
10761 捷径
10762 \begin_inset Argument post:1
10763 status collapsed
10764
10765 \begin_layout Plain Layout
10766 ショートカット
10767 \end_layout
10768
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \end_inset
10775
10776
10777 \begin_inset Info
10778 type  "shortcut"
10779 arg   "command-alternatives space-insert protected ; math-space"
10780 \end_inset
10781
10782 )を挿入することで実現できます。「
10783 \color blue
10784
10785 \begin_inset space \textvisiblespace{}
10786 \end_inset
10787
10788
10789 \color inherit
10790 」が現れるので、
10791 \family sans
10792 Space
10793 \family default
10794 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10795 \begin_inset Info
10796 type  "icon"
10797 arg   "math-insert \\space"
10798 \end_inset
10799
10800 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10801 \family sans
10802 Space
10803 \family default
10804 を押すことによって、長さを変更することができます。
10805 \begin_inset Separator parbreak
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Standard
10812 \noindent
10813 \align center
10814 \begin_inset Tabular
10815 <lyxtabular version="3" rows="6" columns="3">
10816 <features booktabs="true" tabularvalignment="middle">
10817 <column alignment="center" valignment="top">
10818 <column alignment="center" valignment="top" width="15col%">
10819 <column alignment="center" valignment="top">
10820 <row>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 コマンド
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 保護された空白を挿入したのち、
10835 \family sans
10836 Space
10837 \family default
10838 を叩く回数
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 出力
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \backslash
10860 ,
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 0
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $A\,B$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \backslash
10894 :
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 1
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 \begin_inset Formula $A\:B$
10913 \end_inset
10914
10915
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \backslash
10928 ;
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 2
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 \begin_inset Formula $A\;B$
10947 \end_inset
10948
10949
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \backslash
10962 quad
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 3
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 \begin_inset Formula $A\quad B$
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \backslash
10996 qquad
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 4
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset Formula $A\qquad B$
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 </lyxtabular>
11024
11025 \end_inset
11026
11027
11028 \begin_inset space \hfill{}
11029 \end_inset
11030
11031
11032 \begin_inset Tabular
11033 <lyxtabular version="3" rows="6" columns="3">
11034 <features booktabs="true" tabularvalignment="middle">
11035 <column alignment="center" valignment="top">
11036 <column alignment="center" valignment="top" width="15col%">
11037 <column alignment="center" valignment="top">
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 コマンド
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 保護された空白を挿入したのち、
11053 \family sans
11054 Space
11055 \family default
11056 を叩く回数
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 出力
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \backslash
11078 hfill
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 5
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 \begin_inset Formula $A\hfill B$
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row>
11106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \backslash
11112 hspace*{1em}
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 6
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\hspace*{1em}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" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144
11145 \backslash
11146 hspace{1em}
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 7
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\hspace{1em}B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row>
11174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180
11181 \begin_inset space \textvisiblespace{}
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 8
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 \begin_inset Formula $A\ B$
11203 \end_inset
11204
11205
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \backslash
11218 !
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 9
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 \begin_inset Formula $A\!B$
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 </lyxtabular>
11246
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \begin_layout Standard
11253 5
11254 \lang english
11255
11256 \begin_inset space \thinspace{}
11257 \end_inset
11258
11259
11260 \lang japanese
11261
11262 \lang english
11263
11264 \begin_inset space \thinspace{}
11265 \end_inset
11266
11267
11268 \lang japanese
11269 7回
11270 \family sans
11271 Space
11272 \family default
11273 を押した場合は、第
11274 \begin_inset CommandInset ref
11275 LatexCommand ref
11276 reference "subsec:可変長の空白"
11277
11278 \end_inset
11279
11280 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11281 中では赤で表示さ
11282 れます。以下のように、他にもう二つ、負の長さの空白があります。
11283 \begin_inset Separator parbreak
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \begin_layout Standard
11290 \align center
11291 \begin_inset Tabular
11292 <lyxtabular version="3" rows="3" columns="3">
11293 <features booktabs="true" tabularvalignment="middle">
11294 <column alignment="center" valignment="middle" width="6.8cm">
11295 <column alignment="center" valignment="top" width="0pt">
11296 <column alignment="center" valignment="top" width="0pt">
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 コマンド
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \backslash
11313 negmedspace
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \backslash
11324 negthickspace
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 </row>
11330 <row>
11331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 保護された空白を挿入したのち、
11336 \family sans
11337 Space
11338 \family default
11339 を叩く回数
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 10
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 11
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 </row>
11363 <row>
11364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 出力
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Formula $A\negmedspace B$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 \begin_inset Formula $A\negthickspace B$
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 </lyxtabular>
11399
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \begin_layout Standard
11406 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11407 \begin_inset Separator parbreak
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 \align center
11415 \begin_inset Tabular
11416 <lyxtabular version="3" rows="3" columns="2">
11417 <features booktabs="true" tabularvalignment="middle">
11418 <column alignment="center" valignment="top" width="0pt">
11419 <column alignment="center" valignment="top">
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 コマンド
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 出力
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \backslash
11447 sum
11448 \backslash
11449 sum
11450 \begin_inset space \textvisiblespace{}
11451 \end_inset
11452
11453 f_kl
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 \begin_inset Formula $\sum\sum f_{kl}$
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 <row>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \backslash
11478 sum
11479 \backslash
11480 negmedspace
11481 \backslash
11482 sum
11483 \begin_inset space \textvisiblespace{}
11484 \end_inset
11485
11486 f_kl
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 \noindent
11513 \begin_inset VSpace medskip
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \begin_layout Standard
11520 \noindent
11521 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
11522 括弧で囲みます。以下の例にこれを示します。
11523 \begin_inset Separator parbreak
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 \align center
11531 \begin_inset Tabular
11532 <lyxtabular version="3" rows="2" columns="2">
11533 <features booktabs="true" tabularvalignment="middle">
11534 <column alignment="center" valignment="top" width="0pt">
11535 <column alignment="center" valignment="top" width="0pt">
11536 <row>
11537 <cell alignment="center" valignment="top" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 通常の数式
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 \begin_inset Formula $A=B$
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 <row>
11560 <cell alignment="center" valignment="top" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 空白なしの数式
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 \begin_inset Formula $A{=}B$
11574 \end_inset
11575
11576
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 </row>
11582 </lyxtabular>
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \begin_layout Standard
11590 \noindent
11591 二行目の数式を作るコマンドは、
11592 \series bold
11593 A
11594 \backslash
11595 {=
11596 \begin_inset Formula $\to$
11597 \end_inset
11598
11599 B
11600 \series default
11601 です。
11602 \end_layout
11603
11604 \begin_layout Standard
11605 \begin_inset VSpace bigskip
11606 \end_inset
11607
11608 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
11609 整形\SpecialChar menuseparator
11610 小空白メニュー(
11611 \begin_inset Flex Ruby
11612 status collapsed
11613
11614 \begin_layout Plain Layout
11615 捷径
11616 \begin_inset Argument post:1
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 ショートカット
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \end_inset
11629
11630
11631 \begin_inset Info
11632 type  "shortcut"
11633 arg   "space-insert thin"
11634 \end_inset
11635
11636 )で、最小の空白を挿入することができます。
11637 \end_layout
11638
11639 \begin_layout Standard
11640 違いを示す例を以下に掲げます。
11641 \end_layout
11642
11643 \begin_layout Standard
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="2" columns="2">
11646 <features tabularvalignment="middle">
11647 <column alignment="left" valignment="top">
11648 <column alignment="left" valignment="top">
11649 <row>
11650 <cell alignment="center" valignment="top" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 24 kW
11655 \begin_inset Formula $\cdot$
11656 \end_inset
11657
11658 h
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 値と単位のあいだに通常の空白を入れた例
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 24
11679 \begin_inset space \thinspace{}
11680 \end_inset
11681
11682 kW
11683 \begin_inset Formula $\cdot$
11684 \end_inset
11685
11686 h
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 値と単位のあいだに最小の空白を入れた例
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 </lyxtabular>
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Subsection
11709 可変長の空白
11710 \begin_inset ERT
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714
11715
11716 \backslash
11717 texorpdfstring{
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \begin_inset Foot
11724 status collapsed
11725
11726 \begin_layout Plain Layout
11727 数式中の垂直方向の空白については、第
11728 \begin_inset CommandInset ref
11729 LatexCommand ref
11730 reference "subsec:行間"
11731
11732 \end_inset
11733
11734 節をご覧下さい。
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \begin_inset ERT
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744
11745 }{}
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset Note Note
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755
11756 \backslash
11757 texorpdfstringは、PDFのしおりに脚註が現れるのを防ぐために使われています。
11758 \end_layout
11759
11760 \begin_layout Plain Layout
11761
11762 \backslash
11763 texorpdfstringについての詳細は、第
11764 \begin_inset CommandInset ref
11765 LatexCommand ref
11766 reference "subsec:節見出し中の数式"
11767
11768 \end_inset
11769
11770 節にあります。
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset CommandInset label
11777 LatexCommand label
11778 name "subsec:可変長の空白"
11779
11780 \end_inset
11781
11782
11783 \begin_inset Index idx
11784 status collapsed
11785
11786 \begin_layout Plain Layout
11787 くうはく@空白 ! すいへい@水平
11788 \begin_inset space \thinspace{}
11789 \end_inset
11790
11791 —— ! かへんちょう@可変長
11792 \end_layout
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800 指定した長さの空白が、
11801 \series bold
11802
11803 \backslash
11804 hspace
11805 \series default
11806
11807 \begin_inset Index idx
11808 status collapsed
11809
11810 \begin_layout Plain Layout
11811 こまんど@コマンド ! H ! 
11812 \backslash
11813 hspace
11814 \end_layout
11815
11816 \end_inset
11817
11818 コマンドで入力することができます。すると、ながい「
11819 \color blue
11820
11821 \begin_inset space \textvisiblespace{}
11822 \end_inset
11823
11824
11825 \color inherit
11826 」が現れます。長さは、「
11827 \color blue
11828
11829 \begin_inset space \textvisiblespace{}
11830 \end_inset
11831
11832
11833 \color inherit
11834 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
11835 させたいときには、
11836 \series bold
11837
11838 \backslash
11839 hspace
11840 \series default
11841 コマンドの代わりに
11842 \series bold
11843
11844 \backslash
11845 hspace*
11846 \series default
11847 コマンドを使用するか、「
11848 \color blue
11849 \lang english
11850
11851 \begin_inset space \textvisiblespace{}
11852 \end_inset
11853
11854
11855 \color inherit
11856 \lang japanese
11857 」の上を左クリックして、
11858 \family sans
11859 保護
11860 \family default
11861 オプションをチェックしてください。
11862 \begin_inset Newline newline
11863 \end_inset
11864
11865 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11866 \series bold
11867
11868 \backslash
11869 hfill
11870 \series default
11871
11872 \begin_inset Index idx
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 こまんど@コマンド ! H ! 
11877 \backslash
11878 hfill
11879 \end_layout
11880
11881 \end_inset
11882
11883 コマンドを使用します。
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \align center
11888 \begin_inset Tabular
11889 <lyxtabular version="3" rows="4" columns="2">
11890 <features booktabs="true" tabularvalignment="middle">
11891 <column alignment="center" valignment="top" width="0pt">
11892 <column alignment="center" valignment="top">
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 コマンド(
11899 \backslash
11900 hspace 長さ)
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 出力
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 <row>
11916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 A=B
11921 \backslash
11922 hspace
11923 \begin_inset space \textvisiblespace{}
11924 \end_inset
11925
11926 A
11927 \backslash
11928 not=C (3
11929 \begin_inset space \thinspace{}
11930 \end_inset
11931
11932 cm)
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 <row>
11951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 A
11956 \backslash
11957 hspace
11958 \begin_inset space \textvisiblespace{}
11959 \end_inset
11960
11961 A
11962 \backslash
11963 not=A (-1
11964 \begin_inset space \thinspace{}
11965 \end_inset
11966
11967 mm)
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 <row>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 A=A
11991 \backslash
11992 hfill
11993 \begin_inset space \textvisiblespace{}
11994 \end_inset
11995
11996 B=B
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 \begin_inset Formula $A=A\hfill B=B$
12006 \end_inset
12007
12008
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 </row>
12014 </lyxtabular>
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \begin_layout Standard
12022 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12023 \series bold
12024
12025 \backslash
12026 hfill
12027 \series default
12028 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12029 \series bold
12030
12031 \backslash
12032 hfill
12033 \series default
12034 は、別行立て数式中では、
12035 \series bold
12036 行頭下げ
12037 \series default
12038 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12039 \begin_inset CommandInset ref
12040 LatexCommand ref
12041 reference "sec:数式様式"
12042
12043 \end_inset
12044
12045 節で説明されています)。
12046 \end_layout
12047
12048 \begin_layout Standard
12049
12050 \series bold
12051
12052 \backslash
12053 hfill
12054 \series default
12055 の他にも、空白を模様で埋める
12056 \series bold
12057
12058 \backslash
12059 dotfill
12060 \series default
12061
12062 \series bold
12063
12064 \backslash
12065 hrulefill
12066 \series default
12067 といったコマンドがあります。用例については第
12068 \begin_inset CommandInset ref
12069 LatexCommand ref
12070 reference "subsec:省略符号"
12071
12072 \end_inset
12073
12074 節をご参照下さい。
12075 \end_layout
12076
12077 \begin_layout Standard
12078 本文中では、可変長空白は、
12079 \family sans
12080 挿入\SpecialChar menuseparator
12081 整形\SpecialChar menuseparator
12082 水平方向の空白
12083 \family default
12084 メニューで挿入することができます。
12085 \end_layout
12086
12087 \begin_layout Standard
12088 (例)
12089 \end_layout
12090
12091 \begin_layout Standard
12092 この行には、
12093 \begin_inset space \hspace{}
12094 \length 2cm
12095 \end_inset
12096
12097 2
12098 \begin_inset space \thinspace{}
12099 \end_inset
12100
12101 cmの空白が入っています。
12102 \end_layout
12103
12104 \begin_layout Standard
12105 この行には、
12106 \begin_inset space \hfill{}
12107 \end_inset
12108
12109 最大の空白が入っています。
12110 \end_layout
12111
12112 \begin_layout Subsection
12113 行内数式周りの空白
12114 \begin_inset Index idx
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 行内数式前後の空白は、長さ
12128 \series bold
12129
12130 \backslash
12131 mathsurround
12132 \begin_inset Index idx
12133 status collapsed
12134
12135 \begin_layout Plain Layout
12136 こまんど@コマンド ! M ! 
12137 \backslash
12138 mathsurround
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \series default
12145 を使って調節することができます。長さの値は、以下の書式を持つ
12146 \series bold
12147
12148 \backslash
12149 setlength
12150 \begin_inset Index idx
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154 こまんど@コマンド ! S ! 
12155 \backslash
12156 setlength
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \series default
12163 コマンドを使って設定することができます。
12164 \end_layout
12165
12166 \begin_layout Standard
12167
12168 \series bold
12169
12170 \backslash
12171 setlength{長さ名}{値}
12172 \end_layout
12173
12174 \begin_layout Standard
12175
12176 \series bold
12177
12178 \backslash
12179 mathsurround
12180 \series default
12181 を5
12182 \begin_inset space \thinspace{}
12183 \end_inset
12184
12185 mmの値に設定するには、以下のコマンド
12186 \end_layout
12187
12188 \begin_layout Standard
12189
12190 \series bold
12191
12192 \backslash
12193 setlength{
12194 \backslash
12195 mathsurround}{5mm}
12196 \end_layout
12197
12198 \begin_layout Standard
12199 を\SpecialChar TeX
12200 モードで挿入します。すると、5
12201 \begin_inset space \thinspace{}
12202 \end_inset
12203
12204 mmの空白がすべての行内数式の前後に設定されることになります。
12205 \begin_inset ERT
12206 status collapsed
12207
12208 \begin_layout Plain Layout
12209
12210
12211 \backslash
12212 setlength{
12213 \backslash
12214 mathsurround}{5mm}
12215 \end_layout
12216
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Standard
12223 この行には、周囲に5
12224 \begin_inset space \thinspace{}
12225 \end_inset
12226
12227 mmの余白を設定した行内数式
12228 \begin_inset Formula $A=B$
12229 \end_inset
12230
12231 があります。
12232 \begin_inset ERT
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236
12237
12238 \backslash
12239 setlength{
12240 \backslash
12241 mathsurround}{0pt}
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 既定値に戻すには、
12251 \series bold
12252
12253 \backslash
12254 mathsurround
12255 \series default
12256 を0
12257 \begin_inset space \thinspace{}
12258 \end_inset
12259
12260 ptの値に戻して下さい。
12261 \end_layout
12262
12263 \begin_layout Section
12264 ボックスと枠
12265 \begin_inset Index idx
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269 ぼっくす@ボックス
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \begin_inset Index idx
12276 status collapsed
12277
12278 \begin_layout Plain Layout
12279 わく@枠
12280 \begin_inset ERT
12281 status collapsed
12282
12283 \begin_layout Plain Layout
12284
12285 |see{
12286 \end_layout
12287
12288 \end_inset
12289
12290 ボックス
12291 \begin_inset ERT
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295
12296 }
12297 \end_layout
12298
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 本文中のボックスについては、取扱説明書
12311 \family typewriter
12312 埋め込みオブジェクト篇
12313 \family default
12314
12315 \family typewriter
12316 ボックス
12317 \family default
12318 の章に述べられています。
12319 \end_layout
12320
12321 \begin_layout Subsection
12322 枠付きボックス
12323 \begin_inset CommandInset label
12324 LatexCommand label
12325 name "subsec:枠付きボックス"
12326
12327 \end_inset
12328
12329
12330 \begin_inset Index idx
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 ぼっくす@ボックス ! わくつき@枠付き
12335 \begin_inset space \thinspace{}
12336 \end_inset
12337
12338 ——
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347
12348 \series bold
12349
12350 \backslash
12351 fbox
12352 \series default
12353
12354 \begin_inset Index idx
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 こまんど@コマンド ! F ! 
12359 \backslash
12360 fbox
12361 \end_layout
12362
12363 \end_inset
12364
12365 コマンドや
12366 \series bold
12367
12368 \backslash
12369 boxed
12370 \series default
12371
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 こまんど@コマンド ! B ! 
12377 \backslash
12378 boxed
12379 \end_layout
12380
12381 \end_inset
12382
12383 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12384 \end_layout
12385
12386 \begin_layout Standard
12387 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12388 \series bold
12389
12390 \backslash
12391 fbox
12392 \series default
12393 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12394 \family sans
12395 Ctrl+M
12396 \family default
12397 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12398 \series bold
12399
12400 \backslash
12401 boxed
12402 \series default
12403 を使った場合には、新しい数式が自動的に枠内に作られます。
12404 \end_layout
12405
12406 \begin_layout Standard
12407
12408 \series bold
12409
12410 \backslash
12411 fbox
12412 \series default
12413 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12414 \series bold
12415
12416 \backslash
12417 boxed
12418 \series default
12419 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12420 \end_layout
12421
12422 \begin_layout Standard
12423
12424 \series bold
12425
12426 \backslash
12427 fbox
12428 \series default
12429 の拡張として、枠幅と配置も指定することができる
12430 \series bold
12431
12432 \backslash
12433 framebox
12434 \series default
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 こまんど@コマンド ! F ! 
12441 \backslash
12442 framebox
12443 \end_layout
12444
12445 \end_inset
12446
12447 コマンドがあります。
12448 \series bold
12449
12450 \backslash
12451 framebox
12452 \series default
12453 は、以下の書式を持ちます。
12454 \end_layout
12455
12456 \begin_layout Standard
12457
12458 \series bold
12459
12460 \backslash
12461 framebox[枠幅][位置]{ボックスの内容}
12462 \end_layout
12463
12464 \begin_layout Standard
12465 「位置」は、
12466 \emph on
12467 l
12468 \emph default
12469
12470 \emph on
12471 r
12472 \emph default
12473 の値をとります。
12474 \emph on
12475 l
12476 \emph default
12477 は、ボックス中で数式を左寄せ、
12478 \emph on
12479 r
12480 \emph default
12481 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12482 \begin_inset Newline newline
12483 \end_inset
12484
12485 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12486 \series bold
12487
12488 \backslash
12489 fbox
12490 \series default
12491 と同様、枠幅がボックスの内容に応じて調節されるのです。
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 framebox
12500 \series default
12501 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12502 \series bold
12503
12504 \backslash
12505 fbox
12506 \series default
12507 同様、数式の断片を入れるためのものです。
12508 \begin_inset Separator parbreak
12509 \end_inset
12510
12511
12512 \end_layout
12513
12514 \begin_layout Standard
12515 \align center
12516 \begin_inset Tabular
12517 <lyxtabular version="3" rows="5" columns="2">
12518 <features booktabs="true" tabularvalignment="middle">
12519 <column alignment="center" valignment="top" width="0pt">
12520 <column alignment="center" valignment="top">
12521 <row>
12522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 コマンド
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 出力
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row topspace="1.5mm">
12542 <cell alignment="center" valignment="top" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \backslash
12548 fbox
12549 \begin_inset space \textvisiblespace{}
12550 \end_inset
12551
12552
12553 \family sans
12554 Ctrl+M
12555 \family default
12556  
12557 \backslash
12558 int
12559 \begin_inset space \textvisiblespace{}
12560 \end_inset
12561
12562 A=B
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 </row>
12580 <row topspace="1.5mm">
12581 <cell alignment="center" valignment="top" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585
12586 \backslash
12587 boxed
12588 \begin_inset space \textvisiblespace{}
12589 \end_inset
12590
12591
12592 \backslash
12593 int
12594 \begin_inset space \textvisiblespace{}
12595 \end_inset
12596
12597 A=B
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 \begin_inset Formula $\boxed{\int A=B}$
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row topspace="1.5mm">
12616 <cell alignment="center" valignment="top" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 A+
12621 \backslash
12622 fbox
12623 \begin_inset space \textvisiblespace{}
12624 \end_inset
12625
12626 B
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 \begin_inset Formula $A+\fbox{B}$
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 <row topspace="1.5mm" bottomspace="1mm">
12645 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649
12650 \backslash
12651 framebox
12652 \begin_inset space \textvisiblespace{}
12653 \end_inset
12654
12655 20mm
12656 \begin_inset Formula $\to$
12657 \end_inset
12658
12659
12660 \begin_inset Formula $\to$
12661 \end_inset
12662
12663
12664 \family sans
12665 Ctrl+M
12666 \family default
12667  
12668 \backslash
12669 frac
12670 \begin_inset space \textvisiblespace{}
12671 \end_inset
12672
12673 A
12674 \begin_inset Formula $\downarrow$
12675 \end_inset
12676
12677 B
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12687 \end_inset
12688
12689
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 </lyxtabular>
12696
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \begin_layout Standard
12703 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
12704 モードで挿入しなくてはなりません。
12705 \end_layout
12706
12707 \begin_layout Standard
12708
12709 \series bold
12710
12711 \backslash
12712 fboxrule
12713 \series default
12714  
12715 \series bold
12716
12717 \begin_inset Quotes eld
12718 \end_inset
12719
12720 厚み
12721 \begin_inset Quotes erd
12722 \end_inset
12723
12724
12725 \series default
12726  
12727 \series bold
12728
12729 \backslash
12730 fboxsep
12731 \series default
12732  
12733 \series bold
12734
12735 \begin_inset Quotes eld
12736 \end_inset
12737
12738 距離
12739 \begin_inset Quotes erd
12740 \end_inset
12741
12742
12743 \end_layout
12744
12745 \begin_layout Standard
12746 \begin_inset Quotes eld
12747 \end_inset
12748
12749 距離
12750 \begin_inset Quotes erd
12751 \end_inset
12752
12753 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12754 \begin_inset ERT
12755 status collapsed
12756
12757 \begin_layout Plain Layout
12758
12759
12760 \backslash
12761 fboxrule 2mm 
12762 \backslash
12763 fboxsep 3mm
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \begin_inset Formula 
12770 \[
12771 \boxed{A+B=C}
12772 \]
12773
12774 \end_inset
12775
12776 この数式の直前には、
12777 \end_layout
12778
12779 \begin_layout Standard
12780
12781 \series bold
12782
12783 \backslash
12784 fboxrule
12785 \series default
12786  
12787 \series bold
12788 2mm
12789 \series default
12790  
12791 \series bold
12792
12793 \backslash
12794 fboxsep
12795 \series default
12796  
12797 \series bold
12798 3mm
12799 \end_layout
12800
12801 \begin_layout Standard
12802 というコマンドが、\SpecialChar TeX
12803 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12804 \end_layout
12805
12806 \begin_layout Standard
12807 標準の枠寸法に戻すには、
12808 \end_layout
12809
12810 \begin_layout Standard
12811
12812 \series bold
12813
12814 \backslash
12815 fboxrule
12816 \series default
12817  
12818 \series bold
12819 0.4pt
12820 \series default
12821  
12822 \series bold
12823
12824 \backslash
12825 fboxsep
12826 \series default
12827  
12828 \series bold
12829 3pt
12830 \series default
12831
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 fboxrule 0.4pt 
12840 \backslash
12841 fboxsep 3pt
12842 \end_layout
12843
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \begin_layout Standard
12850 というコマンドを、次の数式が始まる前に\SpecialChar TeX
12851 モードで挿入しておきます。
12852 \end_layout
12853
12854 \begin_layout Subsection
12855 枠なしボックス
12856 \begin_inset CommandInset label
12857 LatexCommand label
12858 name "subsec:枠なしボックス"
12859
12860 \end_inset
12861
12862
12863 \begin_inset Index idx
12864 status collapsed
12865
12866 \begin_layout Plain Layout
12867 ぼっくす@ボックス ! わくなし@枠なし
12868 \begin_inset space \thinspace{}
12869 \end_inset
12870
12871 ——
12872 \end_layout
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \begin_layout Standard
12880 枠のないボックスを作るには、
12881 \series bold
12882
12883 \backslash
12884 mbox
12885 \series default
12886
12887 \begin_inset Index idx
12888 status collapsed
12889
12890 \begin_layout Plain Layout
12891 こまんど@コマンド ! M ! 
12892 \backslash
12893 mbox
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \series bold
12900
12901 \backslash
12902 makebox
12903 \series default
12904
12905 \begin_inset Index idx
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909 こまんど@コマンド ! M ! 
12910 \backslash
12911 makebox
12912 \end_layout
12913
12914 \end_inset
12915
12916
12917 \series bold
12918
12919 \backslash
12920 raisebox
12921 \series default
12922
12923 \begin_inset Index idx
12924 status collapsed
12925
12926 \begin_layout Plain Layout
12927 こまんど@コマンド ! R ! 
12928 \backslash
12929 raisebox
12930 \end_layout
12931
12932 \end_inset
12933
12934 の三つのコマンドがあります。
12935 \end_layout
12936
12937 \begin_layout Standard
12938
12939 \series bold
12940
12941 \backslash
12942 raisebox
12943 \series default
12944 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12945 \series bold
12946
12947 \backslash
12948 raisebox
12949 \series default
12950 は、以下の書式で用いられます。
12951 \end_layout
12952
12953 \begin_layout Standard
12954
12955 \series bold
12956
12957 \backslash
12958 raisebox{高さ}{ボックスの内容}
12959 \end_layout
12960
12961 \begin_layout Standard
12962
12963 \series bold
12964
12965 \backslash
12966 fbox
12967 \series default
12968 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12969 \begin_inset Note Greyedout
12970 status open
12971
12972 \begin_layout Plain Layout
12973
12974 \series bold
12975 【註】
12976 \series default
12977 下の最後の
12978 \series bold
12979
12980 \backslash
12981 raisebox
12982 \series default
12983 のところで、
12984 \family sans
12985 Ctrl+M
12986 \family default
12987 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
12988
12989 \series bold
12990
12991 \backslash
12992 raisebox
12993 \series default
12994 を直接サポートしていないためです。
12995 \end_layout
12996
12997 \end_inset
12998
12999
13000 \begin_inset Separator parbreak
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \begin_layout Standard
13007 \align center
13008 \begin_inset Tabular
13009 <lyxtabular version="3" rows="4" columns="2">
13010 <features booktabs="true" tabularvalignment="middle">
13011 <column alignment="center" valignment="top" width="0pt">
13012 <column alignment="center" valignment="top">
13013 <row>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 コマンド
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 出力
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row>
13034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 H
13039 \backslash
13040 raisebox{2mm
13041 \begin_inset Formula $\to$
13042 \end_inset
13043
13044
13045 \backslash
13046 {al
13047 \begin_inset Formula $\to$
13048 \end_inset
13049
13050  lo
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 </row>
13068 <row>
13069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 H
13074 \backslash
13075 raisebox{-2mm
13076 \begin_inset Formula $\to$
13077 \end_inset
13078
13079
13080 \backslash
13081 {al
13082 \begin_inset Formula $\to$
13083 \end_inset
13084
13085 lo
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 </row>
13103 <row>
13104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 A=
13109 \backslash
13110 raisebox{-2mm
13111 \begin_inset Formula $\to$
13112 \end_inset
13113
13114
13115 \backslash
13116 {
13117 \family sans
13118 Ctrl+M Ctrl+M
13119 \family default
13120  
13121 \backslash
13122 sqrt
13123 \begin_inset space \textvisiblespace{}
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 </row>
13144 </lyxtabular>
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 枠がないことを除けば、
13153 \series bold
13154
13155 \backslash
13156 mbox
13157 \series default
13158 コマンドは
13159 \series bold
13160
13161 \backslash
13162 fbox
13163 \series default
13164 と同じであり、
13165 \series bold
13166
13167 \backslash
13168 makebox
13169 \series default
13170
13171 \series bold
13172
13173 \backslash
13174 framebox
13175 \series default
13176 と同じです。
13177 \end_layout
13178
13179 \begin_layout Subsection
13180 色付きボックス
13181 \begin_inset CommandInset label
13182 LatexCommand label
13183 name "subsec:色付きボックス"
13184
13185 \end_inset
13186
13187
13188 \begin_inset Index idx
13189 status collapsed
13190
13191 \begin_layout Plain Layout
13192 ぼっくす@ボックス ! いろつき@色付き
13193 \begin_inset space \thinspace{}
13194 \end_inset
13195
13196 ——
13197 \end_layout
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13206 プリアンブルに
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 usepackage{color}
13215 \end_layout
13216
13217 \begin_layout Standard
13218 という行
13219 \begin_inset Foot
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13224 は、自動的に\SpecialChar LaTeX
13225 パッケージ
13226 \series bold
13227 color
13228 \series default
13229 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \begin_inset Note Note
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13240 プリアンブルにマクロを挿入してあります。
13241 \end_layout
13242
13243 \end_inset
13244
13245 を書き加えて、\SpecialChar LaTeX
13246 パッケージの
13247 \series bold
13248 color
13249 \series default
13250
13251 \begin_inset Foot
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255 \SpecialChar LaTeX
13256 パッケージ
13257 \series bold
13258 color
13259 \series default
13260 は、すべての標準的な\SpecialChar LaTeX
13261 頒布版に含まれています。
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \begin_inset Index idx
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271 ぱっけーじ@パッケージ ! color
13272 \end_layout
13273
13274 \end_inset
13275
13276 を読み込む必要があります。
13277 \end_layout
13278
13279 \begin_layout Standard
13280 \begin_inset VSpace medskip
13281 \end_inset
13282
13283 ボックスに色を付けるには、
13284 \series bold
13285
13286 \backslash
13287 colorbox
13288 \series default
13289
13290 \begin_inset Index idx
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294 こまんど@コマンド ! C ! 
13295 \backslash
13296 colorbox
13297 \end_layout
13298
13299 \end_inset
13300
13301 コマンドを以下の書式で使用します。
13302 \end_layout
13303
13304 \begin_layout Standard
13305
13306 \series bold
13307
13308 \backslash
13309 colorbox{色}{ボックスの内容}
13310 \end_layout
13311
13312 \begin_layout Standard
13313 ボックスの内容には、別のボックスが含まれても構いませんし、
13314 \series bold
13315
13316 \backslash
13317 colorbox
13318 \series default
13319 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13320 \series bold
13321
13322 \backslash
13323 raisebox
13324 \series default
13325 と同様、明示的に数式を作らなくてはなりません
13326 \begin_inset Foot
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330 これは、
13331 \series bold
13332
13333 \backslash
13334 fcolorbox
13335 \series default
13336 コマンドにも当てはまります。
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 選択できる定義済みの色としては、
13346 \end_layout
13347
13348 \begin_layout Standard
13349
13350 \series bold
13351 black
13352 \series default
13353 (黒)・
13354 \series bold
13355 blue
13356 \series default
13357 (青)・
13358 \series bold
13359 cyan
13360 \series default
13361 (シアン)・
13362 \series bold
13363 green
13364 \series default
13365 (緑)・
13366 \series bold
13367 magenta
13368 \series default
13369 (マゼンタ)・
13370 \series bold
13371 red
13372 \series default
13373 (赤)・
13374 \series bold
13375 white
13376 \series default
13377 (白)・
13378 \series bold
13379 yellow
13380 \series default
13381 (黄)
13382 \end_layout
13383
13384 \begin_layout Standard
13385 があります。
13386 \begin_inset Separator parbreak
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \begin_layout Standard
13393 \align center
13394 \begin_inset Tabular
13395 <lyxtabular version="3" rows="4" columns="2">
13396 <features booktabs="true" tabularvalignment="middle">
13397 <column alignment="center" valignment="top" width="0pt">
13398 <column alignment="center" valignment="top">
13399 <row>
13400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 コマンド
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 出力
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 <row>
13420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424
13425 \backslash
13426 colorbox{yellow
13427 \begin_inset Formula $\to$
13428 \end_inset
13429
13430
13431 \backslash
13432 {A=B
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 \begin_inset Formula $\colorbox{yellow}{A=B}$
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 </row>
13450 <row topspace="1.5mm">
13451 <cell alignment="center" valignment="top" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455
13456 \backslash
13457 colorbox{green
13458 \begin_inset Formula $\to$
13459 \end_inset
13460
13461
13462 \backslash
13463 {
13464 \backslash
13465 fbox
13466 \begin_inset space \textvisiblespace{}
13467 \end_inset
13468
13469 A=B
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 </row>
13487 <row topspace="1.5mm" bottomspace="1mm">
13488 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492
13493 \backslash
13494 fbox
13495 \begin_inset space \textvisiblespace{}
13496 \end_inset
13497
13498
13499 \backslash
13500 colorbox{green
13501 \begin_inset Formula $\to$
13502 \end_inset
13503
13504
13505 \backslash
13506 {
13507 \family sans
13508 Ctrl+M
13509 \family default
13510  
13511 \family sans
13512 Ctrl+M
13513 \family default
13514  
13515 \backslash
13516 int
13517 \begin_inset space \textvisiblespace{}
13518 \end_inset
13519
13520 C=D
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 </lyxtabular>
13539
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \begin_layout Standard
13546
13547 \series bold
13548
13549 \backslash
13550 colorbox
13551 \series default
13552 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13553 \family sans
13554 文字様式
13555 \family default
13556 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13557 \begin_inset Info
13558 type  "icon"
13559 arg   "dialog-show character"
13560 \end_inset
13561
13562
13563 \family sans
13564 編集\SpecialChar menuseparator
13565 文字様式\SpecialChar menuseparator
13566 任意設定
13567 \family default
13568 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 たとえば、
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \color red
13579 \begin_inset Formula 
13580 \begin{equation}
13581 \int A=B\label{eq:red}
13582 \end{equation}
13583
13584 \end_inset
13585
13586
13587 \color green
13588
13589 \begin_inset Formula 
13590 \begin{equation}
13591 \textcolor{red}{\int A=B}\label{eq:redgreen}
13592 \end{equation}
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 数式
13601 \begin_inset CommandInset ref
13602 LatexCommand eqref
13603 reference "eq:red"
13604
13605 \end_inset
13606
13607 は、全体が赤色です。
13608 \begin_inset Newline newline
13609 \end_inset
13610
13611 数式
13612 \begin_inset CommandInset ref
13613 LatexCommand eqref
13614 reference "eq:redgreen"
13615
13616 \end_inset
13617
13618 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13619 \end_layout
13620
13621 \begin_layout Standard
13622 \begin_inset VSpace bigskip
13623 \end_inset
13624
13625 ボックスの枠だけ別の色にするには、
13626 \series bold
13627
13628 \backslash
13629 fcolorbox
13630 \series default
13631
13632 \begin_inset Index idx
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636 こまんど@コマンド ! F ! 
13637 \backslash
13638 fcolorbox
13639 \end_layout
13640
13641 \end_inset
13642
13643 コマンドを以下の書式で使用します。
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 fcolorbox{枠の色}{色}{ボックスの内容}
13652 \end_layout
13653
13654 \begin_layout Standard
13655 つまり、
13656 \series bold
13657
13658 \backslash
13659 fcolorbox
13660 \series default
13661
13662 \series bold
13663
13664 \backslash
13665 colorbox
13666 \series default
13667 コマンドの拡張です。
13668 \series bold
13669
13670 \backslash
13671 framebox
13672 \series default
13673 と同様に、枠の厚みは
13674 \series bold
13675
13676 \backslash
13677 fboxrule
13678 \series default
13679
13680 \series bold
13681
13682 \backslash
13683 fboxsep
13684 \series default
13685 で設定します。たとえば、
13686 \begin_inset ERT
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690
13691
13692 \backslash
13693 fboxrule 1mm 
13694 \backslash
13695 fboxsep 1mm
13696 \end_layout
13697
13698 \end_inset
13699
13700
13701 \begin_inset Formula 
13702 \[
13703 \fcolorbox{cyan}{magenta}{A=B}
13704 \]
13705
13706 \end_inset
13707
13708
13709 \begin_inset ERT
13710 status collapsed
13711
13712 \begin_layout Plain Layout
13713
13714
13715 \backslash
13716 fboxrule 0.4pt 
13717 \backslash
13718 fboxsep 3pt
13719 \end_layout
13720
13721 \end_inset
13722
13723 のようにします。
13724 \end_layout
13725
13726 \begin_layout Standard
13727 上記の数式は、以下のコマンドで作成されています。
13728 \begin_inset Newline newline
13729 \end_inset
13730
13731
13732 \series bold
13733
13734 \backslash
13735 fcolorbox{cyan
13736 \begin_inset Formula $\to$
13737 \end_inset
13738
13739
13740 \backslash
13741 {magenta
13742 \begin_inset Formula $\to$
13743 \end_inset
13744
13745
13746 \backslash
13747 {A=B
13748 \series default
13749 .
13750 \end_layout
13751
13752 \begin_layout Standard
13753 \begin_inset VSpace bigskip
13754 \end_inset
13755
13756 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13757 \end_layout
13758
13759 \begin_layout Standard
13760 たとえば、「
13761 \series bold
13762 darkgreen
13763 \series default
13764 」という色を定義するには、\SpecialChar LaTeX
13765 プリアンブルに
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771
13772 \backslash
13773 definecolor{darkgreen}{cmyk}{0.5,
13774 \series default
13775  
13776 \series bold
13777 0,
13778 \series default
13779  
13780 \series bold
13781 1,
13782 \series default
13783  
13784 \series bold
13785 0.5}
13786 \series default
13787
13788 \begin_inset Index idx
13789 status collapsed
13790
13791 \begin_layout Plain Layout
13792 こまんど@コマンド ! D ! 
13793 \backslash
13794 definecolor
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \end_layout
13801
13802 \begin_layout Standard
13803 という行を書き加えます。
13804 \end_layout
13805
13806 \begin_layout Standard
13807
13808 \series bold
13809 cmyk
13810 \series default
13811 とは、
13812 \series bold
13813 cyan
13814 \series default
13815 (シアン)・
13816 \series bold
13817 magenta
13818 \series default
13819 (マゼンタ)・
13820 \series bold
13821 yellow
13822 \series default
13823 (黄)・
13824 \series bold
13825 black
13826 \series default
13827 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13828 \begin_inset space \thinspace{}
13829 \end_inset
13830
13831 -
13832 \begin_inset space \thinspace{}
13833 \end_inset
13834
13835 1の範囲をとることができます。定義には、
13836 \series bold
13837 cmyk
13838 \series default
13839 の他に、
13840 \series bold
13841 rgb
13842 \series default
13843 という色空間を使うこともできます。
13844 \series bold
13845 rgb
13846 \series default
13847 とは、
13848 \series bold
13849 red
13850 \series default
13851 (赤)・
13852 \series bold
13853 green
13854 \series default
13855 (緑)・
13856 \series bold
13857 blue
13858 \series default
13859 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13860 \series bold
13861 gray
13862 \series default
13863 という色空間もあります。
13864 \end_layout
13865
13866 \begin_layout Standard
13867 例として、文字が
13868 \series bold
13869 yellow
13870 \series default
13871 に色付けされ、新しく定義した
13872 \series bold
13873 darkgreen
13874 \series default
13875 という色を持つ枠付きボックスを挙げておきます。
13876 \begin_inset Formula 
13877 \begin{equation}
13878 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13879 \end{equation}
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \begin_layout Standard
13887
13888 \series bold
13889
13890 \backslash
13891 textcolor
13892 \series default
13893 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13894 \begin_inset Index idx
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898 てきすと@テキスト ! いろつき@色付き
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 \begin_inset ERT
13908 status collapsed
13909
13910 \begin_layout Plain Layout
13911
13912
13913 \backslash
13914 textcolor{darkgreen}{
13915 \end_layout
13916
13917 \end_inset
13918
13919 この文は「darkgreen」です。
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925 }
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934
13935 \series bold
13936
13937 \backslash
13938 textcolor
13939 \series default
13940
13941 \begin_inset Index idx
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 こまんど@コマンド ! T ! 
13946 \backslash
13947 textcolor
13948 \end_layout
13949
13950 \end_inset
13951
13952 は、
13953 \series bold
13954
13955 \backslash
13956 textcolor{色}{色付けをする文}
13957 \series default
13958 という書式で使用することができます。
13959 \end_layout
13960
13961 \begin_layout Subsection
13962 段落ボックス
13963 \begin_inset CommandInset label
13964 LatexCommand label
13965 name "subsec:段落ボックス"
13966
13967 \end_inset
13968
13969
13970 \begin_inset Index idx
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974 ぼっくす@ボックス ! だんらく@段落
13975 \begin_inset space \thinspace{}
13976 \end_inset
13977
13978 ——
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13988 \family sans
13989 挿入\SpecialChar menuseparator
13990 ボックス
13991 \family default
13992 メニューかツールバーボタン
13993 \begin_inset Info
13994 type  "icon"
13995 arg   "box-insert"
13996 \end_inset
13997
13998 で作成することができます。
13999 \end_layout
14000
14001 \begin_layout Standard
14002 以下の例は、行中の枠付きparboxを示したものです。
14003 \end_layout
14004
14005 \begin_layout Standard
14006 \begin_inset VSpace medskip
14007 \end_inset
14008
14009 この行は、
14010 \begin_inset Box Boxed
14011 position "c"
14012 hor_pos "c"
14013 has_inner_box 1
14014 inner_pos "t"
14015 use_parbox 1
14016 use_makebox 0
14017 width "5cm"
14018 special "none"
14019 height "1in"
14020 height_special "totalheight"
14021 thickness "0.4pt"
14022 separation "3pt"
14023 shadowsize "4pt"
14024 framecolor "black"
14025 backgroundcolor "none"
14026 status open
14027
14028 \begin_layout Plain Layout
14029 これは段落ボックスです。これはちょうど5
14030 \begin_inset space \thinspace{}
14031 \end_inset
14032
14033 cmの幅になっており、以下のように数式を含めることもできます。
14034 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \end_inset
14041
14042 parboxの入った行です。
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \begin_inset VSpace medskip
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14054 \emph on
14055 装飾
14056 \emph default
14057 :簡素な長方形の箱型、
14058 \emph on
14059 内部ボックス
14060 \emph default
14061 :parboxコマンド、
14062 \emph on
14063
14064 \emph default
14065 :5
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 cm、
14070 \emph on
14071 垂直ボックス配置
14072 \emph default
14073 :中央、に設定されています。
14074 \end_layout
14075
14076 \begin_layout Standard
14077 \begin_inset VSpace medskip
14078 \end_inset
14079
14080 \SpecialChar LaTeX
14081 では、parboxは、以下の書式を持つ
14082 \series bold
14083
14084 \backslash
14085 parbox
14086 \series default
14087
14088 \begin_inset Index idx
14089 status collapsed
14090
14091 \begin_layout Plain Layout
14092 こまんど@コマンド ! P ! 
14093 \backslash
14094 parbox
14095 \end_layout
14096
14097 \end_inset
14098
14099 コマンドによって作られます。
14100 \end_layout
14101
14102 \begin_layout Standard
14103
14104 \series bold
14105
14106 \backslash
14107 parbox[位置]{幅}{ボックスの内容}
14108 \end_layout
14109
14110 \begin_layout Standard
14111 「位置」は、
14112 \emph on
14113 b
14114 \emph default
14115
14116 \emph on
14117 t
14118 \emph default
14119 の値をとることができます。下揃えを意味する
14120 \emph on
14121 b
14122 \emph default
14123 (bottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14124 \emph on
14125 t
14126 \emph default
14127 (top)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14128 \emph on
14129 ボックス
14130 \emph default
14131 の節をご参照下さい。
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset VSpace bigskip
14136 \end_inset
14137
14138 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14139 モードで
14140 \series bold
14141 parbox{
14142 \backslash
14143 linewidth-2
14144 \backslash
14145 fboxsep-2
14146 \backslash
14147 fboxrule}{
14148 \series default
14149 というコマンドを挿入します。ここで
14150 \series bold
14151
14152 \backslash
14153 linewidth
14154 \begin_inset Index idx
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 こまんど@コマンド ! L ! 
14159 \backslash
14160 linewidth
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \series default
14167 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。引数中で掛け算や引き算を行
14168 うためには、\SpecialChar LaTeX
14169 パッケージの
14170 \series bold
14171 calc
14172 \series default
14173
14174 \begin_inset Foot
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 \series bold
14180 calc
14181 \series default
14182 は、標準的\SpecialChar LaTeX
14183 頒布版のすべてに含まれています。
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \begin_inset Index idx
14190 status collapsed
14191
14192 \begin_layout Plain Layout
14193 ぱっけーじ@パッケージ ! calc
14194 \end_layout
14195
14196 \end_inset
14197
14198 を、\SpecialChar LaTeX
14199 プリアンブル中で
14200 \end_layout
14201
14202 \begin_layout Standard
14203
14204 \series bold
14205
14206 \backslash
14207 usepackage{calc}
14208 \end_layout
14209
14210 \begin_layout Standard
14211 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14212 モードで
14213 \series bold
14214 }}
14215 \series default
14216 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222
14223 \backslash
14224 fboxsep 5mm 
14225 \backslash
14226 fboxrule 5mm
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 fbox{
14243 \backslash
14244 parbox{
14245 \backslash
14246 linewidth-2
14247 \backslash
14248 fboxsep-2
14249 \backslash
14250 fboxrule}{
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \begin_inset Formula 
14257 \begin{equation}
14258 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14259 \end{equation}
14260
14261 \end_inset
14262
14263
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }}
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \begin_inset ERT
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 fboxrule 0.4pt 
14283 \backslash
14284 fboxsep 3pt
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 \begin_inset VSpace medskip
14294 \end_inset
14295
14296
14297 \series bold
14298
14299 \backslash
14300 fbox
14301 \series default
14302 の引数としてparboxが使われているので、この場合には、
14303 \series bold
14304
14305 \backslash
14306 fbox
14307 \series default
14308 を使おうが
14309 \series bold
14310
14311 \backslash
14312 boxed
14313 \series default
14314 を使おうが、差は生じません。
14315 \end_layout
14316
14317 \begin_layout Standard
14318 \begin_inset VSpace bigskip
14319 \end_inset
14320
14321 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14322 \series bold
14323
14324 \backslash
14325 parbox
14326 \series default
14327
14328 \series bold
14329
14330 \backslash
14331 tag
14332 \series default
14333 コマンドといっしょに使います(
14334 \series bold
14335
14336 \backslash
14337 tag
14338 \series default
14339 についての詳細は、第
14340 \begin_inset CommandInset ref
14341 LatexCommand ref
14342 reference "subsec:自己定義番号"
14343
14344 \end_inset
14345
14346 節をご参照下さい)
14347 \end_layout
14348
14349 \begin_layout Standard
14350 以下は、
14351 \series bold
14352
14353 \backslash
14354 parbox
14355 \series default
14356 を使ってコメントを付けた数式の例です。
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset ERT
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364
14365
14366 \backslash
14367 [5x-7b=3b
14368 \backslash
14369 tag*{
14370 \backslash
14371 parbox{5cm}{
14372 \end_layout
14373
14374 \end_inset
14375
14376 これは説明です。数式や多行数式本体からはっきりと離れています。
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }}
14383 \backslash
14384 ]
14385 \end_layout
14386
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Standard
14393 \SpecialChar LyX
14394 は、まだ数式中での
14395 \series bold
14396
14397 \backslash
14398 parbox
14399 \series default
14400 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
14401 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14402 \end_layout
14403
14404 \begin_layout Standard
14405 まず、
14406 \series bold
14407
14408 \backslash
14409 [5x-7b=3b
14410 \backslash
14411 tag*
14412 \backslash
14413 {
14414 \backslash
14415 parbox{5cm}{
14416 \series default
14417 というコマンドを\SpecialChar TeX
14418 モードで挿入します
14419 \begin_inset Foot
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 \series bold
14425 行頭下げ
14426 \series default
14427 数式様式を使用している時には、
14428 \series bold
14429
14430 \backslash
14431 tag*
14432 \backslash
14433 {
14434 \series default
14435 の代わりに
14436 \series bold
14437
14438 \backslash
14439 hfill
14440 \series default
14441 を用いることもできます(数式様式に関しては、第
14442 \begin_inset CommandInset ref
14443 LatexCommand ref
14444 reference "sec:数式様式"
14445
14446 \end_inset
14447
14448 節をご参照下さい)。
14449 \end_layout
14450
14451 \end_inset
14452
14453 。それから、説明を通常のテキストとして入れ、最後に
14454 \series bold
14455 }}
14456 \backslash
14457 ]
14458 \series default
14459 を\SpecialChar TeX
14460 モードで挿入します。ここで
14461 \series bold
14462
14463 \backslash
14464 [
14465 \series default
14466 および
14467 \series bold
14468
14469 \backslash
14470 ]
14471 \series default
14472 コマンドは別行立て数式を作るためのものです。
14473 \end_layout
14474
14475 \begin_layout Standard
14476
14477 \series bold
14478
14479 \backslash
14480 parbox
14481 \series default
14482 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14483 \begin_inset Formula 
14484 \[
14485 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14486 \]
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Section
14494 演算子
14495 \begin_inset Index idx
14496 status collapsed
14497
14498 \begin_layout Plain Layout
14499 えんざんし@演算子
14500 \end_layout
14501
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \begin_layout Subsection
14508 大演算子
14509 \begin_inset CommandInset label
14510 LatexCommand label
14511 name "subsec:大演算子"
14512
14513 \end_inset
14514
14515
14516 \begin_inset Index idx
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520 えんざんし@演算子 ! だい@大
14521 \begin_inset space \thinspace{}
14522 \end_inset
14523
14524 ——
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \begin_inset Index idx
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534 わ@和
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \begin_inset Index idx
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544 せきぶんきごう@積分記号
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Standard
14553 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14554 \family sans
14555 数式オプション
14556 \family default
14557 の面にある
14558 \family sans
14559 esintパッケージを自動的に使う
14560 \family default
14561 オプションを有効にしなくてはなりません。
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset space \hfill{}
14566 \end_inset
14567
14568
14569 \begin_inset Tabular
14570 <lyxtabular version="3" rows="11" columns="2">
14571 <features booktabs="true" tabularvalignment="middle">
14572 <column alignment="center" valignment="top" width="0pt">
14573 <column alignment="center" valignment="top" width="0pt">
14574 <row>
14575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 コマンド
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 出力
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \backslash
14601 int
14602 \begin_inset Index idx
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 こまんど@コマンド ! I ! 
14607 \backslash
14608 int
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 \begin_inset Formula $\int$
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 <row>
14632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636
14637 \backslash
14638 oint
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 \begin_inset Formula $\oint$
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 <row>
14657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661
14662 \backslash
14663 ointctrclockwise
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 \begin_inset Formula $\ointctrclockwise$
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 ointclockwise
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 \begin_inset Formula $\ointclockwise$
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 sqint
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Formula $\sqint$
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 </row>
14731 <row>
14732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736
14737 \backslash
14738 fint
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747  
14748 \begin_inset Formula $\fint$
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 <row>
14758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762
14763 \backslash
14764 landupint
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773  
14774 \begin_inset Formula $\landupint$
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row>
14784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788
14789 \backslash
14790 landdownint
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799  
14800 \begin_inset Formula $\landdownint$
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 <row>
14810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814
14815 \backslash
14816 bigcap
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 $\bigcap$
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 </row>
14834 <row>
14835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839
14840 \backslash
14841 bigcup
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 \begin_inset Formula $\bigcup$
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 </row>
14859 </lyxtabular>
14860
14861 \end_inset
14862
14863
14864 \begin_inset space \hfill{}
14865 \end_inset
14866
14867
14868 \begin_inset Tabular
14869 <lyxtabular version="3" rows="11" columns="2">
14870 <features booktabs="true" tabularvalignment="middle">
14871 <column alignment="center" valignment="top" width="0pt">
14872 <column alignment="center" valignment="top" width="0pt">
14873 <row>
14874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 コマンド
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 出力
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \backslash
14900 sum
14901 \begin_inset Index idx
14902 status collapsed
14903
14904 \begin_layout Plain Layout
14905 こまんど@コマンド ! S ! 
14906 \backslash
14907 sum
14908 \end_layout
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 \begin_inset Formula $\sum$
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 </row>
14930 <row>
14931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935
14936 \backslash
14937 prod
14938 \begin_inset Index idx
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 こまんど@コマンド ! P ! 
14943 \backslash
14944 prod
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Formula $\prod$
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 </row>
14967 <row>
14968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972
14973 \backslash
14974 coprod
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Formula $\coprod$
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \backslash
14999 bigodot
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset Formula $\bigodot$
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 <row>
15018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \backslash
15024 bigotimes
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Formula $\bigotimes$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \backslash
15049 bigoplus
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 \begin_inset Formula $\bigoplus$
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 bigwedge
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset Formula $\bigwedge$
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 bigvee
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $\bigvee$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 bigsqcup
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\bigsqcup$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 biguplus
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\biguplus$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 </lyxtabular>
15168
15169 \end_inset
15170
15171
15172 \begin_inset space \hfill{}
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 すべての大演算子は、数式ツールバーボタンの
15180 \begin_inset Info
15181 type  "icon"
15182 arg   "math-insert \\intop"
15183 \end_inset
15184
15185 でも挿入することができます。
15186 \end_layout
15187
15188 \begin_layout Standard
15189 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15190 \end_layout
15191
15192 \begin_layout Standard
15193 積分演算子はすべて、
15194 \series bold
15195
15196 \backslash
15197 intop
15198 \series default
15199
15200 \series bold
15201
15202 \backslash
15203 ointop
15204 \series default
15205 のように、
15206 \series bold
15207 op
15208 \series default
15209 で終わる別バージョンがあります。これらの演算子は、
15210 \series bold
15211
15212 \backslash
15213 int
15214 \series default
15215 とは範囲の表示のしかたが異なります。第
15216 \begin_inset CommandInset ref
15217 LatexCommand ref
15218 reference "subsec:演算子の範囲"
15219
15220 \end_inset
15221
15222 節をご参照下さい。
15223 \end_layout
15224
15225 \begin_layout Subsubsection*
15226 積分の子細
15227 \end_layout
15228
15229 \begin_layout Standard
15230 積分中で用いられる文字
15231 \emph on
15232 d
15233 \emph default
15234 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15235 \emph on
15236 d
15237 \emph default
15238 を選択して、
15239 \begin_inset Flex Ruby
15240 status collapsed
15241
15242 \begin_layout Plain Layout
15243 捷径
15244 \begin_inset Argument post:1
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248 ショートカット
15249 \end_layout
15250
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \begin_inset Info
15260 type  "shortcut"
15261 arg   "font-roman"
15262 \end_inset
15263
15264 を用います
15265 \begin_inset Foot
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 文字様式については、第
15270 \begin_inset CommandInset ref
15271 LatexCommand ref
15272 reference "subsec:書体様式"
15273
15274 \end_inset
15275
15276 節参照。
15277 \end_layout
15278
15279 \end_inset
15280
15281 。最後に、演算子の慣例に倣って、
15282 \emph on
15283 d
15284 \emph default
15285 の前に最小空白を挿入しなくてはなりません。たとえば、
15286 \end_layout
15287
15288 \begin_layout Standard
15289 正しくない例:
15290 \begin_inset Formula $\int A(x)dx$
15291 \end_inset
15292
15293
15294 \begin_inset Newline newline
15295 \end_inset
15296
15297 正しい
15298 \begin_inset Phantom HPhantom
15299 status open
15300
15301 \begin_layout Plain Layout
15302 ない
15303 \end_layout
15304
15305 \end_inset
15306
15307 例:
15308 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 多重積分に関しては、以下のコマンドがあります。
15316 \begin_inset VSpace medskip
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \begin_layout Standard
15323 \begin_inset space \hfill{}
15324 \end_inset
15325
15326
15327 \begin_inset Tabular
15328 <lyxtabular version="3" rows="4" columns="2">
15329 <features booktabs="true" tabularvalignment="middle">
15330 <column alignment="center" valignment="top" width="0pt">
15331 <column alignment="center" valignment="top" width="0pt">
15332 <row>
15333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 コマンド
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 出力
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row bottomspace="1mm">
15353 <cell alignment="center" valignment="top" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 iint
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Formula $\iint$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row bottomspace="1mm">
15378 <cell alignment="center" valignment="top" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 oiint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\oiint$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row bottomspace="1mm">
15403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 sqiint
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\sqiint$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 </lyxtabular>
15428
15429 \end_inset
15430
15431
15432 \begin_inset space \hfill{}
15433 \end_inset
15434
15435
15436 \begin_inset Tabular
15437 <lyxtabular version="3" rows="4" columns="2">
15438 <features booktabs="true" tabularvalignment="middle">
15439 <column alignment="center" valignment="top" width="0pt">
15440 <column alignment="center" valignment="top" width="0pt">
15441 <row>
15442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 コマンド
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 出力
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 <row bottomspace="1mm">
15462 <cell alignment="center" valignment="top" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \backslash
15468 iiint
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 \begin_inset Formula $\iiint$
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row bottomspace="1mm">
15487 <cell alignment="center" valignment="top" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 iiiint
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\iiiint$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row bottomspace="1mm">
15512 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \backslash
15518 dotsint
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 \begin_inset Formula $\dotsint$
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 </lyxtabular>
15537
15538 \end_inset
15539
15540
15541 \begin_inset space \hfill{}
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Subsection
15548 演算子の範囲
15549 \begin_inset CommandInset label
15550 LatexCommand label
15551 name "subsec:演算子の範囲"
15552
15553 \end_inset
15554
15555
15556 \begin_inset Index idx
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560 えんざんし@演算子 ! はんい@範囲
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \begin_layout Standard
15569 範囲は、上付き文字と下付き文字とで作成することができます。
15570 \begin_inset Separator parbreak
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 \align center
15578 \begin_inset Tabular
15579 <lyxtabular version="3" rows="2" columns="2">
15580 <features booktabs="true" tabularvalignment="middle">
15581 <column alignment="center" valignment="top" width="0pt">
15582 <column alignment="center" valignment="top" width="0pt">
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 コマンド
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 出力
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 prod^
15611 \backslash
15612 infty
15613 \begin_inset space \textvisiblespace{}
15614 \end_inset
15615
15616
15617 \begin_inset Formula $\to$
15618 \end_inset
15619
15620 _0
15621 \begin_inset Formula $\to$
15622 \end_inset
15623
15624 A(x)
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 </lyxtabular>
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15651 \end_layout
15652
15653 \begin_layout Standard
15654 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15655 \family sans
15656 編集\SpecialChar menuseparator
15657 数式\SpecialChar menuseparator
15658 範囲の表記を変更
15659 \family default
15660 メニューで
15661 \family sans
15662 \series bold
15663 行内形式
15664 \family default
15665 \series default
15666 (
15667 \begin_inset Flex Ruby
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 捷径
15672 \begin_inset Argument post:1
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676 ショートカット
15677 \end_layout
15678
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \begin_inset Info
15688 type  "shortcut"
15689 arg   "math-limits"
15690 \end_inset
15691
15692 )を選択することで範囲形式を変更することができます。以下はその用例です。
15693 \end_layout
15694
15695 \begin_layout Standard
15696 既定の範囲形式は、以下のようになっています。
15697 \begin_inset Formula 
15698 \[
15699 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15700 \]
15701
15702 \end_inset
15703
15704 以下は、範囲形式を
15705 \family sans
15706 \series bold
15707 行内形式
15708 \family default
15709 \series default
15710 に変更したときの表示です。
15711 \begin_inset Formula 
15712 \[
15713 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15714 \]
15715
15716 \end_inset
15717
15718
15719 \series bold
15720
15721 \backslash
15722 intop
15723 \series default
15724
15725 \series bold
15726
15727 \backslash
15728 ointop
15729 \series default
15730 などのように
15731 \series bold
15732 op
15733 \series default
15734 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15735 の例では、範囲形式を
15736 \series bold
15737 別行立て形式
15738 \series default
15739 にして積分記号の下に置くようにしています。
15740 \begin_inset Formula 
15741 \begin{equation}
15742 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15743 \end{equation}
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 \begin_inset VSpace medskip
15752 \end_inset
15753
15754 範囲に条件を指定したい場合には、
15755 \series bold
15756
15757 \backslash
15758 subarray
15759 \series default
15760
15761 \begin_inset Index idx
15762 status collapsed
15763
15764 \begin_layout Plain Layout
15765 こまんど@コマンド ! S ! 
15766 \backslash
15767 subarray
15768 \end_layout
15769
15770 \end_inset
15771
15772 コマンドや
15773 \series bold
15774
15775 \backslash
15776 substack
15777 \series default
15778
15779 \begin_inset Index idx
15780 status collapsed
15781
15782 \begin_layout Plain Layout
15783 こまんど@コマンド ! S ! 
15784 \backslash
15785 substack
15786 \end_layout
15787
15788 \end_inset
15789
15790 コマンドを使用します。たとえば、以下の表記 
15791 \begin_inset Formula 
15792 \begin{equation}
15793 \sum_{\begin{subarray}{c}
15794 0<k<1000\\
15795 \\
15796 k\,\in\,\mathbb{N}
15797 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15798 \end{equation}
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806 を作成するには、以下のようにしなくてはなりません。
15807 \begin_inset Newline newline
15808 \end_inset
15809
15810 まず、
15811 \series bold
15812
15813 \backslash
15814 sum
15815 \series default
15816 ^
15817 \series bold
15818 n
15819 \begin_inset space \textvisiblespace{}
15820 \end_inset
15821
15822 _
15823 \series default
15824 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15825 \series bold
15826
15827 \backslash
15828 subarray
15829 \begin_inset space \textvisiblespace{}
15830 \end_inset
15831
15832
15833 \series default
15834 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15835 \begin_inset Info
15836 type  "shortcut"
15837 arg   "newline-insert newline"
15838 \end_inset
15839
15840 )を挿入することで作ることができます。ここに
15841 \begin_inset Newline newline
15842 \end_inset
15843
15844
15845 \series bold
15846 0
15847 \begin_inset Formula $\boldsymbol{<}$
15848 \end_inset
15849
15850 k
15851 \begin_inset Formula $\boldsymbol{<}$
15852 \end_inset
15853
15854 1000 Ctrl+Return
15855 \begin_inset Newline newline
15856 \end_inset
15857
15858
15859 \series default
15860 と入力すると、新規行のための新しい枠が現れます。
15861 \end_layout
15862
15863 \begin_layout Standard
15864 各行の揃え方は、
15865 \family sans
15866 表ツールバー
15867 \family default
15868
15869 \family sans
15870 編集\SpecialChar menuseparator
15871 行と列
15872 \family default
15873 メニューで変更することができますが、右揃えにするには、行頭に
15874 \series bold
15875
15876 \backslash
15877 hfill
15878 \begin_inset space \textvisiblespace{}
15879 \end_inset
15880
15881
15882 \series default
15883 を挿入しなくてはなりません。
15884 \end_layout
15885
15886 \begin_layout Standard
15887
15888 \series bold
15889
15890 \backslash
15891 substack
15892 \series default
15893 コマンドは、各行がつねに中央揃えになることを除いては、
15894 \series bold
15895
15896 \backslash
15897 subarray
15898 \series default
15899 と同じです。
15900 \end_layout
15901
15902 \begin_layout Standard
15903 \begin_inset VSpace bigskip
15904 \end_inset
15905
15906 演算子の後に来る文字は、範囲の横に来るので、
15907 \begin_inset CommandInset ref
15908 LatexCommand eqref
15909 reference "eq:substack"
15910
15911 \end_inset
15912
15913 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
15914 \series bold
15915
15916 \backslash
15917 smashoperator
15918 \series default
15919
15920 \begin_inset Index idx
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924 こまんど@コマンド ! S ! 
15925 \backslash
15926 smashoperator
15927 \end_layout
15928
15929 \end_inset
15930
15931 を使うことができます。これを有効化するには、文書設定の
15932 \family sans
15933 数式オプション
15934 \family default
15935 で、
15936 \series bold
15937 mathtools
15938 \series default
15939 パッケージ
15940 \begin_inset Index idx
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944 ぱっけーじ@パッケージ ! mathtools
15945 \end_layout
15946
15947 \end_inset
15948
15949
15950 \family sans
15951 常に読み込み
15952 \family default
15953 オプションを指定してください。
15954 \series bold
15955
15956 \backslash
15957 smashoperator
15958 \series default
15959 は、内容物の幅を0
15960 \lang english
15961
15962 \begin_inset space \thinspace{}
15963 \end_inset
15964
15965
15966 \lang japanese
15967 ptに設定します。
15968 \lang english
15969
15970 \begin_inset Newline newline
15971 \end_inset
15972
15973
15974 \lang japanese
15975 これを
15976 \begin_inset CommandInset ref
15977 LatexCommand eqref
15978 reference "eq:substack"
15979
15980 \end_inset
15981
15982 式に応用してみると、コマンド
15983 \end_layout
15984
15985 \begin_layout Standard
15986
15987 \series bold
15988
15989 \backslash
15990 smashoperator{
15991 \end_layout
15992
15993 \begin_layout Standard
15994 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
15995 \begin_inset Formula 
15996 \[
15997 \sum_{\mathclap{\substack{0<k<1000\\
15998 \\
15999 k\,\in\,\mathbb{N}
16000 }
16001 }}^{n}k^{-2}
16002 \]
16003
16004 \end_inset
16005
16006 演算子の片側だけ、空白を0
16007 \lang english
16008
16009 \begin_inset space \thinspace{}
16010 \end_inset
16011
16012
16013 \lang japanese
16014 ptにすることも可能です。そのためには、
16015 \series bold
16016
16017 \backslash
16018 smashoperator
16019 \series default
16020 と付属する波括弧の間に、
16021 \series bold
16022 [l]
16023 \series default
16024 または
16025 \series bold
16026 [r]
16027 \series default
16028 と書き込みます。下記は、
16029 \series bold
16030
16031 \backslash
16032 smashoperator
16033 \series default
16034 のとりうる形の例です。
16035 \end_layout
16036
16037 \begin_layout Standard
16038 \begin_inset Formula 
16039 \[
16040 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}
16041 \]
16042
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \begin_layout Standard
16049 \begin_inset VSpace bigskip
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \begin_layout Standard
16056 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16057 \begin_inset Formula 
16058 \[
16059 \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}
16060 \]
16061
16062 \end_inset
16063
16064 組版を改善するには、文書設定の
16065 \family sans
16066 数式オプション
16067 \family default
16068 で、
16069 \series bold
16070 mathtools
16071 \series default
16072 パッケージ
16073 \begin_inset Index idx
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077 ぱっけーじ@パッケージ ! mathtools
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \family sans
16084 常に読み込み
16085 \family default
16086 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16087 \series bold
16088
16089 \backslash
16090 adjustlimits
16091 \series default
16092 コマンド
16093 \begin_inset Index idx
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097 こまんど@コマンド ! A ! 
16098 \backslash
16099 adjustlimits
16100 \end_layout
16101
16102 \end_inset
16103
16104 を置いてください。そうすると、上記の例はこのようになります。
16105 \begin_inset Formula 
16106 \[
16107 \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}
16108 \]
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 \begin_inset VSpace bigskip
16117 \end_inset
16118
16119 一つの範囲を複数の演算子に用いる方法が、第
16120 \begin_inset CommandInset ref
16121 LatexCommand ref
16122 reference "subsec:自己定義演算子"
16123
16124 \end_inset
16125
16126 節に述べられています。
16127 \end_layout
16128
16129 \begin_layout Subsection
16130 演算子の修飾
16131 \begin_inset Index idx
16132 status collapsed
16133
16134 \begin_layout Plain Layout
16135 えんざんし@演算子 ! しゅうしょく@修飾
16136 \end_layout
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \begin_layout Standard
16144
16145 \series bold
16146
16147 \backslash
16148 overset
16149 \series default
16150
16151 \begin_inset Index idx
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155 こまんど@コマンド ! O ! 
16156 \backslash
16157 overset
16158 \end_layout
16159
16160 \end_inset
16161
16162 コマンドや
16163 \series bold
16164
16165 \backslash
16166 underset
16167 \series default
16168
16169 \begin_inset Index idx
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 こまんど@コマンド ! U ! 
16174 \backslash
16175 underset
16176 \end_layout
16177
16178 \end_inset
16179
16180 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16181 \series bold
16182
16183 \backslash
16184 sideset
16185 \series default
16186
16187 \begin_inset Index idx
16188 status collapsed
16189
16190 \begin_layout Plain Layout
16191 こまんど@コマンド ! S ! 
16192 \backslash
16193 sideset
16194 \end_layout
16195
16196 \end_inset
16197
16198 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16199 \end_layout
16200
16201 \begin_layout Standard
16202
16203 \series bold
16204
16205 \backslash
16206 sideset
16207 \series default
16208 には4つの派生版があります。
16209 \end_layout
16210
16211 \begin_layout Itemize
16212
16213 \series bold
16214
16215 \backslash
16216 sideset
16217 \series default
16218 は、演算子の隅に文字を置くのに用います。
16219 \end_layout
16220
16221 \begin_layout Itemize
16222
16223 \series bold
16224
16225 \backslash
16226 sidesetn
16227 \series default
16228 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16229 の元々の
16230 \series bold
16231
16232 \backslash
16233 sideset
16234 \series default
16235 コマンドを表します)。
16236 \end_layout
16237
16238 \begin_layout Itemize
16239
16240 \series bold
16241
16242 \backslash
16243 sidesetl
16244 \series default
16245 は、演算子の左隅と後ろに文字を置くのに用います。
16246 \end_layout
16247
16248 \begin_layout Itemize
16249
16250 \series bold
16251
16252 \backslash
16253 sidesetr
16254 \series default
16255 は、演算子の右隅と前に文字を置くのに用います。
16256 \end_layout
16257
16258 \begin_layout Standard
16259 たとえば、
16260 \series bold
16261
16262 \backslash
16263 sidesetn
16264 \begin_inset space \textvisiblespace{}
16265 \end_inset
16266
16267
16268 \backslash
16269 sum
16270 \begin_inset space \textvisiblespace{}
16271 \end_inset
16272
16273
16274 \begin_inset Formula $\to$
16275 \end_inset
16276
16277 '
16278 \begin_inset Formula $\to$
16279 \end_inset
16280
16281 _k=1
16282 \begin_inset space \textvisiblespace{}
16283 \end_inset
16284
16285
16286 \series default
16287 ^
16288 \series bold
16289 n
16290 \series default
16291 というコマンドを入力すると、
16292 \begin_inset Formula 
16293 \[
16294 \sideset{}{'}\sum_{k=1}^{n}
16295 \]
16296
16297 \end_inset
16298
16299 のようになります。
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset Note Greyedout
16304 status open
16305
16306 \begin_layout Plain Layout
16307
16308 \series bold
16309 【註】
16310 \backslash
16311 sideset
16312 \series default
16313 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Standard
16322 のようになります。最後の例からわかるように、
16323 \series bold
16324
16325 \backslash
16326 overset
16327 \series default
16328
16329 \series bold
16330
16331 \backslash
16332 underset
16333 \series default
16334 では、記号や文字にアクセントをつけることもできます。一方。 また、
16335 \series bold
16336
16337 \backslash
16338 overset
16339 \begin_inset space \textvisiblespace{}
16340 \end_inset
16341
16342
16343 \backslash
16344 maltese
16345 \begin_inset space \textvisiblespace{}
16346 \end_inset
16347
16348
16349 \series default
16350
16351 \begin_inset Formula $\uparrow$
16352 \end_inset
16353
16354
16355 \series bold
16356 a
16357 \series default
16358 というコマンドならば、
16359 \begin_inset Formula 
16360 \[
16361 \overset{a}{\maltese}
16362 \]
16363
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \begin_layout Subsection
16370 二項演算子
16371 \begin_inset CommandInset label
16372 LatexCommand label
16373 name "subsec:二項演算子"
16374
16375 \end_inset
16376
16377
16378 \begin_inset Index idx
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382 えんざんし@演算子 ! にこう@二項
16383 \begin_inset space \thinspace{}
16384 \end_inset
16385
16386 ——
16387 \end_layout
16388
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \begin_layout Standard
16395 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16396 \begin_inset VSpace medskip
16397 \end_inset
16398
16399
16400 \end_layout
16401
16402 \begin_layout Standard
16403 \begin_inset Tabular
16404 <lyxtabular version="3" rows="13" columns="2">
16405 <features booktabs="true" tabularvalignment="middle">
16406 <column alignment="center" valignment="top" width="0pt">
16407 <column alignment="center" valignment="top" width="0pt">
16408 <row>
16409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 コマンド
16414 \begin_inset Note Note
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418 ここで
16419 \series bold
16420
16421 \backslash
16422 raisebox
16423 \series default
16424 はスペーサーとして使用しているだけです。
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 出力
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 +
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $+$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 -
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 $-$
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 pm
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 $\pm$
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
16521 \backslash
16522 mp
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $\mp$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \backslash
16547 cdot
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Formula $\cdot$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \backslash
16572 times
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Formula $\times$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \backslash
16597 div
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $\div$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624
16625
16626 \backslash
16627 raisebox{-1.2mm}{
16628 \end_layout
16629
16630 \end_inset
16631
16632 *
16633 \begin_inset ERT
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637
16638 }
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $*$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 star
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $\star$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 circ
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\circ$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 diamond
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\diamond$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \backslash
16743 bullet
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\bullet$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 </lyxtabular>
16762
16763 \end_inset
16764
16765
16766 \begin_inset space \hfill{}
16767 \end_inset
16768
16769
16770 \begin_inset Tabular
16771 <lyxtabular version="3" rows="13" columns="2">
16772 <features booktabs="true" tabularvalignment="middle">
16773 <column alignment="center" valignment="top" width="0pt">
16774 <column alignment="center" valignment="top" width="0pt">
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 コマンド
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 ddagger
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\ddagger$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 wr
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\wr$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 bigcirc
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\bigcirc$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 wedge
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\wedge$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 <row>
17071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075
17076 \backslash
17077 vee
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 \begin_inset Formula $\vee$
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 </row>
17095 </lyxtabular>
17096
17097 \end_inset
17098
17099
17100 \begin_inset space \hfill{}
17101 \end_inset
17102
17103
17104 \begin_inset Tabular
17105 <lyxtabular version="3" rows="13" columns="2">
17106 <features booktabs="true" tabularvalignment="middle">
17107 <column alignment="center" valignment="top" width="0pt">
17108 <column alignment="center" valignment="top" width="0pt">
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 コマンド
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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 oslash
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 $\oslash$
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 odot
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 $\odot$
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 amalg
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 $\amalg$
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 uplus
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 $\uplus$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 setminus
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\setminus$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 sqcap
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\sqcap$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 sqcup
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\sqcup$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 triangleleft
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\triangleleft$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 <row>
17405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409
17410 \backslash
17411 triangleright
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 \begin_inset Formula $\triangleright$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 </row>
17429 </lyxtabular>
17430
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \begin_layout Standard
17437 二項演算子は、すべて数式ツールバーボタンの
17438 \begin_inset Info
17439 type  "icon"
17440 arg   "math-insert \\pm"
17441 \end_inset
17442
17443 から挿入することもできます。
17444 \end_layout
17445
17446 \begin_layout Standard
17447 ラプラス演算子を組版するには、
17448 \series bold
17449
17450 \backslash
17451 bigtriangleup
17452 \series default
17453 以外に、
17454 \series bold
17455
17456 \backslash
17457 Delta
17458 \series default
17459
17460 \series bold
17461
17462 \backslash
17463 nabla
17464 \series default
17465 ^
17466 \series bold
17467 2
17468 \series default
17469 (
17470 \begin_inset Formula $\nabla^{2}$
17471 \end_inset
17472
17473 )を使用することもできます。
17474 \end_layout
17475
17476 \begin_layout Standard
17477
17478 \family sans
17479 挿入\SpecialChar menuseparator
17480 特殊文字
17481 \family default
17482 メニューの
17483 \family sans
17484 メニュー区切り
17485 \family default
17486 で入力される文字は、
17487 \series bold
17488
17489 \backslash
17490 triangleright
17491 \series default
17492 演算子です。
17493 \end_layout
17494
17495 \begin_layout Subsection
17496 自己定義演算子
17497 \begin_inset CommandInset label
17498 LatexCommand label
17499 name "subsec:自己定義演算子"
17500
17501 \end_inset
17502
17503
17504 \begin_inset Index idx
17505 status collapsed
17506
17507 \begin_layout Plain Layout
17508 えんざんし@演算子 ! じこていぎ@自己定義
17509 \begin_inset space \thinspace{}
17510 \end_inset
17511
17512 ——
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Standard
17521 \SpecialChar LaTeX
17522 プリアンブルで
17523 \series bold
17524
17525 \backslash
17526 DeclareMathOperator
17527 \series default
17528
17529 \begin_inset Index idx
17530 status collapsed
17531
17532 \begin_layout Plain Layout
17533 こまんど@コマンド ! D ! 
17534 \backslash
17535 dbinom@
17536 \backslash
17537 DeclareMathOperator
17538 \end_layout
17539
17540 \end_inset
17541
17542 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
17543 \end_layout
17544
17545 \begin_layout Standard
17546
17547 \series bold
17548
17549 \backslash
17550 DeclareMathOperator{新規コマンド}{表示}
17551 \end_layout
17552
17553 \begin_layout Standard
17554 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17555 \begin_inset CommandInset ref
17556 LatexCommand ref
17557 reference "subsec:演算子の範囲"
17558
17559 \end_inset
17560
17561 節で述べられた範囲を指定することができます。
17562 \end_layout
17563
17564 \begin_layout Standard
17565 たとえば、以下のような\SpecialChar LaTeX
17566 プリアンブル行
17567 \end_layout
17568
17569 \begin_layout Standard
17570
17571 \series bold
17572
17573 \backslash
17574 DeclareMathOperator*{
17575 \backslash
17576 Lozenge}{
17577 \backslash
17578 blacklozenge}
17579 \end_layout
17580
17581 \begin_layout Standard
17582 は、第
17583 \begin_inset CommandInset ref
17584 LatexCommand ref
17585 reference "subsec:その他の記号"
17586
17587 \end_inset
17588
17589 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17590 \series bold
17591
17592 \backslash
17593 Lozenge
17594 \series default
17595 を定義します。
17596 \begin_inset Formula 
17597 \[
17598 \Lozenge_{n=1}^{\infty}
17599 \]
17600
17601 \end_inset
17602
17603 上記の数式を作るコマンドは、
17604 \series bold
17605
17606 \backslash
17607 Lozenge
17608 \series default
17609 ^
17610 \series bold
17611
17612 \backslash
17613 infty
17614 \begin_inset Formula $\to$
17615 \end_inset
17616
17617 _n=1
17618 \series default
17619 です。
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \begin_inset VSpace bigskip
17624 \end_inset
17625
17626 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17627 \series bold
17628
17629 \backslash
17630 mathop
17631 \series default
17632
17633 \begin_inset Index idx
17634 status collapsed
17635
17636 \begin_layout Plain Layout
17637 こまんど@コマンド ! M ! 
17638 \backslash
17639 mathop
17640 \end_layout
17641
17642 \end_inset
17643
17644 コマンドおよび
17645 \series bold
17646
17647 \backslash
17648 mathbin
17649 \series default
17650
17651 \begin_inset Index idx
17652 status collapsed
17653
17654 \begin_layout Plain Layout
17655 こまんど@コマンド ! M ! 
17656 \backslash
17657 mathbin
17658 \end_layout
17659
17660 \end_inset
17661
17662 コマンドを用いて定義を行うこともできます。
17663 \end_layout
17664
17665 \begin_layout Standard
17666 (書式)
17667 \series bold
17668
17669 \backslash
17670 mathop{表示}
17671 \series default
17672 および
17673 \series bold
17674
17675 \backslash
17676 mathbin{表示}
17677 \end_layout
17678
17679 \begin_layout Standard
17680
17681 \series bold
17682
17683 \backslash
17684 mathop
17685 \series default
17686 は大演算子を定義し、
17687 \series bold
17688
17689 \backslash
17690 mathbin
17691 \series default
17692 は二項演算子を定義します。
17693 \end_layout
17694
17695 \begin_layout Standard
17696 たとえば
17697 \series bold
17698
17699 \backslash
17700 mathop
17701 \series default
17702 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset Formula 
17707 \[
17708 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17709 \]
17710
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \begin_layout Standard
17717 上記の数式では
17718 \begin_inset Newline newline
17719 \end_inset
17720
17721
17722 \series bold
17723
17724 \backslash
17725 mathop{
17726 \backslash
17727 sum
17728 \backslash
17729 negmedspace
17730 \backslash
17731 sum
17732 \series default
17733
17734 \begin_inset space \textvisiblespace{}
17735 \end_inset
17736
17737
17738 \series bold
17739
17740 \begin_inset Formula $\to$
17741 \end_inset
17742
17743 ^N
17744 \series default
17745
17746 \begin_inset space \textvisiblespace{}
17747 \end_inset
17748
17749
17750 \series bold
17751 _i,j=1
17752 \begin_inset Newline newline
17753 \end_inset
17754
17755
17756 \series default
17757 というコマンドを用いています。
17758 \end_layout
17759
17760 \begin_layout Section
17761 書体
17762 \begin_inset Index idx
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 しょたい@書体
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 ふぉんと@フォント
17777 \begin_inset ERT
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781
17782 |see{
17783 \end_layout
17784
17785 \end_inset
17786
17787 書体
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793 }
17794 \end_layout
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \begin_layout Subsection
17807 書体様式
17808 \begin_inset CommandInset label
17809 LatexCommand label
17810 name "subsec:書体様式"
17811
17812 \end_inset
17813
17814
17815 \begin_inset Index idx
17816 status collapsed
17817
17818 \begin_layout Plain Layout
17819 しょたい@書体 ! ようしき@様式
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17829 \end_layout
17830
17831 \begin_layout Standard
17832 \align center
17833 \begin_inset space \hfill{}
17834 \end_inset
17835
17836
17837 \begin_inset Tabular
17838 <lyxtabular version="3" rows="6" columns="2">
17839 <features booktabs="true" tabularvalignment="middle">
17840 <column alignment="center" valignment="top" width="0pt">
17841 <column alignment="center" valignment="top">
17842 <row>
17843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 コマンド
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 出力
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 </row>
17862 <row>
17863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867
17868 \backslash
17869 mathbb
17870 \series bold
17871
17872 \begin_inset space \textvisiblespace{}
17873 \end_inset
17874
17875
17876 \series default
17877 ABC
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Formula $\mathbb{ABC}$
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \backslash
17902 mathbf
17903 \series bold
17904
17905 \begin_inset space \textvisiblespace{}
17906 \end_inset
17907
17908
17909 \series default
17910 AbC
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 \begin_inset Formula $\mathbf{AbC}$
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 </row>
17928 <row>
17929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933
17934 \backslash
17935 boldsymbol
17936 \series bold
17937
17938 \begin_inset space \textvisiblespace{}
17939 \end_inset
17940
17941
17942 \series default
17943 AbC
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Formula $\boldsymbol{AbC}$
17953 \end_inset
17954
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 mathcal
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 $\mathcal{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" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 mathfrak
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" bottomline="true" leftline="true" rightline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Formula $\mathfrak{AbC}$
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 </lyxtabular>
18028
18029 \end_inset
18030
18031
18032 \begin_inset space \hfill{}
18033 \end_inset
18034
18035
18036 \begin_inset Tabular
18037 <lyxtabular version="3" rows="6" columns="2">
18038 <features booktabs="true" tabularvalignment="middle">
18039 <column alignment="center" valignment="top" width="0pt">
18040 <column alignment="center" valignment="top">
18041 <row>
18042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 コマンド
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 出力
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 </row>
18061 <row>
18062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066
18067 \backslash
18068 mathit
18069 \series bold
18070
18071 \begin_inset space \textvisiblespace{}
18072 \end_inset
18073
18074
18075 \series default
18076 AbC
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 \begin_inset Formula $\mathit{AbC}$
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 <row>
18095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099
18100 \backslash
18101 mathrm
18102 \series bold
18103
18104 \begin_inset space \textvisiblespace{}
18105 \end_inset
18106
18107
18108 \series default
18109 AbC
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Formula $\mathrm{AbC}$
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 </row>
18127 <row>
18128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132
18133 \backslash
18134 mathsf
18135 \series bold
18136
18137 \begin_inset space \textvisiblespace{}
18138 \end_inset
18139
18140
18141 \series default
18142 AbC
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 \begin_inset Formula $\mathsf{AbC}$
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \backslash
18167 mathtt
18168 \series bold
18169
18170 \begin_inset space \textvisiblespace{}
18171 \end_inset
18172
18173
18174 \series default
18175 AbC
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Formula $\mathtt{AbC}$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198
18199 \backslash
18200 mathscr
18201 \series bold
18202
18203 \begin_inset space \textvisiblespace{}
18204 \end_inset
18205
18206
18207 \series default
18208 ABC
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 \begin_inset Formula $\mathscr{ABC}$
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 </lyxtabular>
18227
18228 \end_inset
18229
18230
18231 \begin_inset space \hfill{}
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Standard
18238 \begin_inset Note Greyedout
18239 status open
18240
18241 \begin_layout Plain Layout
18242
18243 \series bold
18244 【註】
18245 \backslash
18246 mathbb
18247 \series default
18248
18249 \series bold
18250 mathcal
18251 \series default
18252 様式と
18253 \series bold
18254
18255 \backslash
18256 mathscr
18257 \series default
18258 様式は、大文字にのみ使用することができます。
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 既定では、
18268 \series bold
18269
18270 \backslash
18271 mathnormal
18272 \series default
18273 様式に設定されています。
18274 \end_layout
18275
18276 \begin_layout Standard
18277 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18278 \begin_inset Formula 
18279 \[
18280 \mathfrak{A=\frac{b}{C}}
18281 \]
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18290 \series bold
18291
18292 \backslash
18293 textrm
18294 \series default
18295 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
18296 のバグです
18297 \begin_inset Foot
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301 \begin_inset CommandInset href
18302 LatexCommand href
18303 name "LyX-bug #4629"
18304 target "http://www.lyx.org/trac/ticket/4629"
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 書体様式コマンドの代わりに、
18318 \family sans
18319 編集\SpecialChar menuseparator
18320 数学\SpecialChar menuseparator
18321 文字様式
18322 \family default
18323 ダイアログや、
18324 \begin_inset Info
18325 type  "icon"
18326 arg   "math-insert \\font"
18327 \end_inset
18328
18329 を使用することもできます。
18330 \end_layout
18331
18332 \begin_layout Subsection
18333 ボールド体の数式
18334 \begin_inset CommandInset label
18335 LatexCommand label
18336 name "subsec:ボールド体の数式"
18337
18338 \end_inset
18339
18340
18341 \begin_inset Index idx
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345 すうしき@数式 ! ぼーるどたい@ボールド体
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 数式全体をボールド体にしようとすると、前節の
18355 \series bold
18356
18357 \backslash
18358 mathbf
18359 \series default
18360 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18361 字してしまいます。
18362 \end_layout
18363
18364 \begin_layout Standard
18365 \begin_inset Formula 
18366 \[
18367 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18368 \]
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 この数式を正しく表示するには、以下のように、
18377 \series bold
18378
18379 \backslash
18380 boldsymbol
18381 \series default
18382 コマンドを使用します。
18383 \begin_inset Formula 
18384 \[
18385 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18386 \]
18387
18388 \end_inset
18389
18390 また、数式を
18391 \series bold
18392 boldmath環境
18393 \series default
18394 に設定する方法もあります。この環境は、\SpecialChar TeX
18395 モードで
18396 \series bold
18397
18398 \backslash
18399 boldmath
18400 \begin_inset Index idx
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404 こまんど@コマンド ! B ! 
18405 \backslash
18406 boldmath
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \series default
18413 コマンドを挿入することによって作ることができます。環境を閉じるには、
18414 \series bold
18415
18416 \backslash
18417 unboldmath
18418 \begin_inset Index idx
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 こまんど@コマンド ! U ! 
18423 \backslash
18424 unboldmath
18425 \end_layout
18426
18427 \end_inset
18428
18429
18430 \series default
18431 コマンドを\SpecialChar TeX
18432 モードで挿入します。
18433 \begin_inset ERT
18434 status collapsed
18435
18436 \begin_layout Plain Layout
18437
18438
18439 \backslash
18440 boldmath 
18441 \end_layout
18442
18443 \end_inset
18444
18445
18446 \begin_inset Formula 
18447 \[
18448 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18449 \]
18450
18451 \end_inset
18452
18453
18454 \begin_inset ERT
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458
18459
18460 \backslash
18461 unboldmath 
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Subsection
18470 色付きの数式
18471 \begin_inset Index idx
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475 すうしき@数式 ! いろつき@色付き
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18485 \begin_inset Formula 
18486 \[
18487 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18488 \]
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \begin_inset CommandInset ref
18498 LatexCommand ref
18499 reference "subsec:色付きボックス"
18500
18501 \end_inset
18502
18503 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
18504 \series bold
18505
18506 \backslash
18507 textcolor
18508 \series default
18509
18510 \begin_inset Index idx
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514 こまんど@コマンド ! T ! 
18515 \backslash
18516 textcolor
18517 \end_layout
18518
18519 \end_inset
18520
18521 \SpecialChar TeX
18522 コードコマンドで適用することができます。
18523 \end_layout
18524
18525 \begin_layout Standard
18526
18527 \series bold
18528
18529 \backslash
18530 textcolor{色}{文字ないし数式}
18531 \end_layout
18532
18533 \begin_layout Standard
18534 下記の例は、全体を濃緑にし、一部を赤にしています。
18535 \end_layout
18536
18537 \begin_layout Standard
18538 \begin_inset ERT
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542
18543
18544 \backslash
18545 textcolor{darkgreen}{
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \begin_inset Formula 
18552 \[
18553 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18554 \]
18555
18556 \end_inset
18557
18558
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564 }
18565 \end_layout
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \begin_layout Standard
18573 \SpecialChar LyX
18574 のバグのため、自己定義色は数式全体に対してしか使用することができません
18575 \begin_inset Foot
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset href
18580 LatexCommand href
18581 name "LyX-bug #5269"
18582 target "http://www.lyx.org/trac/ticket/5269"
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Subsection
18595 書体寸法
18596 \begin_inset CommandInset label
18597 LatexCommand label
18598 name "subsec:書体寸法"
18599
18600 \end_inset
18601
18602
18603 \begin_inset Index idx
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 しょたい@書体 ! すんぽう@寸法
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Standard
18616 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18617 \end_layout
18618
18619 \begin_layout Standard
18620
18621 \series bold
18622
18623 \backslash
18624 Huge
18625 \series default
18626
18627 \series bold
18628
18629 \backslash
18630 huge
18631 \series default
18632
18633 \series bold
18634
18635 \backslash
18636 LARGE
18637 \series default
18638
18639 \series bold
18640
18641 \backslash
18642 Large
18643 \series default
18644
18645 \series bold
18646
18647 \backslash
18648 large
18649 \series default
18650
18651 \series bold
18652
18653 \backslash
18654 normalsize
18655 \series default
18656
18657 \series bold
18658
18659 \backslash
18660 small
18661 \series default
18662 ,
18663 \begin_inset Newline newline
18664 \end_inset
18665
18666
18667 \series bold
18668
18669 \backslash
18670 footnotesize
18671 \series default
18672
18673 \series bold
18674
18675 \backslash
18676 scriptsize
18677 \series default
18678 、および
18679 \series bold
18680
18681 \backslash
18682 tiny
18683 \end_layout
18684
18685 \begin_layout Standard
18686 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18687 \series bold
18688
18689 \backslash
18690 normalsize
18691 \series default
18692 コマンドに設定されます。他のコマンドは、
18693 \series bold
18694
18695 \backslash
18696 normalsize
18697 \series default
18698 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18699 \begin_inset space \thinspace{}
18700 \end_inset
18701
18702 ptであるならば、
18703 \series bold
18704
18705 \backslash
18706 Huge
18707 \series default
18708 コマンドは
18709 \series bold
18710
18711 \backslash
18712 huge
18713 \series default
18714 コマンドと同じ大きさに落とされます。
18715 \end_layout
18716
18717 \begin_layout Standard
18718 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
18719 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
18720 モードで
18721 \series bold
18722
18723 \backslash
18724 normalsize
18725 \series default
18726 コマンドを挿入します。
18727 \end_layout
18728
18729 \begin_layout Standard
18730 数式内では、以下の寸法コマンドまたはツールバーボタン
18731 \begin_inset Info
18732 type  "icon"
18733 arg   "math-insert \\style"
18734 \end_inset
18735
18736 を使用して、寸法を変更することができます。
18737 \begin_inset Separator parbreak
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 \noindent
18745 \align center
18746 \begin_inset Tabular
18747 <lyxtabular version="3" rows="5" columns="2">
18748 <features booktabs="true" tabularvalignment="middle">
18749 <column alignment="center" valignment="top" width="0pt">
18750 <column alignment="center" valignment="top">
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 コマンド
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 出力
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \backslash
18778 displaystyle
18779 \begin_inset Index idx
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783 こまんど@コマンド ! D ! 
18784 \backslash
18785 displaystyle
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 <row topspace="1mm">
18809 <cell alignment="center" valignment="top" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \backslash
18815 textstyle
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 </row>
18833 <row>
18834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \backslash
18840 scriptstyle
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \backslash
18865 scriptscriptstyle
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 </lyxtabular>
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18892 \end_layout
18893
18894 \begin_layout Standard
18895 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18896 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18897 \begin_inset VSpace -2mm
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 huge 
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \begin_inset Formula 
18918 \[
18919 A=\frac{B}{c}\cdot\maltese
18920 \]
18921
18922 \end_inset
18923
18924
18925 \begin_inset Formula 
18926 \[
18927 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18928 \]
18929
18930 \end_inset
18931
18932
18933 \begin_inset ERT
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937
18938
18939 \backslash
18940 normalsize 
18941 \end_layout
18942
18943 \end_inset
18944
18945
18946 \end_layout
18947
18948 \begin_layout Standard
18949 \begin_inset VSpace medskip
18950 \end_inset
18951
18952 二つの式の前には、
18953 \series bold
18954
18955 \backslash
18956 huge
18957 \series default
18958 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18959 \begin_inset Newline newline
18960 \end_inset
18961
18962
18963 \series bold
18964
18965 \backslash
18966 maltese
18967 \begin_inset space \textvisiblespace{}
18968 \end_inset
18969
18970 A Alt+M M 
18971 \backslash
18972 Large
18973 \begin_inset space \textvisiblespace{}
18974 \end_inset
18975
18976
18977 \backslash
18978 maltese
18979 \begin_inset space \textvisiblespace{}
18980 \end_inset
18981
18982
18983 \backslash
18984 textit
18985 \begin_inset space \textvisiblespace{}
18986 \end_inset
18987
18988 A
18989 \begin_inset Formula $\to$
18990 \end_inset
18991
18992
18993 \begin_inset Formula $\to$
18994 \end_inset
18995
18996
18997 \begin_inset Newline newline
18998 \end_inset
18999
19000
19001 \begin_inset space \hspace*{}
19002 \length 1cm
19003 \end_inset
19004
19005 Alt+M
19006 \series default
19007  
19008 \series bold
19009
19010 \backslash
19011 tiny
19012 \begin_inset space \textvisiblespace{}
19013 \end_inset
19014
19015
19016 \backslash
19017 maltese
19018 \begin_inset space \textvisiblespace{}
19019 \end_inset
19020
19021
19022 \backslash
19023 textit
19024 \begin_inset space \textvisiblespace{}
19025 \end_inset
19026
19027 A
19028 \begin_inset Newline newline
19029 \end_inset
19030
19031
19032 \series default
19033 のようになります。
19034 \end_layout
19035
19036 \begin_layout Standard
19037 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19038 \end_layout
19039
19040 \begin_layout Section
19041 ギリシャ文字
19042 \begin_inset Index idx
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046 ぎりしゃもじ@ギリシャ文字
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 すべてのギリシャ文字は、ツールバーボタンの
19056 \begin_inset Info
19057 type  "icon"
19058 arg   "math-insert \\alpha"
19059 \end_inset
19060
19061 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19062 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19063 \end_layout
19064
19065 \begin_layout Subsection
19066 小文字
19067 \begin_inset Index idx
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19072 \end_layout
19073
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \begin_layout Standard
19080 \begin_inset space \hfill{}
19081 \end_inset
19082
19083
19084 \begin_inset Tabular
19085 <lyxtabular version="3" rows="11" columns="2">
19086 <features booktabs="true" tabularvalignment="middle">
19087 <column alignment="center" valignment="top" width="0pt">
19088 <column alignment="center" valignment="top" width="0pt">
19089 <row>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 コマンド
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 出力
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 alpha
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\alpha$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 beta
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\beta$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 gamma
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\gamma$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 delta
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\delta$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 epsilon
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula $\epsilon$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row>
19235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \backslash
19241 varepsilon
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula $\varepsilon$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \backslash
19266 zeta
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula $\zeta$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 eta
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\eta$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 theta
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\theta$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 vartheta
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\vartheta$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 </lyxtabular>
19360
19361 \end_inset
19362
19363
19364 \begin_inset space \hfill{}
19365 \end_inset
19366
19367
19368 \begin_inset Tabular
19369 <lyxtabular version="3" rows="12" columns="2">
19370 <features booktabs="true" tabularvalignment="middle">
19371 <column alignment="center" valignment="top" width="0pt">
19372 <column alignment="center" valignment="top" width="0pt">
19373 <row>
19374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 コマンド
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 出力
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 iota
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\iota$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 kappa
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\kappa$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 varkappa
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\varkappa$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \backslash
19475 lambda
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset Formula $\lambda$
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \backslash
19500 mu
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $\mu$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 <row>
19519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523
19524 \backslash
19525 nu
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 \begin_inset Formula $\nu$
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548
19549 \backslash
19550 xi
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Formula $\xi$
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 o
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 \begin_inset Formula $o$
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \backslash
19598 pi
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 \begin_inset Formula $\pi$
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 <row>
19617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621
19622 \backslash
19623 varpi
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 \begin_inset Formula $\varpi$
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 </row>
19641 <row>
19642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \backslash
19648 rho
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 \begin_inset Formula $\rho$
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 </row>
19666 </lyxtabular>
19667
19668 \end_inset
19669
19670
19671 \begin_inset space \hfill{}
19672 \end_inset
19673
19674
19675 \begin_inset Tabular
19676 <lyxtabular version="3" rows="11" columns="2">
19677 <features booktabs="true" tabularvalignment="middle">
19678 <column alignment="center" valignment="top" width="0pt">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 コマンド
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 出力
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 varrho
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\varrho$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 sigma
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\sigma$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 varsigma
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\varsigma$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 tau
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\tau$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 upsilon
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\upsilon$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 phi
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\phi$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 varphi
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\varphi$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 chi
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\chi$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 psi
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\psi$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 omega
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\omega$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 </lyxtabular>
19951
19952 \end_inset
19953
19954
19955 \begin_inset space \hfill{}
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \begin_layout Standard
19962 \begin_inset VSpace medskip
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \begin_layout Standard
19969 アップライト体のギリシャ文字を作成する方法は、第
19970 \begin_inset CommandInset ref
19971 LatexCommand ref
19972 reference "subsec:アップライト体ギリシャ小文字"
19973
19974 \end_inset
19975
19976 節に説明されています。
19977 \end_layout
19978
19979 \begin_layout Subsection
19980 大文字
19981 \begin_inset Index idx
19982 status collapsed
19983
19984 \begin_layout Plain Layout
19985 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \begin_layout Standard
19994 \begin_inset space \hfill{}
19995 \end_inset
19996
19997
19998 \begin_inset Tabular
19999 <lyxtabular version="3" rows="7" columns="2">
20000 <features booktabs="true" tabularvalignment="middle">
20001 <column alignment="center" valignment="top" width="0pt">
20002 <column alignment="center" valignment="top" width="0pt">
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 コマンド
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 出力
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 Gamma
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\Gamma$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \backslash
20055 Delta
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $\Delta$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \backslash
20080 Theta
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Formula $\Theta$
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 Lambda
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\Lambda$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 Xi
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\Xi$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 Pi
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\Pi$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 </lyxtabular>
20174
20175 \end_inset
20176
20177
20178 \begin_inset space \hfill{}
20179 \end_inset
20180
20181
20182 \begin_inset Tabular
20183 <lyxtabular version="3" rows="6" columns="2">
20184 <features booktabs="true" tabularvalignment="middle">
20185 <column alignment="center" valignment="top" width="0pt">
20186 <column alignment="center" valignment="top" width="0pt">
20187 <row>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 コマンド
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 出力
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 Sigma
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\Sigma$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 Upsilon
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\Upsilon$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 Phi
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\Phi$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 Psi
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $\Psi$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 Omega
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\Omega$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 </lyxtabular>
20333
20334 \end_inset
20335
20336
20337 \begin_inset space \hfill{}
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \begin_layout Standard
20344 \begin_inset VSpace medskip
20345 \end_inset
20346
20347 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
20348 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20349 \series bold
20350 var
20351 \series default
20352 を付けてください。たとえば、
20353 \series bold
20354
20355 \backslash
20356 varGamma
20357 \series default
20358 コマンドは、
20359 \begin_inset Formula $\varGamma$
20360 \end_inset
20361
20362 を生成します。もう一つの方法は、パッケージ
20363 \series bold
20364 fixmath
20365 \series default
20366
20367 \begin_inset Foot
20368 status collapsed
20369
20370 \begin_layout Plain Layout
20371
20372 \series bold
20373 fixmath
20374 \series default
20375 は、\SpecialChar LaTeX
20376 パッケージ
20377 \series bold
20378 was
20379 \series default
20380
20381 \begin_inset Index idx
20382 status collapsed
20383
20384 \begin_layout Plain Layout
20385 ぱっけーじ@パッケージ ! was
20386 \begin_inset ERT
20387 status collapsed
20388
20389 \begin_layout Plain Layout
20390
20391
20392 \backslash
20393 vspace{4mm}
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402
20403 に含まれています。
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \begin_inset Index idx
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413 ぱっけーじ@パッケージ ! fixmath
20414 \end_layout
20415
20416 \end_inset
20417
20418 を\SpecialChar LaTeX
20419 プリアンブル行に
20420 \end_layout
20421
20422 \begin_layout Standard
20423
20424 \series bold
20425
20426 \backslash
20427 usepackage{fixmath}
20428 \end_layout
20429
20430 \begin_layout Standard
20431 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20432 \end_layout
20433
20434 \begin_layout Subsection
20435 ボールド体
20436 \begin_inset Index idx
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \begin_layout Standard
20449 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20450 \series bold
20451
20452 \backslash
20453 boldsymbol
20454 \series default
20455 コマンドのみです
20456 \begin_inset Index idx
20457 status collapsed
20458
20459 \begin_layout Plain Layout
20460 こまんど@コマンド ! B ! 
20461 \backslash
20462 boldsymbol
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \begin_inset Separator parbreak
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \align center
20476 \begin_inset Tabular
20477 <lyxtabular version="3" rows="3" columns="2">
20478 <features booktabs="true" tabularvalignment="middle">
20479 <column alignment="center" valignment="top" width="0pt">
20480 <column alignment="center" valignment="top">
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 コマンド
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 出力
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 Upsilon
20509 \backslash
20510 boldsymbol
20511 \backslash
20512 Upsilon
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 theta
20538 \backslash
20539 boldsymbol
20540 \backslash
20541 theta
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\theta\boldsymbol{\theta}$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 </lyxtabular>
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Section
20567 記号
20568 \begin_inset ERT
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572
20573
20574 \backslash
20575 texorpdfstring{
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \begin_inset Foot
20582 status collapsed
20583
20584 \begin_layout Plain Layout
20585 各\SpecialChar LaTeX
20586 パッケージに含まれる全記号をほとんど網羅した一覧が、
20587 \begin_inset CommandInset citation
20588 LatexCommand cite
20589 key "Symbols"
20590
20591 \end_inset
20592
20593 にあります。
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \begin_inset ERT
20600 status collapsed
20601
20602 \begin_layout Plain Layout
20603
20604 }{}
20605 \end_layout
20606
20607 \end_inset
20608
20609
20610 \begin_inset Note Note
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615 \backslash
20616 texorpdfstringは、PDFのしおりに脚註が現れるのを防ぐために使われています。
20617 \end_layout
20618
20619 \begin_layout Plain Layout
20620
20621 \backslash
20622 texorpdfstringについての詳細は、第
20623 \begin_inset CommandInset ref
20624 LatexCommand ref
20625 reference "subsec:節見出し中の数式"
20626
20627 \end_inset
20628
20629 節にあります。
20630 \end_layout
20631
20632 \end_inset
20633
20634
20635 \begin_inset Index idx
20636 status collapsed
20637
20638 \begin_layout Plain Layout
20639 きごう@記号
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Standard
20648 本節に掲げてある各記号の多くは、ツールバーボタンの
20649 \begin_inset Info
20650 type  "icon"
20651 arg   "math-insert \\nabla"
20652 \end_inset
20653
20654
20655 \begin_inset Info
20656 type  "icon"
20657 arg   "math-insert \\digamma"
20658 \end_inset
20659
20660 でも挿入することができます。
20661 \end_layout
20662
20663 \begin_layout Subsection
20664 数学記号
20665 \begin_inset CommandInset label
20666 LatexCommand label
20667 name "subsec:数学記号"
20668
20669 \end_inset
20670
20671
20672 \begin_inset Index idx
20673 status collapsed
20674
20675 \begin_layout Plain Layout
20676 きごう@記号 ! すうがく@数学
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Standard
20685 \begin_inset Tabular
20686 <lyxtabular version="3" rows="10" columns="2">
20687 <features booktabs="true" tabularvalignment="middle">
20688 <column alignment="center" valignment="top" width="0pt">
20689 <column alignment="center" valignment="top" width="0pt">
20690 <row>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 コマンド
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 出力
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 neg
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\neg$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 Im
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Im$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 Re
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\Re$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 aleph
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\aleph$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 partial
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\partial$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 infty
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\infty$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 wp
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\wp$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 imath
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\imath$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 jmath
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\jmath$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 </lyxtabular>
20936
20937 \end_inset
20938
20939
20940 \begin_inset space \hfill{}
20941 \end_inset
20942
20943
20944 \begin_inset Tabular
20945 <lyxtabular version="3" rows="10" columns="2">
20946 <features booktabs="true" tabularvalignment="middle">
20947 <column alignment="center" valignment="top" width="0pt">
20948 <column alignment="center" valignment="top" width="0pt">
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 コマンド
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 出力
20964 \begin_inset Note Note
20965 status collapsed
20966
20967 \begin_layout Plain Layout
20968 ここで
20969 \series bold
20970
20971 \backslash
20972 raisebox
20973 \series default
20974 はスペーサーとして使用しているだけです。
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 forall
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\forall$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \backslash
21017 exists
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\exists$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 nexists
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\nexists$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 emptyset
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\emptyset$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 varnothing
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\varnothing$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 <row>
21111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \backslash
21117 dag
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 \begin_inset Formula $\dag$
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \backslash
21142 ddag
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset Formula $\ddag$
21152 \end_inset
21153
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 complement
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 ERT
21177 status collapsed
21178
21179 \begin_layout Plain Layout
21180
21181
21182 \backslash
21183 raisebox{-0.8mm}{
21184 \end_layout
21185
21186 \end_inset
21187
21188
21189 \begin_inset Formula $\complement$
21190 \end_inset
21191
21192
21193 \begin_inset ERT
21194 status collapsed
21195
21196 \begin_layout Plain Layout
21197
21198 }
21199 \end_layout
21200
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214
21215 \backslash
21216 Bbbk
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $\Bbbk$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 </lyxtabular>
21235
21236 \end_inset
21237
21238
21239 \begin_inset space \hfill{}
21240 \end_inset
21241
21242
21243 \begin_inset Tabular
21244 <lyxtabular version="3" rows="10" columns="2">
21245 <features booktabs="true" tabularvalignment="middle">
21246 <column alignment="center" valignment="top" width="0pt">
21247 <column alignment="center" valignment="top" width="0pt">
21248 <row>
21249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 コマンド
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 出力
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 prime
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\prime$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 backprime
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\backprime$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 mho
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\mho$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 triangle
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\triangle$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 angle
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\angle$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 measuredangle
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\measuredangle$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 sphericalangle
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\sphericalangle$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 top
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\top$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 bot
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\bot$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 </lyxtabular>
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Subsection
21501 その他の記号
21502 \begin_inset CommandInset label
21503 LatexCommand label
21504 name "subsec:その他の記号"
21505
21506 \end_inset
21507
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 きごう@記号 ! そのた@その他
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \noindent
21523 \align center
21524 \begin_inset Tabular
21525 <lyxtabular version="3" rows="10" columns="2">
21526 <features booktabs="true" tabularvalignment="middle">
21527 <column alignment="center" valignment="top" width="0pt">
21528 <column alignment="center" valignment="top" width="0pt">
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 コマンド
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 出力
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \backslash
21556 flat
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset Formula $\flat$
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 </row>
21574 <row>
21575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579
21580 \backslash
21581 natural
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $\natural$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 <row>
21600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604
21605 \backslash
21606 sharp
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 \begin_inset Formula $\sharp$
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 <row>
21625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \backslash
21631 surd
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Formula $\surd$
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 </row>
21649 <row>
21650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \backslash
21656 checkmark
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 \begin_inset Formula $\checkmark$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 yen
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $\yen$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 pounds
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\pounds$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 $
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 \begin_inset Formula $\$$
21739 \end_inset
21740
21741
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 §
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $§$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 </lyxtabular>
21771
21772 \end_inset
21773
21774
21775 \begin_inset space \hfill{}
21776 \end_inset
21777
21778
21779 \begin_inset Tabular
21780 <lyxtabular version="3" rows="10" columns="2">
21781 <features booktabs="true" tabularvalignment="middle">
21782 <column alignment="center" valignment="top" width="0pt">
21783 <column alignment="center" valignment="top">
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 コマンド
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 出力
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 hbar
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\hbar$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 hslash
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\hslash$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 clubsuit
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\clubsuit$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 spadesuit
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\spadesuit$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 bigstar
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\bigstar$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 blacklozenge
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\blacklozenge$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 blacktriangle
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\blacktriangle$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 blacktiangledown
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\blacktriangledown$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 bullet
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\bullet$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 </lyxtabular>
22030
22031 \end_inset
22032
22033
22034 \begin_inset space \hfill{}
22035 \end_inset
22036
22037
22038 \begin_inset Tabular
22039 <lyxtabular version="3" rows="10" columns="2">
22040 <features booktabs="true" tabularvalignment="middle">
22041 <column alignment="center" valignment="top" width="0pt">
22042 <column alignment="center" valignment="top" width="0pt">
22043 <row>
22044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 コマンド
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 出力
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 <row>
22064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068
22069 \backslash
22070 diamondsuit
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079 \begin_inset Formula $\diamondsuit$
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 </row>
22088 <row>
22089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \backslash
22095 Diamond
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 \begin_inset Formula $\Diamond$
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 <row>
22114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118
22119 \backslash
22120 heartsuit
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 \begin_inset Formula $\heartsuit$
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \backslash
22145 P
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $\P$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 copyright
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\copyright$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 circledR
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\circledR$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 maltese
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\maltese$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 diagup
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\diagup$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 diagdown
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\diagdown$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 </lyxtabular>
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset VSpace medskip
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Standard
22303 寸法を変えて表示することのできる記号もあります。第
22304 \begin_inset CommandInset ref
22305 LatexCommand ref
22306 reference "subsec:書体寸法"
22307
22308 \end_inset
22309
22310 節をご参照下さい。
22311 \end_layout
22312
22313 \begin_layout Subsection
22314 ユーロ通貨記号
22315 \begin_inset Index idx
22316 status collapsed
22317
22318 \begin_layout Plain Layout
22319 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \begin_inset Index idx
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329 E@
22330 \begin_inset ERT
22331 status collapsed
22332
22333 \begin_layout Plain Layout
22334
22335
22336 \backslash
22337 officialeuro
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Standard
22351 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
22352 パッケージ
22353 \series bold
22354 eurosym
22355 \series default
22356
22357 \begin_inset Index idx
22358 status collapsed
22359
22360 \begin_layout Plain Layout
22361 ぱっけーじ@パッケージ ! eurosym
22362 \end_layout
22363
22364 \end_inset
22365
22366 が導入されていて、以下のような\SpecialChar LaTeX
22367 プリアンブル行によって読み込まれていなくてはなりません。
22368 \end_layout
22369
22370 \begin_layout Standard
22371
22372 \series bold
22373
22374 \backslash
22375 usepackage[gennarrow]{eurosym}
22376 \end_layout
22377
22378 \begin_layout Standard
22379 すると、ユーロ通貨記号を
22380 \series bold
22381
22382 \backslash
22383 euro
22384 \series default
22385
22386 \begin_inset Index idx
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390 こまんど@コマンド ! E ! 
22391 \backslash
22392 euro
22393 \end_layout
22394
22395 \end_inset
22396
22397 コマンドで挿入することができるようになります。
22398 \end_layout
22399
22400 \begin_layout Standard
22401 数式テキストには、
22402 \series bold
22403 eurosym
22404 \series default
22405 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22406 \series bold
22407 eurosym
22408 \series default
22409 が導入されていれば、
22410 \series bold
22411
22412 \backslash
22413 euro
22414 \series default
22415 は\SpecialChar TeX
22416 モードでも挿入することができます。また、正式な通貨記号を
22417 \series bold
22418
22419 \backslash
22420 officialeuro
22421 \series default
22422
22423 \begin_inset Index idx
22424 status collapsed
22425
22426 \begin_layout Plain Layout
22427 こまんど@コマンド ! O ! 
22428 \backslash
22429 officialeuro
22430 \end_layout
22431
22432 \end_inset
22433
22434 コマンド(これは\SpecialChar TeX
22435 モードでのみ使用することができます)で挿入することができます。
22436 \end_layout
22437
22438 \begin_layout Standard
22439 \begin_inset ERT
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444
22445 \backslash
22446 ifeurosym 
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \begin_inset Note Note
22453 status open
22454
22455 \begin_layout Plain Layout
22456 以下の表は、\SpecialChar LaTeX
22457 パッケージ
22458 \series bold
22459 eurosym
22460 \series default
22461 が導入済みのときのみ表示されます。
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Standard
22470 以下は、各ユーロ通貨記号のまとめです。
22471 \begin_inset Separator parbreak
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \begin_layout Standard
22478 \align center
22479 \begin_inset Tabular
22480 <lyxtabular version="3" rows="4" columns="3">
22481 <features booktabs="true" tabularvalignment="middle">
22482 <column alignment="center" valignment="top" width="0pt">
22483 <column alignment="center" valignment="top" width="0pt">
22484 <column alignment="center" valignment="top" width="0pt">
22485 <row>
22486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset ERT
22491 status collapsed
22492
22493 \begin_layout Plain Layout
22494
22495
22496 \backslash
22497 cmidrule[0.08em]{2-3}
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 コマンド
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 出力
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 数式
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \backslash
22542 euro
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Formula $\euro$
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 </row>
22560 <row>
22561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 数式テキスト
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 (ユーロ記号)
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 (ユーロ記号)
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 \SpecialChar TeX
22595 モード
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 officialeuro
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset ERT
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619
22620
22621 \backslash
22622 officialeuro
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 </lyxtabular>
22634
22635 \end_inset
22636
22637
22638 \begin_inset Note Note
22639 status collapsed
22640
22641 \begin_layout Plain Layout
22642 ここでは、
22643 \series bold
22644
22645 \backslash
22646 cmidrule
22647 \series default
22648 は表罫線のためだけに用いられています。詳細については、取扱説明書
22649 \emph on
22650 埋込オブジェクト篇
22651 \emph default
22652
22653 \family sans
22654 フォーマル形式の表
22655 \family default
22656 の節をご覧下さい。
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Standard
22665 \begin_inset ERT
22666 status collapsed
22667
22668 \begin_layout Plain Layout
22669
22670
22671 \backslash
22672 else 
22673 \end_layout
22674
22675 \end_inset
22676
22677
22678 \begin_inset Note Note
22679 status open
22680
22681 \begin_layout Plain Layout
22682 以下は、\SpecialChar LaTeX
22683 パッケージ
22684 \series bold
22685 eurosym
22686 \series default
22687 が導入されていないときのみ表示されます。
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \begin_layout Standard
22696 本節の残りを出力としてみるためには、\SpecialChar LaTeX
22697 パッケージ
22698 \series bold
22699 eurosym
22700 \series default
22701 を導入する必要があります。
22702 \end_layout
22703
22704 \begin_layout Standard
22705 \begin_inset ERT
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709
22710
22711 \backslash
22712 fi 
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \begin_layout Section
22721 関係子
22722 \begin_inset CommandInset label
22723 LatexCommand label
22724 name "sec:関係子"
22725
22726 \end_inset
22727
22728
22729 \begin_inset Index idx
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 かんけいし@関係子
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \begin_inset Index idx
22740 status collapsed
22741
22742 \begin_layout Plain Layout
22743 ひかくし@比較子
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749 |see{
22750 \end_layout
22751
22752 \end_inset
22753
22754 関係子
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760 }
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 関係子はすべて、ツールバーボタンの
22775 \begin_inset Info
22776 type  "icon"
22777 arg   "math-insert \\leq"
22778 \end_inset
22779
22780 でも挿入することができます。
22781 \end_layout
22782
22783 \begin_layout Standard
22784 \begin_inset Tabular
22785 <lyxtabular version="3" rows="17" columns="2">
22786 <features booktabs="true" tabularvalignment="middle">
22787 <column alignment="center" valignment="top" width="0pt">
22788 <column alignment="center" valignment="top" width="0pt">
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 コマンド
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 出力
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 <
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $<$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 le
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\le$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 ll
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\ll$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 prec
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\prec$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 preceq
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\preceq$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 subset
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\subset$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 subseteq
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\subseteq$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 sqsubseteq
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\sqsubseteq$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 in
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\in$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 vdash
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\vdash$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 smile
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\smile$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 lhd
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\lhd$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 unlhd
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\unlhd$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 gtrless
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\gtrless$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 mid
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\mid$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 nmid
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\nmid$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 </lyxtabular>
23208
23209 \end_inset
23210
23211
23212 \begin_inset space \hfill{}
23213 \end_inset
23214
23215
23216 \begin_inset Tabular
23217 <lyxtabular version="3" rows="17" columns="2">
23218 <features booktabs="true" tabularvalignment="middle">
23219 <column alignment="center" valignment="top" width="0pt">
23220 <column alignment="center" valignment="top" width="0pt">
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 コマンド
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 出力
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 =
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $=$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 not=
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\not=$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 equiv
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\equiv$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 sim
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\sim$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 simeq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\simeq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 approx
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\approx$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 cong
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\cong$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 bowtie
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\bowtie$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 notin
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\notin$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 perp
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\perp$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 propto
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\propto$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 asymp
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\asymp$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 doteq
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\doteq$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 circeq
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\circeq$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 models
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\models$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 widehat=
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\widehat{=}$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 </lyxtabular>
23640
23641 \end_inset
23642
23643
23644 \begin_inset space \hfill{}
23645 \end_inset
23646
23647
23648 \begin_inset Tabular
23649 <lyxtabular version="3" rows="17" columns="2">
23650 <features booktabs="true" tabularvalignment="middle">
23651 <column alignment="center" valignment="top" width="0pt">
23652 <column alignment="center" valignment="top" width="0pt">
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 コマンド
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 出力
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 >
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $>$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 ge
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\ge$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 gg
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\gg$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 succ
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\succ$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 succeq
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\succeq$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 supset
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\supset$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 supseteq
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\supseteq$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 sqsupseteq
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\sqsupseteq$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 ni
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset Formula $\ni$
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 dashv
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 \begin_inset Formula $\dashv$
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 </row>
23921 <row>
23922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 frown
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Formula $\frown$
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 </row>
23946 <row>
23947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951
23952 \backslash
23953 rhd
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 \begin_inset Formula $\rhd$
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 <row>
23972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976
23977 \backslash
23978 unrhd
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 \begin_inset Formula $\unrhd$
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 </row>
23996 <row>
23997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001
24002 \backslash
24003 lessgtr
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 \begin_inset Formula $\lessgtr$
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 </row>
24021 <row>
24022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026
24027 \backslash
24028 parallel
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Formula $\parallel$
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 </row>
24046 <row>
24047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \backslash
24053 nparallel
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062 \begin_inset Formula $\nparallel$
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 </row>
24071 </lyxtabular>
24072
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 \begin_inset VSpace medskip
24080 \end_inset
24081
24082
24083 \series bold
24084
24085 \backslash
24086 lhd
24087 \series default
24088
24089 \series bold
24090
24091 \backslash
24092 rhd
24093 \series default
24094 の文字は、同じように見える演算子
24095 \series bold
24096
24097 \backslash
24098 triangleleft
24099 \series default
24100 および
24101 \series bold
24102
24103 \backslash
24104 triangleright
24105 \series default
24106 よりも大きくなっています。
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \SpecialChar LyX
24111 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24112 \begin_inset Info
24113 type  "icon"
24114 arg   "math-insert \\leqq"
24115 \end_inset
24116
24117 をご覧ください。
24118 \end_layout
24119
24120 \begin_layout Standard
24121 関係子は、記号とは違って、つねに前後に余白が置かれます。
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 stackrel
24130 \series default
24131
24132 \begin_inset Index idx
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 こまんど@コマンド ! S ! 
24137 \backslash
24138 stackrel
24139 \end_layout
24140
24141 \end_inset
24142
24143 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24144 \begin_inset Separator parbreak
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \align center
24152 \begin_inset Tabular
24153 <lyxtabular version="3" rows="2" columns="2">
24154 <features booktabs="true" tabularvalignment="middle">
24155 <column alignment="center" valignment="top" width="0pt">
24156 <column alignment="center" valignment="top">
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 コマンド
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 出力
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 </row>
24177 <row topspace="1.5mm">
24178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 A(r)
24183 \backslash
24184 stackrel
24185 \begin_inset space \textvisiblespace{}
24186 \end_inset
24187
24188 r
24189 \backslash
24190 to
24191 \backslash
24192 infty
24193 \begin_inset space \textvisiblespace{}
24194 \end_inset
24195
24196
24197 \begin_inset Formula $\downarrow$
24198 \end_inset
24199
24200
24201 \backslash
24202 approx
24203 \begin_inset space \textvisiblespace{}
24204 \end_inset
24205
24206
24207 \begin_inset space \textvisiblespace{}
24208 \end_inset
24209
24210 B
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 </lyxtabular>
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Section
24236 関数
24237 \end_layout
24238
24239 \begin_layout Subsection
24240 定義済み関数
24241 \begin_inset CommandInset label
24242 LatexCommand label
24243 name "subsec:定義済み函数"
24244
24245 \end_inset
24246
24247
24248 \begin_inset Index idx
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252 かんすう@関数 ! ていぎずみ@定義済み
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 一般的に、数式表現では変数は
24262 \shape italic
24263 イタリック体
24264 \shape default
24265 に設定されますが、関数名はイタリック体にしません。なぜなら、
24266 \begin_inset Formula $sin$
24267 \end_inset
24268
24269
24270 \begin_inset Formula $s\cdot i\cdot n$
24271 \end_inset
24272
24273 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24274 ックスラッシュを加えたコマンドとして挿入します。
24275 \begin_inset Separator parbreak
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Standard
24282 \align center
24283 \begin_inset Tabular
24284 <lyxtabular version="3" rows="2" columns="2">
24285 <features booktabs="true" tabularvalignment="middle">
24286 <column alignment="center" valignment="top" width="0pt">
24287 <column alignment="center" valignment="top" width="0pt">
24288 <row>
24289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 コマンド
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 出力
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 </row>
24308 <row>
24309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 Asin(x)+B
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 \begin_inset Formula $Asin(x)+B$
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 </lyxtabular>
24332
24333 \end_inset
24334
24335
24336 \begin_inset space \quad{}
24337 \end_inset
24338
24339
24340 \begin_inset Tabular
24341 <lyxtabular version="3" rows="2" columns="2">
24342 <features booktabs="true" tabularvalignment="middle">
24343 <column alignment="center" valignment="top" width="0pt">
24344 <column alignment="center" valignment="top" width="0pt">
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 コマンド
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 出力
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 <row>
24366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 A
24371 \backslash
24372 sin(x)+B
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Formula $A\sin(x)+B$
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 </lyxtabular>
24391
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout Standard
24398 以下の関数が定義済みです。
24399 \end_layout
24400
24401 \begin_layout Standard
24402 \begin_inset VSpace -2mm
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \begin_layout Standard
24409 \align center
24410 \begin_inset Tabular
24411 <lyxtabular version="3" rows="9" columns="4">
24412 <features booktabs="true" tabularvalignment="middle">
24413 <column alignment="center" valignment="top" width="0pt">
24414 <column alignment="center" valignment="top" width="0pt">
24415 <column alignment="center" valignment="top" width="0pt">
24416 <column alignment="center" valignment="top" width="0pt">
24417 <row>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 コマンド
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 コマンド
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 コマンド
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 コマンド
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row>
24456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 sin
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 sinh
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 arcsin
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 sup
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 <row>
24502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 cos
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 cosh
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 arccos
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 inf
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 tan
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 tanh
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 arctan
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 lim
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 cot
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 coth
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 arg
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 liminf
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 </row>
24639 <row>
24640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 sec
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 min
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \backslash
24668 deg
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 limsup
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 csc
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 max
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 det
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 Pr
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 </row>
24731 <row>
24732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 ln
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 exp
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 dim
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 hom
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 lg
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 log
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 ker
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 gcd
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 </lyxtabular>
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831 上記は、数式ツールバーボタンの
24832 \begin_inset Info
24833 type  "icon"
24834 arg   "math-insert \\functions"
24835 \end_inset
24836
24837 でも挿入することができます。
24838 \end_layout
24839
24840 \begin_layout Subsection
24841 自己定義関数
24842 \begin_inset Index idx
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846 かんすう@関数 ! じこていぎ@自己定義
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24856 \end_layout
24857
24858 \begin_layout Itemize
24859 以下の行を\SpecialChar LaTeX
24860 プリアンブルに加えることによって関数を定義します。
24861 \begin_inset Foot
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865
24866 \series bold
24867
24868 \backslash
24869 DeclareMathOperator
24870 \series default
24871 についての詳細は、第
24872 \begin_inset CommandInset ref
24873 LatexCommand ref
24874 reference "subsec:自己定義演算子"
24875
24876 \end_inset
24877
24878 節をご参照下さい。
24879 \end_layout
24880
24881 \end_inset
24882
24883
24884 \begin_inset Newline newline
24885 \end_inset
24886
24887
24888 \begin_inset VSpace -3mm
24889 \end_inset
24890
24891
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \series bold
24897
24898 \backslash
24899 DeclareMathOperator{
24900 \backslash
24901 sgn}{sgn}
24902 \series default
24903
24904 \begin_inset Index idx
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 こまんど@コマンド ! D ! 
24909 \backslash
24910 dbinom@
24911 \backslash
24912 DeclareMathOperator
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \begin_inset Newline newline
24919 \end_inset
24920
24921
24922 \begin_inset VSpace -2mm
24923 \end_inset
24924
24925
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929 これによって、新しく定義された関数を
24930 \series bold
24931
24932 \backslash
24933 sgn
24934 \series default
24935 コマンドで呼び出すことができるようになります。
24936 \end_layout
24937
24938 \begin_layout Itemize
24939 数式を普通に書き下し、関数名を選択して(上記の例では
24940 \emph on
24941 sgn
24942 \emph default
24943 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24944 \end_layout
24945
24946 \begin_layout Standard
24947 双方とも定義済み関数と同等の出力をもたらします
24948 \begin_inset Foot
24949 status collapsed
24950
24951 \begin_layout Plain Layout
24952 \SpecialChar LyX
24953 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \begin_inset Separator parbreak
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 \align center
24967 \begin_inset Tabular
24968 <lyxtabular version="3" rows="3" columns="2">
24969 <features booktabs="true" tabularvalignment="middle">
24970 <column alignment="center" valignment="top" width="0pt">
24971 <column alignment="center" valignment="top" width="0pt">
24972 <row>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 コマンド
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 出力
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 A
24998 \backslash
24999 sgn(x)+B
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset Formula $A\sgn(x)+B$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 <row>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022 A
25023 \backslash
25024 ,
25025 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25026 \end_inset
25027
25028 (x)+B
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 </lyxtabular>
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25055 \end_layout
25056
25057 \begin_layout Subsection
25058 極限
25059 \begin_inset Index idx
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 きょくげん@極限
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Standard
25072 極限用には、
25073 \series bold
25074
25075 \backslash
25076 lim
25077 \series default
25078
25079 \begin_inset Index idx
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 こまんど@コマンド ! L ! 
25084 \backslash
25085 lim
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \series bold
25092
25093 \backslash
25094 liminf
25095 \series default
25096
25097 \series bold
25098
25099 \backslash
25100 limsup
25101 \series default
25102 の他に、以下の関数があります。
25103 \begin_inset Separator parbreak
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 \align center
25111 \begin_inset Tabular
25112 <lyxtabular version="3" rows="5" columns="2">
25113 <features booktabs="true" tabularvalignment="middle">
25114 <column alignment="center" valignment="top" width="0pt">
25115 <column alignment="center" valignment="top" width="0pt">
25116 <row>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 コマンド
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 出力
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 </row>
25136 <row>
25137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 varliminf
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152 \begin_inset Formula $\varliminf$
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 </row>
25161 <row topspace="1.5mm">
25162 <cell alignment="center" valignment="top" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 varlimsup
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 \begin_inset Formula $\varlimsup$
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 </row>
25186 <row topspace="1.5mm">
25187 <cell alignment="center" valignment="top" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 varprojlim
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 \begin_inset Formula $\varprojlim$
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 </row>
25211 <row topspace="1.5mm" bottomspace="1mm">
25212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 varinjlim
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 \begin_inset Formula $\varinjlim$
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 </lyxtabular>
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 \begin_inset VSpace medskip
25245 \end_inset
25246
25247 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25248 \end_layout
25249
25250 \begin_layout Standard
25251 \align center
25252 \begin_inset Tabular
25253 <lyxtabular version="3" rows="2" columns="2">
25254 <features booktabs="true" tabularvalignment="middle">
25255 <column alignment="center" valignment="top" width="0pt">
25256 <column alignment="center" valignment="top" width="0pt">
25257 <row>
25258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 コマンド
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 出力
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 <row>
25278 <cell alignment="center" valignment="top" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 lim_x
25285 \backslash
25286 to
25287 \begin_inset space \textvisiblespace{}
25288 \end_inset
25289
25290 A
25291 \begin_inset space \textvisiblespace{}
25292 \end_inset
25293
25294 x=B
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 \begin_inset Formula $\lim_{x\to A}x=B$
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 </lyxtabular>
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25321 \begin_inset Formula 
25322 \[
25323 \lim_{x\to A}x=B
25324 \]
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \begin_layout Standard
25332 \begin_inset VSpace medskip
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 極限の組版を調整する仕方については、第
25340 \begin_inset CommandInset ref
25341 LatexCommand ref
25342 reference "subsec:演算子の範囲"
25343
25344 \end_inset
25345
25346 節をご覧ください。
25347 \end_layout
25348
25349 \begin_layout Subsection
25350 剰余関数
25351 \begin_inset Index idx
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 かんすう@関数 ! じょうよ@剰余
25356 \end_layout
25357
25358 \end_inset
25359
25360
25361 \begin_inset Index idx
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365 かんすう@関数 ! もじゅらす@モジュラス
25366 \begin_inset ERT
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370
25371 |see{
25372 \end_layout
25373
25374 \end_inset
25375
25376 剰余
25377 \begin_inset ERT
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381
25382 }
25383 \end_layout
25384
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 剰余関数は、特別に4つの派生型があります。
25397 \end_layout
25398
25399 \begin_layout Standard
25400 以下は、別行立て数式での派生型です。
25401 \begin_inset Formula 
25402 \begin{align*}
25403 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25404 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25405 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25406 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25407 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25408 \end{align*}
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Standard
25416 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25417 のように文字を\SpecialChar TeX
25418 括弧で囲みます。
25419 \begin_inset Formula 
25420 \begin{align*}
25421 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25422 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25423 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25424 \end{align*}
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \begin_layout Section
25432 特殊文字
25433 \begin_inset Index idx
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 とくしゅもじ@特殊文字
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
25447 \backslash
25448 を付けなくてはなりません。
25449 \begin_inset Separator parbreak
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Standard
25456 \noindent
25457 \align center
25458 \begin_inset Tabular
25459 <lyxtabular version="3" rows="3" columns="2">
25460 <features booktabs="true" tabularvalignment="middle">
25461 <column alignment="left" valignment="top" width="0pt">
25462 <column alignment="block" valignment="top">
25463 <row>
25464 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468 コマンド
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477 出力
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 </row>
25483 <row>
25484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488
25489 \backslash
25490 ^
25491 \begin_inset space \textvisiblespace{}
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Formula $\mathcircumflex$
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 </row>
25512 <row>
25513 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517
25518 \backslash
25519 _
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 \begin_inset Formula $\_$
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 </row>
25537 </lyxtabular>
25538
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \begin_layout Subsection
25545 数式テキストにおける特殊文字
25546 \end_layout
25547
25548 \begin_layout Standard
25549 以下の各コマンドは、数式テキストか\SpecialChar TeX
25550 モード中でのみ使用することができます。
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset space \hfill{}
25555 \end_inset
25556
25557
25558 \begin_inset Tabular
25559 <lyxtabular version="3" rows="8" columns="2">
25560 <features booktabs="true" tabularvalignment="middle">
25561 <column alignment="left" valignment="top" width="0pt">
25562 <column alignment="block" valignment="top">
25563 <row>
25564 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 コマンド
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 出力
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 </row>
25583 <row>
25584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588
25589 \backslash
25590 oe
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\textrm{œ}$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 OE
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\textrm{Œ}$
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 ae
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\textrm{æ}$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 AE
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{Æ}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 aa
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\textrm{å}$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713
25714 \backslash
25715 AA
25716 \begin_inset Index idx
25717 status collapsed
25718
25719 \begin_layout Plain Layout
25720
25721 \lang english
25722
25723 \backslash
25724 @
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 textrm{
25733 \backslash
25734 AA}
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 \begin_inset Formula $\textrm{Å}$
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767
25768 \backslash
25769 i
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778 \begin_inset Formula $\textrm{ı}$
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 </row>
25787 </lyxtabular>
25788
25789 \end_inset
25790
25791
25792 \begin_inset space \hfill{}
25793 \end_inset
25794
25795
25796 \begin_inset Tabular
25797 <lyxtabular version="3" rows="8" columns="2">
25798 <features booktabs="true" tabularvalignment="middle">
25799 <column alignment="left" valignment="top" width="0pt">
25800 <column alignment="center" valignment="top">
25801 <row>
25802 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 コマンド
25807 \begin_inset Note Note
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811 0
25812 \begin_inset space \thinspace{}
25813 \end_inset
25814
25815 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
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 \backslash
25842 o
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 \begin_inset Formula $\textrm{ø}$
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 </row>
25860 <row>
25861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \backslash
25867 O
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876 \begin_inset Formula $\textrm{Ø}$
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 </row>
25885 <row>
25886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890
25891 \backslash
25892 l
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901 \begin_inset Formula $\textrm{ł}$
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 L
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset Formula $\textrm{Ł}$
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 </row>
25935 <row>
25936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 !
25941 \begin_inset space \hspace{}
25942 \length 0mm
25943 \end_inset
25944
25945 `
25946 \begin_inset space \textvisiblespace{}
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958 \begin_inset Formula $\textrm{!`}$
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 ?
25973 \begin_inset space \hspace{}
25974 \length 0mm
25975 \end_inset
25976
25977 `
25978 \begin_inset space \textvisiblespace{}
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset Formula $\textrm{?`}$
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 j
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\textrm{ȷ}$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 </lyxtabular>
26025
26026 \end_inset
26027
26028
26029 \begin_inset space \hfill{}
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset Formula $\textrm{\textrm{Å}}$
26037 \end_inset
26038
26039
26040 \begin_inset Formula $\textrm{\textrm{Ø}}$
26041 \end_inset
26042
26043 の各文字は、数式ツールバーボタンの
26044 \begin_inset Info
26045 type  "icon"
26046 arg   "math-insert \\digamma"
26047 \end_inset
26048
26049 からも挿入することができます。
26050 \end_layout
26051
26052 \begin_layout Standard
26053 例外は、
26054 \series bold
26055 !
26056 \begin_inset space \hspace{}
26057 \length 0mm
26058 \end_inset
26059
26060 `
26061 \series default
26062
26063 \series bold
26064 ?
26065 \begin_inset space \hspace{}
26066 \length 0mm
26067 \end_inset
26068
26069 `
26070 \series default
26071 の各コマンドで、これらは直接\SpecialChar LyX
26072 中の本文に入れることができます。
26073 \end_layout
26074
26075 \begin_layout Subsection
26076 文章中のアクセント
26077 \begin_inset CommandInset label
26078 LatexCommand label
26079 name "subsec:文章中のアクセント"
26080
26081 \end_inset
26082
26083
26084 \begin_inset Index idx
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26098 モードで入れなくてはなりません。
26099 \end_layout
26100
26101 \begin_layout Standard
26102 \begin_inset space \hfill{}
26103 \end_inset
26104
26105
26106 \begin_inset Tabular
26107 <lyxtabular version="3" rows="8" columns="2">
26108 <features booktabs="true" tabularvalignment="middle">
26109 <column alignment="left" valignment="top" width="0pt">
26110 <column alignment="block" valignment="top">
26111 <row>
26112 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116 コマンド
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 出力
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row>
26132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136
26137 \backslash
26138
26139 \begin_inset Quotes grd
26140 \end_inset
26141
26142 e
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 "e
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 `e
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 \begin_inset ERT
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189
26190
26191 \backslash
26192 `e
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 ^
26211 \begin_inset space \textvisiblespace{}
26212 \end_inset
26213
26214 e
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227
26228
26229 \backslash
26230 ^e
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 </row>
26241 <row>
26242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246
26247 \backslash
26248 =e
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 =e
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 <row>
26276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280
26281 \backslash
26282 u
26283 \begin_inset space \textvisiblespace{}
26284 \end_inset
26285
26286 e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 u e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 b
26321 \begin_inset space \textvisiblespace{}
26322 \end_inset
26323
26324 e
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 b e
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 <row>
26352 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356
26357 \backslash
26358 t
26359 \begin_inset space \textvisiblespace{}
26360 \end_inset
26361
26362 ee
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 t ee
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 </lyxtabular>
26390
26391 \end_inset
26392
26393
26394 \begin_inset space \hfill{}
26395 \end_inset
26396
26397
26398 \begin_inset Tabular
26399 <lyxtabular version="3" rows="8" columns="2">
26400 <features booktabs="true" tabularvalignment="middle">
26401 <column alignment="left" valignment="top" width="0pt">
26402 <column alignment="center" valignment="top">
26403 <row>
26404 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 コマンド
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 出力
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 H
26431 \begin_inset space \textvisiblespace{}
26432 \end_inset
26433
26434 e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 H e
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 'e
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 'e
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \backslash
26502 ~e
26503 \begin_inset Index idx
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507 ちるだ@チルダ
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 ~e
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 .e
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 .e
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row>
26574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578
26579 \backslash
26580 v
26581 \begin_inset space \textvisiblespace{}
26582 \end_inset
26583
26584 e
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 \begin_inset ERT
26594 status collapsed
26595
26596 \begin_layout Plain Layout
26597
26598
26599 \backslash
26600 v e
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row>
26612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616
26617 \backslash
26618 d
26619 \begin_inset space \textvisiblespace{}
26620 \end_inset
26621
26622 e
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 d e
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656 c
26657 \begin_inset space \textvisiblespace{}
26658 \end_inset
26659
26660 e
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 \begin_inset ERT
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673
26674
26675 \backslash
26676 c e
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 </lyxtabular>
26688
26689 \end_inset
26690
26691
26692 \begin_inset space \hfill{}
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Standard
26699 \begin_inset VSpace medskip
26700 \end_inset
26701
26702
26703 \series bold
26704
26705 \backslash
26706 t
26707 \series default
26708 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26709 \series bold
26710
26711 \backslash
26712 t
26713 \begin_inset space \textvisiblespace{}
26714 \end_inset
26715
26716 sz
26717 \series default
26718 は、
26719 \begin_inset ERT
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723
26724
26725 \backslash
26726 t sz
26727 \end_layout
26728
26729 \end_inset
26730
26731 となります。
26732 \end_layout
26733
26734 \begin_layout Standard
26735
26736 \series bold
26737 `
26738 \series default
26739  ・
26740 \series bold
26741  '
26742 \series default
26743  ・ 
26744 \series bold
26745 ^
26746 \series default
26747  の各アクセントは、\SpecialChar TeX
26748 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26749 \begin_inset Foot
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \series bold
26760 ~
26761 \series default
26762 を、
26763 \emph on
26764 a
26765 \emph default
26766
26767 \emph on
26768 n
26769 \emph default
26770
26771 \emph on
26772 o
26773 \emph default
26774 といっしょに使うときも同様です。
26775 \end_layout
26776
26777 \begin_layout Standard
26778
26779 \series bold
26780
26781 \backslash
26782 b
26783 \series default
26784
26785 \series bold
26786
26787 \backslash
26788 c
26789 \series default
26790
26791 \series bold
26792
26793 \backslash
26794 d
26795 \series default
26796
26797 \series bold
26798
26799 \backslash
26800 H
26801 \series default
26802
26803 \series bold
26804
26805 \backslash
26806 t
26807 \series default
26808
26809 \series bold
26810
26811 \backslash
26812 u
26813 \series default
26814
26815 \series bold
26816
26817 \backslash
26818 v
26819 \series default
26820 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26821 。第
26822 \begin_inset CommandInset ref
26823 LatexCommand ref
26824 reference "subsec:一文字に付けるアクセント"
26825
26826 \end_inset
26827
26828 節をご参照下さい。
26829 \end_layout
26830
26831 \begin_layout Standard
26832 \begin_inset VSpace bigskip
26833 \end_inset
26834
26835 さらに、
26836 \series bold
26837
26838 \backslash
26839 textcircled
26840 \series default
26841
26842 \begin_inset Index idx
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 こまんど@コマンド ! T ! 
26847 \backslash
26848 textcircled
26849 \end_layout
26850
26851 \end_inset
26852
26853 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
26854 \end_layout
26855
26856 \begin_layout Standard
26857 \align center
26858 \begin_inset Tabular
26859 <lyxtabular version="3" rows="3" columns="2">
26860 <features booktabs="true" tabularvalignment="middle">
26861 <column alignment="center" valignment="top" width="0pt">
26862 <column alignment="center" valignment="top">
26863 <row>
26864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 コマンド
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 出力
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 </row>
26883 <row>
26884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888
26889 \backslash
26890 textcircled{w}
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899 \begin_inset ERT
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903
26904
26905 \backslash
26906 textcircled{w}
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 </row>
26917 <row topspace="1mm">
26918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922
26923 \backslash
26924 Large 
26925 \backslash
26926 textcircled{
26927 \backslash
26928 normalsize
26929 \backslash
26930 protect
26931 \backslash
26932 raisebox{-1.5pt}{W}}
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941 \begin_inset ERT
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945
26946
26947 \backslash
26948 Large 
26949 \backslash
26950 textcircled{
26951 \backslash
26952 normalsize
26953 \backslash
26954 protect
26955 \backslash
26956 raisebox{-1.5pt}W}
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 </row>
26967 </lyxtabular>
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Standard
26975 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26976 \series bold
26977
26978 \backslash
26979 Large
26980 \series default
26981
26982 \begin_inset Foot
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "subsec:書体寸法"
26990
26991 \end_inset
26992
26993 節参照のこと。
26994 \end_layout
26995
26996 \end_inset
26997
26998 で丸の大きさを指定しています。そして
26999 \series bold
27000
27001 \backslash
27002 raisebox
27003 \series default
27004
27005 \begin_inset Foot
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010 \begin_inset CommandInset ref
27011 LatexCommand ref
27012 reference "subsec:枠なしボックス"
27013
27014 \end_inset
27015
27016 節参照のこと。
27017 \end_layout
27018
27019 \end_inset
27020
27021 を使って、文字が真ん中にくるようにしています。
27022 \end_layout
27023
27024 \begin_layout Subsection
27025 古式数字
27026 \begin_inset Index idx
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030 こしきすうじ@古式数字
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Standard
27039 古式数字は、
27040 \series bold
27041
27042 \backslash
27043 oldstylenums
27044 \series default
27045
27046 \begin_inset Index idx
27047 status collapsed
27048
27049 \begin_layout Plain Layout
27050 こまんど@コマンド ! O ! 
27051 \backslash
27052 oldstylenums
27053 \end_layout
27054
27055 \end_inset
27056
27057 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27058 モード中でも使うことができます。コマンド書式は、
27059 \end_layout
27060
27061 \begin_layout Standard
27062
27063 \series bold
27064
27065 \backslash
27066 oldstylenums{数字}
27067 \end_layout
27068
27069 \begin_layout Standard
27070 です。
27071 \series bold
27072
27073 \backslash
27074 oldstylenums{0123456789}
27075 \series default
27076 というコマンドは、
27077 \begin_inset Formula $\oldstylenums{0123456789}$
27078 \end_inset
27079
27080 のようになります。
27081 \end_layout
27082
27083 \begin_layout Section
27084 数式様式
27085 \begin_inset CommandInset label
27086 LatexCommand label
27087 name "sec:数式様式"
27088
27089 \end_inset
27090
27091
27092 \begin_inset Index idx
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 すうしき@数式 ! ようしき@様式
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Itemize
27105 以下の二つの配置様式があります。
27106 \begin_inset Separator parbreak
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \begin_deeper
27113 \begin_layout Description
27114 中央揃え 事前に定義された標準です。
27115 \end_layout
27116
27117 \begin_layout Description
27118 行頭下げ これを使うには、
27119 \family sans
27120 文書\SpecialChar menuseparator
27121 設定
27122 \family default
27123 メニューの
27124 \family sans
27125 文書クラス
27126 \family default
27127 において、
27128 \series bold
27129 fleqn
27130 \series default
27131 オプションを指定しておかなくてはなりません。
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137 行頭下げ
27138 \series default
27139 を用いる場合には、行頭下げの大きさを
27140 \series bold
27141
27142 \backslash
27143 mathindent
27144 \series default
27145
27146 \begin_inset Index idx
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 こまんど@コマンド ! M ! 
27151 \backslash
27152 mathindent
27153 \end_layout
27154
27155 \end_inset
27156
27157 の値で調整することができます。これを15
27158 \begin_inset space \thinspace{}
27159 \end_inset
27160
27161 mmにするには、\SpecialChar LaTeX
27162 プリアンブルに以下のコマンドを入れておきます。
27163 \end_layout
27164
27165 \begin_layout Standard
27166
27167 \series bold
27168
27169 \backslash
27170 setlength{
27171 \backslash
27172 mathindent}{15mm}
27173 \end_layout
27174
27175 \begin_layout Standard
27176
27177 \series bold
27178
27179 \backslash
27180 mathindent
27181 \series default
27182 を明示的に指定しない場合には、事前に定義されている30
27183 \begin_inset space \thinspace{}
27184 \end_inset
27185
27186 ptが適用されます。
27187 \end_layout
27188
27189 \end_deeper
27190 \begin_layout Itemize
27191 また、以下の二つの連番様式があります。
27192 \begin_inset Separator parbreak
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_deeper
27199 \begin_layout Description
27200 右 事前に定義された標準です。
27201 \end_layout
27202
27203 \begin_layout Description
27204 左 これを使うには、
27205 \family sans
27206 文書\SpecialChar menuseparator
27207 設定
27208 \family default
27209 メニューの
27210 \family sans
27211 文書クラス
27212 \family default
27213 において、
27214 \series bold
27215 leqno
27216 \series default
27217 オプションを指定しておかなくてはなりません。
27218 \end_layout
27219
27220 \end_deeper
27221 \begin_layout Standard
27222
27223 \series bold
27224 fleqn
27225 \series default
27226
27227 \series bold
27228 leqno
27229 \series default
27230 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27231 \end_layout
27232
27233 \begin_layout Standard
27234 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27235 \series bold
27236 中央揃え
27237 \series default
27238 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27239 \begin_inset CommandInset ref
27240 LatexCommand ref
27241 reference "subsec:flalign環境"
27242
27243 \end_inset
27244
27245 節をご覧下さい。
27246 \end_layout
27247
27248 \begin_layout Section
27249 多行数式
27250 \begin_inset CommandInset label
27251 LatexCommand label
27252 name "sec:多行数式"
27253
27254 \end_inset
27255
27256
27257 \begin_inset Index idx
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 すうしき@数式 ! たぎょう@多行
27262 \begin_inset space \thinspace{}
27263 \end_inset
27264
27265 ——
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \begin_layout Subsection
27274 概要
27275 \end_layout
27276
27277 \begin_layout Standard
27278 \SpecialChar LyX
27279 では、多行数式は、数式中で
27280 \begin_inset Info
27281 type  "shortcut"
27282 arg   "newline-insert newline"
27283 \end_inset
27284
27285 を押すことで作られます。この操作によって、第
27286 \begin_inset CommandInset ref
27287 LatexCommand ref
27288 reference "subsec:eqnarray環境"
27289
27290 \end_inset
27291
27292 節に述べられている
27293 \series bold
27294 eqnarray環境
27295 \series default
27296 が作り出されるか、あるいは文書設定で
27297 \family sans
27298 AMS mathパッケージを使う
27299 \family default
27300 オプションが選択されている場合には、第
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "subsec:標準align環境"
27304
27305 \end_inset
27306
27307 節に述べられている
27308 \series bold
27309 align環境
27310 \series default
27311 が作り出されることになります。
27312 \end_layout
27313
27314 \begin_layout Standard
27315 他にも、
27316 \family sans
27317 挿入\SpecialChar menuseparator
27318 数式
27319 \family default
27320 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27321 \end_layout
27322
27323 \begin_layout Standard
27324 すべての多行数式において、新規行は、
27325 \begin_inset Info
27326 type  "shortcut"
27327 arg   "newline-insert newline"
27328 \end_inset
27329
27330 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27331 \begin_inset Info
27332 type  "icon"
27333 arg   "tabular-feature append-row"
27334 \end_inset
27335
27336
27337 \begin_inset Info
27338 type  "icon"
27339 arg   "tabular-feature delete-row"
27340 \end_inset
27341
27342 を使うか、
27343 \family sans
27344 編集\SpecialChar menuseparator
27345 行と列
27346 \family default
27347 メニューを使うことができます。
27348 \end_layout
27349
27350 \begin_layout Subsubsection
27351 行間
27352 \begin_inset CommandInset label
27353 LatexCommand label
27354 name "subsec:行間"
27355
27356 \end_inset
27357
27358
27359 \begin_inset Index idx
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 すうしき@数式 ! たぎょう@多行
27364 \begin_inset space \thinspace{}
27365 \end_inset
27366
27367 —— ! ぎょうかん@行間
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Standard
27376 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27377 \begin_inset Formula 
27378 \begin{eqnarray*}
27379 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}\\
27380 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
27381 \end{eqnarray*}
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \begin_layout Standard
27389 \SpecialChar LaTeX
27390 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
27391 には実装されていない
27392 \begin_inset Foot
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 \begin_inset CommandInset href
27397 LatexCommand href
27398 name "LyX-bug #1505"
27399 target "http://www.lyx.org/trac/ticket/1505"
27400
27401 \end_inset
27402
27403 を参照。
27404 \end_layout
27405
27406 \end_inset
27407
27408 ので、数式全体を\SpecialChar TeX
27409 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27410 \series bold
27411
27412 \backslash
27413
27414 \backslash
27415 [3mm]
27416 \series default
27417 というコマンドを入れます。すると、次のようになります。
27418 \begin_inset ERT
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422
27423
27424 \backslash
27425 begin{eqnarray*}
27426 \end_layout
27427
27428 \begin_layout Plain Layout
27429
27430 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27431  = & 
27432 \backslash
27433 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27434 \backslash
27435
27436 \backslash
27437 [3mm]
27438 \end_layout
27439
27440 \begin_layout Plain Layout
27441
27442 4x^{2}
27443 \backslash
27444 left(B^{2}+x_{0}^{2}
27445 \backslash
27446 right)+4x_{0}x
27447 \backslash
27448 left(D-B^{2}
27449 \backslash
27450 right)+B^{2}
27451 \backslash
27452 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27453 \backslash
27454 right) & = & 0
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458
27459
27460 \backslash
27461 end{eqnarray*}
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 \begin_inset VSpace bigskip
27471 \end_inset
27472
27473 同一数式内のすべての行の行間を一律に指定するには、
27474 \series bold
27475
27476 \backslash
27477 jot
27478 \series default
27479
27480 \begin_inset Index idx
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 こまんど@コマンド ! J ! 
27485 \backslash
27486 jot
27487 \end_layout
27488
27489 \end_inset
27490
27491 変数を変更します。定義は、
27492 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27493 \end_inset
27494
27495 となっています。
27496 \series bold
27497
27498 \backslash
27499 jot
27500 \series default
27501 の既定値は、3
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505 ptです。上記の例のように、行間を3
27506 \begin_inset space \thinspace{}
27507 \end_inset
27508
27509 mm追加するには、
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 setlength{
27518 \backslash
27519 jot}{3mm+3pt}
27520 \end_layout
27521
27522 \begin_layout Standard
27523 というコマンドを、数式直前に\SpecialChar TeX
27524 モードで入れておきます。これを行うには、\SpecialChar LaTeX
27525 プリアンブルに
27526 \end_layout
27527
27528 \begin_layout Standard
27529
27530 \series bold
27531
27532 \backslash
27533 usepackage{calc}
27534 \end_layout
27535
27536 \begin_layout Standard
27537 という行を入れて、\SpecialChar LaTeX
27538 パッケージ
27539 \series bold
27540 calc
27541 \series default
27542
27543 \begin_inset Foot
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548 \series bold
27549 calc
27550 \series default
27551 は標準的な\SpecialChar LaTeX
27552 頒布版のすべてに付属しています。
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset Index idx
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 ぱっけーじ@パッケージ ! calc
27563 \end_layout
27564
27565 \end_inset
27566
27567  を読み込んでおく必要があります。すると、
27568 \begin_inset ERT
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 setlength{
27576 \backslash
27577 jot}{3mm+3pt}
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \begin_inset Formula 
27584 \begin{eqnarray*}
27585 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}\\
27586 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
27587 \end{eqnarray*}
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \begin_layout Standard
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 setlength{
27603 \backslash
27604 jot}{3pt}
27605 \end_layout
27606
27607 \end_inset
27608
27609 のような結果を得ます。行間を既定値に戻すには、
27610 \series bold
27611
27612 \backslash
27613 jot
27614 \series default
27615 をふたたび3
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 ptに戻します。
27620 \end_layout
27621
27622 \begin_layout Subsubsection
27623 列間
27624 \begin_inset CommandInset label
27625 LatexCommand label
27626 name "subsec:列間"
27627
27628 \end_inset
27629
27630
27631 \begin_inset Index idx
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 すうしき@数式 ! たぎょう@多行
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 —— ! れつかん@列間
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653 列間は、
27654 \series bold
27655
27656 \backslash
27657 arraycolsep
27658 \series default
27659
27660 \begin_inset Index idx
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664 こまんど@コマンド ! A ! 
27665 \backslash
27666 arraycolsep
27667 \end_layout
27668
27669 \end_inset
27670
27671 変数を使って指定し、
27672 \begin_inset Newline newline
27673 \end_inset
27674
27675 列間 = 2
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679
27680 \series bold
27681
27682 \backslash
27683 arraycolsep
27684 \series default
27685
27686 \begin_inset Newline newline
27687 \end_inset
27688
27689 という関係があります。したがって、
27690 \end_layout
27691
27692 \begin_layout Standard
27693
27694 \series bold
27695
27696 \backslash
27697 setlength{
27698 \backslash
27699 arraycolsep}{1cm}
27700 \end_layout
27701
27702 \begin_layout Standard
27703 というコマンドを\SpecialChar TeX
27704 モードで入れると、ここから後のすべての数式の列間が2
27705 \begin_inset space \thinspace{}
27706 \end_inset
27707
27708 cmになります。これを既定値に戻すには、
27709 \series bold
27710
27711 \backslash
27712 arraycolsep
27713 \series default
27714 を5
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 ptに戻して下さい。
27719 \end_layout
27720
27721 \begin_layout Standard
27722 以下は、2
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 cmの列間を持つ数式です。
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 setlength{
27735 \backslash
27736 arraycolsep}{1cm}
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \begin_inset Formula 
27743 \begin{eqnarray*}
27744 A & = & B\\
27745 C & \ne & A
27746 \end{eqnarray*}
27747
27748 \end_inset
27749
27750 行列の既定の列間10
27751 \begin_inset space \thinspace{}
27752 \end_inset
27753
27754 ptを持つ数式です。
27755 \begin_inset ERT
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759
27760
27761 \backslash
27762 setlength{
27763 \backslash
27764 arraycolsep}{5pt}
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \begin_inset Formula 
27771 \begin{eqnarray*}
27772 A & = & B\\
27773 C & \ne & A
27774 \end{eqnarray*}
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Subsubsection
27782 長い数式
27783 \begin_inset Index idx
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 すうしき@数式 ! ながい@長い
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Standard
27796 長い数式は、以下の方法を使って組版することができます。
27797 \end_layout
27798
27799 \begin_layout Itemize
27800 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27801 \begin_inset Formula 
27802 \begin{eqnarray}
27803 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 \\
27804  &  & -\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}
27805 \end{eqnarray}
27806
27807 \end_inset
27808
27809 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27810 示されません。これを避けるために、マイナス記号の後に
27811 \series bold
27812
27813 \backslash
27814 hspace
27815 \series default
27816 .
27817 \begin_inset Foot
27818 status collapsed
27819
27820 \begin_layout Plain Layout
27821
27822 \series bold
27823
27824 \backslash
27825 hspace
27826 \series default
27827 に関しての詳細は、第
27828 \begin_inset CommandInset ref
27829 LatexCommand ref
27830 reference "subsec:可変長の空白"
27831
27832 \end_inset
27833
27834 節をご覧下さい。
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Index idx
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 こまんど@コマンド ! H ! 
27845 \backslash
27846 hspace
27847 \end_layout
27848
27849 \end_inset
27850
27851 コマンドを使って3
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 pt空白を入れてあります。
27856 \end_layout
27857
27858 \begin_layout Itemize
27859 数式の両辺がともに長すぎるときには、
27860 \series bold
27861
27862 \backslash
27863 lefteqn
27864 \series default
27865
27866 \begin_inset Index idx
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 こまんど@コマンド ! L ! 
27871 \backslash
27872 lefteqn
27873 \end_layout
27874
27875 \end_inset
27876
27877 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27878 \begin_inset Formula 
27879 \begin{eqnarray}
27880 \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 \\
27881  &  & -\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 \\
27882  &  & =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}
27883 \end{eqnarray}
27884
27885 \end_inset
27886
27887
27888 \series bold
27889
27890 \backslash
27891 lefteqn
27892 \series default
27893 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27894 \begin_inset Newline newline
27895 \end_inset
27896
27897 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27898 \begin_inset VSpace medskip
27899 \end_inset
27900
27901
27902 \begin_inset Newline newline
27903 \end_inset
27904
27905
27906 \begin_inset Note Greyedout
27907 status open
27908
27909 \begin_layout Plain Layout
27910
27911 \series bold
27912
27913 \backslash
27914 lefteqn
27915 \series default
27916 を使用する際には、以下のことにご注意下さい。
27917 \end_layout
27918
27919 \begin_layout Itemize
27920 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27921 \begin_inset Formula $-B^{2}$
27922 \end_inset
27923
27924 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27925 \end_layout
27926
27927 \begin_layout Itemize
27928 \SpecialChar LyX
27929 のバグによって、最初の行にマウスでカーソルを入れることはできません
27930 \begin_inset Foot
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934 \begin_inset CommandInset href
27935 LatexCommand href
27936 name "LyX-bug #1429"
27937 target "http://www.lyx.org/trac/ticket/1429"
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945
27946 。カーソルを行頭に合わせて、矢印
27947 \begin_inset Flex Ruby
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951
27952 \begin_inset Argument post:1
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 キー
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \end_inset
27965
27966 で移動するしかありません。
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Itemize
27975 長い数式を組む他の方法として、第
27976 \begin_inset CommandInset ref
27977 LatexCommand ref
27978 reference "subsec:multline環境"
27979
27980 \end_inset
27981
27982 節と第
27983 \begin_inset CommandInset ref
27984 LatexCommand ref
27985 reference "subsec:数式の一部の多行化"
27986
27987 \end_inset
27988
27989 節で述べられている環境を用いる方法があります。
27990 \end_layout
27991
27992 \begin_layout Subsubsection
27993 多行にわたる分数
27994 \begin_inset CommandInset label
27995 LatexCommand label
27996 name "subsec:多行にわたる分数"
27997
27998 \end_inset
27999
28000
28001 \begin_inset Index idx
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Standard
28014 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28015 \series bold
28016
28017 \backslash
28018 splitfrac
28019 \series default
28020 コマンド
28021 \begin_inset Index idx
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025 こまんど@コマンド ! S ! 
28026 \backslash
28027 splitfrac
28028 \end_layout
28029
28030 \end_inset
28031
28032 を使うことができます。これを有効化するには、文書設定の
28033 \family sans
28034 数式オプション
28035 \family default
28036 で、
28037 \series bold
28038 mathtools
28039 \series default
28040 パッケージ
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 ぱっけーじ@パッケージ ! mathtools
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \family sans
28052 常に読み込み
28053 \family default
28054 オプションを指定してください。
28055 \series bold
28056
28057 \backslash
28058 splitfrac
28059 \series default
28060 のスキームは
28061 \end_layout
28062
28063 \begin_layout Standard
28064
28065 \series bold
28066
28067 \backslash
28068 splitfrac{1行目}{2行目}
28069 \end_layout
28070
28071 \begin_layout Standard
28072 となっており、分母にも分子にも使うことができます。
28073 \end_layout
28074
28075 \begin_layout Standard
28076 \begin_inset Formula 
28077 \[
28078 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}
28079 \]
28080
28081 \end_inset
28082
28083 上記の最初の分子に使われているコマンドは、
28084 \end_layout
28085
28086 \begin_layout Standard
28087
28088 \series bold
28089
28090 \backslash
28091 splitfrac{xy+xy+xy+xy+xy
28092 \begin_inset space \textvisiblespace{}
28093 \end_inset
28094
28095
28096 \backslash
28097 {+wy+wy+wy+wy
28098 \end_layout
28099
28100 \begin_layout Standard
28101 です。
28102 \end_layout
28103
28104 \begin_layout Subsubsection
28105 多行にわたる括弧
28106 \begin_inset CommandInset label
28107 LatexCommand label
28108 name "subsec:多行にわたる括弧"
28109
28110 \end_inset
28111
28112
28113 \begin_inset Index idx
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \begin_layout Standard
28126 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28127 \begin_inset Formula 
28128 \begin{eqnarray*}
28129 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28130  &  & \left.\cdots+B-D\right]
28131 \end{eqnarray*}
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28140 \end_layout
28141
28142 \begin_layout Standard
28143 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28144 \series bold
28145
28146 \backslash
28147 right.
28148 \series default
28149
28150 \begin_inset Index idx
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 こまんど@コマンド ! R ! 
28155 \backslash
28156 right
28157 \end_layout
28158
28159 \end_inset
28160
28161 とし、二行めの始めを
28162 \series bold
28163
28164 \backslash
28165 left.
28166 \begin_inset Foot
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170
28171 \series bold
28172
28173 \backslash
28174 left
28175 \series default
28176
28177 \series bold
28178
28179 \backslash
28180 right
28181 \series default
28182 に関する詳細は、第
28183 \begin_inset CommandInset ref
28184 LatexCommand ref
28185 reference "subsec:自動の括弧丈"
28186
28187 \end_inset
28188
28189 節をご覧下さい。
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \series default
28196
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 こまんど@コマンド ! L ! 
28202 \backslash
28203 left
28204 \end_layout
28205
28206 \end_inset
28207
28208 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28209 \series bold
28210
28211 \backslash
28212 left.
28213 \series default
28214 の後に、
28215 \series bold
28216
28217 \backslash
28218 vphantom
28219 \series default
28220
28221 \begin_inset space \textvisiblespace{}
28222 \end_inset
28223
28224
28225 \series bold
28226
28227 \backslash
28228 prod
28229 \series default
28230 ^
28231 \begin_inset space \textvisiblespace{}
28232 \end_inset
28233
28234
28235 \series bold
28236
28237 \backslash
28238 infty
28239 \series default
28240
28241 \begin_inset space \textvisiblespace{}
28242 \end_inset
28243
28244
28245 \series bold
28246
28247 \begin_inset Formula $\downarrow$
28248 \end_inset
28249
28250 _R=1}
28251 \series default
28252
28253 \begin_inset Index idx
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 こまんど@コマンド ! V ! 
28258 \backslash
28259 vphantom
28260 \end_layout
28261
28262 \end_inset
28263
28264 というコマンドを挿入します。
28265 \end_layout
28266
28267 \begin_layout Standard
28268 その結果が以下の数式です。
28269 \begin_inset Formula 
28270 \begin{eqnarray*}
28271 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28272  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28273 \end{eqnarray*}
28274
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \begin_layout Subsection
28281 align環境
28282 \end_layout
28283
28284 \begin_layout Standard
28285 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28286 \end_layout
28287
28288 \begin_layout Standard
28289 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28290 \end_layout
28291
28292 \begin_layout Standard
28293 align環境は、
28294 \family sans
28295 挿入\SpecialChar menuseparator
28296 数式
28297 \family default
28298 メニューから作ることができます。
28299 \family sans
28300 編集\SpecialChar menuseparator
28301 数式\SpecialChar menuseparator
28302 数式の表記を変更
28303 \family default
28304 メニューを使えば、既存の数式をalign環境に変更することができます。
28305 \end_layout
28306
28307 \begin_layout Standard
28308 列を追加したり削除したりするには、数式ツールバーボタンの
28309 \begin_inset Info
28310 type  "icon"
28311 arg   "tabular-feature append-column"
28312 \end_inset
28313
28314
28315 \begin_inset Info
28316 type  "icon"
28317 arg   "tabular-feature delete-column"
28318 \end_inset
28319
28320 を使うか、
28321 \family sans
28322 編集\SpecialChar menuseparator
28323 行と列
28324 \family default
28325 メニューを使います。
28326 \end_layout
28327
28328 \begin_layout Subsubsection
28329 標準align環境
28330 \begin_inset CommandInset label
28331 LatexCommand label
28332 name "subsec:標準align環境"
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index idx
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 すうしき@数式 ! たぎょう@多行
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 —— ! alignかんきょう@align環境
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 このalign環境は、数式中で
28355 \begin_inset Info
28356 type  "shortcut"
28357 arg   "newline-insert newline"
28358 \end_inset
28359
28360 を押すか、
28361 \family sans
28362 挿入\SpecialChar menuseparator
28363 数式\SpecialChar menuseparator
28364 AMS align環境
28365 \family default
28366 メニューで作ることができます。
28367 \end_layout
28368
28369 \begin_layout Standard
28370 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28371 \begin_inset Formula 
28372 \begin{align*}
28373 A & =\sin(B) & C & =D\\
28374 C & \ne A & B & \ne D
28375 \end{align*}
28376
28377 \end_inset
28378
28379 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28380 \series bold
28381
28382 \backslash
28383 hfill
28384 \begin_inset Foot
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388
28389 \series bold
28390
28391 \backslash
28392 hfill
28393 \series default
28394 に関する詳細は、第
28395 \begin_inset CommandInset ref
28396 LatexCommand ref
28397 reference "subsec:可変長の空白"
28398
28399 \end_inset
28400
28401 節をご覧下さい。
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \series default
28408 があるかのように配置されます。数式様式として
28409 \series bold
28410 行頭下げ
28411 \begin_inset Foot
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415
28416 \series bold
28417 数式様式については、第
28418 \series default
28419
28420 \begin_inset CommandInset ref
28421 LatexCommand ref
28422 reference "sec:数式様式"
28423
28424 \end_inset
28425
28426 節をご覧下さい。
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \series default
28433 を使う場合には、第一列の前の
28434 \series bold
28435
28436 \backslash
28437 hfill
28438 \series default
28439 はない形で数式が設定されます。
28440 \end_layout
28441
28442 \begin_layout Subsubsection
28443 alignat環境
28444 \begin_inset Index idx
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 すうしき@数式 ! たぎょう@多行
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 —— ! alignatかんきょう@alignat環境
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28462 \begin_inset CommandInset ref
28463 LatexCommand ref
28464 reference "subsec:空白"
28465
28466 \end_inset
28467
28468 節に述べられている空白を使用して手動で入れます。
28469 \end_layout
28470
28471 \begin_layout Standard
28472 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28473 \begin_inset space \thinspace{}
28474 \end_inset
28475
28476 cmの空白を入れたものです。
28477 \begin_inset Formula 
28478 \begin{alignat*}{2}
28479 A & =\sin(B) & \hspace{1cm}C & =D\\
28480 C & \ne A & B & \ne D
28481 \end{alignat*}
28482
28483 \end_inset
28484
28485 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28486 \end_layout
28487
28488 \begin_layout Subsubsection
28489 flalign環境
28490 \begin_inset CommandInset label
28491 LatexCommand label
28492 name "subsec:flalign環境"
28493
28494 \end_inset
28495
28496
28497 \begin_inset Index idx
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 すうしき@数式 ! たぎょう@多行
28502 \begin_inset space \thinspace{}
28503 \end_inset
28504
28505 —— ! flalignかんきょう@flalign環境
28506 \end_layout
28507
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \begin_layout Standard
28514 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28515 \begin_inset Formula 
28516 \begin{flalign*}
28517 A & =1 & B & =2 & C & =3\\
28518 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28519 \end{flalign*}
28520
28521 \end_inset
28522
28523
28524 \end_layout
28525
28526 \begin_layout Standard
28527 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
28528 括弧を入れておくと、数式様式として
28529 \series bold
28530 中央揃え
28531 \series default
28532 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28533 \begin_inset CommandInset ref
28534 LatexCommand eqref
28535 reference "eq:VolInt"
28536
28537 \end_inset
28538
28539 式を行頭下げにしたものです。
28540 \begin_inset Formula 
28541 \begin{flalign}
28542 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28543 \end{flalign}
28544
28545 \end_inset
28546
28547 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 ptの空白が第1列の頭に入れてあります。
28552 \end_layout
28553
28554 \begin_layout Subsection
28555 eqnarray環境
28556 \begin_inset CommandInset label
28557 LatexCommand label
28558 name "subsec:eqnarray環境"
28559
28560 \end_inset
28561
28562
28563 \begin_inset Index idx
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 すうしき@数式 ! たぎょう@多行
28568 \begin_inset space \thinspace{}
28569 \end_inset
28570
28571 —— ! eqnarrayかんきょう@eqnarray環境
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28581 いるので、その内容は中央揃えで少し小さく設定されます。
28582 \begin_inset Formula 
28583 \begin{eqnarray*}
28584 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28585 AB & AB & AB\\
28586 A & = & A
28587 \end{eqnarray*}
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Subsection
28595 gather環境
28596 \begin_inset Index idx
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 すうしき@数式 ! たぎょう@多行
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 —— ! gatherかんきょう@gather環境
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28614 \begin_inset Formula 
28615 \begin{gather}
28616 A=1\\
28617 X=\textrm{-}1
28618 \end{gather}
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Subsection
28626 multline環境
28627 \begin_inset CommandInset label
28628 LatexCommand label
28629 name "subsec:multline環境"
28630
28631 \end_inset
28632
28633
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 すうしき@数式 ! たぎょう@多行
28639 \begin_inset space \thinspace{}
28640 \end_inset
28641
28642 —— ! multlineかんきょう@multpline環境
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Standard
28651 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28652 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28653 \begin_inset CommandInset ref
28654 LatexCommand eqref
28655 reference "eq:lefteqn"
28656
28657 \end_inset
28658
28659 式をmultline環境に置いたものを示します。
28660 \begin_inset Formula 
28661 \begin{multline}
28662 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}\\
28663 -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}\\
28664 =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}}
28665 \end{multline}
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28674 \begin_inset Foot
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678 付番様式については、第
28679 \begin_inset CommandInset ref
28680 LatexCommand ref
28681 reference "sec:数式様式"
28682
28683 \end_inset
28684
28685 節を参照。
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Standard
28694
28695 \series bold
28696
28697 \backslash
28698 shoveright
28699 \begin_inset Index idx
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 こまんど@コマンド ! S ! 
28704 \backslash
28705 shoveright
28706 \end_layout
28707
28708 \end_inset
28709
28710 コマンドや
28711 \backslash
28712 shoveleft
28713 \begin_inset Index idx
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 こまんど@コマンド ! S ! 
28718 \backslash
28719 shoveleft
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \series default
28726 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28727 \end_layout
28728
28729 \begin_layout Standard
28730
28731 \series bold
28732
28733 \backslash
28734 shoveright{行の内容}
28735 \series default
28736 あるいは
28737 \series bold
28738
28739 \backslash
28740 shoveleft{行の内容}
28741 \end_layout
28742
28743 \begin_layout Standard
28744 \begin_inset VSpace medskip
28745 \end_inset
28746
28747
28748 \series bold
28749
28750 \backslash
28751 multlinegap
28752 \begin_inset Index idx
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 こまんど@コマンド ! M ! 
28757 \backslash
28758 multlinegap
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \series default
28765 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28766 \begin_inset space \thinspace{}
28767 \end_inset
28768
28769 ptの長さです。
28770 \end_layout
28771
28772 \begin_layout Standard
28773 以下は、上記の数式に
28774 \end_layout
28775
28776 \begin_layout Standard
28777
28778 \series bold
28779
28780 \backslash
28781 setlength{
28782 \backslash
28783 multlinegap}{2cm}
28784 \end_layout
28785
28786 \begin_layout Standard
28787 というコマンドを、\SpecialChar TeX
28788 モードで直前に挿入した例です。
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 setlength{
28797 \backslash
28798 multlinegap}{2cm}
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \begin_inset Formula 
28805 \begin{multline}
28806 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}\\
28807 \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}}\\
28808 =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}}
28809 \end{multline}
28810
28811 \end_inset
28812
28813
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 multlinegap}{0pt}
28824 \end_layout
28825
28826 \end_inset
28827
28828 二行めは、
28829 \series bold
28830
28831 \backslash
28832 shoveleft
28833 \series default
28834 を使って左揃えにしています。
28835 \end_layout
28836
28837 \begin_layout Subsection
28838 数式の一部の多行化
28839 \begin_inset CommandInset label
28840 LatexCommand label
28841 name "subsec:数式の一部の多行化"
28842
28843 \end_inset
28844
28845
28846 \begin_inset Index idx
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 すうしき@数式 ! たぎょう@多行
28851 \begin_inset space \thinspace{}
28852 \end_inset
28853
28854 —— ! すうしきのいちぶ@数式の一部
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 数式の一部分のみを多行表示したい場合には、
28864 \series bold
28865 aligned
28866 \series default
28867
28868 \series bold
28869 alignedat
28870 \series default
28871
28872 \series bold
28873 gathered
28874 \series default
28875
28876 \series bold
28877 split
28878 \series default
28879 のうちのいずれかの環境を使用します。これらは、
28880 \family sans
28881 挿入\SpecialChar menuseparator
28882 数式
28883 \family default
28884 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28885 \end_layout
28886
28887 \begin_layout Standard
28888 最初の三つの環境は、環境名から
28889 \series bold
28890 ed
28891 \series default
28892 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28893 \begin_inset Formula 
28894 \[
28895 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28896 \Delta E\Delta t & \ge\frac{\hbar}{2}
28897 \end{aligned}
28898 \right\} \textrm{不確定性原理}
28899 \]
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 この数式を作るには、別行立て数式をまず作っておいて、そこに
28908 \series bold
28909
28910 \backslash
28911 aligned
28912 \begin_inset Index idx
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 こまんど@コマンド ! A ! 
28917 \backslash
28918 aligned
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \series default
28925 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28926 ます。
28927 \end_layout
28928
28929 \begin_layout Standard
28930 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28931 に配置できる利点があります。以下に例として、
28932 \begin_inset CommandInset ref
28933 LatexCommand eqref
28934 reference "eq:shortlong"
28935
28936 \end_inset
28937
28938 式にaligned環境を適用したものを示します。
28939 \begin_inset Formula 
28940 \begin{equation}
28941 \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}|}\\
28942  & -\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}|}
28943 \end{aligned}
28944 \end{equation}
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \begin_layout Standard
28952
28953 \series bold
28954 alignedat
28955 \series default
28956
28957 \series bold
28958 gathered
28959 \series default
28960
28961 \series bold
28962 split
28963 \series default
28964 の各環境を使うには、それぞれ
28965 \series bold
28966
28967 \backslash
28968 alignedat
28969 \series default
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 こまんど@コマンド ! A ! 
28976 \backslash
28977 alignedat
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \series bold
28984
28985 \backslash
28986 gathered
28987 \series default
28988
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 こまんど@コマンド ! G ! 
28994 \backslash
28995 gathered
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \series bold
29002
29003 \backslash
29004 split
29005 \series default
29006
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 こまんど@コマンド ! S ! 
29012 \backslash
29013 split
29014 \end_layout
29015
29016 \end_inset
29017
29018 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29019 \end_layout
29020
29021 \begin_layout Subsection
29022 多行数式中のテキスト
29023 \begin_inset CommandInset label
29024 LatexCommand label
29025 name "subsec:多行数式中のテキスト"
29026
29027 \end_inset
29028
29029
29030 \begin_inset Index idx
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \begin_inset Index idx
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 すうしき @ 数式 ! たぎょう @ 多行
29045 \begin_inset space \thinspace{}
29046 \end_inset
29047
29048 —— ! てきすと @ テキスト
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29058 式を持つ
29059 \series bold
29060
29061 \backslash
29062 intertext
29063 \series default
29064
29065 \begin_inset Index idx
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 こまんど@コマンド ! I ! 
29070 \backslash
29071 intertext
29072 \end_layout
29073
29074 \end_inset
29075
29076 コマンドを使います。
29077 \end_layout
29078
29079 \begin_layout Standard
29080
29081 \series bold
29082
29083 \backslash
29084 intertext{テキスト}
29085 \end_layout
29086
29087 \begin_layout Standard
29088 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29089 は、現時点では
29090 \series bold
29091
29092 \backslash
29093 intertext
29094 \series default
29095 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29096 \series bold
29097
29098 \backslash
29099 intertext
29100 \series default
29101 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29102 \begin_inset Formula 
29103 \begin{align}
29104 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29105 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29106 \end{align}
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116
29117 \backslash
29118 intertext
29119 \series default
29120 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29121 \family sans
29122 数式オプション
29123 \family default
29124
29125 \series bold
29126 mathtools
29127 \series default
29128
29129 \begin_inset Index idx
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 ぱっけーじ@パッケージ ! mathtools
29134 \end_layout
29135
29136 \end_inset
29137
29138 パッケージを
29139 \family sans
29140 常に読み込み
29141 \family default
29142 に設定してください。そうすると、以下のように、
29143 \series bold
29144
29145 \backslash
29146 intertext
29147 \series default
29148 の代わりに
29149 \series bold
29150
29151 \backslash
29152 shortintertext
29153 \series default
29154
29155 \begin_inset Index idx
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159 こまんど@コマンド ! S ! 
29160 \backslash
29161 shortintertext
29162 \end_layout
29163
29164 \end_inset
29165
29166 コマンドを使うことができます。
29167 \begin_inset Formula 
29168 \begin{align}
29169 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29170 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29171 \end{align}
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Section
29179 数式番号
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 すうしきばんごう@数式番号
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \begin_inset Index idx
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 すうしき@数式 ! ばんごう@番号
29195 \begin_inset ERT
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199
29200 |see{
29201 \end_layout
29202
29203 \end_inset
29204
29205 数式番号
29206 \begin_inset ERT
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210
29211 }
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Subsection
29225 概要
29226 \end_layout
29227
29228 \begin_layout Standard
29229 付番数式は、
29230 \family sans
29231 挿入\SpecialChar menuseparator
29232 数式\SpecialChar menuseparator
29233 付番数式
29234 \family default
29235 メニュー(
29236 \begin_inset Flex Ruby
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 捷径
29241 \begin_inset Argument post:1
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 ショートカット
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \family sans
29257 Ctrl+Alt
29258 \begin_inset space ~
29259 \end_inset
29260
29261 N
29262 \family default
29263 )で作ることができます。既存の数式に番号を振るには、
29264 \family sans
29265 編集\SpecialChar menuseparator
29266 数式\SpecialChar menuseparator
29267 数式全体を付番
29268 \family default
29269 メニュー(捷径:
29270 \begin_inset Info
29271 type  "shortcut"
29272 arg   "math-number-toggle"
29273 \end_inset
29274
29275 )を使います。\SpecialChar LyX
29276 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29277 \end_layout
29278
29279 \begin_layout Standard
29280 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29281 \family sans
29282 編集\SpecialChar menuseparator
29283 数式\SpecialChar menuseparator
29284 この行を付番
29285 \family default
29286 メニュー(捷径:
29287 \begin_inset Info
29288 type  "shortcut"
29289 arg   "math-number-line-toggle"
29290 \end_inset
29291
29292 )を使用すれば、各行毎に付番するかどうか指定することができます。
29293 \end_layout
29294
29295 \begin_layout Standard
29296 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29297 \begin_inset CommandInset ref
29298 LatexCommand ref
29299 reference "sec:数式様式"
29300
29301 \end_inset
29302
29303 節をご覧下さい。
29304 \end_layout
29305
29306 \begin_layout Subsection
29307 相互参照
29308 \begin_inset Index idx
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312 そうごさんしょう@相互参照 ! すうしきへの@数式への
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \end_layout
29319
29320 \begin_layout Standard
29321 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29322 \family sans
29323 挿入\SpecialChar menuseparator
29324 ラベル
29325 \family default
29326 メニューか、ツールバーボタンの
29327 \begin_inset Info
29328 type  "icon"
29329 arg   "label-insert"
29330 \end_inset
29331
29332 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29333 \series bold
29334 eq:と
29335 \series default
29336 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29337 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29338 \family sans
29339 挿入\SpecialChar menuseparator
29340 ラベル
29341 \family default
29342 メニューをもういちど使って下さい。
29343 \end_layout
29344
29345 \begin_layout Standard
29346 \SpecialChar LyX
29347 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29348 \end_layout
29349
29350 \begin_layout Standard
29351 相互参照は、
29352 \family sans
29353 挿入\SpecialChar menuseparator
29354 相互参照
29355 \family default
29356 メニューかツールバーボタンの
29357 \begin_inset Info
29358 type  "icon"
29359 arg   "dialog-show-new-inset ref"
29360 \end_inset
29361
29362 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29363 \series bold
29364 (<参照>)
29365 \series default
29366 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29367 \begin_inset Newline newline
29368 \end_inset
29369
29370 \SpecialChar LyX
29371 中で相互参照を右クリックすると、参照先の数式に移動することができます。
29372 \end_layout
29373
29374 \begin_layout Standard
29375 以下は、後の各小節に現れる数式への相互参照を含む例です。
29376 \begin_inset Note Note
29377 status open
29378
29379 \begin_layout Plain Layout
29380 相互参照の型の違いに留意してください。
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 \begin_inset CommandInset ref
29390 LatexCommand eqref
29391 reference "eq:tag"
29392
29393 \end_inset
29394
29395 式と
29396 \begin_inset CommandInset ref
29397 LatexCommand eqref
29398 reference "eq:c"
29399
29400 \end_inset
29401
29402 式は、等価です。(
29403 \begin_inset CommandInset ref
29404 LatexCommand ref
29405 reference "eq:Rom"
29406
29407 \end_inset
29408
29409 )式とは異なり、(
29410 \begin_inset CommandInset ref
29411 LatexCommand ref
29412 reference "eq:Lat"
29413
29414 \end_inset
29415
29416 )式では、付番にラテン数字を使用しています。
29417 \end_layout
29418
29419 \begin_layout Standard
29420 \begin_inset VSpace medskip
29421 \end_inset
29422
29423
29424 \series bold
29425
29426 \backslash
29427 tag
29428 \begin_inset Foot
29429 status collapsed
29430
29431 \begin_layout Plain Layout
29432
29433 \series bold
29434
29435 \backslash
29436 tag
29437 \series default
29438 は、第
29439 \begin_inset CommandInset ref
29440 LatexCommand ref
29441 reference "subsec:自己定義番号"
29442
29443 \end_inset
29444
29445 節に説明があります。
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \series default
29452 の引数が、第
29453 \begin_inset CommandInset ref
29454 LatexCommand ref
29455 reference "subsec:段落ボックス"
29456
29457 \end_inset
29458
29459 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29460 \end_layout
29461
29462 \begin_layout Subsection
29463 細目番号
29464 \begin_inset Index idx
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Standard
29477
29478 \series bold
29479
29480 \backslash
29481 begin{subequations}
29482 \series default
29483 および
29484 \series bold
29485
29486 \backslash
29487 end{subequations}
29488 \series default
29489 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
29490 モードで入れます。
29491 \end_layout
29492
29493 \begin_layout Standard
29494 たとえば、
29495 \begin_inset Formula 
29496 \begin{equation}
29497 A=C-B
29498 \end{equation}
29499
29500 \end_inset
29501
29502
29503 \begin_inset ERT
29504 status open
29505
29506 \begin_layout Plain Layout
29507
29508
29509 \backslash
29510 begin{subequations}
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \begin_inset VSpace -5mm
29517 \end_inset
29518
29519
29520 \begin_inset Formula 
29521 \begin{equation}
29522 B=C-A\label{eq:b}
29523 \end{equation}
29524
29525 \end_inset
29526
29527
29528 \begin_inset Formula 
29529 \begin{equation}
29530 C=A+B\label{eq:c}
29531 \end{equation}
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 \begin_inset ERT
29540 status open
29541
29542 \begin_layout Plain Layout
29543
29544
29545 \backslash
29546 end{subequations}
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 この例を作るには、次のようにします。
29556 \end_layout
29557
29558 \begin_layout Enumerate
29559 一つめの数式を入力します。
29560 \end_layout
29561
29562 \begin_layout Enumerate
29563 一つめの数式の後に
29564 \begin_inset Newline newline
29565 \end_inset
29566
29567
29568 \series bold
29569
29570 \backslash
29571 begin{subequations}
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575
29576 \series default
29577 を入力します。
29578 \end_layout
29579
29580 \begin_layout Enumerate
29581 二つめの数式を入力します。
29582 \end_layout
29583
29584 \begin_layout Enumerate
29585 三つめの数式を入力します。
29586 \end_layout
29587
29588 \begin_layout Enumerate
29589 三つめの数式の後に、
29590 \series bold
29591
29592 \backslash
29593 end{subequations}
29594 \series default
29595 を入力します。
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 begin
29604 \series default
29605 コマンドと
29606 \series bold
29607
29608 \backslash
29609 end
29610 \series default
29611 コマンドのあいだの数式はすべて、a・b・c\SpecialChar ldots
29612
29613 \lang english
29614 in the output
29615 \lang japanese
29616 。のように細目番号が振られます。
29617 \end_layout
29618
29619 \begin_layout Standard
29620
29621 \lang english
29622 Referencing subequations work like for normal equations: 
29623 \lang japanese
29624
29625 \begin_inset CommandInset ref
29626 LatexCommand eqref
29627 reference "eq:b"
29628
29629 \end_inset
29630
29631
29632 \lang english
29633
29634 \lang japanese
29635
29636 \begin_inset CommandInset ref
29637 LatexCommand eqref
29638 reference "eq:c"
29639
29640 \end_inset
29641
29642
29643 \lang english
29644 .
29645  If you want to reference the subequations collectively, insert a label
29646  directly after
29647 \series bold
29648 \lang japanese
29649  
29650 \backslash
29651 begin{subequations}
29652 \series default
29653  
29654 \lang english
29655 and reference it.
29656  Formula 
29657 \lang japanese
29658
29659 \begin_inset CommandInset ref
29660 LatexCommand eqref
29661 reference "eq:以下は、二行めのみ付番を無効にしている多行数式の例です。"
29662
29663 \end_inset
29664
29665
29666 \lang english
29667  is an example.
29668 \end_layout
29669
29670 \begin_layout Standard
29671 上記のように、コマンドを\SpecialChar TeX
29672 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29673 \begin_inset space \thinspace{}
29674 \end_inset
29675
29676 mmの垂直空白を
29677 \series bold
29678
29679 \backslash
29680 begin{subequations}
29681 \series default
29682 コマンドの後に入れています。数式様式として
29683 \series bold
29684 行頭下げ
29685 \begin_inset Foot
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690 \series bold
29691 数式様式に関しては、第
29692 \series default
29693
29694 \begin_inset CommandInset ref
29695 LatexCommand ref
29696 reference "sec:数式様式"
29697
29698 \end_inset
29699
29700 節を参照。
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \series default
29707 を用いているときには、これを-7
29708 \begin_inset space \thinspace{}
29709 \end_inset
29710
29711 mm空白にしてください。
29712 \end_layout
29713
29714 \begin_layout Standard
29715
29716 \lang english
29717 To get another subnumber instead of small Latin letters, insert this command
29718  as TeX code after
29719 \lang japanese
29720  
29721 \series bold
29722
29723 \backslash
29724 begin{subequations}
29725 \series default
29726 :
29727 \end_layout
29728
29729 \begin_layout Standard
29730
29731 \series bold
29732
29733 \backslash
29734 renewcommand{
29735 \backslash
29736 theequation}{
29737 \backslash
29738 theparentequation -
29739 \backslash
29740 roman{equation}}
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 theparentequation
29749 \series default
29750  
29751 \lang english
29752 creates hereby the parent number and
29753 \lang japanese
29754  
29755 \series bold
29756
29757 \backslash
29758 roman{equation}
29759 \series default
29760 \lang english
29761  adds a small Roman number as subnumber.
29762  For more information about the customization of the numbering, see 
29763 \lang japanese
29764
29765 \begin_inset CommandInset ref
29766 LatexCommand ref
29767 reference "subsec:ローマ数字や文字を使った付番"
29768
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \lang english
29777 Here is an example for a multiline formula where the numbering is customized
29778  and turned off for the second line:
29779 \lang japanese
29780
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786
29787 \backslash
29788 begin{subequations}
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset CommandInset label
29795 LatexCommand label
29796 name "eq:以下は、二行めのみ付番を無効にしている多行数式の例です。"
29797
29798 \end_inset
29799
29800
29801 \begin_inset ERT
29802 status open
29803
29804 \begin_layout Plain Layout
29805
29806
29807 \backslash
29808 renewcommand{
29809 \backslash
29810 theequation}{
29811 \backslash
29812 theparentequation -
29813 \backslash
29814 roman{equation}}
29815 \end_layout
29816
29817 \end_inset
29818
29819
29820 \begin_inset Formula 
29821 \begin{eqnarray}
29822 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
29823  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29824  & = & B^{2}-2BZ+Z^{2}
29825 \end{eqnarray}
29826
29827 \end_inset
29828
29829
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835
29836 \backslash
29837 end{subequations}
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Subsection
29846 自己定義番号
29847 \begin_inset CommandInset label
29848 LatexCommand label
29849 name "subsec:自己定義番号"
29850
29851 \end_inset
29852
29853
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 すうしきばんごう@数式番号 ! じこていぎ@自己定義
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Standard
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29872 \end_layout
29873
29874 \end_inset
29875
29876 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
29877 プリアンブルに以下の行を付け加えます。
29878 \end_layout
29879
29880 \begin_layout Standard
29881
29882 \series bold
29883
29884 \backslash
29885 def
29886 \backslash
29887 tagform@#1{
29888 \backslash
29889 maketag@@@{
29890 \series default
29891
29892 \begin_inset Formula $\boldsymbol{|}$
29893 \end_inset
29894
29895
29896 \series bold
29897 #1
29898 \series default
29899
29900 \begin_inset Formula $\boldsymbol{|}$
29901 \end_inset
29902
29903
29904 \series bold
29905 }}
29906 \series default
29907
29908 \begin_inset Note Note
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 このマクロは、テスト用に\SpecialChar LaTeX
29913 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 他の記号を使いたいときには、
29923 \series bold
29924 #1
29925 \series default
29926 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29927 \end_layout
29928
29929 \begin_layout Standard
29930 \begin_inset VSpace bigskip
29931 \end_inset
29932
29933 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29934 \series bold
29935
29936 \backslash
29937 tag
29938 \series default
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 こまんど@コマンド ! T ! 
29945 \backslash
29946 tag
29947 \end_layout
29948
29949 \end_inset
29950
29951 コマンドを使います。
29952 \begin_inset Formula 
29953 \begin{equation}
29954 A+B=C\tag{何とかかんとか}\label{eq:tag}
29955 \end{equation}
29956
29957 \end_inset
29958
29959 上記の例では、
29960 \series bold
29961
29962 \backslash
29963 tag
29964 \begin_inset space \textvisiblespace{}
29965 \end_inset
29966
29967 何とかかんとか
29968 \series default
29969 というコマンドを数式に打ち込んでいます。
29970 \end_layout
29971
29972 \begin_layout Standard
29973 代わりに
29974 \series bold
29975
29976 \backslash
29977 tag*
29978 \begin_inset space \textvisiblespace{}
29979 \end_inset
29980
29981 何とかかんとか
29982 \series default
29983 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29984 \begin_inset Formula 
29985 \[
29986 A+B=C\tag*{something}
29987 \]
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset VSpace bigskip
29996 \end_inset
29997
29998 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002
30003 \series bold
30004
30005 \backslash
30006 @addtoreset{equation}{part}
30007 \series default
30008
30009 \begin_inset Index idx
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 こまんど@コマンド ! 
30014 \backslash
30015 @記号 ! 
30016 \backslash
30017
30018 \begin_inset ERT
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022
30023 "
30024 \end_layout
30025
30026 \end_inset
30027
30028 @
30029 \begin_inset ERT
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033
30034 "
30035 \end_layout
30036
30037 \end_inset
30038
30039 addtoreset
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \begin_inset Newline newline
30046 \end_inset
30047
30048 節に関しては
30049 \begin_inset Newline newline
30050 \end_inset
30051
30052
30053 \series bold
30054
30055 \backslash
30056 @addtoreset{equation}{section}
30057 \begin_inset Newline newline
30058 \end_inset
30059
30060
30061 \series default
30062 というコマンドを使います。
30063 \end_layout
30064
30065 \begin_layout Standard
30066 これらのコマンドを\SpecialChar TeX
30067 モードで使えるようにするためには、
30068 \series bold
30069
30070 \backslash
30071 makeatletter
30072 \series default
30073 コマンドで「@」字を\SpecialChar LaTeX
30074 中で「有効」にしてやらなくてはなりません。一方、
30075 \series bold
30076
30077 \backslash
30078 makeatother
30079 \series default
30080 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30081 モード中での上記コマンド列は、
30082 \end_layout
30083
30084 \begin_layout Standard
30085
30086 \series bold
30087
30088 \backslash
30089 makeatletter
30090 \begin_inset Newline newline
30091 \end_inset
30092
30093
30094 \backslash
30095 @addtoreset{equation}{section}
30096 \begin_inset Newline newline
30097 \end_inset
30098
30099
30100 \backslash
30101 makeatother
30102 \begin_inset Newline newline
30103 \end_inset
30104
30105
30106 \series default
30107 のようにならなくてはなりません。
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \SpecialChar LaTeX
30112 プリアンブル中では、
30113 \series bold
30114
30115 \backslash
30116 makeatletter
30117 \series default
30118
30119 \series bold
30120
30121 \backslash
30122 makeatother
30123 \series default
30124 は、\SpecialChar LyX
30125 が内部的に自動で挿入するので省略してかまいません。
30126 \end_layout
30127
30128 \begin_layout Standard
30129
30130 \series bold
30131
30132 \backslash
30133 @addtoreset
30134 \series default
30135 を戻すには、まず\SpecialChar LaTeX
30136 プリアンブル中に
30137 \end_layout
30138
30139 \begin_layout Standard
30140
30141 \series bold
30142
30143 \backslash
30144 usepackage{remreset}
30145 \end_layout
30146
30147 \begin_layout Standard
30148 という行を入れて、
30149 \series bold
30150 remreset.sty
30151 \series default
30152
30153 \begin_inset Foot
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158 \series bold
30159 remreset
30160 \series default
30161 は、\SpecialChar LaTeX
30162 パッケージの
30163 \series bold
30164 carlisle
30165 \series default
30166
30167 \begin_inset Index idx
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 ぱっけーじ@パッケージ ! carlisle
30172 \end_layout
30173
30174 \end_inset
30175
30176 の一部として含まれており、\SpecialChar LaTeX
30177 標準頒布版には含まれています。
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 ぱっけーじ@パッケージ ! remreset
30188 \end_layout
30189
30190 \end_inset
30191
30192 ファイルを読み込んでおかなくてはなりません。その後
30193 \begin_inset Newline newline
30194 \end_inset
30195
30196
30197 \series bold
30198
30199 \backslash
30200 @removefromreset
30201 \series default
30202
30203 \begin_inset Index idx
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207 こまんど@コマンド ! 
30208 \backslash
30209 @記号 ! 
30210 \backslash
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217 "
30218 \end_layout
30219
30220 \end_inset
30221
30222 @
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 "
30229 \end_layout
30230
30231 \end_inset
30232
30233 removefromreset
30234 \end_layout
30235
30236 \end_inset
30237
30238 コマンドを
30239 \series bold
30240
30241 \backslash
30242 @addtoreset
30243 \series default
30244 と同じ書式で使用すると、
30245 \series bold
30246
30247 \backslash
30248 @addtoreset
30249 \series default
30250 を戻すことができます。
30251 \end_layout
30252
30253 \begin_layout Standard
30254 \begin_inset VSpace bigskip
30255 \end_inset
30256
30257 ときには、数式を
30258 \end_layout
30259
30260 \begin_layout Standard
30261
30262 \family typewriter
30263 (節番号.数式番号)
30264 \end_layout
30265
30266 \begin_layout Standard
30267 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30268 \end_layout
30269
30270 \begin_layout Standard
30271 このような場合のために、
30272 \series bold
30273
30274 \backslash
30275 numberwithin
30276 \series default
30277
30278 \begin_inset Index idx
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282 こまんど@コマンド ! N ! 
30283 \backslash
30284 numberwithin
30285 \end_layout
30286
30287 \end_inset
30288
30289 というコマンドがあり、
30290 \end_layout
30291
30292 \begin_layout Standard
30293
30294 \series bold
30295
30296 \backslash
30297 numberwithin{カウンタ}{節階層}
30298 \end_layout
30299
30300 \begin_layout Standard
30301 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30302 \end_layout
30303
30304 \begin_layout Standard
30305 したがって、ここでは\SpecialChar LaTeX
30306 プリアンブルか\SpecialChar TeX
30307 コードで
30308 \end_layout
30309
30310 \begin_layout Standard
30311
30312 \series bold
30313
30314 \backslash
30315 numberwithin{equation}{section}
30316 \end_layout
30317
30318 \begin_layout Standard
30319 という行を用いることにしましょう。その結果がこれです。
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325
30326 \backslash
30327 numberwithin{equation}{section}
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Formula 
30334 \begin{equation}
30335 A+B=C
30336 \end{equation}
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 たとえば、部番号を節階層として使用して、表に付番を施すときには
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \series bold
30350
30351 \backslash
30352 numberwithin{table}{part}
30353 \series default
30354 を用います。
30355 \end_layout
30356
30357 \begin_layout Standard
30358 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30359 \end_layout
30360
30361 \begin_layout Standard
30362
30363 \series bold
30364
30365 \backslash
30366 renewcommand{
30367 \backslash
30368 theequation}{
30369 \backslash
30370 arabic{equation}}
30371 \begin_inset Index idx
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 こまんど@コマンド ! A ! 
30376 \backslash
30377 arabic
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \series default
30384
30385 \begin_inset ERT
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389
30390
30391 \backslash
30392 renewcommand{
30393 \backslash
30394 theequation}{
30395 \backslash
30396 arabic{equation}}
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \series bold
30403
30404 \begin_inset Newline newline
30405 \end_inset
30406
30407
30408 \series default
30409 あるいは
30410 \series bold
30411
30412 \begin_inset Newline newline
30413 \end_inset
30414
30415
30416 \backslash
30417 renewcommand{
30418 \backslash
30419 thetable}{
30420 \backslash
30421 arabic{table}}
30422 \end_layout
30423
30424 \begin_layout Standard
30425 というコマンドを\SpecialChar TeX
30426 コードとして入れるか、\SpecialChar LaTeX
30427 プリアンブルに入れます。
30428 \series bold
30429
30430 \backslash
30431 numberwithin
30432 \series default
30433 は、内部的に上記で述べた
30434 \series bold
30435
30436 \backslash
30437 @addtoreset
30438 \series default
30439 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445
30446 \backslash
30447 makeatletter
30448 \end_layout
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 @removefromreset{equation}{section}
30455 \end_layout
30456
30457 \begin_layout Plain Layout
30458
30459
30460 \backslash
30461 makeatother
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Subsection
30470 ローマ数字や文字を使った付番
30471 \begin_inset CommandInset label
30472 LatexCommand label
30473 name "subsec:ローマ数字や文字を使った付番"
30474
30475 \end_inset
30476
30477
30478 \begin_inset Index idx
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \begin_inset Index idx
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \end_layout
30499
30500 \begin_layout Standard
30501 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
30502 モードで
30503 \end_layout
30504
30505 \begin_layout Standard
30506
30507 \series bold
30508
30509 \backslash
30510 renewcommand{
30511 \backslash
30512 theequation}{
30513 \backslash
30514 roman{equation}}
30515 \end_layout
30516
30517 \begin_layout Standard
30518 というコマンドを入れます。
30519 \series bold
30520
30521 \backslash
30522 renewcommand
30523 \series default
30524
30525 \begin_inset Index idx
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 こまんど@コマンド ! R ! 
30530 \backslash
30531 renewcommand
30532 \end_layout
30533
30534 \end_inset
30535
30536 は、定義済みのコマンド
30537 \series bold
30538
30539 \backslash
30540 theequation
30541 \series default
30542 をコマンド
30543 \series bold
30544
30545 \backslash
30546 roman{equation}
30547 \series default
30548 に再定義します
30549 \begin_inset Foot
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553
30554 \series bold
30555
30556 \backslash
30557 renewcommand
30558 \series default
30559 コマンドは、第
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "subsec:newcommandコマンド"
30563
30564 \end_inset
30565
30566 節に述べられている
30567 \series bold
30568
30569 \backslash
30570 newcommand
30571 \series default
30572 コマンドと同じ書式を持ちます。
30573 \end_layout
30574
30575 \end_inset
30576
30577 。ここで、
30578 \series bold
30579 equation
30580 \series default
30581 は数式カウンタです。コマンド
30582 \series bold
30583
30584 \backslash
30585 the
30586 \series default
30587 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
30588 は、内部的に
30589 \series bold
30590
30591 \backslash
30592 theequation
30593 \series default
30594 コマンドを数式の後ろに置くのです。
30595 \series bold
30596
30597 \backslash
30598 roman{equation}
30599 \begin_inset Index idx
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 こまんど@コマンド ! R ! 
30604 \backslash
30605 roman
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \series default
30612 は、カウンタを小文字のローマ数字として出力します。
30613 \end_layout
30614
30615 \begin_layout Standard
30616 こうして、
30617 \series bold
30618
30619 \backslash
30620 renew
30621 \series default
30622 c
30623 \series bold
30624 ommand
30625 \series default
30626 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30627 \series bold
30628
30629 \backslash
30630 roman
30631 \series default
30632 の部分を
30633 \series bold
30634
30635 \backslash
30636 Roman
30637 \series default
30638
30639 \begin_inset Index idx
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 こまんど@コマンド ! R ! 
30644 \backslash
30645 roman@
30646 \backslash
30647 Roman
30648 \end_layout
30649
30650 \end_inset
30651
30652 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30653 \series bold
30654
30655 \backslash
30656 alph
30657 \series default
30658
30659 \begin_inset Index idx
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 こまんど@コマンド ! A ! 
30664 \backslash
30665 alph
30666 \end_layout
30667
30668 \end_inset
30669
30670 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30671 \series bold
30672
30673 \backslash
30674 Alph
30675 \series default
30676
30677 \begin_inset Index idx
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 こまんど@コマンド ! A ! 
30682 \backslash
30683 alph@
30684 \backslash
30685 Alph
30686 \end_layout
30687
30688 \end_inset
30689
30690 コマンドがあります。
30691 \end_layout
30692
30693 \begin_layout Standard
30694 \begin_inset Note Greyedout
30695 status open
30696
30697 \begin_layout Plain Layout
30698
30699 \series bold
30700 【註】
30701 \series default
30702 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \begin_inset Newpage newpage
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \begin_layout Standard
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 renewcommand{
30723 \backslash
30724 theequation}{
30725 \backslash
30726 roman{equation}}
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 \begin_inset Formula 
30736 \begin{equation}
30737 A=\textrm{小文字ローマ数字}
30738 \end{equation}
30739
30740 \end_inset
30741
30742
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 renewcommand{
30751 \backslash
30752 theequation}{
30753 \backslash
30754 Roman{equation}}
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Formula 
30761 \begin{equation}
30762 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30763 \end{equation}
30764
30765 \end_inset
30766
30767
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 renewcommand{
30776 \backslash
30777 theequation}{
30778 \backslash
30779 alph{equation}}
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset Formula 
30786 \begin{equation}
30787 C=\textrm{小文字ラテン文字}
30788 \end{equation}
30789
30790 \end_inset
30791
30792
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798
30799 \backslash
30800 renewcommand{
30801 \backslash
30802 theequation}{
30803 \backslash
30804 Alph{equation}}
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \begin_inset Formula 
30811 \begin{equation}
30812 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30813 \end{equation}
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \begin_layout Standard
30821 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826 \series bold
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 theequation}{
30832 \backslash
30833 arabic{equation}}
30834 \begin_inset Index idx
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838 こまんど@コマンド ! A ! 
30839 \backslash
30840 arabic
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854
30855 \backslash
30856 renewcommand{
30857 \backslash
30858 theequation}{
30859 \backslash
30860 arabic{equation}}
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Formula 
30867 \begin{equation}
30868 E=\textrm{アラビア数字}
30869 \end{equation}
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 \begin_inset VSpace medskip
30878 \end_inset
30879
30880 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30881 てはなりません。この点に関する説明は、ファイル
30882 \begin_inset CommandInset href
30883 LatexCommand href
30884 name "Formula-numbering.lyx"
30885 target "run:Formula-numbering.lyx"
30886
30887 \end_inset
30888
30889 にあります。
30890 \end_layout
30891
30892 \begin_layout Section
30893 化学記号と化学式
30894 \begin_inset CommandInset label
30895 LatexCommand label
30896 name "subsec:化学記号と化学式"
30897
30898 \end_inset
30899
30900
30901 \begin_inset Index idx
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 かがくきごう@化学記号 ! きごう@記号
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Index idx
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 かがくしき@化学式
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \begin_inset Index idx
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 きごう@記号 ! かがく@化学
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 以下は、化学関係の文章の例です。
30935 \end_layout
30936
30937 \begin_layout Quote
30938 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30939 \end_inset
30940
30941 イオンは、2つの
30942 \begin_inset Formula $\mathrm{Na^{+}}$
30943 \end_inset
30944
30945 イオンと反応して、硫酸化塩
30946 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30947 \end_inset
30948
30949 を形成します。この化学式は以下のようになります。
30950 \begin_inset Formula 
30951 \begin{equation}
30952 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30953 \end{equation}
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30962 \begin_inset Flex Ruby
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 捷径
30967 \begin_inset Argument post:1
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 ショートカット
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \begin_inset Info
30983 type  "shortcut"
30984 arg   "font-roman"
30985 \end_inset
30986
30987 を押せば、アップライトフォント様式に変更することができます
30988 \begin_inset Foot
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992 フォント様式に関しては、第
30993 \begin_inset CommandInset ref
30994 LatexCommand ref
30995 reference "subsec:書体様式"
30996
30997 \end_inset
30998
30999 節を参照のこと。
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31009 パッケージ
31010 \series bold
31011 mhchem
31012 \series default
31013
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 ぱっけーじ@パッケージ ! mhchem
31019 \end_layout
31020
31021 \end_inset
31022
31023 が導入されているときに使用することができる
31024 \series bold
31025
31026 \backslash
31027 ce
31028 \series default
31029
31030 \begin_inset Index idx
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034 こまんど@コマンド ! C ! 
31035 \backslash
31036 ce
31037 \end_layout
31038
31039 \end_inset
31040
31041 コマンドを使用することです。
31042 \series bold
31043
31044 \backslash
31045 ce
31046 \series default
31047 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31048 \begin_inset Separator parbreak
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 \align center
31056 \begin_inset Tabular
31057 <lyxtabular version="3" rows="10" columns="2">
31058 <features booktabs="true" tabularvalignment="middle">
31059 <column alignment="center" valignment="top" width="0pt">
31060 <column alignment="center" valignment="top">
31061 <row>
31062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31063 \begin_inset Text
31064
31065 \begin_layout Plain Layout
31066 コマンド
31067 \end_layout
31068
31069 \end_inset
31070 </cell>
31071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31072 \begin_inset Text
31073
31074 \begin_layout Plain Layout
31075 出力
31076 \end_layout
31077
31078 \end_inset
31079 </cell>
31080 </row>
31081 <row>
31082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31083 \begin_inset Text
31084
31085 \begin_layout Plain Layout
31086
31087 \backslash
31088 ce
31089 \begin_inset space \textvisiblespace{}
31090 \end_inset
31091
31092 H2CO3
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31098 \begin_inset Text
31099
31100 \begin_layout Plain Layout
31101 \begin_inset Formula $\ce{H2CO3}$
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 </row>
31110 <row topspace="1.5mm">
31111 <cell alignment="center" valignment="top" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115
31116 \backslash
31117 ce
31118 \begin_inset space \textvisiblespace{}
31119 \end_inset
31120
31121 SO4^2-
31122 \end_layout
31123
31124 \end_inset
31125 </cell>
31126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31127 \begin_inset Text
31128
31129 \begin_layout Plain Layout
31130 \begin_inset Formula $\ce{SO4^{2-}}$
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 </row>
31139 <row topspace="1.5mm">
31140 <cell alignment="center" valignment="top" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144
31145 \backslash
31146 ce
31147 \begin_inset space \textvisiblespace{}
31148 \end_inset
31149
31150 (NH4)2S
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 \begin_inset Formula $\ce{(NH4)2S}$
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \end_inset
31166 </cell>
31167 </row>
31168 <row topspace="1.5mm">
31169 <cell alignment="center" valignment="top" usebox="none">
31170 \begin_inset Text
31171
31172 \begin_layout Plain Layout
31173
31174 \backslash
31175 ce
31176 \begin_inset space \textvisiblespace{}
31177 \end_inset
31178
31179 KCr(SO4)2.12H2O
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 </row>
31197 <row topspace="1.5mm">
31198 <cell alignment="center" valignment="top" usebox="none">
31199 \begin_inset Text
31200
31201 \begin_layout Plain Layout
31202
31203 \backslash
31204 ce
31205 \begin_inset space \textvisiblespace{}
31206 \end_inset
31207
31208 A-B
31209 \backslash
31210 dbond
31211 \begin_inset space \textvisiblespace{}
31212 \end_inset
31213
31214 C
31215 \backslash
31216 tbond
31217 \begin_inset space \textvisiblespace{}
31218 \end_inset
31219
31220 D
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 </row>
31238 <row topspace="1.5mm">
31239 <cell alignment="center" valignment="top" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243
31244 \backslash
31245 ce
31246 \begin_inset space \textvisiblespace{}
31247 \end_inset
31248
31249 ^227
31250 \begin_inset Formula $\downarrow$
31251 \end_inset
31252
31253 _90
31254 \begin_inset Formula $\to$
31255 \end_inset
31256
31257 Th+
31258 \end_layout
31259
31260 \end_inset
31261 </cell>
31262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31263 \begin_inset Text
31264
31265 \begin_layout Plain Layout
31266 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 </row>
31275 <row>
31276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Plain Layout
31280
31281 \backslash
31282 ce
31283 \begin_inset space \textvisiblespace{}
31284 \end_inset
31285
31286
31287 \backslash
31288 mu
31289 \begin_inset space \textvisiblespace{}
31290 \end_inset
31291
31292
31293 \backslash
31294 hyphen
31295 \begin_inset space \textvisiblespace{}
31296 \end_inset
31297
31298 Cl
31299 \end_layout
31300
31301 \end_inset
31302 </cell>
31303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 </row>
31316 <row>
31317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31318 \begin_inset Text
31319
31320 \begin_layout Plain Layout
31321
31322 \backslash
31323 ce
31324 \begin_inset space \textvisiblespace{}
31325 \end_inset
31326
31327 CO2
31328 \begin_inset space \textvisiblespace{}
31329 \end_inset
31330
31331 +
31332 \begin_inset space \textvisiblespace{}
31333 \end_inset
31334
31335 C
31336 \begin_inset space \textvisiblespace{}
31337 \end_inset
31338
31339 <=>
31340 \begin_inset space \textvisiblespace{}
31341 \end_inset
31342
31343 2CO
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31349 \begin_inset Text
31350
31351 \begin_layout Plain Layout
31352 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 </row>
31361 <row topspace="1.5mm">
31362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366
31367 \backslash
31368 ce
31369 \begin_inset space \textvisiblespace{}
31370 \end_inset
31371
31372 CO2
31373 \begin_inset space \textvisiblespace{}
31374 \end_inset
31375
31376 +
31377 \begin_inset space \textvisiblespace{}
31378 \end_inset
31379
31380 C
31381 \begin_inset space \textvisiblespace{}
31382 \end_inset
31383
31384 ->[
31385 \backslash
31386 alpha][
31387 \backslash
31388 beta]
31389 \begin_inset space \textvisiblespace{}
31390 \end_inset
31391
31392 2CO}
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31398 \begin_inset Text
31399
31400 \begin_layout Plain Layout
31401 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \end_inset
31408 </cell>
31409 </row>
31410 </lyxtabular>
31411
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset Note Greyedout
31419 status open
31420
31421 \begin_layout Plain Layout
31422
31423 \series bold
31424 【註】
31425 \series default
31426 \SpecialChar LyX
31427 では、
31428 \series bold
31429 mhchem
31430 \series default
31431 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
31432 \series bold
31433
31434 \backslash
31435 uparrow
31436 \series default
31437 コマンドを続けます。
31438 \color none
31439
31440 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452
31453 \series bold
31454
31455 \backslash
31456 ce
31457 \series default
31458 を使うと
31459 \begin_inset CommandInset ref
31460 LatexCommand eqref
31461 reference "eq:chem-reaction"
31462
31463 \end_inset
31464
31465 式のコマンドは
31466 \begin_inset Newline newline
31467 \end_inset
31468
31469
31470 \series bold
31471  
31472 \backslash
31473 ce
31474 \begin_inset space \textvisiblespace{}
31475 \end_inset
31476
31477 2Na+
31478 \begin_inset space \textvisiblespace{}
31479 \end_inset
31480
31481 +
31482 \begin_inset space \textvisiblespace{}
31483 \end_inset
31484
31485 SO4^2-
31486 \begin_inset space \textvisiblespace{}
31487 \end_inset
31488
31489
31490 \begin_inset space \textvisiblespace{}
31491 \end_inset
31492
31493 ->
31494 \begin_inset space \textvisiblespace{}
31495 \end_inset
31496
31497 Na2SO4
31498 \begin_inset Newline newline
31499 \end_inset
31500
31501
31502 \series default
31503 のようになります。
31504 \end_layout
31505
31506 \begin_layout Standard
31507 複数行の化学式を作るには、第
31508 \begin_inset CommandInset ref
31509 LatexCommand ref
31510 reference "sec:多行数式"
31511
31512 \end_inset
31513
31514 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31515 \series bold
31516
31517 \backslash
31518 ce
31519 \series default
31520 コマンドを使用します。
31521 \begin_inset CommandInset ref
31522 LatexCommand eqref
31523 reference "eq:TEOS-reaction-1"
31524
31525 \end_inset
31526
31527 式と
31528 \begin_inset CommandInset ref
31529 LatexCommand eqref
31530 reference "eq:TEOS-reaction-2"
31531
31532 \end_inset
31533
31534 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31535 \begin_inset Formula 
31536 \begin{eqnarray}
31537 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31538 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31539 \end{eqnarray}
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Standard
31547
31548 \series bold
31549 mhchem
31550 \series default
31551 パッケージは、
31552 \series bold
31553
31554 \backslash
31555 ce
31556 \series default
31557 の他に、特殊ケースに使用する
31558 \series bold
31559
31560 \backslash
31561 cf
31562 \series default
31563
31564 \begin_inset Index idx
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568 こまんど@コマンド ! C ! 
31569 \backslash
31570 cf
31571 \end_layout
31572
31573 \end_inset
31574
31575 コマンドを提供しています。
31576 \series bold
31577
31578 \backslash
31579 cf
31580 \series default
31581 の詳しい情報と例示については、
31582 \series bold
31583 mhchem
31584 \series default
31585
31586 \begin_inset CommandInset citation
31587 LatexCommand cite
31588 key "mhchem"
31589
31590 \end_inset
31591
31592 の取扱説明書をご覧ください。
31593 \end_layout
31594
31595 \begin_layout Section
31596 図解
31597 \end_layout
31598
31599 \begin_layout Standard
31600 \SpecialChar LyX
31601 は、二つの型の可換図
31602 \series bold
31603 amscd
31604 \series default
31605 および
31606 \series bold
31607 xymatrix
31608 \series default
31609 をサポートしており、以下でこれらの説明をします。
31610 \end_layout
31611
31612 \begin_layout Subsection
31613 amscd図解
31614 \begin_inset Index idx
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618 ずかい@図解 ! amscd
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31628 \begin_inset Formula 
31629 \[
31630 \begin{CD}A@>>>B@>>>C\\
31631 @AAA@.@VVV\\
31632 F@<<<E@<<<D
31633 \end{CD}
31634 \]
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 これを作るには、数式に
31643 \series bold
31644
31645 \backslash
31646 CD
31647 \begin_inset Index idx
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651 こまんど@コマンド ! C ! 
31652 \backslash
31653 CD
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \series default
31660 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31661 \begin_inset Info
31662 type  "shortcut"
31663 arg   "newline-insert newline"
31664 \end_inset
31665
31666 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31667 \end_layout
31668
31669 \begin_layout Standard
31670 関係を作るには、以下のコマンドがあります。
31671 \end_layout
31672
31673 \begin_layout Itemize
31674 \begin_inset Formula $\boldsymbol{@<<<}$
31675 \end_inset
31676
31677 は左矢印、
31678 \begin_inset Formula $\boldsymbol{@>>>}$
31679 \end_inset
31680
31681 は右矢印、
31682 \series bold
31683 @=
31684 \series default
31685 は長い等号を生成します。
31686 \end_layout
31687
31688 \begin_layout Itemize
31689
31690 \series bold
31691 @AAA
31692 \series default
31693 は上矢印、
31694 \series bold
31695 @VVV
31696 \series default
31697 は下矢印、
31698 \begin_inset Formula $\boldsymbol{@|}$
31699 \end_inset
31700
31701 は縦向きの等号を生成します。
31702 \end_layout
31703
31704 \begin_layout Itemize
31705
31706 \series bold
31707 @.
31708 \series default
31709 は関係が存在しない部分に置きます。
31710 \end_layout
31711
31712 \begin_layout Standard
31713 矢印はすべて、以下のようにラベル付けをすることができます。
31714 \end_layout
31715
31716 \begin_layout Itemize
31717 文章を、第1と第2の「
31718 \begin_inset Formula $<$
31719 \end_inset
31720
31721 」ないし「
31722 \begin_inset Formula $>$
31723 \end_inset
31724
31725 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31726 \begin_inset Formula $<$
31727 \end_inset
31728
31729 」ないし「
31730 \begin_inset Formula $>$
31731 \end_inset
31732
31733 」のあいだに入れると、矢印の下に表示されます。
31734 \end_layout
31735
31736 \begin_layout Itemize
31737 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31738 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
31739 括弧の中に入れなくてはなりません。
31740 \end_layout
31741
31742 \begin_layout Standard
31743 以下は、上記のすべての関係を使った例です。
31744 \end_layout
31745
31746 \begin_layout Standard
31747 \begin_inset Formula 
31748 \[
31749 \begin{CD}A@>j>>B@>>k>C@=F\\
31750 @AmAA@.@VV{V}V@|\\
31751 D@<<j<E@>k>>F@=C
31752 \end{CD}
31753 \]
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 これを作るコマンドは、以下のとおりです。
31762 \begin_inset Newline newline
31763 \end_inset
31764
31765
31766 \series bold
31767
31768 \backslash
31769 CD
31770 \begin_inset space \textvisiblespace{}
31771 \end_inset
31772
31773 A
31774 \begin_inset Formula $\boldsymbol{@>}$
31775 \end_inset
31776
31777 j
31778 \begin_inset Formula $\boldsymbol{>>}$
31779 \end_inset
31780
31781 B
31782 \begin_inset Formula $\boldsymbol{@>>}$
31783 \end_inset
31784
31785 k
31786 \begin_inset Formula $\boldsymbol{>}$
31787 \end_inset
31788
31789 C@=F Ctrl+Return
31790 \begin_inset Newline newline
31791 \end_inset
31792
31793
31794 \begin_inset Phantom HPhantom
31795 status open
31796
31797 \begin_layout Plain Layout
31798
31799 \series bold
31800
31801 \backslash
31802 CD
31803 \begin_inset space \textvisiblespace{}
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \end_inset
31810
31811 @AmAA@.@VV
31812 \backslash
31813 {V
31814 \series default
31815
31816 \begin_inset Formula $\to$
31817 \end_inset
31818
31819
31820 \series bold
31821 V
31822 \begin_inset Formula $\boldsymbol{@|}$
31823 \end_inset
31824
31825  Ctrl+Return
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829
31830 \begin_inset Phantom HPhantom
31831 status open
31832
31833 \begin_layout Plain Layout
31834
31835 \series bold
31836
31837 \backslash
31838 CD
31839 \begin_inset space \textvisiblespace{}
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \end_inset
31846
31847 D
31848 \begin_inset Formula $\boldsymbol{@<<}$
31849 \end_inset
31850
31851 j
31852 \begin_inset Formula $\boldsymbol{<}$
31853 \end_inset
31854
31855 E
31856 \begin_inset Formula $\boldsymbol{@>}$
31857 \end_inset
31858
31859 k
31860 \begin_inset Formula $\boldsymbol{>>}$
31861 \end_inset
31862
31863 F@=C
31864 \end_layout
31865
31866 \begin_layout Subsection
31867 xymatrix図解
31868 \begin_inset Index idx
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872 ずかい@図解 ! xymatrix
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Standard
31881 xymatricesを使うには、\SpecialChar LaTeX
31882 パッケージの
31883 \series bold
31884 xypic
31885 \series default
31886 が導入済みである必要があります。xymatrixは、数式中に
31887 \series bold
31888
31889 \backslash
31890 xymatrix
31891 \series default
31892 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31893 \begin_inset CommandInset ref
31894 LatexCommand ref
31895 reference "sec:行列"
31896
31897 \end_inset
31898
31899 節をご参照下さい。
31900 \end_layout
31901
31902 \begin_layout Standard
31903 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31904 \family sans
31905 ヘルプ\SpecialChar menuseparator
31906 用途別説明書\SpecialChar menuseparator
31907 XY-pic説明書
31908 \family default
31909 メニューにある
31910 \emph on
31911 XY-pic説明書
31912 \emph default
31913 で詳しく網羅しています。
31914 \end_layout
31915
31916 \begin_layout Subsection
31917 ファインマン図
31918 \series medium
31919
31920 \begin_inset Index idx
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 ずかい@図解 ! ファインマン
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 ファインマン図を使うには、\SpecialChar LaTeX
31934 パッケージ
31935 \series bold
31936 feyn
31937 \series default
31938 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31939 \series bold
31940
31941 \backslash
31942 Diagram
31943 \series default
31944 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31945 \begin_inset CommandInset ref
31946 LatexCommand ref
31947 reference "sec:行列"
31948
31949 \end_inset
31950
31951 節参照)。
31952 \end_layout
31953
31954 \begin_layout Standard
31955 \SpecialChar LyX
31956 でのファインマン図の作り方は、メニュー
31957 \family sans
31958 ヘルプ\SpecialChar menuseparator
31959 用途別説明書
31960 \family default
31961 内の『
31962 \emph on
31963 ファインマン図
31964 \emph default
31965 』にあります。
31966 \end_layout
31967
31968 \begin_layout Section
31969 自己定義コマンド
31970 \begin_inset Index idx
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974 じこていぎこまんど@自己定義コマンド
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \end_layout
31981
31982 \begin_layout Standard
31983 \begin_inset Note Greyedout
31984 status open
31985
31986 \begin_layout Plain Layout
31987 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \begin_layout Subsection
31996
31997 \backslash
31998 newcommandコマンド
31999 \begin_inset CommandInset label
32000 LatexCommand label
32001 name "subsec:newcommandコマンド"
32002
32003 \end_inset
32004
32005
32006 \begin_inset Index idx
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010 じこていぎこまんど@自己定義コマンド ! 
32011 \backslash
32012 newcommand
32013 \end_layout
32014
32015 \end_inset
32016
32017
32018 \begin_inset Index idx
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022 こまんど@コマンド ! N ! 
32023 \backslash
32024 newcommand
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32034 コマンドはたくさんありますが、
32035 \series bold
32036
32037 \backslash
32038 newcommand
32039 \series default
32040 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32041 \end_layout
32042
32043 \begin_layout Standard
32044
32045 \series bold
32046
32047 \backslash
32048 newcommand
32049 \series default
32050 コマンドの書式は、
32051 \end_layout
32052
32053 \begin_layout Standard
32054
32055 \series bold
32056
32057 \backslash
32058 newcommand{新コマンド名}[引数の数][オプションの値]
32059 \begin_inset Newline newline
32060 \end_inset
32061
32062
32063 \begin_inset Phantom HPhantom
32064 status open
32065
32066 \begin_layout Plain Layout
32067
32068 \series bold
32069
32070 \backslash
32071 newcommand
32072 \end_layout
32073
32074 \end_inset
32075
32076 {コマンド定義}
32077 \end_layout
32078
32079 \begin_layout Standard
32080 です。
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset Note Greyedout
32085 status open
32086
32087 \begin_layout Plain Layout
32088
32089 \series bold
32090 【註】
32091 \series default
32092 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32093 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32094 \series bold
32095
32096 \backslash
32097 Leftarrow
32098 \series default
32099 の短縮のつもりで
32100 \series bold
32101
32102 \backslash
32103 le
32104 \series default
32105 というコマンドを定義したとすると、
32106 \series bold
32107
32108 \backslash
32109 le
32110 \series default
32111 は既に「
32112 \begin_inset Formula $\le$
32113 \end_inset
32114
32115 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Standard
32124 「引数の数」は、0
32125 \begin_inset space \thinspace{}
32126 \end_inset
32127
32128 -
32129 \begin_inset space \thinspace{}
32130 \end_inset
32131
32132 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32133 ドの
32134 \emph on
32135 最初の
32136 \emph default
32137 引数は、自動的に非必須の引数になります。
32138 \end_layout
32139
32140 \begin_layout Standard
32141 以下にいくつかの例を挙げます。
32142 \end_layout
32143
32144 \begin_layout Itemize
32145
32146 \series bold
32147
32148 \backslash
32149 Longrightarrow
32150 \series default
32151 の短縮形として
32152 \series bold
32153
32154 \backslash
32155 gr
32156 \series default
32157 というコマンドを定義するには、\SpecialChar LaTeX
32158 プリアンブルに以下の行を加えます。
32159 \begin_inset VSpace medskip
32160 \end_inset
32161
32162
32163 \begin_inset Newline newline
32164 \end_inset
32165
32166
32167 \series bold
32168
32169 \backslash
32170 newcommand{
32171 \backslash
32172 gr}{
32173 \backslash
32174 Longrightarrow}
32175 \end_layout
32176
32177 \begin_layout Itemize
32178
32179 \series bold
32180
32181 \backslash
32182 underline
32183 \series default
32184 の短縮形として
32185 \series bold
32186
32187 \backslash
32188 us
32189 \series default
32190 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32191 \begin_inset VSpace medskip
32192 \end_inset
32193
32194
32195 \begin_inset Newline newline
32196 \end_inset
32197
32198
32199 \series bold
32200
32201 \backslash
32202 newcommand{
32203 \backslash
32204 us}[1]{
32205 \backslash
32206 underline{#1}}
32207 \series default
32208
32209 \begin_inset VSpace medskip
32210 \end_inset
32211
32212
32213 \begin_inset Newline newline
32214 \end_inset
32215
32216
32217 \series bold
32218 #
32219 \series default
32220 」という文字は、引数の入る場所を示し、その後ろの「
32221 \series bold
32222 1
32223 \series default
32224 」は、これが第1引数の入る場所であることを示します。
32225 \end_layout
32226
32227 \begin_layout Itemize
32228
32229 \series bold
32230
32231 \backslash
32232 framebox
32233 \series default
32234 の短縮形として、たとえば
32235 \series bold
32236
32237 \backslash
32238 fb
32239 \series default
32240 というコマンドを定義するには、
32241 \begin_inset VSpace medskip
32242 \end_inset
32243
32244
32245 \begin_inset Newline newline
32246 \end_inset
32247
32248
32249 \series bold
32250
32251 \backslash
32252 newcommand{
32253 \backslash
32254 fb}[3]{
32255 \backslash
32256 framebox#1#2{$#3$}}
32257 \series default
32258
32259 \begin_inset VSpace medskip
32260 \end_inset
32261
32262
32263 \begin_inset Newline newline
32264 \end_inset
32265
32266 二つのドルマークは、
32267 \series bold
32268
32269 \backslash
32270 framebox
32271 \series default
32272 が必要とする内部の数式を作り出します。第
32273 \begin_inset CommandInset ref
32274 LatexCommand ref
32275 reference "subsec:枠付きボックス"
32276
32277 \end_inset
32278
32279 節をご参照下さい。
32280 \end_layout
32281
32282 \begin_layout Itemize
32283 ボックスの色を指定する必要がない
32284 \series bold
32285
32286 \backslash
32287 fcolorbox
32288 \series default
32289 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32290 \begin_inset VSpace medskip
32291 \end_inset
32292
32293
32294 \begin_inset Newline newline
32295 \end_inset
32296
32297
32298 \series bold
32299
32300 \backslash
32301 newcommand{
32302 \backslash
32303 cb}[3][white]{
32304 \backslash
32305 fcolorbox{#2}{#1}{$#3$}}
32306 \series default
32307
32308 \begin_inset VSpace medskip
32309 \end_inset
32310
32311
32312 \begin_inset Newline newline
32313 \end_inset
32314
32315
32316 \series bold
32317
32318 \backslash
32319 cb
32320 \series default
32321 を使うときに色が指定されなければ、事前に定義された色である
32322 \series bold
32323 white
32324 \series default
32325 が使用されます。
32326 \end_layout
32327
32328 \begin_layout Standard
32329 以下は、上で定義したコマンドの動作テストです。
32330 \begin_inset Separator parbreak
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \align center
32338 \begin_inset Tabular
32339 <lyxtabular version="3" rows="6" columns="2">
32340 <features booktabs="true" tabularvalignment="middle">
32341 <column alignment="center" valignment="top" width="0pt">
32342 <column alignment="center" valignment="top">
32343 <row>
32344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 コマンド
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 出力
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 </row>
32363 <row>
32364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32365 \begin_inset Text
32366
32367 \begin_layout Plain Layout
32368 A
32369 \backslash
32370 gr
32371 \begin_inset space \textvisiblespace{}
32372 \end_inset
32373
32374 B
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383 \begin_inset Formula $A\gr B$
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \end_inset
32390 </cell>
32391 </row>
32392 <row>
32393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397
32398 \backslash
32399 us{ABcd
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 \begin_inset Formula $\us{ABcd}$
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 </row>
32417 <row topspace="1mm">
32418 <cell alignment="center" valignment="top" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422
32423 \backslash
32424 fb{[2cm]
32425 \begin_inset Formula $\to$
32426 \end_inset
32427
32428
32429 \backslash
32430 {
32431 \begin_inset Formula $\to$
32432 \end_inset
32433
32434
32435 \backslash
32436 {
32437 \backslash
32438 int
32439 \begin_inset space \textvisiblespace{}
32440 \end_inset
32441
32442 A=B
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 </row>
32460 <row topspace="1.5mm">
32461 <cell alignment="center" valignment="top" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465
32466 \backslash
32467 cb{red
32468 \begin_inset Formula $\to$
32469 \end_inset
32470
32471
32472 \backslash
32473 {
32474 \backslash
32475 int
32476 \begin_inset space \textvisiblespace{}
32477 \end_inset
32478
32479 A=B
32480 \end_layout
32481
32482 \end_inset
32483 </cell>
32484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32485 \begin_inset Text
32486
32487 \begin_layout Plain Layout
32488 \begin_inset Formula $\cb{red}{\int A=B}$
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \end_inset
32495 </cell>
32496 </row>
32497 <row topspace="1.5mm" bottomspace="1mm">
32498 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502
32503 \backslash
32504 cb[green]
32505 \backslash
32506 {red
32507 \begin_inset Formula $\to$
32508 \end_inset
32509
32510
32511 \backslash
32512 {
32513 \backslash
32514 int
32515 \begin_inset space \textvisiblespace{}
32516 \end_inset
32517
32518 A=B
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 </lyxtabular>
32537
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Subsection
32544 数式マクロ
32545 \begin_inset Index idx
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \begin_inset Index idx
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 まくろ@マクロ
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
32569 は、
32570 \begin_inset Formula 
32571 \[
32572 0=\lambda^{2}+p\lambda+q
32573 \]
32574
32575 \end_inset
32576
32577 であり、その解の一般型は
32578 \begin_inset Formula 
32579 \[
32580 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32581 \]
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \begin_layout Standard
32589 です。
32590 \begin_inset Formula $\lambda$
32591 \end_inset
32592
32593
32594 \begin_inset Formula $p$
32595 \end_inset
32596
32597
32598 \begin_inset Formula $q$
32599 \end_inset
32600
32601 の3つのパラメータを指定することが必須であり、
32602 \begin_inset Formula $\lambda$
32603 \end_inset
32604
32605 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
32606 プリアンブル行を加えます。
32607 \begin_inset Newline newline
32608 \end_inset
32609
32610
32611 \series bold
32612
32613 \backslash
32614 newcommand{
32615 \backslash
32616 qG}[4][1,
32617 \backslash
32618 ,2]{#2_{#1}=-
32619 \backslash
32620 frac{#3}{2}
32621 \backslash
32622 pm
32623 \begin_inset Newline newline
32624 \end_inset
32625
32626
32627 \begin_inset Phantom HPhantom
32628 status open
32629
32630 \begin_layout Plain Layout
32631
32632 \series bold
32633
32634 \backslash
32635 newcommand
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \backslash
32642 sqrt{
32643 \backslash
32644 frac{#3^{2}}{4}-#4}}
32645 \end_layout
32646
32647 \begin_layout Standard
32648 これを使って解の公式を作るには、
32649 \begin_inset Newline newline
32650 \end_inset
32651
32652
32653 \series bold
32654
32655 \backslash
32656 qG{
32657 \backslash
32658 lambda
32659 \begin_inset Formula $\to$
32660 \end_inset
32661
32662
32663 \backslash
32664 {p
32665 \begin_inset Formula $\to$
32666 \end_inset
32667
32668
32669 \backslash
32670 {q
32671 \series default
32672 というコマンドを数式に入れます。
32673 \end_layout
32674
32675 \begin_layout Standard
32676 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
32677 中で分数は
32678 \series bold
32679
32680 \backslash
32681 frac{分子}{分母}
32682 \series default
32683 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
32684 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
32685 あり、それをやってしまうと、\SpecialChar LyX
32686 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
32687 は、
32688 \series bold
32689
32690 \backslash
32691 newcommand
32692 \series default
32693 コマンドの代わりに、数式マクロを使う方法を提供しています。
32694 \end_layout
32695
32696 \begin_layout Standard
32697 数式マクロは、
32698 \family sans
32699 挿入\SpecialChar menuseparator
32700 数式\SpecialChar menuseparator
32701 マクロ
32702 \family default
32703 メニューか、ツールバーボタンの
32704 \begin_inset Info
32705 type  "icon"
32706 arg   "math-macro newmacroname_newcommand"
32707 \end_inset
32708
32709 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32710 \begin_inset Newline newline
32711 \end_inset
32712
32713
32714 \begin_inset space \hspace*{\fill}
32715 \end_inset
32716
32717
32718 \begin_inset Graphics
32719         filename clipart/macrobox.png
32720         scale 50
32721
32722 \end_inset
32723
32724
32725 \begin_inset space \hspace*{\fill}
32726 \end_inset
32727
32728
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \begin_inset FormulaMacro
32734 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32735 \end_inset
32736
32737
32738 \backslash
32739 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32740 \series bold
32741
32742 \backslash
32743 #1
32744 \series default
32745 のように
32746 \series bold
32747
32748 \backslash
32749 #引数番号
32750 \series default
32751 というコマンドで入力するか、マクロツールバーボタンの
32752 \begin_inset Info
32753 type  "icon"
32754 arg   "math-macro-add-param"
32755 \end_inset
32756
32757 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32758 \begin_inset Info
32759 type  "icon"
32760 arg   "math-macro-add-optional-param"
32761 \end_inset
32762
32763 で作ることができます。最初の必須引数は、ツールバーボタンの
32764 \begin_inset Info
32765 type  "icon"
32766 arg   "math-macro-make-optional"
32767 \end_inset
32768
32769 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
32770 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
32771 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32772 \begin_inset Newline newline
32773 \end_inset
32774
32775
32776 \series bold
32777 qG: 
32778 \backslash
32779 #1
32780 \series default
32781  
32782 \series bold
32783 ,
32784 \series default
32785  
32786 \series bold
32787
32788 \backslash
32789 #2
32790 \series default
32791  
32792 \series bold
32793 ,
32794 \series default
32795  
32796 \series bold
32797
32798 \backslash
32799 #3, 
32800 \backslash
32801 #4
32802 \begin_inset Newline newline
32803 \end_inset
32804
32805
32806 \series default
32807 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
32808 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
32809 す。
32810 \begin_inset Newline newline
32811 \end_inset
32812
32813 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32814 \family sans
32815 表示\SpecialChar menuseparator
32816 数式マクロを展開(畳む)
32817 \family default
32818 メニューを使うことで、マクロ毎に変えることができます。
32819 \end_layout
32820
32821 \begin_layout Standard
32822 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32823 \series bold
32824
32825 \backslash
32826 qG
32827 \series default
32828 とします。このマクロは、\SpecialChar LyX
32829 中では以下のように表示されます。
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833
32834 \begin_inset space \hspace*{\fill}
32835 \end_inset
32836
32837
32838 \begin_inset Graphics
32839         filename ../clipart/macrouse.png
32840         scale 75
32841
32842 \end_inset
32843
32844
32845 \begin_inset space \hspace*{\fill}
32846 \end_inset
32847
32848
32849 \begin_inset Newline newline
32850 \end_inset
32851
32852 以下は、上記の例に、引数
32853 \begin_inset Formula $x$
32854 \end_inset
32855
32856
32857 \begin_inset Formula $\ln(x)$
32858 \end_inset
32859
32860
32861 \begin_inset Formula $B$
32862 \end_inset
32863
32864 を指定したものです。
32865 \end_layout
32866
32867 \begin_layout Standard
32868 \begin_inset Formula 
32869 \[
32870 \qG x{\ln(x)}B
32871 \]
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 \SpecialChar LyX
32880 は、
32881 \family sans
32882 ツール\SpecialChar menuseparator
32883 設定\SpecialChar menuseparator
32884 編集\SpecialChar menuseparator
32885 制御
32886 \family default
32887 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32888 せてみてください。
32889 \end_layout
32890
32891 \begin_layout Standard
32892 数式マクロは、文書書き出し時に、内部的に
32893 \series bold
32894
32895 \backslash
32896 newcommand
32897 \series default
32898 コマンドに変換されます。こうして生成された
32899 \series bold
32900
32901 \backslash
32902 newcommand
32903 \series default
32904 コマンドは、\SpecialChar LaTeX
32905 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32906 \end_layout
32907
32908 \begin_layout Standard
32909 数式マクロは、
32910 \series bold
32911
32912 \backslash
32913 newcommand
32914 \series default
32915 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
32916 中に通常の文章として、
32917 \series bold
32918
32919 \begin_inset Newline newline
32920 \end_inset
32921
32922
32923 \backslash
32924 newcommand{
32925 \backslash
32926 larrow}[2]{
32927 \backslash
32928 xleftarrow[#2]{#1}}
32929 \begin_inset Newline newline
32930 \end_inset
32931
32932
32933 \series default
32934 というコマンドを書き入れ、この全体を選択して、
32935 \begin_inset Flex Ruby
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 捷径
32940 \begin_inset Argument post:1
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944 ショートカット
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \family sans
32956 Ctrl+M
32957 \family default
32958 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32959 \series bold
32960
32961 \backslash
32962 newcommand
32963 \series default
32964 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
32965 エラーが発生します。
32966 \end_layout
32967
32968 \begin_layout Standard
32969 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32970 \begin_inset CommandInset ref
32971 LatexCommand ref
32972 reference "subsec:newcommandコマンド"
32973
32974 \end_inset
32975
32976 節で例として作った
32977 \series bold
32978
32979 \backslash
32980 fb
32981 \series default
32982 は、マクロとしては作ることができません。
32983 \end_layout
32984
32985 \begin_layout Standard
32986 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
32987 中に以下のようなマクロツールバーが表示されます。
32988 \end_layout
32989
32990 \begin_layout Standard
32991 \begin_inset VSpace defskip
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \begin_inset Graphics
32999         filename ../clipart/MacroToolbar.png
33000
33001 \end_inset
33002
33003
33004 \begin_inset Index idx
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 まくろ@マクロ ! つーるばー@ツールバー
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 \begin_inset VSpace defskip
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 マクロツールバーは、左から右に、以下の各ボタンがあります。
33025 \end_layout
33026
33027 \begin_layout Standard
33028 \begin_inset VSpace defskip
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 \begin_inset Tabular
33036 <lyxtabular version="3" rows="9" columns="2">
33037 <features islongtable="true" longtabularalignment="center">
33038 <column alignment="left" valignment="top">
33039 <column alignment="left" valignment="top" width="85col%">
33040 <row interlinespace="2.5mm">
33041 <cell alignment="center" valignment="top" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045 \begin_inset Info
33046 type  "icon"
33047 arg   "math-macro-remove-param"
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 <cell alignment="center" valignment="top" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059
33060 \family sans
33061 編集\SpecialChar menuseparator
33062 数式\SpecialChar menuseparator
33063 マクロ定義\SpecialChar menuseparator
33064 最後の引数を削除
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 </row>
33070 <row interlinespace="2.5mm">
33071 <cell alignment="center" valignment="top" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout Plain Layout
33075 \begin_inset Info
33076 type  "icon"
33077 arg   "math-macro-add-param"
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 <cell alignment="center" valignment="top" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089
33090 \family sans
33091 編集\SpecialChar menuseparator
33092 数式\SpecialChar menuseparator
33093 マクロ定義\SpecialChar menuseparator
33094 引数を追加
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 </row>
33100 <row interlinespace="2.5mm">
33101 <cell alignment="center" valignment="top" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 \begin_inset Info
33106 type  "icon"
33107 arg   "math-macro-make-optional"
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119
33120 \family sans
33121 編集\SpecialChar menuseparator
33122 数式\SpecialChar menuseparator
33123 マクロ定義\SpecialChar menuseparator
33124 最初の必須引数を
33125 \begin_inset Newline newline
33126 \end_inset
33127
33128
33129 \begin_inset Phantom HPhantom
33130 status open
33131
33132 \begin_layout Plain Layout
33133
33134 \family sans
33135 編集\SpecialChar menuseparator
33136 数式\SpecialChar menuseparator
33137 マクロ定義\SpecialChar menuseparator
33138
33139 \end_layout
33140
33141 \end_inset
33142
33143 非必須引数にする
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 </row>
33149 <row interlinespace="2.5mm">
33150 <cell alignment="center" valignment="top" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154 \begin_inset Info
33155 type  "icon"
33156 arg   "math-macro-make-nonoptional"
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 <cell alignment="center" valignment="top" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168
33169 \family sans
33170 編集\SpecialChar menuseparator
33171 数式\SpecialChar menuseparator
33172 マクロ定義\SpecialChar menuseparator
33173 最後の非必須引数を
33174 \begin_inset Newline newline
33175 \end_inset
33176
33177
33178 \begin_inset Phantom HPhantom
33179 status open
33180
33181 \begin_layout Plain Layout
33182
33183 \family sans
33184 編集\SpecialChar menuseparator
33185 数式\SpecialChar menuseparator
33186 マクロ定義\SpecialChar menuseparator
33187
33188 \end_layout
33189
33190 \end_inset
33191
33192 必須引数にする
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 </row>
33198 <row interlinespace="2.5mm">
33199 <cell alignment="center" valignment="top" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 \begin_inset Info
33204 type  "icon"
33205 arg   "math-macro-remove-optional-param"
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217
33218 \family sans
33219 編集\SpecialChar menuseparator
33220 数式\SpecialChar menuseparator
33221 マクロ定義\SpecialChar menuseparator
33222 非必須引数を削除
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 <row interlinespace="2.5mm">
33229 <cell alignment="center" valignment="top" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 \begin_inset Info
33234 type  "icon"
33235 arg   "math-macro-add-optional-param"
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 <cell alignment="center" valignment="top" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247
33248 \family sans
33249 編集\SpecialChar menuseparator
33250 数式\SpecialChar menuseparator
33251 マクロ定義\SpecialChar menuseparator
33252 非必須引数を挿入
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 </row>
33258 <row interlinespace="2.5mm">
33259 <cell alignment="center" valignment="top" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 \begin_inset Info
33264 type  "icon"
33265 arg   "math-macro-remove-greedy-param"
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277
33278 \family sans
33279 編集\SpecialChar menuseparator
33280 数式\SpecialChar menuseparator
33281 マクロ定義\SpecialChar menuseparator
33282 右に吐き出す形で
33283 \begin_inset Newline newline
33284 \end_inset
33285
33286
33287 \begin_inset Phantom HPhantom
33288 status open
33289
33290 \begin_layout Plain Layout
33291
33292 \family sans
33293 編集\SpecialChar menuseparator
33294 数式\SpecialChar menuseparator
33295 マクロ定義\SpecialChar menuseparator
33296
33297 \end_layout
33298
33299 \end_inset
33300
33301 最後の引数を削除
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 </row>
33307 <row interlinespace="2.5mm">
33308 <cell alignment="center" valignment="top" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312 \begin_inset Info
33313 type  "icon"
33314 arg   "math-macro-append-greedy-param"
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326
33327 \family sans
33328 編集\SpecialChar menuseparator
33329 数式\SpecialChar menuseparator
33330 マクロ定義\SpecialChar menuseparator
33331 右から喰う形で
33332 \begin_inset Newline newline
33333 \end_inset
33334
33335
33336 \begin_inset Phantom HPhantom
33337 status open
33338
33339 \begin_layout Plain Layout
33340
33341 \family sans
33342 編集\SpecialChar menuseparator
33343 数式\SpecialChar menuseparator
33344 マクロ定義\SpecialChar menuseparator
33345
33346 \end_layout
33347
33348 \end_inset
33349
33350 引数を追加
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 </row>
33356 <row interlinespace="2.5mm">
33357 <cell alignment="center" valignment="top" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361 \begin_inset Info
33362 type  "icon"
33363 arg   "math-macro-add-greedy-optional-param"
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 <cell alignment="center" valignment="top" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375
33376 \family sans
33377 編集\SpecialChar menuseparator
33378 数式\SpecialChar menuseparator
33379 マクロ定義\SpecialChar menuseparator
33380 右から喰う形で
33381 \begin_inset Newline newline
33382 \end_inset
33383
33384
33385 \begin_inset Phantom HPhantom
33386 status open
33387
33388 \begin_layout Plain Layout
33389
33390 \family sans
33391 編集\SpecialChar menuseparator
33392 数式\SpecialChar menuseparator
33393 マクロ定義\SpecialChar menuseparator
33394
33395 \end_layout
33396
33397 \end_inset
33398
33399 非必須引数を追加
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 </lyxtabular>
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Section
33413 コンピュータ代数システム
33414 \end_layout
33415
33416 \begin_layout Standard
33417 \SpecialChar LyX
33418 では、\SpecialChar LyX
33419 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33420 \family sans
33421 Maple
33422 \family default
33423
33424 \family sans
33425 Mathematica
33426 \family default
33427
33428 \family sans
33429 Maxima
33430 \family default
33431
33432 \family sans
33433 Octave
33434 \family default
33435 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33436 \end_layout
33437
33438 \begin_layout Subsection
33439 使用法
33440 \end_layout
33441
33442 \begin_layout Standard
33443 数式表現を書いた後、
33444 \family sans
33445 編集\SpecialChar menuseparator
33446 数式\SpecialChar menuseparator
33447 コンピュータ代数システムを使用
33448 \family default
33449 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33450 \end_layout
33451
33452 \begin_layout Standard
33453 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33454 \family typewriter
33455 Maxima
33456 \family default
33457 です)。
33458 \end_layout
33459
33460 \begin_layout Itemize
33461 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Itemize
33468 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Itemize
33475 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Itemize
33482 \begin_inset Formula $\det\left[\begin{array}{ccc}
33483 1 & 6 & 7\\
33484 2 & 5 & 8\\
33485 3 & 4 & 17
33486 \end{array}\right]=-56$
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Itemize
33493 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33494 \end_inset
33495
33496
33497 \end_layout
33498
33499 \begin_layout Subsection
33500 捷径
33501 \end_layout
33502
33503 \begin_layout Standard
33504 現在のところ、代数プログラムを呼び出すための
33505 \begin_inset Flex Ruby
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509 捷径
33510 \begin_inset Argument post:1
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 ショートカット
33515 \end_layout
33516
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \end_inset
33523
33524 はありません。しかし、捷径を
33525 \family sans
33526 math-extern
33527 \family default
33528  \SpecialChar LyX
33529 関数にバインドすることは容易です(取扱説明書『
33530 \family sans
33531 \emph on
33532 \SpecialChar LyX
33533 関数篇
33534 \family default
33535 \emph default
33536 』参照)。例えば、数式エディタ中で
33537 \family sans
33538 リターン
33539 \family default
33540
33541 \begin_inset Flex Ruby
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545
33546 \begin_inset Argument post:1
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 キー
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559
33560 をバインドさせることもできます。それを
33561 \family typewriter
33562 Maxima
33563 \family default
33564 にバインドするには、下記の捷径定義コマンドを使用します。
33565 \end_layout
33566
33567 \begin_layout Standard
33568
33569 \series bold
33570 command-alternatives paragraph-break;math-extern maxima
33571 \end_layout
33572
33573 \begin_layout Section
33574 補遺
33575 \begin_inset Index idx
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 ほい@補遺
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Subsection
33588 負の数
33589 \begin_inset Index idx
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593 かず@数 ! ふの@負の
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33603 く表示されます。
33604 \end_layout
33605
33606 \begin_layout Standard
33607 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33608 \end_layout
33609
33610 \begin_layout Standard
33611 以下は、この問題を示す例です。
33612 \begin_inset Separator parbreak
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 \align center
33620 \begin_inset Tabular
33621 <lyxtabular version="3" rows="3" columns="2">
33622 <features booktabs="true" tabularvalignment="middle">
33623 <column alignment="right" valignment="top" width="0pt">
33624 <column alignment="left" valignment="top">
33625 <row>
33626 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 通常の文章:
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 x = -2
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 <row>
33646 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650 数式:
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 \begin_inset Formula $x=-2$
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 </row>
33668 <row>
33669 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 解決策:
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33679 \begin_inset Text
33680
33681 \begin_layout Plain Layout
33682 \begin_inset Formula $x=\textrm{-}2$
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 </row>
33691 </lyxtabular>
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Subsection
33699 位区切りとしてのコンマ
33700 \begin_inset Index idx
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 こんま@コンマ
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \begin_inset Index idx
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714 かんま@カンマ
33715 \begin_inset ERT
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719
33720 |see{
33721 \end_layout
33722
33723 \end_inset
33724
33725 コンマ
33726 \begin_inset ERT
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730
33731 }
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \SpecialChar LaTeX
33746 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33747 \end_layout
33748
33749 \begin_layout Standard
33750 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33751 \begin_inset Flex Ruby
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 捷径
33756 \begin_inset Argument post:1
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760 ショートカット
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \begin_inset Info
33772 type  "shortcut"
33773 arg   "math-mode"
33774 \end_inset
33775
33776 )。
33777 \end_layout
33778
33779 \begin_layout Standard
33780 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
33781 プリアンブルに
33782 \end_layout
33783
33784 \begin_layout Standard
33785
33786 \series bold
33787
33788 \backslash
33789 usepackage{icomma}
33790 \end_layout
33791
33792 \begin_layout Standard
33793 という行を加えて、
33794 \series bold
33795 icomma.sty
33796 \series default
33797
33798 \begin_inset Foot
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803 \series bold
33804 icomma
33805 \series default
33806 は、\SpecialChar LaTeX
33807 パッケージ
33808 \series bold
33809 was
33810 \series default
33811
33812 \begin_inset Index idx
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816 ぱっけーじ@パッケージ ! was
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822
33823 \backslash
33824 vspace{4mm}
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \end_layout
33831
33832 \end_inset
33833
33834 に含まれています。
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \begin_inset Index idx
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844 ぱっけーじ@パッケージ ! icomma
33845 \end_layout
33846
33847 \end_inset
33848
33849 ファイルを読み込みます。
33850 \end_layout
33851
33852 \begin_layout Subsection
33853 物理ベクトル
33854 \begin_inset CommandInset label
33855 LatexCommand label
33856 name "subsec:物理ベクトル"
33857
33858 \end_inset
33859
33860
33861 \begin_inset Index idx
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 べくとる@ベクトル ! ぶつり@物理
33866 \begin_inset space \thinspace{}
33867 \end_inset
33868
33869 ——
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 \SpecialChar LaTeX
33879 パッケージ
33880 \series bold
33881 braket
33882 \series default
33883
33884 \begin_inset Foot
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888
33889 \series bold
33890 braket
33891 \series default
33892  は標準的\SpecialChar LaTeX
33893 頒布版のすべてに含まれています。
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \begin_inset Index idx
33900 status collapsed
33901
33902 \begin_layout Plain Layout
33903 ぱっけーじ@パッケージ ! braket
33904 \end_layout
33905
33906 \end_inset
33907
33908 には、定義済みのベクトルが提供されており、
33909 \end_layout
33910
33911 \begin_layout Standard
33912
33913 \series bold
33914
33915 \backslash
33916 usepackage{braket}
33917 \end_layout
33918
33919 \begin_layout Standard
33920 という\SpecialChar LaTeX
33921 プリアンブル行で読み込むことができます。
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset ERT
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929
33930
33931 \backslash
33932 ifbraket 
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \begin_inset Note Note
33939 status open
33940
33941 \begin_layout Plain Layout
33942 以下の表は、
33943 \series bold
33944 braket
33945 \series default
33946  \SpecialChar LaTeX
33947 パッケージが導入済みのときのみ表示されます。
33948 \end_layout
33949
33950 \end_inset
33951
33952 以下のコマンドが定義されています。
33953 \begin_inset Separator parbreak
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Standard
33960 \align center
33961 \begin_inset Tabular
33962 <lyxtabular version="3" rows="4" columns="2">
33963 <features booktabs="true" tabularvalignment="middle">
33964 <column alignment="center" valignment="top" width="0pt">
33965 <column alignment="center" valignment="top">
33966 <row>
33967 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 コマンド
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 出力
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row>
33987 <cell alignment="center" valignment="top" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991
33992 \backslash
33993 Bra{
33994 \backslash
33995 psi
33996 \end_layout
33997
33998 \end_inset
33999 </cell>
34000 <cell alignment="center" valignment="top" usebox="none">
34001 \begin_inset Text
34002
34003 \begin_layout Plain Layout
34004 \begin_inset Formula $\Bra{\psi}$
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 </row>
34013 <row>
34014 <cell alignment="center" valignment="top" usebox="none">
34015 \begin_inset Text
34016
34017 \begin_layout Plain Layout
34018
34019 \backslash
34020 Ket{
34021 \backslash
34022 psi
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 <cell alignment="center" valignment="top" usebox="none">
34028 \begin_inset Text
34029
34030 \begin_layout Plain Layout
34031 \begin_inset Formula $\Ket{\psi}$
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row>
34041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045
34046 \backslash
34047 Braket{
34048 \backslash
34049 psi|
34050 \backslash
34051 phi
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34057 \begin_inset Text
34058
34059 \begin_layout Plain Layout
34060 \begin_inset Formula $\Braket{\psi|\phi}$
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 </row>
34069 </lyxtabular>
34070
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077
34078 \series bold
34079
34080 \backslash
34081 Braket
34082 \series default
34083 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34084 \begin_inset Formula 
34085 \[
34086 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34087 \]
34088
34089 \end_inset
34090
34091
34092 \begin_inset ERT
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096
34097
34098 \backslash
34099 else 
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \begin_inset Note Note
34106 status open
34107
34108 \begin_layout Plain Layout
34109
34110 \series bold
34111 braket
34112 \series default
34113  \SpecialChar LaTeX
34114 パッケージが導入されていないときには、以下が表示されます。
34115 \end_layout
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \begin_layout Standard
34123 本小節の全体を出力で見るためには、
34124 \series bold
34125 braket
34126 \series default
34127  \SpecialChar LaTeX
34128 パッケージを導入する必要があります。
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \begin_inset ERT
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136
34137
34138 \backslash
34139 fi 
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148
34149 \series bold
34150
34151 \backslash
34152 Braket
34153 \series default
34154 と同じ効果は、第
34155 \begin_inset CommandInset ref
34156 LatexCommand ref
34157 reference "subsec:自動の括弧丈"
34158
34159 \end_inset
34160
34161 節に説明されているとおり、
34162 \series bold
34163
34164 \backslash
34165 middle
34166 \series default
34167 コマンドを用いることによっても実現できます。
34168 \end_layout
34169
34170 \begin_layout Subsection
34171 自己定義の分数
34172 \begin_inset CommandInset label
34173 LatexCommand label
34174 name "subsec:自己定義の分数"
34175
34176 \end_inset
34177
34178
34179 \begin_inset Index idx
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183 ぶんすう@分数 ! じこていぎの@自己定義の
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \begin_layout Standard
34192 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34193 \series bold
34194
34195 \backslash
34196 genfrac
34197 \series default
34198
34199 \begin_inset Index idx
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 こまんど@コマンド ! G ! 
34204 \backslash
34205 genfrac
34206 \end_layout
34207
34208 \end_inset
34209
34210 コマンドを使います。
34211 \end_layout
34212
34213 \begin_layout Standard
34214
34215 \series bold
34216
34217 \backslash
34218 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34219 \begin_inset Newline newline
34220 \end_inset
34221
34222
34223 \begin_inset Phantom HPhantom
34224 status open
34225
34226 \begin_layout Plain Layout
34227
34228 \series bold
34229
34230 \backslash
34231 genfrac
34232 \end_layout
34233
34234 \end_inset
34235
34236 {分子}{分母}
34237 \end_layout
34238
34239 \begin_layout Standard
34240 ここで「様式」は、0
34241 \begin_inset space \thinspace{}
34242 \end_inset
34243
34244 -
34245 \begin_inset space \thinspace{}
34246 \end_inset
34247
34248 3の範囲の数字です。
34249 \begin_inset Separator parbreak
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 \align center
34257 \begin_inset Tabular
34258 <lyxtabular version="3" rows="5" columns="2">
34259 <features booktabs="true" tabularvalignment="middle">
34260 <column alignment="center" valignment="top" width="0pt">
34261 <column alignment="center" valignment="top">
34262 <row>
34263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Plain Layout
34267 数字
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 様式(大きさ)
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 </row>
34282 <row>
34283 <cell alignment="center" valignment="top" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 0
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 別行立て様式の数式
34297 \end_layout
34298
34299 \end_inset
34300 </cell>
34301 </row>
34302 <row>
34303 <cell alignment="center" valignment="top" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 1
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 <cell alignment="center" valignment="top" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 行内数式
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 </row>
34322 <row>
34323 <cell alignment="center" valignment="top" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 2
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 <cell alignment="center" valignment="top" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 やや小(small)
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 </row>
34342 <row>
34343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 3
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356 最小(tiny)
34357 \end_layout
34358
34359 \end_inset
34360 </cell>
34361 </row>
34362 </lyxtabular>
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Standard
34370 「様式」を指定しないときには、
34371 \series bold
34372
34373 \backslash
34374 frac
34375 \series default
34376 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34377 \end_layout
34378
34379 \begin_layout Standard
34380 「分数線の厚み」を指定しないときには、既定値である0.4
34381 \begin_inset space \thinspace{}
34382 \end_inset
34383
34384 ptが用いられます。
34385 \end_layout
34386
34387 \begin_layout Standard
34388 \begin_inset VSpace medskip
34389 \end_inset
34390
34391 たとえば、第
34392 \begin_inset CommandInset ref
34393 LatexCommand ref
34394 reference "subsec:分数"
34395
34396 \end_inset
34397
34398 節の
34399 \series bold
34400
34401 \backslash
34402 dfrac
34403 \series default
34404 コマンドおよび
34405 \series bold
34406
34407 \backslash
34408 tbinom
34409 \series default
34410 コマンドは、
34411 \end_layout
34412
34413 \begin_layout Standard
34414
34415 \series bold
34416
34417 \backslash
34418 newcommand{
34419 \backslash
34420 dfrac}[2]{
34421 \backslash
34422 genfrac{}{}{}{0}{#1}{#2}}
34423 \end_layout
34424
34425 \begin_layout Standard
34426 あるいは
34427 \end_layout
34428
34429 \begin_layout Standard
34430
34431 \series bold
34432
34433 \backslash
34434 newcommand{
34435 \backslash
34436 tbinom}[2]{
34437 \backslash
34438 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34439 \end_layout
34440
34441 \begin_layout Standard
34442 というコマンドで定義できます。
34443 \end_layout
34444
34445 \begin_layout Standard
34446 \begin_inset VSpace medskip
34447 \end_inset
34448
34449 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
34450 プリアンブルに
34451 \end_layout
34452
34453 \begin_layout Standard
34454
34455 \series bold
34456
34457 \backslash
34458 newcommand{
34459 \backslash
34460 fracS}[3][]{
34461 \backslash
34462 genfrac{}{}{#1}{}{#2}{#3}}
34463 \end_layout
34464
34465 \begin_layout Standard
34466 という行を入れます。
34467 \end_layout
34468
34469 \begin_layout Standard
34470 以下は、そのテストです。
34471 \begin_inset Formula 
34472 \begin{align*}
34473 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34474 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34475 \end{align*}
34476
34477 \end_inset
34478
34479 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34480 \end_layout
34481
34482 \begin_layout Subsection
34483 数式の消去
34484 \begin_inset Index idx
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 すうしき@数式 ! しょうきょ@消去
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Standard
34497 数式の全体もしくは一部を消去するには、4つの方法があります。
34498 \begin_inset Separator parbreak
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Standard
34505 \align center
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 ifcancel 
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \begin_inset Note Note
34520 status open
34521
34522 \begin_layout Plain Layout
34523 下記の表は、\SpecialChar LaTeX
34524 パッケージ
34525 \series bold
34526 cancel
34527 \series default
34528 が導入済みの時のみ表示されます。
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \align center
34538 \begin_inset Tabular
34539 <lyxtabular version="3" rows="5" columns="2">
34540 <features booktabs="true" tabularvalignment="middle">
34541 <column alignment="center" valignment="top" width="0pt">
34542 <column alignment="center" valignment="top">
34543 <row>
34544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 コマンド
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 出力
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568
34569 \backslash
34570 cancel
34571 \begin_inset space \textvisiblespace{}
34572 \end_inset
34573
34574
34575 \backslash
34576 int
34577 \begin_inset space \textvisiblespace{}
34578 \end_inset
34579
34580 A=B
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 <cell alignment="center" valignment="top" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Plain Layout
34589 \begin_inset Formula $\cancel{\int A=B}$
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \end_inset
34596 </cell>
34597 </row>
34598 <row topspace="1.5mm">
34599 <cell alignment="center" valignment="top" usebox="none">
34600 \begin_inset Text
34601
34602 \begin_layout Plain Layout
34603
34604 \backslash
34605 bcancel
34606 \begin_inset space \textvisiblespace{}
34607 \end_inset
34608
34609
34610 \backslash
34611 int
34612 \begin_inset space \textvisiblespace{}
34613 \end_inset
34614
34615 A=B
34616 \end_layout
34617
34618 \end_inset
34619 </cell>
34620 <cell alignment="center" valignment="top" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624 \begin_inset Formula $\bcancel{\int A=B}$
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 </row>
34633 <row topspace="1.5mm">
34634 <cell alignment="center" valignment="top" usebox="none">
34635 \begin_inset Text
34636
34637 \begin_layout Plain Layout
34638
34639 \backslash
34640 xcancel
34641 \begin_inset space \textvisiblespace{}
34642 \end_inset
34643
34644
34645 \backslash
34646 int
34647 \begin_inset space \textvisiblespace{}
34648 \end_inset
34649
34650 A=B
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 <cell alignment="center" valignment="top" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 \begin_inset Formula $\xcancel{\int A=B}$
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 </row>
34668 <row>
34669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673
34674 \backslash
34675 cancelto
34676 \begin_inset space \textvisiblespace{}
34677 \end_inset
34678
34679
34680 \backslash
34681 int
34682 \begin_inset space \textvisiblespace{}
34683 \end_inset
34684
34685 A=B
34686 \begin_inset Formula $\to$
34687 \end_inset
34688
34689 1
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 </lyxtabular>
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Standard
34715
34716 \series bold
34717
34718 \backslash
34719 cancelto
34720 \series default
34721 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
34722 \begin_inset Formula 
34723 \[
34724 \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}}}
34725 \]
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733
34734 \series bold
34735
34736 \backslash
34737 cancelto
34738 \series default
34739 の「下付き文字」寸法の大きさを変えるには、
34740 \end_layout
34741
34742 \begin_layout Standard
34743
34744 \series bold
34745
34746 \backslash
34747 PassOptionsToPackage{オプション}{cancel}
34748 \end_layout
34749
34750 \begin_layout Standard
34751 という行を\SpecialChar LaTeX
34752 プリアンブルに書き加えてください。ここで、
34753 \series bold
34754 オプション
34755 \series default
34756
34757 \series bold
34758 samesize
34759 \series default
34760 にすると、取り消した部分と同じ寸法になり、
34761 \series bold
34762 Smaller
34763 \series default
34764 にすると、通常よりも少し小さくなります。
34765 \end_layout
34766
34767 \begin_layout Standard
34768 取り消し線に色を付けるには、\SpecialChar TeX
34769 コードで以下のコマンドを書き加えてください。
34770 \end_layout
34771
34772 \begin_layout Standard
34773
34774 \series bold
34775
34776 \backslash
34777 renewcommand{
34778 \backslash
34779 CancelColor}{
34780 \backslash
34781 color{red}}
34782 \end_layout
34783
34784 \begin_layout Standard
34785 ここで
34786 \series bold
34787 red
34788 \series default
34789 は、お好みの色に変更することができます。
34790 \end_layout
34791
34792 \begin_layout Standard
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798
34799 \backslash
34800 renewcommand{
34801 \backslash
34802 CancelColor}{
34803 \backslash
34804 color{red}}
34805 \end_layout
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Standard
34813 \begin_inset Formula 
34814 \[
34815 \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}}}
34816 \]
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset ERT
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828
34829
34830 \backslash
34831 renewcommand{
34832 \backslash
34833 CancelColor}{
34834 \backslash
34835 color{black}}
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \begin_inset Note Note
34842 status open
34843
34844 \begin_layout Plain Layout
34845 色をリセット
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Standard
34854 他の微調整については、
34855 \series bold
34856 cancel
34857 \series default
34858 パッケージの取扱説明書
34859 \begin_inset CommandInset citation
34860 LatexCommand cite
34861 key "cancel"
34862
34863 \end_inset
34864
34865 をご覧ください。
34866 \begin_inset Index idx
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 ぱっけーじ@パッケージ ! cancel
34871 \end_layout
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \begin_layout Standard
34879 \begin_inset ERT
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884
34885 \backslash
34886 else 
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \begin_inset Note Note
34893 status open
34894
34895 \begin_layout Plain Layout
34896 下記の表は、\SpecialChar LaTeX
34897 パッケージ
34898 \series bold
34899 cancel
34900 \series default
34901 が導入済みの時のみ表示されます。
34902 \end_layout
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \begin_layout Standard
34910 本小節の続きを見るには、\SpecialChar LaTeX
34911 パッケージ
34912 \series bold
34913 cancel
34914 \series default
34915 を導入する必要があります。
34916 \end_layout
34917
34918 \begin_layout Standard
34919 \begin_inset ERT
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924
34925 \backslash
34926 fi 
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Subsection
34935 節見出し中の数式
34936 \begin_inset CommandInset label
34937 LatexCommand label
34938 name "subsec:節見出し中の数式"
34939
34940 \end_inset
34941
34942
34943 \begin_inset Index idx
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947 すうしき@数式 ! せつみだしちゅうの@節見出し中の
34948 \end_layout
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Standard
34956 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \begin_inset Note Greyedout
34961 status open
34962
34963 \begin_layout Plain Layout
34964 文書設定ダイアログの
34965 \family sans
34966 PDF特性
34967 \family default
34968
34969 \series bold
34970 hyperref
34971 \series default
34972
34973 \begin_inset Index idx
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977 ぱっけーじ@パッケージ ! hyperref
34978 \end_layout
34979
34980 \end_inset
34981
34982 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34983 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Standard
34992 これらの問題は、
34993 \family sans
34994 挿入\SpecialChar menuseparator
34995 短縮タイトル
34996 \family default
34997 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34998 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34999 \end_layout
35000
35001 \begin_layout Standard
35002 数式を目次中でも使わなくてもならないが、
35003 \series bold
35004 hyperref
35005 \series default
35006 も使用しなくてはならないときには、
35007 \end_layout
35008
35009 \begin_layout Standard
35010
35011 \series bold
35012
35013 \backslash
35014 texorpdfstring{部分}{代替文字列}
35015 \begin_inset Index idx
35016 status collapsed
35017
35018 \begin_layout Plain Layout
35019 こまんど@コマンド ! T ! 
35020 \backslash
35021 texorpdfstring
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \begin_layout Standard
35030 というコマンドを\SpecialChar TeX
35031 モードで使う方法があります。
35032 \end_layout
35033
35034 \begin_layout Standard
35035 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚註のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35036 文字列」が用いられます。
35037 \end_layout
35038
35039 \begin_layout Standard
35040 以下の二つは、見出しの例です。
35041 \begin_inset VSpace -3mm
35042 \end_inset
35043
35044
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 boldmath 
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \begin_layout Subsubsection
35061 目次中では数式を使わない見出し
35062 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35063 \end_inset
35064
35065
35066 \begin_inset Argument 1
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070 目次中では数式を使わない見出し
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Subsubsection
35079 目次中で数式を使う見出し
35080 \begin_inset ERT
35081 status collapsed
35082
35083 \begin_layout Plain Layout
35084
35085
35086 \backslash
35087 texorpdfstring{
35088 \end_layout
35089
35090 \end_inset
35091
35092  
35093 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35094 \end_inset
35095
35096
35097 \begin_inset ERT
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101
35102 }{}
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Standard
35111 \begin_inset ERT
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115
35116
35117 \backslash
35118 unboldmath 
35119 \end_layout
35120
35121 \end_inset
35122
35123 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35124 \series bold
35125
35126 \backslash
35127 texorpdfstring
35128 \series default
35129 が使われています。
35130 \end_layout
35131
35132 \begin_layout Standard
35133 他の節見出しと同じ書式を得るために、上の見出し全体は
35134 \series bold
35135 boldmath
35136 \series default
35137 環境に設定してあります
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142
35143 \begin_inset CommandInset ref
35144 LatexCommand ref
35145 reference "subsec:ボールド体の数式"
35146
35147 \end_inset
35148
35149 節参照。
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Subsection
35158 多段組文中の数式
35159 \begin_inset Index idx
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35173 \series bold
35174 multicol
35175 \series default
35176
35177 \begin_inset Foot
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182 \series bold
35183 multicol
35184 \series default
35185 は、標準的\SpecialChar LaTeX
35186 頒布版のすべてに含まれています。
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \begin_inset Index idx
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196 ぱっけーじ@パッケージ ! multicol
35197 \end_layout
35198
35199 \end_inset
35200
35201  \SpecialChar LaTeX
35202 パッケージを、
35203 \end_layout
35204
35205 \begin_layout Standard
35206
35207 \series bold
35208
35209 \backslash
35210 usepackage{multicol}
35211 \end_layout
35212
35213 \begin_layout Standard
35214 という\SpecialChar LaTeX
35215 プリアンブル行を書いて読み込むことで、実現できます。
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset Note Greyedout
35220 status open
35221
35222 \begin_layout Plain Layout
35223 ここで、
35224 \family sans
35225 文書\SpecialChar menuseparator
35226 設定
35227 \family default
35228 メニューの
35229 \family sans
35230 本文レイアウト
35231 \family default
35232 で、
35233 \family sans
35234 二段組文書
35235 \family default
35236 の設定を
35237 \emph on
35238 有効にしてはならない
35239 \emph default
35240 ことに注意してください。
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Standard
35249 多段組文の前に
35250 \end_layout
35251
35252 \begin_layout Standard
35253
35254 \series bold
35255
35256 \backslash
35257 begin{multicols}{段数}
35258 \end_layout
35259
35260 \begin_layout Standard
35261 というコマンドを\SpecialChar TeX
35262 モードで書き入れます。「段数」は、2
35263 \begin_inset space \thinspace{}
35264 \end_inset
35265
35266 -
35267 \begin_inset space \thinspace{}
35268 \end_inset
35269
35270 10のあいだの数字です。多段組文の終わる数式の前には、
35271 \end_layout
35272
35273 \begin_layout Standard
35274
35275 \series bold
35276
35277 \backslash
35278 end{multicols}
35279 \end_layout
35280
35281 \begin_layout Standard
35282 というコマンドを\SpecialChar TeX
35283 モードで入れます。
35284 \end_layout
35285
35286 \begin_layout Standard
35287 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35288 \begin_inset space \thinspace{}
35289 \end_inset
35290
35291 mmの垂直空白を入れて下さい。数式様式
35292 \series bold
35293
35294 \begin_inset Foot
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298 数式様式に関しては、第
35299 \begin_inset CommandInset ref
35300 LatexCommand ref
35301 reference "sec:数式様式"
35302
35303 \end_inset
35304
35305 節をご覧下さい。
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \series default
35312 として
35313 \series bold
35314 行頭下げ
35315 \series default
35316 を使用している場合には、代わりに-9
35317 \begin_inset space \thinspace{}
35318 \end_inset
35319
35320 mmの垂直空白を入れて下さい。
35321 \end_layout
35322
35323 \begin_layout Standard
35324 以下は、別行立て数式を含む、多段組文の例です。
35325 \end_layout
35326
35327 \begin_layout Standard
35328 \begin_inset ERT
35329 status collapsed
35330
35331 \begin_layout Plain Layout
35332
35333
35334 \backslash
35335 begin{multicols}{2}
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \lang ngerman
35342 Das Spektrum wird fouriertransformiert.
35343  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35344 , Lösungsmittel) zu trennen.
35345  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35346  nun das Aussehen des Ausgangssignals.
35347  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35348  über alle Phasen integrieren muss.
35349  Sei nun 
35350 \begin_inset Formula $S$
35351 \end_inset
35352
35353  unser normiertes Ausgangssignal und 
35354 \begin_inset Formula $P$
35355 \end_inset
35356
35357  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35358 \lang japanese
35359
35360 \begin_inset ERT
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364
35365
35366 \backslash
35367 end{multicols}
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \begin_inset VSpace -6mm
35374 \end_inset
35375
35376
35377 \begin_inset Formula 
35378 \begin{equation}
35379 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35380 \end{equation}
35381
35382 \end_inset
35383
35384
35385 \begin_inset ERT
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389
35390
35391 \backslash
35392 begin{multicols}{2}
35393 \end_layout
35394
35395 \end_inset
35396
35397
35398 \lang ngerman
35399 wobei 
35400 \begin_inset Formula $S_{0}$
35401 \end_inset
35402
35403  das Signal ohne Gradient ist und die Normierungsbedingung 
35404 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35405 \end_inset
35406
35407  gilt.
35408  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35409  Direkt nach dem 
35410 \begin_inset Formula $\nicefrac{\pi}{2}$
35411 \end_inset
35412
35413
35414 \begin_inset space \thinspace{}
35415 \end_inset
35416
35417 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35418  das Signal zusätzlich abschwächt.
35419  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35420  
35421 \begin_inset Formula $T_{2}$
35422 \end_inset
35423
35424 -Zeit.
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 end{multicols}
35436 \end_layout
35437
35438 \end_inset
35439
35440  
35441 \end_layout
35442
35443 \begin_layout Subsection
35444 変数の説明付き数式
35445 \begin_inset Index idx
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset CommandInset ref
35459 LatexCommand eqref
35460 reference "eq:within"
35461
35462 \end_inset
35463
35464 式のように、数式内で変数の説明をするには、
35465 \begin_inset Formula $n$
35466 \end_inset
35467
35468 個の変数が使われている場合、左寄せの列を持つ
35469 \begin_inset Formula $2\times n$
35470 \end_inset
35471
35472 行列を使用します
35473 \begin_inset Foot
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 行列に関しては、第
35478 \begin_inset CommandInset ref
35479 LatexCommand ref
35480 reference "sec:行列"
35481
35482 \end_inset
35483
35484 節参照。
35485 \end_layout
35486
35487 \end_inset
35488
35489 。説明を小さな文字にするには、行列の前に、たとえば
35490 \series bold
35491
35492 \backslash
35493 footnotesize
35494 \series default
35495 コマンドを挿入します
35496 \begin_inset Foot
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 フォント寸法に関しては、第
35501 \begin_inset CommandInset ref
35502 LatexCommand ref
35503 reference "subsec:書体寸法"
35504
35505 \end_inset
35506
35507 節参照。
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 数式様式に
35517 \series bold
35518 行頭下げ
35519 \begin_inset Foot
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 数式様式に関しては、第
35524 \begin_inset CommandInset ref
35525 LatexCommand ref
35526 reference "sec:数式様式"
35527
35528 \end_inset
35529
35530 節参照。
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \series default
35537 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35538 \series bold
35539
35540 \backslash
35541 hfill
35542 \series default
35543
35544 \begin_inset Foot
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549 \series bold
35550
35551 \backslash
35552 hfill
35553 \series default
35554 は、
35555 \series bold
35556 行頭下げ
35557 \series default
35558 様式のときのみ機能します。第
35559 \begin_inset CommandInset ref
35560 LatexCommand ref
35561 reference "subsec:可変長の空白"
35562
35563 \end_inset
35564
35565 節をご覧下さい。
35566 \end_layout
35567
35568 \end_inset
35569
35570 を入れます。
35571 \end_layout
35572
35573 \begin_layout Standard
35574 数式様式に
35575 \series bold
35576 中央揃え
35577 \series default
35578 を使っている場合、数式を字下げするには、第
35579 \begin_inset CommandInset ref
35580 LatexCommand ref
35581 reference "subsec:flalign環境"
35582
35583 \end_inset
35584
35585 節で述べた方法を使用します。
35586 \begin_inset CommandInset ref
35587 LatexCommand eqref
35588 reference "eq:within"
35589
35590 \end_inset
35591
35592 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
35593 括弧が入っています。
35594 \begin_inset Formula 
35595 \begin{flalign}
35596 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35597 \rho & \textrm{density}\\
35598 V & \textrm{volume}\\
35599 g & \textrm{gravitational acceleration}
35600 \end{array} &  & {}\label{eq:within}
35601 \end{flalign}
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Subsection
35609 アップライト体のギリシャ小文字
35610 \begin_inset CommandInset label
35611 LatexCommand label
35612 name "subsec:アップライト体ギリシャ小文字"
35613
35614 \end_inset
35615
35616
35617 \begin_inset Index idx
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35622 \end_layout
35623
35624 \end_inset
35625
35626
35627 \end_layout
35628
35629 \begin_layout Standard
35630 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35631 \begin_inset Formula $\pi$
35632 \end_inset
35633
35634 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35635 \series bold
35636 upgreek.sty
35637 \series default
35638
35639 \begin_inset Foot
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643
35644 \series bold
35645 upgreek
35646 \series default
35647 は、
35648 \series bold
35649 was
35650 \series default
35651
35652 \begin_inset Index idx
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656 ぱっけーじ@パッケージ ! was
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662
35663 \backslash
35664 vspace{4mm}
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \end_inset
35673
35674  \SpecialChar LaTeX
35675 パッケージの一部です。
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \begin_inset Index idx
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685 ぱっけーじ@パッケージ ! upgreek
35686 \end_layout
35687
35688 \end_inset
35689
35690  ファイルを
35691 \end_layout
35692
35693 \begin_layout Standard
35694
35695 \series bold
35696
35697 \backslash
35698 usepackage{upgreek}
35699 \end_layout
35700
35701 \begin_layout Standard
35702 という\SpecialChar LaTeX
35703 プリアンブル行で読み込めば、これらが提供されるようになります。
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709
35710 \backslash
35711 ifupgreek 
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \begin_inset Note Note
35718 status open
35719
35720 \begin_layout Plain Layout
35721 以下の表は、
35722 \series bold
35723 upgreek
35724 \series default
35725  \SpecialChar LaTeX
35726 パッケージが導入済みのときのみ表示されます。
35727 \end_layout
35728
35729 \end_inset
35730
35731 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35732 \series bold
35733 up
35734 \series default
35735 を付けると作ることができます。たとえば
35736 \series bold
35737
35738 \backslash
35739 uptau
35740 \series default
35741 コマンドは、
35742 \begin_inset Formula $\uptau$
35743 \end_inset
35744
35745 のようになります。
35746 \end_layout
35747
35748 \begin_layout Standard
35749 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35750 \begin_inset Formula 
35751 \[
35752 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35753 \]
35754
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \begin_layout Standard
35761 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35762 \begin_inset Formula $\mu m$
35763 \end_inset
35764
35765 」のような単位に使うべきではありません。
35766 \end_layout
35767
35768 \begin_layout Standard
35769 \begin_inset ERT
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773
35774
35775 \backslash
35776 else 
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \begin_inset Note Note
35783 status open
35784
35785 \begin_layout Plain Layout
35786 以下は、
35787 \series bold
35788 upgreek
35789 \series default
35790  \SpecialChar LaTeX
35791 パッケージが導入されていないときのみ表示されます。
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Standard
35800 この小節のすべてを出力で見るには、
35801 \series bold
35802 upgreek
35803 \series default
35804  \SpecialChar LaTeX
35805 パッケージを導入する必要があります。
35806 \end_layout
35807
35808 \begin_layout Standard
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814
35815 \backslash
35816 fi 
35817 \end_layout
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \begin_layout Subsection
35825 数式中のテキスト文字
35826 \begin_inset Index idx
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35840 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35841 \end_inset
35842
35843 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35844 \series bold
35845
35846 \backslash
35847 cdot
35848 \series default
35849
35850 \begin_inset Foot
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855 \begin_inset CommandInset ref
35856 LatexCommand ref
35857 reference "subsec:二項演算子"
35858
35859 \end_inset
35860
35861 節参照。
35862 \end_layout
35863
35864 \end_inset
35865
35866 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35867 \end_layout
35868
35869 \begin_layout Standard
35870
35871 \series bold
35872
35873 \backslash
35874 Declare Inputtext{183}{
35875 \backslash
35876 ifmmode
35877 \backslash
35878 cdot
35879 \backslash
35880 else
35881 \backslash
35882 textperiodcentered
35883 \backslash
35884 f\SpecialChar ligaturebreak
35885 i}
35886 \end_layout
35887
35888 \begin_layout Standard
35889 という\SpecialChar LaTeX
35890 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
35891 \end_layout
35892
35893 \begin_layout Standard
35894 文字エンコーディング(
35895 \family sans
35896 文書\SpecialChar menuseparator
35897 設定\SpecialChar menuseparator
35898 言語
35899 \family default
35900 メニュー)は、キーボード上の
35901 \begin_inset Flex Ruby
35902 status collapsed
35903
35904 \begin_layout Plain Layout
35905
35906 \begin_inset Argument post:1
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 キー
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \end_inset
35919
35920 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35921 \series bold
35922
35923 \backslash
35924 textperiodcentered
35925 \series default
35926 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
35927 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
35928 て、正しいコマンドが自動的に選択されます。
35929 \end_layout
35930
35931 \begin_layout Standard
35932 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35933 \series bold
35934 latin9
35935 \series default
35936 エンコーディングは、\SpecialChar LaTeX
35937 がインストールされたフォルダにある
35938 \series bold
35939 latin9.def
35940 \series default
35941 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
35942 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
35943 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35944 \end_layout
35945
35946 \begin_layout Standard
35947 \begin_inset VSpace medskip
35948 \end_inset
35949
35950 中黒の他にこの文書では、角度記号「
35951 \begin_inset Formula $^{\circ}$
35952 \end_inset
35953
35954 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
35955 プリアンブル行で定義されています
35956 \begin_inset Foot
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960 【訳註】p\SpecialChar LaTeX
35961 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \begin_layout Standard
35970
35971 \series bold
35972
35973 \backslash
35974 DeclareInputtext{176}{
35975 \backslash
35976 ifmmode^
35977 \backslash
35978 circ
35979 \backslash
35980 else
35981 \backslash
35982 textdegree
35983 \backslash
35984 f\SpecialChar ligaturebreak
35985 i}
35986 \end_layout
35987
35988 \begin_layout Subsection
35989 数式中の\SpecialChar LaTeX
35990 コメント
35991 \begin_inset Index idx
35992 status collapsed
35993
35994 \begin_layout Plain Layout
35995 L atexこめんと@\SpecialChar LaTeX
35996 コメント
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Standard
36005 本文中では、ファイルの\SpecialChar LaTeX
36006 ソースコードでのみ見ることのできるコメントを、
36007 \family sans
36008 挿入
36009 \lang english
36010 \SpecialChar menuseparator
36011
36012 \lang japanese
36013 註釈
36014 \lang english
36015 \SpecialChar menuseparator
36016
36017 \lang japanese
36018 コメント
36019 \family default
36020 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36021 \end_layout
36022
36023 \begin_layout Standard
36024
36025 \series bold
36026
36027 \backslash
36028 %
36029 \end_layout
36030
36031 \begin_layout Standard
36032 というコマンドを使えば、\SpecialChar LaTeX
36033 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36034 のバグのせいで
36035 \begin_inset Foot
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039 \begin_inset CommandInset href
36040 LatexCommand href
36041 name "LyX-bug #9002"
36042 target "http://www.lyx.org/trac/ticket/9002"
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \end_inset
36050
36051 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36052 出力中に、\SpecialChar LaTeX
36053 コマンドの形では見ることができます。
36054 \lang english
36055
36056 \begin_inset Newline newline
36057 \end_inset
36058
36059
36060 \lang japanese
36061 下記は、\SpecialChar LaTeX
36062 コメントを持つ数式の例です。
36063 \begin_inset Formula 
36064 \[
36065 A=B%\text{これはコメントです。}
36066 \]
36067
36068 \end_inset
36069
36070
36071 \end_layout
36072
36073 \begin_layout Section
36074 \start_of_appendix
36075 組版上の助言
36076 \begin_inset Index idx
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080 くみばんじょうのじょげん@組版上の助言
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Standard
36089 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36090 \begin_inset Foot
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094 この要約の一部は、ISO規則を取り上げている「Duden」
36095 \begin_inset CommandInset citation
36096 LatexCommand cite
36097 key "Duden"
36098
36099 \end_inset
36100
36101 と呼ばれるドイツの半公的辞書から採られています。
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Itemize
36110 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36111 \begin_inset Foot
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 書体様式で指定します。第
36116 \begin_inset CommandInset ref
36117 LatexCommand ref
36118 reference "subsec:書体様式"
36119
36120 \end_inset
36121
36122 節を参照。
36123 \end_layout
36124
36125 \end_inset
36126
36127 :30
36128 \begin_inset space \thinspace{}
36129 \end_inset
36130
36131 km/h
36132 \begin_inset Newline newline
36133 \end_inset
36134
36135 値と単位の間には、最小空白を入れます。第
36136 \begin_inset CommandInset ref
36137 LatexCommand ref
36138 reference "subsec:定義済みの空白"
36139
36140 \end_inset
36141
36142 節を参照。
36143 \begin_inset Newline newline
36144 \end_inset
36145
36146 この慣習は、
36147 \series bold
36148
36149 \backslash
36150 unittwo
36151 \series default
36152 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36153 が得られます:
36154 \begin_inset Formula $\unit[30]{km/h}$
36155 \end_inset
36156
36157
36158 \begin_inset space \thinspace{}
36159 \end_inset
36160
36161 。実は、
36162 \series bold
36163
36164 \backslash
36165 unittwo
36166 \series default
36167 は、\SpecialChar LaTeX
36168 コマンドの実体ではなく、
36169 \series bold
36170
36171 \backslash
36172 unit[値]{単位}
36173 \series default
36174 というコマンドです。したがって、これを\SpecialChar TeX
36175 コード中で使用することはできません。
36176 \end_layout
36177
36178 \begin_layout Itemize
36179 百分率記号と千分率記号は、物理単位と同様に組みます:
36180 \begin_inset Newline newline
36181 \end_inset
36182
36183 血中アルコール1,2
36184 \begin_inset space \thinspace{}
36185 \end_inset
36186
36187
36188 \end_layout
36189
36190 \begin_layout Itemize
36191 角度記号は値の直後に置きます:
36192 \begin_inset Formula $15^{\circ}$
36193 \end_inset
36194
36195 。しかし、単位として用いられるときは別です:15
36196 \begin_inset space \thinspace{}
36197 \end_inset
36198
36199
36200 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Itemize
36207 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36208 \begin_inset space \thinspace{}
36209 \end_inset
36210
36211 473
36212 \begin_inset space \thinspace{}
36213 \end_inset
36214
36215 588
36216 \end_layout
36217
36218 \begin_layout Itemize
36219 \begin_inset Formula $120\times90\times40$
36220 \end_inset
36221
36222
36223 \begin_inset space \thinspace{}
36224 \end_inset
36225
36226 cmのような寸法には、積記号「
36227 \begin_inset Formula $\times$
36228 \end_inset
36229
36230 」を用います。これは、
36231 \series bold
36232
36233 \backslash
36234 times
36235 \series default
36236 コマンドか、
36237 \family sans
36238 挿入\SpecialChar menuseparator
36239 特殊文字\SpecialChar menuseparator
36240 記号
36241 \family default
36242 メニューから入れることができます。
36243 \end_layout
36244
36245 \begin_layout Itemize
36246 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36247 \begin_inset CommandInset ref
36248 LatexCommand ref
36249 reference "subsec:定義済み函数"
36250
36251 \end_inset
36252
36253 節を参照。
36254 \end_layout
36255
36256 \begin_layout Itemize
36257 複数の文字を含む指数は、アップライト体にします:
36258 \begin_inset Formula $E_{\mathrm{kin}}$
36259 \end_inset
36260
36261
36262 \begin_inset Newline newline
36263 \end_inset
36264
36265 行列要素はイタリック体にします:
36266 \begin_inset Formula $\hat{H}_{kl}$
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Itemize
36273 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36274 \end_layout
36275
36276 \begin_layout Itemize
36277
36278 \noun on
36279 フーリエ
36280 \noun default
36281 変換を表す文字は、
36282 \series bold
36283
36284 \backslash
36285 mathscr
36286 \begin_inset space \textvisiblespace{}
36287 \end_inset
36288
36289 {F
36290 \series default
36291 コマンド
36292 \begin_inset Index idx
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296 こまんど@コマンド! M ! 
36297 \backslash
36298 mathscr
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \family sans
36305 挿入\SpecialChar menuseparator
36306 特殊文字\SpecialChar menuseparator
36307 記号\SpecialChar menuseparator
36308 文字様記号
36309 \family default
36310 メニューの
36311 \begin_inset Formula $\mathscr{F}$
36312 \end_inset
36313
36314 で入れることができます。
36315 \end_layout
36316
36317 \begin_layout Standard
36318 \begin_inset Newpage newpage
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Section
36325 同義語
36326 \begin_inset Index idx
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330 どうぎご@同義語
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \begin_layout Standard
36339 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36340 \end_layout
36341
36342 \begin_layout Standard
36343 \begin_inset VSpace bigskip
36344 \end_inset
36345
36346
36347 \lang english
36348
36349 \begin_inset space \hfill{}
36350 \end_inset
36351
36352
36353 \lang japanese
36354
36355 \begin_inset Tabular
36356 <lyxtabular version="3" rows="12" columns="2">
36357 <features booktabs="true" tabularvalignment="middle">
36358 <column alignment="center" valignment="top" width="0pt">
36359 <column alignment="center" valignment="top" width="0pt">
36360 <row>
36361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365 コマンド
36366 \end_layout
36367
36368 \end_inset
36369 </cell>
36370 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36371 \begin_inset Text
36372
36373 \begin_layout Plain Layout
36374 同義のコマンド
36375 \end_layout
36376
36377 \end_inset
36378 </cell>
36379 </row>
36380 <row>
36381 <cell alignment="center" valignment="top" usebox="none">
36382 \begin_inset Text
36383
36384 \begin_layout Plain Layout
36385
36386 \backslash
36387 ast
36388 \end_layout
36389
36390 \end_inset
36391 </cell>
36392 <cell alignment="center" valignment="top" usebox="none">
36393 \begin_inset Text
36394
36395 \begin_layout Plain Layout
36396 *
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 <row>
36403 <cell alignment="center" valignment="top" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407
36408 \backslash
36409 choose
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 <cell alignment="center" valignment="top" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 binom
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 </row>
36426 <row>
36427 <cell alignment="center" valignment="top" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431
36432 \backslash
36433 geq
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 <cell alignment="center" valignment="top" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442
36443 \backslash
36444 ge
36445 \end_layout
36446
36447 \end_inset
36448 </cell>
36449 </row>
36450 <row>
36451 <cell alignment="center" valignment="top" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455
36456 \backslash
36457 lbrace
36458 \end_layout
36459
36460 \end_inset
36461 </cell>
36462 <cell alignment="center" valignment="top" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466 {
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 </row>
36472 <row>
36473 <cell alignment="center" valignment="top" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477
36478 \backslash
36479 lbracket
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 <cell alignment="center" valignment="top" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 [
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 </row>
36494 <row>
36495 <cell alignment="center" valignment="top" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499
36500 \backslash
36501 leftarrow
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 gets
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 </row>
36518 <row>
36519 <cell alignment="center" valignment="top" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523
36524 \backslash
36525 leq
36526 \end_layout
36527
36528 \end_inset
36529 </cell>
36530 <cell alignment="center" valignment="top" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534
36535 \backslash
36536 le
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 <row>
36543 <cell alignment="center" valignment="top" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547
36548 \backslash
36549 lor
36550 \end_layout
36551
36552 \end_inset
36553 </cell>
36554 <cell alignment="center" valignment="top" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558
36559 \backslash
36560 vee
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 <row>
36567 <cell alignment="center" valignment="top" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Plain Layout
36571
36572 \backslash
36573 neq
36574 \end_layout
36575
36576 \end_inset
36577 </cell>
36578 <cell alignment="center" valignment="top" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 not=
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 </row>
36590 <row>
36591 <cell alignment="center" valignment="top" usebox="none">
36592 \begin_inset Text
36593
36594 \begin_layout Plain Layout
36595
36596 \backslash
36597 slash
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 /
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617
36618 \backslash
36619 vert
36620 \end_layout
36621
36622 \end_inset
36623 </cell>
36624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 |
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 </lyxtabular>
36635
36636 \end_inset
36637
36638
36639 \begin_inset space \hfill{}
36640 \end_inset
36641
36642
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="12" columns="2">
36645 <features booktabs="true" tabularvalignment="middle">
36646 <column alignment="center" valignment="top" width="0pt">
36647 <column alignment="center" valignment="top" width="0pt">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 コマンド
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 同義のコマンド
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 backslash
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
36687 \backslash
36688
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 <row>
36695 <cell alignment="center" valignment="top" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699
36700 \backslash
36701 dasharrow
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 <cell alignment="center" valignment="top" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 dashrightarrow
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 <row>
36719 <cell alignment="center" valignment="top" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723
36724 \backslash
36725 land
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734
36735 \backslash
36736 wedge
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 </row>
36742 <row>
36743 <cell alignment="center" valignment="top" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747
36748 \backslash
36749 rbrace
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 <cell alignment="center" valignment="top" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758 }
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 </row>
36764 <row>
36765 <cell alignment="center" valignment="top" usebox="none">
36766 \begin_inset Text
36767
36768 \begin_layout Plain Layout
36769
36770 \backslash
36771 rbracket
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 <cell alignment="center" valignment="top" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780 ]
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791
36792 \backslash
36793 rightarrow
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 to
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 <row>
36811 <cell alignment="center" valignment="top" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815
36816 \backslash
36817 lnot
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 neg
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row>
36835 <cell alignment="center" valignment="top" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839
36840 \backslash
36841 ne
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 not=
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 </row>
36858 <row>
36859 <cell alignment="center" valignment="top" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863
36864 \backslash
36865 owns
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 <cell alignment="center" valignment="top" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 ni
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 </row>
36882 <row>
36883 <cell alignment="center" valignment="top" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887
36888 \backslash
36889 square
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 <cell alignment="center" valignment="top" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 Box
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 <row>
36907 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911
36912 \backslash
36913 Vert
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922
36923 \backslash
36924 |
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 </row>
36930 </lyxtabular>
36931
36932 \end_inset
36933
36934
36935 \begin_inset space \hfill{}
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \begin_layout Standard
36942 \begin_inset Newpage newpage
36943 \end_inset
36944
36945
36946 \end_layout
36947
36948 \begin_layout Bibliography
36949 \begin_inset CommandInset bibitem
36950 LatexCommand bibitem
36951 key "TLC2"
36952
36953 \end_inset
36954
36955
36956 \shape smallcaps
36957 Mittelbach, F.
36958  ; Goossens, M.
36959 \shape default
36960
36961 \shape italic
36962 The \SpecialChar LaTeX
36963  Companion
36964 \shape default
36965 , 2nd ed.
36966  Addison Wesley, 2004
36967 \end_layout
36968
36969 \begin_layout Bibliography
36970 \begin_inset CommandInset bibitem
36971 LatexCommand bibitem
36972 key "Mathmode"
36973
36974 \end_inset
36975
36976 \SpecialChar LaTeX
36977 の数式能力の
36978 \begin_inset CommandInset href
36979 LatexCommand href
36980 name "説明"
36981 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36982
36983 \end_inset
36984
36985
36986 \end_layout
36987
36988 \begin_layout Bibliography
36989 \begin_inset CommandInset bibitem
36990 LatexCommand bibitem
36991 key "AMS"
36992
36993 \end_inset
36994
36995
36996 \begin_inset ERT
36997 status collapsed
36998
36999 \begin_layout Plain Layout
37000
37001
37002 \backslash
37003 AmS
37004 \end_layout
37005
37006 \end_inset
37007
37008 -\SpecialChar LaTeX
37009
37010 \begin_inset CommandInset href
37011 LatexCommand href
37012 name "説明"
37013 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Bibliography
37021 \begin_inset CommandInset bibitem
37022 LatexCommand bibitem
37023 key "Symbols"
37024
37025 \end_inset
37026
37027 \SpecialChar LaTeX
37028 パッケージで利用できる記号の
37029 \begin_inset CommandInset href
37030 LatexCommand href
37031 name "全覧"
37032 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Bibliography
37040 \begin_inset CommandInset bibitem
37041 LatexCommand bibitem
37042 key "cancel"
37043
37044 \end_inset
37045
37046 \SpecialChar LaTeX
37047  
37048 \series bold
37049 cancel
37050 \series default
37051
37052 \begin_inset Index idx
37053 status collapsed
37054
37055 \begin_layout Plain Layout
37056 ぱっけーじ@パッケージ ! cancel
37057 \end_layout
37058
37059 \end_inset
37060
37061 パッケージの
37062 \begin_inset CommandInset href
37063 LatexCommand href
37064 name "取扱説明書"
37065 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37066
37067 \end_inset
37068
37069
37070 \end_layout
37071
37072 \begin_layout Bibliography
37073 \begin_inset CommandInset bibitem
37074 LatexCommand bibitem
37075 key "hyperref"
37076
37077 \end_inset
37078
37079 \SpecialChar LaTeX
37080  
37081 \series bold
37082 hyperref
37083 \series default
37084
37085 \begin_inset Index idx
37086 status collapsed
37087
37088 \begin_layout Plain Layout
37089 ぱっけーじ@パッケージ ! hyperref
37090 \end_layout
37091
37092 \end_inset
37093
37094 パッケージの
37095 \begin_inset CommandInset href
37096 LatexCommand href
37097 name "取扱説明書"
37098 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Bibliography
37106 \begin_inset CommandInset bibitem
37107 LatexCommand bibitem
37108 key "mhchem"
37109
37110 \end_inset
37111
37112 \SpecialChar LaTeX
37113  
37114 \series bold
37115 mhchem
37116 \series default
37117
37118 \begin_inset Index idx
37119 status collapsed
37120
37121 \begin_layout Plain Layout
37122 ぱっけーじ@パッケージ ! mhchem
37123 \end_layout
37124
37125 \end_inset
37126
37127 パッケージの
37128 \begin_inset CommandInset href
37129 LatexCommand href
37130 name "取扱説明書"
37131 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37132
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \begin_layout Bibliography
37139 \begin_inset CommandInset bibitem
37140 LatexCommand bibitem
37141 key "Duden"
37142
37143 \end_inset
37144
37145
37146 \emph on
37147 Duden Band 1
37148 \emph default
37149 .
37150  22.
37151  Auflage, Duden 2001
37152 \end_layout
37153
37154 \begin_layout Bibliography
37155 \begin_inset CommandInset bibitem
37156 LatexCommand bibitem
37157 key "Checklist"
37158
37159 \end_inset
37160
37161 原稿見直しの
37162 \begin_inset CommandInset href
37163 LatexCommand href
37164 name "チェックリスト"
37165 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Standard
37173 \begin_inset CommandInset index_print
37174 LatexCommand printindex
37175 type "idx"
37176
37177 \end_inset
37178
37179
37180 \end_layout
37181
37182 \end_body
37183 \end_document