]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: replace tables by formal ones - part 5
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem losen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
30 % die Kapitelnummer geschrieben.
31 % Als Losung wird mehr Platz zwischen Nummer und
32 % Uberschrift eingefugt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter some characters directly in LyX,
37 % see sec. 22.11
38 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 %\addto\extrasenglish{%
44 % \renewcommand*{\equationautorefname}[1]{}
45 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
46 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
47 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
48 %}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % add 0.5 mm vertical space for table rows
66 \@ifundefined{extrarowheight} {\usepackage{array}}{}
67 \setlength{\extrarowheight}{0.5mm}
68
69 % insert additional vertical space of 1.5 mm between footnotes,
70 \let\myFoot\footnote
71 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
72
73 % makes caption labels bold
74 %\setkomafont{captionlabel}{\bfseries}
75
76 % enables calculation of values
77 \usepackage{calc}
78
79 % for multiple columns used in sec. 24.7
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package undertilde
111 % used for the command \utilde
112 \newboolean{undertilde}
113 \IfFileExists{undertilde.sty}
114  {\usepackage{undertilde}
115   \setboolean{undertilde}{true}}
116  {\setboolean{undertilde}{false}}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % needed in sec. 22.4
127 % check for package braket
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % needed in sec. 22.10
142 % check for package upgreek
143 \newboolean{upgreek}
144 \IfFileExists{upgreek.sty}
145  {\usepackage{upgreek}
146   \setboolean{upgreek}{true}}
147  {\setboolean{upgreek}{false}}
148
149 % make pdf bookmark sane with Japanese
150 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
151
152 \renewcommand{\seename}{→}
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
155 \use_default_options true
156 \maintain_unincluded_children false
157 \begin_local_layout
158 InsetLayout             Flex:Ruby
159 LyxType         charstyle
160 LatexType               command
161 LatexName               ruby
162 BgColor         none
163 LabelString             "ルビ"
164 Decoration              Conglomerate
165 Argument post:1
166 LabelString     "ルビ文"
167 MenuString      "ルビ文(S)|S"
168 Decoration      Conglomerate
169 Font
170 Size            tiny
171 EndFont
172 LabelFont
173 Size            tiny
174 EndFont
175 Mandatory       1
176 EndArgument
177 Preamble
178 \IfFileExists{okumacro.sty}
179 {\usepackage{okumacro}}
180 {\newcommand{\ruby}[2]{#2}}
181 EndPreamble
182 End
183 \end_local_layout
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_math auto
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_osf false
196 \font_sf_scale 100
197 \font_tt_scale 100
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize default
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX's Math Manual"
207 \pdf_author "LyX Team, Uwe Stohr"
208 \pdf_subject "LyX-documentation about math"
209 \pdf_keywords "LyX, Mathed"
210 \pdf_bookmarks false
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
220 \papersize a4paper
221 \use_geometry true
222 \use_package amsmath 2
223 \use_package amssymb 2
224 \use_package cancel 0
225 \use_package esint 1
226 \use_package mathdots 1
227 \use_package mathtools 2
228 \use_package mhchem 1
229 \use_package stackrel 0
230 \use_package stmaryrd 0
231 \use_package undertilde 0
232 \cite_engine basic
233 \cite_engine_type default
234 \biblio_style plain
235 \use_bibtopic false
236 \use_indices false
237 \paperorientation portrait
238 \suppress_date false
239 \justification true
240 \use_refstyle 0
241 \notefontcolor #0000ff
242 \index 索引
243 \shortcut idx
244 \color #008000
245 \end_index
246 \leftmargin 3.5cm
247 \topmargin 3cm
248 \rightmargin 3cm
249 \bottommargin 3.5cm
250 \secnumdepth 4
251 \tocdepth 3
252 \paragraph_separation skip
253 \defskip medskip
254 \quotes_language english
255 \papercolumns 1
256 \papersides 2
257 \paperpagestyle plain
258 \tracking_changes false
259 \output_changes true
260 \html_math_output 0
261 \html_css_as_file 0
262 \html_be_strict false
263 \end_header
264
265 \begin_body
266
267 \begin_layout Title
268 \SpecialChar LyX
269 の数式詳細説明書
270 \end_layout
271
272 \begin_layout Author
273 \SpecialChar LyX
274 プロジェクトチーム
275 \begin_inset Foot
276 status collapsed
277
278 \begin_layout Plain Layout
279 \noindent
280 コメントや誤りの修正などがございましたら、\SpecialChar LyX
281 文書化メーリングリスト
282 \family typewriter
283
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \family default
294 までお知らせください。
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Note Note
301 status collapsed
302
303 \begin_layout Plain Layout
304 著者:Uwe Stöhr
305 \end_layout
306
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \family sans
319 第2.1.x版
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset CommandInset toc
324 LatexCommand tableofcontents
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Note Note
333 status open
334
335 \begin_layout Plain Layout
336 この文書をPDFやPS、DVIに書き出すには、\SpecialChar LaTeX
337 パッケージの
338 \series bold
339 braket
340 \series default
341
342 \series bold
343 cancel
344 \series default
345
346 \series bold
347 eurosym
348 \series default
349
350 \series bold
351 mathdots
352 \series default
353
354 \series bold
355 mhchem
356 \series default
357
358 \series bold
359 undertilde
360 \series default
361
362 \series bold
363 was
364 \series default
365 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
366 \series bold
367 mhchem
368 \series default
369 が導入されていないと、本ファイルを書き出すことができません。
370 \end_layout
371
372 \begin_layout Plain Layout
373 この文書の最新のPDF版は
374 \begin_inset Newline newline
375 \end_inset
376
377
378 \series bold
379 http://wiki.lyx.org/\SpecialChar LyX
380 /DocumentationDevelopment#Math
381 \begin_inset Newline newline
382 \end_inset
383
384
385 \series default
386 にあります。
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Standard
395 \begin_inset Newpage newpage
396 \end_inset
397
398
399 \end_layout
400
401 \begin_layout Section
402 はじめに
403 \end_layout
404
405 \begin_layout Standard
406 この文書は、\SpecialChar LyX
407 の数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
408 コマンドのコレクションでもあります。説明は、コマンドの使用を念頭に置い
409 ています。したがって、ユーザーの手引きの
410 \family typewriter
411 数式
412 \family default
413 の節をすでにお読みになっていることを前提としています。
414 \end_layout
415
416 \begin_layout Standard
417 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
418 \family sans
419 挿入\SpecialChar menuseparator
420 数式
421 \family default
422 メニューか
423 \family sans
424 数式ツールバー
425 \family default
426 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
427 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
428 \end_layout
429
430 \begin_layout Standard
431 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
432 \family sans
433 文書\SpecialChar menuseparator
434 設定\SpecialChar menuseparator
435 数式オプション
436 \family default
437 メニュー)で
438 \family sans
439 AMS mathパッケージを使う
440 \family default
441 オプションを有効にしなくてはなりません
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446
447 \family sans
448 AMS mathパッケージを自動的に使う
449 \family default
450 オプションは、\SpecialChar LyX
451 でサポートされている数式要素が見つかったときのみ、
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 AmS 
460 \end_layout
461
462 \end_inset
463
464 -mathパッケージを使用します。
465 \end_layout
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 説明を明瞭にするために、この文書はすべての
474 \begin_inset ERT
475 status collapsed
476
477 \begin_layout Plain Layout
478
479
480 \backslash
481 AmS 
482 \end_layout
483
484 \end_inset
485
486 -mathコマンド
487 \begin_inset Foot
488 status collapsed
489
490 \begin_layout Plain Layout
491 すべての
492 \begin_inset ERT
493 status collapsed
494
495 \begin_layout Plain Layout
496
497
498 \backslash
499 AmS
500 \end_layout
501
502 \end_inset
503
504 -mathコマンドの一覧は、
505 \family sans
506
507 \begin_inset CommandInset href
508 LatexCommand href
509 name "amsguide.ps"
510 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
511
512 \end_inset
513
514
515 \family default
516 ファイルに収録されています。このファイルは、すべての\SpecialChar LaTeX
517 標準頒布版に含まれています。
518 \end_layout
519
520 \end_inset
521
522 を列挙はしません。
523 \end_layout
524
525 \begin_layout Section
526 一般的な説明
527 \end_layout
528
529 \begin_layout Standard
530 本文に埋め込まれた行内数式
531 \begin_inset Index idx
532 status collapsed
533
534 \begin_layout Plain Layout
535 すうしき @ 数式 ! ぎょうない @ 行内
536 \end_layout
537
538 \end_inset
539
540 を作成するには、
541 \begin_inset Flex Ruby
542 status collapsed
543
544 \begin_layout Plain Layout
545 捷径
546 \begin_inset Argument post:1
547 status collapsed
548
549 \begin_layout Plain Layout
550 ショートカット
551 \end_layout
552
553 \end_inset
554
555
556 \end_layout
557
558 \end_inset
559
560
561 \begin_inset Info
562 type  "shortcuts"
563 arg   "math-mode"
564 \end_inset
565
566 のうちのいずれか、あるいはツールバーボタン
567 \begin_inset Info
568 type  "icon"
569 arg   "math-mode"
570 \end_inset
571
572 を使用してください。
573 \begin_inset Newline newline
574 \end_inset
575
576 大きく別の段落として表示される別行立て数式
577 \begin_inset Index idx
578 status collapsed
579
580 \begin_layout Plain Layout
581 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
582 \end_layout
583
584 \end_inset
585
586 を作成するには、
587 \begin_inset Info
588 type  "shortcuts"
589 arg   "math-display"
590 \end_inset
591
592 のうちいずれかの捷径を使用して下さい。
593 \end_layout
594
595 \begin_layout Standard
596 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
597 \begin_inset Info
598 type  "shortcuts"
599 arg   "math-mode"
600 \end_inset
601
602 のいずれかの捷径か、
603 \family sans
604 編集\SpecialChar menuseparator
605 数式\SpecialChar menuseparator
606 数式の表記を変更
607 \family default
608 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
609 \end_layout
610
611 \begin_layout Standard
612 行内数式の一部を別行立て数式の大きさで表示するには、
613 \series bold
614
615 \backslash
616 displaystyle
617 \begin_inset Index idx
618 status collapsed
619
620 \begin_layout Plain Layout
621
622 \size normal
623 こまんど@コマンド ! D ! 
624 \backslash
625 displaystyle
626 \end_layout
627
628 \end_inset
629
630
631 \series default
632 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
633 \end_layout
634
635 \begin_layout Standard
636 表の中では、行内数式のみの使用が許されています。
637 \end_layout
638
639 \begin_layout Standard
640
641 \family sans
642 数式ツールバー
643 \family default
644 は、
645 \family sans
646 表示\SpecialChar menuseparator
647 ツールバー
648 \family default
649 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
650 \family sans
651 ツールバー
652 \family default
653 メニューの中ではチェック印で表されます。この状態から、
654 \family sans
655 ツールバー
656 \family default
657 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
658 数式(自動)」に変わることで表されます。
659 \end_layout
660
661 \begin_layout Standard
662 \SpecialChar TeX
663 モード
664 \begin_inset Index idx
665 status collapsed
666
667 \begin_layout Plain Layout
668 T exもーど@\SpecialChar TeX
669 モード
670 \end_layout
671
672 \end_inset
673
674 は、ツールバーボタン
675 \begin_inset Info
676 type  "icon"
677 arg   "ert-insert"
678 \end_inset
679
680 を押すか、
681 \family sans
682 挿入\SpecialChar menuseparator
683 Te
684 \begin_inset ERT
685 status collapsed
686
687 \begin_layout Plain Layout
688
689 {}
690 \end_layout
691
692 \end_inset
693
694 Xコード
695 \family default
696 (捷径:
697 \begin_inset Info
698 type  "shortcut"
699 arg   "ert-insert"
700 \end_inset
701
702 )メニューを使うことで、起動できます。
703 \begin_inset Note Note
704 status collapsed
705
706 \begin_layout Plain Layout
707 \SpecialChar LyX
708 には、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、\SpecialChar TeX
709 ・\SpecialChar LaTeX
710 ・\SpecialChar LyX
711 があります。これらの名称が、固有名詞として認識されるのを防ぐために、ここでは\SpecialChar TeX
712 括弧
713 が挿入されています。
714 \end_layout
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 \SpecialChar LaTeX
723 プリアンブル
724 \begin_inset Index idx
725 status collapsed
726
727 \begin_layout Plain Layout
728 L atexぷりあんぶる@\SpecialChar LaTeX
729 プリアンブル
730 \end_layout
731
732 \end_inset
733
734 を変更するには、
735 \family sans
736 文書\SpecialChar menuseparator
737 設定\SpecialChar menuseparator
738 LaT
739 \begin_inset ERT
740 status collapsed
741
742 \begin_layout Plain Layout
743
744 {}
745 \end_layout
746
747 \end_inset
748
749 eXプリアンブル
750 \family default
751 メニューを使用してください。
752 \end_layout
753
754 \begin_layout Standard
755 行列や場合分け、多行数式を続けて編集するには、
756 \family sans
757 編集\SpecialChar menuseparator
758 数式
759 \family default
760 メニューと
761 \family sans
762 編集\SpecialChar menuseparator
763 行と列
764 \family default
765 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
766 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
767 \end_layout
768
769 \begin_layout Standard
770 数式内で文章を書く
771 \begin_inset Foot
772 status collapsed
773
774 \begin_layout Plain Layout
775 多行数式では、
776 \series bold
777
778 \backslash
779 intertext
780 \series default
781 コマンドが使用されます。
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "subsec:多行数式中のテキスト"
785
786 \end_inset
787
788 を参照のこと。
789 \end_layout
790
791 \end_inset
792
793 には、
794 \emph on
795 数式テキスト
796 \emph default
797
798 \begin_inset Index idx
799 status collapsed
800
801 \begin_layout Plain Layout
802 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
803 \end_layout
804
805 \end_inset
806
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 すうしきてきすと @ 数式テキスト
813 \end_layout
814
815 \end_inset
816
817 が使用されます。このモードには、捷径
818 \begin_inset Info
819 type  "shortcut"
820 arg   "math-mode"
821 \end_inset
822
823 を使うか、
824 \series bold
825
826 \backslash
827 text
828 \series default
829
830 \begin_inset Index idx
831 status collapsed
832
833 \begin_layout Plain Layout
834 こまんど @ コマンド ! T ! 
835 \backslash
836 text
837 \end_layout
838
839 \end_inset
840
841 コマンドを挿入することで入ることができます。テキストは、\SpecialChar LyX
842 中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては、数式
843 テキストは、他の数式部分とは違って、アップライト体に組まれます。
844 \end_layout
845
846 \begin_layout Subsection*
847 コマンドの構成
848 \end_layout
849
850 \begin_layout Standard
851 数式要素に使われるほとんどの\SpecialChar LaTeX
852 コマンドは、以下のような構成になっています。
853 \end_layout
854
855 \begin_layout Standard
856
857 \series bold
858
859 \backslash
860 コマンド名[非必須引数]{必須引数}
861 \end_layout
862
863 \begin_layout Standard
864 コマンドは、つねにバックスラッシュ「
865 \series bold
866
867 \backslash
868
869 \series default
870 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、\SpecialChar TeX
871 括弧
872 \begin_inset Index idx
873 status collapsed
874
875 \begin_layout Plain Layout
876 T exかっこ@\SpecialChar TeX
877 括弧
878 \end_layout
879
880 \end_inset
881
882 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、\SpecialChar LyX
883 は自動的に\SpecialChar TeX
884 括弧を生成します。数式中ではそれ以外に、
885 \series bold
886
887 \backslash
888 {
889 \series default
890 コマンドを使えば、つねに\SpecialChar TeX
891 括弧を生成することができます。\SpecialChar LyX
892 中で、青字で表示される通常の括弧とは違って、\SpecialChar TeX
893 括弧は赤字で表示されます。\SpecialChar TeX
894 モード中では、\SpecialChar TeX
895 括弧を得るのに、とくに
896 コマンドは必要としません。また、\SpecialChar TeX
897 括弧は出力中では表示されません。
898 \end_layout
899
900 \begin_layout Standard
901 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
902 モードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
903 \emph on
904 かならず
905 \emph default
906 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
907 ん。
908 \end_layout
909
910 \begin_layout Standard
911 保護された空白は、
912 \begin_inset Info
913 type  "shortcuts"
914 arg   "command-alternatives space-insert protected ; math-space"
915 \end_inset
916
917  
918 \begin_inset Flex Ruby
919 status collapsed
920
921 \begin_layout Plain Layout
922
923 \begin_inset Argument post:1
924 status collapsed
925
926 \begin_layout Plain Layout
927 キー
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937 で入力できます。
938 \end_layout
939
940 \begin_layout Subsection*
941 \begin_inset Newpage newpage
942 \end_inset
943
944 文法の説明
945 \end_layout
946
947 \begin_layout Itemize
948 記号 
949 \begin_inset space \textvisiblespace{}
950 \end_inset
951
952  は、空白文字を入力することを表します。
953 \end_layout
954
955 \begin_layout Itemize
956 \begin_inset Formula $\to$
957 \end_inset
958
959 のような矢印は、キーボードから対応する矢印
960 \begin_inset Flex Ruby
961 status collapsed
962
963 \begin_layout Plain Layout
964
965 \begin_inset Argument post:1
966 status collapsed
967
968 \begin_layout Plain Layout
969 キー
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979 を押すことを表します。
980 \end_layout
981
982 \begin_layout Subsection*
983 使用できる単位
984 \end_layout
985
986 \begin_layout Standard
987 \align center
988 \begin_inset Float table
989 placement H
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \align center
996 \begin_inset Caption Standard
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "tab:使用できる単位"
1002
1003 \end_inset
1004
1005 使用できる単位
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Tabular
1016 <lyxtabular version="3" rows="13" columns="2">
1017 <features booktabs="true" tabularvalignment="middle">
1018 <column alignment="center" valignment="top" width="0pt">
1019 <column alignment="center" valignment="top">
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 単位
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 名称/摘要
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 mm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 ミリメートル
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 cm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 センチメートル
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 in
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 インチ
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 pt
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 ポイント (72.27
1115 \begin_inset Formula $\,$
1116 \end_inset
1117
1118 pt = 1
1119 \begin_inset Formula $\,$
1120 \end_inset
1121
1122 in)
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 pc
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 パイカ (1
1143 \begin_inset Formula $\,$
1144 \end_inset
1145
1146 pc = 12
1147 \begin_inset Formula $\,$
1148 \end_inset
1149
1150 pt)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 sp
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 スケールポイント (65536
1171 \begin_inset Formula $\,$
1172 \end_inset
1173
1174 sp = 1
1175 \begin_inset Formula $\,$
1176 \end_inset
1177
1178 pt)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 bp
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 ビッグポイント (72
1199 \begin_inset Formula $\,$
1200 \end_inset
1201
1202 bp = 1
1203 \begin_inset Formula $\,$
1204 \end_inset
1205
1206 in)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 <row>
1213 <cell alignment="center" valignment="top" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 dd
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 ディドー (72
1227 \begin_inset Formula $\,$
1228 \end_inset
1229
1230 dd 
1231 \begin_inset Formula $\approx$
1232 \end_inset
1233
1234  37.6
1235 \begin_inset Formula $\,$
1236 \end_inset
1237
1238 mm)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 cc
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 シセロ (1
1259 \begin_inset Formula $\,$
1260 \end_inset
1261
1262 cc = 12
1263 \begin_inset Formula $\,$
1264 \end_inset
1265
1266 dd)
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 </row>
1272 <row>
1273 <cell alignment="center" valignment="top" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 ex
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 現在のフォントの文字「x」の高さ
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 em
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 現在のフォントの文字「M」の幅
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 mu
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 数式単位(1
1327 \begin_inset space \thinspace{}
1328 \end_inset
1329
1330 mu = 
1331 \begin_inset Formula $\nicefrac{1}{18}$
1332 \end_inset
1333
1334
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 em)
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 </lyxtabular>
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \end_layout
1355
1356 \begin_layout Standard
1357 \begin_inset Newpage newpage
1358 \end_inset
1359
1360
1361 \end_layout
1362
1363 \begin_layout Section
1364 基礎的な関数
1365 \end_layout
1366
1367 \begin_layout Subsection
1368 指数
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 しすう@指数
1374 \end_layout
1375
1376 \end_inset
1377
1378 および添字
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 そえじ@添字
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 うえつきもじ@上付き文字
1394 \begin_inset ERT
1395 status open
1396
1397 \begin_layout Plain Layout
1398
1399 |see{
1400 \end_layout
1401
1402 \end_inset
1403
1404 指数
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 }
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 したつきもじ@下付き文字
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 |see{
1432 \end_layout
1433
1434 \end_inset
1435
1436 添字
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 }
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \begin_layout Standard
1456 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1457 \begin_inset Info
1458 type  "icon"
1459 arg   "math-subscript"
1460 \end_inset
1461
1462 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1463 \begin_inset Info
1464 type  "icon"
1465 arg   "math-superscript"
1466 \end_inset
1467
1468 を使って入力することができます。
1469 \begin_inset Separator parbreak
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 \align center
1477 \begin_inset Tabular
1478 <lyxtabular version="3" rows="4" columns="2">
1479 <features booktabs="true" tabularvalignment="middle">
1480 <column alignment="center" valignment="top" width="0pt">
1481 <column alignment="center" valignment="top" width="0pt">
1482 <row>
1483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Plain Layout
1487 コマンド
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 出力
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 </row>
1502 <row>
1503 <cell alignment="center" valignment="top" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507 B_V
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 \begin_inset Formula $B_{V}$
1517 \end_inset
1518
1519
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 </row>
1525 <row topspace="1.5mm">
1526 <cell alignment="center" valignment="top" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 B^V
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 <cell alignment="center" valignment="top" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 \begin_inset Formula $B^{V}$
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row topspace="1.5mm">
1549 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 B^
1554 \begin_inset space \textvisiblespace{}
1555 \end_inset
1556
1557 A
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 \begin_inset Formula $B^{A}$
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 </lyxtabular>
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Standard
1583 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1584 ってしまいます
1585 \begin_inset Foot
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1590 \end_layout
1591
1592 \end_inset
1593
1594 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1595 \family sans
1596 Space
1597 \family default
1598 を押してください。
1599 \end_layout
1600
1601 \begin_layout Subsection
1602 分数
1603 \begin_inset CommandInset label
1604 LatexCommand label
1605 name "subsec:分数"
1606
1607 \end_inset
1608
1609
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 ぶんすう@分数
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \end_layout
1621
1622 \begin_layout Standard
1623 分数は、コマンド
1624 \series bold
1625
1626 \backslash
1627 frac
1628 \series default
1629
1630 \begin_inset Index idx
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634 こまんど@コマンド ! F ! 
1635 \backslash
1636 frac
1637 \end_layout
1638
1639 \end_inset
1640
1641 か数式ツールバーボタン
1642 \begin_inset Info
1643 type  "icon"
1644 arg   "math-insert \\frac"
1645 \end_inset
1646
1647 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1648 \begin_inset Info
1649 type  "icon"
1650 arg   "math-insert \\frac-square"
1651 \end_inset
1652
1653 を使えば、分数の種類を選ぶことができます。
1654 \end_layout
1655
1656 \begin_layout Standard
1657 コマンド
1658 \series bold
1659
1660 \backslash
1661 dfrac
1662 \series default
1663
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 こまんど@コマンド ! D ! 
1669 \backslash
1670 dfrac
1671 \end_layout
1672
1673 \end_inset
1674
1675 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1676 \series bold
1677
1678 \backslash
1679 tfrac
1680 \series default
1681
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 こまんど@コマンド ! T ! 
1687 \backslash
1688 tfrac
1689 \end_layout
1690
1691 \end_inset
1692
1693 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1694 \end_layout
1695
1696 \begin_layout Standard
1697 これは、コマンド
1698 \series bold
1699
1700 \backslash
1701 frac
1702 \series default
1703 を使用して作った分数
1704 \begin_inset Formula $\frac{1}{2}$
1705 \end_inset
1706
1707 を含む行です。
1708 \end_layout
1709
1710 \begin_layout Standard
1711 これは、コマンド
1712 \series bold
1713
1714 \backslash
1715 dfrac
1716 \series default
1717 を使用して作った分数
1718 \begin_inset Formula $\dfrac{1}{2}$
1719 \end_inset
1720
1721 を含む行です。
1722 \begin_inset Separator parbreak
1723 \end_inset
1724
1725
1726 \end_layout
1727
1728 \begin_layout Standard
1729 \align center
1730 \begin_inset Tabular
1731 <lyxtabular version="3" rows="4" columns="2">
1732 <features booktabs="true" tabularvalignment="middle">
1733 <column alignment="center" valignment="top" width="0pt">
1734 <column alignment="center" valignment="top" width="0pt">
1735 <row>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740 コマンド
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749 出力
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row topspace="1.5mm">
1756 <cell alignment="center" valignment="top" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \backslash
1762 frac
1763 \begin_inset space \textvisiblespace{}
1764 \end_inset
1765
1766 A
1767 \begin_inset Formula $\downarrow$
1768 \end_inset
1769
1770 B
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779 \begin_inset Formula $\frac{A}{B}$
1780 \end_inset
1781
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row topspace="2mm">
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \backslash
1795 dfrac
1796 \begin_inset space \textvisiblespace{}
1797 \end_inset
1798
1799 A
1800 \begin_inset Formula $\downarrow$
1801 \end_inset
1802
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\dfrac{A}{B}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="2mm" bottomspace="1mm">
1822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 dfrac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 e^
1833 \backslash
1834 frac
1835 \begin_inset space \textvisiblespace{}
1836 \end_inset
1837
1838 1
1839 \begin_inset Formula $\downarrow$
1840 \end_inset
1841
1842 2
1843 \begin_inset Formula $\downarrow\downarrow$
1844 \end_inset
1845
1846 3
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 </lyxtabular>
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Standard
1872 \begin_inset VSpace bigskip
1873 \end_inset
1874
1875
1876 \begin_inset Newpage newpage
1877 \end_inset
1878
1879 入れ子の分数を作るには、コマンド
1880 \series bold
1881
1882 \backslash
1883 cfrac
1884 \series default
1885
1886 \begin_inset Index idx
1887 status collapsed
1888
1889 \begin_layout Plain Layout
1890 こまんど@コマンド ! C ! 
1891 \backslash
1892 cfrac
1893 \end_layout
1894
1895 \end_inset
1896
1897 が使えます。以下がその例です。
1898 \begin_inset VSpace -3mm
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 \begin_inset Formula 
1906 \begin{align*}
1907 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1908 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1909 \end{align*}
1910
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \begin_layout Standard
1917 上記の例で使用したコマンドは、
1918 \end_layout
1919
1920 \begin_layout Standard
1921
1922 \series bold
1923
1924 \backslash
1925 cfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 space 
1934 \end_layout
1935
1936 \end_inset
1937
1938 A
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 B+
1943 \backslash
1944 cfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 space 
1953 \end_layout
1954
1955 \end_inset
1956
1957 C+
1958 \backslash
1959 cfrac
1960 \begin_inset ERT
1961 status collapsed
1962
1963 \begin_layout Plain Layout
1964
1965
1966 \backslash
1967 space 
1968 \end_layout
1969
1970 \end_inset
1971
1972 E
1973 \begin_inset Formula $\downarrow$
1974 \end_inset
1975
1976 F
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 D
1981 \end_layout
1982
1983 \begin_layout Standard
1984 です。
1985 \end_layout
1986
1987 \begin_layout Standard
1988 \begin_inset VSpace medskip
1989 \end_inset
1990
1991
1992 \end_layout
1993
1994 \begin_layout Standard
1995
1996 \series bold
1997
1998 \backslash
1999 cfrac
2000 \series default
2001 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2002 \end_layout
2003
2004 \begin_layout Standard
2005 分子の揃え方は、指定することができます。
2006 \series bold
2007
2008 \backslash
2009 cfracleft
2010 \series default
2011 コマンドは左揃えにし、
2012 \series bold
2013
2014 \backslash
2015 cfracright
2016 \series default
2017 は右揃えにします。
2018 \series bold
2019
2020 \backslash
2021 cfrac
2022 \series default
2023 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2024 \series bold
2025
2026 \begin_inset Formula 
2027 \[
2028 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2029 \]
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 \begin_inset Note Greyedout
2038 status open
2039
2040 \begin_layout Plain Layout
2041
2042 \series bold
2043 【註】
2044 \backslash
2045 cfracleft
2046 \series default
2047
2048 \series bold
2049
2050 \backslash
2051 cfracright
2052 \series default
2053 は、生粋の\SpecialChar LaTeX
2054 コマンドではなく、実体は、コマンド
2055 \series bold
2056
2057 \backslash
2058 cfrac[揃え位置]{分子}{分母}
2059 \series default
2060 です。したがって、これらを\SpecialChar TeX
2061 モードで使うことはできません。
2062 \end_layout
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 \begin_inset VSpace medskip
2071 \end_inset
2072
2073 ときに、以下のように
2074 \series bold
2075
2076 \backslash
2077 cfrac
2078 \series default
2079
2080 \series bold
2081
2082 \backslash
2083 frac
2084 \series default
2085 を組み合わせて使うと便利です。
2086 \begin_inset Formula 
2087 \[
2088 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2089 \]
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 斜めの分数線を持つ行内分数を作るには、コマンド
2098 \series bold
2099
2100 \backslash
2101 nicefrac
2102 \series default
2103
2104 \begin_inset Index idx
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 こまんど@コマンド ! N ! 
2109 \backslash
2110 nicefrac
2111 \end_layout
2112
2113 \end_inset
2114
2115 (例:
2116 \begin_inset Formula $\nicefrac{5}{31}$
2117 \end_inset
2118
2119 )を使うか、コマンド
2120 \series bold
2121
2122 \backslash
2123 unitfrac
2124 \series default
2125
2126 \begin_inset Index idx
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130 こまんど@コマンド ! U ! 
2131 \backslash
2132 unitfrac
2133 \end_layout
2134
2135 \end_inset
2136
2137 (例:
2138 \begin_inset Formula $\unitfrac{5}{31}$
2139 \end_inset
2140
2141 )を使います。さらに、
2142 \begin_inset Formula $\unitfrac[2]{1}{3}$
2143 \end_inset
2144
2145 のような帯分数を作るコマンド
2146 \series bold
2147
2148 \backslash
2149 unitfracthree
2150 \series default
2151 もあります。
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset Note Greyedout
2156 status open
2157
2158 \begin_layout Plain Layout
2159
2160 \series bold
2161 【註】
2162 \series default
2163 実は、
2164 \series bold
2165
2166 \backslash
2167 unitfracthree
2168 \series default
2169 は生粋の\SpecialChar LaTeX
2170 コマンドではなく、実体は
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174
2175 \series bold
2176
2177 \backslash
2178 unitfrac[自然数]{分子}{分母}
2179 \series default
2180 というコマンドなので、\SpecialChar TeX
2181 コードでは使用できません。
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 分数線を変更できるような独自の分数の定義のしかたは、第
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "subsec:自己定義の分数"
2194
2195 \end_inset
2196
2197 節に説明があります。
2198 \end_layout
2199
2200 \begin_layout Standard
2201 多行分数の説明は、第
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "subsec:Multiline-Fractions"
2205
2206 \end_inset
2207
2208 節にあります。
2209 \end_layout
2210
2211 \begin_layout Subsection
2212 根号
2213 \begin_inset Index idx
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217 こんごう@根号
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \begin_inset Index idx
2224 status collapsed
2225
2226 \begin_layout Plain Layout
2227 るーと@ルート
2228 \begin_inset ERT
2229 status collapsed
2230
2231 \begin_layout Plain Layout
2232
2233 |see{
2234 \end_layout
2235
2236 \end_inset
2237
2238 根号
2239 \begin_inset ERT
2240 status collapsed
2241
2242 \begin_layout Plain Layout
2243
2244 }
2245 \end_layout
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \end_inset
2253
2254
2255 \end_layout
2256
2257 \begin_layout Standard
2258 平方根は、
2259 \series bold
2260
2261 \backslash
2262 sqrt
2263 \series default
2264
2265 \begin_inset Index idx
2266 status collapsed
2267
2268 \begin_layout Plain Layout
2269 こまんど@コマンド ! S ! 
2270 \backslash
2271 sqrt
2272 \end_layout
2273
2274 \end_inset
2275
2276 か数式ツールバーボタン
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "math-insert \\sqrt"
2280 \end_inset
2281
2282 で作成することができ、他のすべての根号は、コマンド
2283 \series bold
2284
2285 \backslash
2286 root
2287 \series default
2288
2289 \begin_inset Index idx
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 こまんど@コマンド ! R ! 
2294 \backslash
2295 root
2296 \end_layout
2297
2298 \end_inset
2299
2300 か数式ツールバーボタン
2301 \begin_inset Info
2302 type  "icon"
2303 arg   "math-insert \\root"
2304 \end_inset
2305
2306 で作成することができます。
2307 \begin_inset Separator parbreak
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \align center
2315 \begin_inset Tabular
2316 <lyxtabular version="3" rows="3" columns="2">
2317 <features booktabs="true" tabularvalignment="middle">
2318 <column alignment="center" valignment="top" width="0pt">
2319 <column alignment="center" valignment="top" width="0pt">
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325 コマンド
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334 出力
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 </row>
2340 <row topspace="1mm">
2341 <cell alignment="center" valignment="top" usebox="none">
2342 \begin_inset Text
2343
2344 \begin_layout Plain Layout
2345
2346 \backslash
2347 sqrt
2348 \begin_inset space \textvisiblespace{}
2349 \end_inset
2350
2351 A-B
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Formula $\sqrt{A-B}$
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row topspace="1mm">
2370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \backslash
2376 root
2377 \begin_inset space \textvisiblespace{}
2378 \end_inset
2379
2380 3
2381 \begin_inset Formula $\downarrow$
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\sqrt[3]{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 </lyxtabular>
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \begin_layout Standard
2410 平方根は、根号指数フィールドを空白のままにしておけば、
2411 \series bold
2412
2413 \backslash
2414 root
2415 \series default
2416 でも作成することができます。
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \begin_inset Formula $\sqrt[\beta]{B}$
2421 \end_inset
2422
2423 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2424 \begin_inset Newline newline
2425 \end_inset
2426
2427 この場合には、
2428 \begin_inset Formula $\beta$
2429 \end_inset
2430
2431 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2432 \series bold
2433
2434 \backslash
2435 leftroot
2436 \series default
2437
2438 \begin_inset Index idx
2439 status collapsed
2440
2441 \begin_layout Plain Layout
2442 こまんど@コマンド ! L ! 
2443 \backslash
2444 leftroot
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \series bold
2451
2452 \backslash
2453 uproot
2454 \series default
2455
2456 \begin_inset Index idx
2457 status collapsed
2458
2459 \begin_layout Plain Layout
2460 こまんど@コマンド ! U ! 
2461 \backslash
2462 uproot
2463 \end_layout
2464
2465 \end_inset
2466
2467 を使います。
2468 \end_layout
2469
2470 \begin_layout Standard
2471
2472 \series bold
2473
2474 \backslash
2475 leftroot{距離}
2476 \series default
2477 および
2478 \series bold
2479
2480 \backslash
2481 uproot{距離}
2482 \end_layout
2483
2484 \begin_layout Standard
2485 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2486 \begin_inset Formula $\mathrm{72\,bp=1}$
2487 \end_inset
2488
2489 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2490 \begin_inset Newline newline
2491 \end_inset
2492
2493
2494 \series bold
2495
2496 \backslash
2497 root
2498 \backslash
2499 leftroot{-1
2500 \begin_inset Formula $\to$
2501 \end_inset
2502
2503
2504 \backslash
2505 uproot{2
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 beta
2512 \begin_inset space \textvisiblespace{}
2513 \end_inset
2514
2515
2516 \begin_inset Formula $\to$
2517 \end_inset
2518
2519 B
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523
2524 \series default
2525 は、正しく組版された数式
2526 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2527 \end_inset
2528
2529 を生成します。
2530 \end_layout
2531
2532 \begin_layout Subsection
2533 二項係数
2534 \begin_inset Index idx
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 にこうけいすう@二項係数
2539 \end_layout
2540
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \begin_layout Standard
2547 二項係数は、コマンド
2548 \series bold
2549
2550 \backslash
2551 binom
2552 \series default
2553
2554 \begin_inset Index idx
2555 status collapsed
2556
2557 \begin_layout Plain Layout
2558 こまんど@コマンド ! B ! 
2559 \backslash
2560 binom
2561 \end_layout
2562
2563 \end_inset
2564
2565 か数式ツールバーボタン
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "math-insert \\frac-square"
2569 \end_inset
2570
2571 の小メニューを使って挿入することができます。分数(
2572 \series bold
2573
2574 \backslash
2575 frac
2576 \series default
2577 )と同様に、
2578 \series bold
2579
2580 \backslash
2581 binom
2582 \series default
2583 の他に、コマンド
2584 \series bold
2585
2586 \backslash
2587 dbinom
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 こまんど@コマンド ! D ! 
2593 \backslash
2594 dbinom
2595 \end_layout
2596
2597 \end_inset
2598
2599
2600 \series default
2601 および
2602 \series bold
2603
2604 \backslash
2605 tbinom
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 こまんど@コマンド ! T ! 
2613 \backslash
2614 tbinom
2615 \end_layout
2616
2617 \end_inset
2618
2619 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2620 \series bold
2621
2622 \backslash
2623 brace
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 こまんど@コマンド ! B ! 
2631 \backslash
2632 brace
2633 \end_layout
2634
2635 \end_inset
2636
2637
2638 \series bold
2639
2640 \backslash
2641 brack
2642 \series default
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 こまんど@コマンド ! B ! 
2649 \backslash
2650 brack
2651 \end_layout
2652
2653 \end_inset
2654
2655 があります。
2656 \begin_inset Separator parbreak
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Standard
2663 \align center
2664 \begin_inset Tabular
2665 <lyxtabular version="3" rows="6" columns="2">
2666 <features booktabs="true" tabularvalignment="middle">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <column alignment="center" valignment="top" width="0pt">
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674 コマンド
2675 \end_layout
2676
2677 \end_inset
2678 </cell>
2679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683 出力
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 </row>
2689 <row topspace="1mm">
2690 <cell alignment="center" valignment="top" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Plain Layout
2694
2695 \backslash
2696 binom
2697 \begin_inset space \textvisiblespace{}
2698 \end_inset
2699
2700 A
2701 \begin_inset Formula $\downarrow$
2702 \end_inset
2703
2704 B
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713 \begin_inset Formula $\binom{A}{B}$
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 </row>
2722 <row topspace="2mm">
2723 <cell alignment="center" valignment="top" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \backslash
2729 dbinom
2730 \begin_inset space \textvisiblespace{}
2731 \end_inset
2732
2733 A
2734 \begin_inset Formula $\downarrow$
2735 \end_inset
2736
2737 B
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746 \begin_inset Formula $\dbinom{A}{B}$
2747 \end_inset
2748
2749
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 </row>
2755 <row topspace="2mm" bottomspace="0.5mm">
2756 <cell alignment="center" valignment="top" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760
2761 \backslash
2762 tbinom
2763 \begin_inset space \textvisiblespace{}
2764 \end_inset
2765
2766 A
2767 \begin_inset Formula $\downarrow$
2768 \end_inset
2769
2770 B
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779 \begin_inset Formula $\tbinom{A}{B}$
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 </row>
2788 <row topspace="1mm">
2789 <cell alignment="center" valignment="top" topline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793
2794 \backslash
2795 brack
2796 \begin_inset space \textvisiblespace{}
2797 \end_inset
2798
2799 A
2800 \begin_inset Formula $\downarrow$
2801 \end_inset
2802
2803 B
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812 \begin_inset Formula ${A \brack B}$
2813 \end_inset
2814
2815
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 </row>
2821 <row topspace="2mm" bottomspace="0.5mm">
2822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826
2827 \backslash
2828 brace
2829 \begin_inset space \textvisiblespace{}
2830 \end_inset
2831
2832 A
2833 \begin_inset Formula $\downarrow$
2834 \end_inset
2835
2836 B
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845 \begin_inset Formula ${A \brace B}$
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 </row>
2854 </lyxtabular>
2855
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \begin_layout Subsection
2862 場合分け
2863 \begin_inset Index idx
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867 ばあいわけ@場合分け
2868 \end_layout
2869
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \begin_layout Standard
2876 \align center
2877 \begin_inset Tabular
2878 <lyxtabular version="3" rows="3" columns="2">
2879 <features booktabs="true" tabularvalignment="middle">
2880 <column alignment="center" valignment="top" width="0pt">
2881 <column alignment="center" valignment="top" width="0pt">
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887 コマンド
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896 出力
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \backslash
2909 cases
2910 \begin_inset space \textvisiblespace{}
2911 \end_inset
2912
2913 A
2914 \begin_inset Formula $\to$
2915 \end_inset
2916
2917 B
2918 \begin_inset Formula $>$
2919 \end_inset
2920
2921 0
2922 \begin_inset Index idx
2923 status collapsed
2924
2925 \begin_layout Plain Layout
2926 こまんど@コマンド ! C ! 
2927 \backslash
2928 cases
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 \begin_inset Formula $\begin{cases}
2943 A & B>0\end{cases}$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 <row topspace="1.5mm">
2953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \backslash
2959 cases
2960 \begin_inset space \textvisiblespace{}
2961 \end_inset
2962
2963
2964 \begin_inset Info
2965 type  "shortcut"
2966 arg   "newline-insert newline"
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 \begin_inset Formula $\begin{cases}
2979 A & \textrm{for }x>0\\
2980 B & \textrm{for }x=0
2981 \end{cases}$
2982 \end_inset
2983
2984
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 </row>
2990 </lyxtabular>
2991
2992 \end_inset
2993
2994
2995 \end_layout
2996
2997 \begin_layout Standard
2998
2999 \series bold
3000
3001 \backslash
3002 cases
3003 \series default
3004 を挿入するか数式ツールバーボタン
3005 \begin_inset Info
3006 type  "icon"
3007 arg   "math-insert \\cases"
3008 \end_inset
3009
3010 を使用した後では、
3011 \begin_inset Flex Ruby
3012 status collapsed
3013
3014 \begin_layout Plain Layout
3015 捷径
3016 \begin_inset Argument post:1
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020 ショートカット
3021 \end_layout
3022
3023 \end_inset
3024
3025
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \begin_inset Info
3032 type  "shortcut"
3033 arg   "newline-insert newline"
3034 \end_inset
3035
3036 か表ツールバーボタン
3037 \begin_inset Info
3038 type  "icon"
3039 arg   "inset-modify tabular append-row"
3040 \end_inset
3041
3042 を使えば、新しい行を作ることができます。
3043 \end_layout
3044
3045 \begin_layout Standard
3046 コマンド
3047 \series bold
3048
3049 \backslash
3050 cases
3051 \series default
3052 は、
3053 \family sans
3054 挿入\SpecialChar menuseparator
3055 数式\SpecialChar menuseparator
3056 Cases環境
3057 \family default
3058 メニューで挿入することもできます。
3059 \end_layout
3060
3061 \begin_layout Subsection
3062 否定
3063 \begin_inset Index idx
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 ひてい@否定
3068 \end_layout
3069
3070 \end_inset
3071
3072
3073 \end_layout
3074
3075 \begin_layout Standard
3076
3077 \series bold
3078
3079 \backslash
3080 not
3081 \series default
3082
3083 \begin_inset Index idx
3084 status collapsed
3085
3086 \begin_layout Plain Layout
3087 こまんど@コマンド ! N ! 
3088 \backslash
3089 not
3090 \end_layout
3091
3092 \end_inset
3093
3094 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3095 \begin_inset Separator parbreak
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Standard
3102 \align center
3103 \begin_inset Tabular
3104 <lyxtabular version="3" rows="4" columns="2">
3105 <features booktabs="true" tabularvalignment="middle">
3106 <column alignment="center" valignment="top" width="0pt">
3107 <column alignment="center" valignment="top" width="0pt">
3108 <row>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 コマンド
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122 出力
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \backslash
3135 not=
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 \begin_inset Formula $\not=$
3145 \end_inset
3146
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \backslash
3160 not 
3161 \backslash
3162 le
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 \begin_inset Formula $\not\le$
3172 \end_inset
3173
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \backslash
3187 not 
3188 \backslash
3189 parallel
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 \begin_inset Formula $\not\parallel$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "subsec:数学記号"
3219
3220 \end_inset
3221
3222 節および第
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:関係子"
3226
3227 \end_inset
3228
3229 節を参照)。
3230 \end_layout
3231
3232 \begin_layout Subsection
3233 埋め草
3234 \begin_inset CommandInset label
3235 LatexCommand label
3236 name "subsec:埋め草"
3237
3238 \end_inset
3239
3240
3241 \begin_inset Index idx
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245 うめくさ@埋め草
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 かがくきごう@化学記号 ! どういたい@同位体
3256 \end_layout
3257
3258 \end_inset
3259
3260
3261 \begin_inset Index idx
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 どういたい@同位体
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 |see{
3272 \end_layout
3273
3274 \end_inset
3275
3276 化学記号
3277 \begin_inset ERT
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281
3282 }
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \begin_inset Index idx
3294 status collapsed
3295
3296 \begin_layout Plain Layout
3297 あいそとーぷ@アイソトープ
3298 \begin_inset ERT
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302
3303 |see{
3304 \end_layout
3305
3306 \end_inset
3307
3308 同位体
3309 \begin_inset ERT
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313
3314 }
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \begin_layout Standard
3328 たとえば同位体
3329 \begin_inset Foot
3330 status collapsed
3331
3332 \begin_layout Plain Layout
3333 同位体と化学記号の組版に関しては、第
3334 \begin_inset CommandInset ref
3335 LatexCommand ref
3336 reference "subsec:化学記号と化学式"
3337
3338 \end_inset
3339
3340 節に記述があります。
3341 \end_layout
3342
3343 \end_inset
3344
3345 を表示しようとすると、次のような問題が起こります。
3346 \begin_inset Separator parbreak
3347 \end_inset
3348
3349
3350 \end_layout
3351
3352 \begin_layout Standard
3353 \align center
3354 \begin_inset Tabular
3355 <lyxtabular version="3" rows="2" columns="2">
3356 <features booktabs="true" tabularvalignment="middle">
3357 <column alignment="center" valignment="top" width="0pt">
3358 <column alignment="center" valignment="top" width="0pt">
3359 <row>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 上付き文字と下付き文字を使用して作った指数:
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row topspace="1.5mm">
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 正しい指数:
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 </lyxtabular>
3406
3407 \end_inset
3408
3409
3410 \end_layout
3411
3412 \begin_layout Standard
3413 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3414 \series bold
3415
3416 \backslash
3417 phantom
3418 \series default
3419
3420 \begin_inset Index idx
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 こまんど@コマンド ! P ! 
3425 \backslash
3426 phantom
3427 \end_layout
3428
3429 \end_inset
3430
3431 や数式ツールバーボタン
3432 \begin_inset Foot
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436 ツールバーボタン
3437 \begin_inset Info
3438 type  "icon"
3439 arg   "math-insert \\space"
3440 \end_inset
3441
3442 の小メニューに入っています。
3443 \end_layout
3444
3445 \end_inset
3446
3447
3448 \begin_inset Graphics
3449         filename ../../images/math/phantom.png
3450         scale 85
3451
3452 \end_inset
3453
3454 があります。
3455 \series bold
3456
3457 \backslash
3458 phantom
3459 \series default
3460 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3461 ち文字)として適用されることを示しています。したがって、
3462 \series bold
3463
3464 \backslash
3465 phantom
3466 \series default
3467 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3468 \begin_inset Separator parbreak
3469 \end_inset
3470
3471
3472 \end_layout
3473
3474 \begin_layout Standard
3475 \align center
3476 \begin_inset Tabular
3477 <lyxtabular version="3" rows="4" columns="2">
3478 <features booktabs="true" tabularvalignment="middle">
3479 <column alignment="center" valignment="top" width="0pt">
3480 <column alignment="center" valignment="top" width="0pt">
3481 <row>
3482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 コマンド
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 出力
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row topspace="1.5mm">
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 ^19
3507 \begin_inset space \textvisiblespace{}
3508 \end_inset
3509
3510 _
3511 \backslash
3512 phantom
3513 \begin_inset space \textvisiblespace{}
3514 \end_inset
3515
3516 1
3517 \begin_inset Formula $\to$
3518 \end_inset
3519
3520 9
3521 \begin_inset space \textvisiblespace{}
3522 \end_inset
3523
3524 F
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3534 \end_inset
3535
3536
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row topspace="1.5mm" bottomspace="0.5mm">
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 ^235
3548 \begin_inset space \textvisiblespace{}
3549 \end_inset
3550
3551 _
3552 \backslash
3553 phantom
3554 \begin_inset space \textvisiblespace{}
3555 \end_inset
3556
3557 23
3558 \begin_inset Formula $\to$
3559 \end_inset
3560
3561 9
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 F
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row topspace="1.5mm" bottomspace="0.5mm">
3584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \backslash
3590 Lambda^
3591 \begin_inset space \textvisiblespace{}
3592 \end_inset
3593
3594
3595 \backslash
3596 phantom
3597 \begin_inset space \textvisiblespace{}
3598 \end_inset
3599
3600 ii
3601 \begin_inset Formula $\to$
3602 \end_inset
3603
3604 t
3605 \begin_inset space \textvisiblespace{}
3606 \end_inset
3607
3608 _MMt
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 </lyxtabular>
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 さらに、
3635 \series bold
3636
3637 \backslash
3638 vphantom
3639 \series default
3640
3641 \begin_inset Index idx
3642 status collapsed
3643
3644 \begin_layout Plain Layout
3645 こまんど@コマンド ! V ! 
3646 \backslash
3647 vphantom
3648 \end_layout
3649
3650 \end_inset
3651
3652 (ツールバーボタン
3653 \begin_inset space ~
3654 \end_inset
3655
3656
3657 \begin_inset Graphics
3658         filename ../../images/math/vphantom.png
3659         scale 85
3660
3661 \end_inset
3662
3663 )および
3664 \series bold
3665
3666 \backslash
3667 hphantom
3668 \series default
3669
3670 \begin_inset Index idx
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674 こまんど@コマンド ! H ! 
3675 \backslash
3676 hphantom
3677 \end_layout
3678
3679 \end_inset
3680
3681 (ツールバーボタン
3682 \begin_inset space ~
3683 \end_inset
3684
3685
3686 \begin_inset Graphics
3687         filename ../../images/math/hphantom.png
3688         scale 85
3689
3690 \end_inset
3691
3692 )というコマンドもあります。
3693 \series bold
3694
3695 \backslash
3696 vphantom
3697 \series default
3698 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3699 \series bold
3700
3701 \backslash
3702 hphantom
3703 \series default
3704 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3705 \end_layout
3706
3707 \begin_layout Standard
3708 たとえば、
3709 \series bold
3710
3711 \backslash
3712 vphantom
3713 \series default
3714
3715 \begin_inset space \textvisiblespace{}
3716 \end_inset
3717
3718
3719 \series bold
3720 a
3721 \backslash
3722 int
3723 \series default
3724 は、積分記号
3725 \begin_inset Foot
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731
3732 \backslash
3733 int
3734 \series default
3735 コマンドは、積分記号を生成します。第
3736 \begin_inset CommandInset ref
3737 LatexCommand ref
3738 reference "subsec:大演算子"
3739
3740 \end_inset
3741
3742 節を参照してください。
3743 \end_layout
3744
3745 \end_inset
3746
3747 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3748 \begin_inset CommandInset ref
3749 LatexCommand ref
3750 reference "subsec:多行にわたる括弧"
3751
3752 \end_inset
3753
3754 節を参照してください。
3755 \end_layout
3756
3757 \begin_layout Standard
3758 埋め草は、メニュー
3759 \family sans
3760 挿入\SpecialChar menuseparator
3761 整形\SpecialChar menuseparator
3762 埋め草
3763 \family default
3764 を使えば、以下のように本文中でも使用することができます。
3765 \end_layout
3766
3767 \begin_layout Standard
3768 これは本文です。
3769 \begin_inset Newline newline
3770 \end_inset
3771
3772
3773 \begin_inset Phantom Phantom
3774 status open
3775
3776 \begin_layout Plain Layout
3777 これは
3778 \end_layout
3779
3780 \end_inset
3781
3782 本文です。
3783 \end_layout
3784
3785 \begin_layout Subsection
3786 横線
3787 \begin_inset Index idx
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791 よこせん@横線
3792 \end_layout
3793
3794 \end_inset
3795
3796
3797 \begin_inset Index idx
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801 すうしき@数式 ! かせん@下線
3802 \end_layout
3803
3804 \end_inset
3805
3806
3807 \begin_inset Index idx
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811 ぼうせん@棒線
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817 |see{
3818 \end_layout
3819
3820 \end_inset
3821
3822 横線
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828 }
3829 \end_layout
3830
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837
3838
3839 \end_layout
3840
3841 \begin_layout Standard
3842 \align center
3843 \begin_inset Tabular
3844 <lyxtabular version="3" rows="4" columns="2">
3845 <features booktabs="true" tabularvalignment="middle">
3846 <column alignment="center" valignment="top" width="0pt">
3847 <column alignment="center" valignment="top" width="0pt">
3848 <row>
3849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 コマンド
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 出力
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row topspace="2mm">
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 overline
3876 \begin_inset space \textvisiblespace{}
3877 \end_inset
3878
3879 A+B
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 こまんど@コマンド ! O ! 
3885 \backslash
3886 overline
3887 \end_layout
3888
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 \begin_inset Formula $\overline{A+B}$
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row bottomspace="1mm">
3910 <cell alignment="center" valignment="top" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \backslash
3916 underline
3917 \begin_inset space \textvisiblespace{}
3918 \end_inset
3919
3920 A+B
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 こまんど@コマンド ! U ! 
3926 \backslash
3927 underline
3928 \end_layout
3929
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 \begin_inset Formula $\underline{A+B}$
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row topspace="2mm" bottomspace="1mm">
3951 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \backslash
3957 overline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961
3962 \backslash
3963 underline
3964 \begin_inset space \textvisiblespace{}
3965 \end_inset
3966
3967 A+B
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 \begin_inset Formula $\overline{\underline{A+B}}$
3977 \end_inset
3978
3979
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 </lyxtabular>
3986
3987 \end_inset
3988
3989
3990 \end_layout
3991
3992 \begin_layout Standard
3993 上記最後の例では、先に
3994 \series bold
3995
3996 \backslash
3997 overline
3998 \series default
3999 が来ようが
4000 \series bold
4001
4002 \backslash
4003 underline
4004 \series default
4005 が来ようが、関係ありません。
4006 \end_layout
4007
4008 \begin_layout Standard
4009 二重下線を引くには、
4010 \series bold
4011
4012 \backslash
4013 underline
4014 \series default
4015 を二回使います。
4016 \end_layout
4017
4018 \begin_layout Standard
4019 文字の上下6本の線まで引くことができます。
4020 \end_layout
4021
4022 \begin_layout Standard
4023 \begin_inset VSpace bigskip
4024 \end_inset
4025
4026 自己定義の線は、以下の書式を持つ
4027 \series bold
4028
4029 \backslash
4030 rule
4031 \series default
4032
4033 \begin_inset Index idx
4034 status collapsed
4035
4036 \begin_layout Plain Layout
4037 こまんど@コマンド ! R ! 
4038 \backslash
4039 rule
4040 \end_layout
4041
4042 \end_inset
4043
4044 コマンドで作成することができます。
4045 \end_layout
4046
4047 \begin_layout Standard
4048
4049 \series bold
4050
4051 \backslash
4052 rule[垂直オフセット幅]{長さ}{厚み}
4053 \end_layout
4054
4055 \begin_layout Standard
4056 オプションの
4057 \series bold
4058 「垂直オフセット幅
4059 \series default
4060 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "tab:使用できる単位"
4064
4065 \end_inset
4066
4067 表に掲げてある単位を用いることができます。以下に、
4068 \begin_inset Newline newline
4069 \end_inset
4070
4071
4072 \series bold
4073
4074 \backslash
4075 rule[-2ex]{3cm}{2pt}
4076 \series default
4077  および 
4078 \series bold
4079
4080 \backslash
4081 rule{2cm}{1pt}
4082 \begin_inset Newline newline
4083 \end_inset
4084
4085
4086 \series default
4087 というコマンドを用いて作成したふたつの例を例示します。
4088 \end_layout
4089
4090 \begin_layout Standard
4091 この行には、
4092 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4093 \end_inset
4094
4095 二本の線があります。
4096 \end_layout
4097
4098 \begin_layout Standard
4099
4100 \backslash
4101 ruleは、メニュー
4102 \family sans
4103 挿入\SpecialChar menuseparator
4104 整形\SpecialChar menuseparator
4105 水平線
4106 \family default
4107 を使っても、本文に挿入することができます。
4108 \end_layout
4109
4110 \begin_layout Standard
4111 これは一行の
4112 \begin_inset CommandInset line
4113 LatexCommand rule
4114 offset "0.5ex"
4115 width "3cm"
4116 height "1pt"
4117
4118 \end_inset
4119
4120 文章です。
4121 \end_layout
4122
4123 \begin_layout Subsection
4124 省略符号
4125 \begin_inset CommandInset label
4126 LatexCommand label
4127 name "subsec:省略符号"
4128
4129 \end_inset
4130
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 しょうりゃくふごう@省略符号
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \begin_layout Standard
4145 省略符号には、いくつかの種類が使用できます
4146 \begin_inset Foot
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150 数式ツールバー中の
4151 \begin_inset Info
4152 type  "icon"
4153 arg   "math-insert \\ldots"
4154 \end_inset
4155
4156 ボタンで表示されている小メニューです。
4157 \end_layout
4158
4159 \end_inset
4160
4161 。列挙のためには、ベースラインの点々(
4162 \series bold
4163
4164 \backslash
4165 ldots
4166 \series default
4167
4168 \begin_inset Index idx
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 こまんど@コマンド ! L ! 
4173 \backslash
4174 ldots
4175 \end_layout
4176
4177 \end_inset
4178
4179 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4180 \series bold
4181
4182 \backslash
4183 cdots
4184 \series default
4185
4186 \begin_inset Index idx
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 こまんど@コマンド ! C ! 
4191 \backslash
4192 cdots
4193 \end_layout
4194
4195 \end_inset
4196
4197 )が必要です。
4198 \series bold
4199
4200 \backslash
4201 dots
4202 \series default
4203
4204 \begin_inset Index idx
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 こまんど@コマンド ! D ! 
4209 \backslash
4210 dots
4211 \end_layout
4212
4213 \end_inset
4214
4215 コマンドを使うと、\SpecialChar LaTeX
4216 は次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4217 \begin_inset Separator parbreak
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \begin_layout Standard
4224 \align center
4225 \begin_inset Tabular
4226 <lyxtabular version="3" rows="9" columns="2">
4227 <features booktabs="true" tabularvalignment="middle">
4228 <column alignment="center" valignment="top" width="0pt">
4229 <column alignment="center" valignment="top" width="0pt">
4230 <row>
4231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 コマンド
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 出力
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 A_1
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 ,
4260 \backslash
4261 dots
4262 \begin_inset space \textvisiblespace{}
4263 \end_inset
4264
4265 ,A_n
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 \begin_inset Formula $A_{1},\dots,A_{n}$
4275 \end_inset
4276
4277
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 A_1
4289 \begin_inset space \textvisiblespace{}
4290 \end_inset
4291
4292 +
4293 \backslash
4294 dots
4295 \begin_inset space \textvisiblespace{}
4296 \end_inset
4297
4298 +A_n
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 \begin_inset Formula $A_{1}+\dots+A_{n}$
4308 \end_inset
4309
4310
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 A_1
4322 \begin_inset space \textvisiblespace{}
4323 \end_inset
4324
4325 ,
4326 \backslash
4327 ldots
4328 \begin_inset space \textvisiblespace{}
4329 \end_inset
4330
4331 ,A_n
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 \begin_inset Formula $A_{1},\ldots,A_{n}$
4341 \end_inset
4342
4343
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 A_1
4355 \begin_inset space \textvisiblespace{}
4356 \end_inset
4357
4358 +
4359 \backslash
4360 cdots
4361 \begin_inset space \textvisiblespace{}
4362 \end_inset
4363
4364 +A_n
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \backslash
4389 vdots
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 \begin_inset Formula $\vdots$
4399 \end_inset
4400
4401
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \backslash
4414 ddots
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 \begin_inset Formula $\ddots$
4424 \end_inset
4425
4426
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \backslash
4439 iddots
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 \begin_inset Formula $\iddots$
4449 \end_inset
4450
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 いろいろな点々を使った
4463 \begin_inset Formula $3\times3$
4464 \end_inset
4465
4466 行列
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 \begin_inset Formula $\begin{array}{ccc}
4476 A_{11} & \cdots & A_{1m}\\
4477 \vdots & \ddots & \vdots\\
4478 A_{n1} & \cdots & A_{nm}
4479 \end{array}$
4480 \end_inset
4481
4482
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 </lyxtabular>
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496
4497 \family sans
4498 挿入\SpecialChar menuseparator
4499 省略符号
4500 \family default
4501 メニューで挿入される省略符号は
4502 \series bold
4503
4504 \backslash
4505 ldots
4506 \series default
4507 です。
4508 \end_layout
4509
4510 \begin_layout Standard
4511 \begin_inset VSpace medskip
4512 \end_inset
4513
4514
4515 \series bold
4516
4517 \backslash
4518 iddots
4519 \series default
4520 を使うには、文書設定の
4521 \family sans
4522 数式オプション
4523 \family default
4524 にある
4525 \family sans
4526 mathdotsパッケージを(自動的に)使う
4527 \family default
4528 オプションのうちいずれかを有効にしなくてはなりません。
4529 \begin_inset Newline newline
4530 \end_inset
4531
4532
4533 \family sans
4534 mathdotsパッケージを使う
4535 \family default
4536 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4537 \end_layout
4538
4539 \begin_layout Standard
4540 \begin_inset VSpace medskip
4541 \end_inset
4542
4543 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4544 \series bold
4545
4546 \backslash
4547 hdotsfor
4548 \series default
4549
4550 \begin_inset Index idx
4551 status collapsed
4552
4553 \begin_layout Plain Layout
4554 こまんど@コマンド ! H ! 
4555 \backslash
4556 hdotsfor
4557 \end_layout
4558
4559 \end_inset
4560
4561 コマンドで作ることができます。
4562 \end_layout
4563
4564 \begin_layout Standard
4565
4566 \series bold
4567
4568 \backslash
4569 hdotsfor[距離]{列数}
4570 \end_layout
4571
4572 \begin_layout Standard
4573 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4574 \end_layout
4575
4576 \begin_layout Standard
4577 以下の行列では、2行目の1つ目の枠に
4578 \series bold
4579
4580 \backslash
4581 hdotsfor[2]{4}
4582 \series default
4583 を挿入して、
4584 \series bold
4585
4586 \backslash
4587 dots
4588 \series default
4589 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4590 \begin_inset Formula 
4591 \[
4592 \left(\begin{array}{cccc}
4593 A & B & C & D\\
4594 \hdotsfor[2]{4}\\
4595 q & w & e & r
4596 \end{array}\right)
4597 \]
4598
4599 \end_inset
4600
4601 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないと\SpecialChar LaTeX
4602 エラーが発生します。
4603 \end_layout
4604
4605 \begin_layout Standard
4606 \begin_inset VSpace bigskip
4607 \end_inset
4608
4609 さらに、
4610 \series bold
4611
4612 \backslash
4613 dotfill
4614 \series default
4615
4616 \begin_inset Index idx
4617 status collapsed
4618
4619 \begin_layout Plain Layout
4620 こまんど@コマンド ! D ! 
4621 \backslash
4622 dotfill
4623 \end_layout
4624
4625 \end_inset
4626
4627 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4628 \series bold
4629
4630 \backslash
4631 hfill
4632 \series default
4633 と同様のものです。第
4634 \begin_inset CommandInset ref
4635 LatexCommand ref
4636 reference "subsec:可変長の空白"
4637
4638 \end_inset
4639
4640 節をご参照下さい。
4641 \end_layout
4642
4643 \begin_layout Standard
4644 たとえば、
4645 \series bold
4646 A
4647 \backslash
4648 dotfill
4649 \begin_inset space \textvisiblespace{}
4650 \end_inset
4651
4652 B
4653 \series default
4654 コマンドは、
4655 \end_layout
4656
4657 \begin_layout Standard
4658 \begin_inset Formula $A\dotfill B$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \begin_layout Standard
4665 のようになります。点々を使う
4666 \series bold
4667
4668 \backslash
4669 dotfill
4670 \series default
4671 の直線版として、
4672 \series bold
4673
4674 \backslash
4675 hrulefill
4676 \series default
4677
4678 \begin_inset Index idx
4679 status collapsed
4680
4681 \begin_layout Plain Layout
4682 こまんど@コマンド ! H ! 
4683 \backslash
4684 hrulefill
4685 \end_layout
4686
4687 \end_inset
4688
4689
4690 \end_layout
4691
4692 \begin_layout Standard
4693 \begin_inset Formula $A\hrulefill B$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \begin_layout Standard
4700 があります。これらのコマンドを本文で使用するには、これらのコマンドは\SpecialChar TeX
4701 モードで挿入される必要があります。
4702 \end_layout
4703
4704 \begin_layout Section
4705 行列
4706 \begin_inset CommandInset label
4707 LatexCommand label
4708 name "sec:行列"
4709
4710 \end_inset
4711
4712
4713 \begin_inset Index idx
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717 ぎょうれつ@行列
4718 \end_layout
4719
4720 \end_inset
4721
4722
4723 \end_layout
4724
4725 \begin_layout Standard
4726 行列は、数式ツールバーボタンの
4727 \begin_inset Info
4728 type  "icon"
4729 arg   "dialog-show mathmatrix"
4730 \end_inset
4731
4732
4733 \family sans
4734 挿入\SpecialChar menuseparator
4735 数式\SpecialChar menuseparator
4736 行列
4737 \family default
4738 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4739 \end_layout
4740
4741 \begin_layout Standard
4742 最初の行列は「上」配置
4743 \begin_inset Formula $\begin{array}[t]{cccc}
4744 A & D & G & J\\
4745 B & E & H & K\\
4746 C & F & I & L
4747 \end{array}$
4748 \end_inset
4749
4750 で、二番目は「中央」配置
4751 \begin_inset Formula $\begin{array}{cccc}
4752 A & D & G & J\\
4753 B & E & H & K\\
4754 C & F & I & L
4755 \end{array}$
4756 \end_inset
4757
4758 、三番目は「下」配置
4759 \begin_inset Formula $\begin{array}[b]{cccc}
4760 A & D & G & J\\
4761 B & E & H & K\\
4762 C & F & I & L
4763 \end{array}$
4764 \end_inset
4765
4766 です。
4767 \end_layout
4768
4769 \begin_layout Standard
4770 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4771 \emph on
4772 l
4773 \emph default
4774 は左寄せ、
4775 \emph on
4776 c
4777 \emph default
4778 は中央揃え、
4779 \emph on
4780 r
4781 \emph default
4782 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4783 \begin_inset Formula $4\times4$
4784 \end_inset
4785
4786 行列を作成するには、水平配置のところに
4787 \series bold
4788 lccr
4789 \series default
4790 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4791 \series bold
4792 c
4793 \series default
4794 です。
4795 \end_layout
4796
4797 \begin_layout Standard
4798 水平行列の例です。
4799 \end_layout
4800
4801 \begin_layout Standard
4802
4803 \series bold
4804 lll
4805 \series default
4806  : 
4807 \begin_inset Formula $\begin{array}{lll}
4808 10000 & D & G\\
4809 B & 10000 & H\\
4810 C & F & 10000
4811 \end{array}$
4812 \end_inset
4813
4814  , 
4815 \series bold
4816 ccc
4817 \series default
4818  : 
4819 \begin_inset Formula $\begin{array}{ccc}
4820 10000 & D & G\\
4821 B & 10000 & H\\
4822 C & F & 10000
4823 \end{array}$
4824 \end_inset
4825
4826  , 
4827 \series bold
4828 rrr
4829 \series default
4830  : 
4831 \begin_inset Formula $\begin{array}{rrr}
4832 10000 & D & G\\
4833 B & 10000 & H\\
4834 C & F & 10000
4835 \end{array}$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4843 \begin_inset Info
4844 type  "icon"
4845 arg   "inset-modify tabular append-row"
4846 \end_inset
4847
4848
4849 \begin_inset Info
4850 type  "icon"
4851 arg   "inset-modify tabular delete-row"
4852 \end_inset
4853
4854 などや
4855 \family sans
4856 編集\SpecialChar menuseparator
4857 行と列
4858 \family default
4859 メニューを使用することができます。また、行は
4860 \begin_inset Info
4861 type  "shortcut"
4862 arg   "newline-insert newline"
4863 \end_inset
4864
4865 で作成することもできます。
4866 \end_layout
4867
4868 \begin_layout Standard
4869 \begin_inset VSpace bigskip
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \begin_layout Standard
4876
4877 \family sans
4878 装飾
4879 \family default
4880 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4881 \series bold
4882
4883 \backslash
4884 left
4885 \series default
4886
4887 \begin_inset Index idx
4888 status collapsed
4889
4890 \begin_layout Plain Layout
4891 こまんど@コマンド ! L ! 
4892 \backslash
4893 left
4894 \end_layout
4895
4896 \end_inset
4897
4898 コマンドや
4899 \series bold
4900
4901 \backslash
4902 right
4903 \series default
4904
4905 \begin_inset Index idx
4906 status collapsed
4907
4908 \begin_layout Plain Layout
4909 こまんど@コマンド ! R ! 
4910 \backslash
4911 right
4912 \end_layout
4913
4914 \end_inset
4915
4916 コマンドで作成することもできます(
4917 \begin_inset Flex Ruby
4918 status collapsed
4919
4920 \begin_layout Plain Layout
4921 捷径
4922 \begin_inset Argument post:1
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 ショートカット
4927 \end_layout
4928
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \end_inset
4935
4936
4937 \family sans
4938 Alt+M
4939 \begin_inset space ~
4940 \end_inset
4941
4942 括弧
4943 \family default
4944 )。第
4945 \begin_inset CommandInset ref
4946 LatexCommand ref
4947 reference "subsec:自動の括弧丈"
4948
4949 \end_inset
4950
4951 節を参照してください。あるいは、以下のコマンドを使うこともできます。
4952 \begin_inset VSpace medskip
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 \begin_inset space \hfill{}
4960 \end_inset
4961
4962
4963 \begin_inset Tabular
4964 <lyxtabular version="3" rows="4" columns="2">
4965 <features booktabs="true" tabularvalignment="middle">
4966 <column alignment="center" valignment="top" width="0pt">
4967 <column alignment="center" valignment="top">
4968 <row>
4969 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 コマンド
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 出力
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row topspace="1.5mm">
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \backslash
4995 bmatrix
4996 \begin_inset space \textvisiblespace{}
4997 \end_inset
4998
4999
5000 \begin_inset Formula $2\times2$
5001 \end_inset
5002
5003 行列
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5013 0 & \textrm{-}\mathrm{i}\\
5014 \mathrm{i} & 0
5015 \end{array}\end{bmatrix}$
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row topspace="1.5mm" bottomspace="0.5mm">
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \backslash
5031 Bmatrix
5032 \begin_inset space \textvisiblespace{}
5033 \end_inset
5034
5035
5036 \begin_inset Formula $2\times2$
5037 \end_inset
5038
5039 行列
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5049 0 & \textrm{-}\mathrm{i}\\
5050 \mathrm{i} & 0
5051 \end{array}\end{Bmatrix}$
5052 \end_inset
5053
5054
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \backslash
5067 pmatrix
5068 \begin_inset space \textvisiblespace{}
5069 \end_inset
5070
5071
5072 \begin_inset Formula $2\times2$
5073 \end_inset
5074
5075 行列
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5085 0 & \textrm{-}\mathrm{i}\\
5086 \mathrm{i} & 0
5087 \end{array}\end{pmatrix}$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 </lyxtabular>
5097
5098 \end_inset
5099
5100
5101 \begin_inset space \hfill{}
5102 \end_inset
5103
5104
5105 \begin_inset Tabular
5106 <lyxtabular version="3" rows="4" columns="2">
5107 <features booktabs="true" tabularvalignment="middle">
5108 <column alignment="center" valignment="top" width="0pt">
5109 <column alignment="center" valignment="top">
5110 <row>
5111 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 コマンド
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 出力
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row topspace="1.5mm">
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \backslash
5137 vmatrix
5138 \begin_inset space \textvisiblespace{}
5139 \end_inset
5140
5141
5142 \begin_inset Formula $2\times2$
5143 \end_inset
5144
5145 行列
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5155 0 & \textrm{-}\mathrm{i}\\
5156 \mathrm{i} & 0
5157 \end{array}\end{vmatrix}$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row topspace="1.5mm" bottomspace="0.5mm">
5167 <cell alignment="center" valignment="top" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \backslash
5173 Vmatrix
5174 \begin_inset space \textvisiblespace{}
5175 \end_inset
5176
5177
5178 \begin_inset Formula $2\times2$
5179 \end_inset
5180
5181 行列
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5191 0 & \textrm{-}\mathrm{i}\\
5192 \mathrm{i} & 0
5193 \end{array}\end{Vmatrix}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 matrix
5210 \begin_inset space \textvisiblespace{}
5211 \end_inset
5212
5213
5214 \begin_inset Formula $2\times2$
5215 \end_inset
5216
5217 行列
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0
5229 \end{array}\end{matrix}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 </lyxtabular>
5239
5240 \end_inset
5241
5242
5243 \begin_inset space \hfill{}
5244 \end_inset
5245
5246
5247 \end_layout
5248
5249 \begin_layout Standard
5250 \begin_inset VSpace medskip
5251 \end_inset
5252
5253 たとえば
5254 \series bold
5255
5256 \backslash
5257 vmatrix
5258 \series default
5259 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5260 \end_layout
5261
5262 \begin_layout Standard
5263 \begin_inset VSpace bigskip
5264 \end_inset
5265
5266 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5267 \begin_inset CommandInset ref
5268 LatexCommand ref
5269 reference "subsec:列間"
5270
5271 \end_inset
5272
5273 節に説明されている距離
5274 \series bold
5275
5276 \backslash
5277 arraycolsep
5278 \series default
5279
5280 \begin_inset Index idx
5281 status collapsed
5282
5283 \begin_layout Plain Layout
5284 こまんど@コマンド ! A ! 
5285 \backslash
5286 arraycolsep
5287 \end_layout
5288
5289 \end_inset
5290
5291 をここでも使用することができます。
5292 \end_layout
5293
5294 \begin_layout Standard
5295 行間隔を変更するには、
5296 \series bold
5297
5298 \backslash
5299 arraystretch
5300 \series default
5301
5302 \begin_inset Index idx
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306 こまんど@コマンド ! A ! 
5307 \backslash
5308 arraystretch
5309 \end_layout
5310
5311 \end_inset
5312
5313 コマンドを使用します。以下のようにして使用します。
5314 \end_layout
5315
5316 \begin_layout Standard
5317
5318 \series bold
5319
5320 \backslash
5321 renewcommand{
5322 \backslash
5323 arraystretch}{伸長因子}
5324 \begin_inset Index idx
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328 こまんど@コマンド ! R ! 
5329 \backslash
5330 renewcommand
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \begin_layout Standard
5339
5340 \series bold
5341
5342 \backslash
5343 renewcommand
5344 \series default
5345 コマンドは、伸長因子を定義済みの
5346 \series bold
5347
5348 \backslash
5349 arraystretch
5350 \series default
5351 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5352 は、
5353 \series bold
5354
5355 \backslash
5356 arraystretch
5357 \series default
5358 に因子1を割り当てて下さい。
5359 \end_layout
5360
5361 \begin_layout Standard
5362 本文行中に行列を入れるには、
5363 \series bold
5364
5365 \backslash
5366 smallmatrix
5367 \series default
5368
5369 \begin_inset Index idx
5370 status collapsed
5371
5372 \begin_layout Plain Layout
5373 こまんど@コマンド ! S ! 
5374 \backslash
5375 smallmatrix
5376 \end_layout
5377
5378 \end_inset
5379
5380 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5381 \end_layout
5382
5383 \begin_layout Standard
5384 これは、本文行中の行列
5385 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5386 C & D
5387 \end{smallmatrix}\right)$
5388 \end_inset
5389
5390 です。
5391 \end_layout
5392
5393 \begin_layout Section
5394 括弧と区分記号
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 かっこ@括弧
5400 \end_layout
5401
5402 \end_inset
5403
5404
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 くぶんきごう@区分記号
5410 \end_layout
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \begin_layout Subsection
5418 垂直括弧と区分記号
5419 \begin_inset Index idx
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423 かっこ@括弧 ! すいちょく@垂直
5424 \begin_inset space \thinspace{}
5425 \end_inset
5426
5427 ——
5428 \end_layout
5429
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \begin_layout Standard
5436 \begin_inset space \hfill{}
5437 \end_inset
5438
5439
5440 \begin_inset Tabular
5441 <lyxtabular version="3" rows="9" columns="2">
5442 <features booktabs="true" tabularvalignment="middle">
5443 <column alignment="center" valignment="top" width="0pt">
5444 <column alignment="center" valignment="top" width="0pt">
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 コマンド
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 出力
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 (
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 \begin_inset Formula $($
5480 \end_inset
5481
5482
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 {
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\{$
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 [
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 \begin_inset Formula $[$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 langle
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 \begin_inset Formula $\langle$
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \backslash
5566 lceil
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $\lceil$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589
5590 \backslash
5591 lfloor
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\lfloor$
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 /
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 \begin_inset Formula $/$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 |
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 \begin_inset Formula $|$
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 </lyxtabular>
5656
5657 \end_inset
5658
5659
5660 \begin_inset space \hfill{}
5661 \end_inset
5662
5663
5664 \begin_inset Tabular
5665 <lyxtabular version="3" rows="9" columns="2">
5666 <features booktabs="true" tabularvalignment="middle">
5667 <column alignment="center" valignment="top" width="0pt">
5668 <column alignment="center" valignment="top" width="0pt">
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 コマンド
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 出力
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 )
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $)$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 }
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 \begin_inset Formula $\}$
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 ]
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Formula $]$
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \backslash
5765 rangle
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $\rangle$
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \backslash
5790 rceil
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 \begin_inset Formula $\rceil$
5800 \end_inset
5801
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \backslash
5815 rfloor
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $\rfloor$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838
5839 \backslash
5840
5841 \backslash
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $\backslash$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \backslash
5867 |
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 \begin_inset Formula $\|$
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 </lyxtabular>
5886
5887 \end_inset
5888
5889
5890 \begin_inset space \hfill{}
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Note Greyedout
5898 status open
5899
5900 \begin_layout Plain Layout
5901
5902 \series bold
5903 【註】
5904 \series default
5905 \SpecialChar TeX
5906 モードでは、
5907 \backslash
5908
5909 \backslash
5910 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
5911 \series bold
5912
5913 \backslash
5914 textbackslash
5915 \series default
5916
5917 \begin_inset Index idx
5918 status collapsed
5919
5920 \begin_layout Plain Layout
5921 こまんど@コマンド! T ! 
5922 \backslash
5923 textbackslash
5924 \end_layout
5925
5926 \end_inset
5927
5928 を使わなくてはなりません。
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \begin_layout Standard
5937 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
5938 \series bold
5939
5940 \backslash
5941 langle
5942 \series default
5943
5944 \series bold
5945
5946 \backslash
5947 rangle
5948 \series default
5949 コマンドを使用せずに
5950 \begin_inset Formula $<$
5951 \end_inset
5952
5953
5954 \begin_inset Formula $>$
5955 \end_inset
5956
5957 の文字を直接使用することができます。
5958 \end_layout
5959
5960 \begin_layout Subsubsection
5961 手動の括弧丈
5962 \begin_inset CommandInset label
5963 LatexCommand label
5964 name "subsec:手動の括弧丈"
5965
5966 \end_inset
5967
5968
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 かっこたけ@括弧丈 ! しゅどう@手動
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \begin_layout Standard
5982 括弧の丈は、\SpecialChar LaTeX
5983 コマンドの
5984 \series bold
5985
5986 \backslash
5987 big
5988 \series default
5989
5990 \begin_inset Index idx
5991 status collapsed
5992
5993 \begin_layout Plain Layout
5994 こまんど@コマンド ! B ! 
5995 \backslash
5996 big
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \series bold
6003
6004 \backslash
6005 Big
6006 \series default
6007
6008 \series bold
6009
6010 \backslash
6011 bigg
6012 \series default
6013 および
6014 \series bold
6015
6016 \backslash
6017 Bigg
6018 \series default
6019 を使って、手動で指定することができます。
6020 \series bold
6021
6022 \backslash
6023 big
6024 \series default
6025 が最小の大きさであり、
6026 \series bold
6027
6028 \backslash
6029 Bigg
6030 \series default
6031 が最大の括弧丈になります。
6032 \end_layout
6033
6034 \begin_layout Standard
6035 これらのコマンドは、括弧の階層を強調するのに使われます。
6036 \begin_inset Separator parbreak
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \align center
6044 \begin_inset Tabular
6045 <lyxtabular version="3" rows="2" columns="2">
6046 <features booktabs="true" tabularvalignment="middle">
6047 <column alignment="center" valignment="top" width="0pt">
6048 <column alignment="center" valignment="top" width="0pt">
6049 <row>
6050 <cell alignment="center" valignment="top" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 すべての括弧が同じ大きさ:
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 \begin_inset Formula $((A+B)(A-B))^{C}$
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row topspace="2mm">
6073 <cell alignment="center" valignment="top" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 こちらの方が良い:
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 </lyxtabular>
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 二つ目の数式では、
6104 \series bold
6105
6106 \backslash
6107 Big((A+B)(A-B)
6108 \backslash
6109 Big)^
6110 \begin_inset space \textvisiblespace{}
6111 \end_inset
6112
6113 C
6114 \series default
6115 というコマンドが使われています。
6116 \end_layout
6117
6118 \begin_layout Standard
6119 以下は、すべての括弧丈の羅列です。
6120 \begin_inset Separator parbreak
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \begin_layout Standard
6127 \align center
6128
6129 \backslash
6130 Bigg(
6131 \backslash
6132 exp
6133 \backslash
6134 bigg
6135 \begin_inset Formula $<$
6136 \end_inset
6137
6138
6139 \backslash
6140 Big[
6141 \backslash
6142 big{
6143 \backslash
6144 ln(3x)
6145 \backslash
6146 big}^2
6147 \begin_inset space \textvisiblespace{}
6148 \end_inset
6149
6150
6151 \backslash
6152 sin(x)
6153 \backslash
6154 Big]^
6155 \begin_inset space \textvisiblespace{}
6156 \end_inset
6157
6158 A
6159 \begin_inset space \textvisiblespace{}
6160 \end_inset
6161
6162
6163 \backslash
6164 bigg
6165 \begin_inset Formula $>$
6166 \end_inset
6167
6168
6169 \backslash
6170 Bigg)^0,5
6171 \end_layout
6172
6173 \begin_layout Standard
6174 \align center
6175 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182
6183 \series bold
6184
6185 \backslash
6186 big
6187 \series default
6188 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6189 \series bold
6190
6191 \backslash
6192 bigm
6193 \series default
6194
6195 \begin_inset Index idx
6196 status collapsed
6197
6198 \begin_layout Plain Layout
6199 こまんど@コマンド ! B ! 
6200 \backslash
6201 bigm
6202 \end_layout
6203
6204 \end_inset
6205
6206 という派生型と、空白を追加しない
6207 \series bold
6208
6209 \backslash
6210 bigl
6211 \series default
6212 -
6213 \series bold
6214
6215 \backslash
6216 bigr
6217 \series default
6218
6219 \begin_inset Index idx
6220 status collapsed
6221
6222 \begin_layout Plain Layout
6223 こまんど@コマンド ! B ! 
6224 \backslash
6225 bigl - 
6226 \backslash
6227 bigr
6228 \end_layout
6229
6230 \end_inset
6231
6232 派生型があります。
6233 \series bold
6234
6235 \backslash
6236 bigl
6237 \series default
6238 コマンドの最後の
6239 \emph on
6240 l
6241 \emph default
6242 は、左括弧であることを示し、右括弧の場合には、
6243 \emph on
6244 l
6245 \emph default
6246 の代わりに
6247 \emph on
6248 r
6249 \emph default
6250 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6251 \end_layout
6252
6253 \begin_layout Standard
6254 以下の表は、これらの派生型の比較です。
6255 \begin_inset Separator parbreak
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \align center
6263 \begin_inset Tabular
6264 <lyxtabular version="3" rows="5" columns="2">
6265 <features booktabs="true" tabularvalignment="middle">
6266 <column alignment="center" valignment="top" width="0pt">
6267 <column alignment="center" valignment="middle">
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 コマンド
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 出力
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row topspace="2mm">
6289 <cell alignment="center" valignment="top" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293
6294 \backslash
6295 Bigm(
6296 \backslash
6297 bigm(
6298 \backslash
6299 ln(3x)
6300 \backslash
6301 bigm)^2
6302 \begin_inset space \textvisiblespace{}
6303 \end_inset
6304
6305
6306 \backslash
6307 Bigm)
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 <row topspace="2mm">
6326 <cell alignment="center" valignment="top" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330
6331 \backslash
6332 Big(
6333 \backslash
6334 big(
6335 \backslash
6336 ln(3x)
6337 \backslash
6338 big)^2
6339 \begin_inset space \textvisiblespace{}
6340 \end_inset
6341
6342
6343 \backslash
6344 Big)
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row topspace="2mm" bottomspace="0.5mm">
6363 <cell alignment="center" valignment="top" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \backslash
6369 Bigl(
6370 \backslash
6371 bigl(
6372 \backslash
6373 ln(3x)
6374 \backslash
6375 bigr)^2
6376 \begin_inset space \textvisiblespace{}
6377 \end_inset
6378
6379
6380 \backslash
6381 Bigr)
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row topspace="1.5mm" bottomspace="0.5mm">
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \backslash
6406 bigl)
6407 \backslash
6408 ln(3x)
6409 \backslash
6410 bigr(
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 </lyxtabular>
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Subsubsection
6436 自動の括弧丈
6437 \begin_inset CommandInset label
6438 LatexCommand label
6439 name "subsec:自動の括弧丈"
6440
6441 \end_inset
6442
6443
6444 \begin_inset Index idx
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448 かっこたけ@括弧丈 ! じどう@自動
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 可変の丈を持つ括弧は、
6458 \series bold
6459
6460 \backslash
6461 left
6462 \series default
6463
6464 \begin_inset Index idx
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 こまんど@コマンド ! L ! 
6469 \backslash
6470 left
6471 \end_layout
6472
6473 \end_inset
6474
6475 コマンドおよび
6476 \series bold
6477
6478 \backslash
6479 right
6480 \series default
6481
6482 \begin_inset Index idx
6483 status collapsed
6484
6485 \begin_layout Plain Layout
6486 こまんど@コマンド ! R ! 
6487 \backslash
6488 right
6489 \end_layout
6490
6491 \end_inset
6492
6493 コマンド、あるいは数式ツールバーボタンの
6494 \begin_inset Info
6495 type  "icon"
6496 arg   "dialog-show mathdelimiter"
6497 \end_inset
6498
6499 で挿入することができます。
6500 \series bold
6501
6502 \backslash
6503 left
6504 \series default
6505 および
6506 \series bold
6507
6508 \backslash
6509 right
6510 \series default
6511 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6512 \begin_inset Separator parbreak
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Standard
6519 \align center
6520 通常の括弧:
6521 \series bold
6522
6523 \backslash
6524 ln(
6525 \backslash
6526 frac
6527 \begin_inset space \textvisiblespace{}
6528 \end_inset
6529
6530 A
6531 \begin_inset Formula $\downarrow$
6532 \end_inset
6533
6534 C
6535 \begin_inset space \textvisiblespace{}
6536 \end_inset
6537
6538 )
6539 \series default
6540 というコマンドは
6541 \begin_inset Formula 
6542 \[
6543 \ln(\frac{A}{C})
6544 \]
6545
6546 \end_inset
6547
6548 を生成します。
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \align center
6553 複数行の括弧:
6554 \series bold
6555
6556 \backslash
6557 ln
6558 \backslash
6559 left(
6560 \backslash
6561 frac
6562 \begin_inset space \textvisiblespace{}
6563 \end_inset
6564
6565 A
6566 \begin_inset Formula $\downarrow$
6567 \end_inset
6568
6569 C
6570 \begin_inset space \textvisiblespace{}
6571 \end_inset
6572
6573
6574 \backslash
6575 right)
6576 \series default
6577 というコマンドは
6578 \begin_inset Formula 
6579 \[
6580 \ln\left(\frac{A}{C}\right)
6581 \]
6582
6583 \end_inset
6584
6585 を生成します。
6586 \end_layout
6587
6588 \begin_layout Standard
6589
6590 \series bold
6591
6592 \backslash
6593 left
6594 \series default
6595
6596 \series bold
6597
6598 \backslash
6599 right
6600 \series default
6601 の代わりに、
6602 \begin_inset Flex Ruby
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 捷径
6607 \begin_inset Argument post:1
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 ショートカット
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \family sans
6623 Alt+M
6624 \begin_inset space ~
6625 \end_inset
6626
6627 括弧
6628 \family default
6629 を使うこともできます。これを使うと、\SpecialChar LyX
6630 中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6631 \begin_inset Newline newline
6632 \end_inset
6633
6634 すると、先ほどの例を作るコマンドは
6635 \series bold
6636
6637 \backslash
6638 ln Alt+M
6639 \series default
6640  
6641 \series bold
6642 (
6643 \backslash
6644 frac
6645 \begin_inset space \textvisiblespace{}
6646 \end_inset
6647
6648 A
6649 \begin_inset Formula $\downarrow$
6650 \end_inset
6651
6652 C
6653 \series default
6654 となります。
6655 \end_layout
6656
6657 \begin_layout Standard
6658 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6659 \series bold
6660
6661 \backslash
6662 left.
6663 \backslash
6664 frac
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668 A
6669 \begin_inset Formula $\downarrow$
6670 \end_inset
6671
6672 B
6673 \begin_inset space \textvisiblespace{}
6674 \end_inset
6675
6676
6677 \backslash
6678 right}
6679 \series default
6680 というコマンドは
6681 \series bold
6682
6683 \begin_inset Formula 
6684 \[
6685 \left.\frac{A}{B}\right\} 
6686 \]
6687
6688 \end_inset
6689
6690
6691 \series default
6692 を生成します。
6693 \series bold
6694
6695 \backslash
6696 left
6697 \series default
6698 コマンドおよび
6699 \series bold
6700
6701 \backslash
6702 right
6703 \series default
6704 コマンドは、文書が再度読み込まれたときには、\SpecialChar LyX
6705 によって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6706 \end_layout
6707
6708 \begin_layout Standard
6709 \begin_inset VSpace bigskip
6710 \end_inset
6711
6712 著名な\SpecialChar LaTeX
6713 頒布版は、すべて\SpecialChar LaTeX
6714 の拡張であるe\SpecialChar TeX
6715 を使用しているので、これらの頒布版では、すべての括弧および極限に対して
6716 \series bold
6717
6718 \backslash
6719 middle
6720 \series default
6721
6722 \begin_inset Index idx
6723 status collapsed
6724
6725 \begin_layout Plain Layout
6726 こまんど@コマンド ! M ! 
6727 \backslash
6728 middle
6729 \end_layout
6730
6731 \end_inset
6732
6733 コマンドも使用することができます
6734 \begin_inset Foot
6735 status collapsed
6736
6737 \begin_layout Plain Layout
6738
6739 \series bold
6740 【訳註】
6741 \series default
6742 p\SpecialChar LaTeX
6743 では、標準では
6744 \series bold
6745
6746 \backslash
6747 middle
6748 \series default
6749 コマンドは使えません。よって、以下の例では「
6750 \series bold
6751
6752 \backslash
6753 middle
6754 \series default
6755
6756 \begin_inset Formula $|$
6757 \end_inset
6758
6759 」の代わりに「
6760 \series bold
6761
6762 \backslash
6763 biggm
6764 \series default
6765
6766 \begin_inset Formula $|$
6767 \end_inset
6768
6769 」を用いています。
6770 \end_layout
6771
6772 \end_inset
6773
6774 。このコマンドでは、物理ベクトル
6775 \begin_inset Formula 
6776 \[
6777 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6778 \]
6779
6780 \end_inset
6781
6782 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6783 \begin_inset CommandInset ref
6784 LatexCommand ref
6785 reference "subsec:物理ベクトル"
6786
6787 \end_inset
6788
6789 節に説明されているように特殊な\SpecialChar LaTeX
6790 パッケージがあります。
6791 \end_layout
6792
6793 \begin_layout Subsection
6794 水平括弧
6795 \begin_inset Index idx
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799 かっこ@括弧 ! すいへい@水平
6800 \begin_inset space \thinspace{}
6801 \end_inset
6802
6803 ——
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 \align center
6813 \begin_inset Tabular
6814 <lyxtabular version="3" rows="4" columns="2">
6815 <features booktabs="true" tabularvalignment="middle">
6816 <column alignment="center" valignment="top" width="0pt">
6817 <column alignment="center" valignment="top" width="0pt">
6818 <row>
6819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 コマンド
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 出力
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \backslash
6845 overbrace
6846 \begin_inset space \textvisiblespace{}
6847 \end_inset
6848
6849 A+B
6850 \begin_inset space \textvisiblespace{}
6851 \end_inset
6852
6853 ^
6854 \begin_inset space \textvisiblespace{}
6855 \end_inset
6856
6857 3
6858 \begin_inset Index idx
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862 こまんど@コマンド ! O ! 
6863 \backslash
6864 overbrace
6865 \end_layout
6866
6867 \end_inset
6868
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 \begin_inset Formula $\overbrace{A+B}^{3}$
6879 \end_inset
6880
6881
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 <row topspace="2mm">
6888 <cell alignment="center" valignment="top" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892
6893 \backslash
6894 underbrace
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 A+B
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 _5
6903 \begin_inset Index idx
6904 status collapsed
6905
6906 \begin_layout Plain Layout
6907 こまんど@コマンド ! U ! 
6908 \backslash
6909 underbrace
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 \begin_inset Formula $\underbrace{A+B}_{5}$
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \backslash
6939 overbrace
6940 \begin_inset space \textvisiblespace{}
6941 \end_inset
6942
6943
6944 \backslash
6945 underbrace
6946 \begin_inset space \textvisiblespace{}
6947 \end_inset
6948
6949 A+B_w
6950 \begin_inset space \textvisiblespace{}
6951 \end_inset
6952
6953
6954 \begin_inset space \textvisiblespace{}
6955 \end_inset
6956
6957 _7
6958 \begin_inset space \textvisiblespace{}
6959 \end_inset
6960
6961
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 ^
6966 \begin_inset space \textvisiblespace{}
6967 \end_inset
6968
6969 C
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 </lyxtabular>
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \begin_layout Standard
6995 最後の例では、
6996 \series bold
6997
6998 \backslash
6999 overbrace
7000 \series default
7001 が先に挿入されようが
7002 \series bold
7003
7004 \backslash
7005 underbrace
7006 \series default
7007 が先に挿入されようが代わりはありません。
7008 \end_layout
7009
7010 \begin_layout Standard
7011 \begin_inset VSpace medskip
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \begin_layout Standard
7018 文書設定の
7019 \family sans
7020 数式オプション
7021 \family default
7022 で、
7023 \series bold
7024 mathtools
7025 \series default
7026
7027 \begin_inset Index idx
7028 status collapsed
7029
7030 \begin_layout Plain Layout
7031 ぱっけーじ@パッケージ ! mathtools
7032 \end_layout
7033
7034 \end_inset
7035
7036 パッケージに
7037 \family sans
7038 常に読み込み
7039 \family default
7040 オプションを設定すると、以下のような角括弧が利用可能になります。
7041 \begin_inset Separator parbreak
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \begin_layout Standard
7048 \align center
7049 \begin_inset Tabular
7050 <lyxtabular version="3" rows="4" columns="2">
7051 <features booktabs="true" tabularvalignment="middle">
7052 <column alignment="center" valignment="top" width="0pt">
7053 <column alignment="center" valignment="top" width="0pt">
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 コマンド
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 出力
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \backslash
7081 overbracket{A+B
7082 \begin_inset space \textvisiblespace{}
7083 \end_inset
7084
7085 ^3
7086 \begin_inset Index idx
7087 status collapsed
7088
7089 \begin_layout Plain Layout
7090 こまんど@コマンド ! O ! 
7091 \backslash
7092 overbracket
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 \begin_inset Formula $\overbracket{A+B}^{3}$
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row topspace="2mm">
7116 <cell alignment="center" valignment="top" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120
7121 \backslash
7122 underbracket{A+B
7123 \begin_inset space \textvisiblespace{}
7124 \end_inset
7125
7126 _5
7127 \begin_inset Index idx
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131 こまんど@コマンド ! U ! 
7132 \backslash
7133 under
7134 \size normal
7135 bracket
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 \begin_inset Formula $\underbracket{A+B}_{5}$
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \backslash
7165 overbracket{
7166 \backslash
7167 underbracket{A+B_w
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 _7
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179
7180 \begin_inset space \textvisiblespace{}
7181 \end_inset
7182
7183 ^
7184 \begin_inset space \textvisiblespace{}
7185 \end_inset
7186
7187 C
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7197 \end_inset
7198
7199
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213
7214 \series bold
7215
7216 \backslash
7217 overbracket
7218 \series default
7219
7220 \series bold
7221
7222 \backslash
7223 underbracket
7224 \series default
7225 に関しては、コマンドに続く角括弧中に、希望する厚みを指定すれば、以下のように、角括弧の筆跡の厚みに変更を加えることができます。
7226 \begin_inset Separator parbreak
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="3" columns="2">
7236 <features booktabs="true" tabularvalignment="middle">
7237 <column alignment="center" valignment="top" width="0pt">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 コマンド
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 出力
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \backslash
7266 overbracket[3pt]
7267 \backslash
7268 {A+B
7269 \begin_inset space \textvisiblespace{}
7270 \end_inset
7271
7272 ^3
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row topspace="2mm">
7291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295
7296 \backslash
7297 underbracket[1pt]
7298 \backslash
7299 {A+B
7300 \begin_inset space \textvisiblespace{}
7301 \end_inset
7302
7303 _5
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 </lyxtabular>
7322
7323 \end_inset
7324
7325
7326 \end_layout
7327
7328 \begin_layout Standard
7329 \begin_inset VSpace bigskip
7330 \end_inset
7331
7332 括弧をお互いに重ねる必要がある場合には、第
7333 \begin_inset CommandInset ref
7334 LatexCommand ref
7335 reference "sec:多行数式"
7336
7337 \end_inset
7338
7339 節に説明されているように、次のような多行数式を使わなくてはなりません。
7340 \begin_inset Formula 
7341 \begin{eqnarray*}
7342 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7343  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7344 \end{eqnarray*}
7345
7346 \end_inset
7347
7348 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7349 \begin_inset Foot
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353 空白コマンドは第
7354 \begin_inset CommandInset ref
7355 LatexCommand ref
7356 reference "subsec:定義済みの空白"
7357
7358 \end_inset
7359
7360 章に説明があります。
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \series bold
7367
7368 \backslash
7369 :
7370 \series default
7371 を最初の
7372 \begin_inset Formula $d$
7373 \end_inset
7374
7375 の前に挿入しておくことが重要です。さもないと、
7376 \begin_inset Formula $q$
7377 \end_inset
7378
7379 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7380 \begin_inset Foot
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 これは、括弧が文字として取り扱われないためです。第
7385 \begin_inset CommandInset ref
7386 LatexCommand ref
7387 reference "subsec:二項演算子"
7388
7389 \end_inset
7390
7391 章参照。
7392 \end_layout
7393
7394 \end_inset
7395
7396 ためです。二行目には、二つめの括弧が挿入されています。
7397 \begin_inset Formula $b$
7398 \end_inset
7399
7400 の直前から始まるようにするために、まず
7401 \series bold
7402
7403 \backslash
7404 hphantom{gggg+
7405 \backslash
7406 :}
7407 \series default
7408 というコマンド
7409 \begin_inset Foot
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413
7414 \series bold
7415
7416 \backslash
7417 hphantom
7418 \series default
7419 に関する詳細は、第
7420 \begin_inset CommandInset ref
7421 LatexCommand ref
7422 reference "subsec:埋め草"
7423
7424 \end_inset
7425
7426 章を参照してください。
7427 \end_layout
7428
7429 \end_inset
7430
7431 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7432 \series bold
7433
7434 \backslash
7435 hphantom{bbqq+dddd}
7436 \series default
7437 コマンドの下に置きます。
7438 \end_layout
7439
7440 \begin_layout Standard
7441 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7442 \begin_inset ERT
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446
7447
7448 \backslash
7449 setlength{
7450 \backslash
7451 jot}{-6pt}
7452 \end_layout
7453
7454 \end_inset
7455
7456
7457 \begin_inset Formula 
7458 \begin{eqnarray*}
7459  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7460 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7461 \end{eqnarray*}
7462
7463 \end_inset
7464
7465
7466 \begin_inset ERT
7467 status collapsed
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 setlength{
7474 \backslash
7475 jot}{3pt}
7476 \end_layout
7477
7478 \end_inset
7479
7480 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7481 ることを防ぐために、行間を減らさなくてはならないのですが、これは\SpecialChar LyX
7482 のバグ
7483 \begin_inset Foot
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487 \begin_inset CommandInset href
7488 LatexCommand href
7489 name "LyX-bug #1505"
7490 target "http://www.lyx.org/trac/ticket/1505"
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498
7499 のせいで簡単にはできません。この問題を回避するためには、数式直前に\SpecialChar TeX
7500 モードで
7501 \series bold
7502 setlength{
7503 \backslash
7504 jot}{-6pt}
7505 \series default
7506 というコマンドを入れて、大域的な数式行間
7507 \series bold
7508
7509 \backslash
7510 jot
7511 \series default
7512
7513 \begin_inset Index idx
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517 こまんど@コマンド ! J ! 
7518 \backslash
7519 jot
7520 \end_layout
7521
7522 \end_inset
7523
7524 を-6
7525 \begin_inset space \thinspace{}
7526 \end_inset
7527
7528 ptに変更しなくてはなりません。
7529 \series bold
7530
7531 \backslash
7532 jot
7533 \series default
7534 は、数式直後に同様のコマンドを使って標準値の3
7535 \begin_inset space \thinspace{}
7536 \end_inset
7537
7538 ptに戻します。数式中の行間について、詳しくは第
7539 \begin_inset CommandInset ref
7540 LatexCommand ref
7541 reference "subsec:行間"
7542
7543 \end_inset
7544
7545 章に説明があります。
7546 \end_layout
7547
7548 \begin_layout Section
7549 矢印
7550 \begin_inset Index idx
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554 やじるし@矢印
7555 \end_layout
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Standard
7563 矢印は、数式ツールバーボタンの
7564 \begin_inset Info
7565 type  "icon"
7566 arg   "math-insert \\leftarrow"
7567 \end_inset
7568
7569 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7570 \end_layout
7571
7572 \begin_layout Subsection
7573 水平矢印
7574 \begin_inset Index idx
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578 やじるし@矢印 ! すいへい@水平
7579 \end_layout
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Standard
7587 \begin_inset space \hfill{}
7588 \end_inset
7589
7590
7591 \begin_inset Tabular
7592 <lyxtabular version="3" rows="8" columns="2">
7593 <features booktabs="true" tabularvalignment="middle">
7594 <column alignment="center" valignment="top" width="0pt">
7595 <column alignment="center" valignment="top" width="0pt">
7596 <row>
7597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 コマンド
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 出力
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \backslash
7623 gets
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset Formula $\gets$
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \backslash
7648 Leftarrow
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset Formula $\Leftarrow$
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \backslash
7673 longleftarrow
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 \begin_inset Formula $\longleftarrow$
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \backslash
7698 Longleftarrow
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 \begin_inset Formula $\Longleftarrow$
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \backslash
7723 leftharpoonup
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\leftharpoonup$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 leftharpoondown
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 \begin_inset Formula $\leftharpoondown$
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \backslash
7773 hookleftarrow
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 \begin_inset Formula $\hookleftarrow$
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 </lyxtabular>
7792
7793 \end_inset
7794
7795
7796 \begin_inset space \hfill{}
7797 \end_inset
7798
7799
7800 \begin_inset Tabular
7801 <lyxtabular version="3" rows="8" columns="2">
7802 <features booktabs="true" tabularvalignment="middle">
7803 <column alignment="center" valignment="top" width="0pt">
7804 <column alignment="center" valignment="top" width="0pt">
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 コマンド
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 出力
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \backslash
7832 to
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Formula $\to$
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \backslash
7857 Rightarrow
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\Rightarrow$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \backslash
7882 longrightarrow
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 \begin_inset Formula $\longrightarrow$
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \backslash
7907 Longrightarrow
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 \begin_inset Formula $\Longrightarrow$
7917 \end_inset
7918
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \backslash
7932 rightharpoonup
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset Formula $\rightharpoonup$
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \backslash
7957 rightharpoondown
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset Formula $\rightharpoondown$
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \backslash
7982 hookrightarrow
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 \begin_inset Formula $\hookrightarrow$
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 </lyxtabular>
8001
8002 \end_inset
8003
8004
8005 \begin_inset space \hfill{}
8006 \end_inset
8007
8008
8009 \end_layout
8010
8011 \begin_layout Standard
8012 \begin_inset space \hfill{}
8013 \end_inset
8014
8015
8016 \begin_inset Tabular
8017 <lyxtabular version="3" rows="6" columns="2">
8018 <features booktabs="true" tabularvalignment="middle">
8019 <column alignment="center" valignment="top" width="0pt">
8020 <column alignment="center" valignment="top" width="0pt">
8021 <row>
8022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 コマンド
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 出力
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \backslash
8048 leftrightarrow
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 \begin_inset Formula $\leftrightarrow$
8058 \end_inset
8059
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \backslash
8073 Leftrightarrow
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 \begin_inset Formula $\Leftrightarrow$
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \backslash
8098 longleftrightarrow
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 \begin_inset Formula $\longleftrightarrow$
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \backslash
8123 Longleftrightarrow
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 \begin_inset Formula $\Longleftrightarrow$
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \backslash
8148 rightleftharpoons
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 \begin_inset Formula $\rightleftharpoons$
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 </lyxtabular>
8167
8168 \end_inset
8169
8170
8171 \begin_inset space \hspace{}
8172 \length 25pt
8173 \end_inset
8174
8175
8176 \begin_inset space \hfill{}
8177 \end_inset
8178
8179
8180 \begin_inset Tabular
8181 <lyxtabular version="3" rows="5" columns="2">
8182 <features booktabs="true" tabularvalignment="middle">
8183 <column alignment="center" valignment="top" width="0pt">
8184 <column alignment="center" valignment="top" width="0pt">
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 コマンド
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 出力
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 mapsto
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 \begin_inset Formula $\mapsto$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \backslash
8237 longmapsto
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 \begin_inset Formula $\longmapsto$
8247 \end_inset
8248
8249
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \backslash
8262 leadsto
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 \begin_inset Formula $\leadsto$
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \backslash
8287 dasharrow
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 \begin_inset Formula $\dasharrow$
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 </lyxtabular>
8306
8307 \end_inset
8308
8309
8310 \begin_inset space \hfill{}
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Standard
8317 \begin_inset VSpace medskip
8318 \end_inset
8319
8320 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8321 \begin_inset CommandInset ref
8322 LatexCommand ref
8323 reference "sec:アクセント"
8324
8325 \end_inset
8326
8327 節に一覧があります。
8328 \end_layout
8329
8330 \begin_layout Standard
8331 \begin_inset VSpace bigskip
8332 \end_inset
8333
8334 さらに、ラベル付き矢印
8335 \begin_inset Index idx
8336 status collapsed
8337
8338 \begin_layout Plain Layout
8339 やじるし@矢印 ! らべるつき@ラベル付き
8340 \end_layout
8341
8342 \end_inset
8343
8344 として、
8345 \series bold
8346
8347 \backslash
8348 xleftarrow
8349 \series default
8350
8351 \begin_inset Index idx
8352 status collapsed
8353
8354 \begin_layout Plain Layout
8355 こまんど@コマンド ! X ! 
8356 \backslash
8357 xleftarrow
8358 \end_layout
8359
8360 \end_inset
8361
8362
8363 \series bold
8364
8365 \backslash
8366 xrightarrow
8367 \series default
8368
8369 \begin_inset Index idx
8370 status collapsed
8371
8372 \begin_layout Plain Layout
8373 こまんど@コマンド ! X ! 
8374 \backslash
8375 xrightarrow
8376 \begin_inset ERT
8377 status collapsed
8378
8379 \begin_layout Plain Layout
8380
8381
8382 \backslash
8383 vspace{4mm}
8384 \end_layout
8385
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392
8393 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8394 ます。
8395 \end_layout
8396
8397 \begin_layout Standard
8398 \align center
8399 \begin_inset Tabular
8400 <lyxtabular version="3" rows="3" columns="2">
8401 <features booktabs="true" tabularvalignment="middle">
8402 <column alignment="center" valignment="top" width="0pt">
8403 <column alignment="center" valignment="top" width="0pt">
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 コマンド
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 出力
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 F(a)
8430 \backslash
8431 xleftarrow
8432 \begin_inset space \textvisiblespace{}
8433 \end_inset
8434
8435 x=a
8436 \begin_inset Formula $\downarrow$
8437 \end_inset
8438
8439 x>0
8440 \begin_inset Formula $\to$
8441 \end_inset
8442
8443 F(x)
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8453 \end_inset
8454
8455
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row topspace="2mm">
8462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 F(x)
8467 \backslash
8468 xrightarrow
8469 \begin_inset space \textvisiblespace{}
8470 \end_inset
8471
8472 x=a
8473 \begin_inset Formula $\downarrow$
8474 \end_inset
8475
8476 x>0
8477 \begin_inset Formula $\to$
8478 \end_inset
8479
8480 F(a)
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 </lyxtabular>
8499
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \begin_layout Standard
8506 \begin_inset VSpace medskip
8507 \end_inset
8508
8509
8510 \end_layout
8511
8512 \begin_layout Standard
8513 文書設定の
8514 \family sans
8515 数式オプション
8516 \family default
8517 で、
8518 \series bold
8519 mathtools
8520 \series default
8521
8522 \begin_inset Index idx
8523 status collapsed
8524
8525 \begin_layout Plain Layout
8526 ぱっけーじ@パッケージ ! mathtools
8527 \end_layout
8528
8529 \end_inset
8530
8531 パッケージに
8532 \family sans
8533 常に読み込み
8534 \family default
8535 オプションを設定すると、以下のようなラベル付き矢印が利用可能になります。
8536 \end_layout
8537
8538 \begin_layout Standard
8539 \begin_inset Newpage newpage
8540 \end_inset
8541
8542
8543 \begin_inset Separator parbreak
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \begin_layout Standard
8550 \align center
8551 \begin_inset space \hspace*{\fill}
8552 \end_inset
8553
8554
8555 \begin_inset Tabular
8556 <lyxtabular version="3" rows="7" columns="2">
8557 <features booktabs="true" tabularvalignment="middle">
8558 <column alignment="center" valignment="top" width="0pt">
8559 <column alignment="center" valignment="top" width="0pt">
8560 <row>
8561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 コマンド
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Example
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \backslash
8587 xleftrightarrow
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row topspace="2mm">
8606 <cell alignment="center" valignment="top" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \backslash
8612 xLeftarrow
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row topspace="2mm">
8631 <cell alignment="center" valignment="top" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \backslash
8637 xRightarrow
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8647 \end_inset
8648
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row topspace="2mm">
8656 <cell alignment="center" valignment="top" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \backslash
8662 xLeftrightarrow
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8672 \end_inset
8673
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row topspace="2mm">
8681 <cell alignment="center" valignment="top" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 xhookleftarrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row topspace="2mm">
8706 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 xhookrightarrow
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 </lyxtabular>
8731
8732 \end_inset
8733
8734
8735 \begin_inset space \hspace*{\fill}
8736 \end_inset
8737
8738
8739 \begin_inset Tabular
8740 <lyxtabular version="3" rows="7" columns="2">
8741 <features booktabs="true" tabularvalignment="middle">
8742 <column alignment="center" valignment="top" width="0pt">
8743 <column alignment="center" valignment="top" width="0pt">
8744 <row>
8745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 コマンド
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Example
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \backslash
8771 xleftharpoondown
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8781 \end_inset
8782
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row topspace="2mm">
8790 <cell alignment="center" valignment="top" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \backslash
8796 xleftharpoonup
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row topspace="2mm">
8815 <cell alignment="center" valignment="top" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \backslash
8821 xrightharpoondown
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row topspace="2mm">
8840 <cell alignment="center" valignment="top" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \backslash
8846 xrightharpoonup
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row topspace="2mm">
8865 <cell alignment="center" valignment="top" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \backslash
8871 xleftrightharpoons
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row topspace="2mm">
8890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \backslash
8896 xrightleftharpoons
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 </lyxtabular>
8915
8916 \end_inset
8917
8918
8919 \begin_inset space \hspace*{\fill}
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Standard
8926 これらの矢印は、すべて以下のようなコマンドスキームを取ります。
8927 \begin_inset Separator parbreak
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \begin_layout Standard
8934 \align center
8935 \begin_inset Tabular
8936 <lyxtabular version="3" rows="2" columns="2">
8937 <features booktabs="true" tabularvalignment="middle">
8938 <column alignment="center" valignment="top" width="0pt">
8939 <column alignment="center" valignment="top" width="0pt">
8940 <row>
8941 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 コマンド
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 出力
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row bottomspace="0.5mm">
8961 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 F(a)
8966 \backslash
8967 xleftrightarrow[x=a]
8968 \backslash
8969 {x>0
8970 \begin_inset Formula $\to$
8971 \end_inset
8972
8973 F(x)
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 </lyxtabular>
8992
8993 \end_inset
8994
8995
8996 \end_layout
8997
8998 \begin_layout Subsection
8999 垂直矢印および対角矢印
9000 \begin_inset Index idx
9001 status collapsed
9002
9003 \begin_layout Plain Layout
9004 やじるし@矢印 ! たいかく@対角
9005 \end_layout
9006
9007 \end_inset
9008
9009
9010 \begin_inset Index idx
9011 status collapsed
9012
9013 \begin_layout Plain Layout
9014 やじるし@矢印 ! すいちょく@垂直
9015 \end_layout
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \begin_layout Standard
9023 \begin_inset space \hfill{}
9024 \end_inset
9025
9026
9027 \begin_inset Tabular
9028 <lyxtabular version="3" rows="7" columns="2">
9029 <features booktabs="true" tabularvalignment="middle">
9030 <column alignment="center" valignment="top" width="0pt">
9031 <column alignment="center" valignment="top" width="0pt">
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 コマンド
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 出力
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \backslash
9059 uparrow
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 \begin_inset Formula $\uparrow$
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="center" valignment="top" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \backslash
9084 Uparrow
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 \begin_inset Formula $\Uparrow$
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="center" valignment="top" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \backslash
9109 updownarrow
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 \begin_inset Formula $\updownarrow$
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="center" valignment="top" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \backslash
9134 Updownarrow
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 \begin_inset Formula $\Updownarrow$
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \backslash
9159 Downarrow
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 \begin_inset Formula $\Downarrow$
9169 \end_inset
9170
9171
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \backslash
9184 downarrow
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 \begin_inset Formula $\downarrow$
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 </lyxtabular>
9203
9204 \end_inset
9205
9206
9207 \begin_inset space \hfill{}
9208 \end_inset
9209
9210
9211 \begin_inset Tabular
9212 <lyxtabular version="3" rows="5" columns="2">
9213 <features booktabs="true" tabularvalignment="middle">
9214 <column alignment="center" valignment="top" width="0pt">
9215 <column alignment="center" valignment="top" width="0pt">
9216 <row>
9217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 コマンド
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 出力
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 nearrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\nearrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 searrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\searrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 swarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\swarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 nwarrow
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\nwarrow$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 </lyxtabular>
9337
9338 \end_inset
9339
9340
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \end_layout
9346
9347 \begin_layout Standard
9348 \begin_inset VSpace medskip
9349 \end_inset
9350
9351 垂直矢印は、第
9352 \begin_inset CommandInset ref
9353 LatexCommand ref
9354 reference "subsec:手動の括弧丈"
9355
9356 \end_inset
9357
9358 節および第
9359 \begin_inset CommandInset ref
9360 LatexCommand ref
9361 reference "subsec:自動の括弧丈"
9362
9363 \end_inset
9364
9365 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9366 \end_layout
9367
9368 \begin_layout Section
9369 アクセント
9370 \begin_inset CommandInset label
9371 LatexCommand label
9372 name "sec:アクセント"
9373
9374 \end_inset
9375
9376
9377 \begin_inset Index idx
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381 あくせんと@アクセント
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \begin_layout Standard
9390 アクセントは、数式ツールバーボタンの
9391 \begin_inset Info
9392 type  "icon"
9393 arg   "math-insert \\hat"
9394 \end_inset
9395
9396 か、以下の各小節に列挙してあるコマンドで入力することができます。
9397 \end_layout
9398
9399 \begin_layout Subsection
9400 一文字に付けるアクセント
9401 \begin_inset ERT
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405
9406
9407 \backslash
9408 texorpdfstring{
9409 \end_layout
9410
9411 \end_inset
9412
9413
9414 \begin_inset Foot
9415 status collapsed
9416
9417 \begin_layout Plain Layout
9418 本文中のアクセントについては、第
9419 \begin_inset CommandInset ref
9420 LatexCommand ref
9421 reference "subsec:文章中のアクセント"
9422
9423 \end_inset
9424
9425 節を参照。
9426 \end_layout
9427
9428 \end_inset
9429
9430
9431 \begin_inset ERT
9432 status collapsed
9433
9434 \begin_layout Plain Layout
9435
9436 }{}
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \begin_inset Note Note
9443 status collapsed
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448
9449 \backslash
9450 texorpdfstring
9451 \series default
9452 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9453 \end_layout
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458
9459 \backslash
9460 texorpdfstring
9461 \series default
9462 についての詳細は、第
9463 \begin_inset CommandInset ref
9464 LatexCommand ref
9465 reference "subsec:節見出し中の数式"
9466
9467 \end_inset
9468
9469 節にあります。
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \begin_inset CommandInset label
9476 LatexCommand label
9477 name "subsec:一文字に付けるアクセント"
9478
9479 \end_inset
9480
9481
9482 \begin_inset Index idx
9483 status collapsed
9484
9485 \begin_layout Plain Layout
9486 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9487 \end_layout
9488
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \begin_layout Standard
9495 \begin_inset space \hfill{}
9496 \end_inset
9497
9498
9499 \begin_inset Tabular
9500 <lyxtabular version="3" rows="8" columns="2">
9501 <features booktabs="true" tabularvalignment="middle">
9502 <column alignment="center" valignment="top" width="0pt">
9503 <column alignment="center" valignment="top" width="0pt">
9504 <row>
9505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 コマンド
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 出力
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row topspace="1.5mm">
9525 <cell alignment="center" valignment="top" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 dot
9532 \begin_inset space \textvisiblespace{}
9533 \end_inset
9534
9535 A
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 \begin_inset Formula $\dot{A}$
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row topspace="1.5mm">
9554 <cell alignment="center" valignment="top" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \backslash
9560 ddot
9561 \begin_inset space \textvisiblespace{}
9562 \end_inset
9563
9564 A
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\ddot{A}$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row topspace="1.5mm">
9583 <cell alignment="center" valignment="top" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \backslash
9589 dddot
9590 \begin_inset space \textvisiblespace{}
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\dddot{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row topspace="1.5mm">
9612 <cell alignment="center" valignment="top" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 ddddot
9619 \begin_inset space \textvisiblespace{}
9620 \end_inset
9621
9622 A
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 \begin_inset Formula $\ddddot{A}$
9632 \end_inset
9633
9634
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row topspace="1.5mm">
9641 <cell alignment="center" valignment="top" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \backslash
9647 vec
9648 \begin_inset space \textvisiblespace{}
9649 \end_inset
9650
9651 A
9652 \begin_inset Index idx
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656 べくとる@ベクトル
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\vec{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row topspace="1.5mm">
9680 <cell alignment="center" valignment="top" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 bar
9687 \begin_inset space \textvisiblespace{}
9688 \end_inset
9689
9690 A
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\bar{A}$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row topspace="1.5mm">
9709 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \backslash
9715 mathring
9716 \begin_inset space \textvisiblespace{}
9717 \end_inset
9718
9719 A
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\mathring{A}$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 </lyxtabular>
9738
9739 \end_inset
9740
9741
9742 \begin_inset space \hfill{}
9743 \end_inset
9744
9745
9746 \begin_inset Tabular
9747 <lyxtabular version="3" rows="7" columns="2">
9748 <features booktabs="true" tabularvalignment="middle">
9749 <column alignment="center" valignment="top" width="0pt">
9750 <column alignment="center" valignment="top" width="0pt">
9751 <row>
9752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 コマンド
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 出力
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row topspace="1.5mm">
9772 <cell alignment="center" valignment="top" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 tilde
9779 \begin_inset space \textvisiblespace{}
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\tilde{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row topspace="1.5mm">
9801 <cell alignment="center" valignment="top" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 hat
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\hat{A}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row topspace="1.5mm">
9830 <cell alignment="center" valignment="top" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 check
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\check{A}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row topspace="1.5mm">
9859 <cell alignment="center" valignment="top" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 acute
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\acute{A}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row topspace="1.5mm">
9888 <cell alignment="center" valignment="top" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \backslash
9894 grave
9895 \begin_inset space \textvisiblespace{}
9896 \end_inset
9897
9898 A
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Formula $\grave{A}$
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 <row topspace="1.5mm">
9917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \backslash
9923 breve
9924 \begin_inset space \textvisiblespace{}
9925 \end_inset
9926
9927 A
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset Formula $\breve{A}$
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 </lyxtabular>
9946
9947 \end_inset
9948
9949
9950 \begin_inset space \hfill{}
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset VSpace bigskip
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 \begin_inset ERT
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969
9970 \backslash
9971 '{e}
9972 \end_layout
9973
9974 \end_inset
9975
9976 のようなアクセントは、数式に直接入れることができます。\SpecialChar LyX
9977 は、それを対応するアクセントコマンドに変換します。ウムラウト
9978 \begin_inset Index idx
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982 うむらうと@ウムラウト
9983 \end_layout
9984
9985 \end_inset
9986
9987 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、\SpecialChar LaTeX
9988 は、引用符と母音をまとめて一つの文字として取り
9989 扱います。
9990 \series bold
9991
9992 \backslash
9993 ddot
9994 \series default
9995 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9996 \end_layout
9997
9998 \begin_layout Standard
9999 \begin_inset VSpace -2mm
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \begin_layout Standard
10006 \align center
10007 \begin_inset Tabular
10008 <lyxtabular version="3" rows="3" columns="2">
10009 <features booktabs="true" tabularvalignment="middle">
10010 <column alignment="center" valignment="top" width="0pt">
10011 <column alignment="center" valignment="top">
10012 <row>
10013 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 コマンド
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 出力
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 \begin_inset Quotes grd
10038 \end_inset
10039
10040 i
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \lang ngerman
10051 \begin_inset space \hspace{}
10052 \length 0pt
10053 \end_inset
10054
10055
10056 \begin_inset Formula $"i$
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row topspace="1.5mm">
10066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \backslash
10072 ddot
10073 \begin_inset space \textvisiblespace{}
10074 \end_inset
10075
10076 i
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 \begin_inset Formula $\ddot{i}$
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 </lyxtabular>
10095
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \begin_layout Standard
10102
10103 \series bold
10104
10105 \backslash
10106 ddot
10107 \series default
10108 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10109 \emph on
10110 数式中テキストでは使用できない
10111 \emph default
10112 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10113 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10114 \end_layout
10115
10116 \begin_layout Standard
10117 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10118 \end_layout
10119
10120 \begin_layout Standard
10121 \begin_inset VSpace bigskip
10122 \end_inset
10123
10124
10125 \end_layout
10126
10127 \begin_layout Standard
10128 \SpecialChar LyX
10129 は、\SpecialChar LaTeX
10130 パッケージ
10131 \series bold
10132 undertilde
10133 \series default
10134
10135 \begin_inset Index idx
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139 ぱっけーじ@パッケージ ! upgreek
10140 \end_layout
10141
10142 \end_inset
10143
10144 がシステム上に導入されていれば、文字下のティルダもサポートします。
10145 \end_layout
10146
10147 \begin_layout Standard
10148 \begin_inset ERT
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152
10153
10154 \backslash
10155 ifundertilde 
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \begin_inset Note Note
10162 status open
10163
10164 \begin_layout Plain Layout
10165 以下の表は、
10166 \series bold
10167 undertilde
10168 \series default
10169  \SpecialChar LaTeX
10170 パッケージが導入済みのときのみ表示されます。
10171 \end_layout
10172
10173 \end_inset
10174
10175
10176 \begin_inset Separator parbreak
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 \noindent
10184 \align center
10185 \begin_inset Tabular
10186 <lyxtabular version="3" rows="2" columns="2">
10187 <features booktabs="true" tabularvalignment="middle">
10188 <column alignment="center" valignment="top" width="0pt">
10189 <column alignment="center" valignment="top" width="0pt">
10190 <row>
10191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 コマンド
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 出力
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \backslash
10217 utilde
10218 \begin_inset space \textvisiblespace{}
10219 \end_inset
10220
10221 A
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 \begin_inset Formula $\utilde{A}$
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 </lyxtabular>
10240
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \begin_layout Standard
10247 \begin_inset ERT
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252
10253 \backslash
10254 else 
10255 \end_layout
10256
10257 \end_inset
10258
10259
10260 \begin_inset Note Note
10261 status open
10262
10263 \begin_layout Plain Layout
10264 以下は、
10265 \series bold
10266 undertilde
10267 \series default
10268  \SpecialChar LaTeX
10269 パッケージが導入されていないときのみ表示されます。
10270 \end_layout
10271
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \begin_layout Standard
10278 この小節のすべてを出力で見るには、
10279 \series bold
10280 undertilde
10281 \series default
10282  \SpecialChar LaTeX
10283 パッケージを導入する必要があります。
10284 \end_layout
10285
10286 \begin_layout Standard
10287 \begin_inset ERT
10288 status collapsed
10289
10290 \begin_layout Plain Layout
10291
10292
10293 \backslash
10294 fi 
10295 \end_layout
10296
10297 \end_inset
10298
10299
10300 \end_layout
10301
10302 \begin_layout Standard
10303 \begin_inset Newpage newpage
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \begin_layout Subsection
10310 複数の文字に付けるアクセント
10311 \begin_inset Index idx
10312 status collapsed
10313
10314 \begin_layout Plain Layout
10315 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \begin_layout Standard
10324 \begin_inset space \hfill{}
10325 \end_inset
10326
10327
10328 \begin_inset Tabular
10329 <lyxtabular version="3" rows="5" columns="2">
10330 <features tabularvalignment="middle">
10331 <column alignment="center" valignment="top" width="0pt">
10332 <column alignment="center" valignment="top" width="0pt">
10333 <row>
10334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 コマンド
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 出力
10348 \begin_inset Note Note
10349 status collapsed
10350
10351 \begin_layout Plain Layout
10352 ここで
10353 \series bold
10354
10355 \backslash
10356 raisebox
10357 \series default
10358 はスペーサーとして使用しているだけです。
10359 \end_layout
10360
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376 overleftarrow
10377 \begin_inset space \textvisiblespace{}
10378 \end_inset
10379
10380 A=B
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \backslash
10405 underleftarrow
10406 \begin_inset space \textvisiblespace{}
10407 \end_inset
10408
10409 A=B
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \backslash
10434 overleftrightarrow
10435 \begin_inset space \textvisiblespace{}
10436 \end_inset
10437
10438 A=B
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10448 \end_inset
10449
10450
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \backslash
10463 underleftrightarrow
10464 \begin_inset space \textvisiblespace{}
10465 \end_inset
10466
10467 A=B
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10477 \end_inset
10478
10479
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 </lyxtabular>
10486
10487 \end_inset
10488
10489
10490 \begin_inset space \hfill{}
10491 \end_inset
10492
10493
10494 \begin_inset Tabular
10495 <lyxtabular version="3" rows="5" columns="2">
10496 <features tabularvalignment="middle">
10497 <column alignment="center" valignment="top" width="0pt">
10498 <column alignment="center" valignment="top" width="0pt">
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 コマンド
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 出力
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \backslash
10526 overrightarrow
10527 \begin_inset space \textvisiblespace{}
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555 underrightarrow
10556 \begin_inset space \textvisiblespace{}
10557 \end_inset
10558
10559 A=B
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \backslash
10584 widetilde
10585 \begin_inset space \textvisiblespace{}
10586 \end_inset
10587
10588 A=B
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 widehat
10614 \begin_inset space \textvisiblespace{}
10615 \end_inset
10616
10617 A=B
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 </lyxtabular>
10636
10637 \end_inset
10638
10639
10640 \begin_inset space \hfill{}
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Standard
10647 \begin_inset VSpace medskip
10648 \end_inset
10649
10650 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10651 \series bold
10652
10653 \backslash
10654 widetilde
10655 \series default
10656 および
10657 \series bold
10658
10659 \backslash
10660 widehat
10661 \series default
10662 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10663 \begin_inset Formula 
10664 \[
10665 \widetilde{A+B=C-D}
10666 \]
10667
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \begin_layout Standard
10674 前小節で述べた
10675 \series bold
10676
10677 \backslash
10678 overset
10679 \series default
10680
10681 \begin_inset Index idx
10682 status collapsed
10683
10684 \begin_layout Plain Layout
10685 こまんど@コマンド ! O ! 
10686 \backslash
10687 overset
10688 \end_layout
10689
10690 \end_inset
10691
10692 コマンドと
10693 \series bold
10694
10695 \backslash
10696 underset
10697 \series default
10698
10699 \begin_inset Index idx
10700 status collapsed
10701
10702 \begin_layout Plain Layout
10703 こまんど@コマンド ! U ! 
10704 \backslash
10705 underset
10706 \end_layout
10707
10708 \end_inset
10709
10710 コマンドを使っても、複数の文字にアクセントを付けることができます。
10711 \series bold
10712
10713 \backslash
10714 underset
10715 \begin_inset space \textvisiblespace{}
10716 \end_inset
10717
10718 A=B
10719 \begin_inset Formula $\downarrow$
10720 \end_inset
10721
10722 ***
10723 \series default
10724 というコマンドは、
10725 \begin_inset Formula 
10726 \[
10727 \underset{***}{A=B}
10728 \]
10729
10730 \end_inset
10731
10732 のようになります。
10733 \end_layout
10734
10735 \begin_layout Section
10736 空白
10737 \begin_inset CommandInset label
10738 LatexCommand label
10739 name "subsec:空白"
10740
10741 \end_inset
10742
10743
10744 \begin_inset Index idx
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748 くうはく@空白 ! すいへい@水平
10749 \begin_inset space \thinspace{}
10750 \end_inset
10751
10752 ——
10753 \end_layout
10754
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \begin_layout Subsection
10761 定義済みの空白
10762 \begin_inset CommandInset label
10763 LatexCommand label
10764 name "subsec:定義済みの空白"
10765
10766 \end_inset
10767
10768
10769 \begin_inset Index idx
10770 status collapsed
10771
10772 \begin_layout Plain Layout
10773 くうはく@空白 ! すいへい@水平
10774 \begin_inset space \thinspace{}
10775 \end_inset
10776
10777 —— ! ていぎずみ@定義済み
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10787 \begin_inset Flex Ruby
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791 捷径
10792 \begin_inset Argument post:1
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796 ショートカット
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805
10806
10807 \begin_inset Info
10808 type  "shortcut"
10809 arg   "command-alternatives space-insert protected ; math-space"
10810 \end_inset
10811
10812 )を挿入することで実現できます。「
10813 \color blue
10814
10815 \begin_inset space \textvisiblespace{}
10816 \end_inset
10817
10818
10819 \color inherit
10820 」が現れるので、
10821 \family sans
10822 Space
10823 \family default
10824 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10825 \begin_inset Info
10826 type  "icon"
10827 arg   "math-insert \\space"
10828 \end_inset
10829
10830 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10831 \family sans
10832 Space
10833 \family default
10834 を押すことによって、長さを変更することができます。
10835 \begin_inset Separator parbreak
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \begin_layout Standard
10842 \noindent
10843 \align center
10844 \begin_inset Tabular
10845 <lyxtabular version="3" rows="6" columns="3">
10846 <features tabularvalignment="middle">
10847 <column alignment="center" valignment="top">
10848 <column alignment="center" valignment="top" width="15col%">
10849 <column alignment="center" valignment="top">
10850 <row>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 コマンド
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 保護された空白を挿入したのち、
10865 \family sans
10866 Space
10867 \family default
10868 を叩く回数
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 出力
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 ,
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 0
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $A\,B$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 :
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 1
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $A\:B$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 <row>
10952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \backslash
10958 ;
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 2
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 \begin_inset Formula $A\;B$
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \backslash
10992 quad
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 3
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 \begin_inset Formula $A\quad B$
11011 \end_inset
11012
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \backslash
11026 qquad
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 4
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset Formula $A\qquad B$
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 </lyxtabular>
11054
11055 \end_inset
11056
11057
11058 \begin_inset space \hfill{}
11059 \end_inset
11060
11061
11062 \begin_inset Tabular
11063 <lyxtabular version="3" rows="6" columns="3">
11064 <features tabularvalignment="middle">
11065 <column alignment="center" valignment="top">
11066 <column alignment="center" valignment="top" width="15col%">
11067 <column alignment="center" valignment="top">
11068 <row>
11069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 コマンド
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 保護された空白を挿入したのち、
11083 \family sans
11084 Space
11085 \family default
11086 を叩く回数
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 出力
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 hfill
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 5
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 \begin_inset Formula $A\hfill B$
11127 \end_inset
11128
11129
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140
11141 \backslash
11142 hspace*{1em}
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 6
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 \begin_inset Formula $A\hspace*{1em}B$
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \backslash
11176 hspace{1em}
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 7
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\hspace{1em}B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 <row>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208
11209 \backslash
11210
11211 \begin_inset space \textvisiblespace{}
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 8
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset Formula $A\ B$
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 !
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 9
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\!B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 5
11284 \lang english
11285
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289
11290 \lang japanese
11291
11292 \lang english
11293
11294 \begin_inset space \thinspace{}
11295 \end_inset
11296
11297
11298 \lang japanese
11299 7回
11300 \family sans
11301 Space
11302 \family default
11303 を押した場合は、第
11304 \begin_inset CommandInset ref
11305 LatexCommand ref
11306 reference "subsec:可変長の空白"
11307
11308 \end_inset
11309
11310 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11311 中では赤で表示さ
11312 れます。以下のように、他にもう二つ、負の長さの空白があります。
11313 \begin_inset Separator parbreak
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Standard
11320 \align center
11321 \begin_inset Tabular
11322 <lyxtabular version="3" rows="3" columns="3">
11323 <features tabularvalignment="middle">
11324 <column alignment="center" valignment="middle" width="6.8cm">
11325 <column alignment="center" valignment="top" width="0pt">
11326 <column alignment="center" valignment="top" width="0pt">
11327 <row>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 コマンド
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341
11342 \backslash
11343 negmedspace
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \backslash
11354 negthickspace
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 保護された空白を挿入したのち、
11366 \family sans
11367 Space
11368 \family default
11369 を叩く回数
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 10
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 11
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 出力
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $A\negmedspace B$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\negthickspace B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 </lyxtabular>
11429
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \begin_layout Standard
11436 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11437 \begin_inset Separator parbreak
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 \align center
11445 \begin_inset Tabular
11446 <lyxtabular version="3" rows="3" columns="2">
11447 <features tabularvalignment="middle">
11448 <column alignment="center" valignment="top">
11449 <column alignment="center" valignment="top">
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 コマンド
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 出力
11465 \begin_inset Note Note
11466 status collapsed
11467
11468 \begin_layout Plain Layout
11469 ここで
11470 \series bold
11471
11472 \backslash
11473 raisebox
11474 \series default
11475 はスペーサーとして使用しているだけです。
11476 \end_layout
11477
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 <row>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \backslash
11493 sum
11494 \backslash
11495 sum
11496 \begin_inset space \textvisiblespace{}
11497 \end_inset
11498
11499 f_kl
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522
11523 \backslash
11524 sum
11525 \backslash
11526 negmedspace
11527 \backslash
11528 sum
11529 \begin_inset space \textvisiblespace{}
11530 \end_inset
11531
11532 f_kl
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \noindent
11559 \begin_inset VSpace medskip
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \begin_layout Standard
11566 \noindent
11567 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
11568 括弧で囲みます。以下の例にこれを示します。
11569 \begin_inset Separator parbreak
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \align center
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="2" columns="2">
11579 <features tabularvalignment="middle">
11580 <column alignment="center" valignment="top" width="0pt">
11581 <column alignment="center" valignment="top" width="0pt">
11582 <row>
11583 <cell alignment="center" valignment="top" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 通常の数式
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 \begin_inset Formula $A=B$
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 \begin_inset Note Note
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 ここで
11615 \series bold
11616
11617 \backslash
11618 raisebox
11619 \series default
11620 はスペーサーとして使用しているだけです。
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \begin_inset Formula $\raisebox{5mm}{}$
11627 \end_inset
11628
11629 空白なしの数式
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 \begin_inset Formula $A{=}B$
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Standard
11655 \noindent
11656 二行目の数式を作るコマンドは、
11657 \series bold
11658 A
11659 \backslash
11660 {=
11661 \begin_inset Formula $\to$
11662 \end_inset
11663
11664 B
11665 \series default
11666 です。
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset VSpace bigskip
11671 \end_inset
11672
11673 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
11674 整形\SpecialChar menuseparator
11675 小空白メニュー(
11676 \begin_inset Flex Ruby
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680 捷径
11681 \begin_inset Argument post:1
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685 ショートカット
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset Info
11697 type  "shortcut"
11698 arg   "space-insert thin"
11699 \end_inset
11700
11701 )で、最小の空白を挿入することができます。
11702 \end_layout
11703
11704 \begin_layout Standard
11705 違いを示す例を以下に掲げます。
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="2" columns="2">
11711 <features tabularvalignment="middle">
11712 <column alignment="left" valignment="top">
11713 <column alignment="left" valignment="top">
11714 <row>
11715 <cell alignment="center" valignment="top" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 24 kW
11720 \begin_inset Formula $\cdot$
11721 \end_inset
11722
11723 h
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 値と単位のあいだに通常の空白を入れた例
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
11738 <row>
11739 <cell alignment="center" valignment="top" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 24
11744 \begin_inset space \thinspace{}
11745 \end_inset
11746
11747 kW
11748 \begin_inset Formula $\cdot$
11749 \end_inset
11750
11751 h
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 値と単位のあいだに最小の空白を入れた例
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 </lyxtabular>
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \begin_layout Subsection
11774 可変長の空白
11775 \begin_inset ERT
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779
11780
11781 \backslash
11782 texorpdfstring{
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \begin_inset Foot
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 数式中の垂直方向の空白については、第
11793 \begin_inset CommandInset ref
11794 LatexCommand ref
11795 reference "subsec:行間"
11796
11797 \end_inset
11798
11799 節をご覧下さい。
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \begin_inset ERT
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809
11810 }{}
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \begin_inset Note Note
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820
11821 \backslash
11822 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11823 \end_layout
11824
11825 \begin_layout Plain Layout
11826
11827 \backslash
11828 texorpdfstringについての詳細は、第
11829 \begin_inset CommandInset ref
11830 LatexCommand ref
11831 reference "subsec:節見出し中の数式"
11832
11833 \end_inset
11834
11835 節にあります。
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \begin_inset CommandInset label
11842 LatexCommand label
11843 name "subsec:可変長の空白"
11844
11845 \end_inset
11846
11847
11848 \begin_inset Index idx
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 くうはく@空白 ! すいへい@水平
11853 \begin_inset space \thinspace{}
11854 \end_inset
11855
11856 —— ! かへんちょう@可変長
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Standard
11865 指定した長さの空白が、
11866 \series bold
11867
11868 \backslash
11869 hspace
11870 \series default
11871
11872 \begin_inset Index idx
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 こまんど@コマンド ! H ! 
11877 \backslash
11878 hspace
11879 \end_layout
11880
11881 \end_inset
11882
11883 コマンドで入力することができます。すると、ながい「
11884 \color blue
11885
11886 \begin_inset space \textvisiblespace{}
11887 \end_inset
11888
11889
11890 \color inherit
11891 」が現れます。長さは、「
11892 \color blue
11893
11894 \begin_inset space \textvisiblespace{}
11895 \end_inset
11896
11897
11898 \color inherit
11899 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
11900 させたいときには、
11901 \series bold
11902
11903 \backslash
11904 hspace
11905 \series default
11906 コマンドの代わりに
11907 \series bold
11908
11909 \backslash
11910 hspace*
11911 \series default
11912 コマンドを使用するか、「
11913 \color blue
11914 \lang english
11915
11916 \begin_inset space \textvisiblespace{}
11917 \end_inset
11918
11919
11920 \color inherit
11921 \lang japanese
11922 」の上を左クリックして、
11923 \family sans
11924 保護
11925 \family default
11926 オプションをチェックしてください。
11927 \begin_inset Newline newline
11928 \end_inset
11929
11930 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11931 \series bold
11932
11933 \backslash
11934 hfill
11935 \series default
11936
11937 \begin_inset Index idx
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941 こまんど@コマンド ! H ! 
11942 \backslash
11943 hfill
11944 \end_layout
11945
11946 \end_inset
11947
11948 コマンドを使用します。
11949 \end_layout
11950
11951 \begin_layout Standard
11952 \begin_inset VSpace -1mm
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \align center
11960 \begin_inset Tabular
11961 <lyxtabular version="3" rows="4" columns="2">
11962 <features tabularvalignment="middle">
11963 <column alignment="center" valignment="top">
11964 <column alignment="center" valignment="top">
11965 <row>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 コマンド(
11971 \backslash
11972 hspace 長さ)
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 出力
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 <row>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 A=B
11993 \backslash
11994 hspace
11995 \begin_inset space \textvisiblespace{}
11996 \end_inset
11997
11998 A
11999 \backslash
12000 not=C (3
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm)
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 <row>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 A
12028 \backslash
12029 hspace
12030 \begin_inset space \textvisiblespace{}
12031 \end_inset
12032
12033 A
12034 \backslash
12035 not=A (-1
12036 \begin_inset space \thinspace{}
12037 \end_inset
12038
12039 mm)
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 A=A
12063 \backslash
12064 hfill
12065 \begin_inset space \textvisiblespace{}
12066 \end_inset
12067
12068 B=B
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 \begin_inset Formula $A=A\hfill B=B$
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 </lyxtabular>
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \begin_layout Standard
12094 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12095 \series bold
12096
12097 \backslash
12098 hfill
12099 \series default
12100 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12101 \series bold
12102
12103 \backslash
12104 hfill
12105 \series default
12106 は、別行立て数式中では、
12107 \series bold
12108 行頭下げ
12109 \series default
12110 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12111 \begin_inset CommandInset ref
12112 LatexCommand ref
12113 reference "sec:数式様式"
12114
12115 \end_inset
12116
12117 節で説明されています)。
12118 \end_layout
12119
12120 \begin_layout Standard
12121
12122 \series bold
12123
12124 \backslash
12125 hfill
12126 \series default
12127 の他にも、空白を模様で埋める
12128 \series bold
12129
12130 \backslash
12131 dotfill
12132 \series default
12133
12134 \series bold
12135
12136 \backslash
12137 hrulefill
12138 \series default
12139 といったコマンドがあります。用例については第
12140 \begin_inset CommandInset ref
12141 LatexCommand ref
12142 reference "subsec:省略符号"
12143
12144 \end_inset
12145
12146 節をご参照下さい。
12147 \end_layout
12148
12149 \begin_layout Standard
12150 本文中では、可変長空白は、
12151 \family sans
12152 挿入\SpecialChar menuseparator
12153 整形\SpecialChar menuseparator
12154 水平方向の空白
12155 \family default
12156 メニューで挿入することができます。
12157 \end_layout
12158
12159 \begin_layout Standard
12160 (例)
12161 \end_layout
12162
12163 \begin_layout Standard
12164 この行には、
12165 \begin_inset space \hspace{}
12166 \length 2cm
12167 \end_inset
12168
12169 2
12170 \begin_inset space \thinspace{}
12171 \end_inset
12172
12173 cmの空白が入っています。
12174 \end_layout
12175
12176 \begin_layout Standard
12177 この行には、
12178 \begin_inset space \hfill{}
12179 \end_inset
12180
12181 最大の空白が入っています。
12182 \end_layout
12183
12184 \begin_layout Subsection
12185 行内数式周りの空白
12186 \begin_inset Index idx
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 行内数式前後の空白は、長さ
12200 \series bold
12201
12202 \backslash
12203 mathsurround
12204 \begin_inset Index idx
12205 status collapsed
12206
12207 \begin_layout Plain Layout
12208 こまんど@コマンド ! M ! 
12209 \backslash
12210 mathsurround
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \series default
12217 を使って調節することができます。長さの値は、以下の書式を持つ
12218 \series bold
12219
12220 \backslash
12221 setlength
12222 \begin_inset Index idx
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 こまんど@コマンド ! S ! 
12227 \backslash
12228 setlength
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \series default
12235 コマンドを使って設定することができます。
12236 \end_layout
12237
12238 \begin_layout Standard
12239
12240 \series bold
12241
12242 \backslash
12243 setlength{長さ名}{値}
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 mathsurround
12252 \series default
12253 を5
12254 \begin_inset space \thinspace{}
12255 \end_inset
12256
12257 mmの値に設定するには、以下のコマンド
12258 \end_layout
12259
12260 \begin_layout Standard
12261
12262 \series bold
12263
12264 \backslash
12265 setlength{
12266 \backslash
12267 mathsurround}{5mm}
12268 \end_layout
12269
12270 \begin_layout Standard
12271 を\SpecialChar TeX
12272 モードで挿入します。すると、5
12273 \begin_inset space \thinspace{}
12274 \end_inset
12275
12276 mmの空白がすべての行内数式の前後に設定されることになります。
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281
12282
12283 \backslash
12284 setlength{
12285 \backslash
12286 mathsurround}{5mm}
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 この行には、周囲に5
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 mmの余白を設定した行内数式
12300 \begin_inset Formula $A=B$
12301 \end_inset
12302
12303 があります。
12304 \begin_inset ERT
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308
12309
12310 \backslash
12311 setlength{
12312 \backslash
12313 mathsurround}{0pt}
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 既定値に戻すには、
12323 \series bold
12324
12325 \backslash
12326 mathsurround
12327 \series default
12328 を0
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 ptの値に戻して下さい。
12333 \end_layout
12334
12335 \begin_layout Section
12336 ボックスと枠
12337 \begin_inset Index idx
12338 status collapsed
12339
12340 \begin_layout Plain Layout
12341 ぼっくす@ボックス
12342 \end_layout
12343
12344 \end_inset
12345
12346
12347 \begin_inset Index idx
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 わく@枠
12352 \begin_inset ERT
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356
12357 |see{
12358 \end_layout
12359
12360 \end_inset
12361
12362 ボックス
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367
12368 }
12369 \end_layout
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 本文中のボックスについては、取扱説明書
12383 \family typewriter
12384 埋め込みオブジェクト篇
12385 \family default
12386
12387 \family typewriter
12388 ボックス
12389 \family default
12390 の章に述べられています。
12391 \end_layout
12392
12393 \begin_layout Subsection
12394 枠付きボックス
12395 \begin_inset CommandInset label
12396 LatexCommand label
12397 name "subsec:枠付きボックス"
12398
12399 \end_inset
12400
12401
12402 \begin_inset Index idx
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 ぼっくす@ボックス ! わくつき@枠付き
12407 \begin_inset space \thinspace{}
12408 \end_inset
12409
12410 ——
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421
12422 \backslash
12423 fbox
12424 \series default
12425
12426 \begin_inset Index idx
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 こまんど@コマンド ! F ! 
12431 \backslash
12432 fbox
12433 \end_layout
12434
12435 \end_inset
12436
12437 コマンドや
12438 \series bold
12439
12440 \backslash
12441 boxed
12442 \series default
12443
12444 \begin_inset Index idx
12445 status collapsed
12446
12447 \begin_layout Plain Layout
12448 こまんど@コマンド ! B ! 
12449 \backslash
12450 boxed
12451 \end_layout
12452
12453 \end_inset
12454
12455 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12456 \end_layout
12457
12458 \begin_layout Standard
12459 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12460 \series bold
12461
12462 \backslash
12463 fbox
12464 \series default
12465 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12466 \family sans
12467 Ctrl+M
12468 \family default
12469 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12470 \series bold
12471
12472 \backslash
12473 boxed
12474 \series default
12475 を使った場合には、新しい数式が自動的に枠内に作られます。
12476 \end_layout
12477
12478 \begin_layout Standard
12479
12480 \series bold
12481
12482 \backslash
12483 fbox
12484 \series default
12485 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12486 \series bold
12487
12488 \backslash
12489 boxed
12490 \series default
12491 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 fbox
12500 \series default
12501 の拡張として、枠幅と配置も指定することができる
12502 \series bold
12503
12504 \backslash
12505 framebox
12506 \series default
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 こまんど@コマンド ! F ! 
12513 \backslash
12514 framebox
12515 \end_layout
12516
12517 \end_inset
12518
12519 コマンドがあります。
12520 \series bold
12521
12522 \backslash
12523 framebox
12524 \series default
12525 は、以下の書式を持ちます。
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531
12532 \backslash
12533 framebox[枠幅][位置]{ボックスの内容}
12534 \end_layout
12535
12536 \begin_layout Standard
12537 「位置」は、
12538 \emph on
12539 l
12540 \emph default
12541
12542 \emph on
12543 r
12544 \emph default
12545 の値をとります。
12546 \emph on
12547 l
12548 \emph default
12549 は、ボックス中で数式を左寄せ、
12550 \emph on
12551 r
12552 \emph default
12553 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12554 \begin_inset Newline newline
12555 \end_inset
12556
12557 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12558 \series bold
12559
12560 \backslash
12561 fbox
12562 \series default
12563 と同様、枠幅がボックスの内容に応じて調節されるのです。
12564 \end_layout
12565
12566 \begin_layout Standard
12567
12568 \series bold
12569
12570 \backslash
12571 framebox
12572 \series default
12573 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12574 \series bold
12575
12576 \backslash
12577 fbox
12578 \series default
12579 同様、数式の断片を入れるためのものです。
12580 \begin_inset Separator parbreak
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \begin_layout Standard
12587 \align center
12588 \begin_inset Tabular
12589 <lyxtabular version="3" rows="5" columns="2">
12590 <features tabularvalignment="middle">
12591 <column alignment="center" valignment="top">
12592 <column alignment="center" valignment="top">
12593 <row>
12594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 コマンド
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 出力
12608 \begin_inset Note Note
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612 ここで
12613 \series bold
12614
12615 \backslash
12616 raisebox
12617 \series default
12618 はスペーサーとして使用しているだけです。
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634
12635 \backslash
12636 fbox
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \family sans
12642 Ctrl+M
12643 \family default
12644  
12645 \backslash
12646 int
12647 \begin_inset space \textvisiblespace{}
12648 \end_inset
12649
12650 A=B
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \backslash
12675 boxed
12676 \begin_inset space \textvisiblespace{}
12677 \end_inset
12678
12679
12680 \backslash
12681 int
12682 \begin_inset space \textvisiblespace{}
12683 \end_inset
12684
12685 A=B
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 A+
12709 \backslash
12710 fbox
12711 \begin_inset space \textvisiblespace{}
12712 \end_inset
12713
12714 B
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737
12738 \backslash
12739 framebox
12740 \begin_inset space \textvisiblespace{}
12741 \end_inset
12742
12743 20mm
12744 \begin_inset Formula $\to$
12745 \end_inset
12746
12747
12748 \begin_inset Formula $\to$
12749 \end_inset
12750
12751
12752 \family sans
12753 Ctrl+M
12754 \family default
12755  
12756 \backslash
12757 frac
12758 \begin_inset space \textvisiblespace{}
12759 \end_inset
12760
12761 A
12762 \begin_inset Formula $\downarrow$
12763 \end_inset
12764
12765 B
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 \begin_inset Formula $\raisebox{6mm}{}$
12775 \end_inset
12776
12777
12778 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12779 \end_inset
12780
12781
12782 \begin_inset Formula $\raisebox{-4mm}{}$
12783 \end_inset
12784
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 </lyxtabular>
12792
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \begin_layout Standard
12799 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
12800 モードで挿入しなくてはなりません。
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 fboxrule
12809 \series default
12810  
12811 \series bold
12812
12813 \begin_inset Quotes eld
12814 \end_inset
12815
12816 厚み
12817 \begin_inset Quotes erd
12818 \end_inset
12819
12820
12821 \series default
12822  
12823 \series bold
12824
12825 \backslash
12826 fboxsep
12827 \series default
12828  
12829 \series bold
12830
12831 \begin_inset Quotes eld
12832 \end_inset
12833
12834 距離
12835 \begin_inset Quotes erd
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \begin_layout Standard
12842 \begin_inset Quotes eld
12843 \end_inset
12844
12845 距離
12846 \begin_inset Quotes erd
12847 \end_inset
12848
12849 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12850 \begin_inset ERT
12851 status collapsed
12852
12853 \begin_layout Plain Layout
12854
12855
12856 \backslash
12857 fboxrule 2mm 
12858 \backslash
12859 fboxsep 3mm
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \begin_inset Formula 
12866 \[
12867 \boxed{A+B=C}
12868 \]
12869
12870 \end_inset
12871
12872 この数式の直前には、
12873 \end_layout
12874
12875 \begin_layout Standard
12876
12877 \series bold
12878
12879 \backslash
12880 fboxrule
12881 \series default
12882  
12883 \series bold
12884 2mm
12885 \series default
12886  
12887 \series bold
12888
12889 \backslash
12890 fboxsep
12891 \series default
12892  
12893 \series bold
12894 3mm
12895 \end_layout
12896
12897 \begin_layout Standard
12898 というコマンドが、\SpecialChar TeX
12899 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12900 \end_layout
12901
12902 \begin_layout Standard
12903 標準の枠寸法に戻すには、
12904 \end_layout
12905
12906 \begin_layout Standard
12907
12908 \series bold
12909
12910 \backslash
12911 fboxrule
12912 \series default
12913  
12914 \series bold
12915 0.4pt
12916 \series default
12917  
12918 \series bold
12919
12920 \backslash
12921 fboxsep
12922 \series default
12923  
12924 \series bold
12925 3pt
12926 \series default
12927
12928 \begin_inset ERT
12929 status collapsed
12930
12931 \begin_layout Plain Layout
12932
12933
12934 \backslash
12935 fboxrule 0.4pt 
12936 \backslash
12937 fboxsep 3pt
12938 \end_layout
12939
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \begin_layout Standard
12946 というコマンドを、次の数式が始まる前に\SpecialChar TeX
12947 モードで挿入しておきます。
12948 \end_layout
12949
12950 \begin_layout Subsection
12951 枠なしボックス
12952 \begin_inset CommandInset label
12953 LatexCommand label
12954 name "subsec:枠なしボックス"
12955
12956 \end_inset
12957
12958
12959 \begin_inset Index idx
12960 status collapsed
12961
12962 \begin_layout Plain Layout
12963 ぼっくす@ボックス ! わくなし@枠なし
12964 \begin_inset space \thinspace{}
12965 \end_inset
12966
12967 ——
12968 \end_layout
12969
12970 \end_inset
12971
12972
12973 \end_layout
12974
12975 \begin_layout Standard
12976 枠のないボックスを作るには、
12977 \series bold
12978
12979 \backslash
12980 mbox
12981 \series default
12982
12983 \begin_inset Index idx
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987 こまんど@コマンド ! M ! 
12988 \backslash
12989 mbox
12990 \end_layout
12991
12992 \end_inset
12993
12994
12995 \series bold
12996
12997 \backslash
12998 makebox
12999 \series default
13000
13001 \begin_inset Index idx
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005 こまんど@コマンド ! M ! 
13006 \backslash
13007 makebox
13008 \end_layout
13009
13010 \end_inset
13011
13012
13013 \series bold
13014
13015 \backslash
13016 raisebox
13017 \series default
13018
13019 \begin_inset Index idx
13020 status collapsed
13021
13022 \begin_layout Plain Layout
13023 こまんど@コマンド ! R ! 
13024 \backslash
13025 raisebox
13026 \end_layout
13027
13028 \end_inset
13029
13030 の三つのコマンドがあります。
13031 \end_layout
13032
13033 \begin_layout Standard
13034
13035 \series bold
13036
13037 \backslash
13038 raisebox
13039 \series default
13040 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13041 \series bold
13042
13043 \backslash
13044 raisebox
13045 \series default
13046 は、以下の書式で用いられます。
13047 \end_layout
13048
13049 \begin_layout Standard
13050
13051 \series bold
13052
13053 \backslash
13054 raisebox{高さ}{ボックスの内容}
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 fbox
13063 \series default
13064 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13065 \begin_inset Note Greyedout
13066 status open
13067
13068 \begin_layout Plain Layout
13069
13070 \series bold
13071 【註】
13072 \series default
13073 下の最後の
13074 \series bold
13075
13076 \backslash
13077 raisebox
13078 \series default
13079 のところで、
13080 \family sans
13081 Ctrl+M
13082 \family default
13083 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
13084
13085 \series bold
13086
13087 \backslash
13088 raisebox
13089 \series default
13090 を直接サポートしていないためです。
13091 \end_layout
13092
13093 \end_inset
13094
13095
13096 \begin_inset Separator parbreak
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 \align center
13104 \begin_inset Tabular
13105 <lyxtabular version="3" rows="4" columns="2">
13106 <features tabularvalignment="middle">
13107 <column alignment="center" valignment="top">
13108 <column alignment="center" valignment="top">
13109 <row>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 コマンド
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 出力
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 H
13135 \backslash
13136 raisebox{2mm
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140
13141 \backslash
13142 {al
13143 \begin_inset Formula $\to$
13144 \end_inset
13145
13146  lo
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 H
13170 \backslash
13171 raisebox{-2mm
13172 \begin_inset Formula $\to$
13173 \end_inset
13174
13175
13176 \backslash
13177 {al
13178 \begin_inset Formula $\to$
13179 \end_inset
13180
13181 lo
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 <row>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 A=
13205 \backslash
13206 raisebox{-2mm
13207 \begin_inset Formula $\to$
13208 \end_inset
13209
13210
13211 \backslash
13212 {
13213 \family sans
13214 Ctrl+M Ctrl+M
13215 \family default
13216  
13217 \backslash
13218 sqrt
13219 \begin_inset space \textvisiblespace{}
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 </row>
13240 </lyxtabular>
13241
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 枠がないことを除けば、
13249 \series bold
13250
13251 \backslash
13252 mbox
13253 \series default
13254 コマンドは
13255 \series bold
13256
13257 \backslash
13258 fbox
13259 \series default
13260 と同じであり、
13261 \series bold
13262
13263 \backslash
13264 makebox
13265 \series default
13266
13267 \series bold
13268
13269 \backslash
13270 framebox
13271 \series default
13272 と同じです。
13273 \end_layout
13274
13275 \begin_layout Subsection
13276 色付きボックス
13277 \begin_inset CommandInset label
13278 LatexCommand label
13279 name "subsec:色付きボックス"
13280
13281 \end_inset
13282
13283
13284 \begin_inset Index idx
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 ぼっくす@ボックス ! いろつき@色付き
13289 \begin_inset space \thinspace{}
13290 \end_inset
13291
13292 ——
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Standard
13301 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13302 プリアンブルに
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 usepackage{color}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 という行
13315 \begin_inset Foot
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13320 は、自動的に\SpecialChar LaTeX
13321 パッケージ
13322 \series bold
13323 color
13324 \series default
13325 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \begin_inset Note Note
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13336 プリアンブルにマクロを挿入してあります。
13337 \end_layout
13338
13339 \end_inset
13340
13341 を書き加えて、\SpecialChar LaTeX
13342 パッケージの
13343 \series bold
13344 color
13345 \series default
13346
13347 \begin_inset Foot
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351 \SpecialChar LaTeX
13352 パッケージ
13353 \series bold
13354 color
13355 \series default
13356 は、すべての標準的な\SpecialChar LaTeX
13357 頒布版に含まれています。
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \begin_inset Index idx
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367 ぱっけーじ@パッケージ ! color
13368 \end_layout
13369
13370 \end_inset
13371
13372 を読み込む必要があります。
13373 \end_layout
13374
13375 \begin_layout Standard
13376 \begin_inset VSpace medskip
13377 \end_inset
13378
13379 ボックスに色を付けるには、
13380 \series bold
13381
13382 \backslash
13383 colorbox
13384 \series default
13385
13386 \begin_inset Index idx
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390 こまんど@コマンド ! C ! 
13391 \backslash
13392 colorbox
13393 \end_layout
13394
13395 \end_inset
13396
13397 コマンドを以下の書式で使用します。
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 colorbox{色}{ボックスの内容}
13406 \end_layout
13407
13408 \begin_layout Standard
13409 ボックスの内容には、別のボックスが含まれても構いませんし、
13410 \series bold
13411
13412 \backslash
13413 colorbox
13414 \series default
13415 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13416 \series bold
13417
13418 \backslash
13419 raisebox
13420 \series default
13421 と同様、明示的に数式を作らなくてはなりません
13422 \begin_inset Foot
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426 これは、
13427 \series bold
13428
13429 \backslash
13430 fcolorbox
13431 \series default
13432 コマンドにも当てはまります。
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \end_layout
13439
13440 \begin_layout Standard
13441 選択できる定義済みの色としては、
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \series bold
13447 black
13448 \series default
13449 (黒)・
13450 \series bold
13451 blue
13452 \series default
13453 (青)・
13454 \series bold
13455 cyan
13456 \series default
13457 (シアン)・
13458 \series bold
13459 green
13460 \series default
13461 (緑)・
13462 \series bold
13463 magenta
13464 \series default
13465 (マゼンタ)・
13466 \series bold
13467 red
13468 \series default
13469 (赤)・
13470 \series bold
13471 white
13472 \series default
13473 (白)・
13474 \series bold
13475 yellow
13476 \series default
13477 (黄)
13478 \end_layout
13479
13480 \begin_layout Standard
13481 があります。
13482 \begin_inset Separator parbreak
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \begin_layout Standard
13489 \align center
13490 \begin_inset Tabular
13491 <lyxtabular version="3" rows="4" columns="2">
13492 <features tabularvalignment="middle">
13493 <column alignment="center" valignment="top">
13494 <column alignment="center" valignment="top">
13495 <row>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 コマンド
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 出力
13510 \begin_inset Note Note
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 ここで
13515 \series bold
13516
13517 \backslash
13518 raisebox
13519 \series default
13520 はスペーサーとして使用しているだけです。
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \backslash
13538 colorbox{yellow
13539 \begin_inset Formula $\to$
13540 \end_inset
13541
13542
13543 \backslash
13544 {A=B
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 colorbox{green
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {
13576 \backslash
13577 fbox
13578 \begin_inset space \textvisiblespace{}
13579 \end_inset
13580
13581 A=B
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604
13605 \backslash
13606 fbox
13607 \begin_inset space \textvisiblespace{}
13608 \end_inset
13609
13610
13611 \backslash
13612 colorbox{green
13613 \begin_inset Formula $\to$
13614 \end_inset
13615
13616
13617 \backslash
13618 {
13619 \family sans
13620 Ctrl+M
13621 \family default
13622  
13623 \family sans
13624 Ctrl+M
13625 \family default
13626  
13627 \backslash
13628 int
13629 \begin_inset space \textvisiblespace{}
13630 \end_inset
13631
13632 C=D
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 </row>
13650 </lyxtabular>
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \begin_layout Standard
13658
13659 \series bold
13660
13661 \backslash
13662 colorbox
13663 \series default
13664 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13665 \family sans
13666 文字様式
13667 \family default
13668 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13669 \begin_inset Info
13670 type  "icon"
13671 arg   "dialog-show character"
13672 \end_inset
13673
13674
13675 \family sans
13676 編集\SpecialChar menuseparator
13677 文字様式\SpecialChar menuseparator
13678 任意設定
13679 \family default
13680 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 たとえば、
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \color red
13691 \begin_inset Formula 
13692 \begin{equation}
13693 \int A=B\label{eq:red}
13694 \end{equation}
13695
13696 \end_inset
13697
13698
13699 \color green
13700
13701 \begin_inset Formula 
13702 \begin{equation}
13703 \textcolor{red}{\int A=B}\label{eq:redgreen}
13704 \end{equation}
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \begin_layout Standard
13712 数式
13713 \begin_inset CommandInset ref
13714 LatexCommand eqref
13715 reference "eq:red"
13716
13717 \end_inset
13718
13719 は、全体が赤色です。
13720 \begin_inset Newline newline
13721 \end_inset
13722
13723 数式
13724 \begin_inset CommandInset ref
13725 LatexCommand eqref
13726 reference "eq:redgreen"
13727
13728 \end_inset
13729
13730 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13731 \end_layout
13732
13733 \begin_layout Standard
13734 \begin_inset VSpace bigskip
13735 \end_inset
13736
13737 ボックスの枠だけ別の色にするには、
13738 \series bold
13739
13740 \backslash
13741 fcolorbox
13742 \series default
13743
13744 \begin_inset Index idx
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748 こまんど@コマンド ! F ! 
13749 \backslash
13750 fcolorbox
13751 \end_layout
13752
13753 \end_inset
13754
13755 コマンドを以下の書式で使用します。
13756 \end_layout
13757
13758 \begin_layout Standard
13759
13760 \series bold
13761
13762 \backslash
13763 fcolorbox{枠の色}{色}{ボックスの内容}
13764 \end_layout
13765
13766 \begin_layout Standard
13767 つまり、
13768 \series bold
13769
13770 \backslash
13771 fcolorbox
13772 \series default
13773
13774 \series bold
13775
13776 \backslash
13777 colorbox
13778 \series default
13779 コマンドの拡張です。
13780 \series bold
13781
13782 \backslash
13783 framebox
13784 \series default
13785 と同様に、枠の厚みは
13786 \series bold
13787
13788 \backslash
13789 fboxrule
13790 \series default
13791
13792 \series bold
13793
13794 \backslash
13795 fboxsep
13796 \series default
13797 で設定します。たとえば、
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 fboxrule 1mm 
13806 \backslash
13807 fboxsep 1mm
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \begin_inset Formula 
13814 \[
13815 \fcolorbox{cyan}{magenta}{A=B}
13816 \]
13817
13818 \end_inset
13819
13820
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 fboxrule 0.4pt 
13829 \backslash
13830 fboxsep 3pt
13831 \end_layout
13832
13833 \end_inset
13834
13835 のようにします。
13836 \end_layout
13837
13838 \begin_layout Standard
13839 上記の数式は、以下のコマンドで作成されています。
13840 \begin_inset Newline newline
13841 \end_inset
13842
13843
13844 \series bold
13845
13846 \backslash
13847 fcolorbox{cyan
13848 \begin_inset Formula $\to$
13849 \end_inset
13850
13851
13852 \backslash
13853 {magenta
13854 \begin_inset Formula $\to$
13855 \end_inset
13856
13857
13858 \backslash
13859 {A=B
13860 \series default
13861 .
13862 \end_layout
13863
13864 \begin_layout Standard
13865 \begin_inset VSpace bigskip
13866 \end_inset
13867
13868 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13869 \end_layout
13870
13871 \begin_layout Standard
13872 たとえば、「
13873 \series bold
13874 darkgreen
13875 \series default
13876 」という色を定義するには、\SpecialChar LaTeX
13877 プリアンブルに
13878 \end_layout
13879
13880 \begin_layout Standard
13881
13882 \series bold
13883
13884 \backslash
13885 definecolor{darkgreen}{cmyk}{0.5,
13886 \series default
13887  
13888 \series bold
13889 0,
13890 \series default
13891  
13892 \series bold
13893 1,
13894 \series default
13895  
13896 \series bold
13897 0.5}
13898 \series default
13899
13900 \begin_inset Index idx
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904 こまんど@コマンド ! D ! 
13905 \backslash
13906 definecolor
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Standard
13915 という行を書き加えます。
13916 \end_layout
13917
13918 \begin_layout Standard
13919
13920 \series bold
13921 cmyk
13922 \series default
13923 とは、
13924 \series bold
13925 cyan
13926 \series default
13927 (シアン)・
13928 \series bold
13929 magenta
13930 \series default
13931 (マゼンタ)・
13932 \series bold
13933 yellow
13934 \series default
13935 (黄)・
13936 \series bold
13937 black
13938 \series default
13939 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13940 \begin_inset space \thinspace{}
13941 \end_inset
13942
13943 -
13944 \begin_inset space \thinspace{}
13945 \end_inset
13946
13947 1の範囲をとることができます。定義には、
13948 \series bold
13949 cmyk
13950 \series default
13951 の他に、
13952 \series bold
13953 rgb
13954 \series default
13955 という色空間を使うこともできます。
13956 \series bold
13957 rgb
13958 \series default
13959 とは、
13960 \series bold
13961 red
13962 \series default
13963 (赤)・
13964 \series bold
13965 green
13966 \series default
13967 (緑)・
13968 \series bold
13969 blue
13970 \series default
13971 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13972 \series bold
13973 gray
13974 \series default
13975 という色空間もあります。
13976 \end_layout
13977
13978 \begin_layout Standard
13979 例として、文字が
13980 \series bold
13981 yellow
13982 \series default
13983 に色付けされ、新しく定義した
13984 \series bold
13985 darkgreen
13986 \series default
13987 という色を持つ枠付きボックスを挙げておきます。
13988 \begin_inset Formula 
13989 \begin{equation}
13990 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13991 \end{equation}
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 textcolor
14004 \series default
14005 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14006 \begin_inset Index idx
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010 てきすと@テキスト ! いろつき@色付き
14011 \end_layout
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 textcolor{darkgreen}{
14027 \end_layout
14028
14029 \end_inset
14030
14031 この文は「darkgreen」です。
14032 \begin_inset ERT
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036
14037 }
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048
14049 \backslash
14050 textcolor
14051 \series default
14052
14053 \begin_inset Index idx
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 こまんど@コマンド ! T ! 
14058 \backslash
14059 textcolor
14060 \end_layout
14061
14062 \end_inset
14063
14064 は、
14065 \series bold
14066
14067 \backslash
14068 textcolor{色}{色付けをする文}
14069 \series default
14070 という書式で使用することができます。
14071 \end_layout
14072
14073 \begin_layout Subsection
14074 段落ボックス
14075 \begin_inset CommandInset label
14076 LatexCommand label
14077 name "subsec:段落ボックス"
14078
14079 \end_inset
14080
14081
14082 \begin_inset Index idx
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086 ぼっくす@ボックス ! だんらく@段落
14087 \begin_inset space \thinspace{}
14088 \end_inset
14089
14090 ——
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14100 \family sans
14101 挿入\SpecialChar menuseparator
14102 ボックス
14103 \family default
14104 メニューかツールバーボタン
14105 \begin_inset Info
14106 type  "icon"
14107 arg   "box-insert"
14108 \end_inset
14109
14110 で作成することができます。
14111 \end_layout
14112
14113 \begin_layout Standard
14114 以下の例は、行中の枠付きparboxを示したものです。
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset VSpace medskip
14119 \end_inset
14120
14121 この行は、
14122 \begin_inset Box Boxed
14123 position "c"
14124 hor_pos "c"
14125 has_inner_box 1
14126 inner_pos "t"
14127 use_parbox 1
14128 use_makebox 0
14129 width "5cm"
14130 special "none"
14131 height "1in"
14132 height_special "totalheight"
14133 thickness "0.4pt"
14134 separation "3pt"
14135 shadowsize "4pt"
14136 framecolor "black"
14137 backgroundcolor "none"
14138 status open
14139
14140 \begin_layout Plain Layout
14141 これは段落ボックスです。これはちょうど5
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 cmの幅になっており、以下のように数式を含めることもできます。
14146 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154 parboxの入った行です。
14155 \end_layout
14156
14157 \begin_layout Standard
14158 \begin_inset VSpace medskip
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \begin_layout Standard
14165 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14166 \emph on
14167 装飾
14168 \emph default
14169 :簡素な長方形の箱型、
14170 \emph on
14171 内部ボックス
14172 \emph default
14173 :parboxコマンド、
14174 \emph on
14175
14176 \emph default
14177 :5
14178 \begin_inset space \thinspace{}
14179 \end_inset
14180
14181 cm、
14182 \emph on
14183 垂直ボックス配置
14184 \emph default
14185 :中央、に設定されています。
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \begin_inset VSpace medskip
14190 \end_inset
14191
14192 \SpecialChar LaTeX
14193 では、parboxは、以下の書式を持つ
14194 \series bold
14195
14196 \backslash
14197 parbox
14198 \series default
14199
14200 \begin_inset Index idx
14201 status collapsed
14202
14203 \begin_layout Plain Layout
14204 こまんど@コマンド ! P ! 
14205 \backslash
14206 parbox
14207 \end_layout
14208
14209 \end_inset
14210
14211 コマンドによって作られます。
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 parbox[位置]{幅}{ボックスの内容}
14220 \end_layout
14221
14222 \begin_layout Standard
14223 「位置」は、
14224 \emph on
14225 b
14226 \emph default
14227
14228 \emph on
14229 t
14230 \emph default
14231 の値をとることができます。下揃えを意味する
14232 \emph on
14233 b
14234 \emph default
14235 (
14236 \bar under
14237 b
14238 \bar default
14239 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14240 \emph on
14241 t
14242 \emph default
14243 (
14244 \bar under
14245 t
14246 \bar default
14247 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14248 \emph on
14249 ボックス
14250 \emph default
14251 の節をご参照下さい。
14252 \end_layout
14253
14254 \begin_layout Standard
14255 \begin_inset VSpace bigskip
14256 \end_inset
14257
14258 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14259 モードで
14260 \series bold
14261 parbox{
14262 \backslash
14263 linewidth-2
14264 \backslash
14265 fboxsep-2
14266 \backslash
14267 fboxrule}{
14268 \series default
14269 というコマンドを挿入します。ここで
14270 \series bold
14271
14272 \backslash
14273 linewidth
14274 \begin_inset Index idx
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278 こまんど@コマンド ! L ! 
14279 \backslash
14280 linewidth
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \series default
14287 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。バグ
14288 \begin_inset Foot
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 \begin_inset CommandInset href
14293 LatexCommand href
14294 name "LyX-bug #4483"
14295 target "http://www.lyx.org/trac/ticket/4483"
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \end_inset
14303
14304 のせいで\SpecialChar LyX
14305 はこれを自動的に行いませんので、\SpecialChar TeX
14306 モードを使用する必要があります。引数中で掛け算や引き算を行うためには、\SpecialChar LaTeX
14307 パッケージの
14308 \series bold
14309 calc
14310 \series default
14311
14312 \begin_inset Foot
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 \series bold
14318 calc
14319 \series default
14320 は、標準的\SpecialChar LaTeX
14321 頒布版のすべてに含まれています。
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Index idx
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 ぱっけーじ@パッケージ ! calc
14332 \end_layout
14333
14334 \end_inset
14335
14336 を、\SpecialChar LaTeX
14337 プリアンブル中で
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 usepackage{calc}
14346 \end_layout
14347
14348 \begin_layout Standard
14349 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14350 モードで
14351 \series bold
14352 }}
14353 \series default
14354 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 fboxsep 5mm 
14363 \backslash
14364 fboxrule 5mm
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378
14379 \backslash
14380 fbox{
14381 \backslash
14382 parbox{
14383 \backslash
14384 linewidth-2
14385 \backslash
14386 fboxsep-2
14387 \backslash
14388 fboxrule}{
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \begin_inset Formula 
14395 \begin{equation}
14396 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14397 \end{equation}
14398
14399 \end_inset
14400
14401
14402 \begin_inset ERT
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406
14407 }}
14408 \end_layout
14409
14410 \end_inset
14411
14412
14413 \begin_inset ERT
14414 status collapsed
14415
14416 \begin_layout Plain Layout
14417
14418
14419 \backslash
14420 fboxrule 0.4pt 
14421 \backslash
14422 fboxsep 3pt
14423 \end_layout
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \begin_layout Standard
14431 \begin_inset VSpace medskip
14432 \end_inset
14433
14434
14435 \series bold
14436
14437 \backslash
14438 fbox
14439 \series default
14440 の引数としてparboxが使われているので、この場合には、
14441 \series bold
14442
14443 \backslash
14444 fbox
14445 \series default
14446 を使おうが
14447 \series bold
14448
14449 \backslash
14450 boxed
14451 \series default
14452 を使おうが、差は生じません。
14453 \end_layout
14454
14455 \begin_layout Standard
14456 \begin_inset VSpace bigskip
14457 \end_inset
14458
14459 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14460 \series bold
14461
14462 \backslash
14463 parbox
14464 \series default
14465
14466 \series bold
14467
14468 \backslash
14469 tag
14470 \series default
14471 コマンドといっしょに使います(
14472 \series bold
14473
14474 \backslash
14475 tag
14476 \series default
14477 についての詳細は、第
14478 \begin_inset CommandInset ref
14479 LatexCommand ref
14480 reference "subsec:自己定義番号"
14481
14482 \end_inset
14483
14484 節をご参照下さい)
14485 \end_layout
14486
14487 \begin_layout Standard
14488 以下は、
14489 \series bold
14490
14491 \backslash
14492 parbox
14493 \series default
14494 を使ってコメントを付けた数式の例です。
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 [5x-7b=3b
14506 \backslash
14507 tag*{
14508 \backslash
14509 parbox{5cm}{
14510 \end_layout
14511
14512 \end_inset
14513
14514 これは説明です。数式や多行数式本体からはっきりと離れています。
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520 }}
14521 \backslash
14522 ]
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Standard
14531 \SpecialChar LyX
14532 は、まだ数式中での
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
14539 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14540 \end_layout
14541
14542 \begin_layout Standard
14543 まず、
14544 \series bold
14545
14546 \backslash
14547 [5x-7b=3b
14548 \backslash
14549 tag*
14550 \backslash
14551 {
14552 \backslash
14553 parbox{5cm}{
14554 \series default
14555 というコマンドを\SpecialChar TeX
14556 モードで挿入します
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 \series bold
14563 行頭下げ
14564 \series default
14565 数式様式を使用している時には、
14566 \series bold
14567
14568 \backslash
14569 tag*
14570 \backslash
14571 {
14572 \series default
14573 の代わりに
14574 \series bold
14575
14576 \backslash
14577 hfill
14578 \series default
14579 を用いることもできます(数式様式に関しては、第
14580 \begin_inset CommandInset ref
14581 LatexCommand ref
14582 reference "sec:数式様式"
14583
14584 \end_inset
14585
14586 節をご参照下さい)。
14587 \end_layout
14588
14589 \end_inset
14590
14591 。それから、説明を通常のテキストとして入れ、最後に
14592 \series bold
14593 }}
14594 \backslash
14595 ]
14596 \series default
14597 を\SpecialChar TeX
14598 モードで挿入します。ここで
14599 \series bold
14600
14601 \backslash
14602 [
14603 \series default
14604 および
14605 \series bold
14606
14607 \backslash
14608 ]
14609 \series default
14610 コマンドは別行立て数式を作るためのものです。
14611 \end_layout
14612
14613 \begin_layout Standard
14614
14615 \series bold
14616
14617 \backslash
14618 parbox
14619 \series default
14620 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14621 \begin_inset Formula 
14622 \[
14623 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14624 \]
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Section
14632 演算子
14633 \begin_inset Index idx
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 えんざんし@演算子
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Subsection
14646 大演算子
14647 \begin_inset CommandInset label
14648 LatexCommand label
14649 name "subsec:大演算子"
14650
14651 \end_inset
14652
14653
14654 \begin_inset Index idx
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658 えんざんし@演算子 ! だい@大
14659 \begin_inset space \thinspace{}
14660 \end_inset
14661
14662 ——
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \begin_inset Index idx
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672 わ@和
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \begin_inset Index idx
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682 せきぶんきごう@積分記号
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14692 \family sans
14693 数式オプション
14694 \family default
14695 の面にある
14696 \family sans
14697 esintパッケージを自動的に使う
14698 \family default
14699 オプションを有効にしなくてはなりません。
14700 \end_layout
14701
14702 \begin_layout Standard
14703 \begin_inset space \hfill{}
14704 \end_inset
14705
14706
14707 \begin_inset Tabular
14708 <lyxtabular version="3" rows="11" columns="2">
14709 <features tabularvalignment="middle">
14710 <column alignment="center" valignment="top" width="0pt">
14711 <column alignment="center" valignment="top" width="0pt">
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 コマンド
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 出力
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 <row>
14733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737
14738 \backslash
14739 int
14740 \begin_inset Index idx
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744 こまんど@コマンド ! I ! 
14745 \backslash
14746 int
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760 \begin_inset Formula $\int$
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 <row>
14770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774
14775 \backslash
14776 oint
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 \begin_inset Formula $\oint$
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799
14800 \backslash
14801 ointctrclockwise
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 \begin_inset Formula $\ointctrclockwise$
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \backslash
14826 ointclockwise
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset Formula $\ointclockwise$
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \backslash
14851 sqint
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Formula $\sqint$
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \backslash
14876 fint
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885  
14886 \begin_inset Formula $\fint$
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 </row>
14895 <row>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900
14901 \backslash
14902 landupint
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911  
14912 \begin_inset Formula $\landupint$
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \backslash
14928 landdownint
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937  
14938 \begin_inset Formula $\landdownint$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 bigcap
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\bigcap$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 bigcup
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\bigcup$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 </lyxtabular>
14998
14999 \end_inset
15000
15001
15002 \begin_inset space \hfill{}
15003 \end_inset
15004
15005
15006 \begin_inset Tabular
15007 <lyxtabular version="3" rows="11" columns="2">
15008 <features tabularvalignment="middle">
15009 <column alignment="center" valignment="top" width="0pt">
15010 <column alignment="center" valignment="top" width="0pt">
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 コマンド
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 出力
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 sum
15039 \begin_inset Index idx
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 こまんど@コマンド ! S ! 
15044 \backslash
15045 sum
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\sum$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 prod
15076 \begin_inset Index idx
15077 status collapsed
15078
15079 \begin_layout Plain Layout
15080 こまんど@コマンド ! P ! 
15081 \backslash
15082 prod
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 \begin_inset Formula $\prod$
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \backslash
15112 coprod
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 \begin_inset Formula $\coprod$
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 <row>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135
15136 \backslash
15137 bigodot
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 \begin_inset Formula $\bigodot$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \backslash
15162 bigotimes
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 \begin_inset Formula $\bigotimes$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \backslash
15187 bigoplus
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $\bigoplus$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 bigwedge
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset Formula $\bigwedge$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 bigvee
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\bigvee$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 bigsqcup
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\bigsqcup$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 biguplus
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\biguplus$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 </lyxtabular>
15306
15307 \end_inset
15308
15309
15310 \begin_inset space \hfill{}
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 すべての大演算子は、数式ツールバーボタンの
15318 \begin_inset Info
15319 type  "icon"
15320 arg   "math-insert \\intop"
15321 \end_inset
15322
15323 でも挿入することができます。
15324 \end_layout
15325
15326 \begin_layout Standard
15327 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15328 \end_layout
15329
15330 \begin_layout Standard
15331 積分演算子はすべて、
15332 \series bold
15333
15334 \backslash
15335 intop
15336 \series default
15337
15338 \series bold
15339
15340 \backslash
15341 ointop
15342 \series default
15343 のように、
15344 \series bold
15345 op
15346 \series default
15347 で終わる別バージョンがあります。これらの演算子は、
15348 \series bold
15349
15350 \backslash
15351 int
15352 \series default
15353 とは範囲の表示のしかたが異なります。第
15354 \begin_inset CommandInset ref
15355 LatexCommand ref
15356 reference "subsec:演算子の範囲"
15357
15358 \end_inset
15359
15360 節をご参照下さい。
15361 \end_layout
15362
15363 \begin_layout Subsubsection*
15364 積分の子細
15365 \end_layout
15366
15367 \begin_layout Standard
15368 積分中で用いられる文字
15369 \emph on
15370 d
15371 \emph default
15372 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15373 \emph on
15374 d
15375 \emph default
15376 を選択して、
15377 \begin_inset Flex Ruby
15378 status collapsed
15379
15380 \begin_layout Plain Layout
15381 捷径
15382 \begin_inset Argument post:1
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 ショートカット
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \begin_inset Info
15398 type  "shortcut"
15399 arg   "font-roman"
15400 \end_inset
15401
15402 を用います
15403 \begin_inset Foot
15404 status collapsed
15405
15406 \begin_layout Plain Layout
15407 文字様式については、第
15408 \begin_inset CommandInset ref
15409 LatexCommand ref
15410 reference "subsec:書体様式"
15411
15412 \end_inset
15413
15414 節参照。
15415 \end_layout
15416
15417 \end_inset
15418
15419 。最後に、演算子の慣例に倣って、
15420 \emph on
15421 d
15422 \emph default
15423 の前に最小空白を挿入しなくてはなりません。たとえば、
15424 \end_layout
15425
15426 \begin_layout Standard
15427 正しくない例:
15428 \begin_inset Formula $\int A(x)dx$
15429 \end_inset
15430
15431
15432 \begin_inset Newline newline
15433 \end_inset
15434
15435 正しい
15436 \begin_inset Phantom HPhantom
15437 status open
15438
15439 \begin_layout Plain Layout
15440 ない
15441 \end_layout
15442
15443 \end_inset
15444
15445 例:
15446 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 多重積分に関しては、以下のコマンドがあります。
15454 \begin_inset VSpace medskip
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461 \begin_inset space \hfill{}
15462 \end_inset
15463
15464
15465 \begin_inset Tabular
15466 <lyxtabular version="3" rows="4" columns="2">
15467 <features tabularvalignment="middle">
15468 <column alignment="center" valignment="top">
15469 <column alignment="center" valignment="top">
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 コマンド
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 出力
15485 \begin_inset Note Note
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489 ここで
15490 \series bold
15491
15492 \backslash
15493 raisebox
15494 \series default
15495 はスペーサーとして使用しているだけです。
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 iint
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 oiint
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 sqiint
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 </lyxtabular>
15582
15583 \end_inset
15584
15585
15586 \begin_inset space \hfill{}
15587 \end_inset
15588
15589
15590 \begin_inset Tabular
15591 <lyxtabular version="3" rows="4" columns="2">
15592 <features tabularvalignment="middle">
15593 <column alignment="center" valignment="top">
15594 <column alignment="center" valignment="top">
15595 <row>
15596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 コマンド
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 出力
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 iiint
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 iiiint
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 dotsint
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 </lyxtabular>
15691
15692 \end_inset
15693
15694
15695 \begin_inset space \hfill{}
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \begin_layout Subsection
15702 演算子の範囲
15703 \begin_inset CommandInset label
15704 LatexCommand label
15705 name "subsec:演算子の範囲"
15706
15707 \end_inset
15708
15709
15710 \begin_inset Index idx
15711 status collapsed
15712
15713 \begin_layout Plain Layout
15714 えんざんし@演算子 ! はんい@範囲
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 範囲は、上付き文字と下付き文字とで作成することができます。
15724 \begin_inset Separator parbreak
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \begin_layout Standard
15731 \align center
15732 \begin_inset Tabular
15733 <lyxtabular version="3" rows="2" columns="2">
15734 <features tabularvalignment="middle">
15735 <column alignment="center" valignment="top" width="0pt">
15736 <column alignment="center" valignment="top" width="0pt">
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 コマンド
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 出力
15752 \begin_inset Note Note
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756 ここで
15757 \series bold
15758
15759 \backslash
15760 raisebox
15761 \series default
15762 はスペーサーとして使用しているだけです。
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \backslash
15780 prod^
15781 \backslash
15782 infty
15783 \begin_inset space \textvisiblespace{}
15784 \end_inset
15785
15786
15787 \begin_inset Formula $\to$
15788 \end_inset
15789
15790 _0
15791 \begin_inset Formula $\to$
15792 \end_inset
15793
15794 A(x)
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 </lyxtabular>
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15821 \end_layout
15822
15823 \begin_layout Standard
15824 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15825 \family sans
15826 編集\SpecialChar menuseparator
15827 数式\SpecialChar menuseparator
15828 範囲の表記を変更
15829 \family default
15830 メニューで
15831 \family sans
15832 \series bold
15833 行内形式
15834 \family default
15835 \series default
15836 (
15837 \begin_inset Flex Ruby
15838 status collapsed
15839
15840 \begin_layout Plain Layout
15841 捷径
15842 \begin_inset Argument post:1
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846 ショートカット
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \begin_inset Info
15858 type  "shortcut"
15859 arg   "math-limits"
15860 \end_inset
15861
15862 )を選択することで範囲形式を変更することができます。以下はその用例です。
15863 \end_layout
15864
15865 \begin_layout Standard
15866 既定の範囲形式は、以下のようになっています。
15867 \begin_inset Formula 
15868 \[
15869 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15870 \]
15871
15872 \end_inset
15873
15874 以下は、範囲形式を
15875 \family sans
15876 \series bold
15877 行内形式
15878 \family default
15879 \series default
15880 に変更したときの表示です。
15881 \begin_inset Formula 
15882 \[
15883 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15884 \]
15885
15886 \end_inset
15887
15888
15889 \series bold
15890
15891 \backslash
15892 intop
15893 \series default
15894
15895 \series bold
15896
15897 \backslash
15898 ointop
15899 \series default
15900 などのように
15901 \series bold
15902 op
15903 \series default
15904 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15905 の例では、範囲形式を
15906 \series bold
15907 別行立て形式
15908 \series default
15909 にして積分記号の下に置くようにしています。
15910 \begin_inset Formula 
15911 \begin{equation}
15912 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15913 \end{equation}
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset VSpace medskip
15922 \end_inset
15923
15924 範囲に条件を指定したい場合には、
15925 \series bold
15926
15927 \backslash
15928 subarray
15929 \series default
15930
15931 \begin_inset Index idx
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 こまんど@コマンド ! S ! 
15936 \backslash
15937 subarray
15938 \end_layout
15939
15940 \end_inset
15941
15942 コマンドや
15943 \series bold
15944
15945 \backslash
15946 substack
15947 \series default
15948
15949 \begin_inset Index idx
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953 こまんど@コマンド ! S ! 
15954 \backslash
15955 substack
15956 \end_layout
15957
15958 \end_inset
15959
15960 コマンドを使用します。たとえば、以下の表記 
15961 \begin_inset Formula 
15962 \begin{equation}
15963 \sum_{\begin{subarray}{c}
15964 0<k<1000\\
15965 \\
15966 k\,\in\,\mathbb{N}
15967 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15968 \end{equation}
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \begin_layout Standard
15976 を作成するには、以下のようにしなくてはなりません。
15977 \begin_inset Newline newline
15978 \end_inset
15979
15980 まず、
15981 \series bold
15982
15983 \backslash
15984 sum
15985 \series default
15986 ^
15987 \series bold
15988 n
15989 \begin_inset space \textvisiblespace{}
15990 \end_inset
15991
15992 _
15993 \series default
15994 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15995 \series bold
15996
15997 \backslash
15998 subarray
15999 \begin_inset space \textvisiblespace{}
16000 \end_inset
16001
16002
16003 \series default
16004 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
16005 \begin_inset Info
16006 type  "shortcut"
16007 arg   "newline-insert newline"
16008 \end_inset
16009
16010 )を挿入することで作ることができます。ここに
16011 \begin_inset Newline newline
16012 \end_inset
16013
16014
16015 \series bold
16016 0
16017 \begin_inset Formula $\boldsymbol{<}$
16018 \end_inset
16019
16020 k
16021 \begin_inset Formula $\boldsymbol{<}$
16022 \end_inset
16023
16024 1000 Ctrl+Return
16025 \begin_inset Newline newline
16026 \end_inset
16027
16028
16029 \series default
16030 と入力すると、新規行のための新しい枠が現れます。
16031 \end_layout
16032
16033 \begin_layout Standard
16034 各行の揃え方は、
16035 \family sans
16036 表ツールバー
16037 \family default
16038
16039 \family sans
16040 編集\SpecialChar menuseparator
16041 行と列
16042 \family default
16043 メニューで変更することができますが、右揃えにするには、行頭に
16044 \series bold
16045
16046 \backslash
16047 hfill
16048 \begin_inset space \textvisiblespace{}
16049 \end_inset
16050
16051
16052 \series default
16053 を挿入しなくてはなりません。
16054 \end_layout
16055
16056 \begin_layout Standard
16057
16058 \series bold
16059
16060 \backslash
16061 substack
16062 \series default
16063 コマンドは、各行がつねに中央揃えになることを除いては、
16064 \series bold
16065
16066 \backslash
16067 subarray
16068 \series default
16069 と同じです。
16070 \end_layout
16071
16072 \begin_layout Standard
16073 \begin_inset VSpace bigskip
16074 \end_inset
16075
16076 演算子の後に来る文字は、範囲の横に来るので、
16077 \begin_inset CommandInset ref
16078 LatexCommand eqref
16079 reference "eq:substack"
16080
16081 \end_inset
16082
16083 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
16084 \series bold
16085
16086 \backslash
16087 smashoperator
16088 \series default
16089
16090 \begin_inset Index idx
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094 こまんど@コマンド ! S ! 
16095 \backslash
16096 smashoperator
16097 \end_layout
16098
16099 \end_inset
16100
16101 を使うことができます。これを有効化するには、文書設定の
16102 \family sans
16103 数式オプション
16104 \family default
16105 で、
16106 \series bold
16107 mathtools
16108 \series default
16109 パッケージ
16110 \begin_inset Index idx
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114 ぱっけーじ@パッケージ ! mathtools
16115 \end_layout
16116
16117 \end_inset
16118
16119
16120 \family sans
16121 常に読み込み
16122 \family default
16123 オプションを指定してください。
16124 \series bold
16125
16126 \backslash
16127 smashoperator
16128 \series default
16129 は、内容物の幅を0
16130 \lang english
16131
16132 \begin_inset space \thinspace{}
16133 \end_inset
16134
16135
16136 \lang japanese
16137 ptに設定します。
16138 \lang english
16139
16140 \begin_inset Newline newline
16141 \end_inset
16142
16143
16144 \lang japanese
16145 これを
16146 \begin_inset CommandInset ref
16147 LatexCommand eqref
16148 reference "eq:substack"
16149
16150 \end_inset
16151
16152 式に応用してみると、コマンド
16153 \end_layout
16154
16155 \begin_layout Standard
16156
16157 \series bold
16158
16159 \backslash
16160 smashoperator{
16161 \end_layout
16162
16163 \begin_layout Standard
16164 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
16165 \begin_inset Formula 
16166 \[
16167 \sum_{\mathclap{\substack{0<k<1000\\
16168 \\
16169 k\,\in\,\mathbb{N}
16170 }
16171 }}^{n}k^{-2}
16172 \]
16173
16174 \end_inset
16175
16176 演算子の片側だけ、空白を0
16177 \lang english
16178
16179 \begin_inset space \thinspace{}
16180 \end_inset
16181
16182
16183 \lang japanese
16184 ptにすることも可能です。そのためには、
16185 \series bold
16186
16187 \backslash
16188 smashoperator
16189 \series default
16190 と付属する波括弧の間に、
16191 \series bold
16192 [l]
16193 \series default
16194 または
16195 \series bold
16196 [r]
16197 \series default
16198 と書き込みます。下記は、
16199 \series bold
16200
16201 \backslash
16202 smashoperator
16203 \series default
16204 のとりうる形の例です。
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset Formula 
16209 \[
16210 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}
16211 \]
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 \begin_inset VSpace bigskip
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \begin_layout Standard
16226 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16227 \begin_inset Formula 
16228 \[
16229 \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}
16230 \]
16231
16232 \end_inset
16233
16234 組版を改善するには、文書設定の
16235 \family sans
16236 数式オプション
16237 \family default
16238 で、
16239 \series bold
16240 mathtools
16241 \series default
16242 パッケージ
16243 \begin_inset Index idx
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247 ぱっけーじ@パッケージ ! mathtools
16248 \end_layout
16249
16250 \end_inset
16251
16252
16253 \family sans
16254 常に読み込み
16255 \family default
16256 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16257 \series bold
16258
16259 \backslash
16260 adjustlimits
16261 \series default
16262 コマンド
16263 \begin_inset Index idx
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 こまんど@コマンド ! A ! 
16268 \backslash
16269 adjustlimits
16270 \end_layout
16271
16272 \end_inset
16273
16274 を置いてください。そうすると、上記の例はこのようになります。
16275 \begin_inset Formula 
16276 \[
16277 \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}
16278 \]
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset VSpace bigskip
16287 \end_inset
16288
16289 一つの範囲を複数の演算子に用いる方法が、第
16290 \begin_inset CommandInset ref
16291 LatexCommand ref
16292 reference "subsec:自己定義演算子"
16293
16294 \end_inset
16295
16296 節に述べられています。
16297 \end_layout
16298
16299 \begin_layout Subsection
16300 演算子の修飾
16301 \begin_inset Index idx
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 えんざんし@演算子 ! しゅうしょく@修飾
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314
16315 \series bold
16316
16317 \backslash
16318 overset
16319 \series default
16320
16321 \begin_inset Index idx
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325 こまんど@コマンド ! O ! 
16326 \backslash
16327 overset
16328 \end_layout
16329
16330 \end_inset
16331
16332 コマンドや
16333 \series bold
16334
16335 \backslash
16336 underset
16337 \series default
16338
16339 \begin_inset Index idx
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 こまんど@コマンド ! U ! 
16344 \backslash
16345 underset
16346 \end_layout
16347
16348 \end_inset
16349
16350 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16351 \series bold
16352
16353 \backslash
16354 sideset
16355 \series default
16356
16357 \begin_inset Index idx
16358 status collapsed
16359
16360 \begin_layout Plain Layout
16361 こまんど@コマンド ! S ! 
16362 \backslash
16363 sideset
16364 \end_layout
16365
16366 \end_inset
16367
16368 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16369 \end_layout
16370
16371 \begin_layout Standard
16372
16373 \series bold
16374
16375 \backslash
16376 sideset
16377 \series default
16378 には4つの派生版があります。
16379 \end_layout
16380
16381 \begin_layout Itemize
16382
16383 \series bold
16384
16385 \backslash
16386 sideset
16387 \series default
16388 は、演算子の隅に文字を置くのに用います。
16389 \end_layout
16390
16391 \begin_layout Itemize
16392
16393 \series bold
16394
16395 \backslash
16396 sidesetn
16397 \series default
16398 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16399 の元々の
16400 \series bold
16401
16402 \backslash
16403 sideset
16404 \series default
16405 コマンドを表します)。
16406 \end_layout
16407
16408 \begin_layout Itemize
16409
16410 \series bold
16411
16412 \backslash
16413 sidesetl
16414 \series default
16415 は、演算子の左隅と後ろに文字を置くのに用います。
16416 \end_layout
16417
16418 \begin_layout Itemize
16419
16420 \series bold
16421
16422 \backslash
16423 sidesetr
16424 \series default
16425 は、演算子の右隅と前に文字を置くのに用います。
16426 \end_layout
16427
16428 \begin_layout Standard
16429 たとえば、
16430 \series bold
16431
16432 \backslash
16433 sidesetn
16434 \begin_inset space \textvisiblespace{}
16435 \end_inset
16436
16437
16438 \backslash
16439 sum
16440 \begin_inset space \textvisiblespace{}
16441 \end_inset
16442
16443
16444 \begin_inset Formula $\to$
16445 \end_inset
16446
16447 '
16448 \begin_inset Formula $\to$
16449 \end_inset
16450
16451 _k=1
16452 \begin_inset space \textvisiblespace{}
16453 \end_inset
16454
16455
16456 \series default
16457 ^
16458 \series bold
16459 n
16460 \series default
16461 というコマンドを入力すると、
16462 \begin_inset Formula 
16463 \[
16464 \sideset{}{'}\sum_{k=1}^{n}
16465 \]
16466
16467 \end_inset
16468
16469 のようになります。
16470 \end_layout
16471
16472 \begin_layout Standard
16473 \begin_inset Note Greyedout
16474 status open
16475
16476 \begin_layout Plain Layout
16477
16478 \series bold
16479 【註】
16480 \backslash
16481 sideset
16482 \series default
16483 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Standard
16492 のようになります。最後の例からわかるように、
16493 \series bold
16494
16495 \backslash
16496 overset
16497 \series default
16498
16499 \series bold
16500
16501 \backslash
16502 underset
16503 \series default
16504 では、記号や文字にアクセントをつけることもできます。一方。 また、
16505 \series bold
16506
16507 \backslash
16508 overset
16509 \begin_inset space \textvisiblespace{}
16510 \end_inset
16511
16512
16513 \backslash
16514 maltese
16515 \begin_inset space \textvisiblespace{}
16516 \end_inset
16517
16518
16519 \series default
16520
16521 \begin_inset Formula $\uparrow$
16522 \end_inset
16523
16524
16525 \series bold
16526 a
16527 \series default
16528 というコマンドならば、
16529 \begin_inset Formula 
16530 \[
16531 \overset{a}{\maltese}
16532 \]
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \begin_layout Subsection
16540 二項演算子
16541 \begin_inset CommandInset label
16542 LatexCommand label
16543 name "subsec:二項演算子"
16544
16545 \end_inset
16546
16547
16548 \begin_inset Index idx
16549 status collapsed
16550
16551 \begin_layout Plain Layout
16552 えんざんし@演算子 ! にこう@二項
16553 \begin_inset space \thinspace{}
16554 \end_inset
16555
16556 ——
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \begin_layout Standard
16565 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16566 \begin_inset VSpace medskip
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \begin_layout Standard
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="13" columns="2">
16575 <features booktabs="true" tabularvalignment="middle">
16576 <column alignment="center" valignment="top" width="0pt">
16577 <column alignment="center" valignment="top" width="0pt">
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 コマンド
16584 \begin_inset Note Note
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588 ここで
16589 \series bold
16590
16591 \backslash
16592 raisebox
16593 \series default
16594 はスペーサーとして使用しているだけです。
16595 \end_layout
16596
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 出力
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 +
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $+$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 -
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $-$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 pm
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\pm$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \backslash
16692 mp
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\mp$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \backslash
16717 cdot
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 \begin_inset Formula $\cdot$
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row>
16736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \backslash
16742 times
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\times$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \backslash
16767 div
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 \begin_inset Formula $\div$
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 <row>
16786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset ERT
16791 status collapsed
16792
16793 \begin_layout Plain Layout
16794
16795
16796 \backslash
16797 raisebox{-1.2mm}{
16798 \end_layout
16799
16800 \end_inset
16801
16802 *
16803 \begin_inset ERT
16804 status collapsed
16805
16806 \begin_layout Plain Layout
16807
16808 }
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $*$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 star
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\star$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 circ
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\circ$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 diamond
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\diamond$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 bullet
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\bullet$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 </lyxtabular>
16932
16933 \end_inset
16934
16935
16936 \begin_inset space \hfill{}
16937 \end_inset
16938
16939
16940 \begin_inset Tabular
16941 <lyxtabular version="3" rows="13" columns="2">
16942 <features booktabs="true" tabularvalignment="middle">
16943 <column alignment="center" valignment="top" width="0pt">
16944 <column alignment="center" valignment="top" width="0pt">
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 コマンド
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 出力
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 nabla
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\nabla$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \backslash
16997 bigtriangledown
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\bigtriangledown$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 bigtriangleup
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\bigtriangleup$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 Box
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\Box$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 cap 
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\cap$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 cup
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\cup$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 dagger
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\dagger$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 ddagger
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\ddagger$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 wr
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\wr$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 bigcirc
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\bigcirc$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 wedge
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\wedge$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 vee
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\vee$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 </lyxtabular>
17266
17267 \end_inset
17268
17269
17270 \begin_inset space \hfill{}
17271 \end_inset
17272
17273
17274 \begin_inset Tabular
17275 <lyxtabular version="3" rows="13" columns="2">
17276 <features booktabs="true" tabularvalignment="middle">
17277 <column alignment="center" valignment="top" width="0pt">
17278 <column alignment="center" valignment="top" width="0pt">
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 コマンド
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 出力
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 oplus
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\oplus$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 ominus
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\ominus$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 otimes
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\otimes$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 oslash
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\oslash$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 odot
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\odot$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 amalg
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\amalg$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \backslash
17456 uplus
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\uplus$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \backslash
17481 setminus
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $\setminus$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \backslash
17506 sqcap
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $\sqcap$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 <row>
17525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \backslash
17531 sqcup
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\sqcup$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 triangleleft
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\triangleleft$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 <row>
17575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 triangleright
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $\triangleright$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 </lyxtabular>
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \begin_layout Standard
17607 二項演算子は、すべて数式ツールバーボタンの
17608 \begin_inset Info
17609 type  "icon"
17610 arg   "math-insert \\pm"
17611 \end_inset
17612
17613 から挿入することもできます。
17614 \end_layout
17615
17616 \begin_layout Standard
17617 ラプラス演算子を組版するには、
17618 \series bold
17619
17620 \backslash
17621 bigtriangleup
17622 \series default
17623 以外に、
17624 \series bold
17625
17626 \backslash
17627 Delta
17628 \series default
17629
17630 \series bold
17631
17632 \backslash
17633 nabla
17634 \series default
17635 ^
17636 \series bold
17637 2
17638 \series default
17639 (
17640 \begin_inset Formula $\nabla^{2}$
17641 \end_inset
17642
17643 )を使用することもできます。
17644 \end_layout
17645
17646 \begin_layout Standard
17647
17648 \family sans
17649 挿入\SpecialChar menuseparator
17650 特殊文字
17651 \family default
17652 メニューの
17653 \family sans
17654 メニュー区切り
17655 \family default
17656 で入力される文字は、
17657 \series bold
17658
17659 \backslash
17660 triangleright
17661 \series default
17662 演算子です。
17663 \end_layout
17664
17665 \begin_layout Subsection
17666 自己定義演算子
17667 \begin_inset CommandInset label
17668 LatexCommand label
17669 name "subsec:自己定義演算子"
17670
17671 \end_inset
17672
17673
17674 \begin_inset Index idx
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 えんざんし@演算子 ! じこていぎ@自己定義
17679 \begin_inset space \thinspace{}
17680 \end_inset
17681
17682 ——
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \end_layout
17689
17690 \begin_layout Standard
17691 \SpecialChar LaTeX
17692 プリアンブルで
17693 \series bold
17694
17695 \backslash
17696 DeclareMathOperator
17697 \series default
17698
17699 \begin_inset Index idx
17700 status collapsed
17701
17702 \begin_layout Plain Layout
17703 こまんど@コマンド ! D ! 
17704 \backslash
17705 dbinom@
17706 \backslash
17707 DeclareMathOperator
17708 \end_layout
17709
17710 \end_inset
17711
17712 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 DeclareMathOperator{新規コマンド}{表示}
17721 \end_layout
17722
17723 \begin_layout Standard
17724 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17725 \begin_inset CommandInset ref
17726 LatexCommand ref
17727 reference "subsec:演算子の範囲"
17728
17729 \end_inset
17730
17731 節で述べられた範囲を指定することができます。
17732 \end_layout
17733
17734 \begin_layout Standard
17735 たとえば、以下のような\SpecialChar LaTeX
17736 プリアンブル行
17737 \end_layout
17738
17739 \begin_layout Standard
17740
17741 \series bold
17742
17743 \backslash
17744 DeclareMathOperator*{
17745 \backslash
17746 Lozenge}{
17747 \backslash
17748 blacklozenge}
17749 \end_layout
17750
17751 \begin_layout Standard
17752 は、第
17753 \begin_inset CommandInset ref
17754 LatexCommand ref
17755 reference "subsec:その他の記号"
17756
17757 \end_inset
17758
17759 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17760 \series bold
17761
17762 \backslash
17763 Lozenge
17764 \series default
17765 を定義します。
17766 \begin_inset Formula 
17767 \[
17768 \Lozenge_{n=1}^{\infty}
17769 \]
17770
17771 \end_inset
17772
17773 上記の数式を作るコマンドは、
17774 \series bold
17775
17776 \backslash
17777 Lozenge
17778 \series default
17779 ^
17780 \series bold
17781
17782 \backslash
17783 infty
17784 \begin_inset Formula $\to$
17785 \end_inset
17786
17787 _n=1
17788 \series default
17789 です。
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \begin_inset VSpace bigskip
17794 \end_inset
17795
17796 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17797 \series bold
17798
17799 \backslash
17800 mathop
17801 \series default
17802
17803 \begin_inset Index idx
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807 こまんど@コマンド ! M ! 
17808 \backslash
17809 mathop
17810 \end_layout
17811
17812 \end_inset
17813
17814 コマンドおよび
17815 \series bold
17816
17817 \backslash
17818 mathbin
17819 \series default
17820
17821 \begin_inset Index idx
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825 こまんど@コマンド ! M ! 
17826 \backslash
17827 mathbin
17828 \end_layout
17829
17830 \end_inset
17831
17832 コマンドを用いて定義を行うこともできます。
17833 \end_layout
17834
17835 \begin_layout Standard
17836 (書式)
17837 \series bold
17838
17839 \backslash
17840 mathop{表示}
17841 \series default
17842 および
17843 \series bold
17844
17845 \backslash
17846 mathbin{表示}
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 mathop
17855 \series default
17856 は大演算子を定義し、
17857 \series bold
17858
17859 \backslash
17860 mathbin
17861 \series default
17862 は二項演算子を定義します。
17863 \end_layout
17864
17865 \begin_layout Standard
17866 たとえば
17867 \series bold
17868
17869 \backslash
17870 mathop
17871 \series default
17872 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset Formula 
17877 \[
17878 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17879 \]
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 上記の数式では
17888 \begin_inset Newline newline
17889 \end_inset
17890
17891
17892 \series bold
17893
17894 \backslash
17895 mathop{
17896 \backslash
17897 sum
17898 \backslash
17899 negmedspace
17900 \backslash
17901 sum
17902 \series default
17903
17904 \begin_inset space \textvisiblespace{}
17905 \end_inset
17906
17907
17908 \series bold
17909
17910 \begin_inset Formula $\to$
17911 \end_inset
17912
17913 ^N
17914 \series default
17915
17916 \begin_inset space \textvisiblespace{}
17917 \end_inset
17918
17919
17920 \series bold
17921 _i,j=1
17922 \begin_inset Newline newline
17923 \end_inset
17924
17925
17926 \series default
17927 というコマンドを用いています。
17928 \end_layout
17929
17930 \begin_layout Section
17931 書体
17932 \begin_inset Index idx
17933 status collapsed
17934
17935 \begin_layout Plain Layout
17936 しょたい@書体
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \begin_inset Index idx
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946 ふぉんと@フォント
17947 \begin_inset ERT
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951
17952 |see{
17953 \end_layout
17954
17955 \end_inset
17956
17957 書体
17958 \begin_inset ERT
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962
17963 }
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Subsection
17977 書体様式
17978 \begin_inset CommandInset label
17979 LatexCommand label
17980 name "subsec:書体様式"
17981
17982 \end_inset
17983
17984
17985 \begin_inset Index idx
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989 しょたい@書体 ! ようしき@様式
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17999 \end_layout
18000
18001 \begin_layout Standard
18002 \align center
18003 \begin_inset space \hfill{}
18004 \end_inset
18005
18006
18007 \begin_inset Tabular
18008 <lyxtabular version="3" rows="6" columns="2">
18009 <features booktabs="true" tabularvalignment="middle">
18010 <column alignment="center" valignment="top" width="0pt">
18011 <column alignment="center" valignment="top">
18012 <row>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 コマンド
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 出力
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 <row>
18033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037
18038 \backslash
18039 mathbb
18040 \series bold
18041
18042 \begin_inset space \textvisiblespace{}
18043 \end_inset
18044
18045
18046 \series default
18047 ABC
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 \begin_inset Formula $\mathbb{ABC}$
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \backslash
18072 mathbf
18073 \series bold
18074
18075 \begin_inset space \textvisiblespace{}
18076 \end_inset
18077
18078
18079 \series default
18080 AbC
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 \begin_inset Formula $\mathbf{AbC}$
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 boldsymbol
18106 \series bold
18107
18108 \begin_inset space \textvisiblespace{}
18109 \end_inset
18110
18111
18112 \series default
18113 AbC
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\boldsymbol{AbC}$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 <row>
18132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \backslash
18138 mathcal
18139 \series bold
18140
18141 \begin_inset space \textvisiblespace{}
18142 \end_inset
18143
18144
18145 \series default
18146 ABC
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 \begin_inset Formula $\mathcal{ABC}$
18156 \end_inset
18157
18158
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 <row>
18165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169
18170 \backslash
18171 mathfrak
18172 \series bold
18173
18174 \begin_inset space \textvisiblespace{}
18175 \end_inset
18176
18177
18178 \series default
18179 AbC
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 \begin_inset Formula $\mathfrak{AbC}$
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 </lyxtabular>
18198
18199 \end_inset
18200
18201
18202 \begin_inset space \hfill{}
18203 \end_inset
18204
18205
18206 \begin_inset Tabular
18207 <lyxtabular version="3" rows="6" columns="2">
18208 <features booktabs="true" tabularvalignment="middle">
18209 <column alignment="center" valignment="top" width="0pt">
18210 <column alignment="center" valignment="top">
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 コマンド
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 出力
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 </row>
18231 <row>
18232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236
18237 \backslash
18238 mathit
18239 \series bold
18240
18241 \begin_inset space \textvisiblespace{}
18242 \end_inset
18243
18244
18245 \series default
18246 AbC
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\mathit{AbC}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \backslash
18271 mathrm
18272 \series bold
18273
18274 \begin_inset space \textvisiblespace{}
18275 \end_inset
18276
18277
18278 \series default
18279 AbC
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Formula $\mathrm{AbC}$
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 </row>
18297 <row>
18298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302
18303 \backslash
18304 mathsf
18305 \series bold
18306
18307 \begin_inset space \textvisiblespace{}
18308 \end_inset
18309
18310
18311 \series default
18312 AbC
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 \begin_inset Formula $\mathsf{AbC}$
18322 \end_inset
18323
18324
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 </row>
18330 <row>
18331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335
18336 \backslash
18337 mathtt
18338 \series bold
18339
18340 \begin_inset space \textvisiblespace{}
18341 \end_inset
18342
18343
18344 \series default
18345 AbC
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 \begin_inset Formula $\mathtt{AbC}$
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 </row>
18363 <row>
18364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \backslash
18370 mathscr
18371 \series bold
18372
18373 \begin_inset space \textvisiblespace{}
18374 \end_inset
18375
18376
18377 \series default
18378 ABC
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 \begin_inset Formula $\mathscr{ABC}$
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 </lyxtabular>
18397
18398 \end_inset
18399
18400
18401 \begin_inset space \hfill{}
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Standard
18408 \begin_inset Note Greyedout
18409 status open
18410
18411 \begin_layout Plain Layout
18412
18413 \series bold
18414 【註】
18415 \backslash
18416 mathbb
18417 \series default
18418
18419 \series bold
18420 mathcal
18421 \series default
18422 様式と
18423 \series bold
18424
18425 \backslash
18426 mathscr
18427 \series default
18428 様式は、大文字にのみ使用することができます。
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 既定では、
18438 \series bold
18439
18440 \backslash
18441 mathnormal
18442 \series default
18443 様式に設定されています。
18444 \end_layout
18445
18446 \begin_layout Standard
18447 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18448 \begin_inset Formula 
18449 \[
18450 \mathfrak{A=\frac{b}{C}}
18451 \]
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18460 \series bold
18461
18462 \backslash
18463 textrm
18464 \series default
18465 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
18466 のバグです
18467 \begin_inset Foot
18468 status collapsed
18469
18470 \begin_layout Plain Layout
18471 \begin_inset CommandInset href
18472 LatexCommand href
18473 name "LyX-bug #4629"
18474 target "http://www.lyx.org/trac/ticket/4629"
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Standard
18487 書体様式コマンドの代わりに、
18488 \family sans
18489 編集\SpecialChar menuseparator
18490 数学\SpecialChar menuseparator
18491 文字様式
18492 \family default
18493 ダイアログや、
18494 \begin_inset Info
18495 type  "icon"
18496 arg   "math-insert \\font"
18497 \end_inset
18498
18499 を使用することもできます。
18500 \end_layout
18501
18502 \begin_layout Subsection
18503 ボールド体の数式
18504 \begin_inset CommandInset label
18505 LatexCommand label
18506 name "subsec:ボールド体の数式"
18507
18508 \end_inset
18509
18510
18511 \begin_inset Index idx
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515 すうしき@数式 ! ぼーるどたい@ボールド体
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \begin_layout Standard
18524 数式全体をボールド体にしようとすると、前節の
18525 \series bold
18526
18527 \backslash
18528 mathbf
18529 \series default
18530 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18531 字してしまいます。
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset Formula 
18536 \[
18537 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18538 \]
18539
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \begin_layout Standard
18546 この数式を正しく表示するには、以下のように、
18547 \series bold
18548
18549 \backslash
18550 boldsymbol
18551 \series default
18552 コマンドを使用します。
18553 \begin_inset Formula 
18554 \[
18555 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18556 \]
18557
18558 \end_inset
18559
18560 また、数式を
18561 \series bold
18562 boldmath環境
18563 \series default
18564 に設定する方法もあります。この環境は、\SpecialChar TeX
18565 モードで
18566 \series bold
18567
18568 \backslash
18569 boldmath
18570 \begin_inset Index idx
18571 status collapsed
18572
18573 \begin_layout Plain Layout
18574 こまんど@コマンド ! B ! 
18575 \backslash
18576 boldmath
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \series default
18583 コマンドを挿入することによって作ることができます。環境を閉じるには、
18584 \series bold
18585
18586 \backslash
18587 unboldmath
18588 \begin_inset Index idx
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592 こまんど@コマンド ! U ! 
18593 \backslash
18594 unboldmath
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \series default
18601 コマンドを\SpecialChar TeX
18602 モードで挿入します。
18603 \begin_inset ERT
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607
18608
18609 \backslash
18610 boldmath 
18611 \end_layout
18612
18613 \end_inset
18614
18615
18616 \begin_inset Formula 
18617 \[
18618 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18619 \]
18620
18621 \end_inset
18622
18623
18624 \begin_inset ERT
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628
18629
18630 \backslash
18631 unboldmath 
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \begin_layout Subsection
18640 色付きの数式
18641 \begin_inset Index idx
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645 すうしき@数式 ! いろつき@色付き
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18655 \begin_inset Formula 
18656 \[
18657 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18658 \]
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666
18667 \begin_inset CommandInset ref
18668 LatexCommand ref
18669 reference "subsec:色付きボックス"
18670
18671 \end_inset
18672
18673 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
18674 \series bold
18675
18676 \backslash
18677 textcolor
18678 \series default
18679
18680 \begin_inset Index idx
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684 こまんど@コマンド ! T ! 
18685 \backslash
18686 textcolor
18687 \end_layout
18688
18689 \end_inset
18690
18691 \SpecialChar TeX
18692 コードコマンドで適用することができます。
18693 \end_layout
18694
18695 \begin_layout Standard
18696
18697 \series bold
18698
18699 \backslash
18700 textcolor{色}{文字ないし数式}
18701 \end_layout
18702
18703 \begin_layout Standard
18704 下記の例は、全体を濃緑にし、一部を赤にしています。
18705 \end_layout
18706
18707 \begin_layout Standard
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715 textcolor{darkgreen}{
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \begin_inset Formula 
18722 \[
18723 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18724 \]
18725
18726 \end_inset
18727
18728
18729 \begin_inset ERT
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733
18734 }
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \SpecialChar LyX
18744 のバグのため、自己定義色は数式全体に対してしか使用することができません
18745 \begin_inset Foot
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749 \begin_inset CommandInset href
18750 LatexCommand href
18751 name "LyX-bug #5269"
18752 target "http://www.lyx.org/trac/ticket/5269"
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Subsection
18765 書体寸法
18766 \begin_inset CommandInset label
18767 LatexCommand label
18768 name "subsec:書体寸法"
18769
18770 \end_inset
18771
18772
18773 \begin_inset Index idx
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 しょたい@書体 ! すんぽう@寸法
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18787 \end_layout
18788
18789 \begin_layout Standard
18790
18791 \series bold
18792
18793 \backslash
18794 Huge
18795 \series default
18796
18797 \series bold
18798
18799 \backslash
18800 huge
18801 \series default
18802
18803 \series bold
18804
18805 \backslash
18806 LARGE
18807 \series default
18808
18809 \series bold
18810
18811 \backslash
18812 Large
18813 \series default
18814
18815 \series bold
18816
18817 \backslash
18818 large
18819 \series default
18820
18821 \series bold
18822
18823 \backslash
18824 normalsize
18825 \series default
18826
18827 \series bold
18828
18829 \backslash
18830 small
18831 \series default
18832 ,
18833 \begin_inset Newline newline
18834 \end_inset
18835
18836
18837 \series bold
18838
18839 \backslash
18840 footnotesize
18841 \series default
18842
18843 \series bold
18844
18845 \backslash
18846 scriptsize
18847 \series default
18848 、および
18849 \series bold
18850
18851 \backslash
18852 tiny
18853 \end_layout
18854
18855 \begin_layout Standard
18856 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18857 \series bold
18858
18859 \backslash
18860 normalsize
18861 \series default
18862 コマンドに設定されます。他のコマンドは、
18863 \series bold
18864
18865 \backslash
18866 normalsize
18867 \series default
18868 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18869 \begin_inset space \thinspace{}
18870 \end_inset
18871
18872 ptであるならば、
18873 \series bold
18874
18875 \backslash
18876 Huge
18877 \series default
18878 コマンドは
18879 \series bold
18880
18881 \backslash
18882 huge
18883 \series default
18884 コマンドと同じ大きさに落とされます。
18885 \end_layout
18886
18887 \begin_layout Standard
18888 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
18889 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
18890 モードで
18891 \series bold
18892
18893 \backslash
18894 normalsize
18895 \series default
18896 コマンドを挿入します。
18897 \end_layout
18898
18899 \begin_layout Standard
18900 数式内では、以下の寸法コマンドまたはツールバーボタン
18901 \begin_inset Info
18902 type  "icon"
18903 arg   "math-insert \\style"
18904 \end_inset
18905
18906 を使用して、寸法を変更することができます。
18907 \begin_inset Separator parbreak
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 \noindent
18915 \align center
18916 \begin_inset Tabular
18917 <lyxtabular version="3" rows="5" columns="2">
18918 <features booktabs="true" tabularvalignment="middle">
18919 <column alignment="center" valignment="top" width="0pt">
18920 <column alignment="center" valignment="top">
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 コマンド
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 出力
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 displaystyle
18949 \begin_inset Index idx
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953 こまんど@コマンド ! D ! 
18954 \backslash
18955 displaystyle
18956 \end_layout
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 </row>
18978 <row topspace="1mm">
18979 <cell alignment="center" valignment="top" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \backslash
18985 textstyle
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 </row>
19003 <row>
19004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \backslash
19010 scriptstyle
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 </row>
19028 <row>
19029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033
19034 \backslash
19035 scriptscriptstyle
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 </lyxtabular>
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19062 \end_layout
19063
19064 \begin_layout Standard
19065 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19066 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19067 \begin_inset VSpace -2mm
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset ERT
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078
19079
19080 \backslash
19081 huge 
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \begin_inset Formula 
19088 \[
19089 A=\frac{B}{c}\cdot\maltese
19090 \]
19091
19092 \end_inset
19093
19094
19095 \begin_inset Formula 
19096 \[
19097 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19098 \]
19099
19100 \end_inset
19101
19102
19103 \begin_inset ERT
19104 status collapsed
19105
19106 \begin_layout Plain Layout
19107
19108
19109 \backslash
19110 normalsize 
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Standard
19119 \begin_inset VSpace medskip
19120 \end_inset
19121
19122 二つの式の前には、
19123 \series bold
19124
19125 \backslash
19126 huge
19127 \series default
19128 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19129 \begin_inset Newline newline
19130 \end_inset
19131
19132
19133 \series bold
19134
19135 \backslash
19136 maltese
19137 \begin_inset space \textvisiblespace{}
19138 \end_inset
19139
19140 A Alt+M M 
19141 \backslash
19142 Large
19143 \begin_inset space \textvisiblespace{}
19144 \end_inset
19145
19146
19147 \backslash
19148 maltese
19149 \begin_inset space \textvisiblespace{}
19150 \end_inset
19151
19152
19153 \backslash
19154 textit
19155 \begin_inset space \textvisiblespace{}
19156 \end_inset
19157
19158 A
19159 \begin_inset Formula $\to$
19160 \end_inset
19161
19162
19163 \begin_inset Formula $\to$
19164 \end_inset
19165
19166
19167 \begin_inset Newline newline
19168 \end_inset
19169
19170
19171 \begin_inset space \hspace*{}
19172 \length 1cm
19173 \end_inset
19174
19175 Alt+M
19176 \series default
19177  
19178 \series bold
19179
19180 \backslash
19181 tiny
19182 \begin_inset space \textvisiblespace{}
19183 \end_inset
19184
19185
19186 \backslash
19187 maltese
19188 \begin_inset space \textvisiblespace{}
19189 \end_inset
19190
19191
19192 \backslash
19193 textit
19194 \begin_inset space \textvisiblespace{}
19195 \end_inset
19196
19197 A
19198 \begin_inset Newline newline
19199 \end_inset
19200
19201
19202 \series default
19203 のようになります。
19204 \end_layout
19205
19206 \begin_layout Standard
19207 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19208 \end_layout
19209
19210 \begin_layout Section
19211 ギリシャ文字
19212 \begin_inset Index idx
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216 ぎりしゃもじ@ギリシャ文字
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 すべてのギリシャ文字は、ツールバーボタンの
19226 \begin_inset Info
19227 type  "icon"
19228 arg   "math-insert \\alpha"
19229 \end_inset
19230
19231 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19232 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19233 \end_layout
19234
19235 \begin_layout Subsection
19236 小文字
19237 \begin_inset Index idx
19238 status collapsed
19239
19240 \begin_layout Plain Layout
19241 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset space \hfill{}
19251 \end_inset
19252
19253
19254 \begin_inset Tabular
19255 <lyxtabular version="3" rows="11" columns="2">
19256 <features booktabs="true" tabularvalignment="middle">
19257 <column alignment="center" valignment="top" width="0pt">
19258 <column alignment="center" valignment="top" width="0pt">
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 コマンド
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 出力
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 <row>
19280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \backslash
19286 alpha
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 \begin_inset Formula $\alpha$
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 </row>
19304 <row>
19305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309
19310 \backslash
19311 beta
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 \begin_inset Formula $\beta$
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 </row>
19329 <row>
19330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \backslash
19336 gamma
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 \begin_inset Formula $\gamma$
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \backslash
19361 delta
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 \begin_inset Formula $\delta$
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 <row>
19380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \backslash
19386 epsilon
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 \begin_inset Formula $\epsilon$
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \backslash
19411 varepsilon
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\varepsilon$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \backslash
19436 zeta
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 \begin_inset Formula $\zeta$
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \backslash
19461 eta
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 \begin_inset Formula $\eta$
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \backslash
19486 theta
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 \begin_inset Formula $\theta$
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \backslash
19511 vartheta
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520 \begin_inset Formula $\vartheta$
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 </lyxtabular>
19530
19531 \end_inset
19532
19533
19534 \begin_inset space \hfill{}
19535 \end_inset
19536
19537
19538 \begin_inset Tabular
19539 <lyxtabular version="3" rows="12" columns="2">
19540 <features booktabs="true" tabularvalignment="middle">
19541 <column alignment="center" valignment="top" width="0pt">
19542 <column alignment="center" valignment="top" width="0pt">
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 コマンド
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 出力
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 <row>
19564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568
19569 \backslash
19570 iota
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $\iota$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 kappa
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\kappa$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 varkappa
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\varkappa$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 lambda
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\lambda$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 <row>
19664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \backslash
19670 mu
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\mu$
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 <row>
19689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693
19694 \backslash
19695 nu
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset Formula $\nu$
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 </row>
19713 <row>
19714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718
19719 \backslash
19720 xi
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $\xi$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 o
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $o$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 pi
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\pi$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 varpi
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\varpi$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 rho
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\rho$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 </lyxtabular>
19837
19838 \end_inset
19839
19840
19841 \begin_inset space \hfill{}
19842 \end_inset
19843
19844
19845 \begin_inset Tabular
19846 <lyxtabular version="3" rows="11" columns="2">
19847 <features booktabs="true" tabularvalignment="middle">
19848 <column alignment="center" valignment="top" width="0pt">
19849 <column alignment="center" valignment="top" width="0pt">
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 コマンド
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 出力
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 <row>
19871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875
19876 \backslash
19877 varrho
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 \begin_inset Formula $\varrho$
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 <row>
19896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \backslash
19902 sigma
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 \begin_inset Formula $\sigma$
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 varsigma
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\varsigma$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 tau
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\tau$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 upsilon
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\upsilon$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 phi
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\phi$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 varphi
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\varphi$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 chi
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\chi$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 psi
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\psi$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 omega
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\omega$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 </lyxtabular>
20121
20122 \end_inset
20123
20124
20125 \begin_inset space \hfill{}
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \begin_layout Standard
20132 \begin_inset VSpace medskip
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \begin_layout Standard
20139 アップライト体のギリシャ文字を作成する方法は、第
20140 \begin_inset CommandInset ref
20141 LatexCommand ref
20142 reference "subsec:アップライト体ギリシャ小文字"
20143
20144 \end_inset
20145
20146 節に説明されています。
20147 \end_layout
20148
20149 \begin_layout Subsection
20150 大文字
20151 \begin_inset Index idx
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 \begin_inset space \hfill{}
20165 \end_inset
20166
20167
20168 \begin_inset Tabular
20169 <lyxtabular version="3" rows="7" columns="2">
20170 <features booktabs="true" tabularvalignment="middle">
20171 <column alignment="center" valignment="top" width="0pt">
20172 <column alignment="center" valignment="top" width="0pt">
20173 <row>
20174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 コマンド
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187 出力
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198
20199 \backslash
20200 Gamma
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\Gamma$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 Delta
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $\Delta$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 Theta
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\Theta$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 Lambda
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\Lambda$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 Xi
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\Xi$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Pi
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\Pi$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 </lyxtabular>
20344
20345 \end_inset
20346
20347
20348 \begin_inset space \hfill{}
20349 \end_inset
20350
20351
20352 \begin_inset Tabular
20353 <lyxtabular version="3" rows="6" columns="2">
20354 <features booktabs="true" tabularvalignment="middle">
20355 <column alignment="center" valignment="top" width="0pt">
20356 <column alignment="center" valignment="top" width="0pt">
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 コマンド
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 出力
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \backslash
20384 Sigma
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 \begin_inset Formula $\Sigma$
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \backslash
20409 Upsilon
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $\Upsilon$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 Phi
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\Phi$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 Psi
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Formula $\Psi$
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \backslash
20484 Omega
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493 \begin_inset Formula $\Omega$
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 </lyxtabular>
20503
20504 \end_inset
20505
20506
20507 \begin_inset space \hfill{}
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Standard
20514 \begin_inset VSpace medskip
20515 \end_inset
20516
20517 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
20518 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20519 \series bold
20520 var
20521 \series default
20522 を付けてください。たとえば、
20523 \series bold
20524
20525 \backslash
20526 varGamma
20527 \series default
20528 コマンドは、
20529 \begin_inset Formula $\varGamma$
20530 \end_inset
20531
20532 を生成します。もう一つの方法は、パッケージ
20533 \series bold
20534 fixmath
20535 \series default
20536
20537 \begin_inset Foot
20538 status collapsed
20539
20540 \begin_layout Plain Layout
20541
20542 \series bold
20543 fixmath
20544 \series default
20545 は、\SpecialChar LaTeX
20546 パッケージ
20547 \series bold
20548 was
20549 \series default
20550
20551 \begin_inset Index idx
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 ぱっけーじ@パッケージ ! was
20556 \begin_inset ERT
20557 status collapsed
20558
20559 \begin_layout Plain Layout
20560
20561
20562 \backslash
20563 vspace{4mm}
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572
20573 に含まれています。
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \begin_inset Index idx
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583 ぱっけーじ@パッケージ ! fixmath
20584 \end_layout
20585
20586 \end_inset
20587
20588 を\SpecialChar LaTeX
20589 プリアンブル行に
20590 \end_layout
20591
20592 \begin_layout Standard
20593
20594 \series bold
20595
20596 \backslash
20597 usepackage{fixmath}
20598 \end_layout
20599
20600 \begin_layout Standard
20601 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20602 \end_layout
20603
20604 \begin_layout Subsection
20605 ボールド体
20606 \begin_inset Index idx
20607 status collapsed
20608
20609 \begin_layout Plain Layout
20610 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Standard
20619 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20620 \series bold
20621
20622 \backslash
20623 boldsymbol
20624 \series default
20625 コマンドのみです
20626 \begin_inset Index idx
20627 status collapsed
20628
20629 \begin_layout Plain Layout
20630 こまんど@コマンド ! B ! 
20631 \backslash
20632 boldsymbol
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \begin_inset Separator parbreak
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \begin_layout Standard
20645 \align center
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="3" columns="2">
20648 <features booktabs="true" tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top">
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 コマンド
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 出力
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Upsilon
20679 \backslash
20680 boldsymbol
20681 \backslash
20682 Upsilon
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \backslash
20707 theta
20708 \backslash
20709 boldsymbol
20710 \backslash
20711 theta
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\theta\boldsymbol{\theta}$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 </lyxtabular>
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \begin_layout Section
20737 記号
20738 \begin_inset ERT
20739 status collapsed
20740
20741 \begin_layout Plain Layout
20742
20743
20744 \backslash
20745 texorpdfstring{
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset Foot
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 各\SpecialChar LaTeX
20756 パッケージに含まれる全記号をほとんど網羅した一覧が、
20757 \begin_inset CommandInset citation
20758 LatexCommand cite
20759 key "Symbols"
20760
20761 \end_inset
20762
20763 にあります。
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774 }{}
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \begin_inset Note Note
20781 status collapsed
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20787 \end_layout
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 texorpdfstringについての詳細は、第
20793 \begin_inset CommandInset ref
20794 LatexCommand ref
20795 reference "subsec:節見出し中の数式"
20796
20797 \end_inset
20798
20799 節にあります。
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \begin_inset Index idx
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809 きごう@記号
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Standard
20818 本節に掲げてある各記号の多くは、ツールバーボタンの
20819 \begin_inset Info
20820 type  "icon"
20821 arg   "math-insert \\nabla"
20822 \end_inset
20823
20824
20825 \begin_inset Info
20826 type  "icon"
20827 arg   "math-insert \\digamma"
20828 \end_inset
20829
20830 でも挿入することができます。
20831 \end_layout
20832
20833 \begin_layout Subsection
20834 数学記号
20835 \begin_inset CommandInset label
20836 LatexCommand label
20837 name "subsec:数学記号"
20838
20839 \end_inset
20840
20841
20842 \begin_inset Index idx
20843 status collapsed
20844
20845 \begin_layout Plain Layout
20846 きごう@記号 ! すうがく@数学
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset Tabular
20856 <lyxtabular version="3" rows="10" columns="2">
20857 <features booktabs="true" tabularvalignment="middle">
20858 <column alignment="center" valignment="top" width="0pt">
20859 <column alignment="center" valignment="top" width="0pt">
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 コマンド
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 出力
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 neg
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\neg$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 Im
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\Im$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 Re
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\Re$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 aleph
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\aleph$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 partial
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\partial$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 infty
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\infty$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 wp
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\wp$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \backslash
21062 imath
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\imath$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 jmath
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\jmath$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 </lyxtabular>
21106
21107 \end_inset
21108
21109
21110 \begin_inset space \hfill{}
21111 \end_inset
21112
21113
21114 \begin_inset Tabular
21115 <lyxtabular version="3" rows="10" columns="2">
21116 <features booktabs="true" tabularvalignment="middle">
21117 <column alignment="center" valignment="top" width="0pt">
21118 <column alignment="center" valignment="top" width="0pt">
21119 <row>
21120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 コマンド
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 出力
21134 \begin_inset Note Note
21135 status collapsed
21136
21137 \begin_layout Plain Layout
21138 ここで
21139 \series bold
21140
21141 \backslash
21142 raisebox
21143 \series default
21144 はスペーサーとして使用しているだけです。
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 <row>
21156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160
21161 \backslash
21162 forall
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset Formula $\forall$
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 <row>
21181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185
21186 \backslash
21187 exists
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\exists$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 nexists
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\nexists$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 emptyset
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\emptyset$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 varnothing
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\varnothing$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 dag
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\dag$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 ddag
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\ddag$
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335
21336 \backslash
21337 complement
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset ERT
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350
21351
21352 \backslash
21353 raisebox{-0.8mm}{
21354 \end_layout
21355
21356 \end_inset
21357
21358
21359 \begin_inset Formula $\complement$
21360 \end_inset
21361
21362
21363 \begin_inset ERT
21364 status collapsed
21365
21366 \begin_layout Plain Layout
21367
21368 }
21369 \end_layout
21370
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 Bbbk
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\Bbbk$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 </lyxtabular>
21405
21406 \end_inset
21407
21408
21409 \begin_inset space \hfill{}
21410 \end_inset
21411
21412
21413 \begin_inset Tabular
21414 <lyxtabular version="3" rows="10" columns="2">
21415 <features booktabs="true" tabularvalignment="middle">
21416 <column alignment="center" valignment="top" width="0pt">
21417 <column alignment="center" valignment="top" width="0pt">
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 コマンド
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 出力
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 prime
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\prime$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 backprime
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\backprime$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 mho
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\mho$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \backslash
21520 triangle
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset Formula $\triangle$
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 </row>
21538 <row>
21539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 angle
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\angle$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568
21569 \backslash
21570 measuredangle
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Formula $\measuredangle$
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 <row>
21589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 sphericalangle
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\sphericalangle$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 top
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\top$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \backslash
21645 bot
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\bot$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 </lyxtabular>
21664
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \begin_layout Subsection
21671 その他の記号
21672 \begin_inset CommandInset label
21673 LatexCommand label
21674 name "subsec:その他の記号"
21675
21676 \end_inset
21677
21678
21679 \begin_inset Index idx
21680 status collapsed
21681
21682 \begin_layout Plain Layout
21683 きごう@記号 ! そのた@その他
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Standard
21692 \noindent
21693 \align center
21694 \begin_inset Tabular
21695 <lyxtabular version="3" rows="10" columns="2">
21696 <features booktabs="true" tabularvalignment="middle">
21697 <column alignment="center" valignment="top" width="0pt">
21698 <column alignment="center" valignment="top" width="0pt">
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 コマンド
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 出力
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 <row>
21720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \backslash
21726 flat
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 \begin_inset Formula $\flat$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \backslash
21751 natural
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 \begin_inset Formula $\natural$
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 <row>
21770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774
21775 \backslash
21776 sharp
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 \begin_inset Formula $\sharp$
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \backslash
21801 surd
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 \begin_inset Formula $\surd$
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 <row>
21820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \backslash
21826 checkmark
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 \begin_inset Formula $\checkmark$
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 yen
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\yen$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 pounds
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula $\pounds$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 $
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908 \begin_inset Formula $\$$
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 <row>
21918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922 §
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $§$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 </lyxtabular>
21941
21942 \end_inset
21943
21944
21945 \begin_inset space \hfill{}
21946 \end_inset
21947
21948
21949 \begin_inset Tabular
21950 <lyxtabular version="3" rows="10" columns="2">
21951 <features booktabs="true" tabularvalignment="middle">
21952 <column alignment="center" valignment="top" width="0pt">
21953 <column alignment="center" valignment="top">
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 コマンド
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 出力
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 hbar
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\hbar$
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 hslash
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\hslash$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029
22030 \backslash
22031 clubsuit
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\clubsuit$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 <row>
22050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \backslash
22056 spadesuit
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Formula $\spadesuit$
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 bigstar
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\bigstar$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \backslash
22106 blacklozenge
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $\blacklozenge$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 <row>
22125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \backslash
22131 blacktriangle
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\blacktriangle$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 <row>
22150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \backslash
22156 blacktiangledown
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Formula $\blacktriangledown$
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \backslash
22181 bullet
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\bullet$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 </lyxtabular>
22200
22201 \end_inset
22202
22203
22204 \begin_inset space \hfill{}
22205 \end_inset
22206
22207
22208 \begin_inset Tabular
22209 <lyxtabular version="3" rows="10" columns="2">
22210 <features booktabs="true" tabularvalignment="middle">
22211 <column alignment="center" valignment="top" width="0pt">
22212 <column alignment="center" valignment="top" width="0pt">
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 コマンド
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227 出力
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238
22239 \backslash
22240 diamondsuit
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\diamondsuit$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \backslash
22265 Diamond
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $\Diamond$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288
22289 \backslash
22290 heartsuit
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Formula $\heartsuit$
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 </row>
22308 <row>
22309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \backslash
22315 P
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\P$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \backslash
22340 copyright
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\copyright$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \backslash
22365 circledR
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 \begin_inset Formula $\circledR$
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 <row>
22384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388
22389 \backslash
22390 maltese
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $\maltese$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 diagup
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\diagup$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 diagdown
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\diagdown$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 </lyxtabular>
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Standard
22466 \begin_inset VSpace medskip
22467 \end_inset
22468
22469 ここにある以上の記号が、第
22470 \begin_inset CommandInset ref
22471 LatexCommand ref
22472 reference "subsec:他の特殊文字"
22473
22474 \end_inset
22475
22476 節に挙げてあります。
22477 \end_layout
22478
22479 \begin_layout Standard
22480 寸法を変えて表示することのできる記号もあります。第
22481 \begin_inset CommandInset ref
22482 LatexCommand ref
22483 reference "subsec:書体寸法"
22484
22485 \end_inset
22486
22487 節をご参照下さい。
22488 \end_layout
22489
22490 \begin_layout Subsection
22491 ユーロ通貨記号
22492 \begin_inset Index idx
22493 status collapsed
22494
22495 \begin_layout Plain Layout
22496 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \begin_inset Index idx
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506 E@
22507 \begin_inset ERT
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511
22512
22513 \backslash
22514 officialeuro
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
22529 パッケージ
22530 \series bold
22531 eurosym
22532 \series default
22533
22534 \begin_inset Index idx
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538 ぱっけーじ@パッケージ ! eurosym
22539 \end_layout
22540
22541 \end_inset
22542
22543 が導入されていて、以下のような\SpecialChar LaTeX
22544 プリアンブル行によって読み込まれていなくてはなりません。
22545 \end_layout
22546
22547 \begin_layout Standard
22548
22549 \series bold
22550
22551 \backslash
22552 usepackage[gennarrow]{eurosym}
22553 \end_layout
22554
22555 \begin_layout Standard
22556 すると、ユーロ通貨記号を
22557 \series bold
22558
22559 \backslash
22560 euro
22561 \series default
22562
22563 \begin_inset Index idx
22564 status collapsed
22565
22566 \begin_layout Plain Layout
22567 こまんど@コマンド ! E ! 
22568 \backslash
22569 euro
22570 \end_layout
22571
22572 \end_inset
22573
22574 コマンドで挿入することができるようになります。
22575 \end_layout
22576
22577 \begin_layout Standard
22578 数式テキストには、
22579 \series bold
22580 eurosym
22581 \series default
22582 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22583 \series bold
22584 eurosym
22585 \series default
22586 が導入されていれば、
22587 \series bold
22588
22589 \backslash
22590 euro
22591 \series default
22592 は\SpecialChar TeX
22593 モードでも挿入することができます。また、正式な通貨記号を
22594 \series bold
22595
22596 \backslash
22597 officialeuro
22598 \series default
22599
22600 \begin_inset Index idx
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604 こまんど@コマンド ! O ! 
22605 \backslash
22606 officialeuro
22607 \end_layout
22608
22609 \end_inset
22610
22611 コマンド(これは\SpecialChar TeX
22612 モードでのみ使用することができます)で挿入することができます。
22613 \end_layout
22614
22615 \begin_layout Standard
22616 \begin_inset ERT
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620
22621
22622 \backslash
22623 ifeurosym 
22624 \end_layout
22625
22626 \end_inset
22627
22628
22629 \begin_inset Note Note
22630 status open
22631
22632 \begin_layout Plain Layout
22633 以下の表は、\SpecialChar LaTeX
22634 パッケージ
22635 \series bold
22636 eurosym
22637 \series default
22638 が導入済みのときのみ表示されます。
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Standard
22647 以下は、各ユーロ通貨記号のまとめです。
22648 \begin_inset Separator parbreak
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \align center
22656 \begin_inset Tabular
22657 <lyxtabular version="3" rows="4" columns="3">
22658 <features booktabs="true" tabularvalignment="middle">
22659 <column alignment="center" valignment="top" width="0pt">
22660 <column alignment="center" valignment="top" width="0pt">
22661 <column alignment="center" valignment="top" width="0pt">
22662 <row>
22663 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset ERT
22668 status collapsed
22669
22670 \begin_layout Plain Layout
22671
22672
22673 \backslash
22674 cmidrule[0.08em]{2-3}
22675 \end_layout
22676
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 コマンド
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 出力
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 </row>
22703 <row>
22704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 数式
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 euro
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\euro$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 数式テキスト
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 (ユーロ記号)
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 (ユーロ記号)
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 </row>
22766 <row>
22767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 \SpecialChar TeX
22772 モード
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 officialeuro
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset ERT
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796
22797
22798 \backslash
22799 officialeuro
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 </lyxtabular>
22811
22812 \end_inset
22813
22814
22815 \lang english
22816
22817 \begin_inset Note Note
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821
22822 \series bold
22823 \lang english
22824
22825 \backslash
22826 cmidrule
22827 \series default
22828  is used here only for table borders.
22829  See sec.
22830  
22831 \family sans
22832 Formal Tables
22833 \family default
22834  of the 
22835 \emph on
22836 EmbeddedObjects
22837 \emph default
22838  manual for details.
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847 \begin_inset ERT
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851
22852
22853 \backslash
22854 else 
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \begin_inset Note Note
22861 status open
22862
22863 \begin_layout Plain Layout
22864 以下は、\SpecialChar LaTeX
22865 パッケージ
22866 \series bold
22867 eurosym
22868 \series default
22869 が導入されていないときのみ表示されます。
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Standard
22878 本節の残りを出力としてみるためには、\SpecialChar LaTeX
22879 パッケージ
22880 \series bold
22881 eurosym
22882 \series default
22883 を導入する必要があります。
22884 \end_layout
22885
22886 \begin_layout Standard
22887 \begin_inset ERT
22888 status collapsed
22889
22890 \begin_layout Plain Layout
22891
22892
22893 \backslash
22894 fi 
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Section
22903 関係子
22904 \begin_inset CommandInset label
22905 LatexCommand label
22906 name "sec:関係子"
22907
22908 \end_inset
22909
22910
22911 \begin_inset Index idx
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 かんけいし@関係子
22916 \end_layout
22917
22918 \end_inset
22919
22920
22921 \begin_inset Index idx
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925 ひかくし@比較子
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931 |see{
22932 \end_layout
22933
22934 \end_inset
22935
22936 関係子
22937 \begin_inset ERT
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941
22942 }
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 関係子はすべて、ツールバーボタンの
22957 \begin_inset Info
22958 type  "icon"
22959 arg   "math-insert \\leq"
22960 \end_inset
22961
22962 でも挿入することができます。
22963 \end_layout
22964
22965 \begin_layout Standard
22966 \begin_inset Tabular
22967 <lyxtabular version="3" rows="17" columns="2">
22968 <features booktabs="true" tabularvalignment="middle">
22969 <column alignment="center" valignment="top" width="0pt">
22970 <column alignment="center" valignment="top" width="0pt">
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 コマンド
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 出力
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 <
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $<$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 le
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\le$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 ll
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\ll$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 prec
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\prec$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 preceq
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\preceq$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 subset
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\subset$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 subseteq
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\subseteq$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 sqsubseteq
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\sqsubseteq$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 in
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\in$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 vdash
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\vdash$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 smile
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 $\smile$
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 lhd
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 $\lhd$
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 unlhd
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 $\unlhd$
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 gtrless
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 $\gtrless$
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 mid
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 $\mid$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 nmid
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\nmid$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 </lyxtabular>
23390
23391 \end_inset
23392
23393
23394 \begin_inset space \hfill{}
23395 \end_inset
23396
23397
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="17" columns="2">
23400 <features booktabs="true" tabularvalignment="middle">
23401 <column alignment="center" valignment="top" width="0pt">
23402 <column alignment="center" valignment="top" width="0pt">
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 コマンド
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 出力
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 =
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $=$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 not=
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\not=$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 equiv
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\equiv$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 sim
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\sim$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 simeq
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\simeq$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 approx
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\approx$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 cong
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\cong$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 bowtie
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\bowtie$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 notin
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\notin$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 perp
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\perp$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 propto
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 $\propto$
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 asymp
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 $\asymp$
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 doteq
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 $\doteq$
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 circeq
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 $\circeq$
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 models
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 $\models$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 widehat=
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\widehat{=}$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 </lyxtabular>
23822
23823 \end_inset
23824
23825
23826 \begin_inset space \hfill{}
23827 \end_inset
23828
23829
23830 \begin_inset Tabular
23831 <lyxtabular version="3" rows="17" columns="2">
23832 <features booktabs="true" tabularvalignment="middle">
23833 <column alignment="center" valignment="top" width="0pt">
23834 <column alignment="center" valignment="top" width="0pt">
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 コマンド
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 出力
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 >
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $>$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \backslash
23885 ge
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Formula $\ge$
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \backslash
23910 gg
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\gg$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 succ
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $\succ$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 succeq
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\succeq$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 supset
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 \begin_inset Formula $\supset$
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 supseteq
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\supseteq$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 <row>
24029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033
24034 \backslash
24035 sqsupseteq
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $\sqsupseteq$
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 ni
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\ni$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 dashv
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\dashv$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 frown
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\frown$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 rhd
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\rhd$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 unrhd
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\unrhd$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 lessgtr
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\lessgtr$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 parallel
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\parallel$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 nparallel
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\nparallel$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 </lyxtabular>
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 \begin_inset VSpace medskip
24262 \end_inset
24263
24264
24265 \series bold
24266
24267 \backslash
24268 lhd
24269 \series default
24270
24271 \series bold
24272
24273 \backslash
24274 rhd
24275 \series default
24276 の文字は、同じように見える演算子
24277 \series bold
24278
24279 \backslash
24280 triangleleft
24281 \series default
24282 および
24283 \series bold
24284
24285 \backslash
24286 triangleright
24287 \series default
24288 よりも大きくなっています。
24289 \end_layout
24290
24291 \begin_layout Standard
24292 \SpecialChar LyX
24293 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24294 \begin_inset Info
24295 type  "icon"
24296 arg   "math-insert \\leqq"
24297 \end_inset
24298
24299 をご覧ください。
24300 \end_layout
24301
24302 \begin_layout Standard
24303 関係子は、記号とは違って、つねに前後に余白が置かれます。
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \series bold
24309
24310 \backslash
24311 stackrel
24312 \series default
24313
24314 \begin_inset Index idx
24315 status collapsed
24316
24317 \begin_layout Plain Layout
24318 こまんど@コマンド ! S ! 
24319 \backslash
24320 stackrel
24321 \end_layout
24322
24323 \end_inset
24324
24325 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24326 \begin_inset Separator parbreak
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \begin_layout Standard
24333 \align center
24334 \begin_inset Tabular
24335 <lyxtabular version="3" rows="2" columns="2">
24336 <features booktabs="true" tabularvalignment="middle">
24337 <column alignment="center" valignment="top" width="0pt">
24338 <column alignment="center" valignment="top">
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 コマンド
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 出力
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row topspace="1.5mm">
24360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 A(r)
24365 \backslash
24366 stackrel
24367 \begin_inset space \textvisiblespace{}
24368 \end_inset
24369
24370 r
24371 \backslash
24372 to
24373 \backslash
24374 infty
24375 \begin_inset space \textvisiblespace{}
24376 \end_inset
24377
24378
24379 \begin_inset Formula $\downarrow$
24380 \end_inset
24381
24382
24383 \backslash
24384 approx
24385 \begin_inset space \textvisiblespace{}
24386 \end_inset
24387
24388
24389 \begin_inset space \textvisiblespace{}
24390 \end_inset
24391
24392 B
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 </lyxtabular>
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Section
24418 関数
24419 \end_layout
24420
24421 \begin_layout Subsection
24422 定義済み関数
24423 \begin_inset CommandInset label
24424 LatexCommand label
24425 name "subsec:定義済み函数"
24426
24427 \end_inset
24428
24429
24430 \begin_inset Index idx
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 かんすう@関数 ! ていぎずみ@定義済み
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Standard
24443 一般的に、数式表現では変数は
24444 \shape italic
24445 イタリック体
24446 \shape default
24447 に設定されますが、関数名はイタリック体にしません。なぜなら、
24448 \begin_inset Formula $sin$
24449 \end_inset
24450
24451
24452 \begin_inset Formula $s\cdot i\cdot n$
24453 \end_inset
24454
24455 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24456 ックスラッシュを加えたコマンドとして挿入します。
24457 \begin_inset Separator parbreak
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \begin_layout Standard
24464 \align center
24465 \begin_inset Tabular
24466 <lyxtabular version="3" rows="2" columns="2">
24467 <features booktabs="true" tabularvalignment="middle">
24468 <column alignment="center" valignment="top" width="0pt">
24469 <column alignment="center" valignment="top" width="0pt">
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475 コマンド
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 出力
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 Asin(x)+B
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 \begin_inset Formula $Asin(x)+B$
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 </lyxtabular>
24514
24515 \end_inset
24516
24517
24518 \begin_inset space \quad{}
24519 \end_inset
24520
24521
24522 \begin_inset Tabular
24523 <lyxtabular version="3" rows="2" columns="2">
24524 <features booktabs="true" tabularvalignment="middle">
24525 <column alignment="center" valignment="top" width="0pt">
24526 <column alignment="center" valignment="top" width="0pt">
24527 <row>
24528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 コマンド
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 出力
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552 A
24553 \backslash
24554 sin(x)+B
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 \begin_inset Formula $A\sin(x)+B$
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 </lyxtabular>
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \begin_layout Standard
24580 以下の関数が定義済みです。
24581 \end_layout
24582
24583 \begin_layout Standard
24584 \begin_inset VSpace -2mm
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Standard
24591 \align center
24592 \begin_inset Tabular
24593 <lyxtabular version="3" rows="9" columns="4">
24594 <features booktabs="true" tabularvalignment="middle">
24595 <column alignment="center" valignment="top" width="0pt">
24596 <column alignment="center" valignment="top" width="0pt">
24597 <column alignment="center" valignment="top" width="0pt">
24598 <column alignment="center" valignment="top" width="0pt">
24599 <row>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 コマンド
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 コマンド
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622 コマンド
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 コマンド
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 </row>
24637 <row>
24638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 sin
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 sinh
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 arcsin
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 sup
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 <row>
24684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 cos
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 cosh
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 arccos
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 inf
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 tan
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \backslash
24747 tanh
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 arctan
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 lim
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 cot
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791
24792 \backslash
24793 coth
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 arg
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \backslash
24815 liminf
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 <row>
24822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 sec
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 min
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 deg
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \backslash
24861 limsup
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 </row>
24867 <row>
24868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \backslash
24874 csc
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \backslash
24885 max
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \backslash
24896 det
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 Pr
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 </row>
24913 <row>
24914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 ln
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 exp
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \backslash
24942 dim
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 hom
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 <row>
24960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \backslash
24966 lg
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975
24976 \backslash
24977 log
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 ker
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 gcd
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 </lyxtabular>
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Standard
25013 上記は、数式ツールバーボタンの
25014 \begin_inset Info
25015 type  "icon"
25016 arg   "math-insert \\functions"
25017 \end_inset
25018
25019 でも挿入することができます。
25020 \end_layout
25021
25022 \begin_layout Subsection
25023 自己定義関数
25024 \begin_inset Index idx
25025 status collapsed
25026
25027 \begin_layout Plain Layout
25028 かんすう@関数 ! じこていぎ@自己定義
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25038 \end_layout
25039
25040 \begin_layout Itemize
25041 以下の行を\SpecialChar LaTeX
25042 プリアンブルに加えることによって関数を定義します。
25043 \begin_inset Foot
25044 status collapsed
25045
25046 \begin_layout Plain Layout
25047
25048 \series bold
25049
25050 \backslash
25051 DeclareMathOperator
25052 \series default
25053 についての詳細は、第
25054 \begin_inset CommandInset ref
25055 LatexCommand ref
25056 reference "subsec:自己定義演算子"
25057
25058 \end_inset
25059
25060 節をご参照下さい。
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Newline newline
25067 \end_inset
25068
25069
25070 \begin_inset VSpace -3mm
25071 \end_inset
25072
25073
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077
25078 \series bold
25079
25080 \backslash
25081 DeclareMathOperator{
25082 \backslash
25083 sgn}{sgn}
25084 \series default
25085
25086 \begin_inset Index idx
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090 こまんど@コマンド ! D ! 
25091 \backslash
25092 dbinom@
25093 \backslash
25094 DeclareMathOperator
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \begin_inset Newline newline
25101 \end_inset
25102
25103
25104 \begin_inset VSpace -2mm
25105 \end_inset
25106
25107
25108 \begin_inset Newline newline
25109 \end_inset
25110
25111 これによって、新しく定義された関数を
25112 \series bold
25113
25114 \backslash
25115 sgn
25116 \series default
25117 コマンドで呼び出すことができるようになります。
25118 \end_layout
25119
25120 \begin_layout Itemize
25121 数式を普通に書き下し、関数名を選択して(上記の例では
25122 \emph on
25123 sgn
25124 \emph default
25125 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25126 \end_layout
25127
25128 \begin_layout Standard
25129 双方とも定義済み関数と同等の出力をもたらします
25130 \begin_inset Foot
25131 status collapsed
25132
25133 \begin_layout Plain Layout
25134 \SpecialChar LyX
25135 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \begin_inset Separator parbreak
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \align center
25149 \begin_inset Tabular
25150 <lyxtabular version="3" rows="3" columns="2">
25151 <features booktabs="true" tabularvalignment="middle">
25152 <column alignment="center" valignment="top" width="0pt">
25153 <column alignment="center" valignment="top" width="0pt">
25154 <row>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 コマンド
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 出力
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 A
25180 \backslash
25181 sgn(x)+B
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 \begin_inset Formula $A\sgn(x)+B$
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 <row>
25200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 A
25205 \backslash
25206 ,
25207 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25208 \end_inset
25209
25210 (x)+B
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 </lyxtabular>
25229
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \begin_layout Standard
25236 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25237 \end_layout
25238
25239 \begin_layout Subsection
25240 極限
25241 \begin_inset Index idx
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245 きょくげん@極限
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Standard
25254 極限用には、
25255 \series bold
25256
25257 \backslash
25258 lim
25259 \series default
25260
25261 \begin_inset Index idx
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265 こまんど@コマンド ! L ! 
25266 \backslash
25267 lim
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \series bold
25274
25275 \backslash
25276 liminf
25277 \series default
25278
25279 \series bold
25280
25281 \backslash
25282 limsup
25283 \series default
25284 の他に、以下の関数があります。
25285 \begin_inset Separator parbreak
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Standard
25292 \align center
25293 \begin_inset Tabular
25294 <lyxtabular version="3" rows="5" columns="2">
25295 <features booktabs="true" tabularvalignment="middle">
25296 <column alignment="center" valignment="top" width="0pt">
25297 <column alignment="center" valignment="top" width="0pt">
25298 <row>
25299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 コマンド
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 出力
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 </row>
25318 <row>
25319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323
25324 \backslash
25325 varliminf
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 \begin_inset Formula $\varliminf$
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 </row>
25343 <row topspace="1.5mm">
25344 <cell alignment="center" valignment="top" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \backslash
25350 varlimsup
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 \begin_inset Formula $\varlimsup$
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 </row>
25368 <row topspace="1.5mm">
25369 <cell alignment="center" valignment="top" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373
25374 \backslash
25375 varprojlim
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384 \begin_inset Formula $\varprojlim$
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 <row topspace="1.5mm" bottomspace="1mm">
25394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398
25399 \backslash
25400 varinjlim
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 \begin_inset Formula $\varinjlim$
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 </row>
25418 </lyxtabular>
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 \begin_inset VSpace medskip
25427 \end_inset
25428
25429 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \align center
25434 \begin_inset Tabular
25435 <lyxtabular version="3" rows="2" columns="2">
25436 <features booktabs="true" tabularvalignment="middle">
25437 <column alignment="center" valignment="top" width="0pt">
25438 <column alignment="center" valignment="top" width="0pt">
25439 <row>
25440 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 コマンド
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 出力
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464
25465 \backslash
25466 lim_x
25467 \backslash
25468 to
25469 \begin_inset space \textvisiblespace{}
25470 \end_inset
25471
25472 A
25473 \begin_inset space \textvisiblespace{}
25474 \end_inset
25475
25476 x=B
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 \begin_inset Formula $\lim_{x\to A}x=B$
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 </lyxtabular>
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25503 \begin_inset Formula 
25504 \[
25505 \lim_{x\to A}x=B
25506 \]
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 \begin_inset VSpace medskip
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 極限の組版を調整する仕方については、第
25522 \begin_inset CommandInset ref
25523 LatexCommand ref
25524 reference "subsec:演算子の範囲"
25525
25526 \end_inset
25527
25528 節をご覧ください。
25529 \end_layout
25530
25531 \begin_layout Subsection
25532 剰余関数
25533 \begin_inset Index idx
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 かんすう@関数 ! じょうよ@剰余
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \begin_inset Index idx
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547 かんすう@関数 ! もじゅらす@モジュラス
25548 \begin_inset ERT
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552
25553 |see{
25554 \end_layout
25555
25556 \end_inset
25557
25558 剰余
25559 \begin_inset ERT
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563
25564 }
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 剰余関数は、特別に4つの派生型があります。
25579 \end_layout
25580
25581 \begin_layout Standard
25582 以下は、別行立て数式での派生型です。
25583 \begin_inset Formula 
25584 \begin{align*}
25585 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25586 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25587 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25588 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25589 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25590 \end{align*}
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Standard
25598 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25599 のように文字を\SpecialChar TeX
25600 括弧で囲みます。
25601 \begin_inset Formula 
25602 \begin{align*}
25603 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25604 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25605 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25606 \end{align*}
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Section
25614 特殊文字
25615 \begin_inset Index idx
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619 とくしゅもじ@特殊文字
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
25629 \backslash
25630 を付けなくてはなりません。
25631 \begin_inset Separator parbreak
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 \noindent
25639 \align center
25640 \begin_inset Tabular
25641 <lyxtabular version="3" rows="3" columns="2">
25642 <features booktabs="true" tabularvalignment="middle">
25643 <column alignment="left" valignment="top" width="0pt">
25644 <column alignment="block" valignment="top">
25645 <row>
25646 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 コマンド
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 出力
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \backslash
25672 ^
25673 \begin_inset space \textvisiblespace{}
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25682 \begin_inset Text
25683
25684 \begin_layout Plain Layout
25685 \begin_inset Formula $\mathcircumflex$
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 <row>
25695 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 _
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 \begin_inset Formula $\_$
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 </lyxtabular>
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Subsection
25727 数式テキストにおける特殊文字
25728 \end_layout
25729
25730 \begin_layout Standard
25731 以下の各コマンドは、数式テキストか\SpecialChar TeX
25732 モード中でのみ使用することができます。
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \begin_inset space \hfill{}
25737 \end_inset
25738
25739
25740 \begin_inset Tabular
25741 <lyxtabular version="3" rows="8" columns="2">
25742 <features booktabs="true" tabularvalignment="middle">
25743 <column alignment="left" valignment="top" width="0pt">
25744 <column alignment="block" valignment="top">
25745 <row>
25746 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 コマンド
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 出力
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 </row>
25765 <row>
25766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 oe
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset Formula $\textrm{œ}$
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 OE
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\textrm{Œ}$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row>
25816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820
25821 \backslash
25822 ae
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 \begin_inset Formula $\textrm{æ}$
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 AE
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 \begin_inset Formula $\textrm{Æ}$
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 </row>
25865 <row>
25866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870
25871 \backslash
25872 aa
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 \begin_inset Formula $\textrm{\aa}$
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 </row>
25890 <row>
25891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895
25896 \backslash
25897 AA
25898 \begin_inset Index idx
25899 status collapsed
25900
25901 \begin_layout Plain Layout
25902
25903 \lang english
25904
25905 \backslash
25906 @
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911
25912
25913 \backslash
25914 textrm{
25915 \backslash
25916 AA}
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset Formula $\textrm{Å}$
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 i
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset Formula $\textrm{ı}$
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 </lyxtabular>
25970
25971 \end_inset
25972
25973
25974 \begin_inset space \hfill{}
25975 \end_inset
25976
25977
25978 \begin_inset Tabular
25979 <lyxtabular version="3" rows="8" columns="2">
25980 <features booktabs="true" tabularvalignment="middle">
25981 <column alignment="left" valignment="top" width="0pt">
25982 <column alignment="center" valignment="top">
25983 <row>
25984 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 コマンド
25989 \begin_inset Note Note
25990 status collapsed
25991
25992 \begin_layout Plain Layout
25993 0
25994 \begin_inset space \thinspace{}
25995 \end_inset
25996
25997 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 出力
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 </row>
26017 <row>
26018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022
26023 \backslash
26024 o
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033 \begin_inset Formula $\textrm{ø}$
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 </row>
26042 <row>
26043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047
26048 \backslash
26049 O
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 \begin_inset Formula $\textrm{Ø}$
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 </row>
26067 <row>
26068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \backslash
26074 l
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 \begin_inset Formula $\textrm{ł}$
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 <row>
26093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097
26098 \backslash
26099 L
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108 \begin_inset Formula $\textrm{Ł}$
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 !
26123 \begin_inset space \hspace{}
26124 \length 0mm
26125 \end_inset
26126
26127 `
26128 \begin_inset space \textvisiblespace{}
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\textrm{!`}$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 ?
26155 \begin_inset space \hspace{}
26156 \length 0mm
26157 \end_inset
26158
26159 `
26160 \begin_inset space \textvisiblespace{}
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Formula $\textrm{?`}$
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 j
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 \begin_inset Formula $\textrm{ȷ}$
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 </lyxtabular>
26207
26208 \end_inset
26209
26210
26211 \begin_inset space \hfill{}
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \begin_layout Standard
26218 \begin_inset Formula $\textrm{\textrm{Å}}$
26219 \end_inset
26220
26221
26222 \begin_inset Formula $\textrm{\textrm{Ø}}$
26223 \end_inset
26224
26225 の各文字は、数式ツールバーボタンの
26226 \begin_inset Info
26227 type  "icon"
26228 arg   "math-insert \\digamma"
26229 \end_inset
26230
26231 からも挿入することができます。
26232 \end_layout
26233
26234 \begin_layout Standard
26235 例外は、
26236 \series bold
26237 !
26238 \begin_inset space \hspace{}
26239 \length 0mm
26240 \end_inset
26241
26242 `
26243 \series default
26244
26245 \series bold
26246 ?
26247 \begin_inset space \hspace{}
26248 \length 0mm
26249 \end_inset
26250
26251 `
26252 \series default
26253 の各コマンドで、これらは直接\SpecialChar LyX
26254 中の本文に入れることができます。
26255 \end_layout
26256
26257 \begin_layout Subsection
26258 文章中のアクセント
26259 \begin_inset CommandInset label
26260 LatexCommand label
26261 name "subsec:文章中のアクセント"
26262
26263 \end_inset
26264
26265
26266 \begin_inset Index idx
26267 status collapsed
26268
26269 \begin_layout Plain Layout
26270 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26280 モードで入れなくてはなりません。
26281 \end_layout
26282
26283 \begin_layout Standard
26284 \begin_inset space \hfill{}
26285 \end_inset
26286
26287
26288 \begin_inset Tabular
26289 <lyxtabular version="3" rows="8" columns="2">
26290 <features booktabs="true" tabularvalignment="middle">
26291 <column alignment="left" valignment="top" width="0pt">
26292 <column alignment="block" valignment="top">
26293 <row>
26294 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 コマンド
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
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
26321 \begin_inset Quotes grd
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 "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" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356
26357 \backslash
26358 `e
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 `e
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 <row>
26386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390
26391 \backslash
26392 ^
26393 \begin_inset space \textvisiblespace{}
26394 \end_inset
26395
26396 e
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409
26410
26411 \backslash
26412 ^e
26413 \end_layout
26414
26415 \end_inset
26416
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 =e
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset ERT
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 =e
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 <row>
26458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462
26463 \backslash
26464 u
26465 \begin_inset space \textvisiblespace{}
26466 \end_inset
26467
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 u 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 b
26503 \begin_inset space \textvisiblespace{}
26504 \end_inset
26505
26506 e
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515 \begin_inset ERT
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519
26520
26521 \backslash
26522 b e
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 </row>
26533 <row>
26534 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Plain Layout
26538
26539 \backslash
26540 t
26541 \begin_inset space \textvisiblespace{}
26542 \end_inset
26543
26544 ee
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 t ee
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 </lyxtabular>
26572
26573 \end_inset
26574
26575
26576 \begin_inset space \hfill{}
26577 \end_inset
26578
26579
26580 \begin_inset Tabular
26581 <lyxtabular version="3" rows="8" columns="2">
26582 <features booktabs="true" tabularvalignment="middle">
26583 <column alignment="left" valignment="top" width="0pt">
26584 <column alignment="center" valignment="top">
26585 <row>
26586 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 コマンド
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 出力
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 </row>
26605 <row>
26606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610
26611 \backslash
26612 H
26613 \begin_inset space \textvisiblespace{}
26614 \end_inset
26615
26616 e
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 \begin_inset ERT
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 H e
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row>
26644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648
26649 \backslash
26650 'e
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 \begin_inset ERT
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664
26665 \backslash
26666 'e
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 </row>
26677 <row>
26678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682
26683 \backslash
26684 ~e
26685 \begin_inset Index idx
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 ちるだ@チルダ
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 ~e
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 .e
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742
26743 \backslash
26744 .e
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 </row>
26755 <row>
26756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760
26761 \backslash
26762 v
26763 \begin_inset space \textvisiblespace{}
26764 \end_inset
26765
26766 e
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775 \begin_inset ERT
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779
26780
26781 \backslash
26782 v e
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 </row>
26793 <row>
26794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798
26799 \backslash
26800 d
26801 \begin_inset space \textvisiblespace{}
26802 \end_inset
26803
26804 e
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 \begin_inset ERT
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818
26819 \backslash
26820 d e
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row>
26832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836
26837 \backslash
26838 c
26839 \begin_inset space \textvisiblespace{}
26840 \end_inset
26841
26842 e
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 c e
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 </lyxtabular>
26870
26871 \end_inset
26872
26873
26874 \begin_inset space \hfill{}
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Standard
26881 \begin_inset VSpace medskip
26882 \end_inset
26883
26884
26885 \series bold
26886
26887 \backslash
26888 t
26889 \series default
26890 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26891 \series bold
26892
26893 \backslash
26894 t
26895 \begin_inset space \textvisiblespace{}
26896 \end_inset
26897
26898 sz
26899 \series default
26900 は、
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906
26907 \backslash
26908 t sz
26909 \end_layout
26910
26911 \end_inset
26912
26913 となります。
26914 \end_layout
26915
26916 \begin_layout Standard
26917
26918 \series bold
26919 `
26920 \series default
26921  ・
26922 \series bold
26923  '
26924 \series default
26925  ・ 
26926 \series bold
26927 ^
26928 \series default
26929  の各アクセントは、\SpecialChar TeX
26930 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26931 \begin_inset Foot
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \series bold
26942 ~
26943 \series default
26944 を、
26945 \emph on
26946 a
26947 \emph default
26948
26949 \emph on
26950 n
26951 \emph default
26952
26953 \emph on
26954 o
26955 \emph default
26956 といっしょに使うときも同様です。
26957 \end_layout
26958
26959 \begin_layout Standard
26960
26961 \series bold
26962
26963 \backslash
26964 b
26965 \series default
26966
26967 \series bold
26968
26969 \backslash
26970 c
26971 \series default
26972
26973 \series bold
26974
26975 \backslash
26976 d
26977 \series default
26978
26979 \series bold
26980
26981 \backslash
26982 H
26983 \series default
26984
26985 \series bold
26986
26987 \backslash
26988 t
26989 \series default
26990
26991 \series bold
26992
26993 \backslash
26994 u
26995 \series default
26996
26997 \series bold
26998
26999 \backslash
27000 v
27001 \series default
27002 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27003 。第
27004 \begin_inset CommandInset ref
27005 LatexCommand ref
27006 reference "subsec:一文字に付けるアクセント"
27007
27008 \end_inset
27009
27010 節をご参照下さい。
27011 \end_layout
27012
27013 \begin_layout Standard
27014 \begin_inset VSpace bigskip
27015 \end_inset
27016
27017 さらに、
27018 \series bold
27019
27020 \backslash
27021 textcircled
27022 \series default
27023
27024 \begin_inset Index idx
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028 こまんど@コマンド ! T ! 
27029 \backslash
27030 textcircled
27031 \end_layout
27032
27033 \end_inset
27034
27035 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
27036 \end_layout
27037
27038 \begin_layout Standard
27039 \align center
27040 \begin_inset Tabular
27041 <lyxtabular version="3" rows="3" columns="2">
27042 <features booktabs="true" tabularvalignment="middle">
27043 <column alignment="center" valignment="top" width="0pt">
27044 <column alignment="center" valignment="top">
27045 <row>
27046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Plain Layout
27050 コマンド
27051 \end_layout
27052
27053 \end_inset
27054 </cell>
27055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059 出力
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 </row>
27065 <row>
27066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070
27071 \backslash
27072 textcircled{w}
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 \begin_inset ERT
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085
27086
27087 \backslash
27088 textcircled{w}
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 </row>
27099 <row topspace="1mm">
27100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104
27105 \backslash
27106 Large 
27107 \backslash
27108 textcircled{
27109 \backslash
27110 normalsize
27111 \backslash
27112 protect
27113 \backslash
27114 raisebox{-1.5pt}{W}}
27115 \end_layout
27116
27117 \end_inset
27118 </cell>
27119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27120 \begin_inset Text
27121
27122 \begin_layout Plain Layout
27123 \begin_inset ERT
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127
27128
27129 \backslash
27130 Large 
27131 \backslash
27132 textcircled{
27133 \backslash
27134 normalsize
27135 \backslash
27136 protect
27137 \backslash
27138 raisebox{-1.5pt}W}
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 </row>
27149 </lyxtabular>
27150
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Standard
27157 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27158 \series bold
27159
27160 \backslash
27161 Large
27162 \series default
27163
27164 \begin_inset Foot
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169 \begin_inset CommandInset ref
27170 LatexCommand ref
27171 reference "subsec:書体寸法"
27172
27173 \end_inset
27174
27175 節参照のこと。
27176 \end_layout
27177
27178 \end_inset
27179
27180 で丸の大きさを指定しています。そして
27181 \series bold
27182
27183 \backslash
27184 raisebox
27185 \series default
27186
27187 \begin_inset Foot
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191
27192 \begin_inset CommandInset ref
27193 LatexCommand ref
27194 reference "subsec:枠なしボックス"
27195
27196 \end_inset
27197
27198 節参照のこと。
27199 \end_layout
27200
27201 \end_inset
27202
27203 を使って、文字が真ん中にくるようにしています。
27204 \end_layout
27205
27206 \begin_layout Subsection
27207 古式数字
27208 \begin_inset Index idx
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 こしきすうじ@古式数字
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \begin_layout Standard
27221 古式数字は、
27222 \series bold
27223
27224 \backslash
27225 oldstylenums
27226 \series default
27227
27228 \begin_inset Index idx
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232 こまんど@コマンド ! O ! 
27233 \backslash
27234 oldstylenums
27235 \end_layout
27236
27237 \end_inset
27238
27239 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27240 モード中でも使うことができます。コマンド書式は、
27241 \end_layout
27242
27243 \begin_layout Standard
27244
27245 \series bold
27246
27247 \backslash
27248 oldstylenums{数字}
27249 \end_layout
27250
27251 \begin_layout Standard
27252 です。
27253 \series bold
27254
27255 \backslash
27256 oldstylenums{0123456789}
27257 \series default
27258 というコマンドは、
27259 \begin_inset Formula $\oldstylenums{0123456789}$
27260 \end_inset
27261
27262 のようになります。
27263 \end_layout
27264
27265 \begin_layout Section
27266 数式様式
27267 \begin_inset CommandInset label
27268 LatexCommand label
27269 name "sec:数式様式"
27270
27271 \end_inset
27272
27273
27274 \begin_inset Index idx
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 すうしき@数式 ! ようしき@様式
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Itemize
27287 以下の二つの配置様式があります。
27288 \begin_inset Separator parbreak
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_deeper
27295 \begin_layout Description
27296 中央揃え 事前に定義された標準です。
27297 \end_layout
27298
27299 \begin_layout Description
27300 行頭下げ これを使うには、
27301 \family sans
27302 文書\SpecialChar menuseparator
27303 設定
27304 \family default
27305 メニューの
27306 \family sans
27307 文書クラス
27308 \family default
27309 において、
27310 \series bold
27311 fleqn
27312 \series default
27313 オプションを指定しておかなくてはなりません。
27314 \end_layout
27315
27316 \begin_layout Standard
27317
27318 \series bold
27319 行頭下げ
27320 \series default
27321 を用いる場合には、行頭下げの大きさを
27322 \series bold
27323
27324 \backslash
27325 mathindent
27326 \series default
27327
27328 \begin_inset Index idx
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332 こまんど@コマンド ! M ! 
27333 \backslash
27334 mathindent
27335 \end_layout
27336
27337 \end_inset
27338
27339 の値で調整することができます。これを15
27340 \begin_inset space \thinspace{}
27341 \end_inset
27342
27343 mmにするには、\SpecialChar LaTeX
27344 プリアンブルに以下のコマンドを入れておきます。
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \series bold
27350
27351 \backslash
27352 setlength{
27353 \backslash
27354 mathindent}{15mm}
27355 \end_layout
27356
27357 \begin_layout Standard
27358
27359 \series bold
27360
27361 \backslash
27362 mathindent
27363 \series default
27364 を明示的に指定しない場合には、事前に定義されている30
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 ptが適用されます。
27369 \end_layout
27370
27371 \end_deeper
27372 \begin_layout Itemize
27373 また、以下の二つの連番様式があります。
27374 \begin_inset Separator parbreak
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_deeper
27381 \begin_layout Description
27382 右 事前に定義された標準です。
27383 \end_layout
27384
27385 \begin_layout Description
27386 左 これを使うには、
27387 \family sans
27388 文書\SpecialChar menuseparator
27389 設定
27390 \family default
27391 メニューの
27392 \family sans
27393 文書クラス
27394 \family default
27395 において、
27396 \series bold
27397 leqno
27398 \series default
27399 オプションを指定しておかなくてはなりません。
27400 \end_layout
27401
27402 \end_deeper
27403 \begin_layout Standard
27404
27405 \series bold
27406 fleqn
27407 \series default
27408
27409 \series bold
27410 leqno
27411 \series default
27412 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27413 \end_layout
27414
27415 \begin_layout Standard
27416 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27417 \series bold
27418 中央揃え
27419 \series default
27420 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27421 \begin_inset CommandInset ref
27422 LatexCommand ref
27423 reference "subsec:flalign環境"
27424
27425 \end_inset
27426
27427 節をご覧下さい。
27428 \end_layout
27429
27430 \begin_layout Section
27431 多行数式
27432 \begin_inset CommandInset label
27433 LatexCommand label
27434 name "sec:多行数式"
27435
27436 \end_inset
27437
27438
27439 \begin_inset Index idx
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 すうしき@数式 ! たぎょう@多行
27444 \begin_inset space \thinspace{}
27445 \end_inset
27446
27447 ——
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \begin_layout Subsection
27456 概要
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \SpecialChar LyX
27461 では、多行数式は、数式中で
27462 \begin_inset Info
27463 type  "shortcut"
27464 arg   "newline-insert newline"
27465 \end_inset
27466
27467 を押すことで作られます。この操作によって、第
27468 \begin_inset CommandInset ref
27469 LatexCommand ref
27470 reference "subsec:eqnarray環境"
27471
27472 \end_inset
27473
27474 節に述べられている
27475 \series bold
27476 eqnarray環境
27477 \series default
27478 が作り出されるか、あるいは文書設定で
27479 \family sans
27480 AMS mathパッケージを使う
27481 \family default
27482 オプションが選択されている場合には、第
27483 \begin_inset CommandInset ref
27484 LatexCommand ref
27485 reference "subsec:標準align環境"
27486
27487 \end_inset
27488
27489 節に述べられている
27490 \series bold
27491 align環境
27492 \series default
27493 が作り出されることになります。
27494 \end_layout
27495
27496 \begin_layout Standard
27497 他にも、
27498 \family sans
27499 挿入\SpecialChar menuseparator
27500 数式
27501 \family default
27502 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27503 \end_layout
27504
27505 \begin_layout Standard
27506 すべての多行数式において、新規行は、
27507 \begin_inset Info
27508 type  "shortcut"
27509 arg   "newline-insert newline"
27510 \end_inset
27511
27512 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27513 \begin_inset Info
27514 type  "icon"
27515 arg   "inset-modify tabular append-row"
27516 \end_inset
27517
27518
27519 \begin_inset Info
27520 type  "icon"
27521 arg   "inset-modify tabular delete-row"
27522 \end_inset
27523
27524 を使うか、
27525 \family sans
27526 編集\SpecialChar menuseparator
27527 行と列
27528 \family default
27529 メニューを使うことができます。
27530 \end_layout
27531
27532 \begin_layout Subsubsection
27533 行間
27534 \begin_inset CommandInset label
27535 LatexCommand label
27536 name "subsec:行間"
27537
27538 \end_inset
27539
27540
27541 \begin_inset Index idx
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 すうしき@数式 ! たぎょう@多行
27546 \begin_inset space \thinspace{}
27547 \end_inset
27548
27549 —— ! ぎょうかん@行間
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27559 \begin_inset Formula 
27560 \begin{eqnarray*}
27561 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}\\
27562 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
27563 \end{eqnarray*}
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Standard
27571 \SpecialChar LaTeX
27572 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
27573 には実装されていない
27574 \begin_inset Foot
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 \begin_inset CommandInset href
27579 LatexCommand href
27580 name "LyX-bug #1505"
27581 target "http://www.lyx.org/trac/ticket/1505"
27582
27583 \end_inset
27584
27585 を参照。
27586 \end_layout
27587
27588 \end_inset
27589
27590 ので、数式全体を\SpecialChar TeX
27591 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27592 \series bold
27593
27594 \backslash
27595
27596 \backslash
27597 [3mm]
27598 \series default
27599 というコマンドを入れます。すると、次のようになります。
27600 \begin_inset ERT
27601 status collapsed
27602
27603 \begin_layout Plain Layout
27604
27605
27606 \backslash
27607 begin{eqnarray*}
27608 \end_layout
27609
27610 \begin_layout Plain Layout
27611
27612 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27613  = & 
27614 \backslash
27615 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27616 \backslash
27617
27618 \backslash
27619 [3mm]
27620 \end_layout
27621
27622 \begin_layout Plain Layout
27623
27624 4x^{2}
27625 \backslash
27626 left(B^{2}+x_{0}^{2}
27627 \backslash
27628 right)+4x_{0}x
27629 \backslash
27630 left(D-B^{2}
27631 \backslash
27632 right)+B^{2}
27633 \backslash
27634 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27635 \backslash
27636 right) & = & 0
27637 \end_layout
27638
27639 \begin_layout Plain Layout
27640
27641
27642 \backslash
27643 end{eqnarray*}
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \begin_layout Standard
27652 \begin_inset VSpace bigskip
27653 \end_inset
27654
27655 同一数式内のすべての行の行間を一律に指定するには、
27656 \series bold
27657
27658 \backslash
27659 jot
27660 \series default
27661
27662 \begin_inset Index idx
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 こまんど@コマンド ! J ! 
27667 \backslash
27668 jot
27669 \end_layout
27670
27671 \end_inset
27672
27673 変数を変更します。定義は、
27674 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27675 \end_inset
27676
27677 となっています。
27678 \series bold
27679
27680 \backslash
27681 jot
27682 \series default
27683 の既定値は、3
27684 \begin_inset space \thinspace{}
27685 \end_inset
27686
27687 ptです。上記の例のように、行間を3
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691 mm追加するには、
27692 \end_layout
27693
27694 \begin_layout Standard
27695
27696 \series bold
27697
27698 \backslash
27699 setlength{
27700 \backslash
27701 jot}{3mm+3pt}
27702 \end_layout
27703
27704 \begin_layout Standard
27705 というコマンドを、数式直前に\SpecialChar TeX
27706 モードで入れておきます。これを行うには、\SpecialChar LaTeX
27707 プリアンブルに
27708 \end_layout
27709
27710 \begin_layout Standard
27711
27712 \series bold
27713
27714 \backslash
27715 usepackage{calc}
27716 \end_layout
27717
27718 \begin_layout Standard
27719 という行を入れて、\SpecialChar LaTeX
27720 パッケージ
27721 \series bold
27722 calc
27723 \series default
27724
27725 \begin_inset Foot
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729
27730 \series bold
27731 calc
27732 \series default
27733 は標準的な\SpecialChar LaTeX
27734 頒布版のすべてに付属しています。
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \begin_inset Index idx
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744 ぱっけーじ@パッケージ ! calc
27745 \end_layout
27746
27747 \end_inset
27748
27749  を読み込んでおく必要があります。すると、
27750 \begin_inset ERT
27751 status collapsed
27752
27753 \begin_layout Plain Layout
27754
27755
27756 \backslash
27757 setlength{
27758 \backslash
27759 jot}{3mm+3pt}
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \begin_inset Formula 
27766 \begin{eqnarray*}
27767 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}\\
27768 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
27769 \end{eqnarray*}
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Standard
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782
27783 \backslash
27784 setlength{
27785 \backslash
27786 jot}{3pt}
27787 \end_layout
27788
27789 \end_inset
27790
27791 のような結果を得ます。行間を既定値に戻すには、
27792 \series bold
27793
27794 \backslash
27795 jot
27796 \series default
27797 をふたたび3
27798 \begin_inset space \thinspace{}
27799 \end_inset
27800
27801 ptに戻します。
27802 \end_layout
27803
27804 \begin_layout Subsubsection
27805 列間
27806 \begin_inset CommandInset label
27807 LatexCommand label
27808 name "subsec:列間"
27809
27810 \end_inset
27811
27812
27813 \begin_inset Index idx
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817 すうしき@数式 ! たぎょう@多行
27818 \begin_inset space \thinspace{}
27819 \end_inset
27820
27821 —— ! れつかん@列間
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \begin_layout Standard
27830 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27831
27832 \end_layout
27833
27834 \begin_layout Standard
27835 列間は、
27836 \series bold
27837
27838 \backslash
27839 arraycolsep
27840 \series default
27841
27842 \begin_inset Index idx
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 こまんど@コマンド ! A ! 
27847 \backslash
27848 arraycolsep
27849 \end_layout
27850
27851 \end_inset
27852
27853 変数を使って指定し、
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857 列間 = 2
27858 \begin_inset space \thinspace{}
27859 \end_inset
27860
27861
27862 \series bold
27863
27864 \backslash
27865 arraycolsep
27866 \series default
27867
27868 \begin_inset Newline newline
27869 \end_inset
27870
27871 という関係があります。したがって、
27872 \end_layout
27873
27874 \begin_layout Standard
27875
27876 \series bold
27877
27878 \backslash
27879 setlength{
27880 \backslash
27881 arraycolsep}{1cm}
27882 \end_layout
27883
27884 \begin_layout Standard
27885 というコマンドを\SpecialChar TeX
27886 モードで入れると、ここから後のすべての数式の列間が2
27887 \begin_inset space \thinspace{}
27888 \end_inset
27889
27890 cmになります。これを既定値に戻すには、
27891 \series bold
27892
27893 \backslash
27894 arraycolsep
27895 \series default
27896 を5
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 ptに戻して下さい。
27901 \end_layout
27902
27903 \begin_layout Standard
27904 以下は、2
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 cmの列間を持つ数式です。
27909 \begin_inset ERT
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914
27915 \backslash
27916 setlength{
27917 \backslash
27918 arraycolsep}{1cm}
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \begin_inset Formula 
27925 \begin{eqnarray*}
27926 A & = & B\\
27927 C & \ne & A
27928 \end{eqnarray*}
27929
27930 \end_inset
27931
27932 行列の既定の列間10
27933 \begin_inset space \thinspace{}
27934 \end_inset
27935
27936 ptを持つ数式です。
27937 \begin_inset ERT
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941
27942
27943 \backslash
27944 setlength{
27945 \backslash
27946 arraycolsep}{5pt}
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \begin_inset Formula 
27953 \begin{eqnarray*}
27954 A & = & B\\
27955 C & \ne & A
27956 \end{eqnarray*}
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Subsubsection
27964 長い数式
27965 \begin_inset Index idx
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969 すうしき@数式 ! ながい@長い
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \begin_layout Standard
27978 長い数式は、以下の方法を使って組版することができます。
27979 \end_layout
27980
27981 \begin_layout Itemize
27982 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27983 \begin_inset Formula 
27984 \begin{eqnarray}
27985 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 \\
27986  &  & -\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}
27987 \end{eqnarray}
27988
27989 \end_inset
27990
27991 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27992 示されません。これを避けるために、マイナス記号の後に
27993 \series bold
27994
27995 \backslash
27996 hspace
27997 \series default
27998 .
27999 \begin_inset Foot
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003
28004 \series bold
28005
28006 \backslash
28007 hspace
28008 \series default
28009 に関しての詳細は、第
28010 \begin_inset CommandInset ref
28011 LatexCommand ref
28012 reference "subsec:可変長の空白"
28013
28014 \end_inset
28015
28016 節をご覧下さい。
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \begin_inset Index idx
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 こまんど@コマンド ! H ! 
28027 \backslash
28028 hspace
28029 \end_layout
28030
28031 \end_inset
28032
28033 コマンドを使って3
28034 \begin_inset space \thinspace{}
28035 \end_inset
28036
28037 pt空白を入れてあります。
28038 \end_layout
28039
28040 \begin_layout Itemize
28041 数式の両辺がともに長すぎるときには、
28042 \series bold
28043
28044 \backslash
28045 lefteqn
28046 \series default
28047
28048 \begin_inset Index idx
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 こまんど@コマンド ! L ! 
28053 \backslash
28054 lefteqn
28055 \end_layout
28056
28057 \end_inset
28058
28059 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28060 \begin_inset Formula 
28061 \begin{eqnarray}
28062 \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 \\
28063  &  & -\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 \\
28064  &  & =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}
28065 \end{eqnarray}
28066
28067 \end_inset
28068
28069
28070 \series bold
28071
28072 \backslash
28073 lefteqn
28074 \series default
28075 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28076 \begin_inset Newline newline
28077 \end_inset
28078
28079 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28080 \begin_inset VSpace medskip
28081 \end_inset
28082
28083
28084 \begin_inset Newline newline
28085 \end_inset
28086
28087
28088 \begin_inset Note Greyedout
28089 status open
28090
28091 \begin_layout Plain Layout
28092
28093 \series bold
28094
28095 \backslash
28096 lefteqn
28097 \series default
28098 を使用する際には、以下のことにご注意下さい。
28099 \end_layout
28100
28101 \begin_layout Itemize
28102 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28103 \begin_inset Formula $-B^{2}$
28104 \end_inset
28105
28106 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28107 \end_layout
28108
28109 \begin_layout Itemize
28110 \SpecialChar LyX
28111 のバグによって、最初の行にマウスでカーソルを入れることはできません
28112 \begin_inset Foot
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 \begin_inset CommandInset href
28117 LatexCommand href
28118 name "LyX-bug #1429"
28119 target "http://www.lyx.org/trac/ticket/1429"
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \end_inset
28127
28128 。カーソルを行頭に合わせて、矢印
28129 \begin_inset Flex Ruby
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133
28134 \begin_inset Argument post:1
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 キー
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147
28148 で移動するしかありません。
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Itemize
28157 長い数式を組む他の方法として、第
28158 \begin_inset CommandInset ref
28159 LatexCommand ref
28160 reference "subsec:multline環境"
28161
28162 \end_inset
28163
28164 節と第
28165 \begin_inset CommandInset ref
28166 LatexCommand ref
28167 reference "subsec:数式の一部の多行化"
28168
28169 \end_inset
28170
28171 節で述べられている環境を用いる方法があります。
28172 \end_layout
28173
28174 \begin_layout Subsubsection
28175 多行にわたる分数
28176 \begin_inset CommandInset label
28177 LatexCommand label
28178 name "subsec:多行にわたる分数"
28179
28180 \end_inset
28181
28182
28183 \begin_inset Index idx
28184 status open
28185
28186 \begin_layout Plain Layout
28187 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Standard
28196 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28197 \series bold
28198
28199 \backslash
28200 splitfrac
28201 \series default
28202 コマンド
28203 \begin_inset Index idx
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 こまんど@コマンド ! S ! 
28208 \backslash
28209 splitfrac
28210 \end_layout
28211
28212 \end_inset
28213
28214 を使うことができます。これを有効化するには、文書設定の
28215 \family sans
28216 数式オプション
28217 \family default
28218 で、
28219 \series bold
28220 mathtools
28221 \series default
28222 パッケージ
28223 \begin_inset Index idx
28224 status collapsed
28225
28226 \begin_layout Plain Layout
28227 ぱっけーじ@パッケージ ! mathtools
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \family sans
28234 常に読み込み
28235 \family default
28236 オプションを指定してください。
28237 \series bold
28238
28239 \backslash
28240 splitfrac
28241 \series default
28242 のスキームは
28243 \end_layout
28244
28245 \begin_layout Standard
28246
28247 \series bold
28248
28249 \backslash
28250 splitfrac{1行目}{2行目}
28251 \end_layout
28252
28253 \begin_layout Standard
28254 となっており、分母にも分子にも使うことができます。
28255 \end_layout
28256
28257 \begin_layout Standard
28258 \begin_inset Formula 
28259 \[
28260 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}
28261 \]
28262
28263 \end_inset
28264
28265 上記の最初の分子に使われているコマンドは、
28266 \end_layout
28267
28268 \begin_layout Standard
28269
28270 \series bold
28271
28272 \backslash
28273 splitfrac{xy+xy+xy+xy+xy
28274 \begin_inset space \textvisiblespace{}
28275 \end_inset
28276
28277
28278 \backslash
28279 {+wy+wy+wy+wy
28280 \end_layout
28281
28282 \begin_layout Standard
28283 です。
28284 \end_layout
28285
28286 \begin_layout Subsubsection
28287 多行にわたる括弧
28288 \begin_inset CommandInset label
28289 LatexCommand label
28290 name "subsec:多行にわたる括弧"
28291
28292 \end_inset
28293
28294
28295 \begin_inset Index idx
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28309 \begin_inset Formula 
28310 \begin{eqnarray*}
28311 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28312  &  & \left.\cdots+B-D\right]
28313 \end{eqnarray*}
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \begin_layout Standard
28321 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28322 \end_layout
28323
28324 \begin_layout Standard
28325 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28326 \series bold
28327
28328 \backslash
28329 right.
28330 \series default
28331
28332 \begin_inset Index idx
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336 こまんど@コマンド ! R ! 
28337 \backslash
28338 right
28339 \end_layout
28340
28341 \end_inset
28342
28343 とし、二行めの始めを
28344 \series bold
28345
28346 \backslash
28347 left.
28348 \begin_inset Foot
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353 \series bold
28354
28355 \backslash
28356 left
28357 \series default
28358
28359 \series bold
28360
28361 \backslash
28362 right
28363 \series default
28364 に関する詳細は、第
28365 \begin_inset CommandInset ref
28366 LatexCommand ref
28367 reference "subsec:自動の括弧丈"
28368
28369 \end_inset
28370
28371 節をご覧下さい。
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \series default
28378
28379 \begin_inset Index idx
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383 こまんど@コマンド ! L ! 
28384 \backslash
28385 left
28386 \end_layout
28387
28388 \end_inset
28389
28390 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28391 \series bold
28392
28393 \backslash
28394 left.
28395 \series default
28396 の後に、
28397 \series bold
28398
28399 \backslash
28400 vphantom
28401 \series default
28402
28403 \begin_inset space \textvisiblespace{}
28404 \end_inset
28405
28406
28407 \series bold
28408
28409 \backslash
28410 prod
28411 \series default
28412 ^
28413 \begin_inset space \textvisiblespace{}
28414 \end_inset
28415
28416
28417 \series bold
28418
28419 \backslash
28420 infty
28421 \series default
28422
28423 \begin_inset space \textvisiblespace{}
28424 \end_inset
28425
28426
28427 \series bold
28428
28429 \begin_inset Formula $\downarrow$
28430 \end_inset
28431
28432 _R=1}
28433 \series default
28434
28435 \begin_inset Index idx
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 こまんど@コマンド ! V ! 
28440 \backslash
28441 vphantom
28442 \end_layout
28443
28444 \end_inset
28445
28446 というコマンドを挿入します。
28447 \end_layout
28448
28449 \begin_layout Standard
28450 その結果が以下の数式です。
28451 \begin_inset Formula 
28452 \begin{eqnarray*}
28453 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28454  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28455 \end{eqnarray*}
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Subsection
28463 align環境
28464 \end_layout
28465
28466 \begin_layout Standard
28467 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28468 \end_layout
28469
28470 \begin_layout Standard
28471 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28472 \end_layout
28473
28474 \begin_layout Standard
28475 align環境は、
28476 \family sans
28477 挿入\SpecialChar menuseparator
28478 数式
28479 \family default
28480 メニューから作ることができます。
28481 \family sans
28482 編集\SpecialChar menuseparator
28483 数式\SpecialChar menuseparator
28484 数式の表記を変更
28485 \family default
28486 メニューを使えば、既存の数式をalign環境に変更することができます。
28487 \end_layout
28488
28489 \begin_layout Standard
28490 列を追加したり削除したりするには、数式ツールバーボタンの
28491 \begin_inset Info
28492 type  "icon"
28493 arg   "inset-modify tabular append-column"
28494 \end_inset
28495
28496
28497 \begin_inset Info
28498 type  "icon"
28499 arg   "inset-modify tabular delete-column"
28500 \end_inset
28501
28502 を使うか、
28503 \family sans
28504 編集\SpecialChar menuseparator
28505 行と列
28506 \family default
28507 メニューを使います。
28508 \end_layout
28509
28510 \begin_layout Subsubsection
28511 標準align環境
28512 \begin_inset CommandInset label
28513 LatexCommand label
28514 name "subsec:標準align環境"
28515
28516 \end_inset
28517
28518
28519 \begin_inset Index idx
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 すうしき@数式 ! たぎょう@多行
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 —— ! alignかんきょう@align環境
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 このalign環境は、数式中で
28537 \begin_inset Info
28538 type  "shortcut"
28539 arg   "newline-insert newline"
28540 \end_inset
28541
28542 を押すか、
28543 \family sans
28544 挿入\SpecialChar menuseparator
28545 数式\SpecialChar menuseparator
28546 AMS align環境
28547 \family default
28548 メニューで作ることができます。
28549 \end_layout
28550
28551 \begin_layout Standard
28552 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28553 \begin_inset Formula 
28554 \begin{align*}
28555 A & =\sin(B) & C & =D\\
28556 C & \ne A & B & \ne D
28557 \end{align*}
28558
28559 \end_inset
28560
28561 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28562 \series bold
28563
28564 \backslash
28565 hfill
28566 \begin_inset Foot
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570
28571 \series bold
28572
28573 \backslash
28574 hfill
28575 \series default
28576 に関する詳細は、第
28577 \begin_inset CommandInset ref
28578 LatexCommand ref
28579 reference "subsec:可変長の空白"
28580
28581 \end_inset
28582
28583 節をご覧下さい。
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \series default
28590 があるかのように配置されます。数式様式として
28591 \series bold
28592 行頭下げ
28593 \begin_inset Foot
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597
28598 \series bold
28599 数式様式については、第
28600 \series default
28601
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "sec:数式様式"
28605
28606 \end_inset
28607
28608 節をご覧下さい。
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \series default
28615 を使う場合には、第一列の前の
28616 \series bold
28617
28618 \backslash
28619 hfill
28620 \series default
28621 はない形で数式が設定されます。
28622 \end_layout
28623
28624 \begin_layout Subsubsection
28625 alignat環境
28626 \begin_inset Index idx
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630 すうしき@数式 ! たぎょう@多行
28631 \begin_inset space \thinspace{}
28632 \end_inset
28633
28634 —— ! alignatかんきょう@alignat環境
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28644 \begin_inset CommandInset ref
28645 LatexCommand ref
28646 reference "subsec:空白"
28647
28648 \end_inset
28649
28650 節に述べられている空白を使用して手動で入れます。
28651 \end_layout
28652
28653 \begin_layout Standard
28654 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28655 \begin_inset space \thinspace{}
28656 \end_inset
28657
28658 cmの空白を入れたものです。
28659 \begin_inset Formula 
28660 \begin{alignat*}{2}
28661 A & =\sin(B) & \hspace{1cm}C & =D\\
28662 C & \ne A & B & \ne D
28663 \end{alignat*}
28664
28665 \end_inset
28666
28667 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28668 \end_layout
28669
28670 \begin_layout Subsubsection
28671 flalign環境
28672 \begin_inset CommandInset label
28673 LatexCommand label
28674 name "subsec:flalign環境"
28675
28676 \end_inset
28677
28678
28679 \begin_inset Index idx
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 すうしき@数式 ! たぎょう@多行
28684 \begin_inset space \thinspace{}
28685 \end_inset
28686
28687 —— ! flalignかんきょう@flalign環境
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28697 \begin_inset Formula 
28698 \begin{flalign*}
28699 A & =1 & B & =2 & C & =3\\
28700 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28701 \end{flalign*}
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
28710 括弧を入れておくと、数式様式として
28711 \series bold
28712 中央揃え
28713 \series default
28714 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28715 \begin_inset CommandInset ref
28716 LatexCommand eqref
28717 reference "eq:VolInt"
28718
28719 \end_inset
28720
28721 式を行頭下げにしたものです。
28722 \begin_inset Formula 
28723 \begin{flalign}
28724 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28725 \end{flalign}
28726
28727 \end_inset
28728
28729 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28730 \begin_inset space \thinspace{}
28731 \end_inset
28732
28733 ptの空白が第1列の頭に入れてあります。
28734 \end_layout
28735
28736 \begin_layout Subsection
28737 eqnarray環境
28738 \begin_inset CommandInset label
28739 LatexCommand label
28740 name "subsec:eqnarray環境"
28741
28742 \end_inset
28743
28744
28745 \begin_inset Index idx
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 すうしき@数式 ! たぎょう@多行
28750 \begin_inset space \thinspace{}
28751 \end_inset
28752
28753 —— ! eqnarrayかんきょう@eqnarray環境
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \begin_layout Standard
28762 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28763 いるので、その内容は中央揃えで少し小さく設定されます。
28764 \begin_inset Formula 
28765 \begin{eqnarray*}
28766 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28767 AB & AB & AB\\
28768 A & = & A
28769 \end{eqnarray*}
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Subsection
28777 gather環境
28778 \begin_inset Index idx
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782 すうしき@数式 ! たぎょう@多行
28783 \begin_inset space \thinspace{}
28784 \end_inset
28785
28786 —— ! gatherかんきょう@gather環境
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Standard
28795 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28796 \begin_inset Formula 
28797 \begin{gather}
28798 A=1\\
28799 X=\textrm{-}1
28800 \end{gather}
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Subsection
28808 multline環境
28809 \begin_inset CommandInset label
28810 LatexCommand label
28811 name "subsec:multline環境"
28812
28813 \end_inset
28814
28815
28816 \begin_inset Index idx
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 すうしき@数式 ! たぎょう@多行
28821 \begin_inset space \thinspace{}
28822 \end_inset
28823
28824 —— ! multlineかんきょう@multpline環境
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Standard
28833 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28834 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28835 \begin_inset CommandInset ref
28836 LatexCommand eqref
28837 reference "eq:lefteqn"
28838
28839 \end_inset
28840
28841 式をmultline環境に置いたものを示します。
28842 \begin_inset Formula 
28843 \begin{multline}
28844 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}\\
28845 -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}\\
28846 =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}}
28847 \end{multline}
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Standard
28855 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28856 \begin_inset Foot
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860 付番様式については、第
28861 \begin_inset CommandInset ref
28862 LatexCommand ref
28863 reference "sec:数式様式"
28864
28865 \end_inset
28866
28867 節を参照。
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876
28877 \series bold
28878
28879 \backslash
28880 shoveright
28881 \begin_inset Index idx
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885 こまんど@コマンド ! S ! 
28886 \backslash
28887 shoveright
28888 \end_layout
28889
28890 \end_inset
28891
28892 コマンドや
28893 \backslash
28894 shoveleft
28895 \begin_inset Index idx
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899 こまんど@コマンド ! S ! 
28900 \backslash
28901 shoveleft
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \series default
28908 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \series bold
28914
28915 \backslash
28916 shoveright{行の内容}
28917 \series default
28918 あるいは
28919 \series bold
28920
28921 \backslash
28922 shoveleft{行の内容}
28923 \end_layout
28924
28925 \begin_layout Standard
28926 \begin_inset VSpace medskip
28927 \end_inset
28928
28929
28930 \series bold
28931
28932 \backslash
28933 multlinegap
28934 \begin_inset Index idx
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 こまんど@コマンド ! M ! 
28939 \backslash
28940 multlinegap
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \series default
28947 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28948 \begin_inset space \thinspace{}
28949 \end_inset
28950
28951 ptの長さです。
28952 \end_layout
28953
28954 \begin_layout Standard
28955 以下は、上記の数式に
28956 \end_layout
28957
28958 \begin_layout Standard
28959
28960 \series bold
28961
28962 \backslash
28963 setlength{
28964 \backslash
28965 multlinegap}{2cm}
28966 \end_layout
28967
28968 \begin_layout Standard
28969 というコマンドを、\SpecialChar TeX
28970 モードで直前に挿入した例です。
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 multlinegap}{2cm}
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \begin_inset Formula 
28987 \begin{multline}
28988 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}\\
28989 \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}}\\
28990 =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}}
28991 \end{multline}
28992
28993 \end_inset
28994
28995
28996 \begin_inset ERT
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001
29002 \backslash
29003 setlength{
29004 \backslash
29005 multlinegap}{0pt}
29006 \end_layout
29007
29008 \end_inset
29009
29010 二行めは、
29011 \series bold
29012
29013 \backslash
29014 shoveleft
29015 \series default
29016 を使って左揃えにしています。
29017 \end_layout
29018
29019 \begin_layout Subsection
29020 数式の一部の多行化
29021 \begin_inset CommandInset label
29022 LatexCommand label
29023 name "subsec:数式の一部の多行化"
29024
29025 \end_inset
29026
29027
29028 \begin_inset Index idx
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 すうしき@数式 ! たぎょう@多行
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 —— ! すうしきのいちぶ@数式の一部
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 数式の一部分のみを多行表示したい場合には、
29046 \series bold
29047 aligned
29048 \series default
29049
29050 \series bold
29051 alignedat
29052 \series default
29053
29054 \series bold
29055 gathered
29056 \series default
29057
29058 \series bold
29059 split
29060 \series default
29061 のうちのいずれかの環境を使用します。これらは、
29062 \family sans
29063 挿入\SpecialChar menuseparator
29064 数式
29065 \family default
29066 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29067 \end_layout
29068
29069 \begin_layout Standard
29070 最初の三つの環境は、環境名から
29071 \series bold
29072 ed
29073 \series default
29074 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29075 \begin_inset Formula 
29076 \[
29077 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29078 \Delta E\Delta t & \ge\frac{\hbar}{2}
29079 \end{aligned}
29080 \right\} \textrm{不確定性原理}
29081 \]
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Standard
29089 この数式を作るには、別行立て数式をまず作っておいて、そこに
29090 \series bold
29091
29092 \backslash
29093 aligned
29094 \begin_inset Index idx
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098 こまんど@コマンド ! A ! 
29099 \backslash
29100 aligned
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \series default
29107 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29108 ます。
29109 \end_layout
29110
29111 \begin_layout Standard
29112 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29113 に配置できる利点があります。以下に例として、
29114 \begin_inset CommandInset ref
29115 LatexCommand eqref
29116 reference "eq:shortlong"
29117
29118 \end_inset
29119
29120 式にaligned環境を適用したものを示します。
29121 \begin_inset Formula 
29122 \begin{equation}
29123 \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}|}\\
29124  & -\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}|}
29125 \end{aligned}
29126 \end{equation}
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134
29135 \series bold
29136 alignedat
29137 \series default
29138
29139 \series bold
29140 gathered
29141 \series default
29142
29143 \series bold
29144 split
29145 \series default
29146 の各環境を使うには、それぞれ
29147 \series bold
29148
29149 \backslash
29150 alignedat
29151 \series default
29152
29153 \begin_inset Index idx
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157 こまんど@コマンド ! A ! 
29158 \backslash
29159 alignedat
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \series bold
29166
29167 \backslash
29168 gathered
29169 \series default
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 こまんど@コマンド ! G ! 
29176 \backslash
29177 gathered
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \series bold
29184
29185 \backslash
29186 split
29187 \series default
29188
29189 \begin_inset Index idx
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 こまんど@コマンド ! S ! 
29194 \backslash
29195 split
29196 \end_layout
29197
29198 \end_inset
29199
29200 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29201 \end_layout
29202
29203 \begin_layout Subsection
29204 多行数式中のテキスト
29205 \begin_inset CommandInset label
29206 LatexCommand label
29207 name "subsec:多行数式中のテキスト"
29208
29209 \end_inset
29210
29211
29212 \begin_inset Index idx
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \begin_inset Index idx
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 すうしき @ 数式 ! たぎょう @ 多行
29227 \begin_inset space \thinspace{}
29228 \end_inset
29229
29230 —— ! てきすと @ テキスト
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29240 式を持つ
29241 \series bold
29242
29243 \backslash
29244 intertext
29245 \series default
29246
29247 \begin_inset Index idx
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251 こまんど@コマンド ! I ! 
29252 \backslash
29253 intertext
29254 \end_layout
29255
29256 \end_inset
29257
29258 コマンドを使います。
29259 \end_layout
29260
29261 \begin_layout Standard
29262
29263 \series bold
29264
29265 \backslash
29266 intertext{テキスト}
29267 \end_layout
29268
29269 \begin_layout Standard
29270 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29271 は、現時点では
29272 \series bold
29273
29274 \backslash
29275 intertext
29276 \series default
29277 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29278 \series bold
29279
29280 \backslash
29281 intertext
29282 \series default
29283 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29284 \begin_inset Formula 
29285 \begin{align}
29286 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29287 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29288 \end{align}
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296
29297 \series bold
29298
29299 \backslash
29300 intertext
29301 \series default
29302 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29303 \family sans
29304 数式オプション
29305 \family default
29306
29307 \series bold
29308 mathtools
29309 \series default
29310
29311 \begin_inset Index idx
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 ぱっけーじ@パッケージ ! mathtools
29316 \end_layout
29317
29318 \end_inset
29319
29320 パッケージを
29321 \family sans
29322 常に読み込み
29323 \family default
29324 に設定してください。そうすると、以下のように、
29325 \series bold
29326
29327 \backslash
29328 intertext
29329 \series default
29330 の代わりに
29331 \series bold
29332
29333 \backslash
29334 shortintertext
29335 \series default
29336
29337 \begin_inset Index idx
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341 こまんど@コマンド ! S ! 
29342 \backslash
29343 shortintertext
29344 \end_layout
29345
29346 \end_inset
29347
29348 コマンドを使うことができます。
29349 \begin_inset Formula 
29350 \begin{align}
29351 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29352 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29353 \end{align}
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Section
29361 数式番号
29362 \begin_inset Index idx
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366 すうしきばんごう@数式番号
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \begin_inset Index idx
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376 すうしき@数式 ! ばんごう@番号
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382 |see{
29383 \end_layout
29384
29385 \end_inset
29386
29387 数式番号
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393 }
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Subsection
29407 概要
29408 \end_layout
29409
29410 \begin_layout Standard
29411 付番数式は、
29412 \family sans
29413 挿入\SpecialChar menuseparator
29414 数式\SpecialChar menuseparator
29415 付番数式
29416 \family default
29417 メニュー(
29418 \begin_inset Flex Ruby
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422 捷径
29423 \begin_inset Argument post:1
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427 ショートカット
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \end_inset
29436
29437
29438 \family sans
29439 Ctrl+Alt
29440 \begin_inset space ~
29441 \end_inset
29442
29443 N
29444 \family default
29445 )で作ることができます。既存の数式に番号を振るには、
29446 \family sans
29447 編集\SpecialChar menuseparator
29448 数式\SpecialChar menuseparator
29449 数式全体を付番
29450 \family default
29451 メニュー(捷径:
29452 \begin_inset Info
29453 type  "shortcut"
29454 arg   "math-number-toggle"
29455 \end_inset
29456
29457 )を使います。\SpecialChar LyX
29458 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29459 \end_layout
29460
29461 \begin_layout Standard
29462 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29463 \family sans
29464 編集\SpecialChar menuseparator
29465 数式\SpecialChar menuseparator
29466 この行を付番
29467 \family default
29468 メニュー(捷径:
29469 \begin_inset Info
29470 type  "shortcut"
29471 arg   "math-number-line-toggle"
29472 \end_inset
29473
29474 )を使用すれば、各行毎に付番するかどうか指定することができます。
29475 \end_layout
29476
29477 \begin_layout Standard
29478 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29479 \begin_inset CommandInset ref
29480 LatexCommand ref
29481 reference "sec:数式様式"
29482
29483 \end_inset
29484
29485 節をご覧下さい。
29486 \end_layout
29487
29488 \begin_layout Subsection
29489 相互参照
29490 \begin_inset Index idx
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494 そうごさんしょう@相互参照 ! すうしきへの@数式への
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \begin_layout Standard
29503 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29504 \family sans
29505 挿入\SpecialChar menuseparator
29506 ラベル
29507 \family default
29508 メニューか、ツールバーボタンの
29509 \begin_inset Info
29510 type  "icon"
29511 arg   "label-insert"
29512 \end_inset
29513
29514 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29515 \series bold
29516 eq:と
29517 \series default
29518 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29519 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29520 \family sans
29521 挿入\SpecialChar menuseparator
29522 ラベル
29523 \family default
29524 メニューをもういちど使って下さい。
29525 \end_layout
29526
29527 \begin_layout Standard
29528 \SpecialChar LyX
29529 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29530 \end_layout
29531
29532 \begin_layout Standard
29533 相互参照は、
29534 \family sans
29535 挿入\SpecialChar menuseparator
29536 相互参照
29537 \family default
29538 メニューかツールバーボタンの
29539 \begin_inset Info
29540 type  "icon"
29541 arg   "dialog-show-new-inset ref"
29542 \end_inset
29543
29544 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29545 \series bold
29546 (<参照>)
29547 \series default
29548 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552 \SpecialChar LyX
29553 中で相互参照を右クリックすると、参照先の数式に移動することができます。
29554 \end_layout
29555
29556 \begin_layout Standard
29557 以下は、後の各小節に現れる数式への相互参照を含む例です。
29558 \begin_inset Note Note
29559 status open
29560
29561 \begin_layout Plain Layout
29562 相互参照の型の違いに留意してください。
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 \begin_inset CommandInset ref
29572 LatexCommand eqref
29573 reference "eq:tag"
29574
29575 \end_inset
29576
29577 式と
29578 \begin_inset CommandInset ref
29579 LatexCommand eqref
29580 reference "eq:c"
29581
29582 \end_inset
29583
29584 式は、等価です。(
29585 \begin_inset CommandInset ref
29586 LatexCommand ref
29587 reference "eq:Rom"
29588
29589 \end_inset
29590
29591 )式とは異なり、(
29592 \begin_inset CommandInset ref
29593 LatexCommand ref
29594 reference "eq:Lat"
29595
29596 \end_inset
29597
29598 )式では、付番にラテン数字を使用しています。
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset VSpace medskip
29603 \end_inset
29604
29605
29606 \series bold
29607
29608 \backslash
29609 tag
29610 \begin_inset Foot
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614
29615 \series bold
29616
29617 \backslash
29618 tag
29619 \series default
29620 は、第
29621 \begin_inset CommandInset ref
29622 LatexCommand ref
29623 reference "subsec:自己定義番号"
29624
29625 \end_inset
29626
29627 節に説明があります。
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \series default
29634 の引数が、第
29635 \begin_inset CommandInset ref
29636 LatexCommand ref
29637 reference "subsec:段落ボックス"
29638
29639 \end_inset
29640
29641 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29642 \end_layout
29643
29644 \begin_layout Subsection
29645 細目番号
29646 \begin_inset Index idx
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 begin{subequations}
29664 \series default
29665 および
29666 \series bold
29667
29668 \backslash
29669 end{subequations}
29670 \series default
29671 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
29672 モードで入れます。
29673 \end_layout
29674
29675 \begin_layout Standard
29676 たとえば、
29677 \begin_inset Formula 
29678 \begin{equation}
29679 A=C-B\label{eq:a}
29680 \end{equation}
29681
29682 \end_inset
29683
29684
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 addtocounter{equation}{-1}
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702
29703
29704 \backslash
29705 begin{subequations}
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \begin_inset VSpace -5mm
29712 \end_inset
29713
29714
29715 \begin_inset Formula 
29716 \begin{equation}
29717 B=C-A\label{eq:b}
29718 \end{equation}
29719
29720 \end_inset
29721
29722
29723 \begin_inset Formula 
29724 \begin{equation}
29725 C=A+B\label{eq:c}
29726 \end{equation}
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 \begin_inset ERT
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739
29740 \backslash
29741 end{subequations}
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \begin_layout Standard
29750 この例を作るには、次のようにします。
29751 \end_layout
29752
29753 \begin_layout Enumerate
29754 一つめの数式を入力します。
29755 \end_layout
29756
29757 \begin_layout Enumerate
29758 一つめの数式の後に
29759 \begin_inset Newline newline
29760 \end_inset
29761
29762
29763 \series bold
29764
29765 \backslash
29766 addtocounter{equation}{-1} 
29767 \backslash
29768 begin{subequations}
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 こまんど@コマンド ! A ! 
29774 \backslash
29775 addtocounter
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset Newline newline
29782 \end_inset
29783
29784
29785 \series default
29786 を入力します。
29787 \end_layout
29788
29789 \begin_layout Enumerate
29790 二つめの数式を入力します。
29791 \end_layout
29792
29793 \begin_layout Enumerate
29794 三つめの数式を入力します。
29795 \end_layout
29796
29797 \begin_layout Enumerate
29798 三つめの数式の後に、
29799 \series bold
29800
29801 \backslash
29802 end{subequations}
29803 \series default
29804 を入力します。
29805 \end_layout
29806
29807 \begin_layout Standard
29808
29809 \series bold
29810
29811 \backslash
29812 begin
29813 \series default
29814 コマンドと
29815 \series bold
29816
29817 \backslash
29818 end
29819 \series default
29820 コマンドのあいだの数式はすべて、a・b・
29821 \begin_inset Newline linebreak
29822 \end_inset
29823
29824 c\SpecialChar ldots
29825 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29826 \emph on
29827 ひとつの
29828 \emph default
29829 付番数式として扱われますが、それぞれの付番数式が
29830 \series bold
29831 equation
29832 \series default
29833 カウンタを一つずつ進めてしまうので、
29834 \series bold
29835
29836 \backslash
29837 addtocounter
29838 \series default
29839 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29840 \begin_inset CommandInset ref
29841 LatexCommand eqref
29842 reference "eq:a"
29843
29844 \end_inset
29845
29846 式・
29847 \begin_inset CommandInset ref
29848 LatexCommand eqref
29849 reference "eq:b"
29850
29851 \end_inset
29852
29853 式・
29854 \begin_inset CommandInset ref
29855 LatexCommand eqref
29856 reference "eq:c"
29857
29858 \end_inset
29859
29860 式は、それぞれ
29861 \begin_inset CommandInset ref
29862 LatexCommand eqref
29863 reference "eq:a"
29864
29865 \end_inset
29866
29867 式・
29868 \begin_inset CommandInset ref
29869 LatexCommand eqref
29870 reference "eq:d"
29871
29872 \end_inset
29873
29874 式・
29875 \begin_inset CommandInset ref
29876 LatexCommand eqref
29877 reference "eq:f"
29878
29879 \end_inset
29880
29881 式として番号が振られてしまいます。
29882 \end_layout
29883
29884 \begin_layout Standard
29885 上記のように、コマンドを\SpecialChar TeX
29886 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29887 \begin_inset space \thinspace{}
29888 \end_inset
29889
29890 mmの垂直空白を
29891 \series bold
29892
29893 \backslash
29894 begin{subequations}
29895 \series default
29896 コマンドの後に入れています。数式様式として
29897 \series bold
29898 行頭下げ
29899 \begin_inset Foot
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904 \series bold
29905 数式様式に関しては、第
29906 \series default
29907
29908 \begin_inset CommandInset ref
29909 LatexCommand ref
29910 reference "sec:数式様式"
29911
29912 \end_inset
29913
29914 節を参照。
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \series default
29921 を用いているときには、これを-7
29922 \begin_inset space \thinspace{}
29923 \end_inset
29924
29925 mm空白にしてください。
29926 \end_layout
29927
29928 \begin_layout Standard
29929 以下は、二行めのみ付番を無効にしている多行数式の例です。
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 begin{subequations}
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \begin_inset Formula 
29944 \begin{eqnarray}
29945 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29946  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29947  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29948 \end{eqnarray}
29949
29950 \end_inset
29951
29952
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 end{subequations}
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Subsection
29969 自己定義番号
29970 \begin_inset CommandInset label
29971 LatexCommand label
29972 name "subsec:自己定義番号"
29973
29974 \end_inset
29975
29976
29977 \begin_inset Index idx
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 すうしきばんごう@数式番号 ! じこていぎ@自己定義
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 \begin_inset Index idx
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29995 \end_layout
29996
29997 \end_inset
29998
29999 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
30000 プリアンブルに以下の行を付け加えます。
30001 \end_layout
30002
30003 \begin_layout Standard
30004
30005 \series bold
30006
30007 \backslash
30008 def
30009 \backslash
30010 tagform@#1{
30011 \backslash
30012 maketag@@@{
30013 \series default
30014
30015 \begin_inset Formula $\boldsymbol{|}$
30016 \end_inset
30017
30018
30019 \series bold
30020 #1
30021 \series default
30022
30023 \begin_inset Formula $\boldsymbol{|}$
30024 \end_inset
30025
30026
30027 \series bold
30028 }}
30029 \series default
30030
30031 \begin_inset Note Note
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 このマクロは、テスト用に\SpecialChar LaTeX
30036 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \end_layout
30043
30044 \begin_layout Standard
30045 他の記号を使いたいときには、
30046 \series bold
30047 #1
30048 \series default
30049 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30050 \end_layout
30051
30052 \begin_layout Standard
30053 \begin_inset VSpace bigskip
30054 \end_inset
30055
30056 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30057 \series bold
30058
30059 \backslash
30060 tag
30061 \series default
30062
30063 \begin_inset Index idx
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 こまんど@コマンド ! T ! 
30068 \backslash
30069 tag
30070 \end_layout
30071
30072 \end_inset
30073
30074 コマンドを使います。
30075 \begin_inset Formula 
30076 \begin{equation}
30077 A+B=C\tag{何とかかんとか}\label{eq:tag}
30078 \end{equation}
30079
30080 \end_inset
30081
30082 上記の例では、
30083 \series bold
30084
30085 \backslash
30086 tag
30087 \begin_inset space \textvisiblespace{}
30088 \end_inset
30089
30090 何とかかんとか
30091 \series default
30092 というコマンドを数式に打ち込んでいます。
30093 \end_layout
30094
30095 \begin_layout Standard
30096 代わりに
30097 \series bold
30098
30099 \backslash
30100 tag*
30101 \begin_inset space \textvisiblespace{}
30102 \end_inset
30103
30104 何とかかんとか
30105 \series default
30106 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30107 \begin_inset Formula 
30108 \[
30109 A+B=C\tag*{something}
30110 \]
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \begin_layout Standard
30118 \begin_inset VSpace bigskip
30119 \end_inset
30120
30121 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30122 \begin_inset Newline newline
30123 \end_inset
30124
30125
30126 \series bold
30127
30128 \backslash
30129 @addtoreset{equation}{part}
30130 \series default
30131
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 こまんど@コマンド ! 
30137 \backslash
30138 @記号 ! 
30139 \backslash
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146 "
30147 \end_layout
30148
30149 \end_inset
30150
30151 @
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157 "
30158 \end_layout
30159
30160 \end_inset
30161
30162 addtoreset
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Newline newline
30169 \end_inset
30170
30171 節に関しては
30172 \begin_inset Newline newline
30173 \end_inset
30174
30175
30176 \series bold
30177
30178 \backslash
30179 @addtoreset{equation}{section}
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \series default
30185 というコマンドを使います。
30186 \end_layout
30187
30188 \begin_layout Standard
30189 これらのコマンドを\SpecialChar TeX
30190 モードで使えるようにするためには、
30191 \series bold
30192
30193 \backslash
30194 makeatletter
30195 \series default
30196 コマンドで「@」字を\SpecialChar LaTeX
30197 中で「有効」にしてやらなくてはなりません。一方、
30198 \series bold
30199
30200 \backslash
30201 makeatother
30202 \series default
30203 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30204 モード中での上記コマンド列は、
30205 \end_layout
30206
30207 \begin_layout Standard
30208
30209 \series bold
30210
30211 \backslash
30212 makeatletter
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216
30217 \backslash
30218 @addtoreset{equation}{section}
30219 \begin_inset Newline newline
30220 \end_inset
30221
30222
30223 \backslash
30224 makeatother
30225 \begin_inset Newline newline
30226 \end_inset
30227
30228
30229 \series default
30230 のようにならなくてはなりません。
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \SpecialChar LaTeX
30235 プリアンブル中では、
30236 \series bold
30237
30238 \backslash
30239 makeatletter
30240 \series default
30241
30242 \series bold
30243
30244 \backslash
30245 makeatother
30246 \series default
30247 は、\SpecialChar LyX
30248 が内部的に自動で挿入するので省略してかまいません。
30249 \end_layout
30250
30251 \begin_layout Standard
30252
30253 \series bold
30254
30255 \backslash
30256 @addtoreset
30257 \series default
30258 を戻すには、まず\SpecialChar LaTeX
30259 プリアンブル中に
30260 \end_layout
30261
30262 \begin_layout Standard
30263
30264 \series bold
30265
30266 \backslash
30267 usepackage{remreset}
30268 \end_layout
30269
30270 \begin_layout Standard
30271 という行を入れて、
30272 \series bold
30273 remreset.sty
30274 \series default
30275
30276 \begin_inset Foot
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280
30281 \series bold
30282 remreset
30283 \series default
30284 は、\SpecialChar LaTeX
30285 パッケージの
30286 \series bold
30287 carlisle
30288 \series default
30289
30290 \begin_inset Index idx
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294 ぱっけーじ@パッケージ ! carlisle
30295 \end_layout
30296
30297 \end_inset
30298
30299 の一部として含まれており、\SpecialChar LaTeX
30300 標準頒布版には含まれています。
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \begin_inset Index idx
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310 ぱっけーじ@パッケージ ! remreset
30311 \end_layout
30312
30313 \end_inset
30314
30315 ファイルを読み込んでおかなくてはなりません。その後
30316 \begin_inset Newline newline
30317 \end_inset
30318
30319
30320 \series bold
30321
30322 \backslash
30323 @removefromreset
30324 \series default
30325
30326 \begin_inset Index idx
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330 こまんど@コマンド ! 
30331 \backslash
30332 @記号 ! 
30333 \backslash
30334
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340 "
30341 \end_layout
30342
30343 \end_inset
30344
30345 @
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351 "
30352 \end_layout
30353
30354 \end_inset
30355
30356 removefromreset
30357 \end_layout
30358
30359 \end_inset
30360
30361 コマンドを
30362 \series bold
30363
30364 \backslash
30365 @addtoreset
30366 \series default
30367 と同じ書式で使用すると、
30368 \series bold
30369
30370 \backslash
30371 @addtoreset
30372 \series default
30373 を戻すことができます。
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset VSpace bigskip
30378 \end_inset
30379
30380 ときには、数式を
30381 \end_layout
30382
30383 \begin_layout Standard
30384
30385 \family typewriter
30386 (節番号.数式番号)
30387 \end_layout
30388
30389 \begin_layout Standard
30390 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30391 \end_layout
30392
30393 \begin_layout Standard
30394 このような場合のために、
30395 \series bold
30396
30397 \backslash
30398 numberwithin
30399 \series default
30400
30401 \begin_inset Index idx
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 こまんど@コマンド ! N ! 
30406 \backslash
30407 numberwithin
30408 \end_layout
30409
30410 \end_inset
30411
30412 というコマンドがあり、
30413 \end_layout
30414
30415 \begin_layout Standard
30416
30417 \series bold
30418
30419 \backslash
30420 numberwithin{カウンタ}{節階層}
30421 \end_layout
30422
30423 \begin_layout Standard
30424 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30425 \end_layout
30426
30427 \begin_layout Standard
30428 したがって、ここでは\SpecialChar LaTeX
30429 プリアンブルか\SpecialChar TeX
30430 コードで
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 numberwithin{equation}{section}
30439 \end_layout
30440
30441 \begin_layout Standard
30442 という行を用いることにしましょう。その結果がこれです。
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 numberwithin{equation}{section}
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \begin_inset Formula 
30457 \begin{equation}
30458 A+B=C
30459 \end{equation}
30460
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \begin_layout Standard
30467 たとえば、部番号を節階層として使用して、表に付番を施すときには
30468 \begin_inset Newline newline
30469 \end_inset
30470
30471
30472 \series bold
30473
30474 \backslash
30475 numberwithin{table}{part}
30476 \series default
30477 を用います。
30478 \end_layout
30479
30480 \begin_layout Standard
30481 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30482 \end_layout
30483
30484 \begin_layout Standard
30485
30486 \series bold
30487
30488 \backslash
30489 renewcommand{
30490 \backslash
30491 theequation}{
30492 \backslash
30493 arabic{equation}}
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 こまんど@コマンド ! A ! 
30499 \backslash
30500 arabic
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \series default
30507
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 renewcommand{
30516 \backslash
30517 theequation}{
30518 \backslash
30519 arabic{equation}}
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \series bold
30526
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530
30531 \series default
30532 あるいは
30533 \series bold
30534
30535 \begin_inset Newline newline
30536 \end_inset
30537
30538
30539 \backslash
30540 renewcommand{
30541 \backslash
30542 thetable}{
30543 \backslash
30544 arabic{table}}
30545 \end_layout
30546
30547 \begin_layout Standard
30548 というコマンドを\SpecialChar TeX
30549 コードとして入れるか、\SpecialChar LaTeX
30550 プリアンブルに入れます。
30551 \series bold
30552
30553 \backslash
30554 numberwithin
30555 \series default
30556 は、内部的に上記で述べた
30557 \series bold
30558
30559 \backslash
30560 @addtoreset
30561 \series default
30562 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 makeatletter
30571 \end_layout
30572
30573 \begin_layout Plain Layout
30574
30575
30576 \backslash
30577 @removefromreset{equation}{section}
30578 \end_layout
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 makeatother
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Subsection
30593 ローマ数字や文字を使った付番
30594 \begin_inset Index idx
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Index idx
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Standard
30617 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
30618 モードで
30619 \end_layout
30620
30621 \begin_layout Standard
30622
30623 \series bold
30624
30625 \backslash
30626 renewcommand{
30627 \backslash
30628 theequation}{
30629 \backslash
30630 roman{equation}}
30631 \end_layout
30632
30633 \begin_layout Standard
30634 というコマンドを入れます。
30635 \series bold
30636
30637 \backslash
30638 renewcommand
30639 \series default
30640
30641 \begin_inset Index idx
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645 こまんど@コマンド ! R ! 
30646 \backslash
30647 renewcommand
30648 \end_layout
30649
30650 \end_inset
30651
30652 は、定義済みのコマンド
30653 \series bold
30654
30655 \backslash
30656 theequation
30657 \series default
30658 をコマンド
30659 \series bold
30660
30661 \backslash
30662 roman{equation}
30663 \series default
30664 に再定義します
30665 \begin_inset Foot
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669
30670 \series bold
30671
30672 \backslash
30673 renewcommand
30674 \series default
30675 コマンドは、第
30676 \begin_inset CommandInset ref
30677 LatexCommand ref
30678 reference "subsec:newcommandコマンド"
30679
30680 \end_inset
30681
30682 節に述べられている
30683 \series bold
30684
30685 \backslash
30686 newcommand
30687 \series default
30688 コマンドと同じ書式を持ちます。
30689 \end_layout
30690
30691 \end_inset
30692
30693 。ここで、
30694 \series bold
30695 equation
30696 \series default
30697 は数式カウンタです。コマンド
30698 \series bold
30699
30700 \backslash
30701 the
30702 \series default
30703 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
30704 は、内部的に
30705 \series bold
30706
30707 \backslash
30708 theequation
30709 \series default
30710 コマンドを数式の後ろに置くのです。
30711 \series bold
30712
30713 \backslash
30714 roman{equation}
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 こまんど@コマンド ! R ! 
30720 \backslash
30721 roman
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \series default
30728 は、カウンタを小文字のローマ数字として出力します。
30729 \end_layout
30730
30731 \begin_layout Standard
30732 こうして、
30733 \series bold
30734
30735 \backslash
30736 renew
30737 \series default
30738 c
30739 \series bold
30740 ommand
30741 \series default
30742 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30743 \series bold
30744
30745 \backslash
30746 roman
30747 \series default
30748 の部分を
30749 \series bold
30750
30751 \backslash
30752 Roman
30753 \series default
30754
30755 \begin_inset Index idx
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759 こまんど@コマンド ! R ! 
30760 \backslash
30761 roman@
30762 \backslash
30763 Roman
30764 \end_layout
30765
30766 \end_inset
30767
30768 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30769 \series bold
30770
30771 \backslash
30772 alph
30773 \series default
30774
30775 \begin_inset Index idx
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779 こまんど@コマンド ! A ! 
30780 \backslash
30781 alph
30782 \end_layout
30783
30784 \end_inset
30785
30786 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30787 \series bold
30788
30789 \backslash
30790 Alph
30791 \series default
30792
30793 \begin_inset Index idx
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 こまんど@コマンド ! A ! 
30798 \backslash
30799 alph@
30800 \backslash
30801 Alph
30802 \end_layout
30803
30804 \end_inset
30805
30806 コマンドがあります。
30807 \end_layout
30808
30809 \begin_layout Standard
30810 \begin_inset Note Greyedout
30811 status open
30812
30813 \begin_layout Plain Layout
30814
30815 \series bold
30816 【註】
30817 \series default
30818 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \begin_inset Newpage newpage
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 renewcommand{
30839 \backslash
30840 theequation}{
30841 \backslash
30842 roman{equation}}
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset Formula 
30852 \begin{equation}
30853 A=\textrm{小文字ローマ数字}
30854 \end{equation}
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 renewcommand{
30867 \backslash
30868 theequation}{
30869 \backslash
30870 Roman{equation}}
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Formula 
30877 \begin{equation}
30878 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30879 \end{equation}
30880
30881 \end_inset
30882
30883
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 renewcommand{
30892 \backslash
30893 theequation}{
30894 \backslash
30895 alph{equation}}
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \begin_inset Formula 
30902 \begin{equation}
30903 C=\textrm{小文字ラテン文字}
30904 \end{equation}
30905
30906 \end_inset
30907
30908
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914
30915 \backslash
30916 renewcommand{
30917 \backslash
30918 theequation}{
30919 \backslash
30920 Alph{equation}}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Formula 
30927 \begin{equation}
30928 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30929 \end{equation}
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30938 \end_layout
30939
30940 \begin_layout Standard
30941
30942 \series bold
30943
30944 \backslash
30945 renewcommand{
30946 \backslash
30947 theequation}{
30948 \backslash
30949 arabic{equation}}
30950 \begin_inset Index idx
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 こまんど@コマンド ! A ! 
30955 \backslash
30956 arabic
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 \begin_inset ERT
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969
30970
30971 \backslash
30972 renewcommand{
30973 \backslash
30974 theequation}{
30975 \backslash
30976 arabic{equation}}
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \begin_inset Formula 
30983 \begin{equation}
30984 E=\textrm{アラビア数字}
30985 \end{equation}
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 \begin_inset VSpace medskip
30994 \end_inset
30995
30996 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30997 てはなりません。この点に関する説明は、ファイル
30998 \begin_inset CommandInset href
30999 LatexCommand href
31000 name "Formula-numbering.lyx"
31001 target "run:Formula-numbering.lyx"
31002
31003 \end_inset
31004
31005 にあります。
31006 \end_layout
31007
31008 \begin_layout Section
31009 化学記号と化学式
31010 \begin_inset CommandInset label
31011 LatexCommand label
31012 name "subsec:化学記号と化学式"
31013
31014 \end_inset
31015
31016
31017 \begin_inset Index idx
31018 status collapsed
31019
31020 \begin_layout Plain Layout
31021 かがくきごう@化学記号 ! きごう@記号
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \begin_inset Index idx
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 かがくしき@化学式
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \begin_inset Index idx
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041 きごう@記号 ! かがく@化学
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 以下は、化学関係の文章の例です。
31051 \end_layout
31052
31053 \begin_layout Quote
31054 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31055 \end_inset
31056
31057 イオンは、2つの
31058 \begin_inset Formula $\mathrm{Na^{+}}$
31059 \end_inset
31060
31061 イオンと反応して、硫酸化塩
31062 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31063 \end_inset
31064
31065 を形成します。この化学式は以下のようになります。
31066 \begin_inset Formula 
31067 \begin{equation}
31068 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31069 \end{equation}
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31078 \begin_inset Flex Ruby
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082 捷径
31083 \begin_inset Argument post:1
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087 ショートカット
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset Info
31099 type  "shortcut"
31100 arg   "font-roman"
31101 \end_inset
31102
31103 を押せば、アップライトフォント様式に変更することができます
31104 \begin_inset Foot
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 フォント様式に関しては、第
31109 \begin_inset CommandInset ref
31110 LatexCommand ref
31111 reference "subsec:書体様式"
31112
31113 \end_inset
31114
31115 節を参照のこと。
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31125 パッケージ
31126 \series bold
31127 mhchem
31128 \series default
31129
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 ぱっけーじ@パッケージ ! mhchem
31135 \end_layout
31136
31137 \end_inset
31138
31139 が導入されているときに使用することができる
31140 \series bold
31141
31142 \backslash
31143 ce
31144 \series default
31145
31146 \begin_inset Index idx
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 こまんど@コマンド ! C ! 
31151 \backslash
31152 ce
31153 \end_layout
31154
31155 \end_inset
31156
31157 コマンドを使用することです。
31158 \series bold
31159
31160 \backslash
31161 ce
31162 \series default
31163 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31164 \begin_inset Separator parbreak
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \align center
31172 \begin_inset Tabular
31173 <lyxtabular version="3" rows="10" columns="2">
31174 <features booktabs="true" tabularvalignment="middle">
31175 <column alignment="center" valignment="top" width="0pt">
31176 <column alignment="center" valignment="top">
31177 <row>
31178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182 コマンド
31183 \end_layout
31184
31185 \end_inset
31186 </cell>
31187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 出力
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 </row>
31197 <row>
31198 <cell alignment="center" valignment="top" leftline="true" 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 H2CO3
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31214 \begin_inset Text
31215
31216 \begin_layout Plain Layout
31217 \begin_inset Formula $\ce{H2CO3}$
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 </row>
31226 <row topspace="1.5mm">
31227 <cell alignment="center" valignment="top" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231
31232 \backslash
31233 ce
31234 \begin_inset space \textvisiblespace{}
31235 \end_inset
31236
31237 SO4^2-
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246 \begin_inset Formula $\ce{SO4^{2-}}$
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 </row>
31255 <row topspace="1.5mm">
31256 <cell alignment="center" valignment="top" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260
31261 \backslash
31262 ce
31263 \begin_inset space \textvisiblespace{}
31264 \end_inset
31265
31266 (NH4)2S
31267 \end_layout
31268
31269 \end_inset
31270 </cell>
31271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31272 \begin_inset Text
31273
31274 \begin_layout Plain Layout
31275 \begin_inset Formula $\ce{(NH4)2S}$
31276 \end_inset
31277
31278
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 </row>
31284 <row topspace="1.5mm">
31285 <cell alignment="center" valignment="top" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289
31290 \backslash
31291 ce
31292 \begin_inset space \textvisiblespace{}
31293 \end_inset
31294
31295 KCr(SO4)2.12H2O
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 </row>
31313 <row topspace="1.5mm">
31314 <cell alignment="center" valignment="top" usebox="none">
31315 \begin_inset Text
31316
31317 \begin_layout Plain Layout
31318
31319 \backslash
31320 ce
31321 \begin_inset space \textvisiblespace{}
31322 \end_inset
31323
31324 A-B
31325 \backslash
31326 dbond
31327 \begin_inset space \textvisiblespace{}
31328 \end_inset
31329
31330 C
31331 \backslash
31332 tbond
31333 \begin_inset space \textvisiblespace{}
31334 \end_inset
31335
31336 D
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 </row>
31354 <row topspace="1.5mm">
31355 <cell alignment="center" valignment="top" usebox="none">
31356 \begin_inset Text
31357
31358 \begin_layout Plain Layout
31359
31360 \backslash
31361 ce
31362 \begin_inset space \textvisiblespace{}
31363 \end_inset
31364
31365 ^227
31366 \begin_inset Formula $\downarrow$
31367 \end_inset
31368
31369 _90
31370 \begin_inset Formula $\to$
31371 \end_inset
31372
31373 Th+
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31379 \begin_inset Text
31380
31381 \begin_layout Plain Layout
31382 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 </row>
31391 <row>
31392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31393 \begin_inset Text
31394
31395 \begin_layout Plain Layout
31396
31397 \backslash
31398 ce
31399 \begin_inset space \textvisiblespace{}
31400 \end_inset
31401
31402
31403 \backslash
31404 mu
31405 \begin_inset space \textvisiblespace{}
31406 \end_inset
31407
31408
31409 \backslash
31410 hyphen
31411 \begin_inset space \textvisiblespace{}
31412 \end_inset
31413
31414 Cl
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \end_inset
31430 </cell>
31431 </row>
31432 <row>
31433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31434 \begin_inset Text
31435
31436 \begin_layout Plain Layout
31437
31438 \backslash
31439 ce
31440 \begin_inset space \textvisiblespace{}
31441 \end_inset
31442
31443 CO2
31444 \begin_inset space \textvisiblespace{}
31445 \end_inset
31446
31447 +
31448 \begin_inset space \textvisiblespace{}
31449 \end_inset
31450
31451 C
31452 \begin_inset space \textvisiblespace{}
31453 \end_inset
31454
31455 <=>
31456 \begin_inset space \textvisiblespace{}
31457 \end_inset
31458
31459 2CO
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 </row>
31477 <row topspace="1.5mm">
31478 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482
31483 \backslash
31484 ce
31485 \begin_inset space \textvisiblespace{}
31486 \end_inset
31487
31488 CO2
31489 \begin_inset space \textvisiblespace{}
31490 \end_inset
31491
31492 +
31493 \begin_inset space \textvisiblespace{}
31494 \end_inset
31495
31496 C
31497 \begin_inset space \textvisiblespace{}
31498 \end_inset
31499
31500 ->[
31501 \backslash
31502 alpha][
31503 \backslash
31504 beta]
31505 \begin_inset space \textvisiblespace{}
31506 \end_inset
31507
31508 2CO}
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31514 \begin_inset Text
31515
31516 \begin_layout Plain Layout
31517 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \end_inset
31524 </cell>
31525 </row>
31526 </lyxtabular>
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset Note Greyedout
31535 status open
31536
31537 \begin_layout Plain Layout
31538
31539 \series bold
31540 【註】
31541 \series default
31542 \SpecialChar LyX
31543 では、
31544 \series bold
31545 mhchem
31546 \series default
31547 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
31548 \series bold
31549
31550 \backslash
31551 uparrow
31552 \series default
31553 コマンドを続けます。
31554 \color none
31555
31556 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568
31569 \series bold
31570
31571 \backslash
31572 ce
31573 \series default
31574 を使うと
31575 \begin_inset CommandInset ref
31576 LatexCommand eqref
31577 reference "eq:chem-reaction"
31578
31579 \end_inset
31580
31581 式のコマンドは
31582 \begin_inset Newline newline
31583 \end_inset
31584
31585
31586 \series bold
31587  
31588 \backslash
31589 ce
31590 \begin_inset space \textvisiblespace{}
31591 \end_inset
31592
31593 2Na+
31594 \begin_inset space \textvisiblespace{}
31595 \end_inset
31596
31597 +
31598 \begin_inset space \textvisiblespace{}
31599 \end_inset
31600
31601 SO4^2-
31602 \begin_inset space \textvisiblespace{}
31603 \end_inset
31604
31605
31606 \begin_inset space \textvisiblespace{}
31607 \end_inset
31608
31609 ->
31610 \begin_inset space \textvisiblespace{}
31611 \end_inset
31612
31613 Na2SO4
31614 \begin_inset Newline newline
31615 \end_inset
31616
31617
31618 \series default
31619 のようになります。
31620 \end_layout
31621
31622 \begin_layout Standard
31623 複数行の化学式を作るには、第
31624 \begin_inset CommandInset ref
31625 LatexCommand ref
31626 reference "sec:多行数式"
31627
31628 \end_inset
31629
31630 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31631 \series bold
31632
31633 \backslash
31634 ce
31635 \series default
31636 コマンドを使用します。
31637 \begin_inset CommandInset ref
31638 LatexCommand eqref
31639 reference "eq:TEOS-reaction-1"
31640
31641 \end_inset
31642
31643 式と
31644 \begin_inset CommandInset ref
31645 LatexCommand eqref
31646 reference "eq:TEOS-reaction-2"
31647
31648 \end_inset
31649
31650 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31651 \begin_inset Formula 
31652 \begin{eqnarray}
31653 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31654 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31655 \end{eqnarray}
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663
31664 \series bold
31665 mhchem
31666 \series default
31667 パッケージは、
31668 \series bold
31669
31670 \backslash
31671 ce
31672 \series default
31673 の他に、特殊ケースに使用する
31674 \series bold
31675
31676 \backslash
31677 cf
31678 \series default
31679
31680 \begin_inset Index idx
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 こまんど@コマンド ! C ! 
31685 \backslash
31686 cf
31687 \end_layout
31688
31689 \end_inset
31690
31691 コマンドを提供しています。
31692 \series bold
31693
31694 \backslash
31695 cf
31696 \series default
31697 の詳しい情報と例示については、
31698 \series bold
31699 mhchem
31700 \series default
31701
31702 \begin_inset CommandInset citation
31703 LatexCommand cite
31704 key "mhchem"
31705
31706 \end_inset
31707
31708 の取扱説明書をご覧ください。
31709 \end_layout
31710
31711 \begin_layout Section
31712 図解
31713 \end_layout
31714
31715 \begin_layout Standard
31716 \SpecialChar LyX
31717 は、二つの型の可換図
31718 \series bold
31719 amscd
31720 \series default
31721 および
31722 \series bold
31723 xymatrix
31724 \series default
31725 をサポートしており、以下でこれらの説明をします。
31726 \end_layout
31727
31728 \begin_layout Subsection
31729 amscd図解
31730 \begin_inset Index idx
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734 ずかい@図解 ! amscd
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Standard
31743 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31744 \begin_inset Formula 
31745 \[
31746 \begin{CD}A@>>>B@>>>C\\
31747 @AAA@.@VVV\\
31748 F@<<<E@<<<D
31749 \end{CD}
31750 \]
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 これを作るには、数式に
31759 \series bold
31760
31761 \backslash
31762 CD
31763 \begin_inset Index idx
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767 こまんど@コマンド ! C ! 
31768 \backslash
31769 CD
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \series default
31776 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31777 \begin_inset Info
31778 type  "shortcut"
31779 arg   "newline-insert newline"
31780 \end_inset
31781
31782 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31783 \end_layout
31784
31785 \begin_layout Standard
31786 関係を作るには、以下のコマンドがあります。
31787 \end_layout
31788
31789 \begin_layout Itemize
31790 \begin_inset Formula $\boldsymbol{@<<<}$
31791 \end_inset
31792
31793 は左矢印、
31794 \begin_inset Formula $\boldsymbol{@>>>}$
31795 \end_inset
31796
31797 は右矢印、
31798 \series bold
31799 @=
31800 \series default
31801 は長い等号を生成します。
31802 \end_layout
31803
31804 \begin_layout Itemize
31805
31806 \series bold
31807 @AAA
31808 \series default
31809 は上矢印、
31810 \series bold
31811 @VVV
31812 \series default
31813 は下矢印、
31814 \begin_inset Formula $\boldsymbol{@|}$
31815 \end_inset
31816
31817 は縦向きの等号を生成します。
31818 \end_layout
31819
31820 \begin_layout Itemize
31821
31822 \series bold
31823 @.
31824 \series default
31825 は関係が存在しない部分に置きます。
31826 \end_layout
31827
31828 \begin_layout Standard
31829 矢印はすべて、以下のようにラベル付けをすることができます。
31830 \end_layout
31831
31832 \begin_layout Itemize
31833 文章を、第1と第2の「
31834 \begin_inset Formula $<$
31835 \end_inset
31836
31837 」ないし「
31838 \begin_inset Formula $>$
31839 \end_inset
31840
31841 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31842 \begin_inset Formula $<$
31843 \end_inset
31844
31845 」ないし「
31846 \begin_inset Formula $>$
31847 \end_inset
31848
31849 」のあいだに入れると、矢印の下に表示されます。
31850 \end_layout
31851
31852 \begin_layout Itemize
31853 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31854 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
31855 括弧の中に入れなくてはなりません。
31856 \end_layout
31857
31858 \begin_layout Standard
31859 以下は、上記のすべての関係を使った例です。
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset Formula 
31864 \[
31865 \begin{CD}A@>j>>B@>>k>C@=F\\
31866 @AmAA@.@VV{V}V@|\\
31867 D@<<j<E@>k>>F@=C
31868 \end{CD}
31869 \]
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 これを作るコマンドは、以下のとおりです。
31878 \begin_inset Newline newline
31879 \end_inset
31880
31881
31882 \series bold
31883
31884 \backslash
31885 CD
31886 \begin_inset space \textvisiblespace{}
31887 \end_inset
31888
31889 A
31890 \begin_inset Formula $\boldsymbol{@>}$
31891 \end_inset
31892
31893 j
31894 \begin_inset Formula $\boldsymbol{>>}$
31895 \end_inset
31896
31897 B
31898 \begin_inset Formula $\boldsymbol{@>>}$
31899 \end_inset
31900
31901 k
31902 \begin_inset Formula $\boldsymbol{>}$
31903 \end_inset
31904
31905 C@=F Ctrl+Return
31906 \begin_inset Newline newline
31907 \end_inset
31908
31909
31910 \begin_inset Phantom HPhantom
31911 status open
31912
31913 \begin_layout Plain Layout
31914
31915 \series bold
31916
31917 \backslash
31918 CD
31919 \begin_inset space \textvisiblespace{}
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \end_inset
31926
31927 @AmAA@.@VV
31928 \backslash
31929 {V
31930 \series default
31931
31932 \begin_inset Formula $\to$
31933 \end_inset
31934
31935
31936 \series bold
31937 V
31938 \begin_inset Formula $\boldsymbol{@|}$
31939 \end_inset
31940
31941  Ctrl+Return
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \begin_inset Phantom HPhantom
31947 status open
31948
31949 \begin_layout Plain Layout
31950
31951 \series bold
31952
31953 \backslash
31954 CD
31955 \begin_inset space \textvisiblespace{}
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \end_inset
31962
31963 D
31964 \begin_inset Formula $\boldsymbol{@<<}$
31965 \end_inset
31966
31967 j
31968 \begin_inset Formula $\boldsymbol{<}$
31969 \end_inset
31970
31971 E
31972 \begin_inset Formula $\boldsymbol{@>}$
31973 \end_inset
31974
31975 k
31976 \begin_inset Formula $\boldsymbol{>>}$
31977 \end_inset
31978
31979 F@=C
31980 \end_layout
31981
31982 \begin_layout Subsection
31983 xymatrix図解
31984 \begin_inset Index idx
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988 ずかい@図解 ! xymatrix
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \begin_layout Standard
31997 xymatricesを使うには、\SpecialChar LaTeX
31998 パッケージの
31999 \series bold
32000 xypic
32001 \series default
32002 が導入済みである必要があります。xymatrixは、数式中に
32003 \series bold
32004
32005 \backslash
32006 xymatrix
32007 \series default
32008 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32009 \begin_inset CommandInset ref
32010 LatexCommand ref
32011 reference "sec:行列"
32012
32013 \end_inset
32014
32015 節をご参照下さい。
32016 \end_layout
32017
32018 \begin_layout Standard
32019 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32020 \family sans
32021 ヘルプ\SpecialChar menuseparator
32022 用途別説明書\SpecialChar menuseparator
32023 XY-pic説明書
32024 \family default
32025 メニューにある
32026 \emph on
32027 XY-pic説明書
32028 \emph default
32029 で詳しく網羅しています。
32030 \end_layout
32031
32032 \begin_layout Subsection
32033 ファインマン図
32034 \series medium
32035
32036 \begin_inset Index idx
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040 ずかい@図解 ! ファインマン
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Standard
32049 ファインマン図を使うには、\SpecialChar LaTeX
32050 パッケージ
32051 \series bold
32052 feyn
32053 \series default
32054 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32055 \series bold
32056
32057 \backslash
32058 Diagram
32059 \series default
32060 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32061 \begin_inset CommandInset ref
32062 LatexCommand ref
32063 reference "sec:行列"
32064
32065 \end_inset
32066
32067 節参照)。
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \SpecialChar LyX
32072 でのファインマン図の作り方は、メニュー
32073 \family sans
32074 ヘルプ\SpecialChar menuseparator
32075 用途別説明書
32076 \family default
32077 内の『
32078 \emph on
32079 ファインマン図
32080 \emph default
32081 』にあります。
32082 \end_layout
32083
32084 \begin_layout Section
32085 自己定義コマンド
32086 \begin_inset Index idx
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090 じこていぎこまんど@自己定義コマンド
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Standard
32099 \begin_inset Note Greyedout
32100 status open
32101
32102 \begin_layout Plain Layout
32103 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Subsection
32112
32113 \backslash
32114 newcommandコマンド
32115 \begin_inset CommandInset label
32116 LatexCommand label
32117 name "subsec:newcommandコマンド"
32118
32119 \end_inset
32120
32121
32122 \begin_inset Index idx
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 じこていぎこまんど@自己定義コマンド ! 
32127 \backslash
32128 newcommand
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \begin_inset Index idx
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 こまんど@コマンド ! N ! 
32139 \backslash
32140 newcommand
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32150 コマンドはたくさんありますが、
32151 \series bold
32152
32153 \backslash
32154 newcommand
32155 \series default
32156 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32157 \end_layout
32158
32159 \begin_layout Standard
32160
32161 \series bold
32162
32163 \backslash
32164 newcommand
32165 \series default
32166 コマンドの書式は、
32167 \end_layout
32168
32169 \begin_layout Standard
32170
32171 \series bold
32172
32173 \backslash
32174 newcommand{新コマンド名}[引数の数][オプションの値]
32175 \begin_inset Newline newline
32176 \end_inset
32177
32178
32179 \begin_inset Phantom HPhantom
32180 status open
32181
32182 \begin_layout Plain Layout
32183
32184 \series bold
32185
32186 \backslash
32187 newcommand
32188 \end_layout
32189
32190 \end_inset
32191
32192 {コマンド定義}
32193 \end_layout
32194
32195 \begin_layout Standard
32196 です。
32197 \end_layout
32198
32199 \begin_layout Standard
32200 \begin_inset Note Greyedout
32201 status open
32202
32203 \begin_layout Plain Layout
32204
32205 \series bold
32206 【註】
32207 \series default
32208 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32209 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32210 \series bold
32211
32212 \backslash
32213 Leftarrow
32214 \series default
32215 の短縮のつもりで
32216 \series bold
32217
32218 \backslash
32219 le
32220 \series default
32221 というコマンドを定義したとすると、
32222 \series bold
32223
32224 \backslash
32225 le
32226 \series default
32227 は既に「
32228 \begin_inset Formula $\le$
32229 \end_inset
32230
32231 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 「引数の数」は、0
32241 \begin_inset space \thinspace{}
32242 \end_inset
32243
32244 -
32245 \begin_inset space \thinspace{}
32246 \end_inset
32247
32248 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32249 ドの
32250 \emph on
32251 最初の
32252 \emph default
32253 引数は、自動的に非必須の引数になります。
32254 \end_layout
32255
32256 \begin_layout Standard
32257 以下にいくつかの例を挙げます。
32258 \end_layout
32259
32260 \begin_layout Itemize
32261
32262 \series bold
32263
32264 \backslash
32265 Longrightarrow
32266 \series default
32267 の短縮形として
32268 \series bold
32269
32270 \backslash
32271 gr
32272 \series default
32273 というコマンドを定義するには、\SpecialChar LaTeX
32274 プリアンブルに以下の行を加えます。
32275 \begin_inset VSpace medskip
32276 \end_inset
32277
32278
32279 \begin_inset Newline newline
32280 \end_inset
32281
32282
32283 \series bold
32284
32285 \backslash
32286 newcommand{
32287 \backslash
32288 gr}{
32289 \backslash
32290 Longrightarrow}
32291 \end_layout
32292
32293 \begin_layout Itemize
32294
32295 \series bold
32296
32297 \backslash
32298 underline
32299 \series default
32300 の短縮形として
32301 \series bold
32302
32303 \backslash
32304 us
32305 \series default
32306 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32307 \begin_inset VSpace medskip
32308 \end_inset
32309
32310
32311 \begin_inset Newline newline
32312 \end_inset
32313
32314
32315 \series bold
32316
32317 \backslash
32318 newcommand{
32319 \backslash
32320 us}[1]{
32321 \backslash
32322 underline{#1}}
32323 \series default
32324
32325 \begin_inset VSpace medskip
32326 \end_inset
32327
32328
32329 \begin_inset Newline newline
32330 \end_inset
32331
32332
32333 \series bold
32334 #
32335 \series default
32336 」という文字は、引数の入る場所を示し、その後ろの「
32337 \series bold
32338 1
32339 \series default
32340 」は、これが第1引数の入る場所であることを示します。
32341 \end_layout
32342
32343 \begin_layout Itemize
32344
32345 \series bold
32346
32347 \backslash
32348 framebox
32349 \series default
32350 の短縮形として、たとえば
32351 \series bold
32352
32353 \backslash
32354 fb
32355 \series default
32356 というコマンドを定義するには、
32357 \begin_inset VSpace medskip
32358 \end_inset
32359
32360
32361 \begin_inset Newline newline
32362 \end_inset
32363
32364
32365 \series bold
32366
32367 \backslash
32368 newcommand{
32369 \backslash
32370 fb}[3]{
32371 \backslash
32372 framebox#1#2{$#3$}}
32373 \series default
32374
32375 \begin_inset VSpace medskip
32376 \end_inset
32377
32378
32379 \begin_inset Newline newline
32380 \end_inset
32381
32382 二つのドルマークは、
32383 \series bold
32384
32385 \backslash
32386 framebox
32387 \series default
32388 が必要とする内部の数式を作り出します。第
32389 \begin_inset CommandInset ref
32390 LatexCommand ref
32391 reference "subsec:枠付きボックス"
32392
32393 \end_inset
32394
32395 節をご参照下さい。
32396 \end_layout
32397
32398 \begin_layout Itemize
32399 ボックスの色を指定する必要がない
32400 \series bold
32401
32402 \backslash
32403 fcolorbox
32404 \series default
32405 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32406 \begin_inset VSpace medskip
32407 \end_inset
32408
32409
32410 \begin_inset Newline newline
32411 \end_inset
32412
32413
32414 \series bold
32415
32416 \backslash
32417 newcommand{
32418 \backslash
32419 cb}[3][white]{
32420 \backslash
32421 fcolorbox{#2}{#1}{$#3$}}
32422 \series default
32423
32424 \begin_inset VSpace medskip
32425 \end_inset
32426
32427
32428 \begin_inset Newline newline
32429 \end_inset
32430
32431
32432 \series bold
32433
32434 \backslash
32435 cb
32436 \series default
32437 を使うときに色が指定されなければ、事前に定義された色である
32438 \series bold
32439 white
32440 \series default
32441 が使用されます。
32442 \end_layout
32443
32444 \begin_layout Standard
32445 以下は、上で定義したコマンドの動作テストです。
32446 \begin_inset Separator parbreak
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \align center
32454 \begin_inset Tabular
32455 <lyxtabular version="3" rows="6" columns="2">
32456 <features booktabs="true" tabularvalignment="middle">
32457 <column alignment="center" valignment="top" width="0pt">
32458 <column alignment="center" valignment="top">
32459 <row>
32460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464 コマンド
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 出力
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 </row>
32479 <row>
32480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32481 \begin_inset Text
32482
32483 \begin_layout Plain Layout
32484 A
32485 \backslash
32486 gr
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490 B
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 \begin_inset Formula $A\gr B$
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 </row>
32508 <row>
32509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513
32514 \backslash
32515 us{ABcd
32516 \end_layout
32517
32518 \end_inset
32519 </cell>
32520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32521 \begin_inset Text
32522
32523 \begin_layout Plain Layout
32524 \begin_inset Formula $\us{ABcd}$
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 </row>
32533 <row topspace="1mm">
32534 <cell alignment="center" valignment="top" usebox="none">
32535 \begin_inset Text
32536
32537 \begin_layout Plain Layout
32538
32539 \backslash
32540 fb{[2cm]
32541 \begin_inset Formula $\to$
32542 \end_inset
32543
32544
32545 \backslash
32546 {
32547 \begin_inset Formula $\to$
32548 \end_inset
32549
32550
32551 \backslash
32552 {
32553 \backslash
32554 int
32555 \begin_inset space \textvisiblespace{}
32556 \end_inset
32557
32558 A=B
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32564 \begin_inset Text
32565
32566 \begin_layout Plain Layout
32567 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \end_inset
32574 </cell>
32575 </row>
32576 <row topspace="1.5mm">
32577 <cell alignment="center" valignment="top" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581
32582 \backslash
32583 cb{red
32584 \begin_inset Formula $\to$
32585 \end_inset
32586
32587
32588 \backslash
32589 {
32590 \backslash
32591 int
32592 \begin_inset space \textvisiblespace{}
32593 \end_inset
32594
32595 A=B
32596 \end_layout
32597
32598 \end_inset
32599 </cell>
32600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32601 \begin_inset Text
32602
32603 \begin_layout Plain Layout
32604 \begin_inset Formula $\cb{red}{\int A=B}$
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \end_inset
32611 </cell>
32612 </row>
32613 <row topspace="1.5mm" bottomspace="1mm">
32614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618
32619 \backslash
32620 cb[green]
32621 \backslash
32622 {red
32623 \begin_inset Formula $\to$
32624 \end_inset
32625
32626
32627 \backslash
32628 {
32629 \backslash
32630 int
32631 \begin_inset space \textvisiblespace{}
32632 \end_inset
32633
32634 A=B
32635 \end_layout
32636
32637 \end_inset
32638 </cell>
32639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 </row>
32652 </lyxtabular>
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Subsection
32660 数式マクロ
32661 \begin_inset Index idx
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \begin_inset Index idx
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675 まくろ@マクロ
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
32685 は、
32686 \begin_inset Formula 
32687 \[
32688 0=\lambda^{2}+p\lambda+q
32689 \]
32690
32691 \end_inset
32692
32693 であり、その解の一般型は
32694 \begin_inset Formula 
32695 \[
32696 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32697 \]
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 です。
32706 \begin_inset Formula $\lambda$
32707 \end_inset
32708
32709
32710 \begin_inset Formula $p$
32711 \end_inset
32712
32713
32714 \begin_inset Formula $q$
32715 \end_inset
32716
32717 の3つのパラメータを指定することが必須であり、
32718 \begin_inset Formula $\lambda$
32719 \end_inset
32720
32721 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
32722 プリアンブル行を加えます。
32723 \begin_inset Newline newline
32724 \end_inset
32725
32726
32727 \series bold
32728
32729 \backslash
32730 newcommand{
32731 \backslash
32732 qG}[4][1,
32733 \backslash
32734 ,2]{#2_{#1}=-
32735 \backslash
32736 frac{#3}{2}
32737 \backslash
32738 pm
32739 \begin_inset Newline newline
32740 \end_inset
32741
32742
32743 \begin_inset Phantom HPhantom
32744 status open
32745
32746 \begin_layout Plain Layout
32747
32748 \series bold
32749
32750 \backslash
32751 newcommand
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \backslash
32758 sqrt{
32759 \backslash
32760 frac{#3^{2}}{4}-#4}}
32761 \end_layout
32762
32763 \begin_layout Standard
32764 これを使って解の公式を作るには、
32765 \begin_inset Newline newline
32766 \end_inset
32767
32768
32769 \series bold
32770
32771 \backslash
32772 qG{
32773 \backslash
32774 lambda
32775 \begin_inset Formula $\to$
32776 \end_inset
32777
32778
32779 \backslash
32780 {p
32781 \begin_inset Formula $\to$
32782 \end_inset
32783
32784
32785 \backslash
32786 {q
32787 \series default
32788 というコマンドを数式に入れます。
32789 \end_layout
32790
32791 \begin_layout Standard
32792 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
32793 中で分数は
32794 \series bold
32795
32796 \backslash
32797 frac{分子}{分母}
32798 \series default
32799 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
32800 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
32801 あり、それをやってしまうと、\SpecialChar LyX
32802 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
32803 は、
32804 \series bold
32805
32806 \backslash
32807 newcommand
32808 \series default
32809 コマンドの代わりに、数式マクロを使う方法を提供しています。
32810 \end_layout
32811
32812 \begin_layout Standard
32813 数式マクロは、
32814 \family sans
32815 挿入\SpecialChar menuseparator
32816 数式\SpecialChar menuseparator
32817 マクロ
32818 \family default
32819 メニューか、ツールバーボタンの
32820 \begin_inset Info
32821 type  "icon"
32822 arg   "math-macro newmacroname_newcommand"
32823 \end_inset
32824
32825 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32826 \begin_inset Newline newline
32827 \end_inset
32828
32829
32830 \begin_inset space \hspace*{\fill}
32831 \end_inset
32832
32833
32834 \begin_inset Graphics
32835         filename clipart/macrobox.png
32836         scale 50
32837
32838 \end_inset
32839
32840
32841 \begin_inset space \hspace*{\fill}
32842 \end_inset
32843
32844
32845 \begin_inset Newline newline
32846 \end_inset
32847
32848
32849 \begin_inset FormulaMacro
32850 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32851 \end_inset
32852
32853
32854 \backslash
32855 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32856 \series bold
32857
32858 \backslash
32859 #1
32860 \series default
32861 のように
32862 \series bold
32863
32864 \backslash
32865 #引数番号
32866 \series default
32867 というコマンドで入力するか、マクロツールバーボタンの
32868 \begin_inset Info
32869 type  "icon"
32870 arg   "math-macro-add-param"
32871 \end_inset
32872
32873 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32874 \begin_inset Info
32875 type  "icon"
32876 arg   "math-macro-add-optional-param"
32877 \end_inset
32878
32879 で作ることができます。最初の必須引数は、ツールバーボタンの
32880 \begin_inset Info
32881 type  "icon"
32882 arg   "math-macro-make-optional"
32883 \end_inset
32884
32885 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
32886 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
32887 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \series bold
32893 qG: 
32894 \backslash
32895 #1
32896 \series default
32897  
32898 \series bold
32899 ,
32900 \series default
32901  
32902 \series bold
32903
32904 \backslash
32905 #2
32906 \series default
32907  
32908 \series bold
32909 ,
32910 \series default
32911  
32912 \series bold
32913
32914 \backslash
32915 #3, 
32916 \backslash
32917 #4
32918 \begin_inset Newline newline
32919 \end_inset
32920
32921
32922 \series default
32923 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
32924 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
32925 す。
32926 \begin_inset Newline newline
32927 \end_inset
32928
32929 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32930 \family sans
32931 表示\SpecialChar menuseparator
32932 数式マクロを展開(畳む)
32933 \family default
32934 メニューを使うことで、マクロ毎に変えることができます。
32935 \end_layout
32936
32937 \begin_layout Standard
32938 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32939 \series bold
32940
32941 \backslash
32942 qG
32943 \series default
32944 とします。このマクロは、\SpecialChar LyX
32945 中では以下のように表示されます。
32946 \begin_inset Newline newline
32947 \end_inset
32948
32949
32950 \begin_inset space \hspace*{\fill}
32951 \end_inset
32952
32953
32954 \begin_inset Graphics
32955         filename ../clipart/macrouse.png
32956         scale 75
32957
32958 \end_inset
32959
32960
32961 \begin_inset space \hspace*{\fill}
32962 \end_inset
32963
32964
32965 \begin_inset Newline newline
32966 \end_inset
32967
32968 以下は、上記の例に、引数
32969 \begin_inset Formula $x$
32970 \end_inset
32971
32972
32973 \begin_inset Formula $\ln(x)$
32974 \end_inset
32975
32976
32977 \begin_inset Formula $B$
32978 \end_inset
32979
32980 を指定したものです。
32981 \end_layout
32982
32983 \begin_layout Standard
32984 \begin_inset Formula 
32985 \[
32986 \qG x{\ln(x)}B
32987 \]
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Standard
32995 \SpecialChar LyX
32996 は、
32997 \family sans
32998 ツール\SpecialChar menuseparator
32999 設定\SpecialChar menuseparator
33000 編集\SpecialChar menuseparator
33001 制御
33002 \family default
33003 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33004 せてみてください。
33005 \end_layout
33006
33007 \begin_layout Standard
33008 数式マクロは、文書書き出し時に、内部的に
33009 \series bold
33010
33011 \backslash
33012 newcommand
33013 \series default
33014 コマンドに変換されます。こうして生成された
33015 \series bold
33016
33017 \backslash
33018 newcommand
33019 \series default
33020 コマンドは、\SpecialChar LaTeX
33021 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33022 \end_layout
33023
33024 \begin_layout Standard
33025 数式マクロは、
33026 \series bold
33027
33028 \backslash
33029 newcommand
33030 \series default
33031 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
33032 中に通常の文章として、
33033 \series bold
33034
33035 \begin_inset Newline newline
33036 \end_inset
33037
33038
33039 \backslash
33040 newcommand{
33041 \backslash
33042 larrow}[2]{
33043 \backslash
33044 xleftarrow[#2]{#1}}
33045 \begin_inset Newline newline
33046 \end_inset
33047
33048
33049 \series default
33050 というコマンドを書き入れ、この全体を選択して、
33051 \begin_inset Flex Ruby
33052 status collapsed
33053
33054 \begin_layout Plain Layout
33055 捷径
33056 \begin_inset Argument post:1
33057 status collapsed
33058
33059 \begin_layout Plain Layout
33060 ショートカット
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \family sans
33072 Ctrl+M
33073 \family default
33074 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33075 \series bold
33076
33077 \backslash
33078 newcommand
33079 \series default
33080 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
33081 エラーが発生します。
33082 \end_layout
33083
33084 \begin_layout Standard
33085 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33086 \begin_inset CommandInset ref
33087 LatexCommand ref
33088 reference "subsec:newcommandコマンド"
33089
33090 \end_inset
33091
33092 節で例として作った
33093 \series bold
33094
33095 \backslash
33096 fb
33097 \series default
33098 は、マクロとしては作ることができません。
33099 \end_layout
33100
33101 \begin_layout Standard
33102 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33103 中に以下のようなマクロツールバーが表示されます。
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset VSpace defskip
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 \begin_inset Graphics
33115         filename ../clipart/MacroToolbar.png
33116
33117 \end_inset
33118
33119
33120 \begin_inset Index idx
33121 status collapsed
33122
33123 \begin_layout Plain Layout
33124 まくろ@マクロ ! つーるばー@ツールバー
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \begin_layout Standard
33133 \begin_inset VSpace defskip
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 マクロツールバーは、左から右に、以下の各ボタンがあります。
33141 \end_layout
33142
33143 \begin_layout Standard
33144 \begin_inset VSpace defskip
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset Tabular
33152 <lyxtabular version="3" rows="9" columns="2">
33153 <features islongtable="true" longtabularalignment="center">
33154 <column alignment="left" valignment="top">
33155 <column alignment="left" valignment="top" width="85col%">
33156 <row interlinespace="2.5mm">
33157 <cell alignment="center" valignment="top" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 \begin_inset Info
33162 type  "icon"
33163 arg   "math-macro-remove-param"
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \family sans
33177 編集\SpecialChar menuseparator
33178 数式\SpecialChar menuseparator
33179 マクロ定義\SpecialChar menuseparator
33180 最後の引数を削除
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row interlinespace="2.5mm">
33187 <cell alignment="center" valignment="top" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Info
33192 type  "icon"
33193 arg   "math-macro-add-param"
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 <cell alignment="center" valignment="top" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205
33206 \family sans
33207 編集\SpecialChar menuseparator
33208 数式\SpecialChar menuseparator
33209 マクロ定義\SpecialChar menuseparator
33210 引数を追加
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 </row>
33216 <row interlinespace="2.5mm">
33217 <cell alignment="center" valignment="top" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 \begin_inset Info
33222 type  "icon"
33223 arg   "math-macro-make-optional"
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 <cell alignment="center" valignment="top" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235
33236 \family sans
33237 編集\SpecialChar menuseparator
33238 数式\SpecialChar menuseparator
33239 マクロ定義\SpecialChar menuseparator
33240 最初の必須引数を
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244
33245 \begin_inset Phantom HPhantom
33246 status open
33247
33248 \begin_layout Plain Layout
33249
33250 \family sans
33251 編集\SpecialChar menuseparator
33252 数式\SpecialChar menuseparator
33253 マクロ定義\SpecialChar menuseparator
33254
33255 \end_layout
33256
33257 \end_inset
33258
33259 非必須引数にする
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row interlinespace="2.5mm">
33266 <cell alignment="center" valignment="top" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 \begin_inset Info
33271 type  "icon"
33272 arg   "math-macro-make-nonoptional"
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284
33285 \family sans
33286 編集\SpecialChar menuseparator
33287 数式\SpecialChar menuseparator
33288 マクロ定義\SpecialChar menuseparator
33289 最後の非必須引数を
33290 \begin_inset Newline newline
33291 \end_inset
33292
33293
33294 \begin_inset Phantom HPhantom
33295 status open
33296
33297 \begin_layout Plain Layout
33298
33299 \family sans
33300 編集\SpecialChar menuseparator
33301 数式\SpecialChar menuseparator
33302 マクロ定義\SpecialChar menuseparator
33303
33304 \end_layout
33305
33306 \end_inset
33307
33308 必須引数にする
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row interlinespace="2.5mm">
33315 <cell alignment="center" valignment="top" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 \begin_inset Info
33320 type  "icon"
33321 arg   "math-macro-remove-optional-param"
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333
33334 \family sans
33335 編集\SpecialChar menuseparator
33336 数式\SpecialChar menuseparator
33337 マクロ定義\SpecialChar menuseparator
33338 非必須引数を削除
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 </row>
33344 <row interlinespace="2.5mm">
33345 <cell alignment="center" valignment="top" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 \begin_inset Info
33350 type  "icon"
33351 arg   "math-macro-add-optional-param"
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 <cell alignment="center" valignment="top" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363
33364 \family sans
33365 編集\SpecialChar menuseparator
33366 数式\SpecialChar menuseparator
33367 マクロ定義\SpecialChar menuseparator
33368 非必須引数を挿入
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row interlinespace="2.5mm">
33375 <cell alignment="center" valignment="top" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 \begin_inset Info
33380 type  "icon"
33381 arg   "math-macro-remove-greedy-param"
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 <cell alignment="center" valignment="top" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393
33394 \family sans
33395 編集\SpecialChar menuseparator
33396 数式\SpecialChar menuseparator
33397 マクロ定義\SpecialChar menuseparator
33398 右に吐き出す形で
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \begin_inset Phantom HPhantom
33404 status open
33405
33406 \begin_layout Plain Layout
33407
33408 \family sans
33409 編集\SpecialChar menuseparator
33410 数式\SpecialChar menuseparator
33411 マクロ定義\SpecialChar menuseparator
33412
33413 \end_layout
33414
33415 \end_inset
33416
33417 最後の引数を削除
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 </row>
33423 <row interlinespace="2.5mm">
33424 <cell alignment="center" valignment="top" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 \begin_inset Info
33429 type  "icon"
33430 arg   "math-macro-append-greedy-param"
33431 \end_inset
33432
33433
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 <cell alignment="center" valignment="top" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442
33443 \family sans
33444 編集\SpecialChar menuseparator
33445 数式\SpecialChar menuseparator
33446 マクロ定義\SpecialChar menuseparator
33447 右から喰う形で
33448 \begin_inset Newline newline
33449 \end_inset
33450
33451
33452 \begin_inset Phantom HPhantom
33453 status open
33454
33455 \begin_layout Plain Layout
33456
33457 \family sans
33458 編集\SpecialChar menuseparator
33459 数式\SpecialChar menuseparator
33460 マクロ定義\SpecialChar menuseparator
33461
33462 \end_layout
33463
33464 \end_inset
33465
33466 引数を追加
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row interlinespace="2.5mm">
33473 <cell alignment="center" valignment="top" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 \begin_inset Info
33478 type  "icon"
33479 arg   "math-macro-add-greedy-optional-param"
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 <cell alignment="center" valignment="top" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491
33492 \family sans
33493 編集\SpecialChar menuseparator
33494 数式\SpecialChar menuseparator
33495 マクロ定義\SpecialChar menuseparator
33496 右から喰う形で
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset Phantom HPhantom
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \family sans
33507 編集\SpecialChar menuseparator
33508 数式\SpecialChar menuseparator
33509 マクロ定義\SpecialChar menuseparator
33510
33511 \end_layout
33512
33513 \end_inset
33514
33515 非必須引数を追加
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 </row>
33521 </lyxtabular>
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \begin_layout Section
33529 コンピュータ代数システム
33530 \end_layout
33531
33532 \begin_layout Standard
33533 \SpecialChar LyX
33534 では、\SpecialChar LyX
33535 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33536 \family sans
33537 Maple
33538 \family default
33539
33540 \family sans
33541 Mathematica
33542 \family default
33543
33544 \family sans
33545 Maxima
33546 \family default
33547
33548 \family sans
33549 Octave
33550 \family default
33551 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33552 \end_layout
33553
33554 \begin_layout Subsection
33555 使用法
33556 \end_layout
33557
33558 \begin_layout Standard
33559 数式表現を書いた後、
33560 \family sans
33561 編集\SpecialChar menuseparator
33562 数式\SpecialChar menuseparator
33563 コンピュータ代数システムを使用
33564 \family default
33565 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33566 \end_layout
33567
33568 \begin_layout Standard
33569 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33570 \family typewriter
33571 Maxima
33572 \family default
33573 です)。
33574 \end_layout
33575
33576 \begin_layout Itemize
33577 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Itemize
33584 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Itemize
33591 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Itemize
33598 \begin_inset Formula $\det\left[\begin{array}{ccc}
33599 1 & 6 & 7\\
33600 2 & 5 & 8\\
33601 3 & 4 & 17
33602 \end{array}\right]=-56$
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Itemize
33609 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Subsection
33616 捷径
33617 \end_layout
33618
33619 \begin_layout Standard
33620 現在のところ、代数プログラムを呼び出すための
33621 \begin_inset Flex Ruby
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 捷径
33626 \begin_inset Argument post:1
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630 ショートカット
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \end_inset
33639
33640 はありません。しかし、捷径を
33641 \family sans
33642 math-extern
33643 \family default
33644  \SpecialChar LyX
33645 関数にバインドすることは容易です(取扱説明書『
33646 \family sans
33647 \emph on
33648 \SpecialChar LyX
33649 関数篇
33650 \family default
33651 \emph default
33652 』参照)。例えば、数式エディタ中で
33653 \family sans
33654 リターン
33655 \family default
33656
33657 \begin_inset Flex Ruby
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661
33662 \begin_inset Argument post:1
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666 キー
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \end_inset
33675
33676 をバインドさせることもできます。それを
33677 \family typewriter
33678 Maxima
33679 \family default
33680 にバインドするには、下記の捷径定義コマンドを使用します。
33681 \end_layout
33682
33683 \begin_layout Standard
33684
33685 \series bold
33686 command-alternatives paragraph-break;math-extern maxima
33687 \end_layout
33688
33689 \begin_layout Section
33690 補遺
33691 \begin_inset Index idx
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 ほい@補遺
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Subsection
33704 負の数
33705 \begin_inset Index idx
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709 かず@数 ! ふの@負の
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Standard
33718 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33719 く表示されます。
33720 \end_layout
33721
33722 \begin_layout Standard
33723 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33724 \end_layout
33725
33726 \begin_layout Standard
33727 以下は、この問題を示す例です。
33728 \begin_inset Separator parbreak
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 \align center
33736 \begin_inset Tabular
33737 <lyxtabular version="3" rows="3" columns="2">
33738 <features booktabs="true" tabularvalignment="middle">
33739 <column alignment="right" valignment="top" width="0pt">
33740 <column alignment="left" valignment="top">
33741 <row>
33742 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746 通常の文章:
33747 \end_layout
33748
33749 \end_inset
33750 </cell>
33751 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 x = -2
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 </row>
33761 <row>
33762 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33763 \begin_inset Text
33764
33765 \begin_layout Plain Layout
33766 数式:
33767 \end_layout
33768
33769 \end_inset
33770 </cell>
33771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33772 \begin_inset Text
33773
33774 \begin_layout Plain Layout
33775 \begin_inset Formula $x=-2$
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 </row>
33784 <row>
33785 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33786 \begin_inset Text
33787
33788 \begin_layout Plain Layout
33789 解決策:
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33795 \begin_inset Text
33796
33797 \begin_layout Plain Layout
33798 \begin_inset Formula $x=\textrm{-}2$
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 </row>
33807 </lyxtabular>
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Subsection
33815 位区切りとしてのコンマ
33816 \begin_inset Index idx
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 こんま@コンマ
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \begin_inset Index idx
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 かんま@カンマ
33831 \begin_inset ERT
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835
33836 |see{
33837 \end_layout
33838
33839 \end_inset
33840
33841 コンマ
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847 }
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \SpecialChar LaTeX
33862 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33863 \end_layout
33864
33865 \begin_layout Standard
33866 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33867 \begin_inset Flex Ruby
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 捷径
33872 \begin_inset Argument post:1
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876 ショートカット
33877 \end_layout
33878
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \begin_inset Info
33888 type  "shortcut"
33889 arg   "math-mode"
33890 \end_inset
33891
33892 )。
33893 \end_layout
33894
33895 \begin_layout Standard
33896 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
33897 プリアンブルに
33898 \end_layout
33899
33900 \begin_layout Standard
33901
33902 \series bold
33903
33904 \backslash
33905 usepackage{icomma}
33906 \end_layout
33907
33908 \begin_layout Standard
33909 という行を加えて、
33910 \series bold
33911 icomma.sty
33912 \series default
33913
33914 \begin_inset Foot
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918
33919 \series bold
33920 icomma
33921 \series default
33922 は、\SpecialChar LaTeX
33923 パッケージ
33924 \series bold
33925 was
33926 \series default
33927
33928 \begin_inset Index idx
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 ぱっけーじ@パッケージ ! was
33933 \begin_inset ERT
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937
33938
33939 \backslash
33940 vspace{4mm}
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \end_inset
33949
33950 に含まれています。
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \begin_inset Index idx
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 ぱっけーじ@パッケージ ! icomma
33961 \end_layout
33962
33963 \end_inset
33964
33965 ファイルを読み込みます。
33966 \end_layout
33967
33968 \begin_layout Subsection
33969 物理ベクトル
33970 \begin_inset CommandInset label
33971 LatexCommand label
33972 name "subsec:物理ベクトル"
33973
33974 \end_inset
33975
33976
33977 \begin_inset Index idx
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981 べくとる@ベクトル ! ぶつり@物理
33982 \begin_inset space \thinspace{}
33983 \end_inset
33984
33985 ——
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \SpecialChar LaTeX
33995 パッケージ
33996 \series bold
33997 braket
33998 \series default
33999
34000 \begin_inset Foot
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004
34005 \series bold
34006 braket
34007 \series default
34008  は標準的\SpecialChar LaTeX
34009 頒布版のすべてに含まれています。
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \begin_inset Index idx
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019 ぱっけーじ@パッケージ ! braket
34020 \end_layout
34021
34022 \end_inset
34023
34024 には、定義済みのベクトルが提供されており、
34025 \end_layout
34026
34027 \begin_layout Standard
34028
34029 \series bold
34030
34031 \backslash
34032 usepackage{braket}
34033 \end_layout
34034
34035 \begin_layout Standard
34036 という\SpecialChar LaTeX
34037 プリアンブル行で読み込むことができます。
34038 \end_layout
34039
34040 \begin_layout Standard
34041 \begin_inset ERT
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045
34046
34047 \backslash
34048 ifbraket 
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset Note Note
34055 status open
34056
34057 \begin_layout Plain Layout
34058 以下の表は、
34059 \series bold
34060 braket
34061 \series default
34062  \SpecialChar LaTeX
34063 パッケージが導入済みのときのみ表示されます。
34064 \end_layout
34065
34066 \end_inset
34067
34068 以下のコマンドが定義されています。
34069 \begin_inset Separator parbreak
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Standard
34076 \align center
34077 \begin_inset Tabular
34078 <lyxtabular version="3" rows="4" columns="2">
34079 <features booktabs="true" tabularvalignment="middle">
34080 <column alignment="center" valignment="top" width="0pt">
34081 <column alignment="center" valignment="top">
34082 <row>
34083 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 コマンド
34088 \end_layout
34089
34090 \end_inset
34091 </cell>
34092 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34093 \begin_inset Text
34094
34095 \begin_layout Plain Layout
34096 出力
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 </row>
34102 <row>
34103 <cell alignment="center" valignment="top" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107
34108 \backslash
34109 Bra{
34110 \backslash
34111 psi
34112 \end_layout
34113
34114 \end_inset
34115 </cell>
34116 <cell alignment="center" valignment="top" usebox="none">
34117 \begin_inset Text
34118
34119 \begin_layout Plain Layout
34120 \begin_inset Formula $\Bra{\psi}$
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \end_inset
34127 </cell>
34128 </row>
34129 <row>
34130 <cell alignment="center" valignment="top" usebox="none">
34131 \begin_inset Text
34132
34133 \begin_layout Plain Layout
34134
34135 \backslash
34136 Ket{
34137 \backslash
34138 psi
34139 \end_layout
34140
34141 \end_inset
34142 </cell>
34143 <cell alignment="center" valignment="top" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Formula $\Ket{\psi}$
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \end_inset
34154 </cell>
34155 </row>
34156 <row>
34157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34158 \begin_inset Text
34159
34160 \begin_layout Plain Layout
34161
34162 \backslash
34163 Braket{
34164 \backslash
34165 psi|
34166 \backslash
34167 phi
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Formula $\Braket{\psi|\phi}$
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 </row>
34185 </lyxtabular>
34186
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193
34194 \series bold
34195
34196 \backslash
34197 Braket
34198 \series default
34199 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34200 \begin_inset Formula 
34201 \[
34202 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34203 \]
34204
34205 \end_inset
34206
34207
34208 \begin_inset ERT
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212
34213
34214 \backslash
34215 else 
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \begin_inset Note Note
34222 status open
34223
34224 \begin_layout Plain Layout
34225
34226 \series bold
34227 braket
34228 \series default
34229  \SpecialChar LaTeX
34230 パッケージが導入されていないときには、以下が表示されます。
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Standard
34239 本小節の全体を出力で見るためには、
34240 \series bold
34241 braket
34242 \series default
34243  \SpecialChar LaTeX
34244 パッケージを導入する必要があります。
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset ERT
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252
34253
34254 \backslash
34255 fi 
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264
34265 \series bold
34266
34267 \backslash
34268 Braket
34269 \series default
34270 と同じ効果は、第
34271 \begin_inset CommandInset ref
34272 LatexCommand ref
34273 reference "subsec:自動の括弧丈"
34274
34275 \end_inset
34276
34277 節に説明されているとおり、
34278 \series bold
34279
34280 \backslash
34281 middle
34282 \series default
34283 コマンドを用いることによっても実現できます。
34284 \end_layout
34285
34286 \begin_layout Subsection
34287 自己定義の分数
34288 \begin_inset CommandInset label
34289 LatexCommand label
34290 name "subsec:自己定義の分数"
34291
34292 \end_inset
34293
34294
34295 \begin_inset Index idx
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 ぶんすう@分数 ! じこていぎの@自己定義の
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Standard
34308 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34309 \series bold
34310
34311 \backslash
34312 genfrac
34313 \series default
34314
34315 \begin_inset Index idx
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 こまんど@コマンド ! G ! 
34320 \backslash
34321 genfrac
34322 \end_layout
34323
34324 \end_inset
34325
34326 コマンドを使います。
34327 \end_layout
34328
34329 \begin_layout Standard
34330
34331 \series bold
34332
34333 \backslash
34334 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34335 \begin_inset Newline newline
34336 \end_inset
34337
34338
34339 \begin_inset Phantom HPhantom
34340 status open
34341
34342 \begin_layout Plain Layout
34343
34344 \series bold
34345
34346 \backslash
34347 genfrac
34348 \end_layout
34349
34350 \end_inset
34351
34352 {分子}{分母}
34353 \end_layout
34354
34355 \begin_layout Standard
34356 ここで「様式」は、0
34357 \begin_inset space \thinspace{}
34358 \end_inset
34359
34360 -
34361 \begin_inset space \thinspace{}
34362 \end_inset
34363
34364 3の範囲の数字です。
34365 \begin_inset Separator parbreak
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Standard
34372 \align center
34373 \begin_inset Tabular
34374 <lyxtabular version="3" rows="5" columns="2">
34375 <features booktabs="true" tabularvalignment="middle">
34376 <column alignment="center" valignment="top" width="0pt">
34377 <column alignment="center" valignment="top">
34378 <row>
34379 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 数字
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392 様式(大きさ)
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 </row>
34398 <row>
34399 <cell alignment="center" valignment="top" usebox="none">
34400 \begin_inset Text
34401
34402 \begin_layout Plain Layout
34403 0
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 <cell alignment="center" valignment="top" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412 別行立て様式の数式
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 </row>
34418 <row>
34419 <cell alignment="center" valignment="top" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 1
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 <cell alignment="center" valignment="top" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 行内数式
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 </row>
34438 <row>
34439 <cell alignment="center" valignment="top" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 2
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452 やや小(small)
34453 \end_layout
34454
34455 \end_inset
34456 </cell>
34457 </row>
34458 <row>
34459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34460 \begin_inset Text
34461
34462 \begin_layout Plain Layout
34463 3
34464 \end_layout
34465
34466 \end_inset
34467 </cell>
34468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472 最小(tiny)
34473 \end_layout
34474
34475 \end_inset
34476 </cell>
34477 </row>
34478 </lyxtabular>
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Standard
34486 「様式」を指定しないときには、
34487 \series bold
34488
34489 \backslash
34490 frac
34491 \series default
34492 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34493 \end_layout
34494
34495 \begin_layout Standard
34496 「分数線の厚み」を指定しないときには、既定値である0.4
34497 \begin_inset space \thinspace{}
34498 \end_inset
34499
34500 ptが用いられます。
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset VSpace medskip
34505 \end_inset
34506
34507 たとえば、第
34508 \begin_inset CommandInset ref
34509 LatexCommand ref
34510 reference "subsec:分数"
34511
34512 \end_inset
34513
34514 節の
34515 \series bold
34516
34517 \backslash
34518 dfrac
34519 \series default
34520 コマンドおよび
34521 \series bold
34522
34523 \backslash
34524 tbinom
34525 \series default
34526 コマンドは、
34527 \end_layout
34528
34529 \begin_layout Standard
34530
34531 \series bold
34532
34533 \backslash
34534 newcommand{
34535 \backslash
34536 dfrac}[2]{
34537 \backslash
34538 genfrac{}{}{}{0}{#1}{#2}}
34539 \end_layout
34540
34541 \begin_layout Standard
34542 あるいは
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 newcommand{
34551 \backslash
34552 tbinom}[2]{
34553 \backslash
34554 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34555 \end_layout
34556
34557 \begin_layout Standard
34558 というコマンドで定義できます。
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \begin_inset VSpace medskip
34563 \end_inset
34564
34565 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
34566 プリアンブルに
34567 \end_layout
34568
34569 \begin_layout Standard
34570
34571 \series bold
34572
34573 \backslash
34574 newcommand{
34575 \backslash
34576 fracS}[3][]{
34577 \backslash
34578 genfrac{}{}{#1}{}{#2}{#3}}
34579 \end_layout
34580
34581 \begin_layout Standard
34582 という行を入れます。
34583 \end_layout
34584
34585 \begin_layout Standard
34586 以下は、そのテストです。
34587 \begin_inset Formula 
34588 \begin{align*}
34589 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34590 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34591 \end{align*}
34592
34593 \end_inset
34594
34595 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34596 \end_layout
34597
34598 \begin_layout Subsection
34599 数式の消去
34600 \begin_inset Index idx
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604 すうしき@数式 ! しょうきょ@消去
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Standard
34613 数式の全体もしくは一部を消去するには、4つの方法があります。
34614 \begin_inset Separator parbreak
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \begin_layout Standard
34621 \align center
34622 \begin_inset ERT
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626
34627
34628 \backslash
34629 ifcancel 
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \begin_inset Note Note
34636 status open
34637
34638 \begin_layout Plain Layout
34639 下記の表は、\SpecialChar LaTeX
34640 パッケージ
34641 \series bold
34642 cancel
34643 \series default
34644 が導入済みの時のみ表示されます。
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Standard
34653 \align center
34654 \begin_inset Tabular
34655 <lyxtabular version="3" rows="5" columns="2">
34656 <features booktabs="true" tabularvalignment="middle">
34657 <column alignment="center" valignment="top" width="0pt">
34658 <column alignment="center" valignment="top">
34659 <row>
34660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 コマンド
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673 出力
34674 \end_layout
34675
34676 \end_inset
34677 </cell>
34678 </row>
34679 <row>
34680 <cell alignment="center" valignment="top" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684
34685 \backslash
34686 cancel
34687 \begin_inset space \textvisiblespace{}
34688 \end_inset
34689
34690
34691 \backslash
34692 int
34693 \begin_inset space \textvisiblespace{}
34694 \end_inset
34695
34696 A=B
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 <cell alignment="center" valignment="top" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705 \begin_inset Formula $\cancel{\int A=B}$
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 </row>
34714 <row topspace="1.5mm">
34715 <cell alignment="center" valignment="top" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719
34720 \backslash
34721 bcancel
34722 \begin_inset space \textvisiblespace{}
34723 \end_inset
34724
34725
34726 \backslash
34727 int
34728 \begin_inset space \textvisiblespace{}
34729 \end_inset
34730
34731 A=B
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 \begin_inset Formula $\bcancel{\int A=B}$
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \end_inset
34747 </cell>
34748 </row>
34749 <row topspace="1.5mm">
34750 <cell alignment="center" valignment="top" usebox="none">
34751 \begin_inset Text
34752
34753 \begin_layout Plain Layout
34754
34755 \backslash
34756 xcancel
34757 \begin_inset space \textvisiblespace{}
34758 \end_inset
34759
34760
34761 \backslash
34762 int
34763 \begin_inset space \textvisiblespace{}
34764 \end_inset
34765
34766 A=B
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 <cell alignment="center" valignment="top" usebox="none">
34772 \begin_inset Text
34773
34774 \begin_layout Plain Layout
34775 \begin_inset Formula $\xcancel{\int A=B}$
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 </row>
34784 <row>
34785 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34786 \begin_inset Text
34787
34788 \begin_layout Plain Layout
34789
34790 \backslash
34791 cancelto
34792 \begin_inset space \textvisiblespace{}
34793 \end_inset
34794
34795
34796 \backslash
34797 int
34798 \begin_inset space \textvisiblespace{}
34799 \end_inset
34800
34801 A=B
34802 \begin_inset Formula $\to$
34803 \end_inset
34804
34805 1
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 </row>
34823 </lyxtabular>
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831
34832 \series bold
34833
34834 \backslash
34835 cancelto
34836 \series default
34837 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
34838 \begin_inset Formula 
34839 \[
34840 \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}}}
34841 \]
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849
34850 \series bold
34851
34852 \backslash
34853 cancelto
34854 \series default
34855 の「下付き文字」寸法の大きさを変えるには、
34856 \end_layout
34857
34858 \begin_layout Standard
34859
34860 \series bold
34861
34862 \backslash
34863 PassOptionsToPackage{オプション}{cancel}
34864 \end_layout
34865
34866 \begin_layout Standard
34867 という行を\SpecialChar LaTeX
34868 プリアンブルに書き加えてください。ここで、
34869 \series bold
34870 オプション
34871 \series default
34872
34873 \series bold
34874 samesize
34875 \series default
34876 にすると、取り消した部分と同じ寸法になり、
34877 \series bold
34878 Smaller
34879 \series default
34880 にすると、通常よりも少し小さくなります。
34881 \end_layout
34882
34883 \begin_layout Standard
34884 取り消し線に色を付けるには、\SpecialChar TeX
34885 コードで以下のコマンドを書き加えてください。
34886 \end_layout
34887
34888 \begin_layout Standard
34889
34890 \series bold
34891
34892 \backslash
34893 renewcommand{
34894 \backslash
34895 CancelColor}{
34896 \backslash
34897 color{red}}
34898 \end_layout
34899
34900 \begin_layout Standard
34901 ここで
34902 \series bold
34903 red
34904 \series default
34905 は、お好みの色に変更することができます。
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914
34915 \backslash
34916 renewcommand{
34917 \backslash
34918 CancelColor}{
34919 \backslash
34920 color{red}}
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset Formula 
34930 \[
34931 \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}}}
34932 \]
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Standard
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 renewcommand{
34948 \backslash
34949 CancelColor}{
34950 \backslash
34951 color{black}}
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \begin_inset Note Note
34958 status open
34959
34960 \begin_layout Plain Layout
34961 色をリセット
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970 他の微調整については、
34971 \series bold
34972 cancel
34973 \series default
34974 パッケージの取扱説明書
34975 \begin_inset CommandInset citation
34976 LatexCommand cite
34977 key "cancel"
34978
34979 \end_inset
34980
34981 をご覧ください。
34982 \begin_inset Index idx
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986 ぱっけーじ@パッケージ ! cancel
34987 \end_layout
34988
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \begin_layout Standard
34995 \begin_inset ERT
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999
35000
35001 \backslash
35002 else 
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \begin_inset Note Note
35009 status open
35010
35011 \begin_layout Plain Layout
35012 下記の表は、\SpecialChar LaTeX
35013 パッケージ
35014 \series bold
35015 cancel
35016 \series default
35017 が導入済みの時のみ表示されます。
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Standard
35026 本小節の続きを見るには、\SpecialChar LaTeX
35027 パッケージ
35028 \series bold
35029 cancel
35030 \series default
35031 を導入する必要があります。
35032 \end_layout
35033
35034 \begin_layout Standard
35035 \begin_inset ERT
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039
35040
35041 \backslash
35042 fi 
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \end_layout
35049
35050 \begin_layout Subsection
35051 節見出し中の数式
35052 \begin_inset CommandInset label
35053 LatexCommand label
35054 name "subsec:節見出し中の数式"
35055
35056 \end_inset
35057
35058
35059 \begin_inset Index idx
35060 status collapsed
35061
35062 \begin_layout Plain Layout
35063 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \begin_layout Standard
35072 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \begin_inset Note Greyedout
35077 status open
35078
35079 \begin_layout Plain Layout
35080 文書設定ダイアログの
35081 \family sans
35082 PDF特性
35083 \family default
35084
35085 \series bold
35086 hyperref
35087 \series default
35088
35089 \begin_inset Index idx
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093 ぱっけーじ@パッケージ ! hyperref
35094 \end_layout
35095
35096 \end_inset
35097
35098 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35099 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Standard
35108 これらの問題は、
35109 \family sans
35110 挿入\SpecialChar menuseparator
35111 短縮タイトル
35112 \family default
35113 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35114 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35115 \end_layout
35116
35117 \begin_layout Standard
35118 数式を目次中でも使わなくてもならないが、
35119 \series bold
35120 hyperref
35121 \series default
35122 も使用しなくてはならないときには、
35123 \end_layout
35124
35125 \begin_layout Standard
35126
35127 \series bold
35128
35129 \backslash
35130 texorpdfstring{部分}{代替文字列}
35131 \begin_inset Index idx
35132 status collapsed
35133
35134 \begin_layout Plain Layout
35135 こまんど@コマンド ! T ! 
35136 \backslash
35137 texorpdfstring
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 というコマンドを\SpecialChar TeX
35147 モードで使う方法があります。
35148 \end_layout
35149
35150 \begin_layout Standard
35151 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35152 文字列」が用いられます。
35153 \end_layout
35154
35155 \begin_layout Standard
35156 以下の二つは、見出しの例です。
35157 \begin_inset VSpace -3mm
35158 \end_inset
35159
35160
35161 \begin_inset ERT
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165
35166
35167 \backslash
35168 boldmath 
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \begin_layout Subsubsection
35177 目次中では数式を使わない見出し
35178 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35179 \end_inset
35180
35181
35182 \begin_inset Argument 1
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186 目次中では数式を使わない見出し
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Subsubsection
35195 目次中で数式を使う見出し
35196 \begin_inset ERT
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200
35201
35202 \backslash
35203 texorpdfstring{
35204 \end_layout
35205
35206 \end_inset
35207
35208  
35209 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35210 \end_inset
35211
35212
35213 \begin_inset ERT
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217
35218 }{}
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Standard
35227 \begin_inset ERT
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231
35232
35233 \backslash
35234 unboldmath 
35235 \end_layout
35236
35237 \end_inset
35238
35239 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35240 \series bold
35241
35242 \backslash
35243 texorpdfstring
35244 \series default
35245 が使われています。
35246 \end_layout
35247
35248 \begin_layout Standard
35249 他の節見出しと同じ書式を得るために、上の見出し全体は
35250 \series bold
35251 boldmath
35252 \series default
35253 環境に設定してあります
35254 \begin_inset Foot
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258
35259 \begin_inset CommandInset ref
35260 LatexCommand ref
35261 reference "subsec:ボールド体の数式"
35262
35263 \end_inset
35264
35265 節参照。
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Subsection
35274 多段組文中の数式
35275 \begin_inset Index idx
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35289 \series bold
35290 multicol
35291 \series default
35292
35293 \begin_inset Foot
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297
35298 \series bold
35299 multicol
35300 \series default
35301 は、標準的\SpecialChar LaTeX
35302 頒布版のすべてに含まれています。
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \begin_inset Index idx
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312 ぱっけーじ@パッケージ ! multicol
35313 \end_layout
35314
35315 \end_inset
35316
35317  \SpecialChar LaTeX
35318 パッケージを、
35319 \end_layout
35320
35321 \begin_layout Standard
35322
35323 \series bold
35324
35325 \backslash
35326 usepackage{multicol}
35327 \end_layout
35328
35329 \begin_layout Standard
35330 という\SpecialChar LaTeX
35331 プリアンブル行を書いて読み込むことで、実現できます。
35332 \end_layout
35333
35334 \begin_layout Standard
35335 \begin_inset Note Greyedout
35336 status open
35337
35338 \begin_layout Plain Layout
35339 ここで、
35340 \family sans
35341 文書\SpecialChar menuseparator
35342 設定
35343 \family default
35344 メニューの
35345 \family sans
35346 本文レイアウト
35347 \family default
35348 で、
35349 \family sans
35350 二段組文書
35351 \family default
35352 の設定を
35353 \emph on
35354 有効にしてはならない
35355 \emph default
35356 ことに注意してください。
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \begin_layout Standard
35365 多段組文の前に
35366 \end_layout
35367
35368 \begin_layout Standard
35369
35370 \series bold
35371
35372 \backslash
35373 begin{multicols}{段数}
35374 \end_layout
35375
35376 \begin_layout Standard
35377 というコマンドを\SpecialChar TeX
35378 モードで書き入れます。「段数」は、2
35379 \begin_inset space \thinspace{}
35380 \end_inset
35381
35382 -
35383 \begin_inset space \thinspace{}
35384 \end_inset
35385
35386 10のあいだの数字です。多段組文の終わる数式の前には、
35387 \end_layout
35388
35389 \begin_layout Standard
35390
35391 \series bold
35392
35393 \backslash
35394 end{multicols}
35395 \end_layout
35396
35397 \begin_layout Standard
35398 というコマンドを\SpecialChar TeX
35399 モードで入れます。
35400 \end_layout
35401
35402 \begin_layout Standard
35403 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35404 \begin_inset space \thinspace{}
35405 \end_inset
35406
35407 mmの垂直空白を入れて下さい。数式様式
35408 \series bold
35409
35410 \begin_inset Foot
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 数式様式に関しては、第
35415 \begin_inset CommandInset ref
35416 LatexCommand ref
35417 reference "sec:数式様式"
35418
35419 \end_inset
35420
35421 節をご覧下さい。
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \series default
35428 として
35429 \series bold
35430 行頭下げ
35431 \series default
35432 を使用している場合には、代わりに-9
35433 \begin_inset space \thinspace{}
35434 \end_inset
35435
35436 mmの垂直空白を入れて下さい。
35437 \end_layout
35438
35439 \begin_layout Standard
35440 以下は、別行立て数式を含む、多段組文の例です。
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset ERT
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448
35449
35450 \backslash
35451 begin{multicols}{2}
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \lang ngerman
35458 Das Spektrum wird fouriertransformiert.
35459  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35460 , Lösungsmittel) zu trennen.
35461  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35462  nun das Aussehen des Ausgangssignals.
35463  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35464  über alle Phasen integrieren muss.
35465  Sei nun 
35466 \begin_inset Formula $S$
35467 \end_inset
35468
35469  unser normiertes Ausgangssignal und 
35470 \begin_inset Formula $P$
35471 \end_inset
35472
35473  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35474 \lang japanese
35475
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481
35482 \backslash
35483 end{multicols}
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \begin_inset VSpace -6mm
35490 \end_inset
35491
35492
35493 \begin_inset Formula 
35494 \begin{equation}
35495 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35496 \end{equation}
35497
35498 \end_inset
35499
35500
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506
35507 \backslash
35508 begin{multicols}{2}
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \lang ngerman
35515 wobei 
35516 \begin_inset Formula $S_{0}$
35517 \end_inset
35518
35519  das Signal ohne Gradient ist und die Normierungsbedingung 
35520 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35521 \end_inset
35522
35523  gilt.
35524  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35525  Direkt nach dem 
35526 \begin_inset Formula $\nicefrac{\pi}{2}$
35527 \end_inset
35528
35529
35530 \begin_inset space \thinspace{}
35531 \end_inset
35532
35533 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35534  das Signal zusätzlich abschwächt.
35535  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35536  
35537 \begin_inset Formula $T_{2}$
35538 \end_inset
35539
35540 -Zeit.
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 end{multicols}
35552 \end_layout
35553
35554 \end_inset
35555
35556  
35557 \end_layout
35558
35559 \begin_layout Subsection
35560 変数の説明付き数式
35561 \begin_inset Index idx
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \begin_inset CommandInset ref
35575 LatexCommand eqref
35576 reference "eq:within"
35577
35578 \end_inset
35579
35580 式のように、数式内で変数の説明をするには、
35581 \begin_inset Formula $n$
35582 \end_inset
35583
35584 個の変数が使われている場合、左寄せの列を持つ
35585 \begin_inset Formula $2\times n$
35586 \end_inset
35587
35588 行列を使用します
35589 \begin_inset Foot
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 行列に関しては、第
35594 \begin_inset CommandInset ref
35595 LatexCommand ref
35596 reference "sec:行列"
35597
35598 \end_inset
35599
35600 節参照。
35601 \end_layout
35602
35603 \end_inset
35604
35605 。説明を小さな文字にするには、行列の前に、たとえば
35606 \series bold
35607
35608 \backslash
35609 footnotesize
35610 \series default
35611 コマンドを挿入します
35612 \begin_inset Foot
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616 フォント寸法に関しては、第
35617 \begin_inset CommandInset ref
35618 LatexCommand ref
35619 reference "subsec:書体寸法"
35620
35621 \end_inset
35622
35623 節参照。
35624 \end_layout
35625
35626 \end_inset
35627
35628
35629 \end_layout
35630
35631 \begin_layout Standard
35632 数式様式に
35633 \series bold
35634 行頭下げ
35635 \begin_inset Foot
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639 数式様式に関しては、第
35640 \begin_inset CommandInset ref
35641 LatexCommand ref
35642 reference "sec:数式様式"
35643
35644 \end_inset
35645
35646 節参照。
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \series default
35653 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35654 \series bold
35655
35656 \backslash
35657 hfill
35658 \series default
35659
35660 \begin_inset Foot
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664
35665 \series bold
35666
35667 \backslash
35668 hfill
35669 \series default
35670 は、
35671 \series bold
35672 行頭下げ
35673 \series default
35674 様式のときのみ機能します。第
35675 \begin_inset CommandInset ref
35676 LatexCommand ref
35677 reference "subsec:可変長の空白"
35678
35679 \end_inset
35680
35681 節をご覧下さい。
35682 \end_layout
35683
35684 \end_inset
35685
35686 を入れます。
35687 \end_layout
35688
35689 \begin_layout Standard
35690 数式様式に
35691 \series bold
35692 中央揃え
35693 \series default
35694 を使っている場合、数式を字下げするには、第
35695 \begin_inset CommandInset ref
35696 LatexCommand ref
35697 reference "subsec:flalign環境"
35698
35699 \end_inset
35700
35701 節で述べた方法を使用します。
35702 \begin_inset CommandInset ref
35703 LatexCommand eqref
35704 reference "eq:within"
35705
35706 \end_inset
35707
35708 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
35709 括弧が入っています。
35710 \begin_inset Formula 
35711 \begin{flalign}
35712 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35713 \rho & \textrm{density}\\
35714 V & \textrm{volume}\\
35715 g & \textrm{gravitational acceleration}
35716 \end{array} &  & {}\label{eq:within}
35717 \end{flalign}
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Subsection
35725 アップライト体のギリシャ小文字
35726 \begin_inset CommandInset label
35727 LatexCommand label
35728 name "subsec:アップライト体ギリシャ小文字"
35729
35730 \end_inset
35731
35732
35733 \begin_inset Index idx
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \begin_layout Standard
35746 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35747 \begin_inset Formula $\pi$
35748 \end_inset
35749
35750 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35751 \series bold
35752 upgreek.sty
35753 \series default
35754
35755 \begin_inset Foot
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759
35760 \series bold
35761 upgreek
35762 \series default
35763 は、
35764 \series bold
35765 was
35766 \series default
35767
35768 \begin_inset Index idx
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772 ぱっけーじ@パッケージ ! was
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778
35779 \backslash
35780 vspace{4mm}
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \end_inset
35789
35790  \SpecialChar LaTeX
35791 パッケージの一部です。
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \begin_inset Index idx
35798 status collapsed
35799
35800 \begin_layout Plain Layout
35801 ぱっけーじ@パッケージ ! upgreek
35802 \end_layout
35803
35804 \end_inset
35805
35806  ファイルを
35807 \end_layout
35808
35809 \begin_layout Standard
35810
35811 \series bold
35812
35813 \backslash
35814 usepackage{upgreek}
35815 \end_layout
35816
35817 \begin_layout Standard
35818 という\SpecialChar LaTeX
35819 プリアンブル行で読み込めば、これらが提供されるようになります。
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 ifupgreek 
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \begin_inset Note Note
35834 status open
35835
35836 \begin_layout Plain Layout
35837 以下の表は、
35838 \series bold
35839 upgreek
35840 \series default
35841  \SpecialChar LaTeX
35842 パッケージが導入済みのときのみ表示されます。
35843 \end_layout
35844
35845 \end_inset
35846
35847 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35848 \series bold
35849 up
35850 \series default
35851 を付けると作ることができます。たとえば
35852 \series bold
35853
35854 \backslash
35855 uptau
35856 \series default
35857 コマンドは、
35858 \begin_inset Formula $\uptau$
35859 \end_inset
35860
35861 のようになります。
35862 \end_layout
35863
35864 \begin_layout Standard
35865 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35866 \begin_inset Formula 
35867 \[
35868 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35869 \]
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35878 \begin_inset Formula $\mu m$
35879 \end_inset
35880
35881 」のような単位に使うべきではありません。
35882 \end_layout
35883
35884 \begin_layout Standard
35885 \begin_inset ERT
35886 status collapsed
35887
35888 \begin_layout Plain Layout
35889
35890
35891 \backslash
35892 else 
35893 \end_layout
35894
35895 \end_inset
35896
35897
35898 \begin_inset Note Note
35899 status open
35900
35901 \begin_layout Plain Layout
35902 以下は、
35903 \series bold
35904 upgreek
35905 \series default
35906  \SpecialChar LaTeX
35907 パッケージが導入されていないときのみ表示されます。
35908 \end_layout
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \begin_layout Standard
35916 この小節のすべてを出力で見るには、
35917 \series bold
35918 upgreek
35919 \series default
35920  \SpecialChar LaTeX
35921 パッケージを導入する必要があります。
35922 \end_layout
35923
35924 \begin_layout Standard
35925 \begin_inset ERT
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929
35930
35931 \backslash
35932 fi 
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Subsection
35941 数式中のテキスト文字
35942 \begin_inset CommandInset label
35943 LatexCommand label
35944 name "subsec:数式中のテキスト文字"
35945
35946 \end_inset
35947
35948
35949 \begin_inset Index idx
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Standard
35962 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35963 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35964 \end_inset
35965
35966 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35967 \series bold
35968
35969 \backslash
35970 cdot
35971 \series default
35972
35973 \begin_inset Foot
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977
35978 \begin_inset CommandInset ref
35979 LatexCommand ref
35980 reference "subsec:二項演算子"
35981
35982 \end_inset
35983
35984 節参照。
35985 \end_layout
35986
35987 \end_inset
35988
35989 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35990 \end_layout
35991
35992 \begin_layout Standard
35993
35994 \series bold
35995
35996 \backslash
35997 Declare Inputtext{183}{
35998 \backslash
35999 ifmmode
36000 \backslash
36001 cdot
36002 \backslash
36003 else
36004 \backslash
36005 textperiodcentered
36006 \backslash
36007 f\SpecialChar ligaturebreak
36008 i}
36009 \end_layout
36010
36011 \begin_layout Standard
36012 という\SpecialChar LaTeX
36013 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
36014 \end_layout
36015
36016 \begin_layout Standard
36017 文字エンコーディング(
36018 \family sans
36019 文書\SpecialChar menuseparator
36020 設定\SpecialChar menuseparator
36021 言語
36022 \family default
36023 メニュー)は、キーボード上の
36024 \begin_inset Flex Ruby
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028
36029 \begin_inset Argument post:1
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033 キー
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \end_inset
36042
36043 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36044 \series bold
36045
36046 \backslash
36047 textperiodcentered
36048 \series default
36049 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
36050 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
36051 て、正しいコマンドが自動的に選択されます。
36052 \end_layout
36053
36054 \begin_layout Standard
36055 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36056 \series bold
36057 latin9
36058 \series default
36059 エンコーディングは、\SpecialChar LaTeX
36060 がインストールされたフォルダにある
36061 \series bold
36062 latin9.def
36063 \series default
36064 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
36065 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
36066 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36067 \end_layout
36068
36069 \begin_layout Standard
36070 \begin_inset VSpace medskip
36071 \end_inset
36072
36073 中黒の他にこの文書では、角度記号「
36074 \begin_inset Formula $^{\circ}$
36075 \end_inset
36076
36077 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
36078 プリアンブル行で定義されています
36079 \begin_inset Foot
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 【訳註】p\SpecialChar LaTeX
36084 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Standard
36093
36094 \series bold
36095
36096 \backslash
36097 DeclareInputtext{176}{
36098 \backslash
36099 ifmmode^
36100 \backslash
36101 circ
36102 \backslash
36103 else
36104 \backslash
36105 textdegree
36106 \backslash
36107 f\SpecialChar ligaturebreak
36108 i}
36109 \end_layout
36110
36111 \begin_layout Subsection
36112 数式中の\SpecialChar LaTeX
36113 コメント
36114 \begin_inset Index idx
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118 L atexこめんと@\SpecialChar LaTeX
36119 コメント
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \begin_layout Standard
36128 本文中では、ファイルの\SpecialChar LaTeX
36129 ソースコードでのみ見ることのできるコメントを、
36130 \family sans
36131 挿入
36132 \lang english
36133 \SpecialChar menuseparator
36134
36135 \lang japanese
36136 注釈
36137 \lang english
36138 \SpecialChar menuseparator
36139
36140 \lang japanese
36141 コメント
36142 \family default
36143 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36144 \end_layout
36145
36146 \begin_layout Standard
36147
36148 \series bold
36149
36150 \backslash
36151 %
36152 \end_layout
36153
36154 \begin_layout Standard
36155 というコマンドを使えば、\SpecialChar LaTeX
36156 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36157 のバグのせいで
36158 \begin_inset Foot
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162 \begin_inset CommandInset href
36163 LatexCommand href
36164 name "LyX-bug #9002"
36165 target "http://www.lyx.org/trac/ticket/9002"
36166
36167 \end_inset
36168
36169
36170 \end_layout
36171
36172 \end_inset
36173
36174 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36175 出力中に、\SpecialChar LaTeX
36176 コマンドの形では見ることができます。
36177 \lang english
36178
36179 \begin_inset Newline newline
36180 \end_inset
36181
36182
36183 \lang japanese
36184 下記は、\SpecialChar LaTeX
36185 コメントを持つ数式の例です。
36186 \begin_inset Formula 
36187 \[
36188 A=B%\text{これはコメントです。}
36189 \]
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \begin_layout Section
36197 \start_of_appendix
36198 組版上の助言
36199 \begin_inset Index idx
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 くみばんじょうのじょげん@組版上の助言
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36213 \begin_inset Foot
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 この要約の一部は、ISO規則を取り上げている「Duden」
36218 \begin_inset CommandInset citation
36219 LatexCommand cite
36220 key "Duden"
36221
36222 \end_inset
36223
36224 と呼ばれるドイツの半公的辞書から採られています。
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Itemize
36233 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36234 \begin_inset Foot
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238 書体様式で指定します。第
36239 \begin_inset CommandInset ref
36240 LatexCommand ref
36241 reference "subsec:書体様式"
36242
36243 \end_inset
36244
36245 節を参照。
36246 \end_layout
36247
36248 \end_inset
36249
36250 :30
36251 \begin_inset space \thinspace{}
36252 \end_inset
36253
36254 km/h
36255 \begin_inset Newline newline
36256 \end_inset
36257
36258 値と単位の間には、最小空白を入れます。第
36259 \begin_inset CommandInset ref
36260 LatexCommand ref
36261 reference "subsec:定義済みの空白"
36262
36263 \end_inset
36264
36265 節を参照。
36266 \begin_inset Newline newline
36267 \end_inset
36268
36269 この慣習は、
36270 \series bold
36271
36272 \backslash
36273 unittwo
36274 \series default
36275 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36276 が得られます:
36277 \begin_inset Formula $\unit[30]{km/h}$
36278 \end_inset
36279
36280
36281 \begin_inset space \thinspace{}
36282 \end_inset
36283
36284 。実は、
36285 \series bold
36286
36287 \backslash
36288 unittwo
36289 \series default
36290 は、\SpecialChar LaTeX
36291 コマンドの実体ではなく、
36292 \series bold
36293
36294 \backslash
36295 unit[値]{単位}
36296 \series default
36297 というコマンドです。したがって、これを\SpecialChar TeX
36298 コード中で使用することはできません。
36299 \end_layout
36300
36301 \begin_layout Itemize
36302 百分率記号と千分率記号は、物理単位と同様に組みます:
36303 \begin_inset Newline newline
36304 \end_inset
36305
36306 血中アルコール1,2
36307 \begin_inset space \thinspace{}
36308 \end_inset
36309
36310
36311 \end_layout
36312
36313 \begin_layout Itemize
36314 角度記号は値の直後に置きます:
36315 \begin_inset Formula $15^{\circ}$
36316 \end_inset
36317
36318 。しかし、単位として用いられるときは別です:15
36319 \begin_inset space \thinspace{}
36320 \end_inset
36321
36322
36323 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \begin_layout Itemize
36330 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36331 \begin_inset space \thinspace{}
36332 \end_inset
36333
36334 473
36335 \begin_inset space \thinspace{}
36336 \end_inset
36337
36338 588
36339 \end_layout
36340
36341 \begin_layout Itemize
36342 \begin_inset Formula $120\times90\times40$
36343 \end_inset
36344
36345
36346 \begin_inset space \thinspace{}
36347 \end_inset
36348
36349 cmのような寸法には、積記号「
36350 \begin_inset Formula $\times$
36351 \end_inset
36352
36353 」を用います。これは、
36354 \series bold
36355
36356 \backslash
36357 times
36358 \series default
36359 コマンドか、
36360 \family sans
36361 挿入\SpecialChar menuseparator
36362 特殊文字\SpecialChar menuseparator
36363 記号
36364 \family default
36365 メニューから入れることができます。
36366 \end_layout
36367
36368 \begin_layout Itemize
36369 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36370 \begin_inset CommandInset ref
36371 LatexCommand ref
36372 reference "subsec:定義済み函数"
36373
36374 \end_inset
36375
36376 節を参照。
36377 \end_layout
36378
36379 \begin_layout Itemize
36380 複数の文字を含む指数は、アップライト体にします:
36381 \begin_inset Formula $E_{\mathrm{kin}}$
36382 \end_inset
36383
36384
36385 \begin_inset Newline newline
36386 \end_inset
36387
36388 行列要素はイタリック体にします:
36389 \begin_inset Formula $\hat{H}_{kl}$
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \begin_layout Itemize
36396 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36397 \end_layout
36398
36399 \begin_layout Itemize
36400
36401 \noun on
36402 フーリエ
36403 \noun default
36404 変換を表す文字は、
36405 \series bold
36406
36407 \backslash
36408 mathscr
36409 \begin_inset space \textvisiblespace{}
36410 \end_inset
36411
36412 {F
36413 \series default
36414 コマンド
36415 \begin_inset Index idx
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 こまんど@コマンド! M ! 
36420 \backslash
36421 mathscr
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \family sans
36428 挿入\SpecialChar menuseparator
36429 特殊文字\SpecialChar menuseparator
36430 記号\SpecialChar menuseparator
36431 文字様記号
36432 \family default
36433 メニューの
36434 \begin_inset Formula $\mathscr{F}$
36435 \end_inset
36436
36437 で入れることができます。
36438 \end_layout
36439
36440 \begin_layout Standard
36441 \begin_inset Newpage newpage
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Section
36448 同義語
36449 \begin_inset Index idx
36450 status collapsed
36451
36452 \begin_layout Plain Layout
36453 どうぎご@同義語
36454 \end_layout
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36463 \end_layout
36464
36465 \begin_layout Standard
36466 \begin_inset VSpace bigskip
36467 \end_inset
36468
36469
36470 \lang english
36471
36472 \begin_inset space \hfill{}
36473 \end_inset
36474
36475
36476 \lang japanese
36477
36478 \begin_inset Tabular
36479 <lyxtabular version="3" rows="12" columns="2">
36480 <features booktabs="true" tabularvalignment="middle">
36481 <column alignment="center" valignment="top" width="0pt">
36482 <column alignment="center" valignment="top" width="0pt">
36483 <row>
36484 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 コマンド
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36494 \begin_inset Text
36495
36496 \begin_layout Plain Layout
36497 同義のコマンド
36498 \end_layout
36499
36500 \end_inset
36501 </cell>
36502 </row>
36503 <row>
36504 <cell alignment="center" valignment="top" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508
36509 \backslash
36510 ast
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 <cell alignment="center" valignment="top" usebox="none">
36516 \begin_inset Text
36517
36518 \begin_layout Plain Layout
36519 *
36520 \end_layout
36521
36522 \end_inset
36523 </cell>
36524 </row>
36525 <row>
36526 <cell alignment="center" valignment="top" usebox="none">
36527 \begin_inset Text
36528
36529 \begin_layout Plain Layout
36530
36531 \backslash
36532 choose
36533 \end_layout
36534
36535 \end_inset
36536 </cell>
36537 <cell alignment="center" valignment="top" usebox="none">
36538 \begin_inset Text
36539
36540 \begin_layout Plain Layout
36541
36542 \backslash
36543 binom
36544 \end_layout
36545
36546 \end_inset
36547 </cell>
36548 </row>
36549 <row>
36550 <cell alignment="center" valignment="top" usebox="none">
36551 \begin_inset Text
36552
36553 \begin_layout Plain Layout
36554
36555 \backslash
36556 geq
36557 \end_layout
36558
36559 \end_inset
36560 </cell>
36561 <cell alignment="center" valignment="top" usebox="none">
36562 \begin_inset Text
36563
36564 \begin_layout Plain Layout
36565
36566 \backslash
36567 ge
36568 \end_layout
36569
36570 \end_inset
36571 </cell>
36572 </row>
36573 <row>
36574 <cell alignment="center" valignment="top" usebox="none">
36575 \begin_inset Text
36576
36577 \begin_layout Plain Layout
36578
36579 \backslash
36580 lbrace
36581 \end_layout
36582
36583 \end_inset
36584 </cell>
36585 <cell alignment="center" valignment="top" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Plain Layout
36589 {
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 </row>
36595 <row>
36596 <cell alignment="center" valignment="top" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Plain Layout
36600
36601 \backslash
36602 lbracket
36603 \end_layout
36604
36605 \end_inset
36606 </cell>
36607 <cell alignment="center" valignment="top" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611 [
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 </row>
36617 <row>
36618 <cell alignment="center" valignment="top" usebox="none">
36619 \begin_inset Text
36620
36621 \begin_layout Plain Layout
36622
36623 \backslash
36624 leftarrow
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 <cell alignment="center" valignment="top" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633
36634 \backslash
36635 gets
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 </row>
36641 <row>
36642 <cell alignment="center" valignment="top" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646
36647 \backslash
36648 leq
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 <cell alignment="center" valignment="top" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657
36658 \backslash
36659 le
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 </row>
36665 <row>
36666 <cell alignment="center" valignment="top" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670
36671 \backslash
36672 lor
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 <cell alignment="center" valignment="top" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681
36682 \backslash
36683 vee
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 </row>
36689 <row>
36690 <cell alignment="center" valignment="top" usebox="none">
36691 \begin_inset Text
36692
36693 \begin_layout Plain Layout
36694
36695 \backslash
36696 neq
36697 \end_layout
36698
36699 \end_inset
36700 </cell>
36701 <cell alignment="center" valignment="top" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705
36706 \backslash
36707 not=
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 <row>
36714 <cell alignment="center" valignment="top" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718
36719 \backslash
36720 slash
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 <cell alignment="center" valignment="top" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729 /
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 </row>
36735 <row>
36736 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36737 \begin_inset Text
36738
36739 \begin_layout Plain Layout
36740
36741 \backslash
36742 vert
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36748 \begin_inset Text
36749
36750 \begin_layout Plain Layout
36751 |
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 </row>
36757 </lyxtabular>
36758
36759 \end_inset
36760
36761
36762 \begin_inset space \hfill{}
36763 \end_inset
36764
36765
36766 \begin_inset Tabular
36767 <lyxtabular version="3" rows="12" columns="2">
36768 <features booktabs="true" tabularvalignment="middle">
36769 <column alignment="center" valignment="top" width="0pt">
36770 <column alignment="center" valignment="top" width="0pt">
36771 <row>
36772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 コマンド
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 同義のコマンド
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 </row>
36791 <row>
36792 <cell alignment="center" valignment="top" usebox="none">
36793 \begin_inset Text
36794
36795 \begin_layout Plain Layout
36796
36797 \backslash
36798 backslash
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 <cell alignment="center" valignment="top" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807
36808 \backslash
36809
36810 \backslash
36811
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 </row>
36817 <row>
36818 <cell alignment="center" valignment="top" usebox="none">
36819 \begin_inset Text
36820
36821 \begin_layout Plain Layout
36822
36823 \backslash
36824 dasharrow
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 <cell alignment="center" valignment="top" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Plain Layout
36833
36834 \backslash
36835 dashrightarrow
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 </row>
36841 <row>
36842 <cell alignment="center" valignment="top" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Plain Layout
36846
36847 \backslash
36848 land
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 <cell alignment="center" valignment="top" usebox="none">
36854 \begin_inset Text
36855
36856 \begin_layout Plain Layout
36857
36858 \backslash
36859 wedge
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 </row>
36865 <row>
36866 <cell alignment="center" valignment="top" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870
36871 \backslash
36872 rbrace
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 }
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 </row>
36887 <row>
36888 <cell alignment="center" valignment="top" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892
36893 \backslash
36894 rbracket
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 <cell alignment="center" valignment="top" usebox="none">
36900 \begin_inset Text
36901
36902 \begin_layout Plain Layout
36903 ]
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 </row>
36909 <row>
36910 <cell alignment="center" valignment="top" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Plain Layout
36914
36915 \backslash
36916 rightarrow
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925
36926 \backslash
36927 to
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 </row>
36933 <row>
36934 <cell alignment="center" valignment="top" usebox="none">
36935 \begin_inset Text
36936
36937 \begin_layout Plain Layout
36938
36939 \backslash
36940 lnot
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 <cell alignment="center" valignment="top" usebox="none">
36946 \begin_inset Text
36947
36948 \begin_layout Plain Layout
36949
36950 \backslash
36951 neg
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 </row>
36957 <row>
36958 <cell alignment="center" valignment="top" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962
36963 \backslash
36964 ne
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 <cell alignment="center" valignment="top" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Plain Layout
36973
36974 \backslash
36975 not=
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 </row>
36981 <row>
36982 <cell alignment="center" valignment="top" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986
36987 \backslash
36988 owns
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 <cell alignment="center" valignment="top" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997
36998 \backslash
36999 ni
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 </row>
37005 <row>
37006 <cell alignment="center" valignment="top" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010
37011 \backslash
37012 square
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 <cell alignment="center" valignment="top" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021
37022 \backslash
37023 Box
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 <row>
37030 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034
37035 \backslash
37036 Vert
37037 \end_layout
37038
37039 \end_inset
37040 </cell>
37041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045
37046 \backslash
37047 |
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 </row>
37053 </lyxtabular>
37054
37055 \end_inset
37056
37057
37058 \begin_inset space \hfill{}
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \begin_layout Standard
37065 \begin_inset Newpage newpage
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Bibliography
37072 \begin_inset CommandInset bibitem
37073 LatexCommand bibitem
37074 key "TLC2"
37075
37076 \end_inset
37077
37078
37079 \shape smallcaps
37080 Mittelbach, F.
37081  ; Goossens, M.
37082 \shape default
37083
37084 \shape italic
37085 The \SpecialChar LaTeX
37086  Companion
37087 \shape default
37088 , 2nd ed.
37089  Addison Wesley, 2004
37090 \end_layout
37091
37092 \begin_layout Bibliography
37093 \begin_inset CommandInset bibitem
37094 LatexCommand bibitem
37095 key "Mathmode"
37096
37097 \end_inset
37098
37099 \SpecialChar LaTeX
37100 の数式能力の
37101 \begin_inset CommandInset href
37102 LatexCommand href
37103 name "説明"
37104 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37105
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \begin_layout Bibliography
37112 \begin_inset CommandInset bibitem
37113 LatexCommand bibitem
37114 key "AMS"
37115
37116 \end_inset
37117
37118
37119 \begin_inset ERT
37120 status collapsed
37121
37122 \begin_layout Plain Layout
37123
37124
37125 \backslash
37126 AmS
37127 \end_layout
37128
37129 \end_inset
37130
37131 -\SpecialChar LaTeX
37132
37133 \begin_inset CommandInset href
37134 LatexCommand href
37135 name "説明"
37136 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37137
37138 \end_inset
37139
37140
37141 \end_layout
37142
37143 \begin_layout Bibliography
37144 \begin_inset CommandInset bibitem
37145 LatexCommand bibitem
37146 key "Symbols"
37147
37148 \end_inset
37149
37150 \SpecialChar LaTeX
37151 パッケージで利用できる記号の
37152 \begin_inset CommandInset href
37153 LatexCommand href
37154 name "全覧"
37155 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \begin_layout Bibliography
37163 \begin_inset CommandInset bibitem
37164 LatexCommand bibitem
37165 key "cancel"
37166
37167 \end_inset
37168
37169 \SpecialChar LaTeX
37170  
37171 \series bold
37172 cancel
37173 \series default
37174
37175 \begin_inset Index idx
37176 status collapsed
37177
37178 \begin_layout Plain Layout
37179 ぱっけーじ@パッケージ ! cancel
37180 \end_layout
37181
37182 \end_inset
37183
37184 パッケージの
37185 \begin_inset CommandInset href
37186 LatexCommand href
37187 name "取扱説明書"
37188 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37189
37190 \end_inset
37191
37192
37193 \end_layout
37194
37195 \begin_layout Bibliography
37196 \begin_inset CommandInset bibitem
37197 LatexCommand bibitem
37198 key "hyperref"
37199
37200 \end_inset
37201
37202 \SpecialChar LaTeX
37203  
37204 \series bold
37205 hyperref
37206 \series default
37207
37208 \begin_inset Index idx
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212 ぱっけーじ@パッケージ ! hyperref
37213 \end_layout
37214
37215 \end_inset
37216
37217 パッケージの
37218 \begin_inset CommandInset href
37219 LatexCommand href
37220 name "取扱説明書"
37221 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \begin_layout Bibliography
37229 \begin_inset CommandInset bibitem
37230 LatexCommand bibitem
37231 key "mhchem"
37232
37233 \end_inset
37234
37235 \SpecialChar LaTeX
37236  
37237 \series bold
37238 mhchem
37239 \series default
37240
37241 \begin_inset Index idx
37242 status collapsed
37243
37244 \begin_layout Plain Layout
37245 ぱっけーじ@パッケージ ! mhchem
37246 \end_layout
37247
37248 \end_inset
37249
37250 パッケージの
37251 \begin_inset CommandInset href
37252 LatexCommand href
37253 name "取扱説明書"
37254 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37255
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \begin_layout Bibliography
37262 \begin_inset CommandInset bibitem
37263 LatexCommand bibitem
37264 key "Duden"
37265
37266 \end_inset
37267
37268
37269 \emph on
37270 Duden Band 1
37271 \emph default
37272 .
37273  22.
37274  Auflage, Duden 2001
37275 \end_layout
37276
37277 \begin_layout Bibliography
37278 \begin_inset CommandInset bibitem
37279 LatexCommand bibitem
37280 key "Checklist"
37281
37282 \end_inset
37283
37284 原稿見直しの
37285 \begin_inset CommandInset href
37286 LatexCommand href
37287 name "チェックリスト"
37288 target "http://physics.nist.gov/Document/checklist.pdf"
37289
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 \begin_inset CommandInset index_print
37297 LatexCommand printindex
37298 type "idx"
37299
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \end_body
37306 \end_document